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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* リキッドレイアウト対応 */
@font-face {
  font-family: "Futura";
  src: url("../font/futura medium bt.woff2") format("woff2"), url("../font/futura medium bt.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../font/unicode.futurab.woff2") format("woff2"), url("../font/unicode.futurab.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body.page, body.single {
  color: #480000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #fff;
  font-size: max(1.125rem, 16px);
  font-weight: 500;
  line-height: 1.4375;
  max-width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body.page, body.single {
    font-size: 15px;
    line-height: 1.8;
  }
}
body.page.is-fixed, body.single.is-fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

html {
  font-size: 16px;
}
@media (max-width: 365px) {
  html {
    font-size: 4.3835616438vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: currentColor;
}

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

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
}

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

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

.u-tb-not-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-tb-not-hidden {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-tb-not-hidden {
    display: inline-block;
  }
}

.u-sp-tb-hidden {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-sp-tb-hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-sp-tb-hidden {
    display: none;
  }
}

.u-sp-pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-pc-hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-sp-pc-hidden {
    display: inline-block;
  }
}

.c-menu-button {
  position: absolute;
  top: 2.0833333333vw;
  right: 2.0833333333vw;
  z-index: 102;
  width: min(79px, 5.4861111111vw);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-menu-button {
    top: 10px;
    right: 20px;
    width: clamp(66px, 54.1965174129px + 3.2338308458vw, 79px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-menu-button {
    width: 4.9375rem;
    top: 2.5rem;
    right: 2.5rem;
  }
}
.c-menu-button.p-top-menu-button {
  top: clamp(68px, 58.1204819277px + 0.9638554217vw, 72px);
  right: clamp(49px, -165.8795180723px + 20.9638554217vw, 136px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-menu-button.p-top-menu-button {
    top: 17px;
    right: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-menu-button.p-top-menu-button {
    top: 5rem;
    right: clamp(32px, 2px + 3.90625vw, 42px);
  }
}
@media screen and (min-width: 1441px) {
  .c-menu-button.p-top-menu-button {
    right: 9.4444444444vw;
  }
}
.c-menu-button.is-fixed {
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  right: 1.875rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 767px) {
  .c-menu-button.is-fixed {
    right: 5.4794520548vw;
    bottom: 10px;
  }
}
@media (any-hover: hover) {
  .c-menu-button.is-fixed:hover {
    -webkit-filter: drop-shadow(0 8px 16px rgba(120, 60, 20, 0.3));
            filter: drop-shadow(0 8px 16px rgba(120, 60, 20, 0.3));
  }
}

.c-reservation-button {
  position: absolute;
  top: clamp(319px, 44.7142857143px + 35.7142857143vw, 559px);
  right: clamp(37px, -63.5714285714px + 13.0952380952vw, 125px);
  z-index: 100;
  width: 9.0625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-reservation-button {
    width: clamp(5.25rem, 1.788rem + 15.17vw, 9.063rem);
    right: 31px;
    top: clamp(31.375rem, 2.491rem + 126.62vw, 63.188rem);
  }
}
@media screen and (min-width: 1441px) {
  .c-reservation-button {
    right: 8.6805555556vw;
    top: 38.8194444444vw;
  }
}
@media (any-hover: hover) {
  .c-reservation-button:hover {
    opacity: 0.8;
  }
}
.c-reservation-button.is-fixed {
  position: fixed;
  top: auto;
  bottom: 9.375rem;
  right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-reservation-button.is-fixed {
    bottom: 100px;
    right: 10px;
  }
}

.c-line-button {
  border-radius: 50px;
  background: #f08300;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.c-line-button::after {
  content: "";
  position: absolute;
  background: url("../images/common/LINE-icon.png") no-repeat center center/contain;
}

.l-inner {
  max-width: 1060px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.c-section-tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-tittle--ja {
  line-height: 2.5;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-tittle--ja {
    font-size: 22px;
  }
}

.c-tittle--en {
  color: #f08300;
  font-family: "Futura", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.5;
  margin-top: -1.8125rem;
  padding-inline: 1.6875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-tittle--en {
    font-size: 18px;
    margin-top: -22px;
    padding-inline: 20px;
  }
}
.c-tittle--en::after, .c-tittle--en::before {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .c-tittle--en::after, .c-tittle--en::before {
    width: 10px;
    height: 10px;
  }
}
.c-tittle--en::after {
  right: 0;
}
.c-tittle--en::before {
  left: 0;
}
.c-tittle--en.c-tittle--en--orange {
  color: #f08300;
}
.c-tittle--en.c-tittle--en--orange::after, .c-tittle--en.c-tittle--en--orange::before {
  background: url("../images/common/kira-deco.svg") no-repeat center center/contain;
}
.c-tittle--en.c-tittle--en--white {
  color: #fff;
}
.c-tittle--en.c-tittle--en--white::after, .c-tittle--en.c-tittle--en--white::before {
  background: url("../images/common/kira-deco-white.svg") no-repeat center center/contain;
}

.c-page-section-tittle {
  font-size: 1.75rem;
  line-height: 2.5;
  padding-inline: 1.875rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-page-section-tittle {
    font-size: 22px;
    padding-inline: 25px;
  }
}
.c-page-section-tittle::before, .c-page-section-tittle::after {
  content: "";
  background: url("../images/common/kira-deco-black.svg") no-repeat center center/contain;
  width: 1.1875rem;
  height: 1.1875rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .c-page-section-tittle::before, .c-page-section-tittle::after {
    width: 14px;
    height: 14px;
  }
}
.c-page-section-tittle::before {
  left: 0;
}
.c-page-section-tittle::after {
  right: 0;
}

.c-heading, .article .c-heading {
  border-radius: 8px;
  background-color: #f4f1ea;
  width: 100%;
  padding-inline: 1.5rem;
  padding-block: 1.875rem;
  color: #f08300;
  font-size: 1.25rem;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-heading, .article .c-heading {
    padding-inline: 19px;
    padding-block: 20px;
    font-size: 18px;
  }
}
.c-heading::before, .article .c-heading::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 1.875rem;
  border-radius: 100px;
  background-color: #f08300;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .c-heading::before, .article .c-heading::before {
    height: 20px;
    border-radius: 30px;
  }
}

.page main {
  padding: 0;
  margin: 0;
  width: 100%;
}

.main {
  border: none;
}

.content {
  margin-top: 0;
}

.page .content-in.wrap {
  width: auto;
}

.page main .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

.page:not(.home) main {
  padding-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .page:not(.home) main {
    padding-top: 33px;
  }
}

.com-list-01, .post .wp-block-list {
  padding-left: 0;
}
.com-list-01 li, .post .wp-block-list li {
  margin-right: 1em !important;
  margin-left: 1em !important;
}
.com-list-01 li::before, .post .wp-block-list li::before {
  content: "・";
  font-size: 1em;
  margin-left: -1em;
}
.com-list-01 > li + li, .post .wp-block-list > li + li {
  margin-top: 1em;
}
.com-list-01.number, .post .wp-block-list.number {
  counter-reset: number;
}
.com-list-01.number > li::before, .post .wp-block-list.number > li::before {
  counter-increment: number;
  content: counter(number) ". ";
}

.article ol, article ul {
  padding-left: 0;
}

.c-btn-01 {
  border-radius: 100px;
  background-color: #f08300;
  padding-block: 0.625rem 0.5625rem;
  padding-inline: 1.8125rem 1.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.625;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (any-hover: hover) {
  .c-btn-01:hover {
    color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(120, 60, 20, 0.3);
            box-shadow: 0 8px 16px rgba(120, 60, 20, 0.3);
  }
}

.single-post .entry-title {
  font-size: 1.875rem;
  border-bottom: 3px solid #f5f6f7;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .single-post .entry-title {
    font-size: 1.25rem;
    padding: 0 0 0.5em 0;
    margin-bottom: 1.75rem;
  }
}
.single-post .entry-title:after {
  content: "";
  border-bottom: 3px solid #f08300;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  max-width: 200px;
}

.single-post h2 {
  margin-top: 5rem;
  font-size: 1.4375rem;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .single-post h2 {
    margin-top: 3.75rem;
    font-size: 1.125rem;
  }
}
.single-post h3 {
  margin-top: 3.75rem;
  font-size: 1.25rem;
  padding: 0.8em;
}
@media screen and (max-width: 767px) {
  .single-post h3 {
    margin-top: 2.8125rem;
    font-size: 1.125rem;
  }
}
.single-post h4, .single-post h5, .single-post h6 {
  font-size: 1.125rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .single-post h4, .single-post h5, .single-post h6 {
    margin-top: 1.875rem;
    font-size: 16px;
  }
}
.single-post ul {
  padding-left: 0;
}

.l-offcanvas {
  padding-top: 1.375rem;
  width: max(430px, 29.8611111111vw);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .l-offcanvas {
    width: min(430px, 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-offcanvas {
    width: 26.875rem;
  }
}
.l-offcanvas.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-offcanvas {
  background-color: #f4f1ea;
}

.l-offcanvas__inner {
  padding-inline: 2.4375rem;
}

.l-offcanvas__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-offcanvas__logo {
  width: 5rem;
}

.p-offcanvas__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-offcanvas__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}

.p-offcanvas__list {
  color: #f08300;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-offcanvas__list:hover {
    opacity: 0.8;
  }
}

.p-offcanvas__line-button {
  padding-block: 0.375rem 0.4375rem;
  padding-inline: 3.75rem 0.5625rem;
  width: 14.6875rem;
  height: 3rem;
  margin-top: 1.125rem;
  line-height: 1.4375;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (any-hover: hover) {
  .p-offcanvas__line-button:hover {
    -webkit-box-shadow: 0 8px 16px rgba(120, 60, 20, 0.3);
            box-shadow: 0 8px 16px rgba(120, 60, 20, 0.3);
  }
}
.p-offcanvas__line-button::after {
  width: 2.1875rem;
  height: 2.1875rem;
  left: 0.5625rem;
  top: 0.375rem;
}

.p-offcanvas__instagram-icon {
  margin-top: 1.375rem;
  width: 1.5rem;
  margin-left: 0.5625rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-offcanvas__instagram-icon:hover {
    opacity: 0.8;
  }
}

.l-page-header {
  padding-block: 9.875rem 10.1875rem;
}
@media screen and (max-width: 767px) {
  .l-page-header {
    padding-block: 100px 156px;
  }
}

.p-page-header {
  background-image: url("../images/common/page-header-bg.svg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 27.9375rem;
  aspect-ratio: 1440/447;
}
@media screen and (max-width: 767px) {
  .p-page-header {
    background-position: bottom center;
    height: 31.0416666667vw;
  }
}

.l-page-header__inner {
  max-width: 1072px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page-header__inner {
    max-width: 500px;
  }
}

.p-page-header__decoration--people {
  width: 11.1875rem;
  position: absolute;
  bottom: calc(-56px + -42 * (100vw - 768px) / 672);
  right: 31.3888888889vw;
}
@media screen and (max-width: 767px) {
  .p-page-header__decoration--people {
    width: 110px;
    right: 0;
    bottom: calc(-11px + -18 * (100vw - 501px) / 266);
  }
}
@media screen and (max-width: 500px) {
  .p-page-header__decoration--people {
    width: clamp(90px, 35.9259259259px + 14.8148148148vw, 110px);
    bottom: clamp(-16px, -29.5185185185px + 3.7037037037vw, -11px);
  }
}

.p-header__tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__tittle {
    gap: 9px;
  }
}

.p-header__tittle--ja {
  font-size: 3rem;
  line-height: 0.72917;
}
@media screen and (max-width: 767px) {
  .p-header__tittle--ja {
    font-size: 28px;
  }
}

.p-header__tittle--en {
  padding-inline: 1.875rem;
  font-size: 2.5rem;
  line-height: 1.75;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-header__tittle--en {
    font-size: 23px;
    padding-inline: 22px;
  }
}
.p-header__tittle--en::after, .p-header__tittle--en::before {
  width: 1.4375rem;
  height: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-header__tittle--en::after, .p-header__tittle--en::before {
    width: 15px;
    height: 15px;
  }
}

.footer {
  padding: 0;
  margin: 0;
}

.l-footer {
  padding-block: 0.5625rem 0.5rem;
  text-align: center;
}

.p-footer {
  background-color: #480000;
}

.p-footer__copy {
  color: #fff;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 14px;
    line-height: 1.6;
  }
}

.l-fv {
  padding-block: 4.25rem 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-fv {
    padding-block: 17px 16px;
  }
}

.p-fv {
  background-color: #f4f1ea;
}

.l-fv__inner {
  max-width: 1260px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-fv__inner {
    padding-inline: 17px 18px;
  }
}
@media screen and (min-width: 1441px) {
  .l-fv__inner {
    max-width: 100%;
    padding-inline: 8.3333333333vw;
  }
}

.p-fv__content {
  background: url("../images/top/top-bg.png") no-repeat top right/contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1199/667;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    background: url("../images/top/sp/top-bg.png") no-repeat top right/contain;
    width: 100%;
    height: auto;
    aspect-ratio: 330/617;
    padding-block: max(101px, 27.6712328767vw) 139px;
    padding-inline: 0;
  }
}

.p-fv__logo-wrapper {
  width: clamp(154px, 55.2048192771px + 9.6385542169vw, 194px);
  height: auto;
  aspect-ratio: 194/152;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 18px;
  padding-block: 0.625rem 1rem;
  padding-inline: 2.5625rem 2.625rem;
  position: absolute;
  top: calc(-13px + -22 * (100vw - 1025px) / 415);
  left: calc(-35px + -51 * (100vw - 1025px) / 415);
}
@media screen and (max-width: 767px) {
  .p-fv__logo-wrapper {
    display: contents;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__logo-wrapper {
    display: contents;
  }
}
@media screen and (min-width: 1441px) {
  .p-fv__logo-wrapper {
    left: -5.9722222222vw;
    width: 13.4722222222vw;
  }
}

.p-fv__logo {
  width: min(7.7083333333vw, 100%);
  height: auto;
  aspect-ratio: 111/126;
}
@media screen and (max-width: 767px) {
  .p-fv__logo {
    width: max(51px, 13.9726027397vw);
    height: auto;
    aspect-ratio: 51/58;
    position: absolute;
    top: -0.3125rem;
    left: 0.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__logo {
    position: absolute;
    width: clamp(85px, 40px + 5.859375vw, 100px);
    top: -2.5rem;
    left: clamp(-26px, -44px + 2.34375vw, -20px);
  }
}

.p-fv__info-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 11.1111111111vw;
  left: 4.5833333333vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__info-1 {
    position: static;
    padding-left: 14px;
  }
}

.p-fv__info-date {
  color: #fff;
  font-family: "Futura", sans-serif;
  font-size: 2rem;
  line-height: 1.34375;
}
@media screen and (max-width: 767px) {
  .p-fv__info-date {
    font-size: max(20px, 5.4794520548vw);
    line-height: 1.35;
  }
}

.p-fv__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: -0.5rem;
  padding-bottom: 1.9375rem;
  padding-left: 0.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__info-text {
    margin-top: -6px;
    gap: 12px;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.p-fv__info-text span {
  font-family: "Futura", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3214285714;
}
@media screen and (max-width: 767px) {
  .p-fv__info-text span {
    font-size: max(40px, 10.9589041096vw);
    font-weight: 700;
    line-height: 1.325;
  }
}
.p-fv__info-text span:nth-child(1) {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: 3.36px;
}
@media screen and (max-width: 767px) {
  .p-fv__info-text span:nth-child(1) {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 2px;
    letter-spacing: 2.4px;
  }
}
.p-fv__info-text span:nth-child(2) {
  color: #fff;
}
.p-fv__info-text::before {
  content: "";
  position: absolute;
  background: url("../images/top/wave-border.svg") no-repeat top left/cover;
  width: 15.5rem;
  height: 0.75rem;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__info-text::before {
    display: none;
  }
}

.p-fv__decoration--dance--pc {
  width: 9.0972222222vw;
  position: absolute;
  bottom: clamp(156px, 116.4819277108px + 3.8554216867vw, 172px);
  left: 19.0625rem;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__decoration--dance--pc {
    bottom: clamp(113px, -37px + 19.53125vw, 163px);
    left: 30.5989583333vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-fv__decoration--dance--pc {
    bottom: 11.9444444444vw;
    left: 21.1805555556vw;
  }
}

.p-fv__decoration--dance--sp {
  width: max(89px, 24.3835616438vw);
  position: absolute;
  bottom: auto;
  left: auto;
  top: max(80px, 21.9178082192vw);
  right: -5px;
}

.p-fv__slider {
  position: absolute;
  width: 67.9733110926%;
  height: auto;
  aspect-ratio: 815/525;
  top: clamp(55px, -16.6265060241px + 6.9879518072vw, 84px);
  right: 2.2222222222vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__slider {
    width: 100%;
    height: auto;
    aspect-ratio: 330/236;
    border-radius: 0;
    top: max(190px, 52.0547945205vw);
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__slider {
    width: 57.03125vw;
    top: 9.2447916667vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-fv__slider {
    width: 56.5972222222vw;
  }
}

.p-fv__swiper {
  width: 100%;
}

.p-fv__wrapper {
  width: 100%;
}

.p-fv__slide {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__slide {
    width: 100%;
    aspect-ratio: 330/236;
  }
}

.p-fv__image {
  width: 100%;
  aspect-ratio: 815/525;
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    width: 100%;
    aspect-ratio: 330/236;
  }
}
.p-fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-fv__image img {
    border-radius: 0;
  }
}

.p-fv__info-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 26.8055555556vw;
  left: 3.9583333333vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__info-2 {
    position: static;
    margin-top: max(182px, 49.8630136986vw);
    z-index: 3;
    padding-left: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__info-2 {
    top: 24.609375vw;
  }
}

.p-fv__info-2-head {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 3.75rem 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-2-head {
    font-size: max(16px, 4.3835616438vw);
    z-index: 3;
    padding-inline: 20px 21px;
  }
}

.p-fv__info-head--line:nth-child(1) {
  position: relative;
}
.p-fv__info-head--line:nth-child(1)::after, .p-fv__info-head--line:nth-child(1)::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-head--line:nth-child(1)::after, .p-fv__info-head--line:nth-child(1)::before {
    height: max(1px, 0.2739726027vw);
  }
}
.p-fv__info-head--line:nth-child(1)::after {
  width: 1.1875rem;
  rotate: 56deg;
  left: -2.125rem;
  bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-head--line:nth-child(1)::after {
    width: max(11px, 3.0136986301vw);
    left: calc(-23px + -13 * (100vw - 365px) / 402);
    bottom: 3px;
  }
}
.p-fv__info-head--line:nth-child(1)::before {
  width: 2.125rem;
  rotate: 70deg;
  left: -2.0625rem;
  bottom: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-head--line:nth-child(1)::before {
    width: max(20px, 5.4794520548vw);
    bottom: 9px;
    left: calc(-22px + -13 * (100vw - 365px) / 402);
  }
}
.p-fv__info-head--line:nth-child(2) {
  position: relative;
}
.p-fv__info-head--line:nth-child(2)::after, .p-fv__info-head--line:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-head--line:nth-child(2)::after, .p-fv__info-head--line:nth-child(2)::before {
    height: max(1px, 0.2739726027vw);
  }
}
.p-fv__info-head--line:nth-child(2)::after {
  width: 1.1875rem;
  rotate: 123deg;
  right: -1.4375rem;
  bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-head--line:nth-child(2)::after {
    width: max(11px, 3.0136986301vw);
    bottom: 3px;
    right: calc(-17px + -13 * (100vw - 365px) / 402);
  }
}
.p-fv__info-head--line:nth-child(2)::before {
  width: 2.125rem;
  rotate: 109deg;
  right: -1.3125rem;
  bottom: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-head--line:nth-child(2)::before {
    width: max(20px, 5.4794520548vw);
    bottom: 9px;
    right: calc(-16px + -13 * (100vw - 365px) / 402);
  }
}

.p-fv__info-2-tittle {
  color: #f08300;
  font-size: clamp(29px, -17.9277108434px + 4.578313253vw, 48px);
  font-weight: 700;
  line-height: 1.45833;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5555555556vw;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-2-tittle {
    font-size: max(24px, 6.5753424658vw);
    gap: max(9px, 2.4657534247vw);
    z-index: 3;
    margin-top: 0;
  }
}
.p-fv__info-2-tittle span {
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__info-2-tittle span {
    border-radius: 4px;
  }
}
.p-fv__info-2-tittle span:nth-child(1) {
  padding-inline: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-2-tittle span:nth-child(1) {
    padding-inline: 9px;
  }
}
.p-fv__info-2-tittle span:nth-child(2) {
  padding-inline: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__info-2-tittle span:nth-child(2) {
    padding-inline: 9px 11px;
  }
}

.p-fv__decoration--dance2 {
  width: 9.8611111111vw;
  position: absolute;
  bottom: -2.1875rem;
  left: calc(-20px + -25 * (100vw - 1025px) / 415);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-fv__decoration--dance2 {
    width: max(81px, 22.1917808219vw);
    bottom: 14px;
    left: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__decoration--dance2 {
    left: -1.625rem;
  }
}

.p-fv__scrolldown {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  translate: calc(-50% - 0.3125rem);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-fv__scrolldown {
    bottom: -19px;
    translate: -50%;
  }
}

.p-fv__scrolldown-text {
  font-family: "Futura", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 2.4px;
  padding-bottom: 1.125rem;
  padding-left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__scrolldown-text {
    font-size: max(14px, 3.8356164384vw);
    letter-spacing: 1.4px;
    padding-bottom: 14px;
    padding-left: 0;
  }
}

.p-fv__scrolldown-bar {
  position: relative;
}
.p-fv__scrolldown-bar span {
  display: inline-block;
}
.p-fv__scrolldown-bar .bar {
  width: 1px;
  height: 3.625rem;
  background-color: #480000;
}
.p-fv__scrolldown-bar .circle {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 0.375rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #480000;
  border-radius: 50%;
  -webkit-animation: 2s ease-in-out backwards infinite scrollDown;
          animation: 2s ease-in-out backwards infinite scrollDown;
}
@-webkit-keyframes scrollDown {
  0% {
    top: 0;
  }
  80% {
    top: 3.625rem;
  }
  100% {
    top: 3.625rem;
  }
}
@keyframes scrollDown {
  0% {
    top: 0;
  }
  80% {
    top: 3.625rem;
  }
  100% {
    top: 3.625rem;
  }
}

.l-about-us {
  padding-block: 6.6875rem 6.4375rem;
}
@media screen and (max-width: 767px) {
  .l-about-us {
    padding-block: 80px 36px;
  }
}

.l-about-us__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-about-us__inner {
    max-width: 500px;
    margin-inline: auto;
    padding-inline: 15px;
  }
}

.p-about-us__decoration--dance {
  width: 11.0625rem;
  position: absolute;
  top: -2.4375rem;
  right: 9.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-us__decoration--dance {
    width: 110px;
    top: 15px;
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-about-us__decoration--dance {
    width: max(80px, 21.9178082192vw);
    top: calc(40px - 25 * (100vw - 365px) / 135);
    right: calc(20px - 10 * (100vw - 365px) / 135);
  }
}

.p-about-us__cards {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about-us__cards {
    margin-top: 40px;
    gap: 32px;
  }
}

.p-about-us__card {
  border-radius: 16px;
  border: 6px solid #90bdff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.p-about-us__card.p-about-us__card--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-about-us__card.p-about-us__card--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-about-us__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about-us__card-num {
  border-radius: 16px 0px 100px 0px;
  background-color: #90bdff;
  width: 5rem;
  height: 5rem;
  color: #f1c124;
  font-family: "Futura", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.9375;
  padding-block: 1rem 2.125rem;
  padding-inline: 0.9375rem 1.4375rem;
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
}
.p-about-us__card--reverse .p-about-us__card-num {
  border-radius: 0px 16px 0px 100px;
  padding-inline: 1.6875rem 0.5625rem;
  right: -0.4375rem;
  left: auto;
}

.p-about-us__image {
  width: 42.7%;
}
@media screen and (max-width: 767px) {
  .p-about-us__image {
    width: 100%;
  }
}
.p-about-us__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-us__body {
  width: 57.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 3.9375rem 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-us__body {
    width: 100%;
    padding-inline: 15px;
  }
}
.p-about-us__card--1 .p-about-us__body {
  padding-block: 3.1875rem 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-us__card--1 .p-about-us__body {
    padding-block: 30px;
  }
}
.p-about-us__card--2 .p-about-us__body {
  padding-block: 1.6875rem 1.5rem;
  padding-inline: 2.3125rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-us__card--2 .p-about-us__body {
    padding-inline: 15px;
  }
}
.p-about-us__card--3 .p-about-us__body {
  padding-block: 1.875rem 1.25rem;
}

.p-about-us__card-tittle {
  border-radius: 100px;
  background: #f08300;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  padding-block: 0.1875rem 0.125rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-about-us__card-tittle {
    font-size: 18px;
  }
}
.p-about-us__card--1 .p-about-us__card-tittle {
  padding-inline: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about-us__card--1 .p-about-us__card-tittle {
    padding-inline: 10px;
  }
}
.p-about-us__card--2 .p-about-us__card-tittle {
  padding-inline: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-us__card--2 .p-about-us__card-tittle {
    padding-inline: 6px;
  }
}
.p-about-us__card--3 .p-about-us__card-tittle {
  padding-inline: 1.1875rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-us__card--3 .p-about-us__card-tittle {
    padding-inline: 15px;
  }
}
.p-about-us__card-tittle::before {
  content: "";
  position: absolute;
  background: url("../images/top/about-us/Polygon.svg") no-repeat center center/contain;
  width: 1.1875rem;
  height: 1.1875rem;
  bottom: -0.625rem;
  left: 50%;
  translate: -50%;
  z-index: -1;
}

.p-about-us__text {
  margin-top: 1.75rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-about-us__text {
    margin-top: 22px;
  }
}
.p-about-us__card--2 .p-about-us__text {
  margin-inline: 1.25rem 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-us__card--2 .p-about-us__text {
    margin-inline: 10px;
  }
}

.p-about-us__lists {
  margin-top: 0.9375rem;
  border-radius: 6px;
  background: #f4f1ea;
  padding-block: 1.375rem 1.3125rem;
  padding-inline: 1.25rem 0.9375rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.375rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-us__lists {
    margin-top: 12px;
    padding-inline: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-us__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.p-about-us__list {
  font-weight: 500;
  line-height: 1.875;
  padding-left: 0.625rem;
  white-space: nowrap;
  position: relative;
}
.p-about-us__list::before {
  position: absolute;
  content: "•";
  font-size: 1rem;
  color: #480000;
  line-height: 1.875;
  left: 0;
}

.l-facilities {
  overflow: hidden;
  padding-top: 15.2777777778vw;
}
@media screen and (max-width: 767px) {
  .l-facilities {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-facilities {
    padding-top: 13.75rem;
  }
}

.p-facilities {
  background-color: #fff;
}

.p-facilities--bg {
  background-color: #f08300;
  padding-block: 4rem 4.6875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-facilities--bg {
    padding-block: 51px 60px;
  }
}
.p-facilities--bg::before {
  content: "";
  position: absolute;
  background: url("../images/top/facilities/head-bg.svg") no-repeat top center/cover;
  width: min(1498px, 104.0277777778vw);
  height: auto;
  aspect-ratio: 1498/486;
  left: 50%;
  translate: -50%;
  top: -11.1111111111vw;
}
@media screen and (min-width: 1441px) {
  .p-facilities--bg::before {
    width: 104.0277777778vw;
  }
}

@media screen and (max-width: 767px) {
  .l-facilities__inner {
    max-width: 500px;
    margin-inline: auto;
  }
}

.l-facilities__content {
  margin-top: -11.1111111111vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-facilities__content {
    margin-top: -54px;
  }
}

.p-facilities__decorations--ballet {
  width: 11.375rem;
  position: absolute;
  top: -8.9375rem;
  left: 11.3125rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__decorations--ballet {
    width: 110px;
    top: -91px;
    left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-facilities__decorations--ballet {
    width: max(80px, 21.9178082192vw);
    top: calc(-67px + -24 * (100vw - 365px) / 135);
  }
}

.p-facilities__decorations--shoes {
  position: absolute;
  width: 3.375rem;
  top: 3.125rem;
  left: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__decorations--shoes {
    width: 40px;
    top: 27px;
    left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p-facilities__decorations--shoes {
    width: max(30px, 8.2191780822vw);
  }
}

.p-facilities__decorations--musical-note-yellow {
  position: absolute;
  width: 3.75rem;
  top: -1.125rem;
  right: 17.3125rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__decorations--musical-note-yellow {
    width: 46px;
    top: -24px;
    right: 70px;
  }
}
@media screen and (max-width: 500px) {
  .p-facilities__decorations--musical-note-yellow {
    width: max(30px, 8.2191780822vw);
    top: calc(-10px + -14 * (100vw - 365px) / 135);
  }
}

.p-facilities__decorations--musical-note-blue {
  position: absolute;
  width: 2.125rem;
  top: 2.9375rem;
  right: 16.75rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__decorations--musical-note-blue {
    width: 28px;
    top: 27px;
    right: 62px;
  }
}
@media screen and (max-width: 500px) {
  .p-facilities__decorations--musical-note-blue {
    width: max(20px, 5.4794520548vw);
    top: clamp(13px, -24.8518518519px + 10.3703703704vw, 27px);
  }
}

.p-facilities__decorations--musical-note-pink {
  position: absolute;
  width: 2.625rem;
  top: 1.625rem;
  right: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__decorations--musical-note-pink {
    width: 28px;
    top: 13px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities__decorations--musical-note-pink {
    width: 5.4794520548vw;
    right: calc(36px - 16 * (100vw - 365px) / 135);
  }
}

.p-facilities__slider {
  margin-top: 3.75rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-facilities__slider {
    margin-top: 48px;
    width: auto;
    margin-inline: 0;
  }
}

.p-facilities__swiper {
  overflow: visible;
  translate: -14.875rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__swiper {
    translate: 0;
    overflow: hidden;
  }
}

.p-facilities__slide {
  width: 27.875rem;
  height: auto;
  aspect-ratio: 446/318;
}
@media screen and (max-width: 767px) {
  .p-facilities__slide {
    width: 100%;
  }
}

.p-facilities__image {
  width: 100%;
  height: 100%;
}
.p-facilities__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.p-facilities__scrollbar-nav-buttons-wrapper {
  position: relative;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__scrollbar-nav-buttons-wrapper {
    margin-top: 20px;
  }
}

.p-facilities__scrollbar {
  position: relative !important;
  width: 14.9375rem !important;
  left: 50% !important;
  translate: -50% !important;
  height: 14px !important;
  background-color: #fff !important;
  border-radius: 100px;
  border: 2px solid #f1c124;
}
.p-facilities__scrollbar .swiper-scrollbar-drag {
  height: 10px;
  cursor: pointer;
  background-color: #f1c124;
  background-clip: content-box;
  border-radius: 100px;
}

.p-facilities__prev,
.p-facilities__next {
  width: 59px;
  height: 59px;
  top: -5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
}
@media (any-hover: hover) {
  .p-facilities__prev:hover,
  .p-facilities__next:hover {
    opacity: 0.8;
  }
}
.p-facilities__prev::after,
.p-facilities__next::after {
  display: none;
}

.p-facilities__prev {
  background: url("../images/top/facilities/prev-arrow.svg") no-repeat center center/contain;
  left: clamp(346px, -140.5662650602px + 47.4698795181vw, 543px);
}
@media screen and (max-width: 767px) {
  .p-facilities__prev {
    left: clamp(0px, -170.3333333333px + 46.6666666667vw, 63px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-facilities__prev {
    left: clamp(252px, -27px + 36.328125vw, 345px);
  }
}
@media screen and (min-width: 1441px) {
  .p-facilities__prev {
    left: 37.7083333333vw;
  }
}

.p-facilities__next {
  background: url("../images/top/facilities/next-arrow.svg") no-repeat center center/contain;
  right: clamp(346px, -140.5662650602px + 47.4698795181vw, 543px);
}
@media screen and (max-width: 767px) {
  .p-facilities__next {
    right: clamp(0px, -170.3333333333px + 46.6666666667vw, 63px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-facilities__next {
    right: clamp(252px, -27px + 36.328125vw, 345px);
  }
}
@media screen and (min-width: 1441px) {
  .p-facilities__next {
    right: 37.7083333333vw;
  }
}

.p-facilities__description {
  margin-top: 3.125rem;
  margin-left: -0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__description {
    margin-top: 48px;
    margin-left: 0;
    gap: 28px;
  }
}

.p-facilities__description-area1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-facilities__description-area1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}

.p-facilities__decoration--dance {
  width: 6.875rem;
  position: absolute;
  bottom: -2.125rem;
  right: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__decoration--dance {
    width: 102px;
    right: -21px;
  }
}
@media screen and (max-width: 500px) {
  .p-facilities__decoration--dance {
    width: max(75px, 20.5479452055vw);
  }
}

.p-facilities__floor-map {
  width: 43.24055666%;
  height: auto;
  aspect-ratio: 435/603;
}
@media screen and (max-width: 767px) {
  .p-facilities__floor-map {
    width: 100%;
  }
}
.p-facilities__floor-map img {
  border-radius: 10px;
}

.p-facilities__info {
  width: 54.0755467197%;
  border-radius: 10px;
  background: #fff;
  padding-block: 0.6875rem 0.625rem;
  padding-inline: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__info {
    width: 100%;
  }
}

.p-facilities__info-content {
  border-radius: 10px;
  border: 3px solid #f08300;
  background: #fff;
  padding-block: 2.125rem 1rem;
  padding-inline: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-content {
    padding-block: 27px 16px;
    padding-inline: 10px;
  }
}

.p-facilities__info-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.p-facilities__info-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5625rem;
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-table tr {
    gap: 20px;
  }
}
.p-facilities__info-table tr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #ede6d7 0px, #ede6d7 2px, transparent 2px, transparent 9px);
  bottom: 0;
  left: 0;
}
.p-facilities__info-table tr + tr {
  margin-top: 0.9375rem;
}
.p-facilities__info-table tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.p-facilities__info-table tr:nth-child(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-table tr:nth-child(1) th,
  .p-facilities__info-table tr:nth-child(1) td {
    height: auto;
  }
}
.p-facilities__info-table tr th,
.p-facilities__info-table tr td {
  height: 1.75rem;
  font-weight: 500;
  line-height: 1.4375;
  padding-bottom: 0.3125rem;
  border: none;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-table tr th,
  .p-facilities__info-table tr td {
    line-height: 1.6;
  }
}
.p-facilities__info-table tr th {
  width: 17.9653679654%;
  padding-left: 1.1875rem;
  text-align: left;
  white-space: nowrap;
  padding-right: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-table tr th {
    padding-left: 15px;
    width: 26.3157894737%;
  }
}

.p-facilities__info-amenities {
  margin-top: 1.625rem;
  padding-inline: 2rem 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-amenities {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-facilities__info-amenities {
    padding-inline: 0;
  }
}

.p-facilities__info-amenities-head,
.p-facilities__info-amenities-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-facilities__info-amenities-head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-facilities__info-amenities-bottom {
  gap: 20px;
}

.p-facilities__info-amenity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
.p-facilities__info-amenity.p-facilities__info-amenity--2 {
  margin-left: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-amenity.p-facilities__info-amenity--2 {
    margin-left: 0;
  }
}
.p-facilities__info-amenity.p-facilities__info-amenity--3 {
  margin-left: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-amenity.p-facilities__info-amenity--3 {
    margin-left: 0;
  }
}
.p-facilities__info-amenity.p-facilities__info-amenity--4 {
  margin-left: -2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-amenity.p-facilities__info-amenity--4 {
    margin-left: 0;
  }
}
.p-facilities__info-amenity.p-facilities__info-amenity--5 {
  margin-left: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-amenity.p-facilities__info-amenity--5 {
    margin-left: 0;
  }
}

.p-facilities__info-amenity-illustration {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #ede6d7;
  position: relative;
}
.p-facilities__info-amenity-illustration::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-facilities__info-amenity--1 .p-facilities__info-amenity-illustration::before {
  background: url("../images/top/facilities/wifi.png") no-repeat center center/contain;
  width: 2.875rem;
  height: 2.125rem;
}
.p-facilities__info-amenity--2 .p-facilities__info-amenity-illustration::before {
  background: url("../images/top/facilities/socket.png") no-repeat center center/contain;
  width: 1.5rem;
  height: 2.5rem;
}
.p-facilities__info-amenity--3 .p-facilities__info-amenity-illustration {
  margin-inline: 1.1875rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-amenity--3 .p-facilities__info-amenity-illustration {
    margin-inline: 0;
  }
}
.p-facilities__info-amenity--3 .p-facilities__info-amenity-illustration::before {
  background: url("../images/top/facilities/AC.png") no-repeat center center/contain;
  width: 3.25rem;
  height: 2.375rem;
}
.p-facilities__info-amenity--4 .p-facilities__info-amenity-illustration::before {
  background: url("../images/top/facilities/amp.png") no-repeat center center/contain;
  width: 3.0625rem;
  height: 2.9375rem;
}
.p-facilities__info-amenity--5 .p-facilities__info-amenity-illustration {
  margin-inline: 0.25rem 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__info-amenity--5 .p-facilities__info-amenity-illustration {
    margin-inline: 0;
  }
}
.p-facilities__info-amenity--5 .p-facilities__info-amenity-illustration::before {
  background: url("../images/top/facilities/mirror.png") no-repeat center center/contain;
  width: 3.25rem;
  height: 2.625rem;
}

.p-facilities__info-amenity-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
  white-space: nowrap;
}

.p-facilities__info-amenity-text--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-facilities__info-amenity-text--list li {
  padding-left: 0.625rem;
  position: relative;
}
.p-facilities__info-amenity-text--list li::before {
  position: absolute;
  content: "•";
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 500;
  color: #480000;
  left: 0;
}

.p-facilities__description-area2 {
  border-radius: 10px;
  background: #fff;
  width: min(1000px, 100%);
  padding-block: 0.625rem;
  padding-inline: 0.625rem 0.75rem;
  margin-left: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__description-area2 {
    margin-left: 0;
    width: 100%;
  }
}

.p-facilities__inventory {
  border-radius: 8px;
  border: 3px solid #90bdff;
  padding-block: 1rem 0.625rem;
  padding-inline: 1.5625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__inventory {
    padding-inline: 10px;
    gap: 15px;
  }
}

.p-facilities__inventory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-facilities__inventory-list-tittle {
  border-radius: 100px;
  background: #480000;
  padding-block: 0.125rem 0.0625rem;
  padding-inline: 0.8125rem 0.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4375;
}

.p-facilities__inventory-list-text {
  font-weight: 500;
  line-height: 1.4375;
}

.l-price {
  padding-block: 4.125rem 7.125rem;
}
@media screen and (max-width: 767px) {
  .l-price {
    padding-block: 52px 57px;
  }
}

.p-price {
  background: url("../images/top/price/pricr-bg.png") repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .l-price__inner {
    max-width: 500px;
    margin-inline: auto;
    padding-inline: 15px;
  }
}

.l-price__content {
  margin-top: -1.1875rem;
}

.p-price__head-image {
  width: min(1008px, 100%);
  margin-right: -0.5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-price__head-image {
    width: 100%;
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-price__head-image {
    width: 100%;
  }
}

.p-price__cards {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price__cards {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p-price__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  overflow: hidden;
}
.p-price__card.p-price__card--orange {
  border-radius: 10px 0px 0px 10px;
  border: 6px solid #f08300;
}
@media screen and (max-width: 767px) {
  .p-price__card.p-price__card--orange {
    border-radius: 10px 10px 0px 0px;
  }
}
.p-price__card.p-price__card--blue {
  border: 6px solid #90bdff;
  margin-inline: -6px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-price__card.p-price__card--blue {
    border-radius: 10px 10px 0px 0px;
    margin-inline: 0;
  }
}
.p-price__card.p-price__card--pink {
  border-radius: 0px 10px 10px 0px;
  border: 6px solid #faa9cd;
}
@media screen and (max-width: 767px) {
  .p-price__card.p-price__card--pink {
    border-radius: 10px 10px 0px 0px;
  }
}

.p-price__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-price__card--orange .p-price__card-head {
  background-color: #f08300;
  padding-block: 0.375rem 0.5625rem;
  padding-inline: 5.1875rem 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__card--orange .p-price__card-head {
    padding-inline: 0;
  }
}
.p-price__card--blue .p-price__card-head {
  background-color: #90bdff;
  padding-block: 0.4375rem 0.5rem;
  padding-inline: 4.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-price__card--blue .p-price__card-head {
    padding-inline: 0;
  }
}
.p-price__card--pink .p-price__card-head {
  background-color: #faa9cd;
  padding-block: 1.5rem 1.5625rem;
  padding-inline: 5.0625rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__card--pink .p-price__card-head {
    padding-inline: 0;
  }
}

.p-price__card-tittle {
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4642857143;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-price__card-tittle {
    font-size: 22px;
  }
}

.p-price__card-tittle-sub {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4642857143;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-price__card-tittle-sub {
    font-size: 20px;
  }
}

.p-price__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4375rem;
  padding-block: 0.5rem 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-price__card-body {
    gap: 5px;
    padding-block: 8px 20px;
  }
}
.p-price__card--orange .p-price__card-body {
  padding-inline: 0.6875rem 0.625rem;
  color: #f08300;
}
@media screen and (max-width: 767px) {
  .p-price__card--orange .p-price__card-body {
    padding-inline: 10px;
  }
}
.p-price__card--blue .p-price__card-body {
  padding-inline: 1rem;
  color: #90bdff;
}
@media screen and (max-width: 767px) {
  .p-price__card--blue .p-price__card-body {
    padding-inline: 10px;
  }
}
.p-price__card--pink .p-price__card-body {
  padding-inline: 0.625rem 0.6875rem;
  color: #faa9cd;
}
@media screen and (max-width: 767px) {
  .p-price__card--pink .p-price__card-body {
    padding-inline: 10px;
  }
}

.p-price__card-price {
  text-align: center;
}
.p-price__card-price em {
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.453125;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-price__card-price em {
    font-size: 40px;
    line-height: 1.6;
  }
}
.p-price__card-price span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__card-price span {
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-price__card-description {
  border-radius: 6px;
  padding-inline: 0.75rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-price__card-description {
    gap: 6px;
    padding-inline: 9px 7px;
  }
}
.p-price__card--orange .p-price__card-description {
  background-color: rgba(240, 131, 0, 0.1);
  padding-block: 0.6875rem;
}
.p-price__card--orange .p-price__card-description p:nth-child(1) {
  line-height: 1.27778;
}
.p-price__card--blue .p-price__card-description {
  background-color: rgba(144, 189, 255, 0.1);
  padding-block: 0.6875rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-price__card--blue .p-price__card-description {
    padding-block: 11px;
  }
}
.p-price__card--pink .p-price__card-description {
  background-color: rgba(250, 169, 205, 0.1);
  padding-block: 0.625rem 0.875rem;
  padding-inline: 0.5625rem 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-price__card--pink .p-price__card-description {
    padding-block: 11px;
  }
}

.p-price__card-description-text {
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  line-height: 1.44444;
}
@media screen and (max-width: 767px) {
  .p-price__card-description-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

.l-access {
  padding-block: 4rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .l-access {
    padding-block: 51px 61px;
  }
}

@media screen and (max-width: 767px) {
  .l-access__inner {
    padding-inline: 15px;
  }
}

.p-access__description {
  margin-top: 3.375rem;
  width: 100%;
  border-radius: 10px;
  border: 4px solid #ede6d7;
  background-color: #fff;
  padding-block: 0.5625rem;
  padding-inline: 0.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access__description {
    margin-top: 43px;
  }
}

.p-access__description-container {
  border-radius: 10px;
  background-color: #f4f1ea;
  padding-block: 2.125rem 2.875rem;
  padding-inline: 3.0625rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-access__description-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 27px 36px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-access__description-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-access__description-content {
  width: 44.2329227324%;
}
@media screen and (max-width: 767px) {
  .p-access__description-content {
    width: 100%;
    padding-inline: 16px;
  }
}

.p-access__description-tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  padding-bottom: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-access__description-tittle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #480000 0px, #480000 2px, transparent 2px, transparent 9px);
  bottom: 0;
  left: 0;
}

.p-access__description-logo {
  width: 3.25rem;
}

.p-access__description-studio-name {
  font-size: 1.5rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-access__description-studio-name {
    font-size: 20px;
    line-height: 1.8;
  }
}

.p-access__description-body {
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-access__description-body {
    margin-top: 13px;
    gap: 20px;
  }
}

.p-access__description-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-access__description-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
}

.p-access__description-address-tittle,
.p-access__description-access-tittle {
  border-radius: 100px;
  background-color: #480000;
  color: #fff;
  font-size: max(0.875rem, 12px);
  height: 1.3125rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 0.1875rem;
  padding-block: 0 0.0625rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-access__description-address-tittle,
  .p-access__description-access-tittle {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-access__description-address-tittle {
  padding-inline: 1.75rem 1.6875rem;
}

.p-access__description-access-tittle {
  padding-inline: 0.875rem 0.8125rem;
}

.p-access__description-address-text {
  font-style: normal;
  font-weight: 500;
  line-height: 1.625;
}

.p-access__description-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-access__description-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
}

.p-access__description-access-lists li {
  font-weight: 500;
  line-height: 1.625;
  padding-left: 0.625rem;
  position: relative;
}
.p-access__description-access-lists li::before {
  position: absolute;
  content: "•";
  font-size: 1rem;
  color: #480000;
  left: 0;
  font-weight: 500;
  line-height: 1.625;
}

.p-access__description-map {
  margin-top: 0.125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 53.9753639418%;
}
@media screen and (max-width: 767px) {
  .p-access__description-map {
    width: 100%;
    padding-inline: 5px;
    margin-top: 0;
  }
}
.p-access__description-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 482/313;
  max-width: 100%;
  vertical-align: top;
}

.p-access__description-decoration--people {
  width: 11.1875rem;
  position: absolute;
  bottom: -3.4375rem;
  left: -3.25rem;
}
@media screen and (max-width: 767px) {
  .p-access__description-decoration--people {
    width: 146px;
    bottom: -60px;
    left: -30px;
  }
}
@media screen and (max-width: 500px) {
  .p-access__description-decoration--people {
    width: max(110px, 29.3333333333vw);
    bottom: calc(-40px + -20 * (100vw - 365px) / 135);
  }
}

.l-instagram {
  padding-block: 9.0625rem 9.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-instagram {
    padding-block: 72px 122px;
  }
}

.p-instagram {
  background: url("../images/top/instagram/bg.svg") no-repeat top left -1.5px/cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .p-instagram {
    background: url("../images/top/instagram/bg.svg") no-repeat bottom -2px left -1.5px/cover;
  }
}

.p-instagram__bg {
  background-color: #fce9a9;
}

.p-instagram__decoration--peoples {
  width: 19.75rem;
  position: absolute;
  top: -0.3125rem;
  right: min(216px, clamp(40px, -394.6987951807px + 42.4096385542vw, 216px));
}
@media screen and (max-width: 767px) {
  .p-instagram__decoration--peoples {
    width: 190px;
    right: clamp(14px, -72.6390977444px + 17.2932330827vw, 60px);
    top: clamp(-62px, -159.9398496241px + 19.5488721805vw, -10px);
  }
}
@media screen and (max-width: 500px) {
  .p-instagram__decoration--peoples {
    width: clamp(158px, 71.4814814815px + 23.7037037037vw, 190px);
    right: calc(36px - 22 * (100vw - 365px) / 135);
    top: calc(-38px + -24 * (100vw - 365px) / 135);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-instagram__decoration--peoples {
    right: 40px;
  }
}

.l-instagram__inner #sb_instagram .sbi_type_carousel .sbi_playbtn,
.l-instagram__inner #sb_instagram .sbi_type_video .sbi_playbtn {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  margin-left: 0;
}
.l-instagram__inner .fa-instagram {
  width: 1em;
}

.p-news {
  background-color: #fce9a9;
}

.l-news__wrapper {
  padding-block: 4rem 5.9375rem;
}
@media screen and (max-width: 767px) {
  .l-news__wrapper {
    padding-block: 32px 72px;
  }
}

.p-news__wrapper {
  border-radius: 40px 40px 0 0;
  background-color: #fff;
}

.l-news__inner {
  max-width: 1066px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .l-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
}

.p-news__tittle {
  margin-left: -0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-news__tittle {
    margin-left: 0;
  }
}

.p-news__lists {
  width: 80.2186878728%;
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-news__lists {
    width: 100%;
    margin-top: 0;
  }
}

.p-news__list {
  padding-left: 1rem;
  width: 100%;
  padding-bottom: 0.9375rem;
  position: relative;
}
.p-news__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #ede6d7 0px, #ede6d7 2px, transparent 2px, transparent 9px);
  bottom: 0;
  left: 0;
}

.p-news__list-article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__list-article-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media (any-hover: hover) {
  .p-news__list-article-link:hover {
    opacity: 0.8;
  }
}

.p-news__list-date {
  color: #f08300;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-news__list-date {
    font-size: 18px;
    line-height: 1.6;
  }
}

.p-news__list-tittle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-news__list-tittle {
    font-size: 18px;
    line-height: 1.6;
  }
}

.p-faq {
  background-color: #fff;
}

.l-faq__wrapper {
  padding-block: 4rem 8.9375rem;
}
@media screen and (max-width: 767px) {
  .l-faq__wrapper {
    padding-block: 32px 71px;
  }
}

.p-faq__wrapper {
  border-radius: 40px 40px 0px 0px;
  background-color: #f08300;
}

.p-faq__accordion-lists {
  margin-top: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-lists {
    margin-top: 32px;
  }
}

.p-faq__accordion-list {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.p-faq__accordion-list.is-open .p-faq__accordion::before {
  rotate: 180deg;
}

.p-faq__accordion {
  padding-block: 0.6875rem;
  padding-inline: 1.5rem 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion {
    padding-inline: 16px 25px;
    gap: 15px;
  }
}
.p-faq__accordion::before {
  content: "";
  position: absolute;
  background: url("../images/top/FAQ/toggle-icon.svg") no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  right: 1.4375rem;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion::before {
    right: 10px;
    width: 13px;
    height: 13px;
  }
}
.p-faq__accordion::after {
  content: "";
  position: absolute;
  width: 94.9%;
  height: 1px;
  background-color: #EDE6D7;
  bottom: 0;
  left: 2.8%;
}

.p-faq__accordion-question-icon {
  position: relative;
  background: url("../images/top/FAQ/Q-bg.svg") no-repeat center center/contain;
  width: 3.4375rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__accordion-question-icon::before {
  content: "Q";
  position: absolute;
  color: #90bdff;
  font-family: "Futura", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3214285714;
  top: 0.3125rem;
  left: 1.1875rem;
}

.p-faq__accordion-question-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: left;
  font-weight: 500;
  line-height: 1.4375;
  color: #480000;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-question-text {
    line-height: 1.8;
  }
}

.p-faq__accordion-content {
  display: none;
}

.p-faq__accordion-answer {
  padding-block: 0.875rem 2.625rem;
  padding-inline: 1.9375rem 5.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-answer {
    padding-block: 14px 33px;
    padding-inline: 20px 15px;
  }
}

.p-faq__accordion-answer-icon {
  position: relative;
  background: url("../images/top/FAQ/A-bg.svg") no-repeat center center/contain;
  width: 3.4375rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__accordion-answer-icon::before {
  content: "A";
  position: absolute;
  color: #ede6d7;
  font-family: "Futura", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3214285714;
  top: 0.3125rem;
  left: 0.875rem;
}

.p-faq__accordion-answer-text {
  font-weight: 500;
  line-height: 1.625;
  padding-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-answer-text {
    line-height: 1.8;
  }
}

.l-cta {
  padding-block: 5.8125rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-block: 46px 54px;
  }
}

.p-cta {
  background-image: url("../images/top/cta-pic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-position: right 170% center;
  }
}

.l-cta__inner {
  max-width: 1260px;
}

.p-cta__content {
  width: 41.0833333333%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    width: 100%;
  }
}

.p-cta__heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4375;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-cta__heading {
    font-size: 27px;
    line-height: 1.6;
  }
}

.p-cta__text {
  margin-top: 3rem;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    margin-top: 38px;
    line-height: 1.8;
  }
}
.p-cta__text + .p-cta__text {
  margin-top: 1.4375rem;
}

.p-cta__button {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta__button {
    margin-top: 54px;
  }
}

.p-cta__line-button {
  padding-inline: 5.0625rem 2.9375rem;
  padding-block: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1.45;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cta__line-button {
    padding-inline: 60px 35px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (any-hover: hover) {
  .p-cta__line-button:hover {
    -webkit-box-shadow: 0 8px 16px rgba(120, 60, 20, 0.3);
            box-shadow: 0 8px 16px rgba(120, 60, 20, 0.3);
  }
}
.p-cta__line-button::after {
  width: 2.5625rem;
  height: 2.5625rem;
  left: 0.75rem;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-cta__line-button::after {
    width: 35px;
    height: 35px;
    left: 9px;
  }
}

@media screen and (max-width: 767px) {
  .l-access-main__inner {
    padding-inline: 15px;
  }
}

.p-access-map {
  border-radius: 10px;
  background-color: #f1c124;
  padding: 1.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access-map {
    padding: 10px;
  }
}
.p-access-map::after, .p-access-map::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  top: 2.125rem;
  background-color: #f1c124;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-access-map::after, .p-access-map::before {
    width: 10px;
    height: 10px;
    top: 20px;
  }
}
.p-access-map::after {
  left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-access-map::after {
    left: 20px;
  }
}
.p-access-map::before {
  right: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-access-map::before {
    right: 20px;
  }
}

.p-access-map__content {
  border-radius: 10px;
  background-color: #fff;
  padding-block: 1.1875rem 3.3125rem;
  padding-inline: 8.125rem 8.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access-map__content {
    padding-block: 19px 42px;
    padding-inline: 10px;
  }
}
.p-access-map__content::after, .p-access-map__content::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  bottom: 1.625rem;
  background-color: #f1c124;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-access-map__content::after, .p-access-map__content::before {
    width: 10px;
    height: 10px;
    bottom: 10px;
  }
}
.p-access-map__content::after {
  left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access-map__content::after {
    left: 10px;
  }
}
.p-access-map__content::before {
  right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access-map__content::before {
    right: 10px;
  }
}

.p-access-map__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-access-map__content-tittle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-access-map__content-tittle {
    font-size: 24px;
  }
}

.p-access-map__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-access-map__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
  }
}

.p-access-map__address-tittle {
  border-radius: 100px;
  background-color: #480000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1.1875rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-access-map__address-tittle {
    font-size: 15px;
    line-height: 20px;
    padding-inline: 14px;
    margin-left: 5px;
  }
}

