@charset "utf-8";
/* ==========================================================================
 Foundation
========================================================================== */
p,
h1,
h2,
h3,
dl,
dd {
  margin: 0;
  font-weight: normal;
}
button {
  padding: 0;
  border: none;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}
body {
  margin: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
em {
  font-style: normal;
}
img {
  vertical-align: top;
}
a:link {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: $clr-black;
}
body {
  /*font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;*/
  -webkit-text-size-adjust: 100%;
  line-height: 1.45;
  font-weight: normal;
  color: #333;

  font-family: "futura-pt", sans-serif!important;
font-weight: 500;
font-style: normal;
}
body.is-fixed {
  position: fixed;
}
a {
  cursor: pointer;
}
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
table {
  border-collapse: collapse;
}
dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul {
  list-style: none;
}
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: $clr-white;
}
select::-ms-expand {
  display: none;
}
.selectMain__placeholder {
  display: none;
}
.item--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .item--pc {
    display: block;
  }
}
.item--sp {
  display: block;
}
@media screen and (min-width: 835px) {
  .item--sp {
    display: none;
  }
}
/*@font-face {
  font-family: "The Seasons";
  src: url("../fonts/Fontspring-DEMO-theseasons-reg.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "futura-pt";
  src: url("../fonts/FuturaCyrillicMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
 Layout
========================================================================== */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9980;
  overflow: hidden;
}
.header__main {
  background: #2b272b;
  height: 45px;
}
@media screen and (min-width: 835px) {
  .header__main {
    height: 80px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .header__inner {
    max-width: 1240px;
    margin: auto;
  }
}
.header__space {
  height: 45px;
}
@media screen and (min-width: 835px) {
  .header__space {
    /*height: 80px;*/
    height: 170px;
  }
}
.header__logo {
  width: 150px;
  margin-left: 20px;
  z-index: 999;
}
@media screen and (min-width: 835px) {
  .header__logo {
    width: 240px;
  }
}
.header__logo img {
  width: 100%;
}
.header__pcMenu {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__pcMenu {
    display: block;
  }
}
.header__pcMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.header__pcMenu__list a {
  color: #fff;
  font-size: 15px;
}
.header__pcMenu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}
.header__pcMenu__head li:not(:first-of-type) {
  border-left: 1px solid #fff;
}

