@charset "utf-8";
/* @group reset */
* {
  margin: 0;
  padding: 0;
  }
/*** @end ***/

html, body {
  height: 100%;
}
:root {
  --grdcolor-blu: linear-gradient(#84a6d4,#d2e2fe);
  --grdcolor-yel: linear-gradient(#bbc48a,#fefdd7);
  --grdcolor-gle: linear-gradient(#ceceff,#eeeeee);
  }

  /***---- 共通css ----***/
  ul, ol {
    list-style: none
  }
  img {
    vertical-align: middle;
    border-width: 0px;
  }
  html, body {
    height: 100%;
  }
  /*** 共通 16px= 12pt ***/
  div.mainsect h4 {
    font-size: 16px;
    line-height: 20px;
  }
  /*** 共通 14.666px=11pt ***/
  div.mainsect h5 {
    font-size: 14.666px;
    line-height: 18.666px;
  }
  /*** 共通 14px=10.5pt indent ***/
  div.mainsect p {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 8px;
    line-height: 17.333px;
    letter-spacing: 1.333px;
  }
  /*** 共通 14.666px=11pt ***/
  div.mainsect dt {
    font-size: 14.666px;
    line-height: 18.666px;
  }
  /*** 共通 14px=10.5pt margin1文字 ***/
  div.mainsect dd {
    margin-left: 1em;
    font-size: 14px;
    line-height: 17.333px;
    margin-top: 4px;
    margin-bottom: 8px;
    letter-spacing: 1.333px;
  }
  /*** 共通 printer非表示 ***/
  @media print{
    .no_print{
      display: none;
    }
  }
  /*** pagebreak ***/
  .pagebreak {
    page-break-before: always;
  }
  /*** padding ***/
  .pad2x {
    padding: 2px;
  }
  .pad20x {
    padding: 2px 2px 0 0;
  }
  .pad3x {
    padding: 3px 2px 3px 2px;
  }
  .pad30x {
    padding: 3px 3px 0 0;
  }

  /*** 共通 字下げリスト（変更歴データなど） ***/
  div.tblist10 dl {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1em;
  }
  div.tblist10 dl dt {
    margin: 0;
    padding: 5px 0 5px 5px;
  }
  div.tblist10 dl dd {
    margin-left: 0;
    /** 2022-6-21 margin-top: -2.1em; */
    margin-top: -2.0em;
    margin-bottom: -1px;
    line-height: 1.2em;
  }
  /*** 字下げ定義 */
  div.pad6em dl dd{
    padding: 5px 5px 5px 6.5em;
  }
  div.pad7em dl dd {
    padding: 5px 5px 5px 7.5em;
  }
  div.pad8em dl dd{
    padding: 5px 5px 5px 8.5em;
  }
  div.pad10em dl dd{
    padding: 5px 5px 5px 10.5em;
  }

  /*** 共通 山行記の山行データ table 6.5em ***/
  div.tbl20 dl {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    font-size: 1em;
  }
  div.tbl20 dl dt {
    margin: 0;
    padding: 5px 0 5px 5px;
  }
  div.tbl20 dl dd {
    padding: 5px 5px 5px 6.5em;
    margin-left: 0;
    margin-top: -2.1em;
    margin-bottom: -1px;
    line-height: 1.1em;
  }

  /*** 共通 テーブルデータ table 8.5em ***/
  div.tbl30 dl {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    font-size: 1em;
  }
  div.tbl30 dl dt {
    margin: 0;
    padding: 5px 0 5px 5px;
  }
  div.tbl30 dl dd {
    padding: 5px 5px 5px 8.5em;
    margin-left: 0;
    margin-top: -2.1em;
    margin-bottom: -1px;
    line-height: 1.1em;
  }

  /*** 共通 テーブルデータ table 10.5em ***/
  div.tbl31 dl {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    font-size: 1em;
  }
  div.tbl31 dl dt {
    margin: 0;
    padding: 5px 0 5px 5px;
  }
  div.tbl31 dl dd {
    padding: 5px 5px 5px 10.5em;
    margin-left: 0;
    margin-top: -2.1em;
    margin-bottom: -1px;
    line-height: 1.1em;
  }

  /*** 共通用 山行データテーブル12em ***/
  div.tbl40 {
    margin: 0;
    padding: 0;
    width: 50%;
    font-size: 1em;
    float: left;
    background-color: #fcf5bc;
  }
  @media (max-width : 640px) {     /* スマホ用 */
    div.tbl40 {
      width: 100%;
    }
  }
  div.tbl40 dl {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  div.tbl40 dt {
    margin: 0;
    padding: 3px 0 3px 3px;
    width: 100%;
  }
  div.tbl40 dl dd {
    padding: 3px 3px 3px 12em;
    margin-left: 0;
    margin-top: -1.6em;
    margin-bottom: -1px;
    width: calc(100% - 12em);
    line-height: 1.2em;
  }

  /*** 共通用 山行データテーブル 8em **/
  div.tbl42 {
    margin: 5px 0 5px 0;
    padding: 0;
    width: 50%;
    min-height: 250px;
    font-size: 1em;
    float: left;
    background-color: #fcf5bc;
  }
  @media (max-width : 640px) {     /* スマホ用 */
    div.tbl42 {
      width: 100%;
    }
  }
  div.tbl42 dl {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  div.tbl42 dt {
    margin: 0;
    padding: 3px 0 3px 3px;
    width: 100%;
  }
  div.tbl42 dl dd {
    padding: 3px 3px 3px 8em;
    margin-left: 0;
    margin-top: -1.6em;
    margin-bottom: 1px;
    width: calc(100% - 8em);
    line-height: 1.2em;
  }

  /* 共通 リスト 番号行頭 */
  ol.lstnum10 {
    list-style-type: decimal;
  }
  ol.lstnum10 li {
    padding: 2px 0 2px 8px;
  }

  /* 共通 年間予定表 */
  .plnlst {
    width: 100%;
    text-align: center;
  }
  .plnlstc1 {
    /* 日 */
    width: 30px;
    padding: 2px;
  }
  .plnlstc2 {
    /* 曜日 */
    width: 40px;
    padding: 2px;
  }
  .plnlstc3 {
    /* 予定 */
    width: 135px;
    padding: 2px;
  }

  /*** 共通 titlebar ***/
  div.bar10 {
    clear: both;
    margin: 5px 0px 10px 0px;
    padding: 8px 0px 5px 10px;
    text-align: left;
    background-color: #99ab4e;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  /*** 共通 titlebar round-bar ***/
  div.bar20 {
    clear: both;
    margin: 5px 0px 5px 0px;
    display: block;
    padding: 8px 0px 8px 10px;
    border: 3px solid;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #99ab4e;
    border-color: #828282 #666666 #666666 #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #99ab4e), color-stop(1.00, #e3e8f0));
    background: -webkit-linear-gradient(#99ab4e, #e3e8f0);
    background: -moz-linear-gradient(#99ab4e, #e3e8f0);
    background: linear-gradient(#99ab4e, #e3e8f0);
    text-align: left;
  }

  div.bar21 {
    clear: both;
    margin: 5px 0px 5px 0px;
    display: block;
    padding: 8px 0px 8px 10px;
    border: 3px solid;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #a4a4a4;
    border-color: #cccccc #666666 #666666 #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a4a4a4), color-stop(1.00, #e3e8f0));
    background: -webkit-linear-gradient(#a4a4a4, #e3e8f0);
    background: -moz-linear-gradient(#a4a4a4, #e3e8f0);
    background: linear-gradient(#a4a4a4, #e3e8f0);
    text-align: left;
  }
  div.bar22 {
    clear: both;
    margin: 5px 0px 5px 0px;
    padding: 8px 0px 8px 10px;
    border: solid 1px #a2a2a2;
    box-shadow: 2px 2px 2px #707070;
    background-image: url(../img/bgimg034.png);
    text-align: left;
  }

  /* 共通 写真用　陰なし */
  img.photimg {
    margin: 6px 10px 6px 10px;
  }

  /* 共通 写真用　陰あり */
  img.photimgs {
    margin: 6px 6px 3px 3px;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }

  /*** 共通 header ***/
  div.header10 {
    height: 80px;
    background-color: #99ab4e;
  }
  /*** 共通 footer ***/
  div.footer10 {
    background-color: #99ab4e;
    display: block;
    overflow: hidden;
  }
  div.footer10 ul li {
    float: left;
  }
  div.footer10 a {
    font-size: 14px;
    line-height: 24px;
    padding: 0 6px 0 16px;
    background-image: url('../img/arwbu01r.png');
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 11px;
    background-size: 11px;
  }
  div.footer10 p {
    font-size: 14px;
    line-height: 18px;
    padding: 0px 6px 0px 6px;
    text-align: right;
    clear: left;
  }
  div.footer20 {
    background-color: #bbbbbb;
    display: block;
    overflow: hidden;
  }
  div.footer20 ul li {
    float: left;
  }
  div.footer20 a {
    font-size: 14px;
    line-height: 24px;
    padding: 0 6px 0 16px;
    background-image: url('../img/arwbu01r.png');
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 11px;
    background-size: 11px;
  }
  div.footer20 p {
    font-size: 14px;
    line-height: 18px;
    padding: 0px 6px 0px 6px;
    text-align: right;
    clear: left;
  }
  /*** 共通 her line ***/
  .hrline4 {
    height: 4px;
    margin: 4px 0px 4px 0px;
    box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.8);
  }
  .hrline3 {
    height: 3px;
    margin: 4px 0px 4px 0px;
    box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  }
  /*** 共通 罫線ブルー4px ***/
  .brtopbl4 {
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: #2939af;
  }
  .brbottombl4 {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #2939af;
  }
  /*** 共通 罫線ブルー2px ***/
  .brtopbl2 {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #2939af;
  }
  .brbottombl2 {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #2939af;
  }
  /*** 共通 罫線グリーン4px ***/
  .brtopgr4 {
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: #339966;
  }
  .brbottomgr4 {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #339966;
  }
  /*** 共通 罫線グリーン2px ***/
  .brtopgr2 {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #339966;
  }
  .brbottomgr2 {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #339966;
  }
  /*** 共通 罫線ブラウン4px ***/
  .brtopbr4 {
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: #996633;
  }
  .brbottombr4 {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #996633;
  }
  /*** 共通 罫線ブラウン2px ***/
  .brtopbr2 {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #996633;
  }
  .brbottombr2 {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #996633;
  }

  /* 共通 箇条書き */
  ul.lists1 {
    margin: 0;
    padding: 0 0 0 2em;
    list-style: disc;
  }
  ul.lists1 li {
    padding: 0 0 5px 0;
  }

  /*** 共通 稜線index ***/
  .ryousenindx {
    width: 110px;
    height: 24px;
    float: left;
    text-align: center;
  }
  /* 共通　山行記入力 */
  .ymfm10 input {
    vertical-align: top;
    margin-bottom: 6px;
    padding: 3px;
  }
  .ymfm10 textarea {
    /* 山行記入力 */
    vertical-align: top;
    margin-bottom: 6px;
    padding: 3px;
  }
  .ymfm10 select {
    /* 山行記入力 */
    vertical-align: top;
    margin-bottom: 6px;
    padding: 3px;
  }

  /*** 共通 山行計画入力 ***/
  .plnfm10 input {
    vertical-align: top;
    margin-bottom: 6px;
    padding: 3px;
  }
  .plnfm10 textarea {
    /* 山行計画入力 */
    vertical-align: top;
    margin-bottom: 6px;
    padding: 3px;
  }
  .plnfm10 select {
    /* 山行計画入力 */
    vertical-align: top;
    margin-bottom: 6px;
    padding: 3px;
  }

  /*** 共通 youtube用 iform ***/
  div.youtubeiframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  div.youtubeiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*** 共通 navibar ***/
  div.navibar0 {
    width: 100%;
    padding: 0;
    background: #aaaaaa;
    box-shadow : 3px 2px 3px #707070;
    -webkit-box-shadow: 3px 2px 3px #707070;
  }
  div.navibar1 {
    width: 770px;
    padding: 0;
    margin: 10px 10px 0px 10px;
    list-style-type: none;
  }
  @media (max-width : 640px) {     /* スマホ用 */
    div.navibar1 {
      width: calc(100% - 20px);
    }
  }
  div.navibar1 li {
    width: 11.1%;    /* 9項目 */
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  @media (max-width : 800px) {     /* Notpc・スマホ用 */
    div.navibar1 li {
      width: calc((100% - 20px) / 5);   /* 5項目 */
    }
  }
  div.navibar1 li a {
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    background: #99ab4e;
  }
  div.navibar1 li a:hover {
    background: #666699;
  }
  div.navibar2 {              /* 共通 navibar 8ボタン */
    width: 100%;
    padding: 0;
    list-style-type: none;
  }
  div.navibar2 li {
    width: 12.5%;         
    float: left;
    padding: 0;
    margin: 0;
    text-align:center;
    box-shadow : 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  @media (max-width : 800px) {     /* Notpc・スマホ用 */
    div.navibar2 li {
      width: 20%;             /* 5項目 */
    }
  }
  div.navibar2 li a {
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    background: #aaaaaa;
  }
  div.navibar2 li a:hover {
    background: #888888;
  }
  .mblist10 {                 /* 山行計画・参加者 */
    margin: 0;
  }
  .mblist10c1 {               /* 役割 */
    padding: 2px 2px 2px 0;
    width: 35px;
  }
  .mblist10c2 {               /* 氏名 */
    padding: 2px 2px 2px 0;
    width: 135px;
  }
  .mblist10c3 {               /* 性別 */
    padding: 2px 2px 2px 0;
    width: 195px;
  }
  .mblist10c4 {               /* 住所 */
    padding: 2px 2px 2px 0;
    width: 85px;
  }
  .mblist10c5 {               /* 電話 */
    padding: 2px 2px 2px 0;
    width: 30px;
  }
  .mblist10c6 {               /* 緊急連絡先 */
    padding: 2px 2px 2px 0;
    width: 220px;
  }
  .mblist10c6 {               /* 備考 */
    padding: 2px 2px 2px 0;
    width: 220px;
  }

/*---- Desktop・notepc用のcss device-width 641px～ ----*/
@media screen and (min-width: 641px) {
  
  /*** Desktop・notepc用 会員情報一覧 ***/
  .inflist10 {
    text-align: left;
  }
  .inflist10c1 {              /* No */
    width: 25px;
  }
  .inflist10c2 {              /* infid */
    width: 70px;
  }
  .inflist10c3 {              /* 表示年月 */
    width: 80px;
  }
  .inflist10c4 {              /* 終了年月 */
    width: 105px;
  }
  .inflist10c5 {              /* タイトル */
    width: 200px;
  }
  .inflist10c6 {              /* 更新日 */
    width: 105px;
  }
  .inflist10c7 {              /* type */
    width: 40px;
  }
  .inflist10c8 {              /* preview */
    width: 45px;
  }
  /*** Desktop・notepc用 山行記一覧（山行記管理） ***/
  .ymlist10 {
    text-align: left;
  }
  .ymlist10c1 {               /* No */
    width: 25px;
  }
  .ymlist10c2 {               /* recid */
    width: 100px;
  }
  .ymlist10c3 {               /* 山名 */
    width: 200px;
  }
  .ymlist10c4 {               /* 山行日 */
    width: 140px;
  }
  .ymlist10c5 {               /* 更新日 */
    width: 100px;
  }
  .ymlist10c6 {               /* preview */
    width: 35px;
  }
  /*** Desktop・notepc用 山行記写真一覧 ***/
  .ymlist20 {
    text-align: left;
  }
  .ymlist20c1 {               /* No */
    width: 25px;
  }
  .ymlist20c2 {               /* photdir */
    width: 100px;
  }
  .ymlist20c3 {               /* phot */
    width: 200px;
  }
  .ymlist20c4 {               /* photsz */
    width: 30px;
  }
  .ymlist20c5 {               /* note */
    width: 200px;
  }
  /*** Desktop・notepc用 山名検索・山行記一覧(日付) ***/
  .ymlist30 {
    text-align: left;
  }
  .ymlist30c1 {               /* No */
    width: 25px;
  }
  .ymlist30c2 {               /* 山域 */
    width: 90px;
  }
  .ymlist30c3 {               /* 山行コース */
    width: 200px;
  }
  .ymlist30c4 {               /* 山行日 */
    width: 100px;
  }
  .ymlist30c5 {               /* 備考 */
    width: 220px;
  }
  /* Desktop・notepc用 山行記一覧(山域) */
  .ymlst31 {
    text-align: left;
  }
  .ymlst31c1 {                /* No */
    width: 25px;
  }
  .ymlst31c3 {                /* 山行コース */
    width: 200px;
  }
  .ymlst31c4 {                /* 山行日 */
    width: 120px;
  }
  .ymlst31c5 {                /* 備考 */
    width: 220px;
  }
  /*** Desktop・notepc用 山行実績一覧（会員）***/
  .ymlist40 {
    text-align: left;
  }
  .ymlist40c1 {               /* No */
    width: 40px;              
  }
  .ymlist40c11 {              /* 山行管理 */
    width: 50px;              
  }
  .ymlist40c2 {               /* 山域 */
    width: 95px;              
  }
  .ymlist40c3 {               /* 山名 */
    width: 200px;             
  }
  .ymlist40c4 {               /* 日程 */
    width: 115px;             
  }
  .ymlist40c5 {               /* 種別 */
    width: 70px;              
  }
  .ymlist40c9 {               /* 備考 */
    width: 100px;             
  }
  /*** Desktop・notepc用・山行実績詳細（会員）***/
  .ymlist41 {
    text-align: left;
  }
  .ymlist41c1 {               /* No */
    width: 40px;
  }
  .ymlist41c11 {              /* 山行管理 */
    width: 50px;              
  }
  .ymlist41c2 {               /* 山域 */
    width: 95px;              
  }
  .ymlist41c3 {               /* 山名 */
    width: 200px;             
  }
  .ymlist41c4 {               /* 日程 */
    width: 115px;             
  }
  .ymlist41c5 {               /* 種別 */
    width: 70px;              
  }
  .ymlist41c6 {               /* 男性 */
    width: 35px;              
  }
  .ymlist41c7 {               /* 女性 */
    width: 35px;              
  }
  .ymlist41c8 {               /* 人数 */
    width: 35px;              
  }
  .ymlist41c9 {               /* 備考 */
    width: 80px;              
  }
  /*** Desktop・notepc用 山行実績一覧 ***/
  .ymreclist10 {
    text-align: left;
  }
  .ymreclist10c1 {            /* No */
    width: 40px;              
  }
  .ymreclist10c2 {            /* 山域 */
    width: 95px;              
  }
  .ymreclist10c3 {            /* 山名 */
    width: 215px;             
  }
  .ymreclist10c4 {            /* 日程 */
    width: 115px;             
  }
  .ymreclist10c5 {            /* 種別 */ 
    width: 70px;
  }
  .ymreclist10c6 {            /* 男性 */
    width: 35px;
  }
  .ymreclist10c7 {            /* 女性 */
    width: 35px;
  }
  .ymreclist10c8 {            /* 人数 */
    width: 35px;
  }
  .ymreclist10c9 {            /* 備考 */
    width: 70px;
  }
  /*** Desktop・notepc用 山行計画一覧 ***/
  .plnlist20 {
    text-align: left;
    width: 570px;
  }
  .plnlist20c1 {              /* 計画区分 */
    width: 120px;
  }
  .plnlist20c2 {              /* 日付 */
    width: 120px;
  }
  .plnlist20c3 {              /* 山名 */
    width: 330px;
  }
  /*** Desktop・notepc用 山行計画一覧(申請) ***/
  .plnlist40 {
    text-align: left;
  }
  .plnlist40c1 {              /* No */
    width: 50px;
  }  
  .plnlist40c2 {              /* 受付 */
    width: 50px;
  }
  .plnlist40c3 {              /* 日付 */
    width: 115px;
  }  
  .plnlist40c4 {              /* 山名 */
    width: 300px;
  }  
  .plnlist40c5 {              /* 山行種別 */
    width: 80px;
  }  
  .plnlist40c6 {              /* 備考 */
    width: 40px;
  }  
  /* Desktop・notepc用 山行計画一覧(山行管理) */
  .plnlist50 {
    text-align: left;
  }
  .plnlist50c1 {              /* No */
    width: 50px;
  }  
  .plnlist50c21 {             /* 申請 */
    width: 50px;
  }
  .plnlist50c22 {             /* 確認 */
    width: 50px;
  }
  .plnlist50c23 {             /* 報告 */
    width: 50px;
  }
  .plnlist50c3 {              /* 日付 */
    width: 100px;
  }
  .plnlist50c4 {              /* 山名 */
    width: 260px;
  }
  .plnlist50c5 {              /* 山行種別 */
    width: 80px;
  }
  /* Desktop・notepc用 山行計画一覧(報告) */
  .plnlist60 {
    text-align: left;
  }
  .plnlist60c1 {              /* No */
    width: 50px;
  }  
  .plnlist60c21 {             /* 申請 */
    width: 50px;
  }
  .plnlist60c23 {             /* 報告 */
    width: 50px;
  }
  .plnlist60c3 {              /* 日付 */
    width: 115px;
  }
  .plnlist60c4 {              /* 山名 */
    width: 260px;
  }
  .plnlist60c5 {              /* 山行種別 */
    width: 80px;
  }
  .plnlist60c6 {              /* 備考 */
    width: 40px;
  }
}

/***---- Desktop用のcss (over800px) ----***/
@media print, screen and (min-width: 800px) {

  /*** Desktop用 css変数定義 (使用していない) ***/
  :root {
    --plninp50: 50%;
    --plntxtsiz: calc(100% - 110px);
  }
  /*** Desktop用 タートル付きtext-size ***/
  .txtsiz4em {
    width: calc(100% - 110px);
  }
  /*** Desktop用 コンテンツwraper ***/
  #wrapcontainer {
    background-image: url('../img/bgimg031.png');
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 790px;
    min-height: 400px;
    overflow: hidden;
  }
  /*** Desktop用 Header表示領域 ***/
  #wrapheader {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 10px;
  }
  /*** Desktop用 main表示領域 750px ***/
  #wrapmain {
    width: 750px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: left;
    /* 2020-1/18 削除 display: inline;*/
  }
  /*** Desktop用 main左カラム表示領域 370px ***/
  #wrapleft {
    width: 370px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
    /* 2020-1-18 削除 display: inline; */
  }
  /*** Desktop用 main右カラム表示領域 370px ***/
  #wrapright {
    width: 370px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    /* 2020-1-18 削除 display: inline; */
  }
  /*** Desktop用 main左カラム-1表示領域 185px ***/
  #wrapleftcol1 {
    width: 185px;
    margin: 1px;
    float: left;
  }
  /*** Desktop用 main右カラム-1表示領域 185px ***/
  #wrapleftcol2 {
    width: 185px;
    margin: 1px;
    float: left;
  }
  /*** Desktop用 message表示領域 ***/
  #wrapmsg {
    margin: 0px;
    clear: both;
  }
  /*** Desktop用 footer表示領域 ***/
  #wrapfooter {
    width: 785px;
    clear: both;
  }
  /*** Desktop用 表示制御 pc:visible、notepc,phone,movile:none ***/
  .ctlpc {
    display: block;
  }
  .ctlnotepc {
    display: none;
  }
  .ctlphone {
    display: none;
  }
  .ctlmovile {
    display: none;
  }
  .ctlnophone {
    display: block;
  }
  /*** Desktop用 inline表示制御 pc:visible、notepc,phone,movile:none ***/
  .ctlinpc {
    display: inline;
  }
  .ctlinnotepc {
    display: none;
  }
  .ctlinphone {
    display: none;
  }
  .ctlinmovile {
    display: none;
  }
  .ctlinnophone {
    display: inline;
  }   

  /*** PC用 写真の配置 wide ***/
  div.photlayw {
    width: 100%;
    text-align: center;
    float: none;
  }
  div.photlayw img {
    width: 95%;
    max-width: 620px;
  }
  /*** PC用 写真の配置 1枚組 ***/
  div.photlay1 {
    width: 100%;
    text-align: center;
    float: none;
  }
  div.photlay1 img {
    width: 95%;
    height: auto;
    /*  max-width: 480px;*/
  }
  /*** PC用 写真の配置 2枚組 ***/
  div.photlay2 {
    width: 50%;
    text-align: center;
    float: left;
  }
  div.photlay2 img {
    width: 90%;
    height: auto;
    /*  max-width: 480px;*/
  }
  /*** PC用 写真の配置 3枚組 ***/
  div.photlay3 {
    width: 33%;
    text-align: center;
    float: left;
  }
  div.photlay3 img {
    width: 90%;
    height: auto;
    /*  max-width: 480px;*/
  }
  /*** PC用 写真の配置 4枚組 ***/
  div.photlay4 {
    width: 25%;
    text-align: center;
    float: left;
  }
  div.photlay4 img {
    width: 90%;
    height: auto;
    /*  max-width: 480px;*/
  }

  /* PC用 山行データの配置 */
  #partdata {
    overflow: hidden;
  }
  /* PC用 山行データの配置 */
  #partsankou {
    width: 50%;
    float: left;
    background-color: #fcf5bc;
    padding-bottom: 32768px;
    margin-bottom: -32768px;
  }
  /* PC用 山行topimageの配置 */
  #parttopimage {
    width: 50%;
    float: left;
    background-color: #fcf5bc;
    padding-bottom: 32768px;
    margin-bottom: -32768px;
  }
  /* PC用 gpslogの配置 */
  #partgpslog {
    clear: both;
  }
  /*** PC用 写真index ***/
  div.photindx {
    width: 143px;
    height: 150px;
    float: left;
    text-align: center;
    padding: 3px;
  }
  div.photindx img {
    border-width: 0px;
    width: 128px;
    height: 96px;
    margin: 6px 10px 6px 10px;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  /* PC用 Contents index */
  div.contindx {
    width: 110px;
    height: 130px;
    float: left;
    text-align: center;
    padding: 3px;
  }
  div.contindx img {
    border-width: 0px;
    width: 100px;
    height: 75px;
    margin: 6px 10px 6px 10px;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  /* pc用 ○無しリスト１ */
  .listbar1 ul {
    margin: 10px 0 10px 0;
  }
  .listbar1 ul li {
    margin: 5px 0 5px 0;
  }
  /* pc用 ○つきリスト２ */
  .listbar2 ul {
    margin: 10px 0 10px 0;
  }
  .listbar2 ul li {
    margin: 5px 0 5px 0;
  }
  .listbar2 a {
    padding: 0 6px 0 16px;
    background-image: url('../img/aicon133.png');
    background-repeat: no-repeat;
    background-position: left center;
  }
  /*** pc用 サムネイルつき矢印リスト２ ***/
  .listbar4 ul {
    margin: 15px 10px 10px 10px;
  }
  .listbar4 ul li {
    clear: both;
    height: 65px;
    margin: 0px;
  }
  .listbar4 ul li a {
    text-decoration: none;
  }
  .listbar4 ul li strong {
    color: #000;
    display: block;
    font-weight: bold;
    padding-top: 5px;
  }
  .listbar4 ul li img {
    float: left;
    width: 75px;
    height: auto;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
  }
  /*** Pc用 その他コース ***/
  div.photEtcrec {
    width: 125px;
    /* height: 150px; */
    height: 135px;
    float: left;
    text-align: center;
  }
  div.photEtcrec a img {
    width: 110px;
    height: auto;
    float: left;
    vertical-align: top;
    border: 0px;
    margin: 6px 10px 6px 0px;
    box-shadow: 3px 3px 3px #707070;
    /*-moz-box-shadow:  3px 3px 3px #707070;*/
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  div.photEtcrec p {
    clear: left;
    margin: 3px;
    font-size: 13px;
  }
  /* pc用メールフォーム */
  #formWrap {
    width: 700px;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
  }
  /* pc用 メールテーブル */
  table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
  }
  table.formTable th {
    width: 20%;
    font-weight: normal;
    background: #efefef;
    text-align: left;
  }
}

/***---- notepc用のcss device-width 641-800px ----***/
@media screen and (min-width: 641px) and (max-width: 800px) {
  /*** notepc用 css変数定義（使用していない） ***/

  :root {
    --plninp50: 50%;
    --plntxtsiz: calc(100% - 110px);
  }
  /*** notepc用 タートル付きtext-size ***/
  .txtsiz4em {
    width: calc(100% - 110px);
  }
  /*** notepc用 コンテンツwraper ***/
  #wrapcontainer {
    background: #fff9f1;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 100%;
    max-width: 700px;
    min-height: 400px;
    overflow: hidden;
  }
  /*** notepc用 Header表示領域 ***/
  #wrapheader {
    margin: 0px;
  }
  /*** notepc用 main表示領域 ***/
  #wrapmain {
    margin: 10px;
    float: none;
  }
  /*** notepc用 main左カラム表示領域 ***/
  #wrapleft {
    width: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
    /* 2020-1-18 削除 display: inline; */
  }
  /*** notepc用 main右カラム表示領域 ***/
  #wrapright {
    width: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    /* 2020-1-18 削除 display: inline; */
  }
  /*** notepc用 main左カラム-1表示領域 ***/
  #wrapleftcol1 {
    width: 49%;
    margin: 1px;
    float: left;
  }
  /*** notepc用 main右カラム-1表示領域 ***/
  #wrapleftcol2 {
    width: 49%;
    margin: 1px;
    float: left;
  }
  /*** notepc用 info表示領域 ***/
  #wrapinfo {
    margin: 10px;
    float: none;
  }
  /*** notepc用 message表示領域 ***/
  #wrapmsg {
    margin: 0px;
    clear: both;
  }
  /*** notepc用 footer表示領域 ***/
  #wrapfooter {
    margin: 0px;
    clear: both;
  }
  /*** notepc用 表示制御 movile,notepc:visiple、pc,phone:none ***/
  .ctlpc {
    display: none;
  }
  .ctlnotepc {
    display: block;
  }
  .ctlphone {
    display: none;
  }
  .ctlmovile {
    display: block;
  }
  .ctlnophone {
    display: block;
  }
  /*** notepc用 inline表示制御 pc:visible、notepc,phone,movile:none ***/
  .ctlinpc {
    display: none;
  }
  .ctlinnotepc {
    display: inline;
  }
  .ctlinphone {
    display: none;
  }
  .ctlinmovile {
    display: inline;
  }
  .ctlinnophone {
    display: inline;
  }
  
  /*** notepc用 navibar ***/
  div.navibar1 {
    width: calc(100% - 20px);
  }
  div.navibar1 li {
    width: 16.6%;     /* 6項目 */
  }

  /*** notepc用 山行実績一覧 ***/
  .ymreclist10 {
    text-align: left;
  }
  .ymreclist10c3 {            /* 山名 */
    width: 180px;
  }
  .ymreclist10c6 {            /* 男性 */
    display: none;
  }
  .ymreclist10c7 {            /* 女性 */
    display: none;
  }
  
  /* notepc用 写真の配置 wide */
  div.photlayw {
    width: 100%;
    text-align: center;
    float: none;
  }
  div.photlayw img {
    width: 95%;
    height: auto;
    max-width: 620px;
  }
  /*** notepc用 写真の配置 1枚組 ***/
  div.photlay1 {
    width: 100%;
    text-align: center;
    float: none;
  }
  div.photlay1 img {
    width: 95%;
    height: auto;
    /*  max-width: 480px;*/
  }
  /*** notepc用 写真の配置 2枚組 ***/
  div.photlay2 {
    width: 50%;
    text-align: center;
    float: left;
  }
  div.photlay2 img {
    width: 90%;
    height: auto;
    /*  max-width: 480px;*/
  }
  /*** notepc用 写真の配置 3枚組 ***/
  div.photlay3 {
    width: 33%;
    text-align: center;
    float: left;
  }
  div.photlay3 img {
    width: 90%;
    height: auto;
    /*  max-width: 480px;*/
  }
  /*** notepc用 写真の配置 4枚組 ***/
  div.photlay4 {
    width: 25%;
    text-align: center;
    float: left;
  }
  div.photlay4 img {
    width: 90%;
    height: auto;
    /*  max-width: 480px;*/
  }
  /* notepc用 山行データの配置 */
  #partdata {
    overflow: hidden;
  }
  /* notepc用 山行データの配置 */
  #partsankou {
    width: 50%;
    float: left;
    background-color: #fcf5bc;
    padding-bottom: 32768px;
    margin-bottom: -32768px;
  }
  /* notepc用 山行topimageの配置 */
  #parttopimage {
    width: 50%;
    float: left;
    background-color: #fcf5bc;
    padding-bottom: 32768px;
    margin-bottom: -32768px;
  }
  /* notepc用 gpslogの配置 */
  #partgpslog {
    clear: both;
  }
  /*** notepc用 写真index ***/
  div.photindx {
    width: 135px;
    height: 150px;
    float: left;
    text-align: center;
  }
  div.photindx img {
    border-width: 0px;
    width: 115px;
    height: 87px;
    margin: 6px 10px 6px 10px;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  /* notepc用 Contents index */
  div.contindx {
    width: 100px;
    height: 130px;
    float: left;
    text-align: center;
    padding: 3px;
  }
  div.contindx img {
    border-width: 0px;
    width: 90px;
    height: 67px;
    margin: 6px 10px 6px 10px;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }

  /*.listbar1 pc用 ○無しリスト１ notepc未定義 */

  /* notepc用 矢印つきリスト２ */
  .listbar2 ul {
    margin: 10px;
  }
  .listbar2 ul li {
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    border: 1px #ccc solid;
    border-bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    display: block;
    -webkit-box-shadow: 0px 3px 3px rgba(000, 000, 000, 0.1);
    box-shadow: 0px 3px 3px rgba(000, 000, 000, 0.1);
  }
  .listbar2 ul li:first-child {
    border-radius: 8px 8px 0 0;
  }
  .listbar2 ul li:last-child {
    border-radius: 0 0 8px 8px;
    border-bottom: 1px #ccc solid;
  }
  .listbar2 ul li a {
    color: #333;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 44px;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
  }
  /* notepc用 サムネイルつき矢印リスト２ */
  .listbar4 ul {
    border-bottom: 1px solid #ccc;
    margin: 15px 10px 10px 10px;
  }
  .listbar4 ul li {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 67px;
    margin: 0px;
  }
  .listbar4 ul li a {
    /* background: url(../img/listmark1.png) no-repeat 100% 50%;*/
    color: #666;
    display: block;
    height: 67px;
    margin: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
  }
  .listbar4 ul li a strong {
    color: #000;
    display: block;
    font-weight: bold;
    padding-top: 5px;
  }
  .listbar4 ul li img {
    float: left;
    height: 57px;
    width: 75px;
    margin-right: 10px;
  }
  /*** notepc用 その他コース ***/
  div.photEtcrec {
    width: 125px;
    height: 150px;
    float: left;
    text-align: center;
  }
  div.photEtcrec a img {
    width: 110px;
    height: auto;
    float: left;
    vertical-align: top;
    border: 0px;
    margin: 6px 10px 6px 0px;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  div.photEtcrec p {
    clear: left;
    margin: 3px;
    font-size: 13px;
    text-align: left;
  }

  /* notepc用メールフォーム */
  #formWrap {
    width: calc(100% - 20px);
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
  }

  /* notepc用 メールテーブル */
  table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
  }
  table.formTable th {
    width: 20%;
    font-weight: normal;
    background: #efefef;
    text-align: left;
  }
}

