@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  color: #000000;
}

body {
  font-family: "M PLUS 1", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.3422818792vw;
  }
}
@media (min-width: 1192px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .inner {
    max-width: 1242px;
    padding-inline: 25px;
  }
}

.fv {
  position: relative;
  height: 100vh;
  max-height: 43.75rem;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  .fv {
    max-height: 37.5rem;
  }
}

.fv__inner {
  position: relative;
  height: 100%;
}

.fv__main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 780px) {
  .fv__main {
    height: 100%;
  }
}

.fv__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.fv__filter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__filter-image {
  height: 100%;
}

.fv__logo {
  position: absolute;
  z-index: 3;
  width: 19.625rem;
  height: 9.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 780px) {
  .fv__logo {
    width: 34.5625rem;
    height: 16.6875rem;
  }
}

.fv__photos {
  position: relative;
  z-index: 1;
}

.fv__photo {
  position: absolute;
}

.fv__photo--01 {
  width: 13.875rem;
  height: 10.9375rem;
  left: -0.3125rem;
  top: 1.5625rem;
}
@media screen and (min-width: 780px) {
  .fv__photo--01 {
    width: 19.125rem;
    height: 15.125rem;
    left: 4.1875rem;
    top: -0.9375rem;
  }
}

.fv__photo--02 {
  width: 11.3125rem;
  height: 12.125rem;
  top: 7.5rem;
  left: -0.875rem;
}
@media screen and (min-width: 780px) {
  .fv__photo--02 {
    width: 20.125rem;
    height: 21.5625rem;
    top: 3.9375rem;
    left: -0.875rem;
  }
}

.fv__photo--03 {
  width: 12.8125rem;
  height: 10.125rem;
  top: 16.25rem;
  left: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .fv__photo--03 {
    width: 17.8125rem;
    height: 14.1875rem;
    top: 11.6875rem;
    left: 6.25rem;
  }
}

.fv__photo--04 {
  width: 12.0625rem;
  height: 10.1875rem;
  top: 2.5rem;
  right: -0.3125rem;
}
@media screen and (min-width: 780px) {
  .fv__photo--04 {
    width: 18.3125rem;
    height: 15.5rem;
    top: 0.3125rem;
    right: 4.75rem;
    z-index: 1;
  }
}

.fv__photo--05 {
  width: 10.8125rem;
  height: 11.3125rem;
  right: -0.3125rem;
  top: 9.6875rem;
}
@media screen and (min-width: 780px) {
  .fv__photo--05 {
    width: 17rem;
    height: 17.8125rem;
    right: 0.125rem;
    top: 5.125rem;
  }
}

.fv__photo--06 {
  width: 14.75rem;
  height: 13.375rem;
  right: -1.25rem;
  top: 15.625rem;
}
@media screen and (min-width: 780px) {
  .fv__photo--06 {
    width: 15.125rem;
    height: 15rem;
    right: 6.6875rem;
    top: 11.25rem;
  }
}

.fv__deco {
  position: absolute;
  width: 5.3125rem;
  height: 5.3125rem;
}
@media screen and (min-width: 780px) {
  .fv__deco {
    width: 15.5rem;
    height: 15.5rem;
  }
}

.fv__deco--right {
  top: 0;
  right: 0;
}

.fv__deco--left {
  bottom: 0;
  left: 0;
}

.smilepark-recommend__heading {
  margin-top: 4.375rem;
}

.smilepark-recommend__supplementary {
  font-size: 1.25rem;
  text-align: center;
  display: block;
  font-weight: 500;
  letter-spacing: 0.01875rem;
}

.smilepark-recommend__title {
  font-size: 1.5rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__title {
    font-size: 3rem;
    padding-top: 0.625rem;
  }
}

.smilepark-recommend__head {
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__head {
    padding-top: 1.875rem;
    width: initial;
    margin-inline: initial;
    padding-top: 2.5rem;
    font-size: 1.5rem;
  }
}

.smilepark-recommend__text {
  font-size: 0.875rem;
  font-weight: 400;
  max-width: 30rem;
  padding-top: 1rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__text {
    font-size: 1.125rem;
  }
}

.smilepark-recommend__subtitle {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 3.125rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__subtitle {
    font-size: 2rem;
    letter-spacing: 0.03125rem;
    padding-top: 3.4375rem;
    left: -5rem;
  }
}

