@charset "UTF-8";
html {
  background: #fff;
}

body {
  font-size: 15px;
  color: #313131;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Verdana, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
}

.en {
  font-family: "Roboto", sans-serif;
}

.cn-w {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 0 2%;
}

.text-nowrap {
  display: inline-block;
}

/*===== header =====*/
header {
}

header h1 {
  line-height: 1.4;
  font-size: 11px;
  color: #1b1b1b;
}

header h1 span {
    display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 3px 2%;
  margin: 0 auto;
}

header .hd-box {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 15px 2%;
}

header .hd-box .logo {
    width: 35%;
}

header .hd-box .hd-link {
  display: none;
}

/*---- #g-nav ----*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -10;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
    background: #252642e3;
  /*動き*/
  transition: all 0.3s;
  display: none;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 10;
  display: block;
  margin-top: 65px;
  width: 300px;
  left: auto;
  right: 0;
}

/*ナビゲーション*/
#g-nav ul.sp-nav {
  display: none;
  margin-top: 70px;
}

#g-nav.panelactive ul.sp-nav {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav ul.sp-nav li {
  list-style: none;
  text-align: center;
}

#g-nav ul.sp-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 65px;
  height: 65px;
    background-color: #252642;
}

.openbtn.active {
    background-color: #252642;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #996c33;
  width: 33px;
}

.openbtn span:nth-of-type(1) {
  top: 19px;
}

.openbtn span:nth-of-type(2) {
  top: 31px;
  width: 22px;
  margin: 0 16px 0 auto;
}

.openbtn span:nth-of-type(3) {
  top: 43px;
}

.openbtn.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  top: 26px;
  width: 44%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  top: 38px;
  width: 45%;
}

/*==プルダウンメニューの設定==*/
#g-nav-list {
  margin-top: 40px;
  margin-bottom: 25px;
}

/*ナビゲーションを横並びに*/
#g-nav-list ul {
  text-align: left;
  margin: 0 7%;
  line-height: 1.4;
}

#g-nav-list li.has-child ul {
  border-bottom: none;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  /*JSで制御するため一旦表示*/
  opacity: 1;
  /*JSで制御するため一旦表示*/
  display: none;
  /*JSのslidetoggleで表示させるため非表示に*/
  transition: none;
  /*JSで制御するためCSSのアニメーションを切る*/
}

/*2階層目以降は横並びにしない*/
#g-nav-list ul ul {
  display: block;
}

/*ナビゲーションのリンク設定*/
#g-nav-list ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
    text-align: center;
    font-weight: bold;
  padding: 13px 15px 13px 10px;
  transition: all 0.3s;
}

#g-nav-list li.has-child ul.sp-sub-nav li {
  width: 100%;
  margin-bottom: 0;
  margin-left: 8%;
}

#g-nav-list li.has-child ul.sp-sub-nav li a {
  padding: 10px 35px 10px 15px;
  border: none;
  font-weight: normal;
  background: url(../img/common/icon08.png) no-repeat left center;
}

/*hoverしたら表示*/
#g-nav-list li.has-child:hover > ul,
#g-nav-list li.has-child ul li:hover > ul,
#g-nav-list li.has-child:active > ul,
#g-nav-list li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*===== #mv =====*/

/*===== #global-nav =====*/
#global-nav {
}

#global-nav ul {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
    padding: 15px 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#global-nav ul li {
  width: calc(100% / 5);
    border-right: 2px solid #929292;
  text-align: center;
}

#global-nav ul li.first {
    border-left: 2px solid #929292;
}

#global-nav ul li a {
  display: flex;
  width: 100%;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  padding: 0 3%;
  color: #313131;
  text-decoration: none;
}

#global-nav ul li a span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

/*===== footer =====*/
footer {
  background-color: #f4f1ec;
}
footer .pagetop {
  display: none;
}
footer .logo {
    width: 100%;
    max-width: 450px;
    padding: 35px 2%;
    margin: 0 auto;
}
footer .copy {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  color: #2f2725;
  padding: 15px 2%;
  background-color: #cfa972;
}

