@charset "utf-8";
/*
Theme Name: Matsuken Theme

*/

.txt__campaign { 
  margin-block-start: 1.5em;
  span {
    color:#f79447;
    font-size:180%;
    font-weight: 700;
  }
}

.txt__campaign__dates {
  span {
    font-size:160%;
  }
   @media screen and (max-width: 767px) {
    letter-spacing: -0.02em;
    
   }
}

.sec_title .txt__campaign,
.sec_title .txt__campaign__dates {
  line-height: 180%;
}

.ttl__campaign {
  display: block;
  width:85%;
  text-align: center;
  margin:auto;
  padding: .1em .4em;
  border:2px solid #fff;
  background-color: rgba(0,0,0,.25);
  font-size: 75%;
  @media screen and (max-width: 767px) {
    width:55%;
    @media (orientation: landscape){
      width:25%;
    }
  }
}

.en .ttl__campaign  {
  width: 90%;
  line-height: 145%;
  @media screen and (max-width: 767px) {
    padding-block: .3em;
  }
}

.price_table dl dd .big.red {
  margin-bottom: .5em;
  color:#c43434;
  font-size: 2rem;
  span {
    font-size: 4rem;
  }
}

.price_table dl dd .big.strike-through {
  position: relative;
  font-size: 1em;
  span {
    font-size: 2rem;
  }
}
.price_table dl dd .big.strike-through::after {
  content: "";
  display: block;
  position: absolute;
  width: 28%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #000;
  top:calc(50% - 1px);
  @media screen and (max-width: 767px) {
    width:24%;
    @media (orientation: landscape){
      width:14%;
    }
  }
}
 /* 矢印ボタンのスタイル */
 .cycle-slideshow { position:relative; }
        .cycle-prev, .cycle-next {
            position: absolute;
            top: 95%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.6);
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            z-index: 100;
            transition: background 0.3s ease;
            @media screen and (max-width: 767px) {
              top: 50%;
              width: 30px;
              height: 30px;
              font-size: 20px;
              background-color: transparent;
            }
        }
        
        .cycle-prev:hover, .cycle-next:hover {
            background: rgba(0, 0, 0, 0.8);
        }
        
        .cycle-prev {
            left: 10px;
            @media screen and (max-width: 767px) {
              left:5px;
            }
        }
        
        .cycle-next {
            right: 10px;
            @media screen and (max-width: 767px) {
              right:5px;
            }
        }


:root {
  --color-dark-green:#1D4444;
}

html {
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  text-align: justify;
  color: white;
}



body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;

}


img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  background-color: #F5F5F5;
  padding: 5px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 840px;
  width: calc(100% - 40px);
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {
  letter-spacing: 0.01em;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  line-height: 1.2;
}
h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3.2rem;
}

h4,h5,h6 {
  font-size: 1.8rem;
}

p,th,td,li,dt,dd {
  font-size: 1.3rem;
  line-height: 1.8;
}



a,button {
  cursor: pointer;
  cursor: hand;
}

button {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

a {

  transition: all 0.2s ease;
}

section {
  position: relative;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.4rem;

  }
  
  h3 {
    font-size: 1.6rem;

  }
  
  h4,h5,h6 {
    font-size: 1.6rem;
  }

  p,th,td,li,dt,dd {
    line-height: 2.2;
  }
  
  .wrapper {
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}

/*common***/
.sec_title {
  text-align: center;
}
.sec_title p {
  font-size: 1.6rem;
  margin-bottom: 12px;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.sec_title h2 {
  font-size: 3.2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sec_title p {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .sec_title h2 {
    font-size: 2.4rem;
  }
}

/***ヘッダー***/
header  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 25px;
  padding-right: 12px;
  z-index: 100;
}

.header_lang {
  display: flex;
  align-items: center;
}

.header_lang figure {
  width: 24px;
  margin-right: 8px;
}

.header_lang .buttons {
  display: flex;
  align-items: center;
}

.header_lang .buttons button {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background-color: #000;
  color: white;
  font-weight: 400;
}


.header_lang .buttons button.jp {
  border-radius: 8px 0 0 8px;
}

.header_lang .buttons button.en {
  border-radius: 0px 8px 8px 0;
}

.header_lang .buttons button.on {
  color: #000;
  background-color: white;
}

.header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_right .link_box {
  display: flex;
  align-items: center;
  margin-right: 46px;
}

.header_right .link_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 50px;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.header_right .link_box a.reserve {
  background-color: #D2C083;
  border-radius: 12px 0 0 12px;
  color: #333333;
}
.header_right .link_box a.line {
  background-color: #7D6659;
  border-radius: 0 12px 12px 0;
  color: white;
}

.header_right .link_box a:hover {
  opacity: 0.7;
}

.header_right .link_box a img {
  margin-right: 4px;
  max-width: 24px;
}

header .openbtn{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  background-color: #000;
  cursor: pointer;
  width: 50px;
  height:50px;
  z-index: 100;
}

/*ボタン内側*/
header .openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 1px;
    border-radius: 2px;
  background: #fff;
    width: 32px;
  }

header .openbtn span:nth-of-type(1) {
  top:25%; 
}

header .openbtn span:nth-of-type(2) {
  top:50%;
}

header .openbtn span:nth-of-type(3) {
  top:75%;
}

/*activeクラスが付与されると線が回転して×に*/

header .openbtn.active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(-25deg) translate(-50%, -50%);
    transform-origin: 0% 100%;

}

