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

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #101010;
  background-color: #f4f4f4;
}

img {
  display: block;
}

#top,
#news,
#experience,
#craft,
#play,
#eat_buy,
#facility,
[id^=spot-] {
  scroll-margin-top: calc(63px + 12px);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l-site {
  min-height: 100vh;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-site {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    padding: 0px 24px;
    background-color: #f4f4f4;
  }
}

.l-main {
  position: relative;
  width: 100%;
  max-width: 375px;
  min-height: 100vh;
  margin-inline: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: clip;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  box-sizing: border-box;
}
.l-main.is-drawer-open {
  height: 100dvh;
  overflow: hidden;
  background-color: #52804d;
}
.l-main.is-drawer-open .c-site-footer {
  visibility: hidden;
}
.l-main.is-drawer-open > :not(.c-header):not(.c-drawer) {
  visibility: hidden;
}
@media screen and (min-width: 900px) {
  .l-main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 1000px) {
  .l-main {
    flex: 0 0 375px;
    width: 375px;
    max-width: 375px;
    min-height: calc(100vh - 64px);
  }
}

.l-sidebar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-sidebar {
    display: block;
    position: sticky;
    top: 32px;
    flex: 1 1 0;
    width: 100%;
    max-width: 300px;
    padding: 20px 16px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1000px) {
  .l-sidebar--left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    max-height: 100vh;
    max-width: 280px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .l-sidebar--left .l-sidebar__brand {
    margin-bottom: 24px;
  }
  .l-sidebar--left .l-sidebar__brand img {
    max-width: 240px;
  }
  .l-sidebar--left .l-sidebar__sns {
    justify-content: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-sidebar--right {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 64px);
    max-height: calc(100vh - 64px);
  }
}
.l-sidebar__brand {
  margin: 0 0 20px;
  flex-shrink: 0;
}
.l-sidebar__brand img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-inline: auto;
}
.l-sidebar__nav-title {
  margin: 0 0 12px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #707070;
}
.l-sidebar__nav {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
}
.l-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-sidebar__item + .l-sidebar__item {
  margin-top: 8px;
}
.l-sidebar__link {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  color: #101010;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.l-sidebar__link:hover {
  background-color: #f4f4f4;
}
.l-sidebar__cta {
  display: block;
  flex-shrink: 0;
  margin-top: auto;
  padding: 12px 14px;
  border-radius: 8px;
  background-color: #52804d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.l-sidebar__sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-sidebar__sns-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.l-sidebar__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.l-sidebar__sns-link img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.c-header {
  position: sticky;
  top: 0;
  z-index: 110;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "brand menu";
  align-items: center;
  width: 100%;
  height: 63px;
  padding: 0 16px;
  background-color: #fff;
  transition: background-color 0.25s ease;
}
.l-main.is-drawer-open .c-header {
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "menu title close";
  align-items: center;
  height: 63px;
  padding: 0 20px;
  background-color: #52804d;
}
.c-header__brand {
  grid-area: brand;
  display: block;
  width: 190px;
  flex-shrink: 0;
}
.l-main.is-drawer-open .c-header__brand {
  display: none;
}
.c-header__brand img {
  display: block;
  width: 100%;
  height: auto;
}
.c-header__drawer-title {
  display: none;
  grid-area: title;
  justify-self: center;
  margin: 0;
  font-family: "Montserrat", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 4.8px;
  text-align: center;
  text-transform: lowercase;
  color: #fff;
}
.l-main.is-drawer-open .c-header__drawer-title {
  display: block;
}
.c-header__menu {
  grid-area: menu;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f4f4f4;
  flex-shrink: 0;
  justify-self: end;
}
.l-main.is-drawer-open .c-header__menu {
  grid-area: close;
  width: 44px;
  height: 44px;
  border-radius: 0;
  background-color: transparent;
}
.c-header__menu-closed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.l-main.is-drawer-open .c-header__menu-closed {
  display: none;
}
.c-header__menu-open {
  display: none;
  align-items: center;
  justify-content: center;
}
.l-main.is-drawer-open .c-header__menu-open {
  display: flex;
}
.c-header__menu-bars {
  display: block;
  width: 22px;
  height: 7px;
  border-top: 2px solid #101010;
  border-bottom: 2px solid #101010;
}
.c-header__menu-label {
  font-family: "Montserrat", "Hiragino Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #101010;
  text-transform: lowercase;
}
.c-header__menu-close {
  display: block;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.c-drawer {
  position: absolute;
  top: 63px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.c-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.c-drawer__panel {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: #f4f4f4;
  padding: 0 0 32px;
  box-sizing: border-box;
}
.c-drawer__panel nav {
  padding: 18px 16px 32px;
  background-color: #52804d;
}
.c-drawer__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
.c-drawer__item {
  min-width: 0;
}
.c-drawer__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 0 0 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
}
.c-drawer__thumb {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  flex-shrink: 0;
}
.c-drawer__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-drawer__label {
  display: grid;
  justify-items: center;
  width: 100%;
  padding-bottom: 2px;
}
.c-drawer__name {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #101010;
}
.c-drawer__chevron {
  display: block;
  width: 12px;
  height: 6px;
  margin-top: 13px;
}
.c-drawer__chevron img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-drawer__brand {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.c-drawer__brand img {
  display: block;
  width: 194px;
  height: auto;
}
.c-drawer__cta {
  width: calc(100% - 32px);
  max-width: 371px;
  min-height: 181px;
  margin: 37px 16px 0;
  padding: 28px 20px 27px;
  border-radius: 10px;
  background-color: #52804d;
  text-align: center;
  box-sizing: border-box;
}
.c-drawer__cta-text {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.c-drawer__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 277px;
  max-width: 100%;
  height: 54px;
  margin-top: 14px;
  padding: 0 20px 0 24px;
  border-radius: 27px;
  background-color: #231815;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
}
.c-drawer__cta-icon {
  display: block;
  width: 13px;
  height: 16px;
  flex-shrink: 0;
}
.c-drawer__cta-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
  width: 100%;
  padding: 0 26px;
  box-sizing: border-box;
}
.c-ttl__en {
  width: 100%;
  max-width: 353px;
  margin: 0;
  font-family: "Montserrat", "Hiragino Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.6px;
  text-align: center;
  color: #231815;
}
.c-ttl__accent {
  color: #ffa0a0;
}
.c-ttl__line {
  display: block;
  width: 134px;
  height: 2px;
  object-fit: contain;
}
.c-ttl__ja {
  width: 100%;
  max-width: 353px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #101010;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 54px;
  padding: 0 20px 0 24px;
  border: 1px solid transparent;
  border-radius: 27px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.c-btn__label {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.c-btn__icon {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.c-btn__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-btn--dark {
  background-color: #231815;
  color: #fff;
}
.c-btn--light {
  border-color: #000;
  background-color: #f2f2f2;
  color: #000;
}

.c-site-footer {
  margin-top: auto;
  padding: 40px 16px 48px;
  background-color: #f4f4f4;
}
.c-site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 371px;
  margin: 0 auto;
}
.c-site-footer__brand {
  margin: 0;
}
.c-site-footer__brand-link {
  display: block;
  width: 306px;
  max-width: 100%;
}
.c-site-footer__brand-link img {
  display: block;
  width: 100%;
  height: auto;
}
.c-site-footer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 181px;
  margin-top: 34px;
  padding: 28px 20px 27px;
  border-radius: 10px;
  background-color: #52804d;
  text-align: center;
  box-sizing: border-box;
}
.c-site-footer__cta-text {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.c-site-footer__cta-btn {
  width: 277px;
  max-width: 100%;
  margin-top: 18px;
}
.c-site-footer__cta-btn .c-btn__icon {
  width: 13px;
  height: 16px;
}
.p-home {
  flex: 1;
  padding: 24px 20px 40px;
}
.p-facility-info {
  flex: 1;
  padding: 60px 0 0;
  background-color: #f4f4f4;
}
.p-facility-info__stage {
  position: relative;
  margin-top: 60px;
}
.p-facility-info__map {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 405/550;
  overflow: hidden;
  background-color: #147d33;
  touch-action: none;
  user-select: none;
  cursor: grab;
}
.p-facility-info__map.is-dragging {
  cursor: grabbing;
}
.p-facility-info__map-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-facility-info__map-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 1409px;
  height: 1005px;
  transform-origin: 0 0;
  will-change: transform;
}
.p-facility-info__map-img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-facility-info__pin {
  position: absolute;
  z-index: 2;
  width: 2.626%;
  height: 5.473%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.p-facility-info__pin::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160%;
  height: 140%;
  transform: translate(-50%, -50%);
}
.p-facility-info__pin img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.p-facility-info__pin:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.p-facility-info__map-label {
  position: absolute;
  left: -45px;
  top: -85px;
  z-index: 4;
  width: 175px;
  height: 85px;
  border-radius: 149px 149px 0 0;
  background-color: #000;
  box-sizing: border-box;
  pointer-events: none;
}
.p-facility-info__map-label-leaf {
  position: absolute;
  left: 71px;
  top: 11px;
  z-index: 2;
  display: block;
  width: 58px;
  height: auto;
}
.p-facility-info__map-label-text {
  position: absolute;
  left: 58px;
  top: 58px;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.p-facility-info__popup {
  position: absolute;
  left: 50%;
  bottom: 168px;
  z-index: 5;
  width: calc(100% - 16px);
  max-width: 386px;
  transform: translateX(-50%);
}
.p-facility-info__popup[hidden] {
  display: none;
}
.p-facility-info__popup-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 102px;
  padding: 13px 12px;
  border-radius: 10px;
  background-color: #d9d9d9;
  box-sizing: border-box;
}
.p-facility-info__popup-thumb {
  flex-shrink: 0;
  width: 126px;
  height: 76px;
  border-radius: 10px;
  object-fit: cover;
  background-color: #c4c4c4;
}
.p-facility-info__popup-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  min-height: 76px;
}
.p-facility-info__popup-title {
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
  word-break: break-word;
}
.p-facility-info__popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 148px;
  max-width: 100%;
  height: 30px;
  margin-left: auto;
  padding: 0 20px 0 24px;
  border-radius: 27px;
  background-color: #231815;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
}
.p-facility-info__popup-btn-label {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.p-facility-info__popup-btn-icon {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 13px;
}
.p-facility-info__popup-btn-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-facility-info__nav-block {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 34px 20px 37px;
  background-color: #000;
}
.p-facility-info__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.p-facility-info__nav-item {
  width: calc((100% - 8px) / 2);
}
.p-facility-info__nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
}
.p-facility-info__nav-thumb {
  display: block;
  width: 100%;
  height: 67px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  flex-shrink: 0;
  background-color: #d9d9d9;
}
.p-facility-info__nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.p-facility-info__nav-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  width: 100%;
  padding: 0 4px 8px;
}
.p-facility-info__nav-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #101010;
}
.p-facility-info__nav-chevron {
  display: block;
  width: 14px;
  height: auto;
}
.p-facility-info__nav-chevron img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-news {
  padding: 60px 0 60px;
  background-color: #f4f4f4;
}
.p-news__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.p-news__en {
  display: inline-block;
  margin: 0;
  font-family: "Montserrat", "Hiragino Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #101010;
}
.p-news__accent {
  color: #b072d6;
}
.p-news__ja {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #101010;
}
.p-news__card {
  width: calc(100% - 36px);
  max-width: 370px;
  margin: 0 auto;
  padding: 22px 18px 24px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.p-news__label {
  flex-shrink: 0;
  width: 4.8em;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #101010;
}
.p-news__body {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #101010;
}
.p-news__events {
  width: calc(100% - 36px);
  max-width: 370px;
  margin: 60px auto 0;
  box-sizing: border-box;
}
.p-news__events-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}
.p-news__events-en {
  margin: 0;
  font-family: "Montserrat", "Hiragino Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #101010;
}
.p-news__events-ja {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #101010;
}
.p-news__events-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__events-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px 12px 16px;
  border-radius: 10px;
  background-color: #fff;
  color: #101010;
  text-decoration: none;
  box-sizing: border-box;
}
.p-news__events-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  background-color: #d9d9d9;
}
.p-news__events-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news__events-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 4px;
}
.p-news__events-date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #707070;
}
.p-news__events-note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #707070;
}
.p-news__events-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #101010;
}
.p-news__events-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 8px;
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #231815;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.p-news__events-foot {
  margin: 28px 0 0;
}
.p-midokoro {
  padding: 0 0 48px;
  background-color: #f4f4f4;
}
.p-midokoro__hero {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-midokoro__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-midokoro__ttl {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-midokoro__cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: calc(100% - 36px);
  max-width: 370px;
  margin: 0 auto;
}
.p-midokoro__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px 16px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.p-midokoro__card-img {
  display: block;
  width: 100%;
  height: 226px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-midokoro__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-midokoro__card-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-midokoro__card-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  color: #101010;
}
.p-midokoro__card-text p {
  margin: 0 0 10px;
}
.p-midokoro__card-text p:last-child {
  margin-bottom: 0;
}
.p-midokoro__card-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.p-midokoro__card-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.p-midokoro__subs {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.p-midokoro__sub {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.p-midokoro__sub-img {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-midokoro__sub-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-midokoro__sub-title {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-midokoro__sub-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  color: #101010;
}
.p-midokoro__sub-text p {
  margin: 0 0 10px;
}
.p-midokoro__sub-text p:last-child {
  margin-bottom: 0;
}
.p-midokoro__yt {
  margin-top: 60px;
  padding: 29px 32px 29px;
  background-color: #d52657;
  box-sizing: border-box;
}
.p-midokoro__yt-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  color: #fff;
}
.p-midokoro__yt-visual {
  display: block;
  width: 100%;
  max-width: 338px;
  margin: 0 auto 18px;
  overflow: hidden;
}
.p-midokoro__yt-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.p-midokoro__yt-btn {
  height: 61px;
}
.p-experience {
  padding: 0 0 60px;
  background-color: #f4f4f4;
}
.p-experience__hero {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-experience__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-experience__ttl {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-experience__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(100% - 36px);
  max-width: 370px;
  margin: 0 auto;
  padding: 10px 16px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.p-experience__gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.p-experience__img {
  display: block;
  width: 100%;
  height: 226px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-experience__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-experience__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-experience__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  color: #101010;
}
.p-experience__text p {
  margin: 0 0 10px;
}
.p-experience__text p:last-child {
  margin-bottom: 0;
}
.p-experience__menu {
  width: 100%;
}
.p-experience__menu-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-experience__menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-experience__menu-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: stretch;
}
.p-experience__menu-img {
  display: block;
  width: 100%;
  height: 102px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-experience__menu-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-experience__menu-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #101010;
}
.p-experience__menu-price {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #ffa0a0;
}
.p-play {
  padding: 0 0 60px;
  background-color: #f4f4f4;
}
.p-play__hero {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-play__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-play__ttl {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-play__cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: calc(100% - 36px);
  max-width: 370px;
  margin: 0 auto;
}
.p-play__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 16px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.p-play__card--lg-gap {
  gap: 30px;
}
.p-play__card-img {
  display: block;
  width: 100%;
  height: 226px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-play__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-play__gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.p-play__card-body {
  margin-top: 20px;
}
.p-play__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-play__text {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #101010;
}
.p-play__text--sm {
  font-size: 14px;
  line-height: 26px;
}
.p-play__text p {
  margin: 0 0 10px;
}
.p-play__text p:last-child {
  margin-bottom: 0;
}
.p-play__cars {
  width: 100%;
}
.p-play__cars-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-play__cars-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-play__cars-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.p-play__cars-img {
  display: block;
  width: 100%;
  height: 102px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-play__cars-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-play__cars-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #101010;
}
.p-eat {
  padding: 0 0 60px;
  background-color: #f4f4f4;
}
.p-eat__hero {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-eat__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-eat__ttl {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-eat__cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: calc(100% - 36px);
  max-width: 370px;
  margin: 0 auto;
}
.p-eat__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px 16px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.p-eat__gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.p-eat__img {
  display: block;
  width: 100%;
  height: 226px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-eat__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-eat__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-eat__title--lg {
  font-size: 22px;
}
.p-eat__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  color: #101010;
}
.p-eat__text--md {
  font-size: 15px;
  line-height: 24px;
}
.p-eat__text p {
  margin: 0 0 10px;
}
.p-eat__text p:last-child {
  margin-bottom: 0;
}
.p-eat__prices {
  display: flex;
  gap: 0;
  width: 100%;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
}
.p-eat__prices-label {
  flex-shrink: 0;
  width: 49px;
}
.p-eat__prices-list {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-eat__menu {
  width: 100%;
}
.p-eat__menu-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-eat__menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-eat__menu-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.p-eat__menu-img {
  display: block;
  width: 100%;
  height: 102px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-eat__menu-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-eat__menu-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #101010;
}
.p-facility {
  padding: 0 0 60px;
  background-color: #f4f4f4;
}
.p-facility__hero {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-facility__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-facility__ttl {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-facility__cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: calc(100% - 36px);
  max-width: 370px;
  margin: 0 auto;
}
.p-facility__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px 16px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.p-facility__card--list {
  gap: 20px;
  padding: 16px;
}
.p-facility__card-img {
  display: block;
  width: 100%;
  height: 226px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-facility__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-facility__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-facility__text {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #101010;
}
.p-facility__text p {
  margin: 0 0 10px;
}
.p-facility__text p:last-child {
  margin-bottom: 0;
}
.p-facility__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.p-facility__group-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #101010;
}
.p-facility__group-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-facility__group-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.p-facility__group-img {
  display: block;
  width: 100%;
  height: 91px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.p-facility__group-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-facility__group-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #101010;
}
.p-facility__divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #cfcfcf;
}
/*# sourceMappingURL=style.css.map */
