.home-facility .splide__arrows {
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 10;
  pointer-events: none;
  width: 100%;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-facility .splide__arrows {
    top: 46.6666666667vw;
    width: 88vw;
  }
}
.home-facility .splide__track {
  overflow: visible;
}
.home-facility .splide__arrow {
  pointer-events: fill;
  border: 0;
  background: url("../../../img/content/arrow_circle.svg") 0 0/contain no-repeat;
  width: 4.75rem;
  height: 4.75rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .home-facility .splide__arrow {
    background-color: rgba(255, 255, 255, 0.6);
    width: 13.3333333333vw;
    height: 14.1333333333vw;
    border-radius: 100rem;
  }
}
.home-facility .splide__arrow svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-facility .splide__arrow--prev {
    transform: translateX(-2.5rem);
  }
}
.home-facility .splide__arrow--next {
  background-image: url("../../../img/content/arrow_circle2.svg");
}
@media screen and (min-width: 768px) {
  .home-facility .splide__arrow--next {
    transform: translateX(2.5rem);
  }
}
.home-facility .splide__pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.home-facility .splide__pagination button {
  width: 1rem;
  height: 1rem;
  background: #FFFFFF;
  border-radius: 6.25rem;
  border: 0;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .home-facility .splide__pagination button {
    width: 4vw;
    height: 4vw;
  }
}
.home-facility .splide__pagination button.is-active {
  background: var(--accent);
}

