@charset "utf-8";
.global_nav__menu_list__item a {
  transition: 0.3s;
}
header.highlight .global_nav__menu_list__item a {
  color: var(--color--black);
}

.reservation_btn {
  display: none;
}

#wrap {
  overflow: hidden;
}

.section__heading {
  width: 100%;
  height: auto;
  padding: 0 0 16px;
  position: relative;
}
.section__heading::after {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  background-color: var(--color--black);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.section__heading__en {
  width: 100%;
  height: auto;
  margin: 0 auto 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color--black);
}
.section__heading__ja {
  width: 100%;
  height: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color--black);
}

#hero {
  width: 100%;
  height: auto;
}
.hero__inner {
  width: 100%;
  height: auto;
  position: relative;
}
.hero__swiper {
  width: 100%;
  height: auto;
}
.hero__swiper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color--black);
  opacity: 0.07;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.hero__slide {
  width: 100%;
  height: calc(100vh + 8.121827vh);
}
.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.15);
}
.swiper-slide-active .hero__slide img,
.swiper-slide-duplicate-active .hero__slide img,
.swiper-slide-prev .hero__slide img {
  animation: zoomOut 8s linear 0s normal both;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.hero__logo {
  width: 297px;
  height: auto;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#about {
  width: 100%;
  height: auto;
  background-color: var(--color--white);
  padding: 105px 0 128px;
  position: relative;
}
.about__wave_wrap {
  width: 100%;
  height: auto;
  position: absolute;
  top: 1px;
  left: 0;
  transform: translate(0%, -100%);
  z-index: 10;
}
.about__wave_wrap.reverse {
  top: 0;
  transform: translate(0%, 0%) scale(1, -1);
}
.wave {
  width: 200vw;
  height: auto;
  aspect-ratio: 1600 / calc(50 / 2);
  background-image: url("../image/hontei/wave@pc.webp");
  background-repeat: repeat-x;
  background-size: 100vw auto;
  position: absolute;
  bottom: 0;
}
.about__wave_wrap .wave {
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
.about__wave_wrap.reverse .wave {
  animation: wave 5s cubic-bezier(0.36, 0.45, 0.63, 0.53) -2s infinite;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100vw;
  }
}
.about__sub_heading {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.416;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--color--black);
  position: absolute;
  top: 105px;
  left: 44px;
  z-index: 1;
}
.about__sub_heading::before {
  content: "";
  display: block;
  width: 1px;
  height: 95px;
  margin-bottom: 12px;
  background-color: var(--color--black);
}
.about__inner {
  width: 90%;
  max-width: 968px;
  height: auto;
  margin: 0 auto;
}
.about__contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.about__heading {
  width: auto;
  height: auto;
}
.about__heading__en {
  width: 100%;
  height: auto;
  margin: 0 auto 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color--black);
}
.about__heading__ja {
  width: 100%;
  height: auto;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.3em;
  color: var(--color--black);
}
.about__heading__ja span.darkblue {
  color: var(--color--darkblue);
}
.about__details {
  width: auto;
  height: auto;
  padding-top: 55px;
}
.about__txt {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.857;
  color: var(--color--black);
}

#page_image {
  width: 100%;
  height: auto;
  min-height: 700px;
  position: relative;
}

