/*Mv
=======================================================*/
.mv{
  width: 100%;
  height: 90vh;
  position: relative;
}
.mv .mv-bg{
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: top;
}
.mv-catch{
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 1.2;
  color: #574B3F;
  letter-spacing: 10px;
}
.mv-catch h1{
  font-size: 60px;
}
.mv-catch-sub{
  line-height: 2.5;
}

@media screen and (max-width: 768px){
  .mv{
    height: 100vh;
  }
  .mv .mv-bg{
    object-position: 75%;
    height: 100vh;
  }
  .mv-catch{
    width: 90%;
    top: 68vh;
  }
  .mv-catch span{
    font-size: 5vw;
    text-align: center;
    display: block;
    line-height: 2;
  }
}

/*Concept
=======================================================*/
.concept{
  background: url("../img/concept-bg02.png") no-repeat bottom,
  url("../img/concept-bg01.png") no-repeat top;
  background-size: contain,cover;
  color:#665a48;
}
.concept .ttl-M{
  width: 80%;
  margin: 50px 0;
}
.concept p{
  font-family: HiraKakuPro;
  letter-spacing: 5px;
}
.line-bottom{
  position: relative;
}
.line-bottom::after{
  content: "";
  background: url(../img/line01.png) no-repeat;
  background-size: contain;
  width: 500px;
  height: 110px;
  position: absolute;
  left: -35%;
  top: 110%;
}
.concept-img{
  margin-top: -110px;
}
.concept-name{
  width: 95%;
  margin: 0 auto;
}
.concept-name .name-sub{
  font-size: 25px;
  letter-spacing: 10px;
  margin-top: 30px;
}
.concept-name-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.concept-name-detail{
  font-size: 50px;
}
.name-sub-catch{
  font-size: 25px;
  letter-spacing: 10px;
}
.concept-name-wrap span{
  font-size: 20px;
  letter-spacing: 5px;
  font-family: minion pro;
}

@media screen and (max-width: 768px){
  .concept{
    background: url("../img/concept-bg02.png") no-repeat bottom,
    url("../img/concept-bg01.png") no-repeat 35%;
    background-size: contain,cover;
    color:#665a48;
  }
  .concept .ttl-M{
    width: 100%;
  }
  .concept-img{
    margin-top: 0px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: absolute;
    left: 0;
  }
  .concept-name{
    padding-top: 460px;
  }
  .concept-name-wrap{
    display: block;
  }
  .line-bottom::after{
    width: 90vw;
    height: 100px;
    left: -10%;
    top: 100%;
  }
  .concept-name .name-sub{
    font-size: 20px;
    margin-top: 10px;
  }
  .concept p{
    font-size: 12px;
  }
  .name-sub-catch{
    font-size: 22px;
  }
}

/*Menu
=======================================================*/
.menu{
  background: linear-gradient(to bottom,transparent,transparent,transparent,transparent,#EDE4DF 100%),
  url(../img/menu-bg.png) no-repeat top;
  background-size: cover;
  color:#665a48;
}
.menu .wrap{
  margin-top: 50px;
}
.menu .ttl-M{
  margin: 10px 0;
}
.menu p{
  margin: 20px auto;
  width: 95%;
  font-family: HiraKakuPro;
  letter-spacing: 5px;
}
.price-list{
    margin-top: 100px;
}
.price-box{
  margin-top: 80px;
}
.price-box .ttl-M{
  font-size: 20px;
}
.price-box dl{
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  font-family: HiraKakuPro;
  border-top: 1px solid #65604C;
  border-left: 1px solid #65604C;
  border-right: 1px solid #65604C;
}
.price-box dl:last-child{
  border-bottom: 1px solid #65604C;
}
.price-box dl dt{
  width: 45%;
  text-align: center;
  padding: 13px;
  font-size: 13px;
}
.price-box dl dd{
  width: 55%;
  text-align: center;
  padding: 13px;
  font-size: 13px;
  border-left: 1px solid #65604C;
}

@media screen and (max-width: 768px){
  .menu{
    background: url("../img/menu-bg-sp.png") no-repeat top;
    background-size: cover;
  }
  .menu .box img{
    width: 100%;
    position: absolute;
    height: 250px;
    object-fit: cover;
    left: 0;
  }
  .menu .box .ttl-M{
    padding-top: 270px;
  }
  .menu p{
    margin: 20px auto 30px;
  }
  .price-list{
    margin-top: 50px;
  }
  .price-list-sp-bg{
    position: absolute;
    width: 100vw!important;
    height: 135vh!important;
  }
  .price-box{
    margin-top: 0;
  }
  .menu .box .price-list .ttl-M{
    padding-top: 50px;
  }
}

/*Access
=======================================================*/
.access{
  background: url("../img/access-bg.png") no-repeat top;
  background-size: cover;
  color:#665a48;
  position: relative;
}
.access::before{
  content: "";
  background: url(../img/ma-bg.png) no-repeat;
  background-size: contain;
  width: 50vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: -30vh;
}
.access-img{
  display: block;
  margin: 0 auto;
}
.access-txt{
  text-align: center;
  font-size: 20px;
  margin: 20px auto;
  letter-spacing: 5px;
}
.map-ttl{
  position: relative;
  margin-bottom: 10px;
}
.map-ttl::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 2px;
  width: 150px;
  background-color: #cadcc0;
}
.access .map-iframe{
  border: 1px solid #cadcc0;
}
.access iframe{
  width: 100%;
  height: 300px;
  padding: 5px;
}
.map-wrap{
  margin-top: 30px;
  width: 47%;
  display: flex;
  flex-direction: column;
}
.map-wrap p{
  margin: 10px 0;
  font-family: HiraKakuPro;
  letter-spacing: 5px;
}
.map-btn{
  background: #C2D2B7;
  color: #5F4E3E;
  display: block;
  width: 120px;
  margin: 0 0 0 auto;
  text-align: center;
  height: 30px;
  line-height: 1;
  letter-spacing: 2px;
  padding: 5px;
  margin-top: auto;
}
.map01{
  order:1;
}
.map02{
  order: 3;
}
.map03{
  order: 2;
}
.map04{
  order: 4;
}

