@charset "UTF-8";
/**
*
* 紅葉ナビ
*
*/
/* ==========================================================================
TOP コンテンツ
========================================================================== */
/* #btn-list
--------------------------------------------------------- */
#koyo #wrap-btn-list {
  padding-bottom: 30px; }

#koyo #btn-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }
  #koyo #btn-list li {
    box-sizing: border-box;
    border-right: 2px solid #dcdcdc;
    background: #fff;
    width: 50%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #koyo #btn-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      box-sizing: border-box;
      width: 100%;
      line-height: 1.4;
      display: block;
      padding: 20px 10px;
      text-align: center;
      text-decoration: none;
      color: #7b2226;
      background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_nav.png");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: 450px;
      font-size: 26px;
      font-size: 2.6rem;
      font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
      font-style: normal;
      font-weight: 700; }
      #koyo #btn-list li a span {
        display: block;
        margin-bottom: 8px; }
      #koyo #btn-list li a.hover, #koyo #btn-list li a.touch {
        padding: 21px 10px 19px;
        background-image: none !important; }
    #koyo #btn-list li:first-child a {
      background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_nav.png");
      background-position: left bottom;
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      -ms-border-radius: 10px 0 0 10px;
      -o-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
      #koyo #btn-list li:first-child a.hover, #koyo #btn-list li:first-child a.touch {
        background-image: none !important; }
    #koyo #btn-list li:last-child {
      border-right: none; }
      #koyo #btn-list li:last-child a {
        background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_nav.png");
        background-position: right bottom;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        -ms-border-radius: 0 10px 10px 0;
        -o-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0; }
        #koyo #btn-list li:last-child a.hover, #koyo #btn-list li:last-child a.touch {
          background-image: none !important; }

@media screen and (min-width: 751px) {
  #koyo #wrap-btn-list {
    position: relative;
    padding-bottom: 20px; }
    #koyo #wrap-btn-list:before {
      position: absolute;
      width: 9999px;
      height: 100%;
      content: "";
      display: block;
      background: #fcc6d3;
      top: 0;
      left: -4999.5px;
      z-index: -1; }
  #koyo #btn-list li a {
    font-size: 22px;
    font-size: 2.2rem; }
    #koyo #btn-list li a span img {
      height: 30px;
      width: auto; } }
/* ==========================================================================
ページごとに変更
========================================================================== */
#koyo, #koyo-lower {
  /*全体背景色*/
  background-color: #eba630; }

/*ヘッダー背景指定(スマホ・PCで別々に指定)*/
@media screen and (max-width: 750px) {
  #head {
    background-color: #fadda3; } }
@media screen and (min-width: 751px) {
  #head {
    background-color: #fad496; } }

/*間の線削除*/
@media screen and (max-width: 750px) {
  #koyo #main, #koyo-lower #main {
        position: inherit; }
  #koyo #head-nav-wrap, #koyo-lower #head-nav-wrap {
        padding-bottom: 34px; }
  #koyo #head-nav-wrap:before, #koyo-lower #head-nav-wrap:before {
        background-color: #fefac7; }
  #koyo, #koyo-lower {
  background-color: #eba630 }
}

  /*ロゴ横画像*/
  /*タイトル色変更*/
  /*サイドナビ色変更*/
  /*関連コンテンツタイトル色変更*/
    #koyo #head-nav-wrap .logo-icon, #koyo-lower #head-nav-wrap .logo-icon {
      display: none; }
  /*全体背景画像*/
  #koyo .page-contents, #koyo-lower .page-contents {
    background: repeat-y center top #eba630;
    background-size: contain; }
    /*ヘッダー背景画像*/
    #koyo .page-contents .page-contents-koyo, #koyo-lower .page-contents .page-contents-koyo {
      background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_sp.png), url(https://cdn1.n-kishou.co.jp/image/sp/koyo/bg_main_sp.jpg);
      background-repeat: no-repeat, no-repeat;
      background-position: center top,center top -200px;
      background-size: contain;
      padding-top: 260px;
      margin-top: -6px; }  /*←ナビロゴ枠自体のマージン*/
    /*下層ヘッダー背景画像*/
    #koyo .page-contents.lower .page-contents-koyo, #koyo-lower .page-contents.lower .page-contents-koyo {
      background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_sp_lower.jpg) no-repeat center top;
      background-size: contain;
      padding-top: 79px;
      margin-top: -5px; }
  #koyo #foot, #koyo-lower #foot {
    /*フッター帯背景色変更*/ }
    #koyo #foot .foot-contents, #koyo-lower #foot .foot-contents {
      /*フッター背景画像*/
      background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/footer_sp.png) no-repeat center bottom;
      padding-bottom: 120px;
      border-top: 1px solid #eba630;
      /*フページトップボタン色変更*/ }
      #koyo #foot .foot-contents .page-top a, #koyo-lower #foot .foot-contents .page-top a {
        color: #fff; }
        #koyo #foot .foot-contents .page-top a:before, #koyo-lower #foot .foot-contents .page-top a:before {
          background-color: #fff; }
        #koyo #foot .foot-contents .page-top a:after, #koyo-lower #foot .foot-contents .page-top a:after {
          border-top: solid 3px #e50015;
          border-right: solid 3px #e50015; }
    #koyo #foot .inner-foot, #koyo-lower #foot .inner-foot {
      background-color: #e50015; }
      #koyo #foot .inner-foot .cmn-inner.season, #koyo-lower #foot .inner-foot .cmn-inner.season {
        display: none; }
  #koyo .cmn-sttl2, #koyo-lower .cmn-sttl2 {
    color: #fff;
    border-color: #fff; }
  #koyo .sp-side-nav .sp-side-nav-ttl, #koyo-lower .sp-side-nav .sp-side-nav-ttl {
    /*サイドナビタイトル背景色*/
    background-color: #f6e5c7;
    /*サイドナビ文字色*/
    color: #7b2226; }
  #koyo .cmn-sttl, #koyo-lower .cmn-sttl {
    /*関連コンテンツ背景色*/
    background-color: #f6e5c7;
    /*関連コンテンツ文字色*/
    color: #7b2226; }
  #koyo .cmn-sttl4, #koyo-lower .cmn-sttl4 {
    /*タイトル(cmn-sttl4)背景色*/
    background-color: #f6e5c7;
    /*タイトル(cmn-sttl4)文字色*/
    color: #7b2226; }