#guide {
  width: 100%;
  height: auto;
  padding: 96px 0 80px;
  margin-top: -50px;
  border-radius: 50px 50px 0 0;
  background-color: var(--color--beige);
  position: relative;
  z-index: 2;
}
.guide__inner {
  width: 93.7%;
  height: auto;
  margin: 0 auto;
}
#guide .section__heading {
  margin-bottom: 60px;
}
.guide__contents {
  width: 100%;
  height: auto;
}
.guide__contents__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
}
.guide__contents__item.okugai {
  margin-bottom: 63px;
}
.guide__contents__item.okunai {
  margin-bottom: 80px;
}
.guide__map {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 51.015625%;
  height: auto;
  padding: 0;
  background-color: var(--color--white);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.13);
  position: relative;
}
.guide__map__name {
  display: flex;
  align-items: center;
  width: 18.070444%;
  height: auto;
  aspect-ratio: 118 / 44;
  padding-right: 1.533%;
  background-color: var(--color--black);
  border-radius: 0 0 44px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.guide__map__name__txt {
  width: 100%;
  height: auto;
  font-size: 1.610542vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color--white);
}
.guide__map__name__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color--black);
  white-space: nowrap;
  position: absolute;
  right: -1.5625vw;
  transform: translate(100%, 0%);
}
.guide__map__name__nav._sp {
  display: none;
}
.guide__map__name__nav img {
  width: 1.5625vw;
  height: auto;
  margin-left: 0.3125vw;
}
.guide__map__image {
  position: relative;
}
/* 屋外↓ */
.okugai .guide__map__image {
  width: calc((296.42 / 653) * 100%);
  height: auto;
  margin-left: calc((118 / 653) * 100%);
}
.okugai_swiper__pagination {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate(0, 0) !important;
  counter-reset: number 0;
}
.okugai_swiper__pagination .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: var(--color--lightnavy);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none !important;
  outline: none !important;
  position: absolute;
  z-index: 1;
  opacity: 1 !important;
}
.okugai_swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.okugai_swiper__pagination .swiper-pagination-bullet:hover {
  background-color: var(--color--navy);
}
.okugai_swiper__pagination .swiper-pagination-bullet::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number) "";
  width: 1.950952vw;
  height: 1.950952vw;
  padding-bottom: 1%;
  border-radius: 9999px;
  background-color: var(--color--black);
  font-size: 1.02489vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--color--white);
  position: absolute;
}
.okugai_swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.okugai_swiper__pagination .swiper-pagination-bullet:hover::before {
  color: var(--color--black);
  background-color: var(--color--green);
}
.okugai_swiper__pagination .swiper-pagination-bullet::after {
  width: 100%;
  font-size: 0.878477vw;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color--white);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1) {
  width: calc((99 / 296.42) * 100%);
  aspect-ratio: 99 / 76;
  background-color: initial;
  background-image: url("../image/hontei/guide-okugai_pagination_01.webp");
  bottom: calc((7.1 / 349.07) * 100%);
  left: calc((7 / 296.42) * 100%);
}
.okugai_swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(1),
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1):hover {
  background-image: url("../image/hontei/guide-okugai_pagination_01_active.webp");
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1)::before {
  top: calc((35 / 76) * 100%);
  left: 50%;
  transform: translate(-50%, -50%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1)::after {
  content: "駐車場";
  position: absolute;
  top: calc((50 / 76) * 100%);
  left: 0;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2) {
  width: calc((61.41 / 296.42) * 100%);
  padding-top: 1%;
  aspect-ratio: 61.41 / 104.21;
  top: calc((124.5 / 349.07) * 100%);
  left: calc((26 / 296.42) * 100%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2)::before {
  top: calc((13.3 / 104.21) * -100%);
  left: calc((13.6 / 61.41) * -100%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2)::after {
  content: "バレル\Aサウナ";
  width: 80%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3) {
  width: calc((278.87 / 296.42) * 100%);
  aspect-ratio: 278.87 / 49.59;
  top: calc((50.28 / 349.07) * 100%);
  left: calc((8 / 296.42) * 100%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::before {
  margin-right: calc((6 / 1366) * 100vw);
  position: initial;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::after {
  content: "バルコニー";
  width: auto;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4) {
  width: calc((87.72 / 296.42) * 100%);
  aspect-ratio: 87.72 / 49.93;
  top: calc((151.2 / 349.07) * 100%);
  left: calc((169.9 / 296.42) * 100%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::before {
  top: calc((13.3 / 49.93) * -100%);
  left: calc((13.3 / 87.72) * -100%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::after {
  content: "アウトドア\Aリビング";
  width: 80%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5) {
  width: calc((107.17 / 296.42) * 100%);
  aspect-ratio: 107.17 / 107.17;
  background-color: initial;
  background-image: url("../image/hontei/guide-okugai_pagination_05.webp");
  top: calc((5 / 349.07) * 100%);
  right: calc((18.4 / 296.42) * -100%);
  transform: translate(100%, 0%);
}
.okugai_swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(5),
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5):hover {
  background-image: url("../image/hontei/guide-okugai_pagination_05_active.webp");
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5)::before {
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
}
/* 屋外↑ */
/* 屋内↓ */
.okunai .guide__map__image {
  width: calc((480.03 / 653) * 100%);
  height: auto;
  position: relative;
  top: calc((13 / 1366) * 100vw);
  margin-left: calc((93 / 653) * 100%);
}
.okunai_swiper__pagination {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate(0, 0) !important;
  counter-reset: number 0;
}
.okunai_swiper__pagination .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: initial !important;
  border: none !important;
  outline: none !important;
  position: absolute;
  z-index: 1;
  opacity: 1 !important;
}
.okunai_swiper__pagination .swiper-pagination-bullet::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number) "";
  width: 1.950952vw;
  height: 1.950952vw;
  padding-bottom: 1%;
  border-radius: 9999px;
  background-color: var(--color--black);
  font-size: 1.02489vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--color--white);
  position: absolute;
}
.okunai_swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.okunai_swiper__pagination .swiper-pagination-bullet:hover::before {
  color: var(--color--black);
  background-color: var(--color--green);
}
.okunai_swiper__pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
}
.okunai_swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.okunai_swiper__pagination .swiper-pagination-bullet:hover::after {
  color: var(--color--black);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1) {
  width: calc((153 / 480.03) * 100%);
  aspect-ratio: 153 / 177;
  top: calc((217.5 / 408.04) * 100%);
  left: 0;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1)::before {
  top: 35%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2) {
  width: calc((139 / 480.03) * 100%);
  aspect-ratio: 139 / 44;
  top: calc((173.5 / 408.04) * 100%);
  left: 0;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2)::before {
  top: 45%;
  right: 16%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3) {
  width: calc((29 / 480.03) * 100%);
  aspect-ratio: 79 / 149;
  top: calc((191.5 / 408.04) * 100%);
  right: calc((149 / 480.03) * 100%);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::before {
  top: 50%;
  right: -30%;
  transform: translate(0%, -50%);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4) {
  width: calc((59 / 480.03) * 100%);
  aspect-ratio: 59 / 59;
  top: calc((51.5 / 408.04) * 100%);
  right: calc((1 / 480.03) * 100%);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::before {
  top: 40%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::after {
  width: calc((39 / 59) * 100%);
  height: auto;
  aspect-ratio: 39 / 19;
  bottom: 0;
  right: 0;
  transform: translate(0%, 100%);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5) {
  width: calc((138 / 480.03) * 100%);
  aspect-ratio: 138 / 58;
  top: calc((248.5 / 408.04) * 100%);
  right: calc((21 / 480.03) * 100%);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5)::before {
  top: 13%;
  left: 13%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6) {
  width: calc((139 / 480.03) * 100%);
  aspect-ratio: 139 / 58;
  top: calc((190.5 / 408.04) * 100%);
  right: calc((1 / 480.03) * 100%);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6)::before {
  left: 5%;
}
/* 屋内↑ */
.guide__image {
  width: 48.984375%;
  height: auto;
}
.okugai_swiper,
.okunai_swiper {
  width: 100%;
  height: auto;
  aspect-ratio: initial;
  overflow: hidden;
}
.okugai_swiper_prev,
.okugai_swiper_next,
.okunai_swiper_prev,
.okunai_swiper_next {
  width: 40px;
  height: 80px;
  margin: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none !important;
  border: none !important;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  opacity: 1 !important;
}
.okugai_swiper_prev,
.okunai_swiper_prev {
  background-image: url("../image/hontei/guide-swiper_prev.webp");
  left: 0;
}
.okugai_swiper_next,
.okunai_swiper_next {
  background-image: url("../image/hontei/guide-swiper_next.webp");
  right: 0;
}
.okugai__slide,
.okunai__slide {
  position: relative;
}
.okugai__slide__obj,
.okunai__slide__obj {
  height: auto;
  position: absolute;
  z-index: 2;
  transform: translate(0%, 10%);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.1s;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}
.swiper-slide-active .okugai__slide__obj,
.swiper-slide-active .okunai__slide__obj {
  transform: translate(0%, 0%);
  opacity: 1;
}
._01 .okugai__slide__obj {
  width: calc((303.7 / 629) * 100%);
  top: calc((88.3 / 486) * 100%);
  left: calc((38 / 629) * 100%);
}
._02 .okugai__slide__obj {
  width: calc((245.89 / 629) * 100%);
  top: calc((72.5 / 486) * 100%);
  right: calc((41.1 / 629) * 100%);
}
._03 .okugai__slide__obj {
  width: calc((259.63 / 629) * 100%);
  top: calc((26.2 / 486) * 100%);
  right: calc((34.3 / 629) * 100%);
}
._04 .okugai__slide__obj {
  width: calc((329.63 / 629) * 100%);
  top: calc((24.3 / 486) * 100%);
  right: calc((34.3 / 629) * 100%);
}
._05 .okugai__slide__obj {
  width: calc((287.98 / 629) * 100%);
  top: calc((281.9 / 486) * 100%);
  right: calc((27.3 / 629) * 100%);
}
._01 .okunai__slide__obj {
  width: calc((252.57 / 629) * 100%);
  top: calc((56.9 / 486) * 100%);
  right: calc((35.7 / 629) * 100%);
}
._02 .okunai__slide__obj {
  width: calc((340.65 / 629) * 100%);
  top: calc((39.6 / 486) * 100%);
  left: calc((45.6 / 629) * 100%);
}
._03 .okunai__slide__obj {
  width: calc((236.67 / 629) * 100%);
  top: calc((66.5 / 486) * 100%);
  right: calc((18.4 / 629) * 100%);
}
._04 .okunai__slide__obj {
  width: calc((230.53 / 629) * 100%);
  top: calc((236.7 / 486) * 100%);
  right: calc((56.6 / 629) * 100%);
}
._05 .okunai__slide__obj {
  width: calc((185.48 / 629) * 100%);
  top: calc((50.9 / 486) * 100%);
  left: calc((31.8 / 629) * 100%);
}
._06 .okunai__slide__obj {
  width: calc((231.78 / 629) * 100%);
  top: calc((165.5 / 486) * 100%);
  left: calc((82.1 / 629) * 100%);
}
.guide__image__details {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.26);
  padding: 12px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.guide__image__details dt {
  width: 100%;
  height: auto;
  padding-left: 40px;
  margin: 0 auto 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: var(--color--white);
  position: relative;
}
.guide__image__details dt::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-right: 1px;
  padding-bottom: 2px;
  border-radius: 9999px;
  background-color: var(--color--green);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color--navy);
  position: absolute;
  top: 5px;
  left: 0;
}
._01 .guide__image__details dt::before {
  content: "1";
}
._02 .guide__image__details dt::before {
  content: "2";
}
._03 .guide__image__details dt::before {
  content: "3";
}
._04 .guide__image__details dt::before {
  content: "4";
}
._05 .guide__image__details dt::before {
  content: "5";
}
._06 .guide__image__details dt::before {
  content: "6";
}
._07 .guide__image__details dt::before {
  content: "7";
}
._08 .guide__image__details dt::before {
  content: "8";
}
.guide__image__details dd {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0em;
  color: var(--color--white);
}
.guide__manual_btn__wrap {
  width: 85%;
  max-width: 625px;
  height: 180px;
  margin: 0 auto 30px;
}
.guide__manual_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-image: url("../image/hontei/guide-manual_btn_image@pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: var(--color--white);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.guide__manual_btn__wrap:last-child .guide__manual_btn {
  background-image: url("../image/hontei/facility-manual_btn_image.png");
}
.guide__manual_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color--black);
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (any-hover: hover) {
  .guide__manual_btn::before {
    transition: 0.3s;
  }
  .guide__manual_btn:hover::before {
    opacity: 0.35;
  }
}
.guide__manual_btn img,
.guide__manual_btn span {
  position: relative;
  z-index: 2;
}
.guide__manual_btn__icon {
  width: 9.5%;
  height: auto;
  margin-right: 4.16%;
}
.guide__manual_btn__arrow {
  width: 4.8%;
  height: auto;
  margin-left: 4.16%;
}

#enjoy {
  width: 100%;
  height: auto;
  padding: 50px 0 223px;
  background-color: var(--color--white);
}
.enjoy__inner {
  width: 85%;
  max-width: 1157px;
  height: auto;
  margin: 0 auto;
}
#enjoy .section__heading {
  margin-bottom: 60px;
}
.enjoy__contents {
  width: 100%;
  height: auto;
}
.enjoy__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.enjoy__list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 31.979257%;
  height: auto;
  padding: 36px 0 33px;
  aspect-ratio: 370 / 520;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.enjoy__list__item:nth-of-type(1) {
  background-image: url("../image/hontei/enjoy-image_01@pc.webp");
}
.enjoy__list__item:nth-of-type(2) {
  background-image: url("../image/hontei/enjoy-image_02@pc.webp");
}
.enjoy__list__item:nth-of-type(3) {
  background-image: url("../image/hontei/enjoy-image_03@pc.webp");
}
.enjoy__list__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color--black);
  opacity: 0.22;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.enjoy__list__item__heading {
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.6875;
  letter-spacing: 0.07em;
  text-align: center;
  color: var(--color--white);
  position: relative;
  z-index: 2;
}
.enjoy__list__item__heading::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--color--white);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.enjoy__list__item__txt {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
  color: var(--color--white);
  position: relative;
  z-index: 2;
}