/*==================
    main
==================*/
/*===== 共通 =====*/
.base-hx {
    background-color: #996c33;
    border-radius: 10px 10px 0 0;
    line-height: 1.4;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    padding: 20px 2%;
    position: relative;
    margin-bottom: 35px;
}
.base-hx:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 17px 35px 0 35px;
    border-style: solid;
    border-color: #996c33 transparent transparent transparent;
    margin: auto;
}

/*===== #top-bnr =====*/
#top-bnr {
    padding: 50px 0 35px;
}
#top-bnr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
#top-bnr ul li {
    width: 48%;
}

/*===== #point =====*/
#point {
    padding: 0 0 50px;
}
#point .box {
    background-color: #fff;
    border: 2px solid #996c33;
    border-radius: 13px;
}
#point .box ul {
    margin: 0 5% 35px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    color: #252642;
}
#point .box ul li {
    border-bottom: 1px dotted #252642;
    background: url(../img/common/icon-point01.png) no-repeat left top;
    background-size: 45px;
    padding: 11px 0 20px 60px;
    margin-bottom: 12px;
}
#point .box ul li.icon01 {
    background-image: url(../img/common/icon-point01.png);
}
#point .box ul li.icon02 {
    background-image: url(../img/common/icon-point02.png);
}
#point .box ul li.icon03 {
    background-image: url(../img/common/icon-point03.png);
}
#point .box ul li.icon04 {
    background-image: url(../img/common/icon-point04.png);
}
#point .box ul li.icon05 {
    background-image: url(../img/common/icon-point05.png);
}
#point .box ul li span {
    color: #996c33;
}

/*===== #case =====*/
#case {
    padding: 0 0 50px;
}
#case h2 span {
    display: block;
    font-weight: normal;
}
#case .case-box {
    margin-bottom: 20px;
}
#case .case-box h3 {
    background-color: #e9e3d9;
    border-radius: 10px;
    width: calc(100% - 30px);
    position: relative;
    margin-bottom: 35px;
    margin-left: auto;
    min-height: 100px;
    display: flex;
    align-items: center;
}
#case .case-box h3 img {
    width: 60px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
#case .case-box h3 span {
    display: block;
    margin-left: 30px;
    padding: 15px 3%;
    font-size: 20px;
    font-weight: bold;
    color: #252642;
    line-height: 1.4;
}
#case .case-box h3:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 17px 35px 0 35px;
    border-style: solid;
    border-color: #e9e3d9 transparent transparent transparent;
    margin: auto;
}
#case .case-box .box {
    margin-left: 30px;
    padding: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#case .case-box .box .text-box {
    width: 60%;
    color: #252642;
}
#case .case-box .box .text-box .text {
}
#case .case-box .box .text-box .text span {
    font-weight: bold;
    color: #cfa972;
}
#case .case-box .box .text-box ul.check {
    line-height: 1.4;
    margin-bottom: 10px;
    color: #252642;
    font-weight: bold;
}
#case .case-box .box .text-box ul.check li {
    background: url(../img/common/icon01.png) no-repeat left top;
    background-size: 20px;
    padding: 0px 0 1px 30px;
    margin-bottom: 5px;
}
#case .case-box .box .img {
    width: 37%;
}
#case .case-box .bnr {
    padding: 15px 0;
}

/*===== #tel-bnr =====*/
#tel-bnr {
    padding: 0 0 50px;
}
#tel-bnr .bnr {
    width: 100%;
    max-width: 646px;
    margin: 0 auto;
}

/*===== #step =====*/
#step {
    padding: 0 0 50px;
}
#step .step-box {
    border: 2px solid #252642;
    border-radius: 10px;
    background-color: #fff;
    padding: 3%;
    margin: 0 2% 15px;
}
#step .step-box h3 {
    border-bottom: 3px solid #cfa972;
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#step .step-box h3 .nmb {
    display: inline-block;
    color: #cfa972;
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
    letter-spacing: 2px;
}
#step .step-box h3 .nmb span {
    font-size: 20px;
    padding-left: 4px;
}
#step .step-box h3 .hx {
    color: #252642;
    font-size: 24px;
    font-weight: bold;
}
#step .step-box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#step .step-box .box .img {
    width: 35%;
}
#step .step-box .box .text-box {
    width: 62%;
}
#step .step-box .box .text-box .text {
    color: #252642;
}
#step .step-box .box .text-box .text span {
    font-weight: bold;
    color: #cfa972;
}