.header__pcMenu__head li:last-of-type {
  border-left: none;
}
.header__pcMenu__head li:last-of-type a {
  /* padding-right: 0;*/
  border: 1px solid;
  padding: 3px 20px;
  margin: 0 20px 0 0;
}
.header__pcMenu__head select {
/*  background: none;*/
background: #2b272b;
  color: #fff;
  border: none;
  padding: 0 15px;
  font-size: 13px;
}
.header__pcMenu__head a {
  color: #fff;
  font-size: 13px;
  padding: 0 15px;
  line-height: 1;
}
.header__pcMenu__head a span {
  color: #e2a94e;
}
.header__spBtn {
  width: 60px;
  height: 45px;
  position: relative;
  z-index: 999;
  background: none;
}
@media screen and (min-width: 835px) {
  .header__spBtn {
    display: none;
  }
}
.header__spBtn.is-active span:nth-of-type(1) {
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
  top: 0;
}
.header__spBtn.is-active span:nth-of-type(2) {
  display: none;
}
.header__spBtn.is-active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.header__spBtn span {
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__spBtn span:nth-of-type(1) {
  top: -16px;
}
.header__spBtn span:nth-of-type(2) {
  top: 0px;
}
.header__spBtn span:nth-of-type(3) {
  top: 15px;
}
.header__spMenu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 45px;
  width: 100%;
  height: calc(100% - 45px);
  z-index: 998;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 20px;
}
.header__spMenu.is-active {
  visibility: visible;
  opacity: 1;
}
.header__spMenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  color: #333;
}
.header__spMenu__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  justify-content: center;
}
.header__spMenu__foot li:not(:first-of-type) {
  border-left: 1px solid #333;
}
.header__spMenu__foot li a {
  padding: 0 15px;
/*  font-size: 10px;*/
  color: #333;
  display: block;
  font-size: 13px;
}
.header__spMenu__foot li a span {
  color: #e2a94e;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page__container,
.page__container--w {
  padding: 40px 0;
  background: #f5f2ef;
}
@media screen and (min-width: 835px) {
  .page__container,
  .page__container--w {
    padding: 100px 0 100px;
  }
}
.page__container--w {
  background: #fff;
}
.page__inner {
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  .page__inner {
    max-width: 1240px;
    margin: auto;
  }
}
.page__container--bg {
  padding: 40px 0;
  background-image: url("../img/cabin/info_bg.png");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .page__container--bg {
    padding: 100px 0 200px;
  }
}
.comingsoon {
  position: relative;
}
.comingsoon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(114, 113, 113, 0.6);
}
.comingsoon:after {
  content: "coming soon";
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*.comingsoon--l {
  position: relative;
}
.comingsoon--l:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(114, 113, 113, 0.6);
}
.comingsoon--l:after {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(44, 44, 44, 0.7);
}*/
/*@media screen and (min-width: 835px) {
  .comingsoon--l:after {
    font-size: 36px;
    padding: 15px 40px;
  }
}*/
.footer {
  background: #2b272b;
  padding: 35px 0 100px;
}
@media screen and (min-width: 835px) {
  .footer {
    padding: 80px 0 60px;
  }
}
.footer__inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .footer__inner {
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__logo {
  width: 240px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .footer__logo {
    margin: 40px 0 0;
  }
}
.footer__logo img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .footer__into {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.footer__link {
  margin-top: 140px;
}
@media screen and (min-width: 835px) {
  .footer__link {
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
.footer__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .footer__link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__link ul li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 835px) {
  .footer__link ul li {
    width: auto;
  }
}
.footer__link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 835px) {
  .footer__link ul li a {
    border-bottom: none;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__address {
  color: #fff;
  text-align: center;
  font-size: 13px;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .footer__address {
    position: relative;
    top: 0;
    text-align: left;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .footer__sns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__lang {
  width: 270px;
  height: 50px;
  position: relative;
  margin: 20px auto 0;
}
@media screen and (min-width: 835px) {
  .footer__lang {
    margin: 20px 0 0;
  }
}
.footer__lang select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
}
.footer__lang img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 12px;
}
/* ==========================================================================
 Object
========================================================================== */
/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
.btn {
  width: 100%;
  height: 60px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .btn {
    height: 50px;
    font-size: 16px;
    max-width: 200px;
    margin: auto;
  }
}
/* -----------------------------------------------------------------
 Project
----------------------------------------------------------------- */
.cabin__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .cabin__nav {
    display: none;
  }
}
.cabin__nav a img {
  width: 80px;
  display: block;
  margin: auto;
}
.cabin__nav a p {
  text-align: center;
  font-size: 13px;
  color: #333;
/*  font-family: "The Seasons", serif;*/
  margin-top: 4px;
}
.cabin__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .cabin__list {
    gap: 100px;
  }
}
.cabin__item {
  position: relative;
}
.cabin__item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 835px) {
  .cabin__item__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cabin__item__slide {
  position: absolute !important;
  top: 90px;
  width: 100%;
}
.cabin__item__slide .slick-dots {
  bottom: -40px;
}
@media screen and (min-width: 835px) {
  .cabin__item__slide {
    position: relative !important;
    top: 0;
    width: 60%;
  }
  .cabin__item__slide .cabin__item__img {
    width: 100%;
  }
  .cabin__item__slide .slick-dots {
    bottom: -60px;
  }
}
.cabin__item__slide__text {
  font-size: 13px;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .cabin__item__slide__text {
    font-size: 16px;
    margin-top: 25px;
  }
}
.cabin__item__content {
  margin-top: 100vw;
}
@media screen and (min-width: 835px) {
  .cabin__item__content {
    margin-top: 0;
  }
}
.cabin__item__content h3 {
  text-align: center;
/*  font-family: "The Seasons", serif;*/
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .cabin__item__content h3 {
    text-align: left;
    font-size: 27px;
  }
}
.cabin__item__content ul {
  text-align: left;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .cabin__item__content ul {
    margin-top: 30px;
  }
}
.cabin__item__content ul li {
  font-size: 13px;
  margin: 10px 0;
}
@media screen and (min-width: 835px) {
  .cabin__item__content ul li {
    font-size: 16px;
  }
}
.cabin__item__content p {
  font-size: 13px;
}
@media screen and (min-width: 835px) {
  .cabin__item__content p {
    line-height: 2;
    font-size: 16px;
  }
}
.cabin__item__img {
  width: 100%;
  aspect-ratio: 1.5;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .cabin__item__img {
    width: 60%;
    margin-top: 0px;
  }
}
.cabin__item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.cabin__item__img p {
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .cabin__item__box,
  .cabin__item__box--share {
    width: 40%;
    padding: 0 40px 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    height: 550px;
  }
}
@media screen and (min-width: 835px) {
  .cabin__item__box--share {
    padding-bottom: 50px;
  }
}
.cabin__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .cabin__item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    margin-top: -30px;
  }
}
.cabin__item__head img {
  width: 25px;
}
.cabin__item__head p {
  color: #918364;
  font-size: 18px;
/*  font-family: "The Seasons", serif;*/
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .cabin__item__head p {
    font-size: 23px;
  }
}
.cabin__item__title {
  text-align: center;
/*  font-family: "The Seasons", serif;*/
  font-size: 28px;
  border-bottom: 1px solid #aa986a;
  padding-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .cabin__item__title {
    text-align: left;
    padding-bottom: 50px;
    font-size: 40px;
  }
}
.cabin__item__subimg {
  display: none;
}
@media screen and (min-width: 835px) {
  .cabin__item__subimg {
    display: block;
    position: relative;
    width: 240px;
  }
}
.cabin__item__subimg p {
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .cabin__item__subimg img {
    width: 100%;
  }
}
.cabin__item__text {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .cabin__item__text {
    font-size: 15px;
    margin: 50px auto 0;
    max-width: 1000px;
  }
}
.cabin__item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .cabin__item__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    margin-top: 45px;
  }
}
.cabin__item__btn__more {
  background: #333;
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
}
.cabin__item__btn__check {
  background: #c38e2c;
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
}
.cabin__modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .cabin__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
  }
}
.cabin__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.cabin__modal__box {
  overflow: auto;
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 835px) {
  .cabin__modal__box {
    max-width: 1300px;
    margin: auto;
    height: calc(100vh - 110px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="6" result="offsetblur" /><feFlood flood-color="rgba(45,19,73,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 5px 10px rgba(45, 19, 73, 0.4));
    filter: drop-shadow(0px 5px 10px rgba(45, 19, 73, 0.4));
  }
}
.cabin__modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (min-width: 835px) {
  .cabin__modal__close {
    right: 30px;
    top: 30px;
  }
}
.cabin__modal__main {
  background: #fff;
  padding: 40px 20px;
}
@media screen and (min-width: 835px) {
  .cabin__modal__main {
    padding: 60px 60px 100px;
  }
}
.cabin__modal__info {
  /*background-image: url("../img/cabin/info_bg.png");*/
  background-size: cover;
  padding: 310px 20px 40px;
  position: relative;
}
.cabin__modal__info::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .cabin__modal__info {
    padding: 60px 60px 80px;
  }
}
.cabin__facility__title {
  font-size: 24px;
  margin-bottom: 10px;
}
.cabin__amenity {
  margin-top: 30px;
}
.cabin__amenity__title {
  font-size: 24px;
  margin-bottom: 10px;
}
.cabin__facility__content {
  border: 1px solid #aa986a;
}
@media screen and (min-width: 835px) {
  .cabin__facility__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 835px) {
  .cabin__facility__content li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cabin__facility__content li:not(:first-of-type) span {
    border-left: 1px solid #fff;
  }
  .cabin__facility__content li:not(:first-of-type) p {
    border-left: 1px solid #aa986a;
  }
}
.cabin__facility__content li span {
  display: block;
  text-align: center;
  background: #aa986a;
  color: #fff;
  font-size: 17px;
  padding: 12px 0;
}
.cabin__facility__content li p {
  background: #fff;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
}
@media screen and (min-width: 835px) {
  .cabin__amenity__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cabin__amenity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .cabin__amenity__list {
    width: calc(55% - 50px);
  }
}
.cabin__amenity__list li {
  background: #fff;
  width: calc(33.33333% - 6.66667px);
  padding: 15px 0;
}
@media screen and (min-width: 835px) {
  .cabin__amenity__list li {
    padding: 25px 0;
  }
}
.cabin__amenity__list li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 50px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .cabin__amenity__list li div {
    width: 100px;
    height: 70px;
  }
}
.cabin__amenity__list li div img {
  width: 100%;
  max-height: 50px;
  display: block;
}
@media screen and (min-width: 835px) {
  .cabin__amenity__list li div img {
    max-height: 70px;
  }
}
.cabin__amenity__list li p {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .cabin__amenity__list li p {
    font-size: 16px;
    margin-top: 15px;
  }
}
.cabin__amenity__img {
  position: absolute;
  top: 40px;
  width: calc(100% - 40px);
  left: 20px;
}
@media screen and (min-width: 835px) {
  .cabin__amenity__img {
    position: relative;
    width: 45%;
    inset: 0;
  }
}
.cabin__amenity__img img {
  width: 100%;
  display: block;
}
.cabin__amenity__img p {
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cabin__reserve__btn {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #c38e2c;
  margin: 30px auto 0;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .cabin__reserve__btn {
    margin: 60px auto 0;
  }
}
.experience__box {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .experience__box {
    margin-bottom: 80px;
  }
}
.experience__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 835px) {
  .experience__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1100px;
    margin: auto;
  }
}
.experience__item {
  width: 260px;
  aspect-ratio: 1;
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="6" result="offsetblur" /><feFlood flood-color="rgba(45,19,73,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 5px 10px rgba(45, 19, 73, 0.4));
  filter: drop-shadow(0px 5px 10px rgba(45, 19, 73, 0.4));
}
@media screen and (min-width: 835px) {
  .experience__item {
    width: calc(33.33333% - 33.33333px);
  }
}
.experience__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.experience__item > div {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 20px 16px;
}
.experience__item > div h3 {
  font-size: 15px;
}
.experience__item > div p {
  font-size: 13px;
  margin-top: 4px;
}
.experience__todo__tab {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-left: 10px;
  padding-bottom: 5px;
}
@media screen and (min-width: 835px) {
  .experience__todo__tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    padding: 0;
  }
}
.experience__todo__tab > div {
  min-width: 1px;
  background: #333;
}
.experience__todo__tab__btn {
  padding: 6px 16px;
  border: 1px solid #333;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1;
  width: auto;
}
.experience__todo__tab__btn.is-active {
  background: #aa986a;
  color: #fff;
  border: 1px solid #aa986a;
}
.experience__todo__content {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .experience__todo__content {
    margin-top: 50px;
  }
}
.experience__todo__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.experience__todo__list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .experience__todo__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1100px;
    margin: auto;
  }
}
.experience__todo__item {
  width: 260px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="6" result="offsetblur" /><feFlood flood-color="rgba(45,19,73,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 5px 10px rgba(45, 19, 73, 0.4));
  filter: drop-shadow(0px 5px 10px rgba(45, 19, 73, 0.4));
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .experience__todo__item {
    width: calc(50% - 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.experience__todo__item img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 835px) {
  .experience__todo__item img {
    width: 52%;
  }
}
.experience__todo__item > div {
  background: #fff;
  padding: 15px;
}
@media screen and (min-width: 835px) {
  .experience__todo__item > div {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.experience__todo__item > div h3 {
  font-size: 15px;
}
@media screen and (min-width: 835px) {
  .experience__todo__item > div h3 {
    font-size: 20px;
  }
}
.experience__todo__item > div p {
  font-size: 13px;
  margin-top: 4px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .experience__todo__item > div p {
    font-size: 15px;
  }
}
.gallery__container {
  position: relative;
  background: #f5f2ef;
  padding: 0 0 40px;
}
@media screen and (min-width: 835px) {
  .gallery__container {
    padding: 0 0 140px;
  }
}
.gallery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 45px;
  width: 100%;
  background: #f5f2ef;
  z-index: 99;
}
@media screen and (min-width: 835px) {
  .gallery__nav {
    top: 80px;
    padding-bottom: 0;
  }
}
.gallery__nav ul {
  min-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 835px) {
  .gallery__nav ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gallery__nav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 835px) {
  .gallery__nav__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 140px;
  }
}
.gallery__nav__item a {
  font-size: 16px;
  height: 60px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  position: relative;
}
.gallery__nav__item a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: #aa986a;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallery__nav__item a:hover:before {
  opacity: 1;
}
.gallery__nav__space {
  height: 60px;
}
.gallery__box {
  padding-top: 60px;
}
@media screen and (min-width: 835px) {
  .gallery__box {
    padding-top: 100px;
  }
}
.gallery__list,
.gallery__list--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .gallery__list,
  .gallery__list--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
    padding: 0;
    max-width: 1240px;
    margin: auto;
  }
}
.gallery__list--top .gallery__list {
  padding: 0;
}
@media screen and (min-width: 835px) {
  .gallery__list--top .gallery__list {
    width: calc(66.66667% - 17.5px);
  }
  .gallery__list--top .gallery__list .gallery__item {
    width: calc(50% - 17.5px);
  }
}
.gallery__item,
.gallery__item--l,
.gallery__item--video {
  width: 100%;
  aspect-ratio: 1.38;
  position: relative;
}
@media screen and (min-width: 835px) {
  .gallery__item,
  .gallery__item--l,
  .gallery__item--video {
    width: calc(33.33333% - 23.33333px);
  }
}
.gallery__item img,
.gallery__item--l img,
.gallery__item--video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__item--l {
  aspect-ratio: 0.65;
}
.gallery__item--video .icon {
  width: 56px;
  height: 56px;
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  font-size: 50px;
}
@media screen and (min-width: 835px) {
  .gallery__item--video .icon {
    width: 70px;
    height: 70px;
  }
}
.gallery__item--video.comingsoon:after {
  top: 100px;
}
@media screen and (min-width: 835px) {
  .gallery__item--video.comingsoon:after {
    top: 120px;
  }
}
.offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .offer__list {
    gap: 120px;
    margin-bottom: 120px;
  }
}
.offer__item {
  position: relative;
  z-index: 10;
}
.offer__item__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.offer__item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
}
@media screen and (min-width: 835px) {
  .offer__item__main {
    padding: 60px 0 180px;
  }
}
.offer__item__title {
  font-size: 15px;
/*   font-family: "The Seasons", serif;*/
/*font-family: "The Seasons", "Times New Roman", Arial, sans-serif;*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .offer__item__title {
    font-size: 43px;
  }
}
.offer__item__img {
  width: 86%;
  aspect-ratio: 1.8;
  padding: 0 10px;
}
@media screen and (min-width: 835px) {
  .offer__item__img {
    aspect-ratio: 2.8;
    padding: 0 60px;
  }
}
.offer__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.offer__item__text {
  margin: 20px 0;
  font-size: 13px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .offer__item__text {
    padding-right: 12%;
    text-align: center;
    margin-top: -140px;
    max-width: 800px;
    margin: -150px auto 30px;
    font-size: 15px;
  }
}
.offer__item__more {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .offer__item__more {
    padding-right: 12%;
    max-width: 800px;
    margin: auto;
  }
}
.offer__item__more a {
  color: #593060;
  text-decoration: underline;
}
.reserve__fixed__btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 300px;
  height: 50px;
  background: #c38e2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  z-index: 99;
}
@media screen and (min-width: 835px) {
  .reserve__fixed__btn {
    display: none;
  }
}
.reserve {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 45px;
  width: 100%;
  height: calc(100% - 45px);
  z-index: 998;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 35px;
}
.reserve.is-active {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 835px) {
  .reserve {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 70px;
    padding: 14px;
  }
}
.reserve__date {
  width: 300px;
  position: relative;
}
.reserve__date > p {
  font-size: 13px;
}
.reserve__date > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #333;
  height: 30px;
}
.reserve__date > div span {
  width: 20px;
  height: 1px;
  background: #333;
}
.reserve__date__item {
  position: relative;
}
.reserve__date__item input[type="date"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.reserve__date__item .date-display {
  width: 120px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 835px) {
  .reserve__date__item .date-display {
    font-size: 20px;
  }
}
.reserve__date__item .date-display#check-in-display {
  text-align: left;
}
.reserve__date__item .date-display#check-out-display {
  text-align: right;
}
.reserve__date__item .date-display.has-value {
  color: #000;
}
.reserve__date__item span {
  font-size: 16px;
  font-weight: bold;
}
.reserve__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .reserve__option {
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    width: 200px;
  }
}
.reserve__option__item > p {
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-bottom: 4px;
}
.reserve__option__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .reserve__option__item > div {
    width: 100%;
  }
}
.reserve__option__item > div button {
  background: transparent;
}
.reserve__option__item > div input {
  width: 35px;
  border: none;
  text-align: center;
  font-size: 22px;
}
.reserve__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 300px;
  height: 50px;
  background: #c38e2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 835px) {
  .reserve__btn {
    position: relative;
    margin: 0;
    width: 260px;
    bottom: 0;
    font-size: 18px;
  }
}
.sharing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .sharing__list {
    gap: 120px;
  }
}
.sharing__item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
}
.sharing__item__main .cabin__item__slide {
  position: relative !important;
  top: 0;
}
.sharing__item__main .cabin__item__content {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .sharing__item__main .cabin__item__content {
    margin-top: 0;
  }
}
@media screen and (min-width: 835px) {
  .sharing__item__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.slick-slider .slick-dots li {
  width: 30px;
}
@media screen and (min-width: 835px) {
  .slick-slider .slick-dots li {
    width: 50px;
  }
}
.slick-slider .slick-dots li button:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #333;
}
@media screen and (min-width: 835px) {
  .slick-slider .slick-dots li button:before {
    width: 50px;
  }
}
.section__inner {
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  .section__inner {
    max-width: 1240px;
    margin: auto;
  }
}
.section__title {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.section__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #aa986a;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .section__title:before {
    bottom: 0;
  }
}
.section__title h2 {
/*  font-family: "The Seasons", serif;*/
  background: #f5f2ef;
  text-align: center;
  display: inline-block;
  font-size: 31px;
  line-height: 1.2;
  padding: 0 10px;
}
@media screen and (min-width: 835px) {
  .section__title h2 {
    font-size: 40px;
    padding: 0 30px;
  }
}
.section__title--sec {
  text-align: center;
  position: relative;
  z-index: 1;
}
.section__title--sec:before,
.section__title--sec:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(50% - 140px);
  height: 1px;
  background: #aa986a;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .section__title--sec:before,
  .section__title--sec:after {
    width: calc(50% - 240px);
  }
}
.section__title--sec:before {
  left: 0;
}
.section__title--sec:after {
  right: 0;
}
.section__title--sec h2 {
/*  font-family: "The Seasons", serif;*/
  font-size: 31px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .section__title--sec h2 {
    font-size: 40px;
  }
}
.mv {
  height: 355px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .mv {
    height: auto;
    aspect-ratio: 3;
  }
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv__title img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 835px) {
  .mv__title img {
    width: auto;
    max-height: 140px;
  }
}
.intro__container {
  background: #4b3c59;
  padding: 50px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .intro__container {
    padding: 80px 20px;
  }
}
.intro__title {
  color: #e2a94e;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  font-weight: normal;
/*  font-family: "The Seasons", serif;*/
  font-size: 31px;
  margin-bottom: 35px;
}
@media screen and (min-width: 835px) {
  .intro__title {
    font-size: 48px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.intro__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75px;
  height: 1px;
  background: #e2a94e;
}
@media screen and (min-width: 835px) {
  .intro__title:before {
    width: 150px;
  }
}
.intro__text,
.intro__text--c {
  font-size: 13px;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .intro__text,
  .intro__text--c {
    font-size: 16px;
    max-width: 840px;
    margin: auto;
  }
}
.intro__text a,
.intro__text--c a {
  color: #fff;
  text-decoration: underline;
}
.intro__text .hidden-text,
.intro__text--c .hidden-text {
  display: none;
}
.intro__text .see-more-btn,
.intro__text--c .see-more-btn {
  text-decoration: underline;
  background: transparent;
  color: #fff;
  display: block;
}
@media screen and (min-width: 835px) {
  .intro__text .see-more-btn,
  .intro__text--c .see-more-btn {
    display: inline-block;
    margin-left: 10px;
  }
}
.intro__text--c {
  text-align: center;
}
.intro__deco {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 220px;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .intro__deco {
    width: 400px;
    right: 0px;
  }
}
.package__container {
  background: #f5f2ef;
  padding: 50px 0px 40px 20px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .package__container {
    padding: 100px 0 225px;
    padding-left: 20px;
    overflow: hidden;
  }
}
.package__inner {
  padding-right: 0;
}
@media screen and (min-width: 835px) {
  .package__inner {
    max-width: 1240px;
    margin: auto;
  }
}
.package__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .package__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 300px;
    gap: 30px;
  }
}
.package__title img {
  width: 140px;
  opacity: 0.1;
}
@media screen and (min-width: 835px) {
  .package__title img {
    width: 240px;
  }
}
.package__title h2 {
  font-size: 31px;
  color: #aa986a;
/*  font-family: "The Seasons", serif;*/
}
@media screen and (min-width: 835px) {
  .package__title h2 {
    font-size: 48px;
    line-height: 1.2;
  }
}
.package__list {
  margin-top: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .package__list {
    width: calc(320px + 50vw);
    position: absolute !important;
    top: 60px;
    right: 0;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .package__list {
    width: calc(220px + 50vw);
  }
}
.package__list .slick-slide {
  margin: 0 7.5px;
}
.package__list .slick-list {
  padding: 0 20% 0 0 !important;
}
@media screen and (min-width: 835px) {
  .package__list .slick-list {
    padding: 0 74% 0 0 !important;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .package__list .slick-list {
    padding: 0 60% 0 0 !important;
  }
}
.package__list .slick-dots {
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .package__list .slick-dots {
    left: -300px;
    text-align: left;
    top: 420px;
  }
}
.package__item img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
}
.package__item div {
  background: #fff;
  padding: 20px 15px;
}
@media screen and (min-width: 835px) {
  .package__item div {
    padding: 30px;
  }
}
.package__item div h3 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
@media screen and (min-width: 835px) {
  .package__item div h3 {
    font-size: 24px;
    min-height: 70px;
  }
}
.package__item div p {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 25px;
  min-height: 60px;
}
.type__container {
  background: #fff;
  padding: 40px 0 60px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .type__container {
    padding: 80px 0;
  }
}
.type__title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.type__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #aa986a;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .type__title:before {
    bottom: 0;
  }
}
.type__title h2 {
/*  font-family: "The Seasons", serif;*/
  background: #fff;
  text-align: center;
  display: inline-block;
  font-size: 31px;
  line-height: 1.2;
  padding: 0 10px;
}
@media screen and (min-width: 835px) {
  .type__title h2 {
    font-size: 40px;
    padding: 0 30px;
  }
}
.type__title h2 span {
  font-size: 46px;
  font-weight: normal;
  margin-right: 5px;
}
@media screen and (min-width: 835px) {
  .type__title h2 span {
    font-size: 40px;
  }
}
.type__list {
  margin: 20px 40px 0;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .type__list {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 835px) {
  .type__list .slick-list {
    overflow: visible !important;
  }
}
@media screen and (min-width: 835px) {
  .type__list .slick-slide {
    margin: 0 60px;
  }
}
@media screen and (min-width: 835px) {
  .type__list .slick-slide > div {
    margin: 0;
    width: 1080px;
  }
}
.type__list .prev-arrow,
.type__list .next-arrow {
  position: absolute;
  z-index: 10;
  top: 45%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.type__list .prev-arrow:hover,
.type__list .next-arrow:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .type__list .prev-arrow,
  .type__list .next-arrow {
    width: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.type__list .prev-arrow {
  left: -30px;
}
@media screen and (min-width: 835px) {
  .type__list .prev-arrow {
    left: -1180px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1340px) {
  .type__list .prev-arrow {
    left: 0;
    right: auto;
  }
}
.type__list .next-arrow {
  right: -30px;
}
@media screen and (min-width: 835px) {
  .type__list .next-arrow {
    right: -1180px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1340px) {
  .type__list .next-arrow {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 835px) {
  .type__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.type__item__img {
  width: 100%;
  aspect-ratio: 1.3;
}
@media screen and (min-width: 835px) {
  .type__item__img {
    width: 68%;
    aspect-ratio: none;
  }
}
.type__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.type__item__box {
  background: #f5f2ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .type__item__box {
    width: 32%;
    padding: 0 20px 80px;
    position: relative;
  }
}
.type__item__box h3 {
/*  font-family: "The Seasons", serif;*/
  font-size: 20px;
  padding: 5px 15px;
  width: calc(100% - 140px);
  border-right: 1px solid #aa986a;
}
@media screen and (min-width: 835px) {
  .type__item__box h3 {
    border: none;
    border-bottom: 1px solid #aa986a;
    width: 100%;
    padding: 0 0 30px;
    font-size: 28px;
  }
}
.type__item__box img {
  width: 135px;
}
@media screen and (min-width: 835px) {
  .type__item__box img {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 200px;
  }
}
.amenity__container {
  padding: 8px;
  margin: 80px 20px 0;
  border: 1px solid #aa986a;
}
@media screen and (min-width: 835px) {
  .amenity__container {
    max-width: 1240px;
    margin: 80px auto 0;
    padding: 15px;
  }
}
.amenity__inner {
  background: #4b3c59;
  padding: 40px 10px 30px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .amenity__inner {
    padding: 80px 60px 50px;
  }
}
.amenity__title {
/*  font-family: "The Seasons", serif;*/
  font-size: 27px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .amenity__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.amenity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 835px) {
  .amenity__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 40px;
  }
}
.amenity__link {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 30px;
  background: transparent;
}
@media screen and (min-width: 835px) {
  .amenity__link {
    font-size: 16px;
    margin-top: 40px;
  }
}
.hidden-amenities {
  display: none;
}
.amenity__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #aa986a;
  padding: 10px;
}
@media screen and (min-width: 835px) {
  .amenity__item {
    width: calc(33.33333% - 26.66667px);
    padding: 15px 10px;
  }
}
.amenity__item div {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .amenity__item div {
    width: 30px;
  }
}
.amenity__item div img {
  height: 21px;
  max-width: 24px;
}
@media screen and (min-width: 835px) {
  .amenity__item div img {
    height: 30px;
    max-width: 30px;
  }
}
.amenity__item p {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .amenity__item p {
    font-size: 16px;
  }
}
.policy__container {
  background-image: url("../img/top/policy_bg_sp.png");
  background-size: cover;
  padding: 45px 0;
}
@media screen and (min-width: 835px) {
  .policy__container {
    background-image: url("../img/top/policy_bg_pc.png");
  }
}
.policy__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .policy__tab {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.policy__tab__btn {
  width: calc(33.33333% - 6.66667px);
  background: #f5f2ef;
  padding: 20px 0;
}
@media screen and (min-width: 835px) {
  .policy__tab__btn {
    width: 20%;
    border-bottom: 1px solid #aa986a;
    border-right: 1px solid #aa986a;
  }
  .policy__tab__btn:last-child {
    border-right: none;
  }
}
.policy__tab__btn.is-active {
  background: #fff;
}
.policy__tab__btn.is-active p {
  font-weight: bold;
}
.policy__tab__btn img {
  width: auto;
  height: 28px;
}
@media screen and (min-width: 835px) {
  .policy__tab__btn img {
    height: 46px;
  }
}
.policy__tab__btn p {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}
@media screen and (min-width: 835px) {
  .policy__tab__btn p {
    font-size: 20px;
  }
}
.policy__content {
  background: #fff;
  padding: 25px 15px;
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .policy__content {
    margin-top: 0;
    padding: 40px 60px;
  }
}
.policy__content__item {
  display: none;
}
.policy__content__item.is-active {
  display: block;
}
.policy__content__item h2 {
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .policy__content__item h2 {
    font-size: 24px;
  }
}
.policy__content__item p {
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .policy__content__item p {
    font-size: 15px;
  }
}
.experience__container {
  padding: 45px 0;
}
@media screen and (min-width: 835px) {
  .experience__container {
    padding: 80px 0;
  }
}
.experience__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .experience__tab {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.experience__tab__btn {
  width: calc(33.33333% - 6.66667px);
  height: 70px;
  background: #fff;
  border-bottom: 1px solid #aa986a;
  font-size: 14px;
  color: #333;
}
@media screen and (min-width: 835px) {
  .experience__tab__btn {
    width: 20%;
    font-size: 20px;
    height: 80px;
  }
}
.experience__tab__btn.is-active {
  background: #f5f2ef;
}
.experience__content {
  margin-top: 35px;
}
.experience__content__item {
  display: none;
  position: relative;
}
.experience__content__item.is-active {
  display: block;
}
.experience__content__item__img {
  width: 100%;
  aspect-ratio: 1.5;
}
@media screen and (min-width: 835px) {
  .experience__content__item__img {
    height: 800px;
    aspect-ratio: auto;
  }
}
.experience__content__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.experience__content__item__box {
  background: rgba(255, 255, 255, 0.85);
  z-index: 10;
  position: relative;
  width: calc(100% - 40px);
  margin: -40px auto 0;
  padding: 25px;
}
@media screen and (min-width: 835px) {
  .experience__content__item__box {
    padding: 40px;
    width: 320px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 220px;
    z-index: 10;
  }
}
.experience__content__item__box h2 {
  font-size: 20px;
}
@media screen and (min-width: 835px) {
  .experience__content__item__box h2 {
    font-size: 27px;
  }
}
.experience__content__item__box p {
  font-size: 13px;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 835px) {
  .experience__content__item__box p {
    font-size: 15px;
  }
}
.map__container {
  background: #4b3c59;
  padding: 40px 0 60px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .map__container {
    padding: 140px 0;
  }
}
.map__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .map__main {
    width: calc(50% - 60px);
  }
}
.map__tab__btn {
  width: calc(50% - 10px);
  height: 70px;
  font-size: 14px;
  background: transparent;
  color: #fff;
/*  font-family: "The Seasons", serif;*/
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .map__tab__btn {
/*    font-size: 28px;*/
font-size: 25px;
    height: 50px;
  }
}
.map__tab__btn.is-active {
  border-bottom: 1px solid #aa986a;
}
.map__content {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .map__content {
    margin-top: 40px;
    min-height: 400px;
  }
}
.map__content__item {
  display: none;
}
.map__content__item.is-active {
  display: block;
}
.map__content__item p {
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 835px) {
  .map__content__item p {
    font-size: 16px;
  }
}
.map__distance {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.map__distance li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.map__distance li div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 835px) {
  .map__distance li div:nth-of-type(1) {
    gap: 10px;
  }
}
.map__distance li div:nth-of-type(1) img {
  width: 12px;
}
@media screen and (min-width: 835px) {
  .map__distance li div:nth-of-type(1) img {
    width: 20px;
  }
}
.map__distance li div:nth-of-type(1) p {
  font-size: 13px;
}
@media screen and (min-width: 835px) {
  .map__distance li div:nth-of-type(1) p {
    font-size: 16px;
  }
}
.map__distance li div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.map__distance li div:nth-of-type(2) img {
  max-height: 23px;
  max-width: 18px;
}
@media screen and (min-width: 835px) {
  .map__distance li div:nth-of-type(2) img {
    max-height: 32px;
    max-width: 24px;
  }
}
.map__distance li div:nth-of-type(2) p {
  font-size: 13px;
  width: 50px;
  text-align: right;
}
@media screen and (min-width: 835px) {
  .map__distance li div:nth-of-type(2) p {
    font-size: 16px;
    width: 60px;
  }
}
.map__iframe {
  width: 100%;
  height: 60vw;
}
@media screen and (min-width: 835px) {
  .map__iframe {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 640px;
  }
}
.map__info {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 835px) {
  .map__info {
    max-width: 900px;
    margin: 20px auto 0;
  }
}
.map__info__item > div {
  display: none;
}
.map__info__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
/*  font-family: "Noto Sans JP";*/
  border-radius: 4px;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
.map__info__item__title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 35px);
  gap: 12px;
}
@media screen and (min-width: 835px) {
  .map__info__item__title div {
    width: calc(100% - 50px);
  }
}
.map__info__item__title div img {
  width: 20px;
}
@media screen and (min-width: 835px) {
  .map__info__item__title div img {
    width: 28px;
  }
}
.map__info__item__title div p {
  font-size: 14px;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .map__info__item__title div p {
    font-size: 16px;
  }
}
.map__info__item__title > img {
  width: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.map__info__item__title.is-active > img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.map__info__item__text {
  padding: 8px 0;
  color: #fff;
  font-size: 13px;
  line-height: 2;
}
.faq__container {
  background: #f5f2ef;
  padding: 0 20px;
}
.faq__inner {
  background: #fff;
  padding: 50px 15px;
}
@media screen and (min-width: 835px) {
  .faq__inner {
    max-width: 1000px;
    margin: auto;
    padding: 100px 15px;
  }
}
.faq__title {
  text-align: center;
/*  font-family: "The Seasons", serif;*/
  line-height: 1.1;
}
.faq__title p {
  font-size: 20px;
}
@media screen and (min-width: 835px) {
  .faq__title p {
    font-size: 26px;
  }
}
.faq__title h2 {
  font-size: 30px;
}
@media screen and (min-width: 835px) {
  .faq__title h2 {
    font-size: 40px;
  }
}
.faq__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 835px) {
  .faq__list {
    max-width: 700px;
    margin: 20px auto 0;
  }
}
.faq__item > div {
  display: none;
}
.faq__item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 16px 0;
  background: transparent;
  border-bottom: 1px solid #aa986a;
}
.faq__item__q div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 35px);
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .faq__item__q div {
    width: calc(100% - 50px);
  }
}
.faq__item__q div p {
  font-size: 16px;
  text-align: left;
  color: #011827;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .faq__item__q div p {
    font-size: 20px;
    padding-top: 3px;
  }
}
.faq__item__q div span {
  font-size: 30px;
/*  font-family: "The Seasons", serif;*/
  color: #593060;
}
.faq__item__q > span {
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #aa986a;
}
.faq__item__q > span:before,
.faq__item__q > span:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #aa986a;
  position: absolute;
  inset: 0;
  margin: auto;
}
.faq__item__q > span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item__q.is-active > span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq__item__a {
  padding: 16px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.faq__item__a span {
  font-size: 30px;
/*  font-family: "The Seasons", serif;*/
  color: #e2a94e;
}
.faq__item__a p {
  font-size: 13px;
  width: calc(100% - 80px);
  line-height: 1.8;
  padding-top: 12px;
}
@media screen and (min-width: 835px) {
  .faq__item__a p {
    font-size: 15px;
    padding-top: 6px;
    width: calc(100% - 100px);
  }
}

.header__pcMenu__head a.tel {color: #e2a94e;}

.header__spMenu .tel {
  text-align: center;
  margin: 20px auto 0;
  display: block;
  color: #e2a94e;
}

.footer__address a.tel {
  color: #fff;
}

.reservations_btn {
  border: 1px solid;
  padding: 5px 20px;
  margin: 20px auto;
  display: block;
  width: 200px;
  text-align: center;
  color: #333;
}

/* ==========================================================================
 secret
========================================================================== */
.secret {
  position: relative;
  width: 100%;
  padding-bottom: 88px;
  background: #4b3c59;
  overflow: hidden;
}
.secret:after {
  content: "";
  display: inline-block;
  width: 460px;
  height: 750px;
  background: url(../img/top/intro_deco.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.secret__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secret__slider {
  position: relative;
  width: 51%;
  z-index: 2;
}
.secret__slider__main {
  width: 100%;
}
.secret__slider__main .slick-dots {
  bottom: 13px;
}
.secret__slider__main .slick-dots li button:before {
  background: #fff;
  opacity: 1;
  height: 2px;
}
.secret__slider__main .slick-dots li.slick-active button:before {
  opacity: 1;
  height: 4px;
  margin-top: -1px;
}
.secret__slider__thumb {
  width: 100%;
  max-width: 65.69%;
  margin: 35px auto 0;
}
.secret__slider__thumb .slick-prev {
  width: 30px;
  height: 30px;
  left: -50px;
  z-index: 2;
}
.secret__slider__main div,
.secret__slider__thumb div {
  display: flex;
  align-items: center;
}
.secret__slider__thumb .slick-prev:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/slide-l.svg) no-repeat;
  background-size: 100%;
}
.secret__slider__thumb .slick-next {
  width: 30px;
  height: 30px;
  right: -50px;
  z-index: 2;
}
.secret__slider__thumb .slick-next:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/slide-r.svg) no-repeat;
  background-size: 100%;
}
.secret__slider__main figure,
.secret__slider__thumb figure {
  margin: 0;
  padding: 0;
}
.secret__slider__thumb figure {
  padding: 0 10px;
}
.secret__slider__main figure img,
.secret__slider__thumb figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.secret__detail {
  position: relative;
  width: 49%;
  padding: 55px 20px 0 50px;
  z-index: 3;
}
.secret__detail h1 {
  position: relative;
  z-index: 1;
  width: 100%;
/*  font-family: "The Seasons", serif;*/
  font-weight: normal;
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.secret__detail dl,
.secret__detail .secret__detail__note {
  width: 100%;
  max-width: 580px;
}
.secret__detail dl dt {
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin-top: 38px;
}
.secret__detail dl dd {
  width: 100%;
  font-size: 16px;
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #aa986a;
  color: rgba(255, 255, 255, 0.5);
}
.secret__detail dl dd.cl-brown {
  color: #cfaf5c;
}
.secret__detail__note {
  margin-top: 35px;
  padding: 20px;
  background: #fff;
  max-height: 210px;
  overflow: auto;
}
.secret__detail__note::-webkit-scrollbar {
  width: 18px;
}
.secret__detail__note::-webkit-scrollbar-track {
  background-color: #e3dbd3;
}
.secret__detail__note::-webkit-scrollbar-thumb {
  background-color: #918364;
  border-radius: 5em;
}
.secret__detail__note__wrap p {
  font-size: 15px;
  line-height: 1.5333;
  margin-top: 25px;
}
.secret__detail__note__wrap p:first-of-type {
  margin-top: 0;
}
.secret__detail__textlink {
  width: 100%;
  max-width: 580px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.secret__detail__textlink a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: underline;
}
.secret__detail__textlink a:link,
.secret__detail__textlink a:visited {
  color: #fff;
}
.secret__detail__btnWrap {
  width: 100%;
  max-width: 580px;
  margin-top: 30px;
}
.secret__detail__btnWrap a {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: 60px;
  background: #aa986a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .secret__detail h1 img {
    max-height: 30px;
  }
}

