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

*/

:root {
  --color-dark-green:#4B293B;
}

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% - 32px);
  }
}

@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;

}
.sec_title h2 {
  font-size:8rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

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

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




.header_lang button {
  width: 40px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  background-color: #000;
  border: 1px solid white;
  color: white;
  font-weight: 400;
  border-radius: 100px;
}



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

.header_lang button.jp {
  margin-right: 20px;
  position: relative;
}

.header_lang button.jp::after {
  width: 1px;
  height: calc(100% + 16px);
  background-color: white;
  content: '';
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
}

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

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

.header_right .link_box a.reserve {
  background: linear-gradient(180deg, #F1E9DD 0%, #D3B17D 100%);
  color: #333333;
  margin-right: 20px;
}
.header_right .link_box a.line {
  background: linear-gradient(180deg, #DE8DB9 0%, #784C64 100%);
  color: white;
}

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

.header_right .link_box a img {
  margin-right: 6px;
  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: #280C1B;
  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: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
}

.header_menu .sns a {
  display: block;
}

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

  .header_lang button {
    width: 38px;
    height: 22px;
    font-size: 1.3rem;
  }
  .header_lang button.jp {
    margin-right: 12px;
  }
  .header_lang button.jp::after {
    height: 100%;
    right: -7px;
  }
  
  
  .header_right .link_box {
    margin-right: 12px;
  }
  .header_right .link_box a {
    width: 160px;
    height: 40px;
    font-size: 1.3rem;

  }

  .header_right .link_box a.reserve {
    margin-right: 0;
  }

  .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: 2rem;
  margin-bottom: 40px;
}

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

}

.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;
      }
    }
}


/***FV***/
.fv_sec {
  position: relative;
  background-color: #000;
}


.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%);
  z-index: 1;
}


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

  position: relative;
}

.fv_sec .text h2 {
  font-size: 2.2rem;
  margin-top: 10px;
  background-color: black;
  color: white;
  display: inline-block;
  padding: 10px;
}
.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 p {
    font-size: 2.2rem;
    line-height: 1.6;

  }

  .fv_sec .text h2 {
    font-size: 1.2rem;
    padding: 5px;
  }
}

/***About***/
.top_sec {
  padding: 200px 0 220px;
  position: relative;
}

.top_sec::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/about_back.jpg) center / cover no-repeat;
  z-index: -2;
}


.top_sec::after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  top: -26%;
  left: 0;
  background: linear-gradient(180deg, #71335500 0%, #65304D40 10%, #4B293B 20%, #3D2532 40%, #3D253290 60%, #4B293B70 80%, #3D253200 100%);
  z-index: 0;
}

.about_box {
  z-index: 2;
  position: relative;
  margin-bottom: 220px;
}

.about_box .sec_title {
  text-align: right;
  margin-bottom: 40px;
}

.about_box .two_column {
  display: flex;
}


.about_box .two_column .text {
  width: 65%;
}

.about_box .text p {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  line-height: 3.4;
}


.about_box .image {
  padding-top: 120px;
  width: 35%;

}

.about_box .image figure {
  margin-left: -220px;
  z-index: -1;
  position: relative;
}


.about_box .image figure img {
  box-shadow: 6px 8px 16px 0 rgba(0,0,0,0.25);

}

@media screen and (max-width: 767px) {
  .top_sec {
    padding: 0px 0 120px;
  }
  .top_sec::before {
    background: url(img/about_back_sp.jpg) center / cover no-repeat;
  }
  
  
  .top_sec::after {

    height: 60%;

    top: -14%;

    background: linear-gradient(180deg, #71335500 0%, #65304D40 10%, #4B293B 20%, #3D2532 45%, #3D253290 60%, #4B293B70 80%, #3D253200 100%);

  }

  .about_box {
    margin-bottom: 100px;
  }
  

.about_box .sec_title {
  text-align: center;
  display: none;
}

  .about_box .two_column {
    flex-direction: column;
    margin: 0 auto;
    width: calc(100% - 32px);
  }
  
  
.about_box .two_column .text{
    width: 100%;
  }

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

  .about_box .image {
    padding-top: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
  .about_box .image figure {
    margin-left: 0px;
    z-index: -1;
    position: relative;
  }
  
  
}

/***特徴***/

.feature_box {
  position: relative;
  z-index: 1;
}
.feature_box .small_title {
  text-align: center;
  margin-bottom: 58px;
}


.feature_box .small_title p {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1;
}
.feature_box h2 {
  font-size: 5.6rem;

}

.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: #EDE2D1;
}

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

.feature_box ul > li h3 {
  color: #333;
  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;
  font-size: 1.4rem;
}

.en .feature_box ul > li p { 
  text-align: left;
}

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




.feature_box h2 {
  margin-bottom: 16px;
  font-size: 3rem;
}


.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;
}

}



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