.p-access-map__address-text {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5;
}
@media screen and (max-width: 767px) {
  .p-access-map__address-text {
    font-size: 17px;
    line-height: 1.6;
  }
}

.p-access-map__map-iframe {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-access-map__map-iframe {
    margin-top: 20px;
  }
}
.p-access-map__map-iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 700/234;
  max-width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-access-map__map-iframe iframe {
    aspect-ratio: 365/200;
  }
}

.p-access-map__info {
  margin-top: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.3125rem;
  gap: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-access-map__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    gap: 26px;
  }
}

.p-access-map__image {
  width: 44.5714285714%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-access-map__image {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-access-map__info-body {
  width: 50%;
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access-map__info-body {
    width: 100%;
    margin-top: 0;
    gap: 20px;
  }
}

.p-access-map__info-text {
  font-weight: 500;
  line-height: 1.625;
}

.p-access-map__decoration--dance1 {
  width: 7.6875rem;
  position: absolute;
  bottom: -3.3125rem;
  left: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-access-map__decoration--dance1 {
    width: 110px;
    left: 14px;
    bottom: -100px;
  }
}
@media screen and (max-width: 500px) {
  .p-access-map__decoration--dance1 {
    width: 21.9178082192vw;
    left: 2.7397260274vw;
    bottom: -20vw;
  }
}

.l-access-directions {
  padding-block: 4.1875rem 7.1875rem;
}
@media screen and (max-width: 767px) {
  .l-access-directions {
    padding-block: 53px 55px;
  }
}

.p-access-directions__tittle {
  text-align: center;
}

.p-access-direction__content {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__content {
    margin-top: 21px;
  }
}

.p-access-direction__station-access-lead {
  padding-left: 1.5rem;
  margin-top: 2.25rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-lead {
    padding-left: 5px;
    margin-top: 31px;
  }
}

.p-access-direction__station-access-content {
  margin-top: 4.125rem;
  border-radius: 8px;
  border: 3px solid #90bdff;
  background-color: #fff;
  position: relative;
  padding-block: 1.625rem 1.6875rem;
  padding-inline: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-content {
    margin-top: 58px;
    padding-block: 30px 21px;
    padding-inline: 10px;
  }
}

.p-access-direction__station-access-tittle {
  position: absolute;
  padding-inline: 0.75rem 0.5625rem;
  height: 1.25rem;
  background-color: #fff;
  left: 1.1875rem;
  top: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-tittle {
    font-size: 16px;
    left: 11px;
  }
}

.p-access-direction__station-access-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.375rem 1fr 3.375rem 1fr 3.375rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 43px;
  }
}