.smilepark-recommend__highlight {
  position: absolute;
  width: 4.5rem;
  height: 3.75rem;
  bottom: -0.3125rem;
  right: -2.5rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__highlight {
    width: 9.8125rem;
    height: 7.1875rem;
    bottom: -2.5rem;
    right: -9.375rem;
  }
}

.smilepark-recommend__items {
  margin-top: -0.625rem;
  background-image: url(../images/smilepark-recommend-background2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 3.625rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__items {
    padding-top: initial;
    margin-top: -1.25rem;
  }
}

.smilepark-recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3.75rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__item {
    padding-top: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: initial;
    padding-left: initial;
    gap: 5rem;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

@media screen and (min-width: 780px) {
  .smilepark-recommend__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.smilepark-recommend__image {
  max-width: 30rem;
  aspect-ratio: 500/340;
  width: 100%;
  position: relative;
  padding: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0px 0.125rem 0.25rem 0.125rem rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0.125rem 0.25rem 0.125rem rgba(0, 0, 0, 0.12);
}

.smilepark-recommend__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.smilepark-recommend__image::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.smilepark-recommend__image--item01::before {
  background-image: url(../images/reasonable2x.png);
  width: 12.0625rem;
  height: 4.3125rem;
  bottom: 0;
  right: 0.625rem;
}

.smilepark-recommend__image--item02::before {
  background-image: url(../images/karaoke2x.png);
  width: 10.375rem;
  height: 7.3125rem;
  bottom: 0;
  left: 1.25rem;
}

.smilepark-recommend__image--item03::before {
  background-image: url(../images/bbq2x.png);
  width: 5.875rem;
  height: 4.875rem;
  bottom: 1.25rem;
  left: 2.5rem;
}

.smilepark-recommend__image--item04::before {
  background-image: url(../images/sauna2x.png);
  width: 11.5rem;
  height: 7.875rem;
  bottom: 0;
  right: 0.625rem;
}

.smilepark-recommend__content {
  max-width: 31.25rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__content {
    padding-top: 1.25rem;
  }
}

.smilepark-recommend__head::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.smilepark-recommend__head::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.smilepark-recommend__head--01::before {
  background-image: url(../images/subtitle-accent-left012x.png);
  width: 2.75rem;
  height: 1.875rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__head--01::before {
    width: 4.9375rem;
    height: 3.3125rem;
  }
}

.smilepark-recommend__head--01::after {
  background-image: url(../images/subtitle-accent-right012x.png);
  width: 9.125rem;
  height: 0.25rem;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__head--01::after {
    bottom: 0.9375rem;
    right: -4.375rem;
    left: auto;
  }
}

.smilepark-recommend__head--02::before {
  background-image: url(../images/subtitle-accent-left022x.png);
  width: 2.625rem;
  height: 1.6875rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__head--02::before {
    width: 5.8125rem;
    height: 3.8125rem;
  }
}

.smilepark-recommend__head--02::after {
  background-image: url(../images/subtitle-accent-right022x.png);
  width: 5.25rem;
  height: 0.25rem;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__head--02::after {
    bottom: 0.9375rem;
    right: -2.8125rem;
    left: auto;
  }
}

.smilepark-recommend__head--03::before {
  background-image: url(../images/subtitle-accent-left032x.png);
  width: 2.3125rem;
  height: 1.5rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__head--03::before {
    width: 5.8125rem;
    height: 3.8125rem;
  }
}

.smilepark-recommend__head--03::after {
  background-image: url(../images/subtitle-accent-right032x.png);
  width: 10rem;
  height: 0.25rem;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__head--03::after {
    left: auto;
    bottom: 0.9375rem;
    right: -4.375rem;
  }
}

.smilepark-recommend__head--04::before {
  background-image: url(../images/subtitle-accent-left042x.png);
  width: 2.3125rem;
  height: 1.5625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__head--04::before {
    width: 4.625rem;
    height: 3.125rem;
  }
}

.smilepark-recommend__head--04::after {
  background-image: url(../images/subtitle-accent-right042x.png);
  width: 3.125rem;
  height: 0.25rem;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .smilepark-recommend__head--04::after {
    left: auto;
    bottom: 0.9375rem;
    right: -0.625rem;
  }
}

.section-title {
  position: relative;
  z-index: 1;
}

.section-title::after {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.section-title--smilepark::after {
  background-image: url("../images/section-underline2x.png");
  width: 23rem;
  height: 2.0625rem;
  z-index: -1;
  top: 0.625rem;
  left: 1.25rem;
}
@media screen and (min-width: 780px) {
  .section-title--smilepark::after {
    width: 45rem;
    height: 4.5625rem;
    top: 38%;
    left: 0;
  }
}

.section-title--plan::after {
  z-index: -1;
  background-image: url("../images/subtitle-underline-price2x.png");
  width: 17.4375rem;
  height: 1.5625rem;
  top: 80%;
}
@media screen and (min-width: 780px) {
  .section-title--plan::after {
    width: 21.6875rem;
    height: 1.6875rem;
    top: 60%;
    left: -1.875rem;
  }
}

.section-title--faq::after {
  z-index: -1;
  background-image: url("../images/subtitle-underline-faq2x.png");
  width: 17.4375rem;
  height: 1.5625rem;
  top: 35%;
  left: 0;
}
@media screen and (min-width: 780px) {
  .section-title--faq::after {
    width: 18.875rem;
    height: 2.9375rem;
    top: 1.0625rem;
    left: -3.125rem;
  }
}

.section-title--access::after {
  z-index: -1;
  background-image: url("../images/subtitle-underline-access2x.png");
  width: 17.875rem;
  height: 2.125rem;
  top: 2rem;
  left: -2rem;
}
@media screen and (min-width: 780px) {
  .section-title--access::after {
    width: 22.625rem;
    height: 2.125rem;
  }
}

.section-title--contact::after {
  z-index: -1;
  background-image: url("../images/subtitle-underline-contact2x.png");
  width: 14.625rem;
  height: 2.25rem;
  top: 1.4375rem;
  left: -1.25rem;
}

.illust-decoration {
  position: relative;
}

.illust-decoration--left {
  position: absolute;
  left: 0;
  top: 0;
  width: 8.4375rem;
  height: 4.0625rem;
}
@media screen and (min-width: 780px) {
  .illust-decoration--left {
    width: 22.5rem;
    height: 10.1875rem;
  }
}

.illust-decoration--right {
  position: absolute;
  right: 0;
  top: 0;
  width: 8.4375rem;
  height: 4.0625rem;
}
@media screen and (min-width: 780px) {
  .illust-decoration--right {
    width: 22.5rem;
    height: 10.1875rem;
  }
}

.accommodation {
  margin-top: 4.375rem;
  background: #f7fff0;
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 780px) {
  .accommodation__inner {
    max-width: 87.5rem;
  }
}

.accommodation__title {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  text-align: center;
  color: #fff;
  background-color: #033816;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 780px) {
  .accommodation__title {
    font-size: 2rem;
    max-height: 6.875rem;
  }
}

.accommodation__title::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-image: url(../images/section-title-accent-accomSP2x.png);
  width: 100%;
  height: 130%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 780px) {
  .accommodation__title::after {
    height: 110%;
    background-image: url(../images/section-title-accent-accom2x.png);
  }
}

.accommodation__items {
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
@media screen and (min-width: 780px) {
  .accommodation__items {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}

.accommodation__image {
  aspect-ratio: 320/280;
  width: 100%;
}

.accommodation__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.accommodation__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 0.625rem;
}

.accommodation__head--accent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accommodation__head--accent img {
  width: 100%;
  height: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.accommodation__text {
  padding-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
}

.plan {
  background-image: url(../images/price-background2x.jpg); /* 画像のパス */
  background-repeat: no-repeat; /* 繰り返さない */
  background-size: cover; /* 要素いっぱいに拡大・トリミング */
  background-position: center center; /* 真ん中に表示 */
  padding-top: 3.125rem;
  padding-bottom: 4.6875rem;
}

.plan__title {
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .plan__title {
    font-size: 2rem;
  }
}

.plan__items {
  margin-top: 3.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.3125rem;
}
@media screen and (min-width: 780px) {
  .plan__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.25rem;
  }
}

.plan__item {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  width: 100%;
  text-align: center;
  outline: 1px solid white;
  outline-offset: -10px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 780px) {
  .plan__item {
    width: 30rem;
  }
}

.plan__item--01 {
  background-image: url(../images/price012x.jpg); /* 画像のパス */
  background-repeat: no-repeat; /* 繰り返さない */
  background-size: cover; /* 要素いっぱいに拡大・トリミング */
  background-position: center center; /* 真ん中に表示 */
}

.plan__item--02 {
  background-image: url(../images/price022x.jpg); /* 画像のパス */
  background-repeat: no-repeat; /* 繰り返さない */
  background-size: cover; /* 要素いっぱいに拡大・トリミング */
  background-position: center center; /* 真ん中に表示 */
}

.plan__item-name {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  line-height: 1;
  color: #fff;
}

.plan__item-price {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.03125rem;
  color: #fff;
}

.plan__item-price span {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.03125rem;
}

.plan__table {
  color: #fff;
  text-align: left;
  margin-inline: auto;
  margin-top: 0.625rem;
}

.plan__table tr {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 780px) {
  .plan__table tr {
    display: table-row;
    margin-bottom: 0;
  }
}

.plan__table-heading,
.plan__table-text {
  display: block;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .plan__table-heading,
  .plan__table-text {
    display: table-cell;
    width: auto;
    margin-bottom: 0;
  }
}

.plan__table-heading {
  font-size: 1.25rem;
  letter-spacing: 0.03125rem;
  font-weight: 400;
  line-height: 1.6;
}

.plan__table-text {
  font-size: 1.5rem;
  letter-spacing: 0.03125rem;
  font-weight: 600;
  line-height: 1.3333333333;
}

.plan__price-symbol {
  font-size: 1.125rem;
  letter-spacing: 0.03125rem;
  font-weight: 400;
  line-height: 1.7777777778;
}

.plan__price-tax {
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  font-weight: 400;
  line-height: 2;
}

.surrounding-facility {
  background: #f7fff0;
  padding-bottom: 3.125rem;
}

.surrounding-facility__title {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  text-align: center;
  color: #fff;
  background-color: #033816;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 780px) {
  .surrounding-facility__title {
    font-size: 2rem;
    max-height: 6.75rem;
  }
}

.surrounding-facility__title::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-image: url(../images/section-title-accent-spotSP2x.png);
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 780px) {
  .surrounding-facility__title::after {
    height: 100%;
    background-image: url(../images/section-title-accent-spot2x.png);
  }
}

.surrounding-facility__items--01 .surrounding-facility__image {
  aspect-ratio: 280/175;
  width: 100%;
}

.surrounding-facility__items--02 .surrounding-facility__image {
  aspect-ratio: 360/225;
  width: 100%;
}

.surrounding-facility__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.surrounding-facility__items--01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.4375rem;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 780px) {
  .surrounding-facility__items--01 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.surrounding-facility__items--02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 780px) {
  .surrounding-facility__items--02 {
    -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 71.25rem;
    margin-inline: auto;
    gap: 1.875rem;
    margin-top: 1.5625rem;
  }
}

.surrounding-facility__content {
  padding-left: 1.0625rem;
}

.surrounding-facility__head {
  padding-top: 1.0625rem;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 780px) {
  .surrounding-facility__head {
    font-size: 1.25rem;
  }
}

.surrounding-facility__head::before {
  position: absolute;
  content: "";
  background-image: url(../images/local-subtitle-accent2x.png);
  width: 3.75rem;
  height: 2.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.5rem;
  left: -0.625rem;
  z-index: -1;
}

.surrounding-facility__head--subtext {
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 780px) {
  .surrounding-facility__head--subtext {
    font-size: 1rem;
  }
}

.surrounding-facility__text {
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .surrounding-facility__text {
    font-size: 1rem;
    padding-top: 1rem;
  }
}

.faq {
  margin-top: 4.375rem;
}

.faq__title {
  font-size: 1.5rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .faq__title {
    font-size: 2rem;
  }
}

.faq__items {
  margin-top: 3.4375rem;
  max-width: 67.5rem;
  margin-inline: auto;
}

.faq__item {
  border-bottom: 1px dotted #888;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 780px) {
  .faq__item {
    padding-left: 1.25rem;
  }
}

.faq__item:last-child {
  border-bottom: none;
}

.faq__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__item-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.faq__item-text {
  padding-left: 0.75rem;
  color: #1e1e1e;
}
@media screen and (min-width: 780px) {
  .faq__item-text {
    padding-left: 2rem;
    font-size: 1.25rem;
    letter-spacing: 0.05625rem;
    line-height: 1;
    font-weight: 700;
  }
}

.faq__item-line {
  width: 1.5rem;
  height: 0.1875rem;
  margin-left: auto;
  padding-left: 0.625rem;
}
@media screen and (min-width: 780px) {
  .faq__item-line {
    padding-left: initial;
  }
}

.faq__item-content {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__item-content-text {
  padding-left: 0.75rem;
  color: #444444;
}
@media screen and (min-width: 780px) {
  .faq__item-content-text {
    padding-left: 2rem;
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
    line-height: 1;
    font-weight: 500;
    max-width: 54.375rem;
  }
}

.access {
  margin-top: 4.375rem;
  background: #f7fff0;
}

.access__inner {
  padding-inline: initial;
  max-width: initial;
}

.access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  .access__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.4375rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.4375rem;
  }
}

@media screen and (min-width: 780px) {
  .access__head {
    max-width: 1242px;
    padding-inline: 25px;
    margin-left: 6.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.access__title {
  font-size: 1.5rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .access__title {
    margin-inline: initial;
    font-size: 2rem;
    margin-left: 6.875rem;
  }
}

.access__items {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 780px) {
  .access__items {
    padding-right: initial;
    padding-left: initial;
  }
}

.access__item {
  max-width: 31.25rem;
  margin-top: 2.5rem;
}

.access__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03125rem;
}

.access__item-title--image {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

.access__item-text {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.03125rem;
  font-weight: 500;
  padding-top: 1rem;
  color: #444444;
}

.access__map {
  width: 100%;
  height: 18.75rem;
}
@media screen and (min-width: 780px) {
  .access__map {
    height: 100%;
  }
}

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

.contact {
  background-image: url(../images/contact-background2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.contact__title {
  font-size: 1.5rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0.03125rem;
}
@media screen and (min-width: 780px) {
  .contact__title {
    font-size: 2rem;
  }
}

.contact__text {
  text-align: center;
  letter-spacing: 0.03125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  padding-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .contact__text {
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
}

.contact__content {
  border: 0.0625rem solid #033816;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 3.125rem;
  max-width: 25rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .contact__content {
    padding: 1.5rem 5.625rem;
  }
}

.contact__head {
  font-size: 1.125rem;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  color: #1e1e1e;
}

.contact__caption {
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  line-height: 1;
  font-weight: 500;
  padding-top: 0.75rem;
  color: #1e1e1e;
}

.contact__btn {
  padding-top: 1.1875rem;
  text-align: center;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 3.125rem;
  width: 13.75rem;
  height: 4rem;
  background-image: url(../images/contact-btn022x.png);
  margin-top: 1.1875rem;
}

.contact__btn:hover {
  opacity: 0.8;
}

.footer {
  background-color: #033816;
}

.footer__inner {
  padding-top: 4.375rem;
}

.footer__logo {
  margin-inline: auto;
  width: 9.8125rem;
}
@media screen and (min-width: 780px) {
  .footer__logo {
    margin-inline: initial;
  }
}

.footer__address-items {
  text-align: center;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 780px) {
  .footer__address-items {
    text-align: left;
  }
}

.footer__address-item {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.01875rem;
  font-weight: 400;
}

.footer__copyright {
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 2.4375rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.01875rem;
  font-weight: 400;
}

.floating {
  position: fixed;
  bottom: 1.25rem;
  right: 1.5rem;
  z-index: 9999;
}
@media screen and (min-width: 780px) {
  .floating {
    bottom: 23%;
  }
}

.floating__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  background-image: url("../images/reservation-btn2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
}
@media screen and (min-width: 780px) {
  .floating__link {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.floating__link-text {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .floating__link-text {
    font-size: 1.25rem;
  }
}

.floating__link-subtext {
  width: 4.375rem;
  padding-top: 0.25rem;
}
@media screen and (min-width: 780px) {
  .floating__link-subtext {
    width: 8.5rem;
    padding-top: 1.25rem;
  }
}

.coming-soon {
  background-image: url(../images/fv-filter2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: 100vh;
  width: 100%;
  position: relative;
}

.coming-soon__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.coming-soon__logo {
  width: 12.375rem;
  height: 2.1875rem;
  margin-inline: auto;
}

.coming-soon__main-text {
  font-size: 4.6875rem;
  line-height: 4.375rem;
  letter-spacing: 0.03125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .coming-soon__main-text {
    line-height: 1;
  }
}

.coming-soon__sub-text {
  padding-top: 1.875rem;
  font-size: 1.125rem;
  letter-spacing: 0.03125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
/*# sourceMappingURL=styles.css.map */