/*===== #guide =====*/
#guide {
    padding: 0 0 50px;
}
#guide .guide-box {
    border: 3px solid #252642;
    border-radius: 10px;
    margin: 0 4%;
}
#guide .guide-box h3 {
    background-color: #252642;
    color: #fff;
    line-height: 1.4;
    font-size: 25px;
    font-weight: bold;
    padding: 13px 2% 15px;
    margin-bottom: 15px;
}
#guide .guide-box .box {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 4% 20px;
}
#guide .guide-box .box .info {
    width: 48%;
}
#guide .guide-box .box .info dl {
    line-height: 1.4;
    margin-bottom: 15px;
}
#guide .guide-box .box .info dl dt {
    width: 100px;
    color: #996c33;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #996c33;
    text-align: center;
    padding: 3px 2%;
    margin-bottom: 5px;
}
#guide .guide-box .box .info dl dd {
}
#guide .guide-box .box .gmap {
    width: 48%;
}
#guide .guide-box .box .gmap iframe {
    width: 100%;
    height: 100%;
}
#guide .guide-box .time {
    margin: 0 4% 20px;
}

/*===============================================
    ■tablet 画面の横幅が900pxまで
===============================================*/
@media screen and (max-width: 900px) {
  /*===== #nayami =====*/
}
/*===============================================
    ■tablet 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
  /*===== header =====*/
  header .hd-box .logo {
    width: 100%;
    max-width: 338px;
    margin: 0 auto 15px;
  }
  header .hd-box .info {
    width: 100%;
  }
  /*===== #front =====*/
}
/*===============================================
    ■tablet 画面の横幅が520pxまで
===============================================*/
@media screen and (max-width: 520px) {
  /*===== header =====*/
  header {
        height: 65px;
  }
  header h1 {
    font-size: 11px;
    margin-right: 65px;
  }
  header h1 span {
    padding: 2px 2%;
  }
  header .hd-box {
        width: calc(100% - 65px);
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
  }
  header .hd-box .logo {
        width: 90%;
        max-width: 600px;
        margin: 4px 0 0;
  }
  header .hd-box .hd-link {
    display: block;
  }
  #global-nav {
    display: none;
  }
  /*===== footer =====*/
  footer {
    position: relative;
    padding-top: 35px;
  }
  footer .pagetop {
    display: block;
    position: absolute;
    width: 70px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  footer .logo {
    width: 90%;
  }
  /*===== #case =====*/
  #case .case-box .box {
    margin-left: 0;
    padding: 0 8%;
  }
  #case .case-box .box .text-box {
    width: 100%;
  }
  #case .case-box .box .img {
    width: 90%;
    margin: 0 auto;
  }
  /*===== #step =====*/
  #step .step-box h3 .nmb {
    display: block;
  }
  #step .step-box h3 .hx {
    font-size: 18px;
  }
  #step .step-box .box .img {
    width: 100%;
    margin-bottom: 15px;
  }
  #step .step-box .box .text-box {
    width: 100%;
  }
  /*===== #guide =====*/
  #guide .guide-box {
    margin: 0;
  }
  #guide .guide-box h3 {
    font-size: 22px;
    text-align: center;
  }
  #guide .guide-box .box .info {
    width: 100%;
  }
  #guide .guide-box .box .gmap {
    width: 100%;
  }
  #guide .guide-box .box .gmap iframe {
    height: 300px;
  }
  #guide .guide-box .box .info dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #guide .guide-box .box .info dl dd {
    width: calc(97% - 100px);
    padding: 3px 0;
  }
}