/*下層 ロゴ*/
@media screen and (min-width: 751px) {
  #koyo-lower #head-logo {
    width: 285px;
    background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/logo_koyo_pc.png);
    background-size: 100px auto;
    background-position: 185px 8px;
    background-repeat: no-repeat;
    padding-bottom: 10px; }
    #koyo-lower #head-logo img {
      width: 180px; }
  #koyo-lower #head-nav-wrap {
    padding-bottom: 30px; }
  #koyo-lower .page-contents.lower .page-contents-koyo {
    padding-top: 0; } }
@media screen and (max-width: 750px) {
  #koyo-lower #head-logo {
    width: 285px;
    background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/logo_koyo_sp.png);
    background-size: 130px auto;
    background-position: center 64px;
    background-repeat: no-repeat;
    height: 107px; }
  #koyo-lower #head-nav-wrap {
    padding-bottom: 13px; }
  #koyo-lower .page-contents.lower .page-contents-koyo {
    padding-top: 0; }
  #koyo-lower .body-inner {
    width: 100%; } }

@media screen and (min-width: 750px) {
  #koyo, #koyo-lower {
    /*ロゴ横画像*/ }
    #koyo #head-nav-wrap, #koyo-lower #head-nav-wrap {
      padding-top: 5px;  /*←ヘッダーボタン上の余白指定なので変更したらダメ*/
      padding-bottom: 20px;  /*←ナビロゴ上の余白指定なので変更したらダメ*/
      border-bottom: none;
      background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_main_sp_koyo.jpg"), url("https://cdn1.n-kishou.co.jp/image/sp/koyo/bg_01_pc.jpg");
      background-position: center -40px, center top -50px;
      background-repeat: no-repeat , repeat-x;
      background-size: auto; }
}

@media screen and (min-width: 751px) {
  #koyo, #koyo-lower {
    /*ロゴ横画像*/ }
    #koyo #head-nav-wrap, #koyo-lower #head-nav-wrap {
      padding-top: 20px;  /*←ヘッダーボタン上の余白指定*/
      padding-bottom: 8px;  /*←メニューバー下の余白指定*/
      border-bottom: none;
      background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_header_pc01_koyo.jpg"), url("https://cdn1.n-kishou.co.jp/image/sp/koyo/bg_01_pc.jpg");
      background-position: center bottom, left bottom;  /*←ここで背景画像の表示位置変えたら綺麗にグラデーションできた*/
      background-repeat: no-repeat , repeat-x;
      background-size: auto; }
    #koyo .gnav:after, #koyo-lower .gnav:after {
      background-color: #fffbcb; }
    #koyo .page-contents, #koyo-lower .page-contents {
      background-image: none; }
      /*ヘッダー背景画像*/
      #koyo .page-contents .page-contents-koyo, #koyo-lower .page-contents .page-contents-koyo {
        background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_pc02.png), url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_pc01.png);
        background-repeat: no-repeat,repeat-x;
        background-position: center top,center top;
        background-size: auto;
        padding-top: 232px; }
      /*下層ヘッダー背景画像*/
      #koyo .page-contents.lower .page-contents-koyo, #koyo-lower .page-contents.lower .page-contents-koyo {
        background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_pc02_lower.png), url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_pc03_lower.png);
        background-repeat: no-repeat,repeat-x;
        background-position: center top, left top;  /*←ここで下層ヘッダー後ろの背景画像の位置を修正できる */
        background-size: auto;
        padding-top: 80px; }
    /*フッター背景画像*/
    #koyo #foot .foot-contents, #koyo-lower #foot .foot-contents {
      background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/footer_pc01.png);
      background-repeat: no-repeat;
      background-position: center bottom -20px;
      background-size: auto; }
}

/* ==========================================================================
Twitterボタン 白に変更する場合
========================================================================== */
.btn-twitter.btn-shadow.shadow03 a {
  background-color: #fff;
  color: #015db2;
  -webkit-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -moz-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -ms-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5); }
  .btn-twitter.btn-shadow.shadow03 a:before {
    background: url(https://cdn1.n-kishou.co.jp/image/common/icon_twitter2.png) left top no-repeat;
    background-size: 100%; }
  .btn-twitter.btn-shadow.shadow03 a.touch, .btn-twitter.btn-shadow.shadow03 a.hover {
    -webkit-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
    -moz-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
    -ms-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
    -o-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
    box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5); }