.concept_sec .concept_box {
  margin-left: auto;
  max-width: 480px;
  padding: 40px;
  background-color: #3F243270;
}

.concept_sec .concept_box .sec_title {
  text-align: left;
  margin-bottom: 40px;
}


.concept_sec .concept_box h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

.concept_sec .concept_box .text {
  font-size: 1.6rem;
}

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

  .concept_sec {
    background: url(img/concept_back_sp.jpg) center / cover no-repeat;
    padding:120px 0;
  }


.concept_sec .concept_box {
  width: 100%;
  max-width: inherit;
  padding: 40px 15px;
}
.concept_sec .concept_box .sec_title {
  text-align: center;
}
.concept_sec .concept_box h3 {
  font-size: 2rem;
  margin-bottom: 24px;
  text-align: center;
}
.concept_sec .concept_box .text {
  font-size: 1.4rem;
}
  
}





/***部屋紹介***/
.room_sec {
  padding: 160px 0 200px;
  background: url(img/ivy_v2.png) center / cover no-repeat;
  position: relative;
}

.room_sec::before {
  content: '';
  width: 100%;
  height: 100vh;
  z-index: -3;
  position: fixed;
  top: 0;
  left: 0;
  background: url(img/i_line_white.jpg) center / cover no-repeat;
}

.room_sec .sec_title {
  margin-bottom: 100px;
}

.room_sec .anchor_link {
  display: flex;
  justify-content: center;
  max-width: 792px;
  margin: 0 auto 100px;
}

.room_sec .anchor_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: calc(100% / 3);
} 

.room_sec .anchor_link a:not(:last-of-type) {
  border-right: 1px solid white;
}

.crown {
  display: flex;
  justify-content: center;
  align-items: center;

}

.crown img:not(:last-of-type) {
  margin-right: 5px;
}
.room_sec .anchor_link .crown {
  margin-bottom: 10px;
}
.room_sec .anchor_link .link {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 15px;
}


.room_sec .room_box:not(:last-of-type) {
  margin-bottom: 140px;
}

.room_box .box_title {
  text-align: center;
  margin-bottom: 100px;
}

.room_box .box_title .crown {
  margin-bottom: 8px;
}

.room_box .box_title h3 {
  font-size: 5.6rem;
}

.room_box .slide_box {
  max-width: 800px;
  margin: 0 20px;
  position: relative;
}
.room_box .slide_box figure {
  margin-bottom: 12px;
}

.room_box .slide_box figure img {
  box-shadow: 6px 6px 16px 0 rgba(0,0,0,0.25);
}

.room_box .slide_box .room_title {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 10px;
}

.room_box .slide_box .room_title h4 {
  font-size: 5.6rem;
  line-height: 1;
}

.room_box .slide_box .room_title p {
  font-size: 2.4rem;
  line-height: 1;
}

.room_box .slide_box .ex {
  font-size: 1.4rem;
  margin-bottom: 15px;

}

.room_box .slide_box .data_box {
  border: 1px solid white;
  padding: 12px;
  display: inline-block;
}

.room_box .slide_box .data_box dl {
  display: flex;
}

.room_box .slide_box .data_box dl dt {
  width: 52px;
  font-weight: 400;
}


.room_box .slide_box .data_box dl:last-of-type dt {
  width: 70px;
}

.en .room_box .slide_box .data_box dl dt,
.en .room_box .slide_box .data_box dl:last-of-type dt {
  width:150px;
}

.room_box .slide_box .data_box dl dd {
  flex: 1;
}

.room_box .slick-prev,
.room_box .slick-next {
  width: 20px;
  height: 48px;
  top: 35%;
  z-index: 2;
}