/***---- スマートフォン用の共通css(under640px) ----***/
@media screen and (max-width: 640px) {

  /* スマートフォン用 css変数定義(使用していない) */
  :root {
    --plninp50: calc(95% - 80px);
    --plntxtsiz: 95%;
  }
  /* スマートフォン用 タートル付きtext-size */
  .txtsiz4em {
    width: 95%;
  }
  
  /*** スマートフォン用 会員情報一覧 ***/
  .inflist10 {
    width: 100%;
    text-align: left;
  }
  .inflist10c1 {              /* No */
    width: 7%;
  }
  .inflist10c2 {              /* infid */
    width: 10%;
  }
  .inflist10c3 {              /* 表示年月 */
    width: 10%;
  }
  .inflist10c4 {              /* 終了年月 */
    width: 15%;
  }
  .inflist10c5 {              /* タイトル */
    width: 50%;
  }
  .inflist10c6 {              /* 更新日 */
    display: none;
  }
  .inflist10c7 {              /* type */
    width: 8%;
  }
  .inflist10c8 {              /* 備考 */
    width: 8%;
  }
  /*** スマートフォン用 山行記一覧（山行記管理） ***/
  .ymlist10 {
    width: 100%;
    text-align: left;
  }
  .ymlist10c1 {               /* No */
    width: 7%;
  }
  .ymlist10c2 {               /* recid */
    width: 15%;
  }
  .ymlist10c3 {               /* 山名 */
    width: 53%;
  }
  .ymlist10c4 {               /* 山行日 */
    width: 15%;
  }
  .ymlist10c5 {               /* 更新日 */
    display: none;
  }
  .ymlist10c6 {               /* preview */
    width: 10%;
  }
  /*** スマートフォン用 山行記写真一覧 ***/
  .ymlist20 {
    text-align: left;
  }
  .ymlist20c1 {               /* No */
    width: 10%;
  }
  .ymlist20c2 {               /* photdir */
    width: 25%;
  }
  .ymlist20c3 {               /* phot */
    width: 25%;
  }
  .ymlist20c4 {               /* photsz */
    width: 10%;
  }
  .ymlist20c5 {               /* note */
    width:30%;
  }
  /*** スマートフォン用 山名検索・山行記一覧(日付) ***/
  .ymlist30 {
    text-align: left;
  }
  .ymlist30c1 {               /* No */
    width: 25px;
  }
  .ymlist30c2 {               /* 山域 */
    width: 90px;
  }
  .ymlist30c3 {               /* 山行コース */
    width: 200px;
  }
  .ymlist30c4 {               /* 山行日 */
    width: 100px;
  }
  .ymlist30c5 {               /* 備考 */
    display: none;
  }
  /* スマートフォン用 山行記一覧(山域) */
  .ymlst31 {
    text-align: left;
  }
  .ymlst31c1 {                /* No */
    width: 25px;
  }
  .ymlst31c3 {                /* 山行コース */
    width: 200px;
  }
  .ymlst31c4 {                /* 山行日 */
    width: 120px;
  }
  .ymlst31c5 {                /* 備考 */
    display: none;
  }
  /*** スマートフォン用 山行実績一覧（会員）***/
  .ymlist40 {
    text-align: left;
  }
  .ymlist40c1 {               /* No */
    width: 40px;
  }
  .ymlist40c11 {              /* 山行管理 */
    width: 50px;
  }
  .ymlist40c2 {               /* 山域 */
    display: none;
  }
  .ymlist40c3 {               /* 山名 */
    width: 200px;
  }
  .ymlist40c4 {               /* 日程 */
    width: 115px;
  }
  .ymlist40c5 {               /* 種別 */
    display: none;
  }
  .ymlist40c9 {               /* 備考 */
    width: 100px;
  }
  /*** スマートフォン用・山行実績詳細（会員）***/
  .ymlist41 {
    text-align: left;
  }
  .ymlist41c1 {               /* No */
    width: 40px;
  }
  .ymlist41c11 {              /* 山行管理 */
    width: 50px;
  }
  .ymlist41c2 {               /* 山域 */
    display: none;
  }
  .ymlist41c3 {               /* 山名 */
    width: 200px;
  }
  .ymlist41c4 {               /* 日程 */
    width: 115px;
  }
  .ymlist41c5 {               /* 種別 */
    display: none;
  }
  .ymlist41c6 {               /* 男性 */
    width: 35px;
  }
  .ymlist41c7 {               /* 女性 */
    width: 35px;
  }
  .ymlist41c8 {               /* 人数 */
    width: 35px;
  }
  .ymlist41c9 {               /* 備考 */
    width: 80px;
  }
  /*** スマートフォン用 山行実績一覧 ***/
  .ymreclist10 {
    text-align: left;
  }
  .ymreclist10c1 {            /* No */
    width: 40px;
  }
  .ymreclist10c2 {            /* 山域 */
    width: 80px;
  }
  .ymreclist10c3 {            /* 山名 */
    width: 180px;             
  }
  .ymreclist10c4 {            /* 日程 */
    width: 115px;             
  }
  .ymreclist10c5 {            /* 種別 */ 
    width: 70px;
  }
  .ymreclist10c6 {            /* 男性 */
    display: none;
  }
  .ymreclist10c7 {            /* 女性 */
    display: none;
  }
  .ymreclist10c8 {            /* 人数 */
    width: 35px;
  }
  .ymreclist10c9 {            /* 備考 */
    width: 70px;
  }
  /*** スマートフォン用 山行計画一覧 ***/
  .plnlist20 {
    width: 100%;
    text-align: left;
  }
  .plnlist20c1 {              /* 計画区分 */
    width: 20%;
  }
  .plnlist20c2 {              /* 日付 */
    width: 15%;
  }
  .plnlist20c3 {              /* 山名 */
    width: 65%;
  }
  /*** スマートフォン用 山行計画一覧(申請) ***/
  .plnlist40 {
    width: 100%;
    text-align: left;
    }
  .plnlist40c1 {              /* No */
    width: 10%;
    }
  .plnlist40c2 {              /* 受付 */
    width: 10%;
    }
  .plnlist40c3 {              /* 日付 */
    width: 20%;
    }
  .plnlist40c4 {              /* 山名 */
    width: 50%;
    }
  .plnlist40c5 {              /* 山行種別 */
    display: none;
    }  
  .plnlist40c6 {              /* 備考 */
    width:10%;
    }
  /*** スマートフォン用 山行計画一覧(山行管理) ***/
  .plnlist50 {
    width: 95%;
    text-align: left;
    }
  .plnlist50c1 {              /* No */
    width: 10%;
    }  
  .plnlist50c21 {             /* 申請 */
    width: 10%;
    }
  .plnlist50c22 {             /* 確認 */
    width: 10%;
    }
  .plnlist50c23 {             /* 報告 */
    width: 10%;
    }
  .plnlist50c3 {              /* 日付 */
    width: 20%;
    }
  .plnlist50c4 {              /* 山名 */
    width: 40%;
    }
  .plnlist50c5 {              /* 山行種別 */
    display: none;
    }
  /*** スマートフォン用 山行計画一覧(報告) ***/
  .plnlist60 {
    width: 100%;
    text-align: left;
    }
  .plnlist60c1 {              /* No */
    width: 10%;
    }  
  .plnlist60c21 {             /* 申請 */
    width: 10%;
    }
  .plnlist60c23 {             /* 報告 */
    width: 10%;
    }
  .plnlist60c3 {              /* 日付 */
    width: 20%;
    }  
  .plnlist60c4 {              /* 山名 */
    width: 40%;
    }  
  .plnlist60c5 {              /* 山行種別 */
    display: none;
    }  
  .plnlist60c6 {              /* 備考 */
    width: 10%;
    }  

  /*** スマートフォン用 写真の配置 wide ***/
  div.photlayw {
    width: 100%;
    text-align: center;
    float: none;
  }
  div.photlayw img {
    width: 95%;
    height: auto;
    max-width: 620px;
  }
  /*** スマートフォン用 写真の配置 1枚組 ***/
  div.photlay1 {
    text-align: center;
    width: 100%;
    float: none;
  }
  div.photlay1 img {
    width: 90%;
    height: auto;
  }
  /*** スマートフォン用 写真の配置 2枚組 ***/
  div.photlay2 {
    text-align: center;
    width: 100%;
    float: none;
  }
  div.photlay2 img {
    width: 90%;
    height: auto;
  }
  /*** スマートフォン用 写真の配置 3枚組 ***/
  div.photlay3 {
    text-align: center;
    width: 100%;
    float: none;
  }
  div.photlay3 img {
    width: 90%;
    height: auto;
    /*  max-width: 480px;*/
  }
  /*** スマートフォン用 写真の配置 4枚組 ***/
  div.photlay4 {
    text-align: center;
    width: 100%;
    float: none;
  }
  div.photlay4 img {
    width: 90%;
    height: auto;
    /*  max-width: 480px;*/
  }
  /*** スマートホン用 その他コース ***/
  div.photEtcrec {
    width: 110px;
    height: 140px;
    float: left;
    text-align: center;
  }
  div.photEtcrec a img {
    width: 100px;
    height: auto;
    float: left;
    vertical-align: top;
    border: 0px;
    margin: 6px 10px 6px 0px;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  div.photEtcrec p {
    clear: left;
    margin: 3px;
    font-size: 13px;
    text-align: left;
  }
  /*** スマートフォン用 山行データの配置 ***/
  #partdata {
    overflow: hidden;
  }
  #partsankou {
    width: 100%;
    float: none;
    background-color: #fcf5bc;
  }
  /*** スマートフォン用 山行topimagepの配置 ***/
  #parttopimage {
    width: 100%;
    float: none;
    background-color: #fcf5bc;
  }
  /*** スマートフォン用 gpslogの配置 ***/
  #partgpslog {
    clear: both;
    text-align: center;
  }
  #partgpslog div {
    margin-left: auto;
    margin-right: auto;
  }
  /*** スマートフォン用 写真index ***/
  div.photindx {
    width: 113px;
    height: 150px;
    float: left;
    text-align: center;
  }
  div.photindx img {
    border-width: 0px;
    width: 100px;
    height: 75px;
    margin: 6px 10px 6px 0px;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  /* スマートフォン用 Contents index */
  div.contindx {
    width: 100px;
    height: 130px;
    float: left;
    text-align: center;
    padding: 3px;
  }
  div.contindx img {
    border-width: 0px;
    width: 90px;
    height: 67px;
    margin: 6px 10px 6px 10px;
    box-shadow: 3px 3px 3px #707070;
    -webkit-box-shadow: 3px 3px 3px #707070;
  }
  /* スマートフォン用 矢印つきリスト２ */
  .listbar2 ul {
    margin: 10px;
  }
  .listbar2 ul li {
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    border: 1px #ccc solid;
    border-bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    display: block;
    -webkit-box-shadow: 0px 3px 3px rgba(000, 000, 000, 0.1);
    box-shadow: 0px 3px 3px rgba(000, 000, 000, 0.1);
  }
  .listbar2 ul li:first-child {
    border-radius: 8px 8px 0 0;
  }
  .listbar2 ul li:last-child {
    border-radius: 0 0 8px 8px;
    border-bottom: 1px #ccc solid;
  }
  .listbar2 ul li a {
    color: #333;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 44px;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
  }
  .listbar2 ul li a::after {
    /* content: url(..img/listmark1.png); */
    float: right;
  }

  /* スマートフォン用 サムネイルつき矢印リスト２ */
  .listbar4 ul {
    border-bottom: 1px solid #ccc;
    margin: 15px 10px 10px 10px;
  }
  .listbar4 ul li {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 67px;
    margin: 0px;
  }
  .listbar4 ul li a {
    /* background: url(../img/listmark1.png) no-repeat 100% 50%; */
    color: #666;
    display: block;
    height: 67px;
    margin: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
  }
  .listbar4 ul li a strong {
    color: #000;
    display: block;
    font-weight: bold;
    padding-top: 5px;
  }
  .listbar4 ul li img {
    float: left;
    height: 57px;
    width: 75px;
    margin-right: 10px;
  }
  /* スマートフォン用メールフォーム */
  #formWrap {
    width: 100%;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
  }
  /* スマートフォン用 メールテーブル */
  table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
  }
  table.formTable th {
    width: 25%;
    font-weight: normal;
    background: #efefef;
    text-align: left;
  }
  /*** スマートフォン用 コンテンツwraper ***/
  #wrapcontainer {
    background: #fff9f1;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
  }
  /*** スマートフォン用 Header表示領域 ***/
  #wrapheader {
    margin: 0px;
  }
  /* スマートフォン用 main表示領域 */
  #wrap2main {
    margin: 10px;
    float: none;
  }
  /* スマートフォン用 main左表示領域 */
  #wrap2left {
    margin: 0px;
    float: none;
  }
  /* スマートフォン用 main右表示領域 */
  #wrap2right {
    margin: 0px;
    float: none;
  }
  /* スマートフォン用 info表示領域 */
  #wrap2info {
    margin: 10px;
    float: none;
  }
  /*** スマートフォン用 main表示領域 ***/
  #wrapmain {
    margin: 10px;
    float: none;
  }
  /*** スマートフォン用 main左表示領域 ***/
  #wrapleft {
    margin: 0px;
    float: none;
  }
  /*** スマートフォン用 main右表示領域 ***/
  #wrapright {
    margin: 0px;
    float: none;
  }
  /*** スマートフォン用 main左カラム-1表示領域 ***/
  #wrapleftcol1 {
    width: 160px;
    margin: 1px;
    float: left;
  }
  /*** スマートフォン用 main右カラム-1表示領域 ***/
  #wrapleftcol2 {
    width: 160px;
    margin: 1px;
    float: left;
  }
  /*** スマートフォン用 info表示領域 ***/
  #wrapinfo {
    margin: 10px;
    float: none;
  }
  /*** スマートフォン用 message表示領域 ***/
  #wrapmsg {
    margin: 0px;
    clear: both;
  }
  /*** スマートフォン用 footer表示領域 ***/
  #wrapfooter {
    margin: 0px;
    clear: both;
  }
  /*** スマートフォン用 表示制御 movile,phone:visible、pc,notepc:none ***/
  .ctlpc {
    display: none;
  }
  .ctlnotepc {
    display: none;
  }
  .ctlphone {
    display: block;
  }
  .ctlmovile {
    display: block;
  }
  .ctlnophone {
    display: none;
  }
  /*** スマートフォン用 inline表示制御 pc:visible、notepc,phone,movile:none ***/
  .ctlinpc {
    display: none;
  }
  .ctlinnotepc {
    display: none;
  }
  .ctlinphone {
    display: inline;
  }
  .ctlinmovile {
    display: inline;
  }
  .ctlinnophone {
    display: none;
  }
}