@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

/* 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 {
  display: block;
  max-width: 100%;
  width: 100%;
}

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1130px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.1025641026vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: clip;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.l-amenity {
  margin-bottom: 180px;
  margin-bottom: 11.25rem;
  overflow-x: clip;
  padding-top: 180px;
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-amenity {
    margin-bottom: 77px;
    margin-bottom: 4.8125rem;
    padding-top: 56px;
    padding-top: 3.5rem;
  }
}

.l-charm {
  padding-bottom: 181.94px;
  padding-bottom: 11.37125rem;
  padding-top: 176px;
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .l-charm {
    padding-bottom: 61px;
    padding-bottom: 3.8125rem;
    padding-top: 43px;
    padding-top: 2.6875rem;
  }
}

.l-cta {
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
  padding-top: 139px;
  padding-top: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
}

.l-drawer {
  display: none;
}
@media screen and (max-width: 1230px) {
  .l-drawer {
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    visibility: hidden;
    z-index: 100;
  }
}

.l-drawer[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
  visibility: visible;
}

.l-drawer.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.l-drawer {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}
.l-drawer.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.l-facility {
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  padding-top: 183px;
  padding-top: 11.4375rem;
}
@media screen and (max-width: 767px) {
  .l-facility {
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    padding-top: 57px;
    padding-top: 3.5625rem;
  }
}

.l-footer {
  padding-bottom: 111px;
  padding-bottom: 6.9375rem;
  padding-top: 180px;
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 85px;
    padding-bottom: 5.3125rem;
    padding-top: 59px;
    padding-top: 3.6875rem;
  }
}

.l-header {
  background-color: transparent;
  bottom: auto;
  left: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  position: relative;
  right: 0;
  top: 0;
  transition: background-color 0.4s ease, padding 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 80px;
    height: 5rem;
  }
}

.l-header.p-header--fixed {
  background-color: #f9f9f9;
  opacity: 0;
  padding: 20px 0 26px;
  padding: 1.25rem 0 1.625rem;
  position: fixed;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .l-header.p-header--fixed {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}

.l-header.p-header--fixed.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-logo-switch {
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: visible;
}

.js-logo-switch.is-switching {
  opacity: 0;
  visibility: hidden;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
  max-width: 70.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px;
    max-width: 37.5rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

.l-mv {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-mv {
    margin-top: 48px;
    margin-top: 3rem;
  }
}

.l-plan {
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  padding-top: 180px;
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-plan {
    padding-bottom: 57px;
    padding-bottom: 3.5625rem;
    padding-top: 55px;
    padding-top: 3.4375rem;
  }
}

.c-button a {
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 1.875rem;
  color: #005D4D;
  display: inline-flex;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 20px;
  gap: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375;
    padding: 8px 40px;
    padding: 0.5rem 2.5rem;
  }
}

.c-button a::after {
  -webkit-mask-image: url(../images/common/arrow_green.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  background-color: #005D4D;
  content: "";
  display: inline-block;
  height: 24px;
  height: 1.5rem;
          mask-image: url(../images/common/arrow_green.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  transition: 0.3s;
  vertical-align: middle;
  width: 24px;
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-button a::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-button a.u-pc {
    display: none;
  }
}

@media (any-hover: hover) {
  .c-button a:hover {
    background-color: #005D4D;
    color: #f9f9f9;
    opacity: 1;
  }
  .c-button a:hover::after {
    background-color: #f9f9f9;
    opacity: 1;
  }
}
.c-button--green a {
  align-items: center;
  background-color: #005D4D;
  border-radius: 1.875rem;
  color: #f9f9f9;
  display: inline-flex;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 20px;
  gap: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button--green a {
    font-size: 20px;
    font-size: 1.25rem;
    justify-content: center;
    line-height: 1;
    padding: 22px 0;
    padding: 1.375rem 0;
    width: 100%;
  }
}

.c-button--green a::after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-image: url(../images/common/arrow_green.svg);
  background-color: #f9f9f9;
  content: "";
  display: inline-block;
  height: 24px;
  height: 1.5rem;
          mask-image: url(../images/common/arrow_green.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  transition: 0.3s;
  vertical-align: middle;
  width: 24px;
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-button--green a::after {
    -webkit-mask-image: url(../images/common/arrow_green.svg);
    background-color: #f9f9f9;
    display: inline-block;
            mask-image: url(../images/common/arrow_green.svg);
  }
}

@media (any-hover: hover) {
  .c-button--green a:hover {
    color: #005D4D;
  }
  .c-button--green a:hover {
    background-color: #f9f9f9;
    box-shadow: 0 0 0 0.125rem #005D4D;
  }
  .c-button--green a:hover::after {
    background-color: #005D4D;
  }
}
.c-footstep {
  position: absolute;
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-footstep {
    width: 10px;
    width: 0.625rem;
  }
}

.c-footstep--01 {
  right: calc(50% - 550px);
  right: calc(50% - 34.375rem);
  top: 7px;
  top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-footstep--01 {
    right: calc(50% - 7.5625rem);
    top: 90px;
    top: 5.625rem;
  }
}

.c-footstep--02 {
  bottom: -41px;
  bottom: -2.5625rem;
  left: calc(50% - 550px);
  left: calc(50% - 34.4375rem);
}

.c-footstep--03 {
  display: flex;
  gap: 16px;
  gap: 1rem;
  right: 100px;
  right: 6.25rem;
  top: 20px;
  top: 1.25rem;
  width: 306px;
  width: 19.125rem;
}
@media screen and (max-width: 767px) {
  .c-footstep--03 {
    display: none;
  }
}

.c-footstep--04 {
  display: flex;
  gap: 16px;
  gap: 1rem;
  right: 23px;
  right: 1.4375rem;
  top: 20px;
  top: 1.25rem;
  width: 306px;
  width: 19.125rem;
}
@media screen and (max-width: 767px) {
  .c-footstep--04 {
    display: none;
  }
}

.c-footstep--05 {
  display: flex;
  gap: 16px;
  gap: 1rem;
  right: 21px;
  right: 1.3125rem;
  top: 20px;
  top: 1.25rem;
  width: 306px;
  width: 19.125rem;
}
@media screen and (max-width: 767px) {
  .c-footstep--05 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .js-footstep03 .c-footstep--03 {
    right: calc(50% - 10.5rem);
    top: 438px;
    top: 27.375rem;
    width: 10px;
    width: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .js-footstep04 .c-footstep--04 {
    right: calc(50% - 10.5rem);
    top: 438px;
    top: 27.375rem;
    width: 10px;
    width: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .js-footstep05 .c-footstep--05 {
    right: calc(50% - 10.5rem);
    top: 438px;
    top: 27.375rem;
    width: 10px;
    width: 0.625rem;
  }
}

.c-footstep--01 .c-footstep__item,
.c-footstep--02 .c-footstep__item {
  display: block;
  max-width: 11px;
  max-width: 0.6875rem;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footstep--01 .c-footstep__item,
  .c-footstep--02 .c-footstep__item {
    max-width: 5px;
    max-width: 0.3125rem;
  }
}
.c-footstep--01 .c-footstep__item img,
.c-footstep--02 .c-footstep__item img {
  -o-object-fit: cover;
  aspect-ratio: 11/24;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footstep--01 .c-footstep__item img,
  .c-footstep--02 .c-footstep__item img {
    aspect-ratio: 5/12;
  }
}

.c-footstep--03 .c-footstep__item,
.c-footstep--04 .c-footstep__item,
.c-footstep--05 .c-footstep__item {
  display: block;
  max-width: 24px;
  max-width: 1.5rem;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footstep--03 .c-footstep__item,
  .c-footstep--04 .c-footstep__item,
  .c-footstep--05 .c-footstep__item {
    max-width: 5px;
    max-width: 0.3125rem;
  }
}
.c-footstep--03 .c-footstep__item img,
.c-footstep--04 .c-footstep__item img,
.c-footstep--05 .c-footstep__item img {
  -o-object-fit: contain;
  aspect-ratio: 24/11;
  height: auto;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footstep--03 .c-footstep__item img,
  .c-footstep--04 .c-footstep__item img,
  .c-footstep--05 .c-footstep__item img {
    aspect-ratio: 5/12;
  }
}
.c-footstep--03 .c-footstep__item:nth-child(even),
.c-footstep--04 .c-footstep__item:nth-child(even),
.c-footstep--05 .c-footstep__item:nth-child(even) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-footstep--03 .c-footstep__item:nth-child(even),
  .c-footstep--04 .c-footstep__item:nth-child(even),
  .c-footstep--05 .c-footstep__item:nth-child(even) {
    margin-top: 0;
    margin-top: initial;
  }
}

.c-footstep--01 .c-footstep__item + .c-footstep__item {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-footstep--01 .c-footstep__item + .c-footstep__item {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.c-footstep--02 .c-footstep__item + .c-footstep__item {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-footstep--02 .c-footstep__item + .c-footstep__item {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-footstep--03 .c-footstep__item + .c-footstep__item {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-footstep--04 .c-footstep__item + .c-footstep__item {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-footstep--05 .c-footstep__item + .c-footstep__item {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.c-footstep--01 .c-footstep__item:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-footstep--01 .c-footstep__item:nth-child(even) {
    margin-left: 0;
    margin-left: initial;
  }
}

@media screen and (max-width: 767px) {
  .c-footstep--01 .c-footstep__item:nth-child(odd) {
    margin-left: auto;
  }
}

.c-footstep--02 .c-footstep__item:nth-child(odd) {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .c-footstep--03 .c-footstep__item:nth-child(odd) {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-footstep--04 .c-footstep__item:nth-child(odd) {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-footstep--05 .c-footstep__item:nth-child(odd) {
    margin-left: auto;
  }
}

.c-menu-button {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1rem;
  height: auto;
  position: relative;
  width: 40px;
  width: 2.5rem;
}

.c-menu-button span {
  background-color: #000;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 18px;
  width: 1.125rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  transform: translateY(-0.375rem);
}

.c-menu-button span::after {
  transform: translateY(0.375rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  transform: translateY(0) rotate(-45deg);
}

.c-section-title {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}

.c-section-title__center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title__center {
    text-align: left;
    text-align: initial;
  }
}

.c-section-title__en {
  background-image: url(../images/common/section-title__en.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #F3F3F3;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.1875;
  max-width: 117px;
  max-width: 7.3125rem;
  padding: 4px 18px 5px 17px;
  padding: 0.25rem 1.125rem 0.3125rem 1.0625rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    aspect-ratio: 100.24/24;
    background-image: url(../images/common/section-title__en-sp.svg);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    max-width: 100.29px;
    max-width: 6.268125rem;
    padding: 6px 19.29px 6px 19px;
    padding: 0.375rem 1.205625rem 0.375rem 1.1875rem;
  }
}

.c-section-title__vertical .c-section-title__en {
  padding-left: 0;
  padding-right: 0;
  transform: rotate(90deg);
}

.c-section-title__en--white {
  background-image: url(../images/common/section-title__en--white.svg);
  color: #005D4D;
}

.c-section-title__en--big {
  background-image: url(../images/common/section-title__en-big.svg);
  max-width: 236px;
  max-width: 14.75rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__en--big {
    aspect-ratio: 200.57/24;
    background-image: url(../images/common/section-title__en-big-sp.svg);
    max-width: 200.57px;
    max-width: 12.535625rem;
  }
}

.c-section-title__ja {
  align-items: center;
  display: flex;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  gap: 37px;
  gap: 2.3125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    align-items: baseline;
    flex-direction: column;
    font-size: 24px;
    font-size: 1.5rem;
    gap: 59px;
    gap: 3.6875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.c-section-title__ja--white {
  color: #FFF8DC;
}

.c-section-title__ja--center {
  justify-content: center;
}

.c-section-title__ja span::before {
  background-color: #000;
  content: "";
  display: block;
  height: 30px;
  height: 1.875rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
  width: 1px;
  width: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja span::before {
    height: 1px;
    height: 0.0625rem;
    position: absolute;
    top: -32px;
    top: -2rem;
    width: 30px;
    width: 1.875rem;
  }
}

.c-section-title__ja span {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  gap: 39px;
  gap: 2.4375rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1px;
  margin-top: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja span {
    line-height: 1.5;
    position: relative;
  }
}

.c-section-title__vertical .c-section-title__ja span {
  font-feature-settings: "vert" on;
  color: #005D4D;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
  writing-mode: vertical-rl;
}

.c-text {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.c-text--lh1 {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .dummy__image {
    width: 20%;
  }
}

.dummy__image img {
  -o-object-fit: cover;
  aspect-ratio: 690/1035;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dummy__image img {
    aspect-ratio: 690/460;
  }
}

.p-access {
  background-color: #00634f;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  padding-top: 198px;
  padding-top: 12.375rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
    padding-top: 59px;
    padding-top: 3.6875rem;
  }
}

.p-access__contents {
  display: flex;
  gap: 98px;
  gap: 6.125rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-access__contents {
    flex-direction: column-reverse;
    gap: 59px;
    gap: 3.6875rem;
  }
}

.p-access__head {
  align-items: center;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-access__label {
  height: auto;
  width: 80px;
  width: 5rem;
}

.p-access__title {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-access__list {
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-access__list {
    flex-direction: column;
    margin-top: 59.67px;
    margin-top: 3.729375rem;
  }
}

.p-access__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
}

.p-access__item--spot {
  gap: 0;
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-access__item--access {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-access__term {
  border: 1px solid #FFF8DC;
  border-radius: 3.125rem;
  color: #FFF8DC;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 6px 28px;
  padding: 0.375rem 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-access__term {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 28px;
    padding: 0.3125rem 1.75rem;
  }
}

.p-access__desc {
  color: #FFF8DC;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-access__desc .u-pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-access__desc .u-pc {
    display: none;
  }
}

.p-access__desc--lh2 {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-access__desc--lh2 {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-access__desc--lh15-sp {
    line-height: 1.5;
  }
}

.p-access__map {
  display: flex;
  flex: 1;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    flex-direction: column;
  }
}

.p-access__map-frame {
  background-color: #e1e1e1;
  border-radius: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-access__map-frame {
    padding: 32px 16px;
    padding: 2rem 1rem;
  }
}

.p-access__map-text {
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.p-access__images {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-access__images {
    flex-direction: row;
    gap: 19.5px;
    gap: 1.21875rem;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
}

.p-access__image {
  -o-object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 1.875rem;
  height: 100%;
  max-width: 360px;
  max-width: 22.5rem;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__image {
    aspect-ratio: 156.5/104.33;
    border-radius: 0.625rem;
    width: calc(50% - 0.609375rem);
  }
}

.p-access__iframe {
  max-width: 699px;
  max-width: 43.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__iframe {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
}

.p-access__iframe iframe {
  aspect-ratio: 699/500;
  border-radius: 1.875rem;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__iframe iframe {
    aspect-ratio: 1/1;
  }
}

.p-access__desc-image {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-access__desc-image {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
}

.p-access__spot-items {
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-access__spot-items {
    flex-direction: column;
  }
}

.p-access__spot-item {
  background-color: #FFF8DC;
  border-radius: 0.625rem;
  max-width: 192px;
  max-width: 12rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-top: 32px;
  padding-top: 2rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__spot-item {
    align-items: center;
    display: flex;
    gap: 15px;
    gap: 0.9375rem;
    max-width: 100%;
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-top: 13px;
    padding-top: 0.8125rem;
  }
}

.p-access__spot-item--temple::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/spot-icon_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: 50%;
  max-width: 60px;
  max-width: 3.75rem;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__spot-item--temple::before {
    aspect-ratio: 6/5;
    background-image: url(../images/common/spot-icon-sp_1.svg);
    max-width: 36px;
    max-width: 2.25rem;
    position: static;
    position: initial;
    transform: none;
    transform: initial;
  }
}

.p-access__spot-item--dinosaur::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/spot-icon_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: 50%;
  max-width: 60px;
  max-width: 3.75rem;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__spot-item--dinosaur::before {
    aspect-ratio: 34.93/24.93;
    background-image: url(../images/common/spot-icon-sp_2.svg);
    max-width: 34.93px;
    max-width: 2.183125rem;
    position: static;
    position: initial;
    transform: none;
    transform: initial;
  }
}

.p-access__spot-item--lunch::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/spot-icon_3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: 50%;
  max-width: 60px;
  max-width: 3.75rem;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__spot-item--lunch::before {
    aspect-ratio: 36.52/24;
    background-image: url(../images/common/spot-icon-sp_3.svg);
    max-width: 36.52px;
    max-width: 2.2825rem;
    position: static;
    position: initial;
    transform: none;
    transform: initial;
  }
}

.p-access__spot-item--text {
  color: #005D4D;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-access__spot-item--text {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-access__spot-item--text--mr2em {
    margin-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .p-access__spot-item--text--mr3em {
    margin-right: 3em;
  }
}

.p-access__spot-item--line1 {
  padding-top: 44px;
  padding-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-access__spot-item--line1 {
    padding-top: 13px;
    padding-top: 0.8125rem;
  }
}

.p-access__spot-item--time {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-access__spot-item--time {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}

.p-access__spot-item--line1 .p-access__spot-item--time {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-access__spot-item--line1 .p-access__spot-item--time {
    margin-top: 0;
  }
}

.p-access__spot-item--time img {
  aspect-ratio: 50/25;
  max-width: 50px;
  max-width: 3.125rem;
  width: 100%;
}

.p-access__spot-item--time p {
  color: #005D4D;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-access__spot-item--time p span {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-amenity__content {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-amenity__content {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
}

.p-amenity__content + .p-amenity__content {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-amenity__content + .p-amenity__content {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-amenity__content:last-child::after {
  background-image: url(../images/common/amenity_line_3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 3px;
  height: 0.1875rem;
  margin-top: 63.06px;
  margin-top: 3.94125rem;
  max-width: 1080px;
  max-width: 67.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__content:last-child::after {
    display: none;
  }
}

.p-amenity__title {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 44.8px;
  gap: 2.8rem;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-amenity__title {
    align-items: initial;
    flex-direction: column;
    font-size: 16px;
    font-size: 1rem;
    gap: 15px;
    gap: 0.9375rem;
    text-align: left;
    text-align: initial;
  }
}

.p-amenity__title::before,
.p-amenity__title::after {
  background-image: url(../images/common/amenity_line_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 3px;
  height: 0.1875rem;
  max-width: 455.25px;
  max-width: 28.453125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__title::before,
  .p-amenity__title::after {
    background-position: left;
    height: 2px;
    height: 0.125rem;
  }
}

.p-amenity__title--bath {
  gap: 49px;
  gap: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-amenity__title--bath {
    gap: 14px;
    gap: 0.875rem;
  }
}

.p-amenity__title--bath::before,
.p-amenity__title--bath::after {
  background-image: url(../images/common/amenity_line_2.png);
  max-width: 384.75px;
  max-width: 24.046875rem;
}

.p-amenity__block {
  align-items: center;
  display: flex;
  margin-left: 123px;
  margin-left: 7.6875rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-amenity__block {
    gap: 71px;
    gap: 4.4375rem;
    justify-content: initial;
    margin-left: 38px;
    margin-left: 2.375rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-amenity__block--pc {
    display: none;
  }
}

.p-amenity__block--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-amenity__block--sp {
    display: flex;
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
}

.p-amenity__items:first-child {
  margin-right: 239px;
  margin-right: 14.9375rem;
}
@media screen and (max-width: 767px) {
  .p-amenity__items:first-child {
    margin-right: 0;
  }
}

.p-amenity__items:nth-child(2) {
  margin-right: 217px;
  margin-right: 13.5625rem;
}
@media screen and (max-width: 767px) {
  .p-amenity__items:nth-child(2) {
    margin-right: 0;
  }
}

.p-amenity__content:last-child .p-amenity__block {
  margin-left: 122px;
  margin-left: 7.625rem;
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-amenity__content:last-child .p-amenity__block {
    align-items: initial;
    gap: 84px;
    gap: 5.25rem;
    margin-left: 38px;
    margin-left: 2.375rem;
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-amenity__content:first-child .p-amenity__items:first-child {
    margin-top: -10px;
    margin-top: -0.625rem;
  }
}

.p-amenity__content:last-child .p-amenity__items:first-child {
  margin-right: 262px;
  margin-right: 16.375rem;
}
@media screen and (max-width: 767px) {
  .p-amenity__content:last-child .p-amenity__items:first-child {
    margin-right: 0;
  }
}

.p-amenity__content:last-child .p-amenity__items:nth-child(2) {
  margin-right: 256px;
  margin-right: 16rem;
}
@media screen and (max-width: 767px) {
  .p-amenity__content:last-child .p-amenity__items:nth-child(2) {
    margin-right: 0;
  }
}

.p-amenity__item {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-amenity__item {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 19.7px;
    margin-bottom: 1.23125rem;
  }
}

.p-amenity__item:last-child {
  margin-bottom: 0;
}

.p-amenity__item img {
  position: absolute;
}

.p-amenity__item--1 img {
  aspect-ratio: 31.47/25;
  left: -46.47px;
  left: -2.904375rem;
  max-width: 31.47px;
  max-width: 1.966875rem;
  top: -2px;
  top: -0.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--1 img {
    aspect-ratio: 19.056/16.051;
    left: -36px;
    left: -2.25rem;
    max-width: 19.06px;
    max-width: 1.19125rem;
  }
}

.p-amenity__item--2 img {
  aspect-ratio: 13.82/25;
  left: -37px;
  left: -2.3125rem;
  max-width: 13.82px;
  max-width: 0.86375rem;
  top: -1px;
  top: -0.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--2 img {
    aspect-ratio: 8.29/15;
    left: -30px;
    left: -1.875rem;
    max-width: 8.29px;
    max-width: 0.518125rem;
  }
}

.p-amenity__item--3 img {
  aspect-ratio: 33.74/25;
  left: -46px;
  left: -2.875rem;
  max-width: 33.74px;
  max-width: 2.10875rem;
  top: -1px;
  top: -0.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--3 img {
    aspect-ratio: 20.24/15;
    left: -36px;
    left: -2.25rem;
    max-width: 20.24px;
    max-width: 1.265rem;
  }
}

.p-amenity__item--4 img {
  aspect-ratio: 30.73/25;
  left: -44px;
  left: -2.75rem;
  max-width: 30.73px;
  max-width: 1.920625rem;
  top: -1px;
  top: -0.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--4 img {
    aspect-ratio: 18.44/15;
    left: -35px;
    left: -2.1875rem;
    max-width: 18.44px;
    max-width: 1.1525rem;
  }
}

.p-amenity__item--5 img {
  aspect-ratio: 20.85/25;
  left: -39px;
  left: -2.4375rem;
  max-width: 20.85px;
  max-width: 1.303125rem;
  top: -1px;
  top: -0.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--5 img {
    aspect-ratio: 12.51/15;
    left: -33px;
    left: -2.0625rem;
    max-width: 12.51px;
    max-width: 0.781875rem;
  }
}

.p-amenity__item--6 img {
  aspect-ratio: 30.58/25;
  left: -44px;
  left: -2.75rem;
  max-width: 30.58px;
  max-width: 1.91125rem;
  top: -1px;
  top: -0.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--6 img {
    aspect-ratio: 18.35/15;
    left: -35px;
    left: -2.1875rem;
    max-width: 18.35px;
    max-width: 1.146875rem;
  }
}

.p-amenity__item--7 img {
  aspect-ratio: 23.14/25;
  left: -46px;
  left: -2.875rem;
  left: -40px;
  left: -2.5rem;
  max-width: 23.14px;
  max-width: 1.44625rem;
  top: -2.5px;
  top: -0.15625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--7 img {
    aspect-ratio: 13.88/15;
    left: -33px;
    left: -2.0625rem;
    max-width: 13.88px;
    max-width: 0.8675rem;
  }
}

.p-amenity__item--8 img {
  aspect-ratio: 25/25;
  left: -48px;
  left: -3rem;
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--8 img {
    aspect-ratio: 15/15;
    left: -34px;
    left: -2.125rem;
    max-width: 15px;
    max-width: 0.9375rem;
  }
}

.p-amenity__item--9 img {
  aspect-ratio: 38.88/25;
  left: -53.5px;
  left: -3.34375rem;
  max-width: 38.88px;
  max-width: 2.43rem;
  top: -1.5px;
  top: -0.09375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--9 img {
    aspect-ratio: 23.33/15;
    left: -38px;
    left: -2.375rem;
    max-width: 23.33px;
    max-width: 1.458125rem;
  }
}

.p-amenity__item--10 img {
  aspect-ratio: 22.81/25;
  left: -45.5px;
  left: -2.84375rem;
  max-width: 22.81px;
  max-width: 1.425625rem;
  top: -2px;
  top: -0.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--10 img {
    aspect-ratio: 13.69/15;
    left: -32px;
    left: -2rem;
    max-width: 13.69px;
    max-width: 0.855625rem;
  }
}

.p-amenity__item--11 img {
  aspect-ratio: 37.52/25;
  left: -53px;
  left: -3.3125rem;
  max-width: 37.52px;
  max-width: 2.345rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--11 img {
    aspect-ratio: 22.51/15;
    left: -38px;
    left: -2.375rem;
    max-width: 22.51px;
    max-width: 1.406875rem;
  }
}

.p-amenity__item--12 img {
  aspect-ratio: 22.13/24.2;
  left: -44px;
  left: -2.75rem;
  max-width: 22.13px;
  max-width: 1.383125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--12 img {
    aspect-ratio: 13.72/15;
    left: -33px;
    left: -2.0625rem;
    max-width: 13.72px;
    max-width: 0.8575rem;
  }
}

.p-amenity__item--13 img {
  aspect-ratio: 24.49/25;
  left: -39px;
  left: -2.4375rem;
  max-width: 24.49px;
  max-width: 1.530625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--13 img {
    aspect-ratio: 14.69/15;
    left: -34px;
    left: -2.125rem;
    max-width: 14.69px;
    max-width: 0.918125rem;
  }
}

.p-amenity__item--14 img {
  aspect-ratio: 21.16/25;
  left: -38px;
  left: -2.375rem;
  max-width: 21.16px;
  max-width: 1.3225rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--14 img {
    aspect-ratio: 12.7/15;
    left: -33px;
    left: -2.0625rem;
    max-width: 12.7px;
    max-width: 0.79375rem;
  }
}

.p-amenity__item--15 img {
  aspect-ratio: 25/25;
  left: -39px;
  left: -2.4375rem;
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--15 img {
    aspect-ratio: 15/15;
    left: -32px;
    left: -2rem;
    max-width: 15px;
    max-width: 0.9375rem;
  }
}

.p-amenity__item--16 img {
  aspect-ratio: 18.03/25;
  left: -34px;
  left: -2.125rem;
  max-width: 18.03px;
  max-width: 1.126875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--16 img {
    aspect-ratio: 10.82/15;
    left: -32px;
    left: -2rem;
    max-width: 10.82px;
    max-width: 0.67625rem;
  }
}

.p-amenity__item--17 img {
  aspect-ratio: 24.05/25;
  left: -36px;
  left: -2.25rem;
  max-width: 24.05px;
  max-width: 1.503125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--17 img {
    aspect-ratio: 14.43/15;
    left: -34px;
    left: -2.125rem;
    max-width: 14.43px;
    max-width: 0.901875rem;
  }
}

.p-amenity__item--18 img {
  aspect-ratio: 26.43/25;
  left: -37px;
  left: -2.3125rem;
  max-width: 26.43px;
  max-width: 1.651875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--18 img {
    aspect-ratio: 15.86/15;
    left: -35px;
    left: -2.1875rem;
    max-width: 15.86px;
    max-width: 0.99125rem;
  }
}

.p-amenity__item--19 img {
  aspect-ratio: 17.58/25;
  left: -36px;
  left: -2.25rem;
  max-width: 17.58px;
  max-width: 1.09875rem;
  top: -2px;
  top: -0.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--19 img {
    aspect-ratio: 10.55/15;
    left: -28px;
    left: -1.75rem;
    max-width: 10.55px;
    max-width: 0.659375rem;
  }
}

.p-amenity__item--20 img {
  aspect-ratio: 29.95/25;
  left: -42.95px;
  left: -2.684375rem;
  max-width: 29.95px;
  max-width: 1.871875rem;
  top: -2.5px;
  top: -0.15625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--20 img {
    aspect-ratio: 17.97/15;
    left: -32px;
    left: -2rem;
    max-width: 17.97px;
    max-width: 1.123125rem;
  }
}

.p-amenity__item--21 img {
  aspect-ratio: 19.85/25;
  left: -38px;
  left: -2.375rem;
  max-width: 19.85px;
  max-width: 1.240625rem;
  top: -3px;
  top: -0.1875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--21 img {
    aspect-ratio: 11.91/15;
    left: -29px;
    left: -1.8125rem;
    max-width: 11.91px;
    max-width: 0.744375rem;
  }
}

.p-amenity__item--22 img {
  aspect-ratio: 36.64/20;
  left: -46px;
  left: -2.875rem;
  max-width: 36.64px;
  max-width: 2.29rem;
  top: 0.5px;
  top: 0.03125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--22 img {
    aspect-ratio: 17.32/15;
    left: -32px;
    left: -2rem;
    max-width: 17.32px;
    max-width: 1.0825rem;
  }
}

.p-amenity__item--23 img {
  aspect-ratio: 10.35/25;
  left: -35px;
  left: -2.1875rem;
  max-width: 10.35px;
  max-width: 0.646875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--23 img {
    aspect-ratio: 6.21/15;
    left: -26px;
    left: -1.625rem;
    max-width: 6.21px;
    max-width: 0.388125rem;
  }
}

.p-amenity__item--24 img {
  aspect-ratio: 11.01/22.52;
  left: -34px;
  left: -2.125rem;
  max-width: 11.01px;
  max-width: 0.688125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--24 img {
    aspect-ratio: 12.38/15;
    left: -29px;
    left: -1.8125rem;
    max-width: 12.38px;
    max-width: 0.77375rem;
  }
}

.p-amenity__item--25 img {
  aspect-ratio: 20.96/25;
  left: -40px;
  left: -2.5rem;
  max-width: 20.96px;
  max-width: 1.31rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--25 img {
    aspect-ratio: 12.58/15;
    left: -32px;
    left: -2rem;
    max-width: 12.58px;
    max-width: 0.78625rem;
  }
}

.p-amenity__item--26 img {
  aspect-ratio: 9.61/24.2;
  left: -35px;
  left: -2.1875rem;
  max-width: 9.61px;
  max-width: 0.600625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--26 img {
    aspect-ratio: 5.96/15;
    left: -28px;
    left: -1.75rem;
    max-width: 5.96px;
    max-width: 0.3725rem;
  }
}

.p-amenity__item--27 img {
  aspect-ratio: 9.94/25;
  left: -35px;
  left: -2.1875rem;
  max-width: 9.94px;
  max-width: 0.62125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--27 img {
    aspect-ratio: 5.4/15;
    left: -29px;
    left: -1.8125rem;
    max-width: 5.4px;
    max-width: 0.3375rem;
  }
}

.p-amenity__item--28 img {
  aspect-ratio: 12.88/25;
  left: -36px;
  left: -2.25rem;
  max-width: 12.88px;
  max-width: 0.805rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--28 img {
    aspect-ratio: 7.37/15;
    left: -30px;
    left: -1.875rem;
    max-width: 7.37px;
    max-width: 0.460625rem;
  }
}

.p-amenity__item--29 img {
  aspect-ratio: 20.84/25;
  left: -39px;
  left: -2.4375rem;
  max-width: 20.84px;
  max-width: 1.3025rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--29 img {
    aspect-ratio: 13/15;
    left: -32px;
    left: -2rem;
    max-width: 13px;
    max-width: 0.8125rem;
  }
}

.p-amenity__item--30 img {
  aspect-ratio: 20.37/25;
  left: -38px;
  left: -2.375rem;
  max-width: 20.37px;
  max-width: 1.273125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--30 img {
    aspect-ratio: 12/15;
    left: -32px;
    left: -2rem;
    max-width: 12px;
    max-width: 0.75rem;
  }
}

.p-amenity__item--31 img {
  aspect-ratio: 25.06/25.74;
  left: -38px;
  left: -2.375rem;
  max-width: 25.06px;
  max-width: 1.56625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--31 img {
    aspect-ratio: 12/15;
    left: -32px;
    left: -2rem;
    max-width: 12px;
    max-width: 0.75rem;
  }
}

.p-amenity__item--note {
  color: #000;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.125;
  translate: -38px 0;
  translate: -2.375rem 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-amenity__item--note {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    line-height: 1;
  }
}

.p-charm {
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .p-charm .c-section-title {
    text-align: center;
  }
}

.p-charm .c-section-title__ja {
  align-items: center;
}

.p-charm .c-section-title__ja span::before {
  left: 50%;
  transform: translateX(-50%);
}

.p-charm__contents {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-charm__contents {
    margin-top: 57px;
    margin-top: 3.5625rem;
  }
}

.p-charm__content + .p-charm__content {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-charm__content + .p-charm__content {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-charm__title {
    text-align: center;
  }
}

.p-charm__content:first-child .p-charm__title--ja {
  align-items: center;
  display: flex;
  gap: 35px;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-charm__content:first-child .p-charm__title--ja {
    justify-content: center;
  }
}

.p-charm__content:first-child .p-charm__title--ja::after {
  background-image: url(../images/common/charm_line_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 3px;
  height: 0.1875rem;
  max-width: 881px;
  max-width: 55.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charm__content:first-child .p-charm__title--ja::after {
    display: none;
  }
}

.p-charm__content:nth-child(2) .p-charm__title--ja {
  align-items: center;
  display: flex;
  gap: 25.25px;
  gap: 1.578125rem;
}
@media screen and (max-width: 767px) {
  .p-charm__content:nth-child(2) .p-charm__title--ja {
    justify-content: center;
  }
}

.p-charm__content:nth-child(2) .p-charm__title--ja::after {
  background-image: url(../images/common/charm_line_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 3px;
  height: 0.1875rem;
  max-width: 808px;
  max-width: 50.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charm__content:nth-child(2) .p-charm__title--ja::after {
    display: none;
  }
}

.p-charm__title--en {
  color: #005D4D;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-charm__title--en {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
  }
}

.p-charm__title--ja {
  color: #005D4D;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-charm__title--ja {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.p-charm__items {
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  justify-content: center;
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-charm__items {
    flex-direction: column;
    gap: 85px;
    gap: 5.3125rem;
    margin-top: 68px;
    margin-top: 4.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-charm__content:nth-child(2) .p-charm__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-charm__items--mt60 {
  gap: 29.5px;
  gap: 1.84375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-charm__items--mt60 {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}

.p-charm__item {
  flex: 1;
}

.p-charm__item--img {
  max-width: 340px;
  max-width: 21.25rem;
  position: relative;
  width: 100%;
}

.p-charm__item--point {
  aspect-ratio: 180/50;
  background-image: url(../images/common/charm_point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #f9f9f9;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  left: 50%;
  line-height: 1.20833333;
  max-width: 180px;
  max-width: 11.25rem;
  padding: 10px 32px 11px 32px;
  padding: 0.625rem 2rem 0.6875rem 2rem;
  position: absolute;
  text-transform: uppercase;
  top: -25px;
  top: -1.5625rem;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charm__item--point {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.p-charm__item--img img {
  -o-object-fit: cover;
  aspect-ratio: 340/226.67;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-charm__item--title {
  color: #005D4D;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 30.33px;
  margin-top: 1.895625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-charm__item--title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-charm__item--text {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-charm__item--text {
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 17px;
    margin-top: 1.0625rem;
    padding: 0;
  }
}

.p-charm__item--howto-title {
  align-items: center;
  color: #005D4D;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 24.5px;
  margin-top: 1.53125rem;
  padding: 0 19.5px 0 20px;
  padding: 0 1.21875rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-charm__item--howto-title {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 12.5px;
    margin-top: 0.78125rem;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-charm__item--howto-title--fz15 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-charm__item--howto-title--ls0 {
  letter-spacing: 0;
}

.p-charm__item--howto-title::before,
.p-charm__item--howto-title::after {
  background-color: #005D4D;
  content: "";
  display: inline-block;
  height: 29.057px;
  height: 1.8160625rem;
  width: 3px;
  width: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-charm__item--howto-title::before,
  .p-charm__item--howto-title::after {
    display: none;
  }
}

.p-charm__item--howto-img {
  max-width: 247.5px;
  max-width: 15.46875rem;
}

.p-charm__item--howto-img img {
  aspect-ratio: 1/1;
}

.p-concept {
  padding-bottom: 212px;
  padding-bottom: 13.25rem;
  padding-top: 194px;
  padding-top: 12.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-bottom: 52px;
    padding-bottom: 3.25rem;
    padding-top: 163px;
    padding-top: 10.1875rem;
  }
}

.p-concept .l-inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
  gap: 3.75rem;
  justify-content: center;
  max-width: 830px;
  max-width: 51.875rem;
}
@media screen and (max-width: 767px) {
  .p-concept .l-inner {
    flex-direction: column;
    gap: 28px;
    gap: 1.75rem;
  }
}

.p-concept__title {
  align-items: start;
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    flex-direction: column;
    gap: 21px;
    gap: 1.3125rem;
  }
}

.p-concept__title--en {
  background-image: url(../images/common/concept-title_en.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #F3F3F3;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.1875;
  margin-top: 3px;
  margin-top: 0.1875rem;
  max-height: 117px;
  max-height: 7.3125rem;
  padding: 14px 4px 14px 4px;
  padding: 0.875rem 0.25rem 0.875rem 0.25rem;
  text-align: center;
  text-orientation: sideways;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-concept__title--en {
    background-image: url(../images/common/section-title__en.svg);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 0;
    padding: 6px 16.05px;
    padding: 0.375rem 1.003125rem;
    text-orientation: upright;
    writing-mode: initial;
  }
}

.p-concept__title--ja {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-concept__title--ja {
    gap: 0;
    writing-mode: initial;
  }
}

.p-concept__title--ja span {
  font-feature-settings: "vert" on;
  color: #005D4D;
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.435em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-concept__title--ja span {
    font-feature-settings: inherit;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }
}

.p-concept__text-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-concept__text-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-concept__text-block {
    font-feature-settings: inherit;
    gap: 0;
    line-height: 1.8;
    writing-mode: inherit;
  }
}

.p-concept__text-block--pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-concept__text-block--pc {
    display: none;
  }
}

.p-concept__text-block--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-concept__text-block--sp {
    display: flex;
  }
}

.p-concept__text {
  font-feature-settings: "vert" on;
  color: #005D4D;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    font-feature-settings: inherit;
    gap: 0;
    line-height: 1.8;
    writing-mode: inherit;
  }
}

@media screen and (max-width: 767px) {
  .p-concept__text + .p-concept__text {
    margin-top: 2em;
  }
}

.p-concept__text span {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-concept__text span {
    letter-spacing: 0.1em;
    margin-left: 0;
  }
}

.p-concept__text span:last-child {
  margin-left: 0;
}

.p-concept__text span span {
  letter-spacing: 0.1em;
  margin-left: 0;
  translate: 0 -5px;
  translate: 0 -0.3125rem;
  writing-mode: initial;
}
@media screen and (max-width: 767px) {
  .p-concept__text span span {
    writing-mode: inherit;
  }
}

.p-cta {
  background-image: url(../images/common/cta_bgi.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url(../images/common/cta_bgi-sp.jpg);
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-cta::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
  }
}

.p-cta__inner {
  text-align: center;
}

.p-cta__text {
  color: #f9f9f9;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.19em;
    margin-left: auto;
    margin-right: auto;
    writing-mode: vertical-lr;
  }
}

.p-cta__button {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__button {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
}

.p-drawer {
  background-color: #f9f9f9;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}

.p-drawer__nav-item a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 3px;
  gap: 0.1875rem;
  letter-spacing: 0.1em;
  line-height: 1.4375;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.p-drawer__nav-item a span {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.22222222;
  text-transform: uppercase;
}

.p-drawer-nav-item--button {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-drawer-nav-item--button a {
  align-items: center;
  background: #005D4D;
  border-radius: 30px;
  color: #F9F9F9;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.4375;
  padding: 10px 39px;
  padding: 0.625rem 2.4375rem;
  transition: 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-facility {
  background: rgba(249, 249, 249, 0.3);
  background-image: url(../images/common/facility_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-facility__contents {
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-facility__contents {
    margin-top: 58px;
    margin-top: 3.625rem;
  }
}

.p-facility__content {
  align-items: flex-start;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-facility__content {
    flex-direction: column;
    gap: 6px;
    gap: 0.375rem;
  }
}

.p-facility__content + .p-facility__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-facility__content + .p-facility__content {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-facility__content--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-facility__content--reverse {
    flex-direction: column;
  }
}

.p-facility__img {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}

.p-facility__img img {
  -o-object-fit: cover;
  aspect-ratio: 3/2;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-facility__block {
  margin-top: 74px;
  margin-top: 4.625rem;
  max-width: 420px;
  max-width: 26.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facility__block {
    margin-top: 0;
  }
}

.p-facility__content:nth-child(3) .p-facility__block {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-facility__content:nth-child(3) .p-facility__block {
    margin-top: 0;
  }
}

.p-facility__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-facility__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-facility__title::after {
  background-image: url(../images/common/facility_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3px;
  height: 0.1875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 420px;
  max-width: 26.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facility__title::after {
    background-image: url(../images/common/facility_line-sp.png);
    font-size: 18px;
    font-size: 1.125rem;
    height: 2px;
    height: 0.125rem;
    max-width: 100%;
  }
}

.p-facility__title span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-facility__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-facility__text {
    line-height: 1.8;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
}

.p-facility__items {
  align-items: center;
  display: flex;
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-facility__items {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-facility__item {
  margin-right: 30.5px;
  margin-right: 1.90625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility__item {
    margin-right: 0;
  }
}

.p-facility__item:nth-child(3) {
  margin-right: 27.5px;
  margin-right: 1.71875rem;
}
@media screen and (max-width: 767px) {
  .p-facility__item:nth-child(3) {
    margin-right: 0;
  }
}

.p-facility__item:last-child {
  margin-right: 0;
}

.p-facility__item--text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-facility__item--text {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.swiper-facility .swiper-wrapper {
  overflow: hidden;
}

.swiper-facility .swiper-pagination {
  margin-top: 11px;
  margin-top: 0.6875rem;
  position: static;
}
@media screen and (max-width: 767px) {
  .swiper-facility .swiper-pagination {
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
}

.swiper-facility .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 624.9375rem;
  height: 10px;
  height: 0.625rem;
  opacity: 1;
  width: 10px;
  width: 0.625rem;
}

.swiper-facility .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #000;
}

.p-faq {
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  padding-top: 180px;
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    padding-top: 56px;
    padding-top: 3.5rem;
  }
}

.p-faq__head {
  align-items: center;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-faq__label {
  height: auto;
  width: 80px;
  width: 5rem;
}

.p-faq__title {
  color: #222;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-faq__block {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__block {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.p-faq__block + .p-faq__block {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__block + .p-faq__block {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-faq__category {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__category {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-faq__list {
  border-bottom: 1px solid #005D4D;
  border-top: 1px solid #005D4D;
  display: flex;
  flex-direction: column;
  gap: 32px;
  gap: 2rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    gap: 19px;
    gap: 1.1875rem;
    margin-top: 18px;
    margin-top: 1.125rem;
    padding-top: 19px;
    padding-top: 1.1875rem;
  }
}

.p-faq__item {
  border-bottom: 1px dotted #005D4D;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding-bottom: 0;
  }
}

.p-faq__item.is-open {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item.is-open {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}

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

.p-faq__question {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 29px;
  gap: 1.8125rem;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    gap: 15px;
    gap: 0.9375rem;
  }
}

.p-faq__question::after {
  background-image: url(../images/common/faq-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 32px;
  height: 2rem;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.5s;
  width: 32px;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question::after {
    height: 30px;
    height: 1.875rem;
    right: 0;
    width: 30px;
    width: 1.875rem;
  }
}

.is-open .p-faq__question::after {
  transform: translateY(-50%) rotate(0);
}

.p-faq__answer {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 29px;
  gap: 1.8125rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  overflow: hidden;
  transition: 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    align-items: flex-start;
    gap: 15px;
    gap: 0.9375rem;
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
}

.p-faq__icon {
  aspect-ratio: 1/1;
  max-width: 50px;
  max-width: 3.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    max-width: 30px;
    max-width: 1.875rem;
  }
}

.p-faq__q-text {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__q-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 238px;
    max-width: 14.875rem;
    width: 100%;
  }
}

.p-faq__a-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.33333;
}
@media screen and (max-width: 767px) {
  .p-faq__a-text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: 238px;
    max-width: 14.875rem;
    width: 100%;
  }
}

.js-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

/* 開いたとき表示する */
.js-accordion.is-open .js-accordion-content {
  display: flex;
  transition: max-height 0.4s ease-in-out;
}