header .openbtn.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

header .openbtn.active span:nth-of-type(3){
    top: 50%;
    transform:rotate(25deg) translate(-50%, -50%);
    transform-origin: 0% 100%;

}




.header_menu {
  position: fixed;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 500px;
  padding: 100px 80px 0;
  height: 100vh;

  z-index: 10;
  transition: all 0.3s ease;
}

.header_menu.active {
  right: 0;
  @media screen and (max-width: 767px) {
    right:-20vw;
  }
}

.header_menu ul li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.header_menu .sns a {
  display: block;
}
.header_menu .sns img {
  width: 36px;
}

@media screen and (max-width: 767px) {
  header  {
    min-height: 60px;
    padding-left: 10px;
    padding-right: 4px;
  }

  .header_lang figure {
    width: 16px;
    margin-right: 5px;
  }
  .header_lang .buttons button {
    width: 36px;
    height: 24px;
    font-size: 1.3rem;
  }
  .header_right .link_box {
    margin-right: 0px;
  }
  .header_right .link_box a {
    width: 142px;
    height: 40px;
    font-size: 1.3rem;
  }
  .header_right .link_box a.reserve {
    border-radius: 8px 0 0 8px;
  }

  .header_right .link_box a.line {
    display: none;
  }

  .header_right .link_box a img {
    margin-right: 4px;
    width: 20px;
  }
  header .openbtn{
      width: 40px;
      height:40px;
  }
  header .openbtn span{
    border-radius: 0px;
    width: 22px;
  }

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

  header .openbtn span:nth-of-type(2) {
    top:20px;
  }

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

  .header_menu {
    top: 0;
    width: 100%;
    max-width: inherit;
    padding: 100px 50px 0;
    height: 100vh;
  
  }


.header_menu ul li {
  font-size: 1.28rem;
  margin-bottom: 20px;
}

.header_menu .sns img {
  width: 26px;
}

}

/***FV***/
.fv_sec {
  position: relative;
}


.fv_slider figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
}

.fv_slider figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: all 6s;
}

.fv_slider .slick-current figure img,
.fv_slider .on figure img {
  animation-name: zoom;
  animation-fill-mode:backwards;
  animation-duration:10s;
  animation-iteration-count:1;
  animation-timing-function:linear;
  animation-delay: 0;
  animation-direction:normal;
}

  
  /*1で解説*/
  @keyframes zoom{
    0% {
      transform: translate(-50%, -50%) scale(1.1);
    }
  
    100% {
      transform: translate(-50%, -50%) scale(1);
    }
  }

.fv_sec .text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.fv_sec .text figure {
  width: 240px;
  margin: 0 auto 24px;

}

.fv_sec .text p {
  font-size: 4rem;

}
.fv_slider,
.fv_slider figure,
.fv_slider img {
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {

  .fv_slider figure {
    padding-bottom: 139%;
  }
  .fv_sec .text figure {
    width: 120px;
    margin: 0 auto 14px;
  }
  
  .fv_sec .text p {
    font-size: 2rem;

  }
}

/***About***/
.top_sec {

  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: -28px;
}

.top_sec::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(img/feature_back.webp) center / cover no-repeat;
}
.top_sec .about_box {
  margin-bottom: 80px;
}
.about_box .wrapper {
  position: relative;
  /* background-color: rgba(29, 68, 68, 0.7); */
  padding: 80px 0 100px;
  z-index: 1;

  
}


