@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: 0;
  left: 0;
  transform: translate(0%, -100%);
  z-index: 10;
}
.about__wave_wrap.reverse {
  transform: translate(0%, 0%) scale(1, -1);
}
.wave {
  width: 200vw;
  height: auto;
  aspect-ratio: 1600 / calc(50 / 2);
  background-image: url("../image/bettei/wave@pc.webp");
  background-repeat: repeat-x;
  background-size: 100vw auto;
  position: absolute;
  bottom: 0;
}
.wave.green {
  background-image: url("../image/bettei/wave_green@pc.webp");
}
.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: 80%;
  max-width: 800px;
  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.blue {
  color: var(--color--blue);
}
.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);
}

#spend {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--color--white);
  padding: 105px 0 128px;
  overflow: hidden;
  .section__heading {
    margin-bottom: 60px;
  }
  .spend__circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 180vw;
    height: 180vw;
    border-radius: 50%;
    background-color: #dbf0ee;
  }
  .spend__inner {
    width: 750px;
    margin-inline: auto;
  }
  .spend__video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    iframe {
      width: 100%;
      height: 100%;
    }
  }
}

#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--white);
  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--beige);
  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: 84.8%;
  height: auto;
  margin-left: 6.462481%;
}
.guide__map__dog_run {
  width: 31.335375%;
  height: auto;
  position: absolute;
  bottom: 5.731959%;
  right: 3.7366%;
}
.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--blue);
  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--green);
}
.okugai_swiper__pagination .swiper-pagination-bullet::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number) "";
  width: 1.976574vw;
  height: 1.976574vw;
  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 {
  background-color: var(--color--blown);
}
.okugai_swiper__pagination .swiper-pagination-bullet::after {
  width: 100%;
  font-size: 1.02489vw;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color--white);
}
.okugai_swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.okugai_swiper__pagination .swiper-pagination-bullet:hover::after {
  color: var(--color--black);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1) {
  width: 13.01318%;
  padding-top: 0.3%;
  aspect-ratio: 72 / 143;
  background-color: initial;
  background-image: url("../image/bettei/guide-okugai_pagination_01.webp");
  top: 7.912902%;
}
.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/bettei/guide-okugai_pagination_01_active.webp");
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1)::before {
  top: 21.678322%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1)::after {
  content: "駐車場";
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2) {
  width: 12.324166%;
  padding-top: 1%;
  aspect-ratio: 68.25 / 35.02;
  top: 14.790237%;
  left: 29.379368%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2)::before {
  top: -50.828098%;
  left: -12.307692%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2)::after {
  content: "プール";
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3) {
  width: 15.095975%;
  padding-top: 1%;
  aspect-ratio: 83.6 / 53.11;
  top: 13.018783%;
  left: 48.068763%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::before {
  top: -23.536057%;
  left: -15.909091%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::after {
  content: "アウトドアリビング";
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4) {
  width: 15.679229%;
  padding-top: 0.5%;
  aspect-ratio: 86.83 / 44.17;
  top: 32.954673%;
  left: 48.827173%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::before {
  top: -30.110935%;
  left: -15.317287%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::after {
  content: "焚き火";
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5) {
  width: 6.155763%;
  padding-top: 1%;
  padding-right: 1.5%;
  aspect-ratio: 34.09 / 95.44;
  background-color: initial;
  background-image: url("../image/bettei/guide-okugai_pagination_05.webp");
  top: 43.245979%;
  left: 40.412431%;
}
.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/bettei/guide-okugai_pagination_05_active.webp");
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5)::before {
  top: -13.935457%;
  left: -39.894397%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5)::after {
  content: "バルコニー";
  width: auto;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0em;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6) {
  width: 18.050163%;
  aspect-ratio: 99.96 / 31.87;
  top: 59.526487%;
  left: 50.488452%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6)::before {
  top: -47.693756%;
  left: -8.503401%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6)::after {
  content: "バレルサウナ";
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7) {
  width: 14.832337%;
  padding-top: 1%;
  aspect-ratio: 82.14 / 47.45;
  top: 41.080868%;
  left: 66.32478%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7)::before {
  top: -33.08746%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7)::after {
  content: "バスケット\Aゴール";
  white-space: pre;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(8) {
  width: 18.369845%;
  aspect-ratio: 85.57 / 38.45;
  top: 18.12254%;
  left: 74.13513%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(8)::before {
  top: -35.351544%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(8)::after {
  content: "トランポリン";
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(9) {
  width: 13.066325%;
  aspect-ratio: 72.36 / 72.36;
  top: 66.724778%;
  left: 0.126402%;
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(9)::before {
  top: -12.437811%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(9)::after {
  content: "BBQ";
}
/* 屋外↑ */
/* 屋内↓ */
.okunai .guide__map__image {
  width: 91.117917%;
  height: auto;
  margin-left: 5.359877%;
}
.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.976574vw;
  height: 1.976574vw;
  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 {
  background-color: var(--color--blown);
}
.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: 13.781513%;
  padding-bottom: 6%;
  aspect-ratio: 82 / 211;
  top: 13.461538%;
  left: 32.436975%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2) {
  width: 10.92437%;
  padding-top: 2%;
  aspect-ratio: 65 / 64;
  top: 13.461538%;
  left: 10.588235%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3) {
  width: 10.92437%;
  aspect-ratio: 65 / 33;
  top: 31.043956%;
  left: 10.588235%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::after {
  width: 50%;
  height: auto;
  aspect-ratio: 33 / 16;
  bottom: 0;
  left: 0;
  transform: translate(0%, 100%);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4) {
  width: 10.92437%;
  aspect-ratio: 65 / 131;
  top: 44.505495%;
  left: 10.588235%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::before {
  top: 0;
  right: 14%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::after {
  width: 50%;
  height: auto;
  aspect-ratio: 33 / 16;
  top: 0;
  right: 0;
  transform: translate(0%, -100%);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5) {
  width: 12.605042%;
  aspect-ratio: 75 / 149;
  top: 38.461538%;
  left: 53.613445%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6) {
  width: 15.798319%;
  padding-right: 6%;
  padding-bottom: 1%;
  aspect-ratio: 94 / 92;
  top: 53.846154%;
  left: 78.487395%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6)::after {
  width: 80%;
  height: auto;
  aspect-ratio: 75 / 18;
  top: 0;
  right: 0;
  transform: translate(0%, -100%);
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7) {
  width: 15.798319%;
  padding-right: 6%;
  padding-top: 2%;
  aspect-ratio: 94 / 110;
  top: 13.461538%;
  left: 78.487395%;
}
.okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7)::after {
  width: 80%;
  height: auto;
  aspect-ratio: 75 / 18;
  bottom: 0;
  right: 0;
  transform: translate(0%, 100%);
}
/* 屋内↑ */
.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/bettei/guide-swiper_prev.webp");
  left: 0;
}
.okugai_swiper_next,
.okunai_swiper_next {
  background-image: url("../image/bettei/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: 47.987241%;
  top: 31.237113%;
  left: 6.140351%;
}
._02 .okugai__slide__obj {
  width: 57.397129%;
  top: 12.618557%;
  left: 2.631579%;
}
._03 .okugai__slide__obj {
  width: 47.07496%;
  top: 23.752577%;
  left: 8.452951%;
}
._04 .okugai__slide__obj {
  width: 58.803828%;
  top: 7.938144%;
  left: 3.572568%;
}
._05 .okugai__slide__obj {
  width: 47.441786%;
  top: 30.103093%;
  left: 3.572568%;
}
._06 .okugai__slide__obj {
  width: 41.014354%;
  top: 9.340296%;
  left: 7.607656%;
}
._07 .okugai__slide__obj {
  width: 50.424242%;
  top: 9.381443%;
  left: 11.961722%;
}
._08 .okugai__slide__obj {
  width: 57.544651%;
  top: 6.265451%;
  left: 8.246515%;
}
._09 .okugai__slide__obj {
  width: 55.419458%;
  top: 7.505155%;
  left: 39.601276%;
}
._01 .okunai__slide__obj {
  width: 40.910686%;
  top: 7.092784%;
  right: 6.379585%;
}
._02 .okunai__slide__obj {
  width: 39.044657%;
  top: 25.072165%;
  right: 5.859873%;
}
._03 .okunai__slide__obj {
  width: 39.022329%;
  top: 11.134021%;
  right: 7.830941%;
}
._04 .okunai__slide__obj {
  width: 40.677831%;
  top: 9.257732%;
  right: 3.429027%;
}
._05 .okunai__slide__obj {
  width: 30.189793%;
  top: 12.659794%;
  right: 4.529506%;
}
._06 .okunai__slide__obj {
  width: 28.073132%;
  top: 13.641975%;
  right: -0.127186%;
}
._07 .okunai__slide__obj {
  width: 38.261563%;
  top: 1.378601%;
  right: 0.349762%;
}
.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--blown);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color--white);
  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";
}
._09 .guide__image__details dt::before {
  content: "9";
}
.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/bettei/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/bettei/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 110px;
  background-color: var(--color--gray);
}
.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/bettei/enjoy-image_01@pc.webp");
}
.enjoy__list__item:nth-of-type(2) {
  background-image: url("../image/bettei/enjoy-image_02@pc.webp");
}
.enjoy__list__item:nth-of-type(3) {
  background-image: url("../image/bettei/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;
}

#reviews {
  width: 100%;
  height: auto;
  padding: 0 0 80px;
  background-color: var(--color--gray);
  .reviews__swiper {
    padding-bottom: 60px;
  }
  .swiper-slide {
    width: 700px;
    height: auto;
  }
  .reviews__slide {
    display: grid;
    grid-template-areas:
      "data image"
      "title image"
      "text text";
    grid-template-columns: 1fr 150px;
    grid-template-rows: auto auto 1fr;
    column-gap: 40px;
    height: 100%;
    background: #fff;
    padding: 40px 60px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
  .reviews__slide__data {
    grid-area: data;
    display: flex;
    align-items: center;
    gap: 20px;
    span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 1px 12px;
      background-color: #c75d2e;
      color: #fff;
    }
    img {
      width: auto;
      height: 20px;
    }
  }
  .reviews__slide__title {
    grid-area: title;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
  }
  .reviews__slide__image {
    grid-area: image;
  }
  .reviews__slide__text {
    grid-area: text;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  .reviews__swiper__buttons {
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    .swiper-button-prev::after,
    .swiper-button-next::after {
      display: none;
    }
    .swiper-button-prev,
    .swiper-button-next {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #333;
      display: grid;
      place-content: center;
      cursor: pointer;
      transition: all 0.3s;
      &:hover {
        opacity: 0.8;
      }
    }
    .swiper-button-prev::before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 10px solid #fff;
      margin-right: 2px;
    }
    .swiper-button-next::before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid #fff;
      margin-left: 2px;
    }
    .swiper-button-prev {
      left: -65px;
    }
    .swiper-button-next {
      right: -65px;
    }
  }
  .swiper-pagination {
    bottom: 0;
  }
  .swiper-pagination-bullet {
    margin-inline: 6px;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: #c75d2e;
  }
}

#customer {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 6.5vw;
  z-index: 2;

  .swiper-wrapper {
    transition-timing-function: linear;
  }
}

#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--blown);
  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--blown);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--color--blown);
  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;
}