.p-footer {
  background-color: #1c1c1c;
}

.p-footer__contents {
  display: flex;
  gap: 120px;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    flex-direction: column;
    gap: 55px;
    gap: 3.4375rem;
  }
}

.p-footer__left {
  max-width: 196px;
  max-width: 12.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__left {
    margin-left: auto;
    margin-right: auto;
    max-width: 100.18px;
    max-width: 6.26125rem;
  }
}

.p-footer__left img {
  -o-object-fit: contain;
  aspect-ratio: 196/270;
  height: 100%;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__left img {
    aspect-ratio: 100.18/138;
  }
}

.p-footer__right {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-footer__address {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__address-item + .p-footer__address-item {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.p-footer__address-item:first-child {
  margin-right: 55px;
  margin-right: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__address-item:first-child {
    margin-right: 0;
  }
}

.p-footer__address-item:nth-child(2) {
  margin-right: 96px;
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-footer__address-item:nth-child(2) {
    margin-right: 0;
  }
}

.p-footer__address-header {
  border: 1px solid #f9f9f9;
  border-radius: 624.9375rem;
  color: #f9f9f9;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 6px 28px;
  padding: 0.375rem 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-footer__address-header {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 28px;
    padding: 0.3125rem 1.75rem;
  }
}

.p-footer__address-description {
  color: #f9f9f9;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-footer__address-description--lh15 {
  line-height: 1.5;
}

.p-footer__nav {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 59px;
    margin-top: 3.6875rem;
  }
}

.p-footer__nav-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 60px;
  gap: 1.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items {
    grid-gap: 0;
    border-bottom: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-footer__nav-item:first-child {
  padding-right: 1.1em;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item:first-child {
    padding-right: 0;
  }
}

.p-footer__nav-item a {
  align-items: center;
  color: #f9f9f9;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item a {
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    font-size: 0.875rem;
    justify-content: center;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item:nth-child(odd) a {
    border-right: 1px solid #f9f9f9;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item:last-child a {
    border-bottom: none;
  }
}

.p-footer__nav-item a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/footer_nav-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item a::before {
    display: none;
  }
}

.p-footer__copyright {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 84px;
    margin-top: 5.25rem;
    text-align: center;
  }
}

.p-footer__copyright small {
  color: #f9f9f9;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    line-height: 1.3333;
  }
}