.about_box .wrapper::before,
.about_box .wrapper::after {
  background-color: rgba(29, 68, 68, 0.7);
  height: 100%;
  position: absolute;
  top: 0;
  content: '';
  z-index: -1;
}

.about_box .wrapper::before {

  width: calc(50% + 230px);
  max-width: 50vw;
  right: 50%;
}

.about_box .wrapper::after {
  width: 50vw;
  left: 50%;
}

.about_box .wrapper .title,
.about_box .wrapper .text {

}

.about_box .wrapper .title p {
  position: relative;
}

.about_box .wrapper .title p::before {
  content: '';
  width: 218px;
  max-width: calc(50vw - 218px);
  right: calc(100% + 12px);
  height: 1px;
  background-color: white;
  top: 60%;
  position: absolute;
}

.about_box .wrapper .text {
  padding-top: 60px;
  text-align: center;
}

.about_box .wrapper .text p {
  line-height: 2.2;
}
.feature_box {
  position: relative;
  z-index: 1;
}

.feature_box h2 {
  text-align: center;
  margin-bottom: 40px;
}

.feature_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature_box ul > li {
  width: calc(50% - 20px / 2);
  padding: 16px 24px 24px;
  background-color: #CEC3AE;
}

.feature_box ul > li:nth-of-type(n + 3) {
  width: calc(100% / 3 - 40px / 3);
  margin-top: 20px;
}

.feature_box ul > li h3 {
  color: var(--color-dark-green);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.feature_box ul > li h3 img {
  margin-right: 12px;
  max-width: 40px;
}

.feature_box ul > li p {
  color: #333;
}


@media screen and (max-width: 767px) {
  .top_sec {

    margin-bottom: -35px;
  }

  .top_sec::before {
    background-image: url(img/feature_back_sp.webp);
  }

  .top_sec .about_box {
    margin-bottom: 60px;
  }

  .about_box .wrapper {
    padding: 60px 0 40px;
    display: block;
  }

  .about_box .wrapper::before {
    /* display: none; */
    width: calc(50vw - 30px);
  }
  .about_box .wrapper .title,
.about_box .wrapper .text {
  width: 100%;
  padding-left: 15px;
  margin-bottom: 30px;
}

.about_box .wrapper .title p {
  padding-left: 45px;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 10px;
}

.about_box .wrapper .title p::before {
  width: 56px;
  max-width: inherit;
  right: inherit;
  left: -15px;
  height: 1px;
  top: 50%;
}

.about_box .wrapper .title h2 {
  font-size: 2.4rem;
}

.about_box .wrapper .text {
  margin: 0;
  padding-top: 0px;
  width: 100%;


}

.about_box .wrapper .text p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}




.feature_box h2 {
  margin-bottom: 16px;
}


.feature_box ul {
  display: block
}


.feature_box ul > li,
.feature_box ul > li:nth-of-type(n + 3) {
  width: 100%;
  margin-bottom: 0;
  padding: 16px 20px 20px;
}

.feature_box ul > li:not(:last-of-type) {
  margin-bottom: 20px;
}


.feature_box ul > li h3 {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.feature_box ul > li h3 img {
  margin-right: 2px;
  max-width: 24px;
}

.feature_box ul > li p {
  font-size: 1.28rem;
  font-weight: 400;
}

}

/* 本日の温泉 */
.todaysbath {
  padding: 116px 13.8vw;
  background: url(img/today-onsen_back-img.webp) no-repeat center / cover;
  @media screen and (max-width: 767px) {
    padding: 30px;
    background-image: url(img/today-onsen_back-img_sp.webp);
  }
}

.todaysbath__inner {
  padding: 43px 100px;
  background-color: rgba(255,255,255,.6);
  border-radius: 16px;
  box-shadow: 0px 2px 14px 0px #777777;
  background-image: url(img/today-onsen-dot.png), url(img/today-onsen-dot.png), url(img/today-onsen-dot.png), url(img/today-onsen-dot.png);
  background-position: left 15px top 15px, right 15px top 15px, left 15px bottom 15px, right 15px bottom 15px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 20px;
  @media screen and (max-width: 767px) {
    padding: 50px 20px;
  }
  h2 {
    margin-bottom:.6em;
    font-size: 300%;
    @media screen and (max-width: 767px) {
      font-size: 200%;
    }
  }
  h3 {
    position: relative;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    margin-bottom:.7em;
    font-size: 400%;
    @media screen and (max-width: 767px) {
      font-size: 300%;
    }
  }
  h3::after {
    content: ""; display: block; width:168px; height: 2px; margin-top: .5em; background-color: #1D4444;
  }
  h2,
  h3 {
   font-weight:700;
  }
  h2,
  h3,
  .todaysbath__text {
    color:#1D4444; text-align:center;
  }
  .todaysbath__text {
    margin-bottom: 3em;
  }
  .todaysbath__features {
    display: flex; justify-content: space-between; align-items: stretch;
    @media screen and (max-width: 767px) {
      flex-direction:column;
    }
    .col {
      flex-basis: 31%;
      padding: 24px;
      background-color: #E9E1D1;
      border-radius: 8px;
      box-shadow: 0px 2px 7px 0px #bbbbbb;
      dt {
        margin-bottom: .5em; padding-bottom: .2em;
        color:#1D4444; border-bottom:1px solid #B79A62;
        font-size: 160%;
      }
      dd {
        color:#000000;
      }
    }
    @media screen and (max-width: 767px) {
      .col:not(:last-child) {
        margin-bottom:15px;
      }
    }
  }
}

.next__bath {
  display: flex; justify-content: center; align-items: center;
  margin-block-start:3vw;
  @media screen and (max-width: 767px) {
    margin-block-start:7vw;
  }
  dt,dd, dd .next__bath__texts {
    font-size: 30px;
    @media screen and (max-width: 767px) {
      font-size: 18px;
    }
    @media screen and (max-width: 375px) and (max-height: 667px) {
      /* iPhone SE (第2・第3世代) に適用 */
        font-size: 16px;
    }
    
  }

  dt,dd {
    padding:.35em .7em;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,.25);
  }
  dt {
    background-color: #1D4444;
    border-top-left-radius: 4px; border-bottom-left-radius: 4px;
  }
  dd {
    display: flex; justify-content: center; align-items: end;
    padding-left: 4em; padding-right: 4em;
    background-color: #E9E2D4;
    border-top-right-radius: 4px; border-bottom-right-radius: 4px;
    @media screen and (max-width: 767px) {
      padding-left: .7em; padding-right: .7em;
    }
    p { 
      color:#000;
      font-weight: 600;
    }
    .next__bath__texts {
      margin-inline-end: .5em;
    }
    .next__bath__date {
      margin-block-end: .45em;
      font-size: 50%;
      @media screen and (max-width: 767px) {
        margin-block-end: .4em;
        font-size: 60%;
      }
    }
  }
}