#hontei {
  width: 100%;
  height: auto;
}
.hontei__inner {
  width: 100%;
  height: auto;
}
.hontei__inner:hover {
  opacity: 0.8;
}
.hontei__contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  background-color: #070707;
}
.hontei__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52.04978%;
  height: auto;
}
.hontei__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);
}
.hontei__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);
}
.hontei__info dt {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: solid 1px var(--color--white);
}
.hontei__info dd {
  letter-spacing: 0.02em;
}
.hontei__image {
  width: 47.95022%;
  height: auto;
  aspect-ratio: 655 / 368;
  position: relative;
}
.hontei__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color--black);
  opacity: 0.46;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hontei__image__txt {
  width: 59.480916%;
  height: auto;
  position: absolute;
  bottom: 5.48913%;
  left: 4.900763%;
  z-index: 2;
}

/* 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 (min-width: 768px) and (max-width: 1023px) {
  #reviews {
    .swiper-slide {
      width: 600px;
      height: auto;
    }
    .reviews__slide {
      grid-template-columns: 1fr 120px;
      column-gap: 30px;
      padding: 30px 50px;
    }
    .reviews__slide__image {
      grid-area: image;
    }
    .reviews__slide__text {
      grid-area: text;
      margin-top: 15px;
      font-size: 14px;
      line-height: 1.6;
    }
    .reviews__swiper__buttons {
      width: 600px;
    }
  }
}

/* SP ================================================== */
@media all and (max-width: 768px) {
  .reservation_btn {
    display: block;
    padding: 0px 0;
    margin: 30px 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/bettei/wave@sp.webp");
  }
  .wave.green {
    background-image: url("../image/bettei/wave_green@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: 37px;
    line-height: 1.62;
    letter-spacing: 0.26em;
    white-space: nowrap;
  }
  .about__details {
    width: 100%;
    padding-top: initial;
  }

  #spend {
    padding: 75px 0 55px;

    .section__heading {
      margin-bottom: 47px;
    }

    .spend__circle {
      width: 300vw;
      height: 300vw;
    }

    .spend__inner {
      width: 93.86667%;
      margin-inline: auto;
    }
    .spend__video {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
      overflow: hidden;

      iframe {
        width: 100%;
        height: 100%;
      }
    }
  }

  #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%;
    aspect-ratio: 352 / 254;
  }
  .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._sp {
    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: 89.488636%;
    margin-left: initial;
    position: absolute;
    top: 4.96063%;
    left: 5.113636%;
    z-index: 1;
  }
  .guide__map__dog_run {
    width: 51.184659%;
    bottom: 5.708661%;
    right: 5.397727%;
  }
  .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: 3.2vw;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1) {
    padding-top: 2%;
    top: 8.274984%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(1)::before {
    top: 15.7%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2) {
    width: 16.619048%;
    padding-top: 0%;
    aspect-ratio: 52.35 / 23;
    top: 15.5%;
    left: 26.3%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3) {
    width: 25.396825%;
    padding-top: 0%;
    padding-bottom: 0.5%;
    padding-right: 1%;
    aspect-ratio: 80 / 31;
    top: 12.6%;
    left: 47.8%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::before {
    top: -22.5%;
    left: -15.5%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::after {
    content: "アウトドア\Aリビング";
    white-space: pre;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4) {
    width: 25.396825%;
    padding-top: 0%;
    aspect-ratio: 80 / 31;
    top: 35%;
    left: 43.5%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::before {
    top: -18%;
    left: -10.5%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4)::after {
    line-height: 0.9;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5) {
    width: 7.51746%;
    padding-top: 1%;
    aspect-ratio: 23.68 / 64.1;
    top: 42.7%;
    left: 35.5%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5)::after {
    letter-spacing: -0.15em;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6) {
    width: 26.984127%;
    aspect-ratio: 85 / 23;
    top: 67.523983%;
    left: 45.81746%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7) {
    width: 25.396825%;
    aspect-ratio: 80 / 31;
    top: 40.787348%;
    left: 71.173016%;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7)::before {
    top: -34.08746%;
    left: -6.875%;
    transform: translate(0%, 0%);
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7)::after {
    line-height: 1;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(8) {
    left: 77.13513%;
    width: 28%;
    aspect-ratio: 3.5 / 1;
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(8)::before {
    top: -40%;
    left: -10%;
    transform: translate(0%, 0%);
  }
  .okugai_swiper__pagination .swiper-pagination-bullet:nth-of-type(9)::before {
    top: -15.437811%;
  }
  /* 屋外↑ */
  /* 屋内↓ */
  .okunai .guide__map__image {
    width: 100%;
    margin-left: initial;
    position: absolute;
    top: 4.545455%;
    left: 0%;
    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: 13.352273%;
    padding-bottom: 6%;
    aspect-ratio: 47 / 122;
    top: 20.5%;
    left: 34.943182%;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(2) {
    padding-top: 2.5%;
    aspect-ratio: 38 / 36;
    top: 20.461538%;
    left: 13.436975%;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3) {
    aspect-ratio: 38 / 19;
    top: 39%;
    left: 13.588235%;
    z-index: 2;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::before {
    top: 25%;
    z-index: 2;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(3)::after {
    aspect-ratio: 19 / 10;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(4) {
    aspect-ratio: 38 / 74;
    top: 53.5%;
    left: 13.588235%;
  }
  .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 {
    aspect-ratio: 19 / 10;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(5) {
    width: 13.068182%;
    aspect-ratio: 46 / 92;
    top: 49.5%;
    left: 51.988636%;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6) {
    width: 16.193182%;
    padding-right: 6%;
    padding-bottom: 1%;
    aspect-ratio: 57 / 57;
    top: 67%;
    left: 78.125%;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(6)::after {
    width: 80%;
    height: auto;
    aspect-ratio: 45 / 12;
    top: 0;
    right: 0;
    transform: translate(0%, -100%);
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7) {
    width: 16.193182%;
    padding-right: 6%;
    padding-top: 2%;
    aspect-ratio: 57 / 69;
    top: 20.5%;
    left: 78.125%;
  }
  .okunai_swiper__pagination .swiper-pagination-bullet:nth-of-type(7)::after {
    width: 80%;
    height: auto;
    aspect-ratio: 45 / 12;
    bottom: 0;
    right: 0;
    transform: translate(0%, 100%);
  }
  /* 屋内↑ */
  .guide__image {
    width: 100%;
  }
  .okugai_swiper,
  .okugai_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: 54.141243%;
    top: 23.361582%;
    left: 6.299435%;
  }
  ._02 .okugai__slide__obj {
    width: 61.799435%;
    top: 17.86234%;
    left: 5%;
  }
  ._03 .okugai__slide__obj {
    width: 52.163842%;
    top: 24.793103%;
    left: 7.00565%;
  }
  ._04 .okugai__slide__obj {
    width: 66.570621%;
    top: 11.896552%;
    left: 5.275862%;
  }
  ._05 .okugai__slide__obj {
    width: 44.819209%;
    top: 21.758621%;
    left: 4.322034%;
  }
  ._06 .okugai__slide__obj {
    width: 43.40678%;
    top: 8.655172%;
    left: 2.062147%;
  }
  ._07 .okugai__slide__obj {
    width: 51.742938%;
    top: 7.827586%;
    left: initial;
    right: 9.887006;
  }
  ._08 .okugai__slide__obj {
    width: 60%;
    top: 5%;
    left: 4%;
  }
  ._01 .okunai__slide__obj {
    width: 40.737288%;
    top: 6.965517%;
    right: 4.293785%;
  }
  ._02 .okunai__slide__obj {
    width: 48.646893%;
    top: 30%;
    right: 8.502825%;
  }
  ._03 .okunai__slide__obj {
    width: 45.225989%;
    top: 10.724138%;
    right: 3.559322%;
  }
  ._04 .okunai__slide__obj {
    width: 33.217514%;
    top: 19%;
    right: 7.909605%;
  }
  ._05 .okunai__slide__obj {
    width: 30.141243%;
    top: 18.862069%;
    right: 2.542373%;
  }
  ._06 .okunai__slide__obj {
    width: 36.121469%;
    top: 12.448276%;
    right: 1.242938%;
  }
  ._07 .okunai__slide__obj {
    width: 42.384181%;
    top: 7.413793%;
    right: 1.271186%;
  }
  .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/bettei/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/bettei/enjoy-image_01@sp.webp");
  }
  .enjoy__list__item:nth-of-type(2) {
    background-image: url("../image/bettei/enjoy-image_02@sp.webp");
  }
  .enjoy__list__item:nth-of-type(3) {
    background-image: url("../image/bettei/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;
  }

  #reviews {
    padding: 0 0 40px;
    .reviews__swiper {
      padding-bottom: 40px;
    }
    .swiper-slide {
      padding: 0 8%;
    }
    .reviews__slide {
      grid-template-areas:
        "data image"
        "title title"
        "text text";
      grid-template-columns: 1fr 80px;
      column-gap: 20px;
      padding: 23px 25px;
    }
    .reviews__slide__data {
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 8px;
      span {
        padding: 1px 10px;
        font-size: 14px;
      }
      img {
        height: 15px;
      }
    }
    .reviews__slide__title {
      font-size: 18px;
      padding-top: 8px;
    }
    .reviews__swiper__buttons {
      top: calc(50% - 20px);
      width: 86%;
      .swiper-button-prev,
      .swiper-button-next {
        width: 35px;
        height: 35px;
      }
      .swiper-button-prev::before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 8px solid #fff;
        margin-right: 1px;
      }
      .swiper-button-next::before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #fff;
        margin-left: 1px;
      }
      .swiper-button-prev {
        left: -15px;
      }
      .swiper-button-next {
        right: -15px;
      }
    }
  }

  #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 26px;
  }
  .near__info dt {
    font-size: 17px;
  }
  .near__info dt span {
    margin-right: 5px;
    font-size: 21px;
  }
  .near__info dd {
    font-size: 12px;
  }

  /* hontei */
  .hontei__contents {
    display: block;
  }
  .hontei__details {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 211;
  }
  .hontei__heading {
    margin-bottom: 17px;
    font-size: 24px;
  }
  .hontei__info {
    width: 190px;
    padding: 6px 0 5px;
    font-size: 14px;
  }
  .hontei__info dt {
    width: 50%;
    padding-left: 1px;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
  }
  .hontei__info dd {
    width: 50%;
    text-align: center;
  }
  .hontei__image {
    width: 100%;
    aspect-ratio: 375 / 211;
  }
  .hontei__image__txt {
    width: 61.392%;
    height: auto;
    position: absolute;
    bottom: 7.0144218%;
    left: 8.48%;
    z-index: 2;
  }
}

/* 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;
}