@media screen and (max-width: 834px) {
  .secret {
    padding: 0 0 50px;
  }
  .secret:after {
    display: none;
  }
  .secret:after {
    width: 220px;
    height: 257px;
    top: unset;
    bottom: 0;
  }
  .secret__slider {
    width: 100%;
  }
  .secret__slider__main {
    width: 100%;
  }
  .secret__slider__main .slick-dots {
    bottom: 13px;
  }
  .secret__slider__main .slick-dots li button:before {
    background: #fff;
    opacity: 1;
    height: 2px;
  }
  .secret__slider__main .slick-dots li.slick-active button:before {
    opacity: 1;
    height: 4px;
    margin-top: -1px;
  }
  .secret__slider__thumb {
    position: relative;
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 35px auto 0;
  }
  .secret__slider__thumb:after {
    content: "";
    display: inline-block;
    width: 220px;
    height: 257px;
    background: url(../img/top/intro_deco.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -35px;
    right: -30px;
    z-index: -1;
  }
  .secret__slider__thumb figure {
    position: relative;
    z-index: 1;
  }
  .secret__slider__thumb .slick-prev {
    left: -30px;
  }
  .secret__slider__thumb .slick-next {
    right: -30px;
  }

  .secret__detail {
    width: 100%;
    max-width: 580px;
    padding: 50px 20px 0;
    margin: 0 auto;
  }
  .secret__detail h1 {
    font-size: 31px;
  }
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
 Js
----------------------------------------------------------------- */

/*.hiragino {font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif ,"Helvetica", Arial;}*/

.sticky-top-banner {
/*  position: sticky;*/
  top: 80px;
  z-index: 9999;
  background: #fff;
  text-align: center;
  position: fixed;
}

.sticky-top-banner img {
  width: 100%;
  max-width: 100%;
}

.sticky-footer-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
}

.sticky-footer-banner a {
}

.sticky-footer-banner a img {
  text-align: center;
  width: 100%;
}

.close-btn {
    position: absolute;
    top: -15px;
    right: 15px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    z-index: 10000;
}

.sticky-footer-banner .banner-content {
  position: relative;
  background: white;
  text-align: center;
}

#closeBannerToggle:checked + .banner-content {
  display: none;
}