@layer page {
  .home-fv {
    position: relative;
    height: 100vh;
    height: 100svh;
  }
  @media screen and (min-width: 768px) {
    .home-fv {
      height: 56.25rem;
    }
  }
  @media screen and (min-width: 768px) {
    .home-fv::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      aspect-ratio: 1440/300;
      width: 100%;
      height: 18.75rem;
      background: url("../../../img/page/home/bg_wave.svg") 0 0/auto 100% no-repeat;
    }
  }
  .home-fv .p-info {
    position: absolute;
    left: 2.5rem;
    z-index: 9;
  }
  @media screen and (min-width: 768px) {
    .home-fv .p-info {
      top: 36.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv .p-info {
      width: 92vw;
      bottom: 12vw;
      left: 4vw;
    }
  }
  .home-fv img {
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home-fv__btn {
    width: 11.25rem;
    position: fixed;
    z-index: 10;
  }
  @media screen and (min-width: 768px) {
    .home-fv__btn {
      bottom: 10.625rem;
      right: 2.1875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__btn {
      width: 26.6666666667vw;
      bottom: -10.6666666667vw;
      right: 4vw;
    }
  }
  .home-fv__text {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 22.5rem;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.3333333333;
    color: #fff;
  }
  @media screen and (min-width: 768px) {
    .home-fv__text {
      transform: translate(-50%, -50%);
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__text {
      width: 100%;
      top: 59.7333333333vw;
      left: 0;
      text-align: center;
      font-size: 8.8vw;
    }
  }
  .home-hdr {
    text-align: center;
  }
  .home-hdr__ttl {
    font-size: 3rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .home-hdr__ttl {
      font-size: 9.0666666667vw;
    }
  }
  .home-hdr__en {
    font-size: 1rem;
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .home-hdr__en {
      font-size: 2.9333333333vw;
    }
  }
  .home-concept {
    position: relative;
    z-index: 2;
    background: url("../../../img/page/home/facility_wave.png") 0 100%/100% auto no-repeat;
  }
  @media screen and (min-width: 768px) {
    .home-concept {
      margin-top: -4.125rem;
      padding-top: 4.125rem;
      padding-bottom: 3.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept {
      padding: 6.6666666667vw 13.3333333333vw 16vw 13.3333333333vw;
    }
  }
  .home-concept__decoration {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    font-size: 5rem;
    overflow: hidden;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .home-concept__decoration {
      transform: translateY(-4vw);
      font-size: 10.6666666667vw;
    }
  }
  .home-concept__decoration span {
    white-space: nowrap;
  }
  .home-concept__inner {
    position: relative;
    margin-top: -1.875rem;
  }
  @media screen and (min-width: 768px) {
    .home-concept__wtext {
      width: 25rem;
    }
  }
  .home-concept__body {
    margin-top: 2.6666666667vw;
    position: relative;
    padding-top: 4vw;
  }
  @media screen and (min-width: 768px) {
    .home-concept__body {
      margin-top: 0.9375rem;
      padding-top: 1.875rem;
    }
  }
  .home-concept__ttl {
    font-size: 3rem;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .home-concept__ttl {
      font-size: 9.0666666667vw;
    }
  }
  .home-concept__ttl b {
    font-weight: 600;
  }
  .home-concept__ttl span {
    transform: translate(0, 0.625rem);
    margin-left: 0.375rem;
    line-height: 1.6;
    float: right;
    font-size: 1rem;
    font-family: var(--en-sans);
    width: 12.5rem;
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .home-concept__ttl span {
      width: 32vw;
      font-size: 2.9333333333vw;
      transform: translateY(0.5rem);
    }
  }
  @media screen and (min-width: 768px) {
    .home-concept__row {
      min-height: 42.5rem;
    }
  }
  @media screen and (min-width: 768px) {
    .home-concept__img {
      position: absolute;
      width: calc(50vw + 6.875rem);
      height: 39.375rem;
      left: calc(50% - 0.625rem);
      top: 0;
      transform: translate(-6.875rem, 0);
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__img {
      position: relative;
      margin-right: -13.3333333333vw;
      margin-left: -13.3333333333vw;
      margin-top: 10.6666666667vw;
    }
  }
  .home-concept__img img.is-1 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 3.75rem 0 0 3.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-concept__img img.is-1 {
      margin-left: 4vw;
      margin-bottom: -8vw;
      width: 96vw;
      border-radius: 8vw 0 0 8vw;
    }
  }
  .home-concept__img img.is-2 {
    border-radius: 2.5rem;
  }
  @media screen and (min-width: 768px) {
    .home-concept__img img.is-2 {
      position: absolute;
      bottom: -13.75rem;
      left: -22.5rem;
      width: 28.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__img img.is-2 {
      margin-left: 4vw;
      margin-bottom: -8vw;
      width: 61.3333333333vw;
      border-radius: 0 5.3333333333vw 5.3333333333vw 0;
    }
  }
  .home-concept__text {
    margin-top: 1.875rem;
  }
  .home-concept__row2 {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .home-concept__row2 {
      padding-top: 18.75rem;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__row2 {
      overflow: hidden;
      margin-right: -13.3333333333vw;
      margin-left: -13.3333333333vw;
      display: flex;
      flex-direction: column;
    }
  }
  @media screen and (min-width: 768px) {
    .home-concept__row-img.is-1 {
      position: absolute;
      right: 0;
      top: 0;
      width: 38.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__row-img.is-1 {
      order: 1;
      width: 72vw;
      margin-left: 48vw;
      margin-bottom: -1.3333333333vw;
    }
  }
  .home-concept__row-img.is-2 {
    width: 51.875rem;
    border-radius: 0 3.75rem 3.75rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-concept__row-img.is-2 {
      order: 3;
      width: 80vw;
      margin-left: 20vw;
      border-radius: 8vw 0 0 8vw;
    }
  }
  .home-concept__row-img.is-3 {
    width: 29.375rem;
    border-radius: 3.75rem 0 0 3.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-concept__row-img.is-3 {
      order: 2;
      width: 54.6666666667vw;
      border-radius: 0 5.3333333333vw 5.3333333333vw 0;
      margin-bottom: -4vw;
    }
  }
  .home-concept__wlink {
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .home-concept__wlink {
      padding-top: 5.25rem;
      background: url("../../../img/page/home/concept_text.svg") 0 0/auto 3.5rem repeat-x;
      transform: translateY(-1.25rem);
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__wlink {
      padding-top: 8.6666666667vw;
      margin-right: -13.3333333333vw;
      margin-left: -13.3333333333vw;
    }
  }
  .home-facility {
    background: #42A685 url("../../../img/page/home/pool_img.webp") 0 100%/100% auto no-repeat;
    position: relative;
    z-index: 3;
    padding-top: 5rem;
    padding-bottom: 47.2222222222vw;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .home-facility {
      background-image: url("../../../img/page/home/pool_img_sp.jpg");
      padding-top: 13.3333333333vw;
      padding-bottom: 78.6666666667vw;
    }
  }
  .home-facility__inner {
    overflow: hidden;
  }
  .home-facility__inner::before, .home-facility__inner::after {
    pointer-events: none;
    content: "";
    display: block;
    background: url("../../../img/page/home/facility_wood.svg") -6.75rem 0/20.3125rem auto no-repeat;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - 31.25rem);
  }
  @media screen and (max-width: 767px) {
    .home-facility__inner::before, .home-facility__inner::after {
      background-size: 28.8vw auto;
    }
  }
  .home-facility__inner::before {
    top: -7.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility__inner::before {
      top: -5.3333333333vw;
      background-position: 0 0;
    }
  }
  .home-facility__inner::after {
    top: 0;
    background-position: calc(100% + 6.25rem) 33.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility__inner::after {
      top: -5.3333333333vw;
      background-position: 100% 54.6666666667vw;
    }
  }
  .home-facility__row {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .home-facility__row {
      z-index: 2;
      display: grid;
      grid-template-columns: 21.25rem 1fr;
      padding-left: 4.375rem;
      padding-right: 5rem;
    }
  }
  @media screen and (min-width: 768px) {
    .home-facility__hdr {
      background: url("../../../img/content/dot.svg") calc(100% - 3.75rem) 50%/0.5rem auto no-repeat;
    }
  }
  @media screen and (max-width: 767px) {
    .home-facility__hdr {
      text-align: center;
      background: url("../../../img/content/dot_h_white.svg") 50% 100%/8.9333333333vw auto no-repeat;
      padding-bottom: 6.6666666667vw;
      margin-bottom: 6.6666666667vw;
    }
  }
  .home-facility__ttl {
    font-size: 3rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .home-facility__ttl {
      font-size: 9.0666666667vw;
    }
  }
  .home-facility__body {
    position: relative;
    z-index: 2;
    margin-top: 2.8125rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility__body {
      margin-top: 4vw;
    }
  }
  .home-facility__text {
    font-weight: 500;
  }
  @media screen and (min-width: 768px) {
    .home-facility__text {
      line-height: 2.125;
    }
  }
  @media screen and (max-width: 767px) {
    .home-facility__text {
      position: relative;
      line-height: 2;
      padding-left: 9.3333333333vw;
      padding-right: 9.3333333333vw;
    }
  }
  .home-facility__map {
    margin: 3.75rem auto 0 auto;
  }
  @media screen and (min-width: 768px) {
    .home-facility__map {
      padding: 0 1.875rem;
      max-width: 87.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-facility__map {
      margin-top: 6.6666666667vw;
    }
  }
  .home-pickup-enjoy {
    position: relative;
    margin-top: 7.5rem;
    display: flex;
    flex-direction: column;
    gap: 6.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-pickup-enjoy {
      margin-top: 16vw;
      gap: 9.3333333333vw;
      padding-bottom: 16vw;
    }
  }
  .home-pickup-enjoy__item {
    position: relative;
  }
  .home-pickup-enjoy__text a {
    text-decoration: underline;
  }
  @media (hover: hover) {
    .home-pickup-enjoy__text a:hover {
      text-decoration: none;
    }
  }
  .home-pickup-enjoy__note {
    margin-top: 1.6em;
  }
  @media screen and (min-width: 768px) {
    .home-pickup-enjoy__row {
      display: grid;
      grid-template-columns: 35.75rem 1fr;
      gap: 5rem;
    }
  }
  .home-pickup-enjoy__number {
    position: absolute;
    left: 0;
    transform: translate(-25%, -50%);
    top: 0;
    z-index: 2;
    background-color: var(--accent);
    width: 5.625rem;
    height: 5.625rem;
    display: flex;
    border-radius: 6.25rem;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: var(--main);
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .home-pickup-enjoy__number {
      transform: translate(5%, -20%);
      font-size: 4vw;
      width: 14.6666666667vw;
      height: 14.6666666667vw;
    }
  }
  .home-pickup-enjoy__wlink {
    margin-top: 1rem;
    color: var(--main);
  }
  @media screen and (max-width: 767px) {
    .home-pickup-enjoy__wlink {
      margin-top: 5.3333333333vw;
    }
  }
  .home-pickup-enjoy__ttl {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
  }
  @media screen and (max-width: 767px) {
    .home-pickup-enjoy__ttl {
      font-size: 6vw;
    }
  }
  .home-pickup-enjoy__ttl b {
    font-size: 1.25rem;
    color: #FFD919;
    font-family: var(--en-sans);
    line-height: 1;
    border-bottom: 1px solid #FFD919;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .home-pickup-enjoy__ttl b {
      font-size: 3.4666666667vw;
    }
  }
  .home-pickup-enjoy__ttl span {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .home-pickup-enjoy__ttl span {
      margin-top: 0.8vw;
    }
  }
  .home-pickup-enjoy__en {
    font-family: var(--en-sans);
    margin: 0.625rem 0 1.375rem 0;
  }
  .home-pickup-enjoy__photo .splide {
    overflow: hidden;
  }
  .home-pickup-enjoy__photo .splide__track {
    overflow: hidden !important;
    border-radius: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-pickup-enjoy__photo .splide__track {
      border-radius: 4vw;
    }
  }
  .home-pickup-enjoy__photo .splide__pagination {
    gap: 0.375rem !important;
  }
  .home-pickup-enjoy__photo .splide__pagination button {
    width: 0.875rem !important;
    height: 0.875rem !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    margin-top: 0.625rem !important;
    padding: 0 !important;
  }
  .home-pickup-enjoy__photo .splide__pagination button.is-active {
    background: #FFF !important;
  }
  .home-slider {
    position: relative;
    margin-top: 7.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-slider {
      margin-top: 9.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-slider__item {
      padding: 0 1.25rem;
      width: 25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-slider__item {
      padding: 0 3.2vw;
      width: 70.6666666667vw;
    }
  }
  .home-slider__number {
    position: absolute;
    left: 0;
    transform: translate(-25%, -50%);
    top: 0;
    z-index: 2;
    background-color: var(--accent);
    width: 5.625rem;
    height: 5.625rem;
    display: flex;
    border-radius: 6.25rem;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: var(--main);
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .home-slider__number {
      transform: translate(-15%, -20%);
      font-size: 4vw;
      width: 14.6666666667vw;
      height: 14.6666666667vw;
    }
  }
  .home-slider__link {
    display: block;
    transition: 0.25s filter;
    padding: 1.5625rem;
    border-radius: 60px;
    background: #fff;
    color: var(--main);
  }
  @media screen and (min-width: 768px) {
    .home-slider__link {
      height: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .home-slider__link {
      height: 100%;
      padding: 4vw;
      border-radius: 6.6666666667vw;
    }
  }
  .home-slider__wtext {
    padding: 1.25rem 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-slider__wtext {
      padding: 2.6666666667vw 0;
    }
  }
  .home-slider__wlink {
    margin-top: 1.875rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .home-slider__wlink {
      margin-top: 5.3333333333vw;
    }
  }
  .home-slider__wlink a {
    width: 100%;
  }
  .home-slider__ttl {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    background: url("../../../img/content/dot_h.svg") 50% 100%/auto 0.25rem no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home-slider__ttl {
      font-size: 4vw;
      background-image: url("../../../img/content/dot3_h.svg");
      background-size: 5.6vw auto;
      margin-bottom: 3.4666666667vw;
      padding-bottom: 4vw;
    }
  }
  .home-slider__text {
    font-size: 0.9375rem;
    line-height: 1.875;
  }
  .home-slider__btn {
    margin-top: 0.9375rem;
  }
  .home-slider__photo {
    overflow: hidden;
    border-radius: 2.5rem;
    aspect-ratio: 640/480;
  }
  @media screen and (max-width: 767px) {
    .home-slider__photo {
      border-radius: 4vw;
    }
  }
  .home-slider__photo img {
    transition: 0.25s scale;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-camping {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .home-camping {
      margin-top: 4vw;
    }
  }
  .home-camping__cont {
    position: relative;
  }
  .home-camping__cont::before, .home-camping__cont::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
  }
  .home-camping__cont::before {
    background-image: url("../../../img/page/home/camping_wave.png");
    left: 0;
    top: 0;
    width: 100%;
    height: 4.25rem;
    transform: translateY(-100%);
    aspect-ratio: 2300/143;
  }
  @media screen and (max-width: 767px) {
    .home-camping__cont::before {
      aspect-ratio: 780/105;
      background-image: url("../../../img/page/home/camping_wave_sp.jpg");
    }
  }
  .home-camping__cont::after {
    left: 0;
    bottom: 0;
    background-image: url("../../../img/page/home/camping_wave_btm.png");
    height: 5.25rem;
    width: 100%;
    transform: translateY(99%);
  }
  @media screen and (max-width: 767px) {
    .home-camping__cont::after {
      background-image: url("../../../img/page/home/camping_wave_btm_sp.jpg");
      height: 6.1333333333vw;
    }
  }
  .home-camping__box {
    position: relative;
    margin-top: 3.75rem;
  }
  .home-camping__box::before, .home-camping__box::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  .home-camping__box::after {
    background: #aae8e6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home-camping__inner {
    position: relative;
    z-index: 2;
  }
  .home-camping__body {
    position: relative;
    z-index: 2;
    background: url("../../../img/page/home/camping_wave.png") 0 0/100% auto no-repeat;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }
  @media screen and (min-width: 768px) {
    .home-camping__list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2.5rem;
    }
    .home-camping__list > li {
      width: 19.1875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-camping__list {
      display: flex;
      flex-direction: column;
      gap: 8vw;
      font-size: 1.8666666667vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-camping__img {
      width: 90%;
      margin: 0 auto;
    }
  }
  @media screen and (min-width: 768px) {
    .home-camping__img.is-2 img {
      max-width: none;
      width: 21.75rem;
      transform: translateX(-1rem);
    }
  }
  .home-camping__sttl {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1.25rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-camping__sttl {
      margin: 2.1333333333vw 0;
    }
  }
  .home-camping__sttl span {
    color: #fff;
    background: var(--my-color);
    border-radius: 6.25rem;
    display: inline-block;
    padding: 0.1em 0.8em;
  }
  @media screen and (max-width: 767px) {
    .home-camping__sttl span {
      padding: 0.1em 1em 0.2em 1em;
    }
  }
  @media screen and (max-width: 767px) {
    .home-camping__stext {
      width: 36.8vw;
      margin: 0 auto;
    }
  }
  .home-faq {
    position: relative;
    z-index: 4;
    background: #73ACE6 url("../../../img/page/home/faq_bg.png") 0 100%/100% auto no-repeat;
    padding-top: 1.875rem;
    padding-bottom: 14.5833333333vw;
  }
  @media screen and (max-width: 767px) {
    .home-faq {
      padding-top: 65.3333333333vw;
      padding-bottom: 25.3333333333vw;
    }
  }
  .home-faq__hdr {
    color: #fff;
  }
  .home-faq__body {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-faq__body {
      margin-top: 7.3333333333vw;
    }
  }
  .home-faq__nav {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.875rem;
    max-width: 46.25rem;
    margin: 0 auto;
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav {
      margin-top: 10.6666666667vw;
      gap: 2.6666666667vw;
    }
  }
  .home-faq__nav a {
    width: 22.5rem;
  }
  .home-faq__img {
    z-index: 2;
    position: absolute;
  }
  @media screen and (min-width: 768px) {
    .home-faq__img {
      left: 50%;
    }
  }
  .home-faq__img img {
    border-radius: 1.875rem;
  }
  .home-faq__img.is-1 {
    width: 18.75rem;
    top: -6.25rem;
  }
  @media screen and (min-width: 768px) {
    .home-faq__img.is-1 {
      transform: translateX(18.75rem);
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__img.is-1 {
      width: 40vw;
      top: 14.6666666667vw;
      right: var(--sp-pad);
    }
  }
  .home-faq__img.is-2 {
    width: 21.25rem;
    top: 7.5rem;
  }
  @media screen and (min-width: 768px) {
    .home-faq__img.is-2 {
      transform: translateX(-40rem);
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__img.is-2 {
      left: var(--sp-pad);
      top: -4vw;
      width: 45.3333333333vw;
    }
  }
  .home-faq__img.is-3 {
    top: 24.375rem;
    width: 15rem;
  }
  @media screen and (min-width: 768px) {
    .home-faq__img.is-3 {
      transform: translateX(13.75rem);
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__img.is-3 {
      right: 13.3333333333vw;
      top: -22.6666666667vw;
      width: 33.2vw;
    }
  }
  .home-reservation {
    position: relative;
    background: url("../../../img/page/home/reservation_bg.png") 50% 0/100% auto no-repeat, #fff url("../../../img/page/home/reservation_bg_btm.png") 50% 100%/100% auto no-repeat;
    padding-top: 15.375rem;
    padding-bottom: 7.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-reservation {
      margin-top: 13.3333333333vw;
      padding-top: 32vw;
      padding-bottom: 13.3333333333vw;
    }
  }
  .home-reservation__body {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-reservation__body {
      margin-top: 16vw;
    }
  }
  .home-reservation__fig {
    position: relative;
    margin-top: 4.0625rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 767px) {
    .home-reservation__fig {
      margin: 5.3333333333vw 0 0 0;
    }
  }
  .home-reservation__pnav {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.8125rem;
  }
  @media screen and (min-width: 768px) {
    .home-reservation__pnav {
      top: 6.125rem;
      left: 1.8125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-reservation__pnav {
      gap: 1.7333333333vw;
      top: 3.75rem;
      left: 1.1875rem;
    }
  }
  .home-reservation__pnav a {
    height: 4.0625rem;
    background: #fff;
    opacity: 0;
    display: block;
    transition: 0.25s opacity;
    border-radius: 6.25rem;
    text-indent: -999px;
    overflow: hidden;
  }
  @media screen and (min-width: 768px) {
    .home-reservation__pnav a {
      width: 26.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-reservation__pnav a {
      width: 81.8666666667vw;
      height: 12.2666666667vw;
    }
  }
  @media (hover: hover) {
    .home-reservation__pnav a:hover {
      opacity: 0.2;
    }
  }
  .home-reservation__pnav a[href*="#map"] {
    transform: translateY(-0.125rem);
  }
  .home-pricing {
    position: relative;
    padding-top: 3.125rem;
    margin-top: -1px;
  }
  @media screen and (min-width: 768px) {
    .home-pricing {
      padding-bottom: 6.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-pricing {
      padding-top: 12vw;
    }
  }
  .home-pricing__inner {
    position: relative;
    z-index: 2;
  }
  .home-pricing__wlink {
    margin-top: 1.875rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .home-pricing__wlink {
      margin-top: 4.8vw;
    }
  }
  .home-pricing-info {
    padding-top: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-info {
      padding-top: 12vw;
    }
  }
  .home-pricing-info__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-info__list {
      flex-direction: column;
      gap: 16.2666666667vw;
    }
  }
  .home-pricing-info__list > li {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .home-pricing-info__list > li:nth-child(1) {
      width: 25.625rem;
    }
  }
  .home-pricing-info__list > li:nth-child(1) .home-pricing-info__ttl {
    width: 14.25rem;
  }
  @media screen and (min-width: 768px) {
    .home-pricing-info__list > li:nth-child(2), .home-pricing-info__list > li:nth-child(3) {
      width: 18.75rem;
    }
  }
  .home-pricing-info__list > li:nth-child(2) .home-pricing-info__ttl, .home-pricing-info__list > li:nth-child(3) .home-pricing-info__ttl {
    width: 10.5rem;
  }
  .home-pricing-info__list > li:nth-child(2)::before, .home-pricing-info__list > li:nth-child(3)::before {
    content: "";
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    background: url("../../../img/page/home/plus.svg") 0 0/contain no-repeat;
    position: absolute;
    left: 0;
    top: 8.75rem;
    transform: translate(-190%, 0);
  }
  @media screen and (max-width: 767px) {
    .home-pricing-info__list > li:nth-child(2)::before, .home-pricing-info__list > li:nth-child(3)::before {
      width: 5.7333333333vw;
      height: 5.7333333333vw;
      top: -13.3333333333vw;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  @media screen and (min-width: 768px) {
    .home-pricing-info__list > li.is-sample {
      margin-top: 2.8125rem;
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .home-pricing-info__list > li.is-sample {
      margin-top: 8vw;
      margin-left: calc(var(--sp-pad) * -0.5);
      margin-right: calc(var(--sp-pad) * -0.5);
    }
  }
  .home-pricing-info__row {
    background: #fff;
    border-radius: 3.75rem;
    padding: 0 0.625rem 1.625rem 0.625rem;
  }
  @media screen and (min-width: 768px) {
    .home-pricing-info__row {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 18.75rem;
      padding: 0 0.625rem 1rem 0.625rem;
    }
  }
  .home-pricing-info__ttl {
    background: var(--accent2);
    font-size: 1.125rem;
    text-align: center;
    border-radius: 6.25rem;
    padding: 0.5rem 0;
    color: #fff;
    line-height: 1.5;
    margin: 0 auto;
    transform: translateY(-50%);
    margin-bottom: -0.625rem;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-info__ttl {
      padding: 2.6666666667vw 0;
      font-size: 3.2vw;
      margin-bottom: -2.1333333333vw;
      min-width: 52vw;
    }
  }
  .home-pricing-info__note {
    margin-top: 0.5em;
    font-size: 0.875rem;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.4;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-info__note {
      font-size: 2.6666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-pricing-info__note.u-ta-right {
      padding-right: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-pricing-info__note.u-ta-right {
      margin-top: 2.6666666667vw;
      padding-right: 2.6666666667vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-pricing-info__wlink {
      margin-top: 5.3333333333vw;
    }
  }
  .home-pricing-base {
    text-align: center;
    line-height: 1.4;
  }
  .home-pricing-base__note {
    font-size: 1.0625rem;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-base__note {
      font-size: 3.4666666667vw;
    }
  }
  .home-pricing-base__value {
    font-size: 1.625rem;
    font-weight: 500;
    padding: 2.5rem 0 1.25rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-base__value {
      padding: 4vw 0 1.3333333333vw 0;
      font-size: 4.8vw;
    }
  }
  .home-pricing-base__value b {
    font-size: 5rem;
    color: var(--accent2);
    font-family: var(--en-sans);
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-base__value b {
      font-size: 13.3333333333vw;
    }
  }
  .home-pricing-base__value b.is {
    font-size: 3.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-base__value b.is {
      font-size: 10.6666666667vw;
    }
  }
  .home-pricing-add {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-add ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      font-size: 3.4666666667vw;
    }
    .home-pricing-add ul > li:not(:last-child) {
      border-right: 1px dotted var(--main);
    }
  }
  @media screen and (min-width: 768px) {
    .home-pricing-add li:not(:last-child) {
      border-bottom: 1px dotted var(--main);
      margin-bottom: 0.625rem;
      padding-bottom: 0.625rem;
    }
  }
  .home-pricing-add b {
    font-size: 3.125rem;
    color: var(--accent2);
    font-family: var(--en-sans);
    font-weight: normal;
    line-height: 1.1;
  }
  @media screen and (max-width: 767px) {
    .home-pricing-add b {
      font-size: 10.6666666667vw;
    }
  }
  .home-pricing-add span {
    font-size: 1.375rem;
  }
  .home-pricing-add span.is-unit {
    font-weight: bold;
  }
  .home-pricing-option-a {
    height: 100%;
    font-weight: 600;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .home-pricing-option-a {
      margin-top: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-pricing-option-a {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 3.4666666667vw;
      gap: 3.4666666667vw;
    }
  }
  .home-pricing-option-a figure {
    width: 11.25rem;
  }
  @media screen and (min-width: 768px) {
    .home-pricing-option-a figure {
      margin: 0 auto 1.25rem auto;
    }
  }
  @media screen and (max-width: 767px) {
    .home-pricing-option-a figure {
      width: 25.8666666667vw;
    }
  }
  .home-unit {
    margin-top: 3.75rem;
    background: #42A685;
    border-radius: 3.75rem;
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-unit {
      margin-top: 8.5333333333vw;
      border-radius: 8vw;
      padding: 5.3333333333vw 4vw;
    }
  }
  .home-unit.is-calendar {
    background: #73ACE6;
  }
  .home-unit.is-map {
    background: #A885CC;
  }
  .home-unit.is-map .home-unit__hdr {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1.25rem;
  }
  .home-unit .p-form-range-stay__label-text,
  .home-unit .p-form-range-stay__label-text2 {
    color: #fff;
  }
  .home-unit__hdr {
    color: #fff;
    text-align: center;
    border-bottom: 1px dotted #fff;
    padding-bottom: 0.875rem;
  }
  .home-unit__lead {
    margin-top: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .home-unit__lead {
      margin-top: 2.6666666667vw;
    }
  }
  .home-unit__form {
    margin-top: 1.875rem;
  }
  .home-unit__calendar {
    margin-top: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-unit__calendar {
      margin-top: 5.3333333333vw;
    }
  }
  .home-access {
    position: relative;
    padding-top: 4.375rem;
  }
  @media screen and (max-width: 767px) {
    .home-access {
      padding-top: 12vw;
    }
  }
  .home-access__body {
    margin-top: 3.375rem;
  }
  @media screen and (max-width: 767px) {
    .home-access__body {
      margin-top: 13.3333333333vw;
    }
  }
  .home-access__info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 60rem;
    margin: 0 auto;
  }
  @media screen and (max-width: 767px) {
    .home-access__info {
      gap: 4vw;
    }
  }
  .home-access__item {
    background: #fff;
    padding: 4vw;
    border-radius: 6.6666666667vw;
  }
  @media screen and (min-width: 768px) {
    .home-access__item {
      padding: 1.5rem 1.25rem 1.5rem 2.5rem;
      display: grid;
      grid-template-columns: 12.5rem 1fr;
      align-items: center;
      border-radius: 2.5rem;
    }
  }
  .home-access__item dt {
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .home-access__item dt {
      margin-bottom: 2.6666666667vw;
      text-align: center;
      background: url("../../../img/content/dot_green_h.svg") 0% 100%/auto 0.25rem repeat-x;
      padding-bottom: 2.6666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-access__item dd {
      padding-left: 1.875rem;
      background: url("../../../img/content/dot_green.svg") 0% 50%/0.25rem auto repeat-y;
    }
  }
  @media screen and (max-width: 767px) {
    .home-access__number {
      margin-top: 2.6666666667vw;
    }
  }
  .home-access__btn {
    background: var(--accent);
    color: #fff;
    margin: 0.625rem 0 0.625rem 0.625rem;
    padding: 0.625rem 2.75rem 0.875rem 1.5rem;
    border-radius: 6.25rem;
    min-width: 11.25rem;
    transition: 0.25s filter;
  }
  .home-access__btn .p-icon-arrow-a {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
  @media (hover: hover) {
    .home-access__btn:hover {
      filter: brightness(110%);
    }
  }
  .home-access__gmap {
    margin-top: 5rem;
    aspect-ratio: 1400/600;
    padding: 1.875rem;
    background: #fff;
    border-radius: 3.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-access__gmap {
      padding: 3.7333333333vw;
      margin-top: 9.8666666667vw;
      border-radius: 5.3333333333vw;
      aspect-ratio: 630/930;
    }
  }
  .home-access__gmap iframe {
    object-fit: cover;
    border-radius: 2.5rem;
    width: 100%;
    height: 100%;
    border: 0;
  }
  @media screen and (max-width: 767px) {
    .home-access__gmap iframe {
      border-radius: 4vw;
    }
  }
  .home-bnr {
    margin-top: -10.4166666667vw;
    background: url("../../../img/page/home/bnr_bg.webp") 0 0/auto 100% no-repeat;
    height: 58.3333333333vw;
    padding-bottom: 12.5vw;
  }
  @media screen and (min-width: 768px) {
    .home-bnr {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
    }
  }
  @media screen and (max-width: 767px) {
    .home-bnr {
      margin-top: -4vw;
      padding-top: 42.6666666667vw;
      height: 112vw;
      background: url("../../../img/page/home/bnr_bg_sp.jpg") 0 0/contain no-repeat;
    }
  }
  .home-bnr__text {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.3333333333;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .home-bnr__text {
      width: 66.6666666667vw;
      font-size: 8vw;
      margin: 0 auto;
    }
  }
  .home-bnr__wlink {
    text-align: center;
    margin-top: 1.25rem;
  }
  @media screen and (min-width: 768px) {
    .home-bnr__wlink .p-btn-a {
      width: 31.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-bnr__wlink .p-btn-a {
      width: 66.6666666667vw;
      min-width: 66.6666666667vw;
    }
  }
  .l-page__footer {
    padding-top: 0;
    margin-top: 0;
  }
}