#faq {
  width: 100%;
  height: auto;
  padding: 70px 0 106px;
  background-color: var(--color--lightblue);
  position: relative;
}
#faq::before {
  display: block;
  content: "";
  width: 111.273792%;
  height: 15.666179vw;
  border-radius: 50%;
  background-color: var(--color--lightblue);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.faq__inner {
  width: 85%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#faq .section__heading {
  margin-bottom: 72px;
}
.faq__contents {
  width: 100%;
  height: auto;
  padding: 42px 0 21px;
  border-radius: 20px;
  background-color: var(--color--white);
}
.faq__list {
  width: 81%;
  height: auto;
  margin: 0 auto;
}
.faq__list__item {
  width: 100%;
  height: auto;
  padding-bottom: 29px;
}
.faq__list__item:not(:last-of-type) {
  border-bottom: solid 1px var(--color--darkgray);
  margin-bottom: 25px;
}
.faq__list__item__q {
  width: 100%;
  height: auto;
  padding-left: 55px;
  margin: 0 auto 21px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: var(--color--black);
}
.faq__list__item__q::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Q";
  width: 35px;
  height: 35px;
  padding-bottom: 1px;
  border-radius: 9999px;
  background-color: var(--color--darkblue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--color--white);
  position: absolute;
  top: -2px;
  left: 0;
}
.faq__list__item__a {
  width: 100%;
  height: auto;
  padding-left: 55px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: var(--color--black);
}
.faq__list__item__a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "A";
  width: 35px;
  height: 35px;
  padding-bottom: 1px;
  border-radius: 9999px;
  background-color: var(--color--white);
  border: solid 1px var(--color--darkblue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--color--darkblue);
  position: absolute;
  top: -5px;
  left: 0;
}