.room_box .slick-prev {
  background: url(img/slide_left.svg) center / contain no-repeat;
  right: calc(50vw + 470px);
  left: inherit;
}

.room_box .slick-next {
  background: url(img/slide_right.svg) center / contain no-repeat;
  left: calc(50vw + 470px);
  right: inherit;
}

.room_box .slick-prev::before,
.room_box .slick-next::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .room_sec {
    padding: 120px 0;
  
  }
  .room_sec .sec_title {
    margin-bottom: 40px;
  }
  .room_sec .anchor_link {
    margin: 0 auto 60px;
  }
  
  .room_sec .anchor_link .link {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 4px;
  }

  .crown img {
    width: 12px;
  }
  .room_sec .anchor_link .crown {
    margin-bottom: 4px;
  }

  .room_sec .anchor_link .anchor {
    width: 12px;
  }

  .room_box .box_title {
    margin-bottom: 40px;
  }
  
  .room_box .crown img  {
    width: 16px;
  }

  .room_box .box_title h3 {
    font-size:4rem;
    margin-bottom: 4px;
  }
  
  .room_box .slide_box .ex {
    line-height: 1.4;
  }

  .room_box .slide_box .data_box dl dt,
  .room_box .slide_box .data_box dl dd {
    font-size: 1.2rem;
  }
  .room_box .slide_box .data_box dl:last-of-type dt {
    width: 65px;
    
  }

.en .room_box .slide_box .data_box dl dt,
.en .room_box .slide_box .data_box dl:last-of-type dt {
  width:125px;
}


.room_box .slide_box {
  width: calc(100vw - 36px);
  margin: 0 20px;
  position: relative;
}
.room_box .slide_box .room_title h4 {
  font-size: 2.8rem;
  line-height: 1;
}

.room_box .slide_box .room_title p {
  font-size: 1.4rem;
  line-height: 1;
}




.room_box .slick-prev {
  right: inherit;
  left: 23px;
}

.room_box .slick-next {
  left: inherit;
  right: 23px;
}


}

/***料金***/
.color_back{
  background: url(img/price_back.png) center / cover no-repeat;
  padding: 200px 0;
  color: #333333;
}




.price_sec {
  margin-bottom: 160px;
}

.price_sec .sec_title {
  margin-bottom: 60px;
}

.price_sec .price_table {
  display: flex;
  justify-content: space-between;
}

.price_table .box {
  width: calc(100%/ 4 - 40px / 4);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 8px 16px 0 #28282825;
}


.price_table .box .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 132px;
  color: white;
}

.price_table .box:nth-of-type(1) .title {
  background: url(img/price_1_back.png) center / cover no-repeat;
}
.price_table .box:nth-of-type(2) .title {
  background: url(img/price_2_back.png) center / cover no-repeat;
}
.price_table .box:nth-of-type(3) .title {
  background: url(img/price_semivip_back.png) center / cover no-repeat;
}
.price_table .box:nth-of-type(4) .title {
  background: url(img/price_3_back.png) center / cover no-repeat;
}


.price_table .box .title .crown {
  margin-bottom: 8px;
}

.price_table .box .title h3 {
  font-size: 3.2rem;
}

.price_table .box .content {
  padding: 0 30px;
  background-color: #EDE2D1;
}