.p-access-direction__station-access-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-item {
    gap: 15px;
    width: 100%;
  }
}
.p-access-direction__station-access-item:nth-child(-n+4) {
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-item:nth-child(-n+4) {
    margin-bottom: 0;
  }
}
.p-access-direction__station-access-item:nth-child(-n+8):not(:nth-child(4)):not(:nth-child(8)) {
  position: relative;
}
.p-access-direction__station-access-item:nth-child(-n+8):not(:nth-child(4)):not(:nth-child(8))::before {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  bottom: 3.375rem;
  right: -2.1875rem;
  background: url("../images/access/arrow.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-item:nth-child(-n+8):not(:nth-child(4)):not(:nth-child(8))::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-item:not(:nth-child(8)) {
    position: relative;
  }
  .p-access-direction__station-access-item:not(:nth-child(8))::after {
    content: "";
    position: absolute;
    rotate: 90deg;
    right: 50%;
    translate: 50%;
    bottom: -30px;
    width: 17px;
    height: 17px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url("../images/access/arrow.svg") no-repeat center center/contain;
  }
}
.p-access-direction__station-access-item:nth-child(4) .p-access-direction__station-access-item-head {
  gap: 0.75rem;
}
.p-access-direction__station-access-item:nth-child(6) .p-access-direction__station-access-item-head {
  gap: 0.375rem;
}
.p-access-direction__station-access-item:nth-child(8) .p-access-direction__station-access-item-head {
  gap: 0.625rem;
}