#near {
  width: 100%;
  height: auto;
  background-color: var(--color--white);
  padding: 100px 0 78px;
}
.near__inner {
  width: 56%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
}
#near .section__heading {
  margin-bottom: 62px;
}
.near__map {
  width: 100%;
  height: auto;
  margin: 0 auto 32px;
  aspect-ratio: 760 / 480;
}
.near__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.near__info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.near__info::before {
  content: "";
  display: block;
  width: 1px;
  height: 37px;
  margin: 0 38px;
  background-color: var(--color--darkgray);
  order: 2;
}
.near__info dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0em;
  color: var(--color--blown);
  order: 1;
}
.near__info dt span {
  display: inline-block;
  margin-right: 4px;
  font-size: 26px;
}
.near__info dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  order: 3;
}

#bettei {
  width: 100%;
  height: auto;
}
.bettei__inner {
  width: 100%;
  height: auto;
}
.bettei__inner:hover {
  opacity: 0.8;
}
.bettei__contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  background-color: #070707;
}
.bettei__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52.04978%;
  height: auto;
}
.bettei__heading {
  width: 100%;
  height: auto;
  margin-bottom: 31px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4359;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color--white);
}
.bettei__info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: auto;
  padding: 10px 0;
  border: solid 1px var(--color--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0em;
  color: var(--color--white);
}
.bettei__info dt {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: solid 1px var(--color--white);
}
.bettei__info dd {
  letter-spacing: 0.02em;
}
.bettei__image {
  width: 47.95022%;
  height: auto;
  aspect-ratio: 655 / 368;
  position: relative;
  object-fit: cover;
}