/***コンセプト***/
.concept_sec {
  background: url(img/concept_back.png) center / cover no-repeat;
  padding:224px 0 294px;
}


.concept_sec .concept_top {
  position: relative;
  z-index: 1;
  margin-bottom: 300px;
  text-align: center;
}


.concept_sec .concept_top .title {
  margin-bottom: 80px;
}

.concept_sec .concept_top .message h3 {
  font-size: 2.4rem;
  margin-bottom: 60px;
}

.concept_sec .concept_top .message p {
  line-height: 2.2;
}

.concept_sec .list li {
  display: flex;
  align-items: center;
}

.concept_sec .list li:nth-of-type(1) {
  justify-content: flex-start;
  margin-bottom: 80px;
}

.concept_sec .list li:nth-of-type(2) {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 80px;
}

.concept_sec .list li .content {
  max-width: 400px;
}

.concept_sec .list li .image {
  flex: 1;
}

.concept_sec .list li:nth-of-type(1) .image {
  margin-left: 48px;
}

.concept_sec .list li:nth-of-type(2) .image {
  margin-right: 56px;
  text-align: right;
}

.concept_sec .list li .content .num {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  margin-bottom: 14px;
  line-height: 1;
}

.concept_sec .list li .content .num span {
  font-size: 4.8rem;
}