.price_table .box .content dl {
  width: 100%;
  height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price_table .box .content dl:not(:last-of-type) {
  border-bottom: 1px solid #333;
}

.price_table .box .content dl dt {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.price_table .box .content dl dd {
  font-size: 2rem;
}

.price_table .box .content dl dd span {
  font-size: 3.5rem;
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .color_back{
    background: url(img/PRICE-FLOW_bgi_SP.jpg) center / cover no-repeat;
    padding: 120px 0;
    color: #333333;
  }

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



  .price_sec .price_table {
    flex-direction: column;
  }
  
  .price_table .box {
    width: 100%;
    border-radius: 10px;
  }
   
  .price_table .box:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .price_table .box .title {
    height: 90px;
  }
  .price_table .box .title h3 {
    font-size: 2.4rem;
  }
  .price_table .box .content {
    padding: 0 50px;
  }

  .price_table .box .content dl {
    height: 108px;
  }
  .price_table .box .content dl dt {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 12px;

  }
  
  .price_table .box .content dl dd {
    font-size: 1.8rem;
    line-height: 1;
  }
  
  .price_table .box .content dl dd span {
    font-size: 3.2rem;
    margin: 0 4px;
  }
  
  
  
}
/***流れ***/
.flow_sec {
  text-align: center;
}

.flow_sec .sec_title {
  margin-bottom: 60px;
}

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

.flow_list > li {
  width: calc(100% / 4 - 120px / 4);
  position: relative;
  padding: 55px 20px 40px;
  background-color: #EDE2D1;
  border-radius: 8px;
  box-shadow: 6px 8px 16px 0 #28282825;
}

.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: #333;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 400;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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


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

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


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

  .flow_sec .sec_title {
    margin-bottom: 75px;
  }
  
  .flow_list {
    display: block
  }

  .flow_list > li {
    width: 100%;
    padding: 56px 0 20px;
    display: block;
  }

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

  .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 .box .ex {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  

}
/***よくある質問***/
.faq_sec {
  padding: 200px 0;
  background: url(img/qa_back.png) center / cover no-repeat;
}

.faq_sec .wrapper {
  background-color: #15262990;
  padding: 60px;
}

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

.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;
  font-weight: 400;
}

.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: #EDE2D1;
  background-color: #4B293B;
  border: 1px solid #EDE2D1;
}

.faq_list dl dd::before {
  content: 'A';
  color: #4B293B;
  background-color: #EDE2D1;
}

@media screen and (max-width: 767px) {
  .faq_sec {
    padding: 120px 0;
    background: url(img/qa_back_sp.png) center / cover no-repeat;
  }

  .faq_sec .wrapper {
    padding: 60px 15px;
  }

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



  .faq_list dl dt,
.faq_list dl dd {
  font-size: 1.4rem;
}



}

/***アクセス***/
.access_sec {
  background: url(img/access_back.png) center / cover no-repeat;
  padding: 160px 0;
}

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

.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.8rem;
  margin-bottom: 16px;
}

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

.en .access_sec .content p {
  text-align: left;
}


@media screen and (max-width: 767px) {
  .access_sec {
    padding: 120px 0;
    background: url(img/access_back_sp.png) center / cover no-repeat;
  }
  .access_sec .sec_title {
    margin-bottom: 40px;
  }
  .access_sec .two_column {
    display: block;
  }
  .access_sec .two_column .gmap_box {
    width: 100%;
    margin-bottom: 15px;
  } 
  
  .access_sec .two_column .content {
    margin-left: inherit;
  }
  .access_sec .gmap {
    padding-bottom: 85%;
  }
  .access_sec .content h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .access_sec .content p {
    font-size: 1.4rem;
  }
  
  
}


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

.sp_fixed_menu a {
  width: calc(50% - 7px / 2);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 1.3rem;
}

.sp_fixed_menu a.line {
  background: linear-gradient(180deg, #DE8DB9 0%, #784C64 100%);
}
.sp_fixed_menu a.shop {
  background: linear-gradient(180deg, #CFC5BA 0%, #56493A 100%);
}
.sp_fixed_menu a img {
  width: 20px;
  margin-right: 5px;
}




}

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

.footer_top {
  text-align: center;
  margin-bottom: 60px;
}

.footer_top .logo {
  width: 200px;
  margin: 0 auto 20px;
}

.footer_top .content .sns_link  {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.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 {
  font-size: 1.4rem;
}

.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: 30px;
}

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

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

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

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


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

  footer {
    padding: 40px 0 64px;
  }
  .footer_top {

    margin-bottom: 40px;
  }
  .footer_top .logo {
    width: 160px;
    margin: 0 auto 20px;
  }
  .footer_top .content .sns_link  {
    justify-content: center;
    margin-bottom: 20px;
  }

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

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

.footer_nav {
  margin-bottom: 28px;
}

.footer_nav ul li {
  font-size: 1.2rem;
  margin: 0 12px 12px;
}
footer .copy {
  font-size: 1rem;
}



}



/***アニメーション***/
.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);
}



/***スライダー対策***/
.room_slider > li:not(:first-of-type),
.fv_slider > li:not(:first-of-type) {
  display: none;
}

.with-icon {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 1em; border-bottom: 1px solid #fff;
  figure {
    width:15%;
  }
  p { 
    width:80%;
  }
}