/* ==========================================================================
紅葉ナビ用css
========================================================================== */
.inner-box {
  margin-bottom: 50px; }

.wrap-main-ttl {
  padding-bottom: 30px; 
}

  #koyo .wrap-main-ttl .main-ttl, #koyo-lower .wrap-main-ttl .main-ttl {
    line-height: 1.4;
    background-image: url();
    -webkit-text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    -moz-text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    -ms-text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    -o-text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    color: #7b211c;
    }


.cmn-sttl3-koyo {
  margin-bottom: 14px;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1; }
  .cmn-sttl3-koyo:after, .cmn-sttl3-koyo:before {
    display: inline-block;
    content: "/";
    font-size: 34px;
    font-size: 3.4rem; }
  .cmn-sttl3-koyo:before {
    margin-right: 15px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .cmn-sttl3-koyo:after {
    margin-left: 15px; }

.cmn-sttl3-koyo02 {
  margin-bottom: 14px;
  color: #ef1111;
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -moz-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -ms-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -o-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}

.cmn-sttl3-koyo02:after, .cmn-sttl3-koyo02:before {
  display: inline-block;
  content: "/";
  font-size: 34px;
  font-size: 3.4rem;
}

.cmn-sttl3-koyo02:before {
  margin-right: 15px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.cmn-sttl3-koyo02:after {
  margin-left: 15px;
}

@media screen and (min-width: 751px) {
  .cmn-sttl3-koyo02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .cmn-sttl3-koyo02:after, .cmn-sttl3-koyo02:before {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cmn-sttl3-koyo02:before {
    margin-right: 10px;
  }
  .cmn-sttl3-koyo02:after {
    margin-left: 10px;
  }
}

/* タイトル（cmn-sttl6） */
.cmn-sttl6 {
  margin-bottom: 15px;
  color: #7b211c;
  line-height: 1.4;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: url("https://cdn1.n-kishou.co.jp/image/common/icon_ttl06_koyo.png");
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: 35px;
  min-height: 40px;
  padding-left: 45px; }
@media screen and (min-width: 751px) {
  .cmn-sttl6 {
    font-size: 18px;
    font-size: 1.8rem;
    background-position: left top;
    background-size: 25px;
    min-height: 25px;
    padding-left: 35px; } }

@media screen and (min-width: 751px) {
  .cmn-sttl3-koyo {
    font-size: 22px;
    font-size: 2.2rem; }
    .cmn-sttl3-koyo:after, .cmn-sttl3-koyo:before {
      font-size: 22px;
      font-size: 2.2rem; }
  .link-list li a span {
    font-size: 14px;
    font-size: 1.4rem; }
  .service-list li a {
    font-size: 16px;
    font-size: 1.6rem; } }

/*最上部紹介枠のボタンの色*/
#head .area-information .btn-more a {
      color: #fff;
      background: #eba630; }

/*カテゴリトップ横の線の色指定*/
#foot .foot-contents .page-top .page-top {
    border-left: 1px solid #fff; }

/* PC版サイドメニュー横のライン色 */
    .pc-fbox .pc-fr {
      border-left: 2px solid #fff; }

/* 秋色リンクリスト（.link-list） */
  .link-list li {
    line-height: 1.4;
    border-bottom: 2px dotted #e75f15; }
    .link-list li a {
      color: #7b211c; }

/* 秋色矢印 */
.icon-arrow:after {
  border-color: #e50015; }
.icon-arrow-s:after {
  border-color: #e50015; }

.icon-arrow-circle {
  position: relative;
  padding-right: 60px;
}

.icon-arrow-circle:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  content: "";
  border: 0;
  background: #e50015;
  border-radius: 50%;
}

.icon-arrow-circle:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 751px) {
  .icon-arrow-circle:before {
    right: 14px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .icon-arrow-circle:after {
    right: 20px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-width: 2px;
  }
}
/* 秋色リンクリスト（.cmn-btn-list） */
    .cmn-btn-list li > a,
    .cmn-btn-list li > span {
      color: #7b211c; }

/* 凡例アイコン */
  .btn-cmn2.btn-cmn2-koyo a {
    background-color: #f1b521;
    color: #7b211c; }
  .btn-cmn2 a {
    background-color: #eed354;
    color: #7b211c; }

/* 秋色ボタン */
.btn-cmn a,
.btn-cmn input, .btn-cmn span.inactive {
  color: #fff;
  background: #e75f15; }

/* 秋色ボタン影の色 */
  .btn-shadow.shadow03 > * {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6); }
  .btn-shadow.shadow03 > *.hover, .btn-shadow.shadow03 > *.touch {
    -webkit-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -moz-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -ms-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -o-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6); }
}

/* 秋色ボタン（前へ次へ） */
.page-control .btn-next,
.page-control .btn-prev {
  width: 25%; }
  .page-control .btn-next > *,
  .page-control .btn-prev > * {
    padding: 15px 20px;
    display: inline-block;
    background: #e75f15;
    font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff; }

/* .cmn-sttl3-koyo */
.sub-sttl3-koyo {
  color: #ffffff;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 8px; 
  font-weight:bold;}

.cmn-sttl3-koyo {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1; }
  .cmn-sttl3-koyo:after, .cmn-sttl3-koyo:before {
    display: inline-block;
    content: "/";
    font-size: 34px;
    font-size: 3.4rem; }
  .cmn-sttl3-koyo:before {
    margin-right: 15px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .cmn-sttl3-koyo:after {
    margin-left: 15px; }


@media screen and (min-width: 751px) {
.sub-sttl3-koyo {
  color: #ffffff;
  line-height: 1;
  font-size: 2.2rem;
  margin-bottom: 8px; 
  font-weight:bold;}

  .cmn-sttl3-koyo {
    font-size: 22px;
    font-size: 2.2rem; }
    .cmn-sttl3-koyo:after, .cmn-sttl3-koyo:before {
      font-size: 22px;
      font-size: 2.2rem; }
}

/* ==========================================================================
   input-search-koyo
   ========================================================================== */
.input-search-koyo {
  position: relative;
  margin-bottom: 20px;
}

.input-search-koyo .txt-search {
  height: 92px;
}

.input-search-koyo .txt-search input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 92px;
  margin: 0;
  padding: 30px 140px 20px 20px;
  color: #585858;
  border: none;
  -ms-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  border-radius: 10px;
}

.input-search-koyo .txt-search input::-webkit-input-placeholder {
  color: #b5b5b5;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.input-search-koyo .txt-search input:-ms-input-placeholder {
  color: #b5b5b5;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.input-search-koyo .txt-search input::-moz-placeholder {
  color: #b5b5b5;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.input-search-koyo .btn-search {
  position: absolute;
  top: 0;
  right: 0;
}

.input-search-koyo .btn-search input {
  display: block;
  box-sizing: border-box;
  width: 125px;
  height: 92px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #e75f15;
  background-image: url("https://cdn1.n-kishou.co.jp/image/common/icon_search_w.png");
  background-repeat: no-repeat;
  background-position: 45px 27px;
  background-size: 38px;
  -ms-box-shadow: inset 0 -1px 0 2px rgba(86, 38, 0, 0.6);
  -o-box-shadow: inset 0 -1px 0 2px rgba(111, 48, 0, 0.6);
  box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 10px 10px 0;
}

.input-search-koyo .btn-search input.hover, .input-search-koyo .btn-search input:active {
  background-position: 45px 29px;
  -ms-box-shadow: inset 0 2px 0 -1px rgba(237, 108, 9, 0.6);
  -o-box-shadow: inset 0 2px 0 -1px rgba(237, 108, 9, 0.6);
  box-shadow: inset 0 2px 0 -1px rgba(237, 108, 9, 0.6);
}

@media screen and (max-width: 750px) {
  .input-search-koyo .txt-search input {
    border: solid 1px #f7f7f7;
  }
}

@media screen and (min-width: 751px) {
  .input-search-koyo .txt-search {
    height: 52px;
  }
  .input-search-koyo .txt-search input {
    height: 52px;
    padding: 15px 120px 15px 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .input-search-koyo .txt-search input::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .input-search-koyo .txt-search input:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .input-search-koyo .txt-search input::-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .input-search-koyo .btn-search input {
    width: 95px;
    height: 52px;
    background-position: 38px 17px;
    background-size: 20px;
  }
  .input-search-koyo .btn-search input.hover, .input-search-koyo .btn-search input:active {
    background-position: 38px 19px;
  }
}
/* ==========================================================================
text
========================================================================== */
.pink {
  color: #F03030;
}
/* ==========================================================================
new_icon
========================================================================== */
.new_icon {
  padding-bottom:4px;
  width:110px;
}
@media screen and (min-width: 751px) {
  .new_icon {
  padding-bottom:1px;
  width:75px;
  }
}

/* ==========================================================================
翻訳
========================================================================== */
.translation {
   transform: scale(1.5);
   transform-origin: right;
 }
@media screen and (min-width: 751px) {
 .translation {
   transform: scale(1.2);
 }

 @charset "UTF-8";
/**
*
* 紅葉ナビ
*
*/
/* ==========================================================================
TOP コンテンツ
========================================================================== */
/* #btn-list
--------------------------------------------------------- */
#koyo #wrap-btn-list {
  padding-bottom: 30px; }

#koyo #btn-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }
  #koyo #btn-list li {
    box-sizing: border-box;
    border-right: 2px solid #dcdcdc;
    background: #fff;
    width: 50%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #koyo #btn-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      box-sizing: border-box;
      width: 100%;
      line-height: 1.4;
      display: block;
      padding: 20px 10px;
      text-align: center;
      text-decoration: none;
      color: #7b2226;
      background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_nav.png");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: 450px;
      font-size: 26px;
      font-size: 2.6rem;
      font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
      font-style: normal;
      font-weight: 700; }
      #koyo #btn-list li a span {
        display: block;
        margin-bottom: 8px; }
      #koyo #btn-list li a.hover, #koyo #btn-list li a.touch {
        padding: 21px 10px 19px;
        background-image: none !important; }
    #koyo #btn-list li:first-child a {
      background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_nav.png");
      background-position: left bottom;
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      -ms-border-radius: 10px 0 0 10px;
      -o-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
      #koyo #btn-list li:first-child a.hover, #koyo #btn-list li:first-child a.touch {
        background-image: none !important; }
    #koyo #btn-list li:last-child {
      border-right: none; }
      #koyo #btn-list li:last-child a {
        background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_nav.png");
        background-position: right bottom;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        -ms-border-radius: 0 10px 10px 0;
        -o-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0; }
        #koyo #btn-list li:last-child a.hover, #koyo #btn-list li:last-child a.touch {
          background-image: none !important; }

@media screen and (min-width: 751px) {
  #koyo #wrap-btn-list {
    position: relative;
    padding-bottom: 20px; }
    #koyo #wrap-btn-list:before {
      position: absolute;
      width: 9999px;
      height: 100%;
      content: "";
      display: block;
      background: #fcc6d3;
      top: 0;
      left: -4999.5px;
      z-index: -1; }
  #koyo #btn-list li a {
    font-size: 22px;
    font-size: 2.2rem; }
    #koyo #btn-list li a span img {
      height: 30px;
      width: auto; } }