.p-access-direction__station-access-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-access-direction__station-access-item-head-num {
  width: 1.0625rem;
  height: 1.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #f08300;
  color: #fff;
  font-size: 12px;
  line-height: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.p-access-direction__station-access-item-head-text {
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-item-head-text {
    font-size: max(0.875rem, 12px);
    line-height: 1.6;
  }
}

.p-access-direction__station-access-item-pic {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access-direction__station-access-item-pic {
    padding-inline: 15px;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-access-direction__regional-access {
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__regional-access {
    margin-top: 49px;
  }
}

.p-access-direction__regional-access-content {
  margin-top: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.875rem;
  padding-inline: 1.75rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__regional-access-content {
    margin-top: 28px;
    padding-inline: 0;
    gap: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-access-direction__regional-access-lists {
  width: 50.8090614887%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9375rem;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__regional-access-lists {
    width: 100%;
    padding-inline: 10px;
    margin-top: 0;
  }
}

.p-access-direction__regional-access-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-access-direction__regional-access-list-tittle {
  line-height: 0px;
  padding-left: 1.25rem;
  position: relative;
}
.p-access-direction__regional-access-list-tittle::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #480000;
  border-radius: 50%;
  left: 0;
  top: -0.3125rem;
}

.p-access-direction__regional-access-list-text {
  line-height: 1.5;
}

.p-access-direction__regional-access-parking {
  width: 44.3365695793%;
  border-radius: 8px;
  border: 3px solid #90bdff;
  background: #fff;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-access-direction__regional-access-parking {
    width: 100%;
  }
}

.p-access-direction__regional-access-parking-tittle {
  padding-inline: 0.75rem 0.4375rem;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  left: 1.6875rem;
  top: -0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__regional-access-parking-tittle {
    font-size: 16px;
    left: 11px;
  }
}

.p-access-direction__regional-access-parking-content {
  padding-block: 1.25rem 1.4375rem;
  padding-inline: 1.3125rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__regional-access-parking-content {
    padding-inline: 10px;
  }
}

.p-access-direction__regional-access-parking-map {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access-direction__regional-access-parking-map {
    padding-inline: 5px;
  }
}

.p-access-direction__regional-access-parking-text {
  margin-top: 1.5625rem;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #000;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-access-direction__regional-access-parking-text {
    padding-left: 0;
    margin-top: 20px;
    padding-bottom: 0;
  }
}

.l-access-nearby-shops {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.p-access-nearby-shops {
  background-color: #fff;
}

.l-access-nearby-shops__wrapper {
  padding-block: 2.75rem 4.3125rem;
}
@media screen and (max-width: 767px) {
  .l-access-nearby-shops__wrapper {
    padding-block: 35px 55px;
  }
}

.p-access-nearby-shops__wrapper {
  border-radius: 40px 40px 0px 0px;
  background: #f08300;
}

.l-access-nearby-shops__inner {
  max-width: 1060px;
  margin-inline: auto;
  padding-inline: 1.875rem 2.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-access-nearby-shops__inner {
    padding-inline: 20px;
    max-width: 500px;
  }
}

.p-access-nearby-shops__decoration--tree1 {
  width: 8.75rem;
  position: absolute;
  top: -6.5rem;
  right: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__decoration--tree1 {
    width: 112px;
    top: -90px;
    right: 7px;
  }
}
@media screen and (max-width: 500px) {
  .p-access-nearby-shops__decoration--tree1 {
    width: 22.4657534247vw;
    right: calc(27px - 20 * (100vw - 365px) / 135);
  }
}

.p-access-nearby-shops__decoration--tree2 {
  width: 6.9375rem;
  position: absolute;
  top: -4.0625rem;
  right: 12.8125rem;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__decoration--tree2 {
    width: 90px;
    top: -81px;
    right: 113px;
  }
}
@media screen and (max-width: 500px) {
  .p-access-nearby-shops__decoration--tree2 {
    width: 17.8082191781vw;
  }
}

.p-access-nearby-shops__tittle {
  text-align: center;
}

.p-access-nearby-shops__lists {
  margin-top: 3.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5625rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__lists {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p-access-nearby-shops__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  border-radius: 30px 30px 0px 30px;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0.5625rem 0.375rem 0 #d17201;
          box-shadow: 0.5625rem 0.375rem 0 #d17201;
  padding-block: 2.0625rem 2.125rem;
  padding-inline: 2rem 1.8125rem;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__list {
    padding-inline: 15px;
    padding-block: 26px 23px;
  }
}
.p-access-nearby-shops__list:nth-child(1), .p-access-nearby-shops__list:nth-child(2) {
  margin-bottom: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__list:nth-child(1), .p-access-nearby-shops__list:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-access-nearby-shops__list:nth-child(2) .p-access-nearby-shops__list-more {
    margin-top: 0.625rem;
  }
}
.p-access-nearby-shops__list:nth-child(3) .p-access-nearby-shops__list-more, .p-access-nearby-shops__list:nth-child(4) .p-access-nearby-shops__list-more {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__list:nth-child(3) .p-access-nearby-shops__list-more, .p-access-nearby-shops__list:nth-child(4) .p-access-nearby-shops__list-more {
    margin-top: 30px;
  }
}

.p-access-nearby-shops__list-tittle {
  color: #90bdff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 1.4375rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__list-tittle {
    padding-bottom: 18px;
    font-size: 18px;
  }
}
.p-access-nearby-shops__list-tittle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: #90bdff;
  bottom: 0;
  left: 0;
}

.p-access-nearby-shops__list-body {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__list-body {
    margin-top: 20px;
  }
}

.p-access-nearby-shops__list-pic {
  width: 100%;
  aspect-ratio: 421/161;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__list-pic {
    padding-inline: 10px;
  }
}
.p-access-nearby-shops__list-pic img {
  border-radius: 10px;
}

.p-access-nearby-shops__list-text {
  margin-top: 1.3125rem;
  padding-left: 0.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__list-text {
    padding-left: 0;
    line-height: 1.6;
  }
}

.p-access-nearby-shops__list-more {
  border-radius: 100px;
  background-color: #f08300;
  padding-block: 0.5625rem 0.5rem;
  padding-inline: 4.75rem 4.6875rem;
  color: #fff;
  font-family: "Futura", sans-serif;
  line-height: 1.5;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  height: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__list-more {
    margin-top: 30px;
  }
}
@media (any-hover: hover) {
  .p-access-nearby-shops__list-more:hover {
    -webkit-box-shadow: 0 8px 16px rgba(120, 60, 20, 0.3);
            box-shadow: 0 8px 16px rgba(120, 60, 20, 0.3);
  }
}

.p-access-nearby-shops__decoration--people {
  width: clamp(130px, -20.6626506024px + 14.6987951807vw, 191px);
  position: absolute;
  bottom: clamp(-102px, -195.8554216867px + 9.156626506vw, -64px);
  left: max(-138px, 4px + -142 * (100vw - 1025px) / 415);
}
@media screen and (max-width: 767px) {
  .p-access-nearby-shops__decoration--people {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-access-nearby-shops__decoration--people {
    width: clamp(100px, 10px + 11.71875vw, 130px);
    bottom: calc(-77px + -25 * (100vw - 768px) / 256);
    left: clamp(8px, -13px + 2.734375vw, 15px);
  }
}
@media screen and (min-width: 1030px) and (max-width: 1363px) {
  .p-access-nearby-shops__decoration--people {
    bottom: -103px;
    left: calc(2px + -121 * (100vw - 1030px) / 333);
  }
}

.p-flow {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-bottom: 7.5rem;
  }
}
.p-flow__txt {
  text-align: center;
  line-height: 2;
}
.p-flow__list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 4rem;
  }
}
.p-flow__list__item {
  border: 3px solid #90bdff;
  border-radius: 8px;
  padding: 1.5625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list__item {
    padding: 1.25rem;
  }
}
.p-flow__list__item + .p-flow__list__item {
  position: relative;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list__item + .p-flow__list__item {
    margin-top: 3.5rem;
  }
}
.p-flow__list__item + .p-flow__list__item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 26px;
  background: #F08300;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list__item + .p-flow__list__item::before {
    width: 24px;
    height: 20.8px;
    top: -2.5rem;
  }
}
.p-flow__list__item__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list__item__ttl {
    font-size: 1.0625rem;
  }
}
.p-flow__list__item__ttl span {
  color: #f08300;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-flow__list__item__ttl span {
    font-size: 14px;
  }
}
.p-flow__list__item__img {
  margin-top: 0.9375rem;
}
.p-flow__list__item.reservation .c-btn-01 {
  margin-top: 1.875rem;
}
.p-flow__list__item .c-btn-01 {
  margin-top: 0.625rem;
}
.p-flow__list__item .c-title-02 {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}
.p-flow__list__item__calender {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.6s ease, opacity 0.4s ease;
  transition: max-height 0.6s ease, opacity 0.4s ease;
  /* ローダー */
  /* 丸いスピナー */
}
.p-flow__list__item__calender.open {
  max-height: 1200px; /* カレンダーの高さに合わせて調整 */
  opacity: 1;
}
.p-flow__list__item__calender .calendar-loader {
  position: absolute; /* ★ 追加 */
  inset: 0; /* ★ 全面を覆う */
  z-index: 5; /* ★ カレンダーより前面 */
  background: rgba(255, 255, 255, 0.8); /* 背景を薄く白で */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 真ん中に配置 */
  gap: 12px;
  padding: 16px;
  color: #555;
  font-size: 14px;
  min-height: 80px; /* ひょいっと表示高さ */
}
.p-flow__list__item__calender .calendar-loader .spinner {
  width: 22px;
  height: 22px;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  -webkit-animation: spin 0.9s linear infinite;
          animation: spin 0.9s linear infinite;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-flow__list__item__calender #calendar {
  margin-top: 3.125rem;
  --fc-today-bg-color: transparent; /* 一番簡単で強力 */
}
@media screen and (max-width: 767px) {
  .p-flow__list__item__calender .fc .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow__list__item__calender .fc .fc-toolbar-title {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list__item__calender .fc .fc-toolbar-title {
    font-size: 1.25rem;
  }
}
.p-flow__list__item__calender .fc-v-event {
  background-color: #f08300;
  border: none;
  padding: 0.5em;
}
.p-flow__list__item__calender .fc-timegrid-event .fc-event-time {
  font-size: 10px;
}
.p-flow__list__item__calender .fc .fc-button-primary {
  background-color: #f1c124;
  border: none;
}
.p-flow__list__item__calender .fc .fc-button-primary:not(:disabled).fc-button-active,
.p-flow__list__item__calender .fc .fc-button-primary:not(:disabled):active {
  background-color: #f1c124;
}

.c-title-02 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title-02 span {
    font-size: 1.0625rem;
  }
}
.c-title-02 span::before, .c-title-02 span::after {
  content: "";
  display: block;
  background-image: url("../images/common/kira-deco.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1875rem;
  height: 1.1875rem;
}