.concept_sec .list li .content h3 {
  font-size: 3.2rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .concept_sec {
    background-image: url(img/concept_back_sp.png);
    padding:155px 0 108px;
  }
  

.concept_sec .concept_top {
  margin: 0 auto;
  margin-bottom: 120px;
  width: calc(100% - 60px);
}
.concept_sec .concept_top .title {
  margin-bottom: 70px;
}
.concept_sec .concept_top .message h3 {
  font-size: 1.8rem;
}
.concept_sec .concept_top .message p {
  line-height: 1.6;
}

.concept_sec .list li {
  display: block;
  position: relative;
}

.concept_sec .list li .content {
  max-width: inherit;
  position: relative;
  z-index: 1;
}


.concept_sec .list li .image {
  position: absolute;
  z-index: 0;

}

.concept_sec .list li .image {
  margin-left: 0;
  max-width: 200px;
  top: 20px;
  right: -10px;
}
.concept_sec .list li:nth-of-type(2) .image {
  max-width: 240px;
  right: -60px;
  top:0;
}
.concept_sec .list li:nth-of-type(3) .image {
  max-width: 150px;
  top: -20px;
}

/* .concept_sec .list li:nth-of-type(2) .image {
  margin-right: 0;
  max-width: 100px;
  top: -20px;
  right: 10px;
} */


.concept_sec .list li .content .num {
  font-size: 2.4rem;
  margin-bottom: 6px;
}

.concept_sec .list li .content .num span {
  font-size: 4rem;
}

.concept_sec .list li .content h3 {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.concept_sec .list li .content .ex {
  font-size: 1.4rem;
}


}





/***部屋紹介***/
.room_sec .top .wrapper {
  height: 200px;
  background-color: var(--color-dark-green);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}


.room_sec .top .wrapper::before,
.room_sec .top .wrapper::after {
  background-color: var(--color-dark-green);
  height: 100%;
  position: absolute;
  top: 0;
  content: '';
  z-index: -1;
}

.room_sec .top .wrapper::after {
  width: calc(50% + 230px);
  max-width: 50vw;
  left: 50%;
}

.room_sec .top .wrapper::before {
  width: 50vw;
  right: 50%;
}


.room_sec .top .wrapper .title p {
  position: relative;
}
.room_sec .top  .wrapper .title p::before {
  content: '';
  width: 218px;
  max-width: calc(50vw - 218px);
  left: calc(100% + 12px);
  height: 1px;
  background-color: white;
  top: 60%;
  position: absolute;
}


.room_sec .list li {
  position: relative;
  padding: 120px 0;
}

.room_sec .list li::before,
.room_sec .list li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.room_sec .list li:nth-of-type(1):before {
  height: calc(100% + 200px);
  background-image: url(img/room1_back.png);
}
.room_sec .list li:nth-of-type(2):before {
  background-image: url(img/room2_back.png);
}
.room_sec .list li:nth-of-type(3):before {
  background-image: url(img/room3_back.png);
}


.room_sec .list li::after {
  background: #020F0AB2;
  z-index: -2;
}

.room_sec .list li:nth-of-type(1)::after {
  height: calc(100% + 200px);
}

.room_sec .list li .back_text {
  position: absolute;
  top: 0;
  font-size: min(20rem, 12vw);
  line-height: 1;
  color:#CEC3AE33;
  font-weight: 400;
  z-index: -1;
}

.room_sec .list li:nth-of-type(2n + 1) .back_text {
  right: 72px;
}

.room_sec .list li:nth-of-type(2n) .back_text {
  left: 72px;
}

.room_sec .list li .wrapper {
  display: flex;
}

.room_sec .list li:nth-of-type(2n) .wrapper {
  flex-direction: row-reverse;
}

.room_sec .list li .content {
  width: 50%;
  max-width: 332px;
}

.room_sec .list li .image {
  flex: 1;
  width: 50vw;
}

.room_sec .list li:nth-of-type(2n + 1) .image {
  margin-left: calc(50% - 50vw);
  margin-right: 16px;
}

.room_sec .list li:nth-of-type(2n) .image {
  margin-right: calc(50% - 50vw);
  margin-left: 16px;
}



.room_sec .list .content .title {
  margin-bottom: 40px;
}

.room_sec .list .content .title .num {
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 8px;
}
.room_sec .list .content .title h3 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 12px;
}

.room_sec .list .content .title .jp {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}

.room_sec .list .content .ex {
  background: #F3EAD2CC;
  padding: 24px;

  margin-bottom: 40px;
  width: calc(100% + 88px);
  color: #333;
  z-index: 2;
  position: relative;
}

.room_sec .list li:nth-of-type(2n + 1) .content .ex {
  margin-left: -88px;
}
.room_sec .list li:nth-of-type(2n) .content .ex {
  margin-right: -88px;
}