/* ==========================================================================
ページごとに変更
========================================================================== */
#koyo, #koyo-lower {
  /*全体背景色*/
  background-color: #eba630; }

/*ヘッダー背景指定(スマホ・PCで別々に指定)*/
@media screen and (max-width: 750px) {
  #head {
    background-color: #fadda3; } }
@media screen and (min-width: 751px) {
  #head {
    background-color: #fad496; } }

/*間の線削除*/
@media screen and (max-width: 750px) {
  #koyo #main, #koyo-lower #main {
        position: inherit; }
  #koyo #head-nav-wrap, #koyo-lower #head-nav-wrap {
        padding-bottom: 34px; }
  #koyo #head-nav-wrap:before, #koyo-lower #head-nav-wrap:before {
        background-color: #fefac7; }
  #koyo, #koyo-lower {
  background-color: #eba630 }
}

  /*ロゴ横画像*/
  /*タイトル色変更*/
  /*サイドナビ色変更*/
  /*関連コンテンツタイトル色変更*/
    #koyo #head-nav-wrap .logo-icon, #koyo-lower #head-nav-wrap .logo-icon {
      display: none; }
  /*全体背景画像*/
  #koyo .page-contents, #koyo-lower .page-contents {
    background: repeat-y center top #eba630;
    background-size: contain; }
    /*ヘッダー背景画像*/
    #koyo .page-contents .page-contents-koyo, #koyo-lower .page-contents .page-contents-koyo {
      background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_sp.png), url(https://cdn1.n-kishou.co.jp/image/sp/koyo/bg_main_sp.jpg);
      background-repeat: no-repeat, no-repeat;
      background-position: center top,center top -200px;
      background-size: contain;
      padding-top: 260px;
      margin-top: -6px; }  /*←ナビロゴ枠自体のマージン*/
    /*下層ヘッダー背景画像*/
    #koyo .page-contents.lower .page-contents-koyo, #koyo-lower .page-contents.lower .page-contents-koyo {
      background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_sp_lower.jpg) no-repeat center top;
      background-size: contain;
      padding-top: 79px;
      margin-top: -5px; }
  #koyo #foot, #koyo-lower #foot {
    /*フッター帯背景色変更*/ }
    #koyo #foot .foot-contents, #koyo-lower #foot .foot-contents {
      /*フッター背景画像*/
      background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/footer_sp.png) no-repeat center bottom;
      padding-bottom: 120px;
      border-top: 1px solid #eba630;
      /*フページトップボタン色変更*/ }
      #koyo #foot .foot-contents .page-top a, #koyo-lower #foot .foot-contents .page-top a {
        color: #fff; }
        #koyo #foot .foot-contents .page-top a:before, #koyo-lower #foot .foot-contents .page-top a:before {
          background-color: #fff; }
        #koyo #foot .foot-contents .page-top a:after, #koyo-lower #foot .foot-contents .page-top a:after {
          border-top: solid 3px #e50015;
          border-right: solid 3px #e50015; }
    #koyo #foot .inner-foot, #koyo-lower #foot .inner-foot {
      background-color: #e50015; }
      #koyo #foot .inner-foot .cmn-inner.season, #koyo-lower #foot .inner-foot .cmn-inner.season {
        display: none; }
  #koyo .cmn-sttl2, #koyo-lower .cmn-sttl2 {
    color: #fff;
    border-color: #fff; }
  #koyo .sp-side-nav .sp-side-nav-ttl, #koyo-lower .sp-side-nav .sp-side-nav-ttl {
    /*サイドナビタイトル背景色*/
    background-color: #f6e5c7;
    /*サイドナビ文字色*/
    color: #7b2226; }
  #koyo .cmn-sttl, #koyo-lower .cmn-sttl {
    /*関連コンテンツ背景色*/
    background-color: #f6e5c7;
    /*関連コンテンツ文字色*/
    color: #7b2226; }
  #koyo .cmn-sttl4, #koyo-lower .cmn-sttl4 {
    /*タイトル(cmn-sttl4)背景色*/
    background-color: #f6e5c7;
    /*タイトル(cmn-sttl4)文字色*/
    color: #7b2226; }

