@charset "UTF-8";
.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 (min-width: 768px) {
  .home-facility .splide__arrows {
    padding: 0 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .home-facility .splide__arrows {
    top: 18%;
    width: 93vw;
    transform: translateX(-5vw);
  }
}
@media screen and (max-width: 767px) {
  .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: 10.2564102564vw;
    height: 10.2564102564vw;
    border-radius: 100rem;
  }
}
.home-facility .splide__arrow svg {
  display: none;
}
.home-facility .splide__arrow--next {
  rotate: 180deg;
}

:root {
  --bg-width: 4828px;
}

@keyframes bgloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: var(--bg-width) 0;
  }
}
@layer page {
  .home-fv {
    position: relative;
    margin-bottom: 5.1282051282vw;
    height: 70vh;
    background: url("../../../img/page/home/fv.webp") 0 0/auto 100% repeat-x;
    animation: bgloop 90s infinite linear;
    animation-fill-mode: forwards;
  }
  @media screen and (min-width: 768px) {
    .home-fv {
      margin-bottom: 4.375rem;
      height: 100vh;
      min-height: 800px;
      max-height: 850px;
    }
  }
  .home-fv::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    pointer-events: none;
    aspect-ratio: 1403/51;
    background: url("../../../img/page/home/fv_wave.svg") 0 0/100% auto no-repeat;
  }
  .home-fv__btn {
    width: 10.75rem;
    position: absolute;
    z-index: 2;
  }
  @media screen and (min-width: 768px) {
    .home-fv__btn {
      top: 41.25rem;
      left: 50%;
      transform: translateX(-34.6875rem);
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__btn {
      width: 33.3333333333vw;
      left: 7.6923076923vw;
      bottom: 23.0769230769vw;
    }
  }
  .home-fv__text {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.125rem;
    top: 15.75rem;
    left: 50%;
    font-size: 2.75rem;
    line-height: 1.1;
  }
  @media screen and (min-width: 768px) {
    .home-fv__text {
      transform: translateX(-34.6875rem);
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__text {
      left: 7.6923076923vw;
      top: 48.7179487179vw;
      font-size: 6.1538461538vw;
    }
  }
  .home-fv__text span {
    padding: 0.1em 0.3em 0.2em 0.3em;
    background: #fff;
    display: inline-block;
    border-radius: 0.625rem;
    color: var(--accent2);
    font-weight: 600;
  }
  .home-hdr {
    text-align: center;
  }
  .home-hdr__en {
    margin: 0 auto;
  }
  .home-hdr__en img {
    width: calc(var(--my-width) / 16 * 1rem);
  }
  @media screen and (max-width: 767px) {
    .home-hdr__en img {
      width: calc(var(--my-width) / 350 * 64vw);
    }
  }
  .home-hdr__ttl {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .home-hdr__ttl {
      margin-top: 2.5641025641vw;
      font-size: 4.6153846154vw;
    }
  }
  .home-concept {
    margin-top: 4.375rem;
  }
  .home-concept__body {
    margin-top: 5.1282051282vw;
    position: relative;
    padding-top: 7.6923076923vw;
  }
  @media screen and (min-width: 768px) {
    .home-concept__body {
      margin-top: 0.9375rem;
      padding-top: 1.875rem;
    }
  }
  .home-concept__body::before {
    position: absolute;
    left: 0;
    top: 2.5rem;
    content: "";
    display: block;
    width: 21rem;
    height: 18rem;
    background: #ECF6D9;
    border-radius: 3.125rem 0 3.125rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-concept__body::before {
      border-radius: 12.8205128205vw 0 12.8205128205vw 0;
      left: calc(var(--sp-pad) * -1);
      top: 0;
      width: 54.1025641026vw;
      height: 46.1538461538vw;
    }
  }
  .home-concept__row {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .home-concept__row {
      display: grid;
      grid-template-columns: 1fr 26.875rem;
      padding-left: 4.125rem;
      margin-bottom: -1.25rem;
    }
  }
  @media screen and (min-width: 768px) {
    .home-concept__row .home-concept__img {
      transform: translate(3.125rem, -8.75rem);
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__row .home-concept__img {
      overflow: hidden;
      text-align: right;
      margin-right: calc(var(--sp-pad) * -1);
    }
    .home-concept__row .home-concept__img img {
      width: 73.3333333333vw;
      transform: translateX(5.1282051282vw);
    }
  }
  .home-concept__row2 {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .home-concept__row2 {
      display: grid;
      grid-template-columns: 26.25rem 1fr;
      gap: 5.625rem;
      align-items: flex-end;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__row2 {
      margin-top: 3.8461538462vw;
      display: flex;
      flex-direction: column-reverse;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__row2 .home-concept__img {
      text-align: center;
    }
    .home-concept__row2 .home-concept__img img {
      width: 60.7692307692vw;
    }
  }
  .home-concept__copy {
    font-size: 1.875rem;
    color: var(--accent2);
    font-weight: 600;
    line-height: 1.6666666667;
  }
  @media screen and (min-width: 768px) {
    .home-concept__copy {
      margin-top: 4.0625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__copy {
      font-size: 6.1538461538vw;
    }
  }
  .home-concept__sign {
    width: 10.625rem;
    margin-top: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .home-concept__sign {
      margin-top: 2.0512820513vw;
      width: 47.6923076923vw;
    }
  }
  .home-concept__text {
    font-weight: 500;
    line-height: 2;
  }
  .home-concept__text-unit + .home-concept__text-unit {
    margin-top: 2em;
  }
  .home-concept__text-unit strong {
    color: #E43B46;
  }
  .home-facility {
    position: relative;
    margin-top: 8.125rem;
    padding-top: 8.75rem;
    padding-bottom: 15.625rem;
    background: url("../../../img/page/home/facility_wave.jpg") 0 0/100% auto no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home-facility {
      margin-top: 12.8205128205vw;
      padding-top: 23.0769230769vw;
      padding-bottom: 33.3333333333vw;
    }
  }
  .home-facility::before, .home-facility::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 5;
    pointer-events: none;
  }
  .home-facility::before {
    background-image: url("../../../img/page/home/facility_img_0.png");
    width: 12.125rem;
    height: 14.1875rem;
    left: 7.125rem;
    top: 13.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility::before {
      display: none;
    }
  }
  .home-facility::after {
    background-image: url("../../../img/page/home/facility_img_1.png");
    width: 23.875rem;
    height: 12.625rem;
    right: 4.625rem;
    top: 6.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility::after {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .home-facility__inner::after {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      background-image: url("../../../img/page/home/facility_img_2.png");
      width: 17.5rem;
      height: 12.3125rem;
      top: 32.5rem;
      right: 0rem;
    }
  }
  .home-facility__inner::before {
    content: "";
    display: block;
    background: #E0F4FA url("../../../img/page/home/facility_wave_btm.jpg") 0 100%/100% auto no-repeat;
    width: 100%;
    position: absolute;
    left: 0;
    top: 9.375rem;
    width: 100%;
    height: calc(100% - 31.25rem);
  }
  @media screen and (max-width: 767px) {
    .home-facility__inner::before {
      height: calc(100% - 56.4102564103vw);
      background-image: url("../../../img/page/home/facility_wave_btm_sp.jpg");
    }
  }
  .home-facility__box {
    position: relative;
    z-index: 2;
  }
  @media screen and (max-width: 767px) {
    .home-facility__box {
      overflow: hidden;
    }
  }
  .home-facility__body {
    margin-top: 2.8125rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility__body {
      margin-top: 7.6923076923vw;
    }
  }
  .home-facility__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.125rem;
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .home-facility__lead {
      gap: 2.5641025641vw;
      font-size: 6.4102564103vw;
      margin-bottom: 7.6923076923vw;
    }
  }
  .home-facility__lead span {
    padding: 0.2em 0.6em 0.3em 0.6em;
    background: #fff;
    display: inline-block;
    border-radius: 0.625rem;
    color: var(--accent2);
    font-weight: 500;
  }
  .home-facility__wlink {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8125rem;
    margin-top: 3.375rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility__wlink {
      display: flex;
      flex-direction: column;
      gap: 7.6923076923vw;
    }
  }
  .home-facility__wlink a {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility__wlink a {
      border-radius: 10.2564102564vw;
    }
  }
  @media (hover: hover) {
    .home-facility__wlink a:hover img {
      scale: 1.1;
    }
  }
  .home-facility__wlink img {
    transition: scale 0.25s;
  }
  .home-facility__link-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .home-facility__link-text p {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .home-facility__link-text p.is-en {
    font-size: 1.5rem;
    font-family: var(en-sans);
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .home-facility .p-icon-arrow-bold {
    position: absolute;
    top: 50%;
    right: 1.8125rem;
    transform: translate(0, -50%);
  }
  .home-facility__text {
    font-weight: 500;
  }
  @media screen and (min-width: 768px) {
    .home-facility__text {
      width: 68.75rem;
      padding-right: 10rem;
      margin: 3.75rem auto 0 auto;
      line-height: 2.125;
    }
  }
  @media screen and (max-width: 767px) {
    .home-facility__text {
      position: relative;
      line-height: 2;
      padding-bottom: 41.0256410256vw;
    }
  }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .home-facility__text::after {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      background-image: url("../../../img/page/home/facility_img_2.png");
      height: 37.1794871795vw;
      bottom: 0;
      right: 0;
      width: 53.0769230769vw;
    }
  }
  .home-facility__text-unit + .home-facility__text-unit {
    margin-top: 2em;
  }
  .home-facility__text-unit strong {
    color: #E43B46;
  }
  @media screen and (max-width: 767px) {
    .home-facility__map-wrap {
      position: relative;
      margin-top: 12.8205128205vw;
      padding-top: 7.6923076923vw;
    }
    .home-facility__map-wrap::before {
      background: var(--accent2);
      color: #fff;
      content: "< 左右にスクロールできます >";
      display: block;
      left: 50%;
      top: 0;
      position: absolute;
      border-radius: 6.25rem;
      padding: 0.1em 1em;
      width: 66.6666666667vw;
      transform: translate(-50%, 0%);
      text-align: center;
    }
  }
  .home-facility__map {
    margin: 5.625rem 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 {
      overflow: auto;
      margin-top: 12.8205128205vw;
      margin-right: calc(var(--sp-pad) * -1);
      margin-left: calc(var(--sp-pad) * -1);
    }
    .home-facility__map img {
      max-width: none;
      width: 200vw;
    }
  }
  .home-slider {
    position: relative;
    margin-top: 3.75rem;
  }
  .home-slider__item {
    padding: 0 1.5625rem;
  }
  @media screen and (min-width: 768px) {
    .home-slider__item {
      width: 25.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-slider__item {
      padding: 0 2.5641025641vw;
      width: 100%;
    }
  }
  .home-slider__link {
    display: block;
    transition: 0.25s filter;
  }
  @media (hover: hover) {
    .home-slider__link:hover {
      filter: brightness(110%);
    }
    .home-slider__link:hover .home-slider__photo img {
      scale: 1.05;
    }
  }
  .home-slider__wtext {
    padding: 1.25rem 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-slider__wtext {
      padding: 5.1282051282vw 0;
    }
  }
  .home-slider__ttl {
    font-size: 1.5rem;
    color: var(--accent2);
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-slider__ttl {
      font-size: 5.1282051282vw;
    }
  }
  .home-slider__text {
    font-size: 0.9375rem;
  }
  .home-slider__btn {
    margin-top: 0.9375rem;
  }
  .home-slider__photo {
    overflow: hidden;
    border-radius: 2.5rem;
  }
  .home-slider__photo img {
    transition: 0.25s scale;
  }
  .home-camping {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .home-camping {
      margin-top: 7.6923076923vw;
    }
  }
  .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: 11.7948717949vw;
    }
  }
  .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__box::before {
    background-image: url("../../../img/page/home/camping_img_2.png");
    width: 62.4375rem;
    height: 11.9375rem;
    left: 50%;
    bottom: 0;
    z-index: 5;
  }
  @media screen and (min-width: 768px) {
    .home-camping__box::before {
      transform: translate(-50%, 90%);
    }
  }
  @media screen and (max-width: 767px) {
    .home-camping__box::before {
      background-size: auto 100%;
      width: calc(100% - 10.2564102564vw);
      height: 34.8717948718vw;
      transform: translate(-41.0256410256vw, 70%);
    }
  }
  .home-camping__inner {
    position: relative;
    z-index: 2;
  }
  .home-camping__inner::before, .home-camping__inner::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 5;
  }
  @media screen and (min-width: 768px) {
    .home-camping__inner::before {
      background-image: url("../../../img/page/home/camping_img_0.png");
      width: 12.5rem;
      height: 6.75rem;
      left: 10rem;
      top: 7.5rem;
    }
  }
  .home-camping__inner::after {
    background-image: url("../../../img/page/home/camping_img_1.png");
    width: 26rem;
    height: 13.375rem;
    right: 5.625rem;
    top: -6.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-camping__inner::after {
      width: 49.2307692308vw;
      height: 25.1282051282vw;
      right: 2.5641025641vw;
      top: -25.641025641vw;
    }
  }
  .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;
      padding-bottom: 3.75rem;
    }
    .home-camping__list > li {
      width: 19.1875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-camping__list {
      display: flex;
      flex-direction: column;
      gap: 15.3846153846vw;
      font-size: 3.5897435897vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-camping__img {
      width: 90%;
      margin: 0 auto;
    }
  }
  .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: 4.1025641026vw 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: 70.7692307692vw;
      margin: 0 auto;
    }
  }
  .home-faq {
    position: relative;
    margin-top: 15rem;
  }
  @media screen and (max-width: 767px) {
    .home-faq {
      margin-top: 41.0256410256vw;
    }
  }
  .home-faq::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 5;
    background-image: url("../../../img/page/home/faq_img_0.png");
    width: 21.75rem;
    height: 7rem;
    left: 6.25rem;
    top: 0rem;
  }
  @media screen and (max-width: 767px) {
    .home-faq::after {
      top: 38.4615384615vw;
      left: 0;
      width: 40%;
    }
  }
  .home-faq__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.125rem;
    margin-top: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav {
      margin-top: 20.5128205128vw;
      gap: 5.1282051282vw;
    }
  }
  .home-faq__nav > li {
    width: 11.625rem;
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav > li {
      width: 37.4358974359vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-faq__nav > li:nth-child(odd) {
      margin-top: 4.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav > li:nth-child(1) {
      margin-top: 15.3846153846vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav > li:nth-child(3) {
      margin-top: -11.2820512821vw;
      margin-left: 38.4615384615vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav > li:nth-child(4) {
      margin-top: -26.6666666667vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav > li:nth-child(5) {
      margin-top: 2.5641025641vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav > li:nth-child(6) {
      transform: translate(-23.0769230769vw, -23.0769230769vw);
      margin-bottom: -23.0769230769vw;
    }
  }
  .home-faq__nav a {
    transition: 0.25s filter;
  }
  @media (hover: hover) {
    .home-faq__nav a:hover {
      filter: brightness(110%);
    }
  }
  .home-reservation {
    position: relative;
    margin-top: 7.1875rem;
  }
  @media screen and (max-width: 767px) {
    .home-reservation {
      margin-top: 25.641025641vw;
      padding-top: 5.1282051282vw;
    }
  }
  .home-reservation::before, .home-reservation::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 5;
  }
  .home-reservation::before {
    background-image: url("../../../img/page/home/reservation_img_0.png");
    width: 19.3125rem;
    height: 7.3125rem;
    top: -3.75rem;
  }
  @media screen and (min-width: 768px) {
    .home-reservation::before {
      left: 4.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-reservation::before {
      width: 40.2564102564vw;
      left: 5.1282051282vw;
    }
  }
  .home-reservation::after {
    background-image: url("../../../img/page/home/reservation_img_1.png");
    width: 14.4375rem;
    height: 9.9375rem;
    right: 6.25rem;
    top: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-reservation::after {
      right: 2.5641025641vw;
      top: 38.4615384615vw;
      width: 33.3333333333vw;
    }
  }
  .home-reservation__body {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-reservation__body {
      margin-top: 30.7692307692vw;
    }
  }
  .home-reservation__lead {
    text-align: center;
    line-height: 2;
  }
  .home-reservation__fig {
    margin-top: 4.0625rem;
    max-width: 69.125rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 767px) {
    .home-reservation__fig {
      margin: 10.2564102564vw var(--sp-pad) 0 var(--sp-pad);
    }
  }
  .home-pricing {
    position: relative;
    margin-top: 7.5rem;
    padding-top: 8.75rem;
  }
  @media screen and (min-width: 768px) {
    .home-pricing {
      background: url("../../../img/page/home/pricing_wave.jpg") 0 0/100% auto no-repeat, #ECF6D9 url("../../../img/page/home/pricing_wave_btm.jpg") 0 100%/100% auto no-repeat;
    }
  }
  @media screen and (max-width: 767px) {
    .home-pricing {
      background: url("../../../img/page/home/pricing_wave.jpg") 0 0/100% auto no-repeat;
      margin-top: 28.2051282051vw;
      padding-top: 23.0769230769vw;
    }
    .home-pricing::before {
      content: "";
      display: block;
      background: #ECF6D9;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: calc(100% - 51.2820512821vw);
    }
  }
  .home-pricing::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 5;
    background-image: url("../../../img/page/home/pricing_img_0.png");
    width: 22.1875rem;
    height: 8.5625rem;
    right: 7.75rem;
    top: -3.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-pricing::after {
      right: 0;
      width: 60%;
    }
  }
  .home-pricing__img {
    margin: 0 auto;
  }
  @media screen and (min-width: 768px) {
    .home-pricing__img {
      width: 62.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-pricing__img {
      margin: 5.1282051282vw 0 12.8205128205vw 0;
      padding: 0 5.1282051282vw;
    }
  }
  .home-pricing__inner {
    position: relative;
    z-index: 2;
  }
  .home-pricing__wlink {
    margin-top: 6.25rem;
    text-align: center;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 767px) {
    .home-pricing__wlink {
      margin-top: 9.2307692308vw;
    }
  }
  .home-pricing__wlink .p-btn-b {
    min-width: 18.75rem;
  }
  .home-pricing-option-a {
    height: 100%;
    font-size: 0.9375rem;
    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 {
      font-size: 4.358974359vw;
    }
  }
  .home-unit {
    margin-top: 7.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-unit {
      margin-top: 12.8205128205vw;
    }
  }
  .home-unit__plans {
    margin-top: 3.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-unit__plans {
      margin-top: 10.2564102564vw;
    }
  }
  .home-unit__lead {
    margin-top: 1.25rem;
  }
  @media screen and (min-width: 768px) {
    .home-unit__lead {
      text-align: center;
    }
  }
  .home-unit__form {
    margin-top: 2.5rem;
  }
  .home-unit__calendar {
    margin-top: 3.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-unit__calendar {
      margin-top: 10.2564102564vw;
    }
  }
  .home-unit__map {
    margin: 5.625rem auto 0 auto;
    padding: 0 1.875rem;
    max-width: 87.5rem;
  }
  .home-access {
    position: relative;
    background: #ECF6D9 url("../../../img/page/home/access_wave.jpg") 0 0/100% auto no-repeat;
    margin-top: 4.375rem;
    padding-top: 8.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-access {
      margin-top: 20.5128205128vw;
    }
  }
  .home-access__inner::before, .home-access__inner::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none;
  }
  .home-access__inner::before {
    background-image: url("../../../img/page/home/access_img_0.png");
    width: 15.625rem;
    height: 17.0625rem;
    left: 4.75rem;
    top: 6.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-access__inner::before {
      left: 0;
      top: 58.9743589744vw;
      width: 27.6923076923vw;
    }
  }
  .home-access__inner::after {
    background-image: url("../../../img/page/home/access_img_1.png");
    width: 21.6875rem;
    height: 16.4375rem;
    right: 6.875rem;
    top: -1.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-access__inner::after {
      top: 15.3846153846vw;
      right: 0;
      width: 33.8461538462vw;
    }
  }
  .home-access__body {
    margin-top: 3.375rem;
  }
  @media screen and (max-width: 767px) {
    .home-access__body {
      margin-top: 25.641025641vw;
    }
  }
  .home-access__info {
    margin: 0 auto;
    font-size: 1.125rem;
  }
  @media screen and (min-width: 768px) {
    .home-access__info {
      width: fit-content;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .home-access__info {
      text-align: center;
      font-size: 4.1025641026vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-access__number {
      margin-top: 5.1282051282vw;
    }
  }
  .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: 2.8125rem;
    aspect-ratio: 1400/600;
  }
  @media screen and (max-width: 767px) {
    .home-access__gmap {
      margin-top: 7.6923076923vw;
      aspect-ratio: 1/1;
      margin-left: calc(var(--sp-pad) * -1);
      margin-right: calc(var(--sp-pad) * -1);
    }
  }
  .home-access__gmap iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .home-access__box {
    width: 62.5rem;
    max-width: 100%;
    padding-top: 4.0625rem;
    padding-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 767px) {
    .home-access__box {
      padding-top: 7.6923076923vw;
    }
  }
  .home-access-unit {
    margin-top: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-access-unit {
      margin-top: 10.2564102564vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-access-unit + .home-access-unit {
      margin-top: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-access-unit + .home-access-unit {
      margin-top: 5.1282051282vw;
    }
  }
  .home-access-unit__ttl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.875rem;
    background: var(--accent2);
    color: #fff;
    font-size: 1.375rem;
    padding: 0.75rem 1.875rem;
    border-radius: 0.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-access-unit__ttl {
      padding: 0.75rem 1.25rem;
      font-size: 5.641025641vw;
    }
  }
  .home-access-unit__ttl span {
    display: block;
    width: 1.625rem;
    position: relative;
    top: -0.1em;
  }
  .home-access-unit__ttl b {
    font-weight: 500;
  }
  .home-access-unit__ttl img {
    width: calc(var(--my-width) / 16 * 1rem);
  }
  .home-access-unit__body {
    padding: 1.875rem 1.25rem;
    line-height: 2;
  }
  @media screen and (max-width: 767px) {
    .home-access-unit__body {
      padding: 3.5897435897vw;
    }
  }
  .home-access-unit__body .is-mt {
    margin-top: 1.4em;
  }
  .home-reservation-switch {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.625rem;
  }
  @media screen and (min-width: 768px) {
    .home-reservation-switch {
      width: 46rem;
      max-width: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 3.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-reservation-switch {
      margin-bottom: 10.2564102564vw;
      display: flex;
      flex-direction: column;
      gap: 6.6666666667vw;
    }
  }
  .home-reservation-switch a {
    display: block;
    flex-wrap: wrap;
    padding: 2.5rem 1.25rem 3.125rem 1.25rem;
    border-radius: 0.625rem;
    background: transparent;
    border: 1px solid var(--accent);
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--accent);
    transition: 0.25s filter;
  }
  @media (hover: hover) {
    .home-reservation-switch a:hover {
      filter: brightness(180%);
    }
  }
  .home-reservation-switch a p {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
  }
  .home-reservation-switch a b {
    font-size: 2.5rem;
    display: inline-block;
    position: relative;
    top: 0.25rem;
  }
  .home-reservation-switch a .c-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.625rem;
    fill: var(--accent);
  }
  .home-reservation-switch a.is-after {
    background: var(--accent);
    color: #fff;
  }
  .home-reservation-switch a.is-after .c-icon {
    fill: #fff;
  }
}