.sp-only {
  display: none;
}
.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

.vertical-number {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "メイリオ" ;
}

/* offer */
.mv h1.main-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv h1.main-title.title-center {
    top: 50%;
    transform: translate(-50%, -50%);
}

.mv h1.main-title .main-title-text {
    display: block;
    text-align: center;
    /*font-size: 5rem;*/
    line-height: 1;
    color: #231815;
    margin-top: 4.6rem;
    font-size: 50px;
}

.mv .cl-white {
    color: #fff !important;
}

.mv .cl-white.shadow {
    text-shadow: 1px 1px 8px #000;
}

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

    .mv h1.main-title {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .mv h1.main-title .main-title-mark {
        max-width: 160px;
    }

    .mv h1.main-title .main-title-text {
        /*font-size: 3.4rem;*/
        margin-top: 2.4rem;
        font-size: 25.5px;
    }
}

/* flex 250507 */
.flex__container {
  background: #4b3c59;
  padding: 40px 0 60px;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .flex__container {
    padding: 140px 0;
  }
}

.flex__inner {
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  .flex__inner {
    max-width: 1240px;
    margin: auto;
    display: flex;
  }
}
.flex__content {
  margin: 40px auto 40px;
  word-wrap: break-word;
}
@media screen and (min-width: 835px) {
  .flex__content {
    min-height: 400px;
    margin: 40px 0 30px 50px;
  }
}
@media screen and (min-width: 835px) {
  .flex__main {
    width: calc(50% - 60px);
  }
}