/*下層 ロゴ*/
@media screen and (min-width: 751px) {
  #koyo-lower #head-logo {
    width: 285px;
    background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/logo_koyo_pc.png);
    background-size: 100px auto;
    background-position: 185px 8px;
    background-repeat: no-repeat;
    padding-bottom: 10px; }
    #koyo-lower #head-logo img {
      width: 180px; }
  #koyo-lower #head-nav-wrap {
    padding-bottom: 30px; }
  #koyo-lower .page-contents.lower .page-contents-koyo {
    padding-top: 0; } }
@media screen and (max-width: 750px) {
  #koyo-lower #head-logo {
    width: 285px;
    background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/logo_koyo_sp.png);
    background-size: 130px auto;
    background-position: center 64px;
    background-repeat: no-repeat;
    height: 107px; }
  #koyo-lower #head-nav-wrap {
    padding-bottom: 13px; }
  #koyo-lower .page-contents.lower .page-contents-koyo {
    padding-top: 0; }
  #koyo-lower .body-inner {
    width: 100%; } }

@media screen and (min-width: 750px) {
  #koyo, #koyo-lower {
    /*ロゴ横画像*/ }
    #koyo #head-nav-wrap, #koyo-lower #head-nav-wrap {
      padding-top: 5px;  /*←ヘッダーボタン上の余白指定なので変更したらダメ*/
      padding-bottom: 20px;  /*←ナビロゴ上の余白指定なので変更したらダメ*/
      border-bottom: none;
      background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_main_sp_koyo.jpg"), url("https://cdn1.n-kishou.co.jp/image/sp/koyo/bg_01_pc.jpg");
      background-position: center -40px, center top -50px;
      background-repeat: no-repeat , repeat-x;
      background-size: auto; }
}