/* PC ================================================== */
@media all and (min-width: 769px) {
}
@media all and (max-width: 1180px) {
  /* enjoy */
  .enjoy__list__item__heading {
    padding-bottom: 18px;
    font-size: 24px;
  }
  .enjoy__list__item__txt {
    font-size: 12px;
  }
}
@media all and (max-width: 900px) {
  /* guide */
  .guide__image__details {
    padding: 12px 20px;
  }
  .guide__image__details dt {
    padding-left: 30px;
    margin: 0 auto 8px;
    font-size: 20px;
  }
  .guide__image__details dt::before {
    width: 24px;
    height: 24px;
    font-size: 16px;
    top: 3px;
  }
  .guide__image__details dd {
    font-size: 12px;
  }
  .guide__manual_btn__wrap {
    max-width: 500px;
    height: 140px;
  }
  .guide__manual_btn {
    font-size: 24px;
  }

  /* enjoy */
  .enjoy__inner {
    width: 95%;
  }
  .enjoy__list__item {
    padding: 25px 0 25px;
    aspect-ratio: 370 / 520;
  }
}

.reservation_btn_footer {
  margin: 50px auto 0;
}

/* Tablet ================================================== */
@media all and (max-width: 768px) {
  .reservation_btn {
    display: block;
    padding: 0px 0;
    margin: 0 auto 100px;
  }
  .reservation_btn_footer {
    margin: 50px auto 0;
  }

  .section__heading {
    padding: 0 0 10px;
  }
  .section__heading::after {
    width: 25px;
    height: 2px;
  }
  .section__heading__en {
    margin: 0 auto 3px;
    font-size: 13px;
    line-height: 1.5;
  }
  .section__heading__ja {
    font-size: 24px;
    line-height: 1.4583;
  }

  /* hero */
  .hero__video {
    width: 100%;
    height: 100svh;
  }
  .hero__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero__logo {
    width: 234px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  }

  #about {
    padding: 100px 0 55px;
  }
  .wave {
    aspect-ratio: 375 / calc(25 / 2);
    background-image: url("../image/hontei/wave@sp.webp");
  }
  .about__sub_heading {
    display: none;
  }
  .about__inner {
    width: 84%;
    max-width: initial;
  }
  .about__contents {
    display: block;
  }
  .about__heading {
    width: 100%;
    margin-bottom: 32px;
  }
  .about__heading__en {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 40px;
  }
  .about__heading__en::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin-left: 9px;
    margin-bottom: -5px;
    background-color: var(--color--black);
  }
  .about__heading__ja {
    font-size: 28px;
    line-height: 1.62;
    letter-spacing: 0.26em;
    white-space: nowrap;
  }
  .about__details {
    width: 100%;
    padding-top: initial;
  }

  #page_image {
    aspect-ratio: 375 / 280;
    min-height: initial;
    position: relative;
  }

  #guide {
    padding: 75px 0 65px;
    margin-top: -25px;
    border-radius: 25px 25px 0 0;
  }
  .guide__inner {
    width: 93.86667%;
  }
  #guide .section__heading {
    margin-bottom: 77px;
  }
  .guide__contents__item {
    display: block;
  }
  .guide__contents__item.okugai {
    margin-bottom: 110px;
  }
  .guide__contents__item.okunai {
    margin-bottom: 63px;
  }
  .guide__map {
    width: 100%;
  }
  .okugai .guide__map {
    aspect-ratio: 352 / 254;
  }
  .okunai .guide__map {
    aspect-ratio: 352 / 264;
  }
  .guide__map__name {
    width: 100%;
    aspect-ratio: 352 / 32;
    padding-right: 0%;
    padding-left: 5.066667vw;
    border-radius: 10px 10px 0 0;
    transform: translate(0%, -100%);
  }
  .guide__map__name__txt {
    font-size: 4.53333vw;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .guide__map__name__nav {
    font-size: 3.733333vw;
    color: var(--color--white);
    right: 5.066667vw;
    transform: translate(0%, 0%);
  }
  .guide__map__name__nav._sp {
    display: flex;
  }
  .guide__map__name__nav._pc {
    display: none;
  }
  .guide__map__name__nav img {
    width: 5.066667vw;
    margin-left: 1.066667vw;
  }
  /* 屋外↓ */
  .okugai .guide__map__image {
    width: calc((195.21 / 352) * 100%);
    margin-left: initial;
    position: absolute;
    top: calc((12 / 254) * 100%);
    left: calc((32 / 352) * 100%);
    z-index: 1;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet::before {
    width: 5.333333vw;
    height: 5.333333vw;
    padding-bottom: 0%;
    font-size: 2.933333vw;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet::after {
    font-size: 2.933333vw;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1) {
    width: calc((65.2 / 194.18) * 100%);
    aspect-ratio: 65.2 / 50.05;
    top: calc((175.3 / 229.89) * 100%);
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1)::before {
    top: 40%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2) {
    width: calc((40.45 / 194.18) * 100%);
    aspect-ratio: 40.45 / 68.63;
    top: calc((81.8 / 229.89) * 100%);
    left: calc((17.1 / 194.18) * 100%);
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2)::after {
    width: 100%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3) {
    width: calc((180.66 / 194.18) * 100%);
    aspect-ratio: 183.66 / 32.66;
    top: calc((33.1 / 229.89) * 100%);
    left: calc((6.3 / 194.18) * 100%);
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::before {
    margin-right: calc((4 / 375) * 100vw);
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4) {
    width: calc((63 / 194.18) * 100%);
    aspect-ratio: 63 / 36;
    top: calc((99.6 / 229.89) * 100%);
    left: calc((112.7 / 194.18) * 100%);
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::before {
    top: calc((14.2 / 36) * -100%);
    left: calc((12.5 / 63) * -100%);
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::after {
    width: 100%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5) {
    width: calc((77.76 / 194.18) * 100%);
    aspect-ratio: 77.76 / 77.76;
    top: 0;
    right: calc((16.3 / 194.18) * -100%);
  }
  /* 屋外↑ */
  /* 屋内↓ */
  .okunai .guide__map__image {
    width: calc((275 / 352) * 100%);
    margin-left: initial;
    position: absolute;
    top: calc((11.7 / 254) * 100%);
    left: calc((43 / 352) * 100%);
    z-index: 1;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet::before {
    width: 5.333333vw;
    height: 5.333333vw;
    padding-bottom: 0%;
    font-size: 2.933333vw;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1) {
    width: calc((91 / 275) * 100%);
    aspect-ratio: 91 / 99;
    top: calc((138.3 / 244.41) * 100%);
    left: 0;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1)::before {
    top: 30%;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2) {
    width: calc((107 / 275) * 100%);
    aspect-ratio: 107 / 33;
    top: calc((105.3 / 244.41) * 100%);
    left: 0;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2)::before {
    top: 29%;
    right: 31%;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3) {
    width: calc((15 / 275) * 100%);
    aspect-ratio: 47 / 115;
    top: calc((114.3 / 244.41) * 100%);
    right: calc((91 / 275) * 100%);
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::before {
    top: 100%;
    right: 90%;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4) {
    width: calc((35 / 275) * 100%);
    aspect-ratio: 35 / 35;
    top: calc((32.3 / 244.41) * 100%);
    right: calc((1 / 275) * 100%);
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::before {
    top: 47%;
    right: 22%;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::after {
    width: calc((23 / 35) * 100%);
    aspect-ratio: 23 / 11;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5) {
    width: calc((82 / 275) * 100%);
    aspect-ratio: 82 / 35;
    top: calc((149.3 / 244.41) * 100%);
    right: calc((12.5 / 275) * 100%);
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6) {
    width: calc((82 / 275) * 100%);
    aspect-ratio: 82 / 35;
    top: calc((114.3 / 244.41) * 100%);
    right: calc((1 / 275) * 100%);
  }
  /* 屋内↑ */
  .guide__image {
    width: 100%;
  }
  .okugai_swiper,
  .okunai_swiper {
    aspect-ratio: 354 / 290;
  }
  .okugai_swiper_prev,
  .okugai_swiper_next,
  .okunai_swiper_prev,
  .okunai_swiper_next {
    width: 24px;
    height: 48px;
  }
  ._01 .okugai__slide__obj {
    width: calc((179.33 / 354) * 100%);
    top: calc((57.4 / 290) * 100%);
    left: calc((33 / 354) * 100%);
  }
  ._02 .okugai__slide__obj {
    width: calc((160.95 / 354) * 100%);
    top: calc((37.6 / 290) * 100%);
    right: calc((9.8 / 354) * 100%);
  }
  ._03 .okugai__slide__obj {
    width: calc((168.14 / 354) * 100%);
    top: calc((20.2 / 290) * 100%);
    right: calc((9.7 / 354) * 100%);
  }
  ._04 .okugai__slide__obj {
    width: calc((209.56 / 354) * 100%);
    top: calc((12.1 / 290) * 100%);
    right: calc((9.6 / 354) * 100%);
  }
  ._05 .okugai__slide__obj {
    width: calc((186.06 / 354) * 100%);
    top: calc((149.7 / 290) * 100%);
    right: calc((17.9 / 354) * 100%);
  }
  ._01 .okunai__slide__obj {
    width: calc((133.95 / 354) * 100%);
    top: calc((39.4 / 290) * 100%);
    right: calc((25.2 / 354) * 100%);
  }
  ._02 .okunai__slide__obj {
    width: calc((224.22 / 354) * 100%);
    top: calc((27.8 / 290) * 100%);
    left: calc((9.7 / 354) * 100%);
  }
  ._03 .okunai__slide__obj {
    width: calc((161.65 / 354) * 100%);
    top: calc((31.9 / 290) * 100%);
    right: calc((21.6 / 354) * 100%);
  }
  ._04 .okunai__slide__obj {
    width: calc((151.82 / 354) * 100%);
    top: calc((135.4 / 290) * 100%);
    right: calc((36.7 / 354) * 100%);
  }
  ._05 .okunai__slide__obj {
    width: calc((120.7 / 354) * 100%);
    top: calc((32.9 / 290) * 100%);
    left: calc((18.7 / 354) * 100%);
  }
  ._06 .okunai__slide__obj {
    width: calc((143.55 / 354) * 100%);
    top: calc((93 / 290) * 100%);
    left: calc((45.4 / 354) * 100%);
  }
  .guide__image__details {
    padding: 12px 18px;
  }
  .guide__image__details dt {
    padding-left: 30px;
    margin: 0 auto 6px;
    font-size: 18px;
  }
  .guide__image__details dt::before {
    width: 24px;
    height: 24px;
    padding-right: 0px;
    padding-bottom: 1px;
    font-size: 14px;
    top: 1px;
  }
  .guide__manual_btn__wrap {
    width: 84vw;
    height: 90px;
  }
  .guide__manual_btn {
    border-radius: 5px;
    background-image: url("../image/hontei/guide-manual_btn_image@sp.webp");
    font-size: 16px;
  }
  .guide__manual_btn__icon {
    width: 7.936508%;
    margin-right: 4%;
  }
  .guide__manual_btn__arrow {
    width: 5.971429%;
    margin-left: 4%;
  }

  #enjoy {
    padding: 57px 0 79px;
  }
  .enjoy__inner {
    width: 84%;
    max-width: initial;
  }
  #enjoy .section__heading {
    margin-bottom: 47px;
  }
  .enjoy__list {
    display: block;
  }
  .enjoy__list__item {
    width: 100%;
    padding: 19px 0 22px;
    aspect-ratio: 315 / 300;
  }
  .enjoy__list__item:nth-of-type(1) {
    background-image: url("../image/hontei/enjoy-image_01@sp.webp");
  }
  .enjoy__list__item:nth-of-type(2) {
    background-image: url("../image/hontei/enjoy-image_02@sp.webp");
  }
  .enjoy__list__item:nth-of-type(3) {
    background-image: url("../image/hontei/enjoy-image_03@sp.webp");
  }
  .enjoy__list__item:not(:last-of-type) {
    margin-bottom: 33px;
  }
  .enjoy__list__item__heading {
    padding-bottom: 22px;
    font-size: 26px;
  }
  .enjoy__list__item__heading::after {
    width: 26px;
  }
  .enjoy__list__item__txt {
    font-size: 14px;
  }

  #faq {
    padding: 58px 0 44px;
  }
  #faq::before {
    width: 134.704%;
    height: 18.965333vw;
  }
  .faq__inner {
    width: 84%;
    max-width: initial;
  }
  #faq .section__heading {
    margin-bottom: 50px;
  }
  .faq__contents {
    padding: 55px 0 20px;
    border-radius: 10px;
  }
  .faq__list {
    width: 93.46%;
  }
  .faq__list__item {
    padding-bottom: 18px;
  }
  .faq__list__item:not(:last-of-type) {
    margin-bottom: 23px;
  }
  .faq__list__item__q {
    padding-left: 36px;
    margin: 0 auto 17px;
    font-size: 16px;
    line-height: 1.13;
    color: var(--color--black);
  }
  .faq__list__item__q::before {
    width: 27px;
    height: 27px;
    padding-right: 1px;
    font-size: 14px;
    top: -3px;
  }
  .faq__list__item__a {
    padding-left: 36px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.07em;
    color: var(--color--black);
  }
  .faq__list__item__a::before {
    width: 27px;
    height: 27px;
    font-size: 14px;
    top: -2px;
  }

  #near {
    padding: 52px 0 106px;
  }
  .near__inner {
    width: 100%;
    max-width: initial;
  }
  #near .section__heading {
    margin-bottom: 36px;
  }
  .near__map {
    margin: 0 auto 18px;
    aspect-ratio: 375 / 375;
  }
  .near__info::before {
    height: 32px;
    margin: 0 10px;
  }
  .near__info dt {
    font-size: 17px;
  }
  .near__info dt span {
    margin-right: 5px;
    font-size: 21px;
  }
  .near__info dd {
    font-size: 12px;
  }

  .bettei__contents {
    display: block;
  }
  .bettei__details {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 211;
  }
  .bettei__heading {
    margin-bottom: 17px;
    font-size: 24px;
  }
  .bettei__info {
    width: 190px;
    padding: 6px 0 5px;
    font-size: 14px;
  }
  .bettei__info dt {
    width: 50%;
    padding-left: 1px;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
  }
  .bettei__info dd {
    width: 50%;
    text-align: center;
  }
  .bettei__image {
    width: 100%;
    aspect-ratio: 375 / 211;
  }
}

/* SP ================================================== */

@media all and (max-width: 575px) {
  .reservation_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media all and (min-width: 576px) {
  .reservation_wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
  }
}
.another_link {
  display: block;
  color: #000000;
  margin: 30px auto;
  text-align: center;
  text-decoration: underline;
}