@media screen and (max-width: 768px){
  .access{
    background: none;
  }
  .access::before{
    content: unset;
  }
  .access-img{
    width: 100px;
    object-fit: contain;
  }
  .map-ttl::after{
    content: unset;
  }
  .access iframe{
    height: 200px;
  }
  .access-txt{
    font-size: 16px;
  }
  .map-wrap{
    width: 100%;
  }
  .map02{
    order: 2;
  }
  .map03{
    order: 3;
  }
}

/*Voice
=======================================================*/
.voice-top{
  background: url("../img/voice-top.png") no-repeat center;
  background-size: cover;
  position: relative;
  height: 550px;
}
.voice-txt{
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.voice-wrap{
  background: linear-gradient(90deg, #A08771 0%, #A08771 50%, #EDE4DF 50%, #EDE4DF 100%);
}
.voice-wrap:nth-of-type(odd){
  background: linear-gradient(90deg, #EDE4DF 0%, #EDE4DF 50%, #A08771 50%, #A08771 100%);
}
.voice-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice-box{
  width: 45%;
}
.voice-box .ttl-L-w{
  position: relative;
  margin-bottom: 80px;
}
.voice-box .ttl-L-w.v-ttl1::after{
  content: "";
  background: url(../img/voice-line01.png) no-repeat;
  background-size: contain;
  width: 350px;
  height: 100px;
  position: absolute;
  left: -35%;
  top: 110%;
}
.voice-box .ttl-L-w.v-ttl2::after{
  content: "";
  background: url(../img/voice-line02.png) no-repeat;
  background-size: contain;
  width: 350px;
  height: 100px;
  position: absolute;
  left: -25%;
  top: 30%;
}
.voice-box-txt.fc-w .voice-num{
  margin-bottom: 20px;
}
.voice-box p{
  font-size: 15px;
  letter-spacing: 2px;
  font-family: HiraKakuPro;
}
.voice-num{
  font-size: 15px;
  text-align: right;
  font-family: HiraKakuPro;
}
.voice-box-txt .name-sub-catch{
  font-size: 22px;
}
.voice-img{
  width: 100%;
  object-fit: contain;
}
.voice-icon{
  display: block;
  margin: 0 auto 30px;
  width: 40%;
}

@media screen and (max-width: 768px){
  .voice-top{
    height: 310px;
  }
  .voice-txt{
    font-size: 30px;
    display: block;
    width: auto;
    left: 18%;
    padding: 0;
    transform: none;
    top: 35%;
  }
  .voice-wrap{
    width: 100%;
  }
  .voice-wrap .common{
    width: 100%;
    padding: 0;
  }
  .voice-inner{
    width: 100%;
    margin: 0 auto;
  }
  .voice-box{
    width: 100%;
  }
  .voice-box1{
    order: 1;
    background: #A08771;
    padding: 50px 0 150px;
  }
  .voice-box2{
    order: 2;
    background: #fff;
    padding: 50px 0;
  }
  .voice-box-sp{
    width: 90%;
      margin: 0 auto;
  }
  .voice-wrap{
    background: none;
  }
  .voice-wrap:nth-of-type(odd){
    background: none;
  }
  .voice-icon{
    margin-top: -150px;
  }
  .v-ttl2{
    position: relative;
  }
  .voice-box .ttl-L-w{
    margin-bottom: 60px;
  }
  .voice-box .ttl-L-w.v-ttl1::after{
    left: -55%;
  }
  .voice-box .v-ttl2::after{
    content: "";
    background: url(../img/voice-line02.png) no-repeat;
    background-size: contain;
    width: 350px;
    height: 100px;
    position: absolute;
    left: -25%;
    top: 30%;
  }
  .voice-box-txt .name-sub-catch{
    letter-spacing: 5px;
  }
  .voice-num{
    margin-top: 20px;
  }
}