@media screen and (min-width: 751px) {
  #koyo, #koyo-lower {
    /*ロゴ横画像*/ }
    #koyo #head-nav-wrap, #koyo-lower #head-nav-wrap {
      padding-top: 20px;  /*←ヘッダーボタン上の余白指定*/
      padding-bottom: 8px;  /*←メニューバー下の余白指定*/
      border-bottom: none;
      background-image: url("https://cdn1.n-kishou.co.jp/image/common/bg_header_pc01_koyo.jpg"), url("https://cdn1.n-kishou.co.jp/image/sp/koyo/bg_01_pc.jpg");
      background-position: center bottom, left bottom;  /*←ここで背景画像の表示位置変えたら綺麗にグラデーションできた*/
      background-repeat: no-repeat , repeat-x;
      background-size: auto; }
    #koyo .gnav:after, #koyo-lower .gnav:after {
      background-color: #fffbcb; }
    #koyo .page-contents, #koyo-lower .page-contents {
      background-image: none; }
      /*ヘッダー背景画像*/
      #koyo .page-contents .page-contents-koyo, #koyo-lower .page-contents .page-contents-koyo {
        background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_pc02.png), url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_pc01.png);
        background-repeat: no-repeat,repeat-x;
        background-position: center top,center top;
        background-size: auto;
        padding-top: 232px; }
      /*下層ヘッダー背景画像*/
      #koyo .page-contents.lower .page-contents-koyo, #koyo-lower .page-contents.lower .page-contents-koyo {
        background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_pc02_lower.png), url(https://cdn1.n-kishou.co.jp/image/sp/koyo/main_pc03_lower.png);
        background-repeat: no-repeat,repeat-x;
        background-position: center top, left top;  /*←ここで下層ヘッダー後ろの背景画像の位置を修正できる */
        background-size: auto;
        padding-top: 80px; }
    /*フッター背景画像*/
    #koyo #foot .foot-contents, #koyo-lower #foot .foot-contents {
      background: url(https://cdn1.n-kishou.co.jp/image/sp/koyo/footer_pc01.png);
      background-repeat: no-repeat;
      background-position: center bottom -20px;
      background-size: auto; }
}

/* ==========================================================================
Twitterボタン 白に変更する場合
========================================================================== */
.btn-twitter.btn-shadow.shadow03 a {
  background-color: #fff;
  color: #015db2;
  -webkit-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -moz-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -ms-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5); }
  .btn-twitter.btn-shadow.shadow03 a:before {
    background: url(https://cdn1.n-kishou.co.jp/image/common/icon_twitter2.png) left top no-repeat;
    background-size: 100%; }
  .btn-twitter.btn-shadow.shadow03 a.touch, .btn-twitter.btn-shadow.shadow03 a.hover {
    -webkit-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
    -moz-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
    -ms-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
    -o-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
    box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5); }

/* ==========================================================================
紅葉ナビ用css
========================================================================== */
.inner-box {
  margin-bottom: 50px; }

.wrap-main-ttl {
  padding-bottom: 30px; 
}

  #koyo .wrap-main-ttl .main-ttl, #koyo-lower .wrap-main-ttl .main-ttl {
    line-height: 1.4;
    background-image: url();
    -webkit-text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    -moz-text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    -ms-text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    -o-text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 0px 0px 15px #85c7db, 0px 0px 15px #eba630;
    color: #7b211c;
    }