.p-footer__facility {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__facility {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.p-footer__facility-title {
  position: relative;
}

.p-footer__facility-text {
  aspect-ratio: 117/28;
  background-image: url(../images/common/footer_title-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  max-width: 117px;
  max-width: 7.3125rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__facility-text {
    align-items: center;
    aspect-ratio: 100.286/24;
    background-image: url(../images/common/footer_title-bg-sp.svg);
    display: flex;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    margin-left: 0;
    max-width: 100.286px;
    max-width: 6.267875rem;
  }
}

.p-footer__facility-title::before {
  background-color: #f9f9f9;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  max-width: 1080px;
  max-width: 67.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__facility-title::before {
    display: none;
  }
}

.p-footer__facility-block.u-sp {
  margin-top: 31px;
  margin-top: 1.9375rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 43px;
  padding-right: 2.6875rem;
}

.p-footer__facility-items {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-footer__facility-item {
  margin-right: 41px;
  margin-right: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__facility-item {
    margin-right: 0;
  }
}

.p-footer__facility-item:last-child {
  margin-right: 0;
}

.p-footer__facility-items--1 {
  gap: 53px;
  gap: 3.3125rem;
  justify-content: start;
  margin-top: 0;
}

.p-footer__facility-items--2 {
  gap: 62px;
  gap: 3.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__facility-items--3 {
  gap: 53px;
  gap: 3.3125rem;
  justify-content: end;
  margin-top: 46px;
  margin-top: 2.875rem;
}

.p-footer__facility-items--4 {
  gap: 69px;
  gap: 4.3125rem;
  margin-left: 13px;
  margin-left: 0.8125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-footer__facility-item a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__facility-item--1 a {
    aspect-ratio: 135.49/38.85;
    max-width: 135.49px;
    max-width: 8.468125rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__facility-item--2 a {
    aspect-ratio: 107/71;
    max-width: 107px;
    max-width: 6.6875rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__facility-item--3 a {
    aspect-ratio: 71/92;
    max-width: 71px;
    max-width: 4.4375rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__facility-item--4 a {
    aspect-ratio: 103/65;
    max-width: 103px;
    max-width: 6.4375rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__facility-item--5 a {
    aspect-ratio: 109/45;
    max-width: 109px;
    max-width: 6.8125rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__facility-item--6 a {
    aspect-ratio: 19/13;
    max-width: 95px;
    max-width: 5.9375rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__facility-item--7 a {
    aspect-ratio: 88/62;
    max-width: 88px;
    max-width: 5.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__facility-item--8 a {
    aspect-ratio: 86/95;
    max-width: 86px;
    max-width: 5.375rem;
    width: 100%;
  }
}

.p-header {
  background-color: #f9f9f9;
}

.p-header__inner {
  display: flex;
  height: 100%;
  max-width: 100%;
  padding: 0 60px;
  padding: 0 3.75rem;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .p-header__inner {
    gap: 15px;
    gap: 0.9375rem;
    justify-content: end;
    padding: 0 20px;
    padding: 0 1.25rem;
    position: static;
  }
}

.p-header__logo {
  align-items: center;
  display: flex;
  height: 100%;
}
.p-header__logo-link {
  display: block;
  max-width: 164.27px;
  max-width: 10.266875rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1230px) {
  .p-header__logo-link {
    left: 20px;
    left: 1.25rem;
    top: 20px;
    top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo-link {
    max-width: 76.187px;
    max-width: 4.7616875rem;
  }
}

.scrolled .p-header__logo-link {
  max-width: 86.19px;
  max-width: 5.386875rem;
}
@media screen and (max-width: 767px) {
  .scrolled .p-header__logo-link {
    max-width: 76.187px;
    max-width: 4.7616875rem;
  }
}

.p-header__logo-link img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo-link img {
    aspect-ratio: 76.187/50;
  }
}

.scrolled .p-header__logo-link img {
  aspect-ratio: 86.19/56.565;
}
@media screen and (max-width: 767px) {
  .scrolled .p-header__logo-link img {
    aspect-ratio: 76.187/50;
  }
}

.js-logo-switch {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.js-logo-switch.is-switching {
  opacity: 0;
}

.p-header__menu-button {
  display: none;
}
@media screen and (max-width: 1230px) {
  .p-header__menu-button {
    display: block;
  }
}

.p-header__pc-nav {
  display: block;
  height: 100%;
  margin-left: auto;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 1230px) {
  .p-header__pc-nav {
    display: none;
  }
}

.p-header__pc-nav-items {
  align-items: center;
  display: flex;
}

.p-header__pc-nav-item {
  height: 100%;
}

.p-header__pc-nav-item a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.4375;
  padding: 0 14.5px;
  padding: 0 0.90625rem;
  transition: 0.3s;
}
.p-header__pc-nav-item a span {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.222222222;
  text-transform: uppercase;
}

.p-header__pc-nav-item--button {
  margin-left: 11px;
  margin-left: 0.6875rem;
}

@media screen and (max-width: 1230px) {
  .p-header__pc-nav-item--button.u-sp {
    display: block;
  }
}

.p-header__pc-nav-item--button a {
  background: #005D4D;
  border-radius: 30px;
  color: #F9F9F9;
  padding: 10px 40px;
  padding: 0.625rem 2.5rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__pc-nav-item--button a {
    padding: 8px 40px;
    padding: 0.5rem 2.5rem;
  }
}

.p-header__menu-button {
  z-index: 101;
}

.p-header__drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header__drawer {
    left: auto;
    max-width: 46.6666666667%;
    width: 50%;
  }
}

.p-header__drawer[aria-hidden=false] {
  transform: translateX(0);
}

/* hover指定できるPCを想定したスタイル */
@media (any-hover: hover) {
  .p-header__pc-nav-item a:hover {
    color: #005D4D;
    opacity: 1;
  }
  .p-header__pc-nav-item--button a:hover {
    background-color: #f9f9f9;
    box-shadow: 0 0 0 0.125rem #005D4D;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
.js-logo-switch {
  display: block;
  height: auto;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: visible;
  width: 100%;
}

.js-logo-switch.is-switching {
  opacity: 0;
  visibility: hidden;
}

.logo-invertible {
  fill: #231815;
  filter: drop-shadow(0px 0px 2px #f9f9f9);
  transition: color 0.3s ease;
}

.p-modal {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 8887;
}

.p-modal-content__body {
  background: #f9f9f9;
  height: 90%;
  left: 20px;
  left: 1.25rem;
  max-width: 1280px;
  max-width: 80rem;
  overflow-y: auto;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 60px;
  top: 3.75rem;
}

.p-modal-content__top {
  display: inline-block;
  position: fixed;
  right: 46px;
  right: 2.875rem;
  top: 80px;
  top: 5rem;
}

.p-modal-content__close {
  aspect-ratio: 1/1;
  display: inline-block;
  height: auto;
  position: relative;
  width: 34px;
  width: 2.125rem;
}

.p-modal-content__close::before,
.p-modal-content__close::after {
  background-color: #ED722D;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.p-modal-content__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal-content__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal-content__close:hover,
.p-modal-content__close:focus {
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

/* is-show */
.is-show {
  opacity: 1;
  visibility: visible; /* モーダル表示用クラス */
}

/* body固定 */
body:has(.p-modal.is-show) {
  overflow: hidden;
}

.p-mv {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-mv__bg {
  height: 100%;
  position: absolute;
  width: 100%;
}

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

.swiper-slide img {
  width: 100%;
}

.p-mv__inner {
  left: 50%;
  position: absolute;
  top: 54px;
  top: 3.375rem;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    top: 50px;
    top: 3.125rem;
  }
}

.p-mv__text-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  gap: 1.875rem;
  padding-right: 42px;
  padding-right: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__text-block {
    padding-right: 0;
  }
}

.p-mv__title {
  font-feature-settings: "vert" on;
  color: #005D4D;
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  gap: 30px;
  gap: 1.875rem;
  letter-spacing: 0.12em;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 32px;
    font-size: 2rem;
    gap: 15px;
    gap: 0.9375rem;
    letter-spacing: 0.08em;
  }
}

.p-mv__title span {
  background: #f9f9f9;
  border-radius: 1.875rem;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  padding: 31px 16px 0;
  padding: 1.9375rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv__title span {
    border-radius: 1rem;
    padding: 18px 11px 0;
    padding: 1.125rem 0.6875rem 0;
  }
}

.p-mv__title span:nth-child(2) {
  margin-top: 78px;
  margin-top: 4.875rem;
  padding-top: 33px;
  padding-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title span:nth-child(2) {
    margin-top: 45px;
    margin-top: 2.8125rem;
    padding: 26px 9px 0;
    padding: 1.625rem 0.5625rem 0;
  }
}

.p-mv__text {
  font-feature-settings: "vert" on;
  color: #005D4D;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 30px;
  gap: 1.875rem;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 16px;
    font-size: 1rem;
    gap: 14px;
    gap: 0.875rem;
  }
}

.p-mv__text span {
  background: #f9f9f9;
  border-radius: 1.25rem;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.13em;
  margin-top: 44px;
  margin-top: 2.75rem;
  padding: 19px 12px 0 12px;
  padding: 1.1875rem 0.75rem 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__text span {
    border-radius: 0.625rem;
    letter-spacing: 0.11em;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 11px 8px 0;
    padding: 0.6875rem 0.5rem 0;
  }
}

.p-mv__text span:nth-child(2) {
  margin-top: 137px;
  margin-top: 8.5625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__text span:nth-child(2) {
    margin-top: 90px;
    margin-top: 5.625rem;
    padding: 11px 8px 11px;
    padding: 0.6875rem 0.5rem 0.6875rem;
  }
}

.p-plan {
  background-color: #F3F3F3;
}

.p-plan__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1222px;
  max-width: 76.375rem;
  padding-left: 71px;
  padding-left: 4.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plan__inner {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

.p-plan__contents {
  position: relative;
}

.p-plan__lists {
  margin-top: 90px;
  margin-top: 5.625rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__lists {
    margin-top: 57px;
    margin-top: 3.5625rem;
    padding-left: 20px;
    padding-left: 1.25rem;
  }
}

.p-plan__lists::before {
  background-color: #005D4D;
  content: "";
  height: 92.5%;
  left: 0;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 2px;
  width: 0.125rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-plan__lists::before {
    height: 96.5%;
  }
}

.p-plan__list:nth-child(2) {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__list:nth-child(2) {
    margin-top: 61px;
    margin-top: 3.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__list:nth-child(2) .p-plan__description {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
}

.p-plan__list:nth-child(3) {
  margin-top: 59px;
  margin-top: 3.6875rem;
}

.p-plan__list:nth-child(4) {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-plan__list:nth-child(4) {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.p-plan__header {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__header {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-plan__header--top {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__header--top {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-plan__header::before {
  background-color: #f9f9f9;
  border: 2px solid #005D4D;
  border-radius: 624.9375rem;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: -33px;
  left: -2.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__header::before {
    left: -23.5px;
    left: -1.46875rem;
  }
}

.p-plan__list:first-child .p-plan__header::before {
  border: 2px solid #005D4D;
  border-radius: 624.9375rem;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: -34px;
  left: -2.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-plan__list:first-child .p-plan__header::before {
    height: 12px;
    height: 0.75rem;
    left: -25.5px;
    left: -1.59375rem;
    width: 12px;
    width: 0.75rem;
  }
}

.p-plan__description {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-plan__description {
    line-height: 1.8;
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
}

.p-plan__description--mt24 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__description--mt24 {
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-plan__button {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-plan__img {
  max-width: 722px;
  max-width: 45.125rem;
  position: absolute;
  right: 0px;
  right: 0rem;
  top: -45px;
  top: -2.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plan__img {
    max-width: 159px;
    max-width: 9.9375rem;
    right: -12px;
    right: -0.75rem;
    top: -10px;
    top: -0.625rem;
  }
}

.p-plan__img img {
  -o-object-fit: cover;
  aspect-ratio: 722/910;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plan__img img {
    aspect-ratio: 159/200;
  }
}

.p-scene {
  background-image: url(../images/common/scene_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  padding-top: 205px;
  padding-top: 12.8125rem;
}
@media screen and (max-width: 767px) {
  .p-scene {
    background-color: #FFF8DC;
    background-image: none;
    padding-bottom: 77px;
    padding-bottom: 4.8125rem;
    padding-top: 71px;
    padding-top: 4.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-scene .c-section-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-scene .c-section-title__ja {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-scene .c-section-title__ja span::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-scene__contents {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-scene__contents {
    margin-top: 85px;
    margin-top: 5.3125rem;
  }
}

.p-scene__content + .p-scene__content {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-scene__content + .p-scene__content {
    margin-top: 93px;
    margin-top: 5.8125rem;
  }
}

.p-scene__head {
  align-items: center;
  display: flex;
  gap: 58px;
  gap: 3.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-scene__head {
    flex-direction: column;
    gap: 30px;
    gap: 1.875rem;
  }
}

.p-scene__icon {
  aspect-ratio: 180/182.734;
  background-image: url(../images/common/scene_bg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 180px;
  max-width: 11.25rem;
  padding-top: 35.53px;
  padding-top: 2.220625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-scene__icon {
    aspect-ratio: 1/1;
    background-image: url(../images/common/scene_bg-icon-sp.png);
    max-width: 150px;
    max-width: 9.375rem;
    padding-top: 22px;
    padding-top: 1.375rem;
  }
}

.p-scene__icon-text {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  gap: 9.14px;
  gap: 0.57125rem;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-scene__icon-text {
    font-size: 36px;
    font-size: 2.25rem;
    gap: 5px;
    gap: 0.3125rem;
    line-height: 1.33333;
  }
}

.p-scene__icon-text--mid {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-scene__icon-text--small {
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scene__icon-text--small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333;
  }
}

.p-scene__title {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-scene__title {
    line-height: 1.5;
    text-align: center;
  }
}

.p-scene__description {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 32px;
  line-height: 2rem;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-scene__swiper {
  margin-top: 48.27px;
  margin-top: 3.016875rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-scene__swiper {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
}

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

.p-schedule {
  display: flex;
  gap: 70px;
  gap: 4.375rem;
  gap: 61px;
  gap: 3.8125rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-schedule {
    flex-direction: column;
    gap: 26px;
    gap: 1.625rem;
    margin-top: 42px;
    margin-top: 2.625rem;
  }
}

.p-schedule--02 {
  gap: 104px;
  gap: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule--02 {
    gap: 32px;
    gap: 2rem;
  }
}

.p-schedule::before {
  border: 1px solid #005D4D;
  content: "";
  left: 50%;
  max-width: 1010px;
  max-width: 63.125rem;
  position: absolute;
  top: 57px;
  top: 3.5625rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-schedule::before {
    border: 1px solid #005D4D;
    height: 95%;
    left: 89.5px;
    left: 5.59375rem;
    top: 15px;
    top: 0.9375rem;
    width: auto;
  }
}

.p-schedule__items {
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-schedule__items {
    flex-direction: column;
    gap: 27px;
    gap: 1.6875rem;
  }
}

.p-schedule__items--03 {
  gap: 62px;
  gap: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__items--03 {
    gap: 27px;
    gap: 1.6875rem;
  }
}

.p-schedule__items--04 {
  gap: 75px;
  gap: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__items--04 {
    gap: 27px;
    gap: 1.6875rem;
  }
}

.p-schedule__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20.02px;
  gap: 1.25125rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__item {
    flex-direction: row;
    gap: 13.02px;
    gap: 0.81375rem;
  }
}

.p-schedule__time {
  background-image: url(../images/common/schedule-time_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #f9f9f9;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
  text-align: center;
  width: 70px;
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__time {
    background-image: url(../images/common/schedule-time_bg-sp.svg);
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
    padding-top: 0.0625rem;
    text-align: center;
    width: 71.87px;
    width: 4.491875rem;
  }
}

.p-schedule__time--p17 {
  padding-left: 17px;
  padding-left: 1.0625rem;
  padding-right: 17px;
  padding-right: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__time--p17 {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-schedule__time--two-digits {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__time--two-digits {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-schedule__time--2000 {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__time--2000 {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-schedule__time--1130 {
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__time--1130 {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-schedule__activity-block {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-schedule__activity-block {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .p-schedule__activity-block.u-sp {
    display: flex;
  }
}

.p-schedule__activity-block .p-schedule__activity {
  align-items: center;
  display: flex;
}

.p-schedule__activity::before {
  background-color: #fff;
  border: 2px solid #005D4D;
  border-radius: 624.9375rem;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  width: 10px;
  width: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__activity::before {
    margin-bottom: 0;
    margin-right: 19.5px;
    margin-right: 1.21875rem;
  }
}

.p-schedule__activity {
  font-feature-settings: "vert" on;
  color: #005D4D;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-schedule__activity {
    font-feature-settings: inherit;
    text-orientation: inherit;
    writing-mode: inherit;
  }
}

.p-schedule__activity--line {
  border-right: 1px solid #005D4D;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-schedule__activity--line {
    border-bottom: 1px solid #005D4D;
    border-right: none;
  }
}

.p-schedule__activity--line {
  display: inline-block;
  margin-right: 12.8px;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__activity--line {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
}

.p-schedule__activity--line::after {
  content: "Coming soon";
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  left: 27px;
  left: 1.6875rem;
  letter-spacing: 0.12em;
  line-height: 1;
  position: absolute;
  text-orientation: sideways;
  top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-schedule__activity--line::after {
    bottom: -13px;
    bottom: -0.8125rem;
    left: 0;
    top: auto;
    top: initial;
  }
}

.p-schedule__flex {
  font-feature-settings: "vert" on;
  color: #005D4D;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 0.12em;
  line-height: 1;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-schedule__flex {
    font-feature-settings: normal;
    writing-mode: inherit;
  }
}

.p-schedule__flex--pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-schedule__flex--pc {
    display: none;
  }
}

.p-schedule__flex--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-schedule__flex--sp {
    display: flex;
  }
}

.p-schedule__flex-note {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-schedule__flex-note {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}

.p-schedule__flex--g20 {
  gap: 20px;
  gap: 1.25rem;
}

.p-schedule__img {
  margin-top: 45px;
  margin-top: 2.8125rem;
  max-width: 30px;
  max-width: 1.875rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-schedule__img {
    margin-left: 75px;
    margin-left: 4.6875rem;
    margin-top: 0;
  }
}

.p-schedule__img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
     object-fit: cover;
}

.js-fadein {
  opacity: 0;
  transform: translateY(3.75rem);
  transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), transform 3s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-fadein.is-scrollin {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .js-footstep03,
  .js-footstep04,
  .js-footstep05 {
    position: relative;
  }
}

.u-loading {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.js-content {
  opacity: 0;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