.flex__img {
    text-align: center;
}

.flex__img img {
  width: 100%;
}

@media screen and (min-width: 835px) {
.flex__img img {
  width: 300px;
  height: auto;
}
}



/* -----------------------------------------------------------------
 dayuse ※2025.5.10追加※
----------------------------------------------------------------- */
.dayuse_page .pc{
	display: block!important;
}
.dayuse_page .sp{
	display: none!important;
}
h4{
  margin: 0;
  padding: 0;
}
.dayuse_page{
  background-color: #f5f2ef;
}
.dayuse_page p{
  font-size: 15px;
  line-height: 1.7;
}
.dayuse_page .container{
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
.dayuse_page .sec{
  padding: 80px 0;
}
.dayuse_page .reserve_btn{
  background-color: #e2a94e;
  color: #ffffff;
  width: 400px;
  height: 80px;
  line-height: 80px;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.dayuse_page .sec .container h3{
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.dayuse_page .sec .container h4{
  font-weight: 500;
}
.dayuse_page .sec_01 .container h3,.dayuse_page .sec_05 .container h3{
  font-size: 30px;
}
.dayuse_page .sec_03 .container h3,.dayuse_page .sec_04 .container h3{
  font-size: 40px;
  position: relative;
  margin-bottom: 70px;
}
.dayuse_page .sec_03 .container h3::after,.dayuse_page .sec_04 .container h3::after{
  position: absolute;
  content: "";
  background-color: #aa986a;
  width: 80px;
  height: 3px;
  bottom: -20px;
  left: 50%; 
  transform: translateX(-50%);
}
.dayuse_page .mv_Area{
  margin-top:80px;
  height: 640px;
  background-image: url(../img/dayuse/main_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #ffffff;
}
.dayuse_page .mv_Area .container{
  display: flex;
  align-items: center;
  height: 640px;
}
.dayuse_page .mv_Area .container .case{
  width: 40%;
}

.dayuse_page .mv_Area .container .case .reserve_btn {
  margin: 40px auto 0;
}

.dayuse_page .mv_Area .container .case .title_text{
  font-size: 20px;
  margin-bottom: 10px;
}
.dayuse_page .mv_Area .container .case h2{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.dayuse_page .mv_Area .container .case .pack{
  background-color: rgba(226, 169, 78, 0.102);
  padding: 30px 20px;
  text-align: center;
}
.dayuse_page .mv_Area .container .case .pack h3{
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2a94e;
}
.dayuse_page .mv_Area .container .case .pack p{
  font-size: 60px;
  font-weight: 700;
  color: #e2a94e;
  line-height: 1;
}
.dayuse_page .mv_Area .container .case .pack p span{
  font-size: 60%;
  position: relative;
  top:-10px;
  padding: 0 5px;
}
.dayuse_page .sec_01 .container{
  text-align: center;
}
.dayuse_page .sec_01 .container .case{
  margin-bottom: 50px;
}
.dayuse_page .sec_01 .container .case p:first-child{
  margin-bottom: 20px;
}
.dayuse_page .sec_01 .container img{
  max-width: 1000px;
  width: 80%;
}
.dayuse_page .sec_02{
  background-image: url(../img/dayuse/sec_02_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 
.dayuse_page .sec_02 .container ul{
  display: flex;
  justify-content:space-between;
}

.dayuse_page .sec_02 .container ul li{
  width: 24%;
  border: 2px solid #ffffff;
  text-align: center;
  aspect-ratio:1 / 1;
  padding-top: 50px;
  box-sizing: border-box;
}
.dayuse_page .sec_02 .container ul li img{
  max-width: 80px;
  margin-bottom: 30px;
}
.dayuse_page .sec_02 .container ul li h4{
  color: #ffffff;
  font-size: 18px;
}
.dayuse_page .sec_02 .container ul li:nth-child(3) h4{
  padding-top: 10px;
}
.dayuse_page .sec_03 .container ul{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.dayuse_page .sec_03 .container ul li{
  width: 32%;
  margin-bottom: 4%;
  background-color: #ffffff;
}
.dayuse_page .sec_03 .container ul li img{
  width: 100%;
}
.dayuse_page .sec_03 .container ul li .case{
  background-color: #ffffff;
  padding: 30px 20px;
  box-sizing: border-box;
}
.dayuse_page .sec_03 .container ul li .case .img_pack{
    text-align: center;
    margin-bottom: 30px;
}
.dayuse_page .sec_03 .container ul li .case .img_pack img{
  width: 80px;
}
.dayuse_page .sec_03 .container ul li .case .pack{
  text-align: center;
}
.dayuse_page .sec_03 .container ul li .case .pack h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.dayuse_page .sec_03 .reserve_btn{
  margin-bottom: 80px;
}
.dayuse_page .sec_04{
  background-color: #ffffff;
}
.dayuse_page .sec_04 .container .case{
  display: flex;
  justify-content:space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.dayuse_page .sec_04 .container .case img{
  width: 42%;
}
.dayuse_page .sec_04 .container .case .pack{
  width: 54%;
}
.dayuse_page .sec_04 .container .case .pack h4{
  background-color: #333333;
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  padding: 2px 0;
  line-height: normal;
  margin-bottom: 15px;
  text-align: center;
  width: 315px;
}
.dayuse_page .sec_04 .container .case .pack p.price{
  font-size: 80px;
  font-weight: 700;
  color: #e2a94e;
  line-height: 1;
  margin-bottom: 10px;
}
.dayuse_page .sec_04 .container .case .pack p.price span{
  font-size: 60%;
  position: relative;
  top:-10px;
  padding: 0 5px;
}
.dayuse_page .sec_04 .container .case .pack p.time{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
}
.dayuse_page .sec_04 .container .case:last-child p.price{
  margin-bottom: 40px;
}
.dayuse_page .sec_04 .container .case_02 ul{
  display: flex;
  justify-content:space-between;
}
.dayuse_page .sec_04 .container .case_02 ul li{
  width: 32%;
}
.dayuse_page .sec_04 .container .case_02 ul li img{
  width: 100%;
  margin-bottom: 30px;
}
.dayuse_page .sec_04 .container .case_02 ul li h4{
  background-color: #333333;
  color: #ffffff;
  font-size: 24px;
  padding: 2px 0;
  line-height: normal;
  margin-bottom: 15px;
  text-align: center;
}
.dayuse_page .sec_04 .container .case_02 ul li p{
  text-align: center;
}
.dayuse_page .sec_05{
  background-color: #ffffff;
}
.dayuse_page .sec_05 .container{
  max-width: 1000px;
  background-color: #f3f1f1;
  box-sizing: border-box;
  padding: 80px 40px;
}
.dayuse_page .sec_05 .container ul{
  margin-bottom: 50px;
}
.dayuse_page .sec_05 .container ul li{
  margin-bottom: 30px;
}
.dayuse_page .sec_05 .container ul li:last-child{
  margin-bottom: 0;
}
.dayuse_page .sec_05 .container ul li h4{
  font-weight: 700;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.dayuse_page .sec_05 .container ul li h4::before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #333333;
    left: 0;
}
.dayuse_page .btnArea{
  background-image: url(../img/dayuse/btnarea_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.dayuse_page .btnArea .container{
  max-width: 1000px;
  background-color: #ffffff;
  padding: 60px 30px;
  text-align: center;
}
.dayuse_page .btnArea .container h3{
  font-size: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .dayuse_page .pc{
	display: none!important;
  }
  .dayuse_page .sp{
	display: block!important;
  }
  .dayuse_page p{
  font-size: 13px;
  }
  .dayuse_page .sec{
    padding: 50px 0;
  }
  .dayuse_page .reserve_btn{
    width: 90%;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
  .dayuse_page .sec_01 .container h3, .dayuse_page .sec_05 .container h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .dayuse_page .sec_03 .container h3, .dayuse_page .sec_04 .container h3{
    font-size: 25px;
    margin-bottom: 50px;
  }
  .dayuse_page .sec_03 .container h3::after, .dayuse_page .sec_04 .container h3::after {
    width: 50px;
    bottom:-15px;
  }
  .dayuse_page .mv_Area{
    margin-top: 45px;
    background-image: url(../img/dayuse/main_bg_sp.png);
    height: 90vh;
    background-size: cover;
    background-position: center bottom;
  }
  .dayuse_page .mv_Area .container{
    height: 90vh;
    display: block;
    padding-top: 30px;
  }
  .dayuse_page .mv_Area .container .case{
    width: 100%;
    text-align: center;
  }

  .dayuse_page .mv_Area .container .case .reserve_btn {
    width: 80%;
  }
  
  .dayuse_page .mv_Area .container .case .title_text{
    font-size: 16px;
    margin-bottom: 0;
  }
  .dayuse_page .mv_Area .container .case h2{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .dayuse_page .mv_Area .container .case .pack{
    padding: 20px;
  }
  .dayuse_page .mv_Area .container .case .pack h3{
    font-size: 16px;
  }
  .dayuse_page .mv_Area .container .case .pack p{
    font-size: 40px;
  }
  .dayuse_page .sec_01 .container .case{
    text-align: left;
    margin-bottom: 20px;
  }
  .dayuse_page .sec_01 .container .case p:first-child{
    margin-bottom: 10px;
  }
  .dayuse_page .sec_01 .container img{
    width: 100%;
  }
  .dayuse_page .sec_02 .container ul{
    flex-wrap: wrap;
  }
  .dayuse_page .sec_02 .container ul li{
    width: 48%;
    padding-top: 25px;
    margin-bottom: 4%;
    border: 1px solid #ffffff;
  }
   .dayuse_page .sec_02 .container ul li:last-child,.dayuse_page .sec_02 .container ul li:nth-last-child(2){
    margin-bottom: 0;
   }
  .dayuse_page .sec_02 .container ul li img{
    width: 30%;
    margin-bottom: 20px;
  }
  .dayuse_page .sec_02 .container ul li h4{
    font-size: 13px;
  }
  .dayuse_page .sec_03 .container ul{
    display: block;
  }
  .dayuse_page .sec_03 .container ul li{
    width: 100%;
  }
  .dayuse_page .sec_03 .container ul li .case {
    padding: 20px;
  }
  .dayuse_page .sec_03 .container ul li .case .img_pack{
    margin-bottom: 20px;
  }
  .dayuse_page .sec_03 .container ul li .case .img_pack img {
    width: 20%;
  }
  .dayuse_page .sec_03 .container ul li .case .pack h4{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .dayuse_page .sec_03 .container ul li:last-child {
    margin-bottom: 0;
  }
  .dayuse_page .sec_03 .reserve_btn{
    margin-bottom: 50px;
  }
  .dayuse_page .sec_04 .container .case{
    display: block;
    margin-bottom: 40px;
  }
  .dayuse_page .sec_04 .container .case img{
    width: 100%;
    /*margin-bottom: 30px;*/
  }
  .dayuse_page .sec_04 .container .case .pack{
    width: 100%;
  }
  .dayuse_page .sec_04 .container .case .pack h4{
    width: 100%;
    display: block;
    font-size: 18px;
    text-align: center;
  }
  .dayuse_page .sec_04 .container .case .pack p.price{
    text-align: center;
    font-size: 50px;
  }
  .dayuse_page .sec_04 .container .case .pack p.time{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .dayuse_page .sec_04 .container .case_02 ul{
    display: block;
  }
  .dayuse_page .sec_04 .container .case_02 ul li{
    width: 100%;
    margin-bottom: 40px;
  }
  .dayuse_page .sec_04 .container .case_02 ul li:last-child{
    margin-bottom: 0;
  }
  .dayuse_page .sec_04 .container .case_02 ul li img{
    margin-bottom: 0;
  }
  .dayuse_page .sec_04 .container .case_02 ul li h4{
    font-size: 18px;
  }
  .dayuse_page .sec_04 .container .case_02 ul li p{
    text-align: left;
  }
  .dayuse_page .sec_05 .container{
    padding: 50px 20px;
  }
  .dayuse_page .sec_05 .container ul li{
    margin-bottom: 20px;
  }
  .dayuse_page .sec_05 .container ul li h4{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .dayuse_page .sec_05 .container ul{
    margin-bottom: 30px;
  }
  .dayuse_page .btnArea{
    background-image: url(../img/dayuse/btnarea_bg_sp.png);
  }
  .dayuse_page .btnArea .container{
    padding: 30px 15px;
  }
  .dayuse_page .btnArea .container h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .dayuse_page .btnArea .container .reserve_btn{
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait){
  .dayuse_page .mv_Area{
    margin-top: 45px; 
  } 
  .dayuse_page .mv_Area .container .case {
    width: 65%;
  }
  .dayuse_page .mv_Area .container .case .title_text,.dayuse_page .mv_Area .container .case h2{
    background-color: #ffffff;
  }
  .dayuse_page .mv_Area .container .case h2{
    display: inline-block;
  }
  .dayuse_page .sec_02 .container ul{
    flex-wrap: wrap;
  }
  .dayuse_page .sec_01 .container .case p .pc{
	display: none!important;
  }
  .dayuse_page .sec_02 .container ul li{
    width: 48%;
    margin-bottom: 4%;
    aspect-ratio:auto;
    padding: 30px 0;
  }
  .dayuse_page .sec_03 .container ul li {
    width: 48%;
  }
  .dayuse_page .sec_03 .container ul li:first-child {
    margin-right: 4%;
  }
  .dayuse_page .sec_03 .container ul li:last-child {
    margin-bottom: 0;
  }
  .dayuse_page .sec_03 .container ul{
    justify-content:center;
  }
  .dayuse_page .sec_03 .container ul li .case .pack p .pc{
	display: none!important;
  }
  
   .dayuse_page .sec_02 .container ul li:last-child,.dayuse_page .sec_02 .container ul li:nth-last-child(2){
    margin-bottom: 0;
   }
   .dayuse_page .sec_03 .container ul li .case{
    display: block;
   }
   .dayuse_page .sec_03 .container ul li .case .img_pack{
    width: 100%;
    margin-bottom: 20px;
   }
   .dayuse_page .sec_03 .container ul li .case .pack{
    width: 100%;
    padding: 0 20px;
   }
   .dayuse_page .sec_03 .container ul li .case .img_pack img{
    position: static;
    transform:none;
   }
   .dayuse_page .sec_03 .container ul li .case .pack h4{
    text-align: center;
   }
    .dayuse_page .sec_04 .container .case .pack p.time{
    margin-bottom: 15px;
  }
  .dayuse_page .sec_04 .container .case_02 ul{
    display: block;
  }
  .dayuse_page .sec_04 .container .case_02 ul li{
   width: 100%; 
   display: flex;
   justify-content:space-between;
   margin-bottom: 40px;
  }
  .dayuse_page .sec_04 .container .case_02 ul li:last-child{
    margin-bottom: 0;
  }
  .dayuse_page .sec_04 .container .case_02 ul li img{
    width: 42%;
    margin-bottom: 0;
  }
  .dayuse_page .sec_04 .container .case_02 ul li .pack{
    width: 54%;
  }
  .dayuse_page .sec_04 .container .case_02 ul li h4{
    display: inline-block;
    padding: 2px 0;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
    width: 315px;
  }
  .dayuse_page .sec_04 .container .case_02 ul li p{
    text-align: left;
  }
  .dayuse_page .sec_04 .container .case_02{
    padding-top: 60px;
    border-top: 1px solid #cccccc;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape){
 .dayuse_page .mv_Area .container .case {
    width: 50%;
 }
 .dayuse_page .sec_02 .container ul li {
    padding-top: 25px;
 }
 .dayuse_page .sec_02 .container ul li img{
  margin-bottom: 20px;
 }
  .dayuse_page .sec_01 .container .case p .pc{
	display: none!important;
  }
  .dayuse_page .sec_03 .container ul li .case .pack p .pc{
	display: none!important;
  }
  .dayuse_page .sec_04 .container .case_02 ul li p .pc{
	display: none!important;
  }
  .dayuse_page .sec_04 .container .case .pack p.time{
    margin-bottom: 15px;
  }
  .dayuse_page .sec_04 .container .case_02 ul li p{
    text-align: left;
  }
}

@media only screen and (min-device-width: 1024px) and (orientation: portrait){
  .dayuse_page .mv_Area .container .case {
    width: 50%;
 }
 .dayuse_page .sec_02 .container ul li {
    padding-top: 25px;
 }
 .dayuse_page .sec_02 .container ul li img{
  margin-bottom: 20px;
 }
  .dayuse_page .sec_01 .container .case p .pc{
	display: none!important;
  }
  .dayuse_page .sec_03 .container ul li .case .pack p .pc{
	display: none!important;
  }
  .dayuse_page .sec_04 .container .case_02 ul li p .pc{
	display: none!important;
  }
  .dayuse_page .sec_04 .container .case_02 ul li p{
    text-align: left;
  }
}

/* -----------------------------------------------------------------
 dayuse ※2025.5.10追加※　　　end
----------------------------------------------------------------- */