.cmn-sttl3-koyo {
  margin-bottom: 14px;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1; }
  .cmn-sttl3-koyo:after, .cmn-sttl3-koyo:before {
    display: inline-block;
    content: "/";
    font-size: 34px;
    font-size: 3.4rem; }
  .cmn-sttl3-koyo:before {
    margin-right: 15px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .cmn-sttl3-koyo:after {
    margin-left: 15px; }

.cmn-sttl3-koyo02 {
  margin-bottom: 14px;
  color: #ef1111;
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -moz-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -ms-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  -o-text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}

.cmn-sttl3-koyo02:after, .cmn-sttl3-koyo02:before {
  display: inline-block;
  content: "/";
  font-size: 34px;
  font-size: 3.4rem;
}

.cmn-sttl3-koyo02:before {
  margin-right: 15px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.cmn-sttl3-koyo02:after {
  margin-left: 15px;
}

@media screen and (min-width: 751px) {
  .cmn-sttl3-koyo02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .cmn-sttl3-koyo02:after, .cmn-sttl3-koyo02:before {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cmn-sttl3-koyo02:before {
    margin-right: 10px;
  }
  .cmn-sttl3-koyo02:after {
    margin-left: 10px;
  }
}

/* タイトル（cmn-sttl6） */
.cmn-sttl6 {
  margin-bottom: 15px;
  color: #7b211c;
  line-height: 1.4;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: url("https://cdn1.n-kishou.co.jp/image/common/icon_ttl06_koyo.png");
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: 35px;
  min-height: 40px;
  padding-left: 45px; }
@media screen and (min-width: 751px) {
  .cmn-sttl6 {
    font-size: 18px;
    font-size: 1.8rem;
    background-position: left top;
    background-size: 25px;
    min-height: 25px;
    padding-left: 35px; } }

@media screen and (min-width: 751px) {
  .cmn-sttl3-koyo {
    font-size: 22px;
    font-size: 2.2rem; }
    .cmn-sttl3-koyo:after, .cmn-sttl3-koyo:before {
      font-size: 22px;
      font-size: 2.2rem; }
  .link-list li a span {
    font-size: 14px;
    font-size: 1.4rem; }
  .service-list li a {
    font-size: 16px;
    font-size: 1.6rem; } }

/*最上部紹介枠のボタンの色*/
#head .area-information .btn-more a {
      color: #fff;
      background: #eba630; }

/*カテゴリトップ横の線の色指定*/
#foot .foot-contents .page-top .page-top {
    border-left: 1px solid #fff; }

/* PC版サイドメニュー横のライン色 */
    .pc-fbox .pc-fr {
      border-left: 2px solid #fff; }

/* 秋色リンクリスト（.link-list） */
  .link-list li {
    line-height: 1.4;
    border-bottom: 2px dotted #e75f15; }
    .link-list li a {
      color: #7b211c; }

/* 秋色矢印 */
.icon-arrow:after {
  border-color: #e50015; }
.icon-arrow-s:after {
  border-color: #e50015; }

.icon-arrow-circle {
  position: relative;
  padding-right: 60px;
}

.icon-arrow-circle:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  content: "";
  border: 0;
  background: #e50015;
  border-radius: 50%;
}

.icon-arrow-circle:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 751px) {
  .icon-arrow-circle:before {
    right: 14px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .icon-arrow-circle:after {
    right: 20px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-width: 2px;
  }
}
/* 秋色リンクリスト（.cmn-btn-list） */
    .cmn-btn-list li > a,
    .cmn-btn-list li > span {
      color: #7b211c; }

/* 凡例アイコン */
  .btn-cmn2.btn-cmn2-koyo a {
    background-color: #f1b521;
    color: #7b211c; }
  .btn-cmn2 a {
    background-color: #eed354;
    color: #7b211c; }

/* 秋色ボタン */
.btn-cmn a,
.btn-cmn input, .btn-cmn span.inactive {
  color: #fff;
  background: #e75f15; }

/* 秋色ボタン影の色 */
  .btn-shadow.shadow03 > * {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6); }
  .btn-shadow.shadow03 > *.hover, .btn-shadow.shadow03 > *.touch {
    -webkit-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -moz-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -ms-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -o-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6); }
}

/* 秋色ボタン（前へ次へ） */
.page-control .btn-next,
.page-control .btn-prev {
  width: 25%; }
  .page-control .btn-next > *,
  .page-control .btn-prev > * {
    padding: 15px 20px;
    display: inline-block;
    background: #e75f15;
    font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff; }

/* .cmn-sttl3-koyo */
.sub-sttl3-koyo {
  color: #ffffff;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 8px; 
  font-weight:bold;}

.cmn-sttl3-koyo {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1; }
  .cmn-sttl3-koyo:after, .cmn-sttl3-koyo:before {
    display: inline-block;
    content: "/";
    font-size: 34px;
    font-size: 3.4rem; }
  .cmn-sttl3-koyo:before {
    margin-right: 15px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .cmn-sttl3-koyo:after {
    margin-left: 15px; }


@media screen and (min-width: 751px) {
.sub-sttl3-koyo {
  color: #ffffff;
  line-height: 1;
  font-size: 2.2rem;
  margin-bottom: 8px; 
  font-weight:bold;}

  .cmn-sttl3-koyo {
    font-size: 22px;
    font-size: 2.2rem; }
    .cmn-sttl3-koyo:after, .cmn-sttl3-koyo:before {
      font-size: 22px;
      font-size: 2.2rem; }
}

/* ==========================================================================
   input-search-koyo
   ========================================================================== */
.input-search-koyo {
  position: relative;
  margin-bottom: 20px;
}

.input-search-koyo .txt-search {
  height: 92px;
}

.input-search-koyo .txt-search input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 92px;
  margin: 0;
  padding: 30px 140px 20px 20px;
  color: #585858;
  border: none;
  -ms-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  border-radius: 10px;
}

.input-search-koyo .txt-search input::-webkit-input-placeholder {
  color: #b5b5b5;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.input-search-koyo .txt-search input:-ms-input-placeholder {
  color: #b5b5b5;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.input-search-koyo .txt-search input::-moz-placeholder {
  color: #b5b5b5;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.input-search-koyo .btn-search {
  position: absolute;
  top: 0;
  right: 0;
}

.input-search-koyo .btn-search input {
  display: block;
  box-sizing: border-box;
  width: 125px;
  height: 92px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #e75f15;
  background-image: url("https://cdn1.n-kishou.co.jp/image/common/icon_search_w.png");
  background-repeat: no-repeat;
  background-position: 45px 27px;
  background-size: 38px;
  -ms-box-shadow: inset 0 -1px 0 2px rgba(86, 38, 0, 0.6);
  -o-box-shadow: inset 0 -1px 0 2px rgba(111, 48, 0, 0.6);
  box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 10px 10px 0;
}

.input-search-koyo .btn-search input.hover, .input-search-koyo .btn-search input:active {
  background-position: 45px 29px;
  -ms-box-shadow: inset 0 2px 0 -1px rgba(237, 108, 9, 0.6);
  -o-box-shadow: inset 0 2px 0 -1px rgba(237, 108, 9, 0.6);
  box-shadow: inset 0 2px 0 -1px rgba(237, 108, 9, 0.6);
}

@media screen and (max-width: 750px) {
  .input-search-koyo .txt-search input {
    border: solid 1px #f7f7f7;
  }
}

@media screen and (min-width: 751px) {
  .input-search-koyo .txt-search {
    height: 52px;
  }
  .input-search-koyo .txt-search input {
    height: 52px;
    padding: 15px 120px 15px 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .input-search-koyo .txt-search input::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .input-search-koyo .txt-search input:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .input-search-koyo .txt-search input::-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .input-search-koyo .btn-search input {
    width: 95px;
    height: 52px;
    background-position: 38px 17px;
    background-size: 20px;
  }
  .input-search-koyo .btn-search input.hover, .input-search-koyo .btn-search input:active {
    background-position: 38px 19px;
  }
}
/* ==========================================================================
text
========================================================================== */
.pink {
  color: #F03030;
}
/* ==========================================================================
new_icon
========================================================================== */
.new_icon {
  padding-bottom:4px;
  width:110px;
}
@media screen and (min-width: 751px) {
  .new_icon {
  padding-bottom:1px;
  width:75px;
  }
}

/* ==========================================================================
翻訳
========================================================================== */
.translation {
   transform: scale(1.5);
   transform-origin: right;
 }
@media screen and (min-width: 751px) {
 .translation {
   transform: scale(1.2);
 }}

.goog-te-gadget .goog-te-combo {
    background: #ffffff;
}

/* ==========================================================================
ページトップ
========================================================================== */
/*ページトップの文字*/
#koyo-lower .page-top-hw .page-top-hw2 a {position: relative;display: inline-block;
/**/padding-left: 240px;text-decoration: none;color: #e50015;font-size: 26px;font-size: 3.6rem;font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;font-style: normal;font-weight: 700;vertical-align: middle;}
/*ページトップの◎*/
#koyo-lower .page-top-hw .page-top-hw2 a:before {
position: absolute;
z-index: 1;
top: 50%;
left: 200px;
width: 30px;
height: 30px;
margin-top: -15px;
content: "";
border: 0;
background: #e50015;
border-radius: 50%;
}
/*ページトップのくの字*/
#koyo-lower .page-top-hw .page-top-hw2 a:after {
position: absolute;
z-index: 2;
top: 50%;
left: 209px;
width: 8px;
height: 8px;
margin-top: -4px;
content: "";
border: 0;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/*PC*/
@media screen and (min-width: 751px) {
  /*ページトップの文字*/
#koyo-lower .page-top-hw .page-top-hw2 a {
  position: relative;
  display: inline-block;
  /**/ padding-left: 240px;
  text-decoration: none;
  color: #e50015;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  vertical-align: middle;
}
/*ページトップの◎*/
#koyo-lower .page-top-hw .page-top-hw2 a:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 200px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: "";
  border: 0;
  background: #e50015;
  border-radius: 50%;
}
/*ページトップのくの字*/
#koyo-lower .page-top-hw .page-top-hw2 a:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 209px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
}

img.ichou_sample{
  height: auto;
  border: 2px solid #d6c9c9;
  box-sizing: border-box;
}

/* ==========================================================================
入力フォームの枠線を濃く
========================================================================== */
@media screen and (max-width: 750px) {
  .input-search-koyo .txt-search input {
    border: solid 1px #f7f7f7;
    border: solid 1px #a9a9a9;
  }
}