.room_sec .list .content .table dl {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.room_sec .list .content .table dl:not(:last-of-type) {
  margin-bottom: 16px;
}

.room_sec .list .content .table dl dt,
.room_sec .list .content .table dl dd {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;

}

.room_sec .list .content .table dl dt {
  width: 52px;
}

.room_sec .list .content .table dl dd {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .room_sec .top .wrapper {
    height: 167px;
    padding-right: 15px;
    text-align: right;
  }
  .room_sec .top .wrapper::after {
   display: none;

  }
  .room_sec .top  .wrapper .title p {
    padding-right: 50px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .room_sec .top  .wrapper .title p::before {
    width: 55px;
    max-width: inherit;
    left: inherit;
    right: -15px;
    top: 50%;
  }


.room_sec .list li {
  padding: 60px 0;
}
.room_sec .list li:nth-of-type(1):before {
  height: calc(100% + 167px);
  background-image: url(img/room1_back_sp.jpg);
}
.room_sec .list li:nth-of-type(2):before {
  background-image: url(img/room2_back_sp.jpg);
}
.room_sec .list li:nth-of-type(3):before {
  background-image: url(img/room3_back_sp.jpg);
}
.room_sec .list li:nth-of-type(1)::after {
  height: calc(100% + 167px);
}
  
  


.room_sec .list li .back_text {

  font-size: min(6rem, 15vw);
}


.room_sec .list li:nth-of-type(2n + 1) .back_text,
.room_sec .list li:nth-of-type(2n) .back_text {
  top: 20px;
  left: inherit;
  right: 20px;
}

.room_sec .list li .wrapper {
  display: block;
}

.room_sec .list li .image {
  display: none;
}

.room_sec .list li .content {
  width: 100%;
  max-width: inherit;
}



.room_sec .list .content .title {
  margin-bottom: 20px;
}
.room_sec .list .content .title .num {
  font-size: 1.6rem;
}
.room_sec .list .content .title h3 {
  font-size: 2.4rem;
  margin-bottom: 6px;
}
.room_sec .list .content .title .jp {
  font-size: 1.6rem;
}

.room_sec .list li .content figure {
  margin: 0 calc(50% - 50vw) 20px;
}


.room_sec .list .content .ex,
.room_sec .list li:nth-of-type(2n + 1) .content .ex,
.room_sec .list li:nth-of-type(2n) .content .ex {
  padding: 15px;
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
}

.room_sec .list .content .table dl {
  padding-left: 4px;
  padding-bottom: 8px;
}

.room_sec .list .content .table dl:not(:last-of-type) {
  margin-bottom: 14px;
}

.room_sec .list .content .table dl dt,
.room_sec .list .content .table dl dd {
  font-size: 1.2rem;
}

.room_sec .list .content .table dl dt {
  width: 51px;
}


}

/***料金***/
.wide_back {
  position: relative;
  background: linear-gradient(180deg, rgba(38, 95, 95, 0.8) 0%, rgba(11, 28, 28, 0.8) 100%);
}

/* .wide_back::before {
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(38, 95, 95, 0.8) 0%, rgba(11, 28, 28, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */


.wide_back::before {
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(img/price_back.png) center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-attachment: fixed;
 
}


.price_sec {
  padding: 200px 0 500px;

  .wrapper {
    max-width: 960px;
  }
}


.price_sec .sec_title {
  margin-bottom: 40px;

}

.price_sec .price_table {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  @media screen and (min-width: 768px) {
    align-content: stretch;
  }
}

.price_table dl {
  @media screen and (max-width: 767px) {
  width: calc(100% / 2 - 20px / 2);
  }
  @media screen and (min-width: 768px) {
    width: 100%;
    /* width: 75%; margin-left: auto; margin-right: auto; */
    /* flex-shrink: 1; */
  }
}

.price_table dl:not(:last-child) {
  @media screen and (min-width: 768px) {
    margin-right: 1.5%;
  }
}

.price_table dl dt,
.price_table dl dd,
.price_table dl dd p {
  font-weight: 400;
  color: #333;
  line-height: 1;
}

.price_table dl dt {
  font-size: 3.2rem;
  padding: 36px 0;
  line-height: 160%;
  color:#fff;
  @media screen and (min-width: 768px) {
    font-size: 2.8rem;
  }
}

.price_table dl:nth-of-type(1) dt {
  background:url("img/bg_altamira.jpg") no-repeat center / cover;
}
.price_table dl:nth-of-type(2) dt {
  background:url("img/bg_sondoong.jpg") no-repeat center / cover;
}
.price_table dl:nth-of-type(3) dt {
  background:url("img/bg_cenote.jpg") no-repeat center / cover;
}

/* .price_table dl:nth-of-type(2) dt {
  background: linear-gradient(114.42deg, #EAC3CF 15.46%, #B8617B 84.93%);
} */

.price_table dl dd {
  padding: 20px 0;
}

.price_table dl dd:nth-of-type(1),
.price_table dl dd:nth-of-type(3) {
  background: #ede1d1;

}


.price_table dl dd:nth-of-type(2) {
  background: #d0d0d0;
}

.price_table dl dd .small {
  font-size: 2rem;
  margin-bottom: 8px;
}

.price_table dl dd .big {
  font-size: 2.4rem;
}
.price_table dl dd .big span{
  font-size: 3.6rem;
  margin-right: 4px;
  font-weight: 600;
}

.price_sec .add {
  font-weight: 400;
  @media screen and (min-width: 768px) {
    /* width: 75%; */
    margin-left: auto; margin-right: auto;
  }
}

@media screen and (max-width: 767px) {

  .wide_back::before {
    /* background-image: url(img/price_back_sp.jpg); */
    content: none;
  } 

 
  

  .price_sec {
    padding: 100px 0 60px;
  }

  .price_sec .price_table {
    margin-bottom: 10px;
    display: block;
  }
  .price_table dl {
    width: 100%;
  }
  
  .price_table dl:nth-of-type(1),
  .price_table dl:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .price_table dl dt {
    font-size: 2rem;
    padding: 20px 0;
  }
  .price_table dl dd .small {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .price_table dl dd .big {
    font-size: 2rem;
  }
  .price_table dl dd .big span {
    font-size: 3rem;
  }
  .price_sec .add {
    font-size: 1.2rem;
  }
  
  
}
/***流れ***/
.flow_faq_sec {
  position: relative;
  text-align: center;
  transform: translateY(-60%);
}

.flow_faq_sec .sec_title {
  margin-bottom: 40px;
}

.flow_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.flow_list > li {
  width: calc(100% / 4 - 60px / 4);
  position: relative;
  padding-top: 36px;
  padding-left: 20px;
  display: flex;
  align-items: stretch;
}

.flow_list > li:not(:last-of-type)::after {
  content: '';
  width: 9.1px;
  height: 16px;
  position: absolute;
  top: calc(50% + 16px);
  transform: translateY(-50%);
  left: calc(100% + 15.5px);
  background: url(img/flow_arrow.svg) center / contain no-repeat;
}

.flow_list > li .num {
  position: absolute;
  width: 72px;
  height: 72px;
  color: #1D4444;
  background-color: #CEC3AE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 400;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.flow_list > li .num .small {
  font-size: 1.6rem;
}

.flow_list > li .num .big {
  font-size: 2.4rem;
}

.flow_list > li .box {
  border: 2px solid #CEC3AE;
  width: 100%;
  padding: 48px 20px;
}

.flow_list > li .box h3 {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 16px;
}

.flow_list > li .box .ex {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
}


@media screen and (max-width: 767px) {
  .flow_faq_sec {
    position: relative;
    text-align: center;
    transform: inherit;
    padding-top: 60px;
  }
  .flow_faq_sec .sec_title {
    margin-bottom: 20px;
  }
  
  .flow_list {
    display: block
  }

  .flow_list > li {
    width: 100%;
    padding-top: 36px;
    padding-left: 0px;
    display: block;
  }

  .flow_list > li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .flow_list > li:not(:last-of-type)::after {
    content: '';
    width: 9.1px;
    height: 16px;
    position: absolute;
    top: calc(100% + 18px);
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    background: url(img/flow_arrow.svg) center / contain no-repeat;
  }

  .flow_list > li .num {
    left: 10px;
  }

  .flow_list > li .box {
    padding: 20px 10px;
  }

  
  .flow_list > li .box .ex {
    font-size: 1.28rem;
    font-weight: 400;
  }
  

}
/***よくある質問***/
.faq_sec {
  padding-bottom: 200px;
}

.faq_sec .sec_title {
  margin-bottom: 40px;
}

.faq_list dl:not(:last-of-type) {
  margin-bottom: 24px;
}

.faq_list dl dt,
.faq_list dl dd {
  padding-left: 50px;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.faq_list dl dt {
  font-weight: 400;
  margin-bottom: 12px;
}

.faq_list dl dt::before,
.faq_list dl dd::before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 400;
}

.faq_list dl dt::before {
  content: 'Q';
  color: #CEC3AE;
  background-color: #1D4444;
  border: 1px solid #CEC3AE;
}

.faq_list dl dd::before {
  content: 'A';
  color: #1D4444;
  background-color: #CEC3AE;
}

@media screen and (max-width: 767px) {
  .faq_sec {
    padding: 120px 0 100px;
  }
  .faq_list dl:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .faq_list dl dt,
.faq_list dl dd {
  font-weight: 400;
  font-size: 1.28rem;
}



}

/***アクセス***/
.access_sec {

  padding: 160px 0;
}

.access_sec .sec_title {
  margin-bottom: 40px;
}

.access_sec .two_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.access_sec .two_column .gmap_box {
  width: 50%;
} 

.access_sec .two_column .content {
  margin-left: 28px;
  flex: 1;
}

.access_sec .gmap {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
}

.access_sec .gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.access_sec .content h3 {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.access_sec .content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}


@media screen and (max-width: 767px) {
  .bg__wide {
    background: url(img/qa_back_sp.jpg) no-repeat center / cover;
    &::before {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    }
  }
  .access_sec {
    padding: 80px 0;
    background: url(img/access_back_sp.jpg) no-repeat center / cover;
    &::before {
      background-color: rgba(0,0,0,0.5);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
    }
  }
  .access_sec .sec_title {
    margin-bottom: 30px;
  }
  .access_sec .two_column {
    display: block;
  }
  .access_sec .two_column .gmap_box {
    width: 100%;
    margin-bottom: 30px;
  } 
  
  .access_sec .two_column .content {
    margin-left: inherit;
  }
  .access_sec .gmap {
    padding-bottom: 85%;
  }
  .access_sec .content h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  
  .access_sec .content p {
    font-size: 1.28rem;
  }
  
  
}


.header_menu ul li {
  margin-bottom: 2rem;
    /* font-size: 1.2rem; */
    font-size:2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    @media screen and (max-width: 767px) {
      font-size: 1.8rem;
      margin-bottom: 2.7rem;
    }
    &.menu-ttl {
      margin-bottom: 2rem;
      font-size:2.3rem;
      font-weight: 700;
      a {
        cursor:default;
      }
    }
    &.menu-shop {
      margin-left: .5em;
      &::before {
        padding-right: .3em;
        content:"-";
      }
    }
    &.menu-margin {
      margin-top: 6rem;
      @media screen and (max-width: 767px) {
        margin-top: 4rem;
        margin-bottom: 3rem;
      }
    }
}


/***固定ボタン***/
@media screen and (max-width: 767px) { 
.sp_fixed_menu {
  width: calc(100% - 8px);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 5;
}

.sp_fixed_menu a {
  width: 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}

.sp_fixed_menu a.line {
  background: #7D6659;
  border-radius: 8px 0 0 8px;
}
.sp_fixed_menu a.shop {
  background: #493A32;
  border-radius: 0 8px 8px 0;
}
.sp_fixed_menu a img {
  width: 20px;
  margin-right: 5px;
}




}

/***フッター***/
footer {
  background: #102F2F;
  padding: 60px 0 20px;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer_top .logo {
  width: 160px;
}

.footer_top .content .sns_link  {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.footer_top .content .sns_link a {
  width: 24px;
}

.footer_top .content .sns_link a:not(:last-of-type) {
  margin-right: 20px;
}

.footer_top .content .mail p,
.footer_top .content .mail a {
  text-align: center;
  font-size: 1.44rem;
}

.footer_top .content .mail p img {
  margin-right: 5px;
  width: 20px;
}

.footer_top .content .mail a {
  margin-top: 4px;
  display: block;
}

.footer_nav {
  margin-bottom: 45px;
}

.footer_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_nav ul li {
  font-size: 1.28rem;
}

.footer_nav ul li {
  margin: 0 15px 15px;
}

footer .copy {
  text-align: center;
  font-size: 1.28rem;
}


@media screen and (max-width: 767px) {

  footer {
    padding: 40px 0 64px;
  }
  .footer_top {
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }
  .footer_top .logo {
    width: 120px;
    margin: 0 auto 20px;
  }
  .footer_top .content .sns_link  {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer_top .content .mail p,
.footer_top .content .mail a {
  font-size: 1.28rem;
}
.footer_top .content .mail p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_top .content .mail p img {
  margin-right: 8px;
  width: 16px;
}

.footer_nav {
  margin-bottom: 50px;
}

.footer_nav ul li {
  font-size: 1.12rem;
  margin: 0 10px 10px;
}



}



/***アニメーション***/
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}


.order-fadein > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.order-fadein > *.visible {
  opacity: 1;
  transform: translateY(0);
}

.en {
  h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {
    letter-spacing: 0;
  }
  .room_sec .list .content .table dl dt {
    width:70px;
  }
  .room_sec .list .content .table dl dd {
    line-height:1.35;
  }
}