@charset "UTF-8";
:root {
  --font-color: #442222;
  --main-color: #f28202;
  --sub-color: #f5ad01;
  --sub-color2: #ea9109;
  --accent-color: #3c0442;
  --gray-color: #b3b3b3;
}

.bookMenu.sp:has(.maihamaFooter) {
  display: none;
}

@media (max-width: 1024px) {
  .maihamaFooter {
    padding-bottom: 0;
  }
}

.contents section {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #080d43;
}
@media (max-width: 1024px) {
  .contents section {
    font-size: 1.2rem;
  }
}
body.lang_zh-CHT .contents section, body.lang_zh-CHS .contents section {
  font-family: "Zen Kaku Gothic New", "Yuanti SC", "Microsoft Yahei", "微软雅黑", sans-serif;
}

.fv_resort {
  position: relative;
  background: image-set(url("../img/halloween/fv_bg01@2x.webp") type("image/webp"), url("../img/halloween/fv_bg01@2x.png") type("image/png")) center bottom/cover no-repeat #fff9cd;
  overflow: hidden;
  margin-bottom: -1px;
}
.fv_resort::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100vw;
  background: #080d43;
  border-radius: 50%;
  left: 50%;
  top: 73%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .fv_resort::before {
    width: 240vw;
    height: 240vw;
    top: 80%;
  }
}
.fv_resort .wrapper {
  padding-bottom: 208px;
}
@media (max-width: 767px) {
  .fv_resort .wrapper {
    padding-bottom: 64px;
  }
}
.fv_resort .title {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  color: #080d43;
}
@media (max-width: 1024px) {
  .fv_resort .title {
    font-size: 1.6rem;
    margin-inline: -1em;
  }
}
.fv_resort .title img {
  display: block;
  width: 360px;
  height: auto;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  .fv_resort .title img {
    width: 60%;
    margin: 0 auto 16px;
  }
}

.flowers-pattern {
  position: relative;
  background: #080d43;
  margin-top: -172px;
}
@media (max-width: 1024px) {
  .flowers-pattern {
    margin-top: 0;
  }
}
.flowers-pattern::before, .flowers-pattern::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 95px;
  height: 100%;
  background-image: url("../img/halloween/flowers01.svg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 95px 783px;
}
@media (max-width: 1024px) {
  .flowers-pattern::before, .flowers-pattern::after {
    width: 24px;
    background-size: 24px 198px;
    left: 12px;
  }
}
.flowers-pattern::after {
  left: auto;
  right: 40px;
  transform: scaleX(-1);
}
@media (max-width: 1024px) {
  .flowers-pattern::after {
    right: 12px;
  }
}

.intro_resort .wrapper {
  padding-top: 0;
  max-width: 922px;
  padding-bottom: 104px;
}
@media (max-width: 1024px) {
  .intro_resort .wrapper {
    max-width: 76%;
    padding-bottom: 40px;
  }
}
.intro_resort .title img {
  display: block;
  width: 680px;
  height: auto;
  margin: 0 auto 80px;
}
@media (max-width: 1024px) {
  .intro_resort .title img {
    width: 76%;
    max-width: 680px;
    margin: 0 auto 24px;
  }
}
.intro_resort .lead {
  color: #fff9cd;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.68;
  margin: 0 0 96px;
}
@media (max-width: 1024px) {
  .intro_resort .lead {
    font-size: 1.3rem;
    margin: 0 0 48px;
  }
}
.intro_resort .intro__content {
  position: relative;
  background: #a08973;
  border-radius: 10px;
  padding-block: 48px 88px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content {
    padding-block: 24px 40px;
  }
}
.intro_resort .intro__content::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  background: image-set(url("../img/halloween/bg01@2x.webp") type("image/webp"), url("../img/halloween/bg01@2x.png") type("image/png")) center bottom/cover no-repeat #fff9cd;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content::after {
    top: -4px;
    left: -4px;
  }
}
.intro_resort .intro__content .dot {
  position: absolute;
  top: 18px;
  left: -6px;
  width: calc(100% + 6px);
}
@media (max-width: 1024px) {
  .intro_resort .intro__content .dot {
    top: 8px;
    left: -4px;
    width: calc(100% + 4px);
  }
}
.intro_resort .intro__content .dot.bottom {
  top: auto;
  bottom: 30px;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content .dot.bottom {
    bottom: 20px;
  }
}
.intro_resort .intro__content .dot::before, .intro_resort .intro__content .dot::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
  background: #ce1126;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content .dot::before, .intro_resort .intro__content .dot::after {
    left: 8px;
    width: 10px;
    height: 10px;
  }
}
.intro_resort .intro__content .dot::after {
  left: auto;
  right: 18px;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content .dot::after {
    right: 12px;
  }
}
.intro_resort .intro__content-items {
  align-items: flex-start;
  max-width: 752px;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content-items {
    max-width: 78%;
  }
}
.intro_resort .intro__content-title {
  background: none;
  aspect-ratio: auto;
  max-width: none;
  width: auto;
  padding: 0;
  margin: 0 auto 40px;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #ce1126;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content-title {
    font-size: 1.4rem;
    margin: 0 auto 20px;
  }
}
.intro_resort .intro__content-title img {
  width: 406px;
  height: auto;
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content-title img {
    width: 198px;
    margin: 0 0 8px;
  }
}
.intro_resort .intro__content-text strong {
  font-size: 1.9rem;
  color: #ce1126;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content-text strong {
    font-size: 1.4rem;
  }
}
.intro_resort .intro__content-photo {
  border-radius: 0;
  width: 49.8%;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content-photo {
    width: 100%;
  }
}
.intro_resort .intro__content-photo img {
  aspect-ratio: 375/275;
}
.intro_resort .intro__content .btn a {
  background-color: #ce1126;
  border: none;
  font-weight: 600;
  font-size: 1.7rem;
  min-width: 200px;
  min-height: 40px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .intro_resort .intro__content .btn a {
    font-size: 1.3rem;
    min-width: 150px;
    width: 70% !important;
  }
}
.intro_resort .intro__illust--bottom {
  bottom: 6px;
}

.detail_resort .wrapper {
  padding-top: 0;
  max-width: 922px;
}
@media (max-width: 1024px) {
  .detail_resort .wrapper {
    max-width: 76%;
  }
}
.detail_resort .detail__content {
  position: relative;
  background: #a08973;
  border-radius: 10px;
  padding-block: 48px 88px;
  padding-right: calc(2em + 6px);
  z-index: 0;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content {
    padding-block: 24px 40px;
    padding-right: calc(3.5% + 1.5em + 4px);
    padding-left: calc(3.5% + 1.5em);
  }
}
.detail_resort .detail__content::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  background: image-set(url("../img/halloween/bg01@2x.webp") type("image/webp"), url("../img/halloween/bg01@2x.png") type("image/png")) center bottom/cover no-repeat #fff9cd;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content::after {
    top: -4px;
    left: -4px;
  }
}
.detail_resort .detail__content .dot {
  position: absolute;
  top: 18px;
  left: -6px;
  width: calc(100% + 6px);
}
@media (max-width: 1024px) {
  .detail_resort .detail__content .dot {
    top: 8px;
    left: -4px;
    width: calc(100% + 4px);
  }
}
.detail_resort .detail__content .dot.bottom {
  top: auto;
  bottom: 30px;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content .dot.bottom {
    bottom: 20px;
  }
}
.detail_resort .detail__content .dot::before, .detail_resort .detail__content .dot::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
  background: #ce1126;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content .dot::before, .detail_resort .detail__content .dot::after {
    left: 8px;
    width: 10px;
    height: 10px;
  }
}
.detail_resort .detail__content .dot::after {
  left: auto;
  right: 18px;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content .dot::after {
    right: 12px;
  }
}
.detail_resort .detail__content-title {
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-title {
    margin: 0 0 8px;
  }
}
.detail_resort .detail__content-title img {
  width: 326px;
  height: auto;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-title img {
    width: 156px;
    margin: 0 0 8px;
  }
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-lead {
    text-align: left;
  }
}
.detail_resort .detail__content-lead a:hover {
  color: inherit;
}
.detail_resort .detail__content-sub {
  background: none;
  aspect-ratio: auto;
  padding: 0;
  margin: 0 auto 40px;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #ce1126;
  text-align: center;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-sub {
    font-size: 1.4rem;
    margin: 0 -1em 20px;
  }
}
.detail_resort .detail__content-sub::after {
  content: none;
}
.detail_resort .detail__content-items {
  color: #080d43;
}
.detail_resort .detail__content-photo {
  border-radius: 0;
}
.detail_resort .detail__content-photo img {
  aspect-ratio: 366/244;
}
.detail_resort .detail__content-course {
  font-size: 3.2rem;
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-course {
    font-size: 1.9rem;
    margin: 0 0 8px;
  }
}
.detail_resort .detail__content-price {
  font-size: 1.7rem;
  width: 100% !important;
  margin-bottom: 0;
  font-style: italic;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-price {
    font-size: 1.4rem;
  }
}
.detail_resort .detail__content-price dt {
  font-size: 1.7rem;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-price dt {
    font-size: 1.4rem;
  }
}
.detail_resort .detail__content-menu {
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-menu {
    font-size: 1.2rem;
  }
}
.detail_resort .detail__content-menu dt {
  font-size: 1.4rem;
  font-style: normal;
  line-height: inherit;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-menu dt {
    font-size: 1.2rem;
    width: 3em;
  }
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-menu dd {
    width: calc(100% - 3em - 16px);
  }
}
.detail_resort .detail__content-contact {
  grid-column: span 2;
}
.detail_resort .detail__content-contact::before {
  content: none;
}
.detail_resort .detail__content-contact .btn a {
  justify-content: center;
  background-color: #080d43;
  border: none;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .detail_resort .detail__content-contact .btn a {
    font-size: 1.3rem;
    min-width: auto;
    width: 80%;
  }
}

.restaurant {
  background: none;
}
.restaurant .wrapper {
  padding-bottom: 168px !important;
}
@media (max-width: 1024px) {
  .restaurant .wrapper {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1025px) {
  .restaurant .detail__content-items {
    gap: 72px 18px;
    max-width: 750px;
  }
}
@media (min-width: 1025px) {
  .restaurant .detail__content-items:last-child {
    gap: 72px 60px;
  }
}
.restaurant .detail__content-items:last-child .detail__content-item:last-child {
  grid-column: auto;
}

@media (max-width: 1024px) {
  .entrance .wrapper {
    padding-bottom: 40px;
  }
}
.entrance .detail__content-title img {
  width: 536px;
}
@media (max-width: 1024px) {
  .entrance .detail__content-title img {
    width: 257px;
  }
}
@media (min-width: 1025px) {
  .entrance .detail__content-items {
    max-width: 600px;
  }
}
.entrance .detail__content-items:has(.detail__content-item:only-child) {
  display: block;
}
.entrance .detail__content-wrap {
  display: flex;
  gap: 16px 13px;
}
@media (max-width: 1024px) {
  .entrance .detail__content-wrap {
    flex-direction: column;
  }
}
.entrance .detail__content-wrap .detail__content-photo:first-child {
  width: 66.5%;
}
@media (max-width: 1024px) {
  .entrance .detail__content-wrap .detail__content-photo:first-child {
    width: 100%;
  }
}
.entrance .detail__content-wrap .detail__content-photo:first-child img {
  height: 100%;
  aspect-ratio: 375/275;
}
.entrance .detail__content-wrap .detail__content-photo:last-child {
  width: calc(33.5% - 13px);
}
@media (max-width: 1024px) {
  .entrance .detail__content-wrap .detail__content-photo:last-child {
    width: 100%;
  }
}
.entrance .detail__content-wrap .detail__content-photo:last-child img {
  height: 100%;
  aspect-ratio: 200/275;
}

.room {
  background: image-set(url("../img/halloween/room_bg01@2x.webp") type("image/webp"), url("../img/halloween/room_bg01@2x.png") type("image/png")) center top/cover no-repeat #f28202;
}
@media (max-width: 1024px) {
  .room {
    background-size: 100% auto;
    background-position: left top;
  }
}
.room .wrapper {
  padding-block: 120px 200px;
}
@media (max-width: 1024px) {
  .room .wrapper {
    padding-block: 64px 80px;
  }
}
.room .detail__content {
  display: contents;
}
.room .detail__content-haloween {
  margin: 0 0 48px;
  text-align: center;
}
@media (max-width: 1024px) {
  .room .detail__content-haloween {
    margin: 0 0 28px;
  }
}
.room .detail__content-haloween img {
  width: 393px;
  height: auto;
}
@media (max-width: 1024px) {
  .room .detail__content-haloween img {
    width: 187px;
  }
}
.room .detail__content-title {
  text-align: center;
}
.room .detail__content-title img {
  width: 316px;
}
@media (max-width: 1024px) {
  .room .detail__content-title img {
    width: 151px;
  }
}
.room .detail__content-sub {
  color: var(--font-color);
}
.room .detail__content-lead {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--font-color);
}
@media (max-width: 1024px) {
  .room .detail__content-lead {
    font-size: 1.6rem;
  }
}
.room .detail__content-name {
  font-size: 1.7rem;
}
@media (max-width: 1024px) {
  .room .detail__content-name {
    font-size: 1.4rem;
  }
}
.room .btn.black a {
  border: none !important;
  font-size: 1.7rem !important;
  min-width: 245px !important;
}
@media (max-width: 1024px) {
  .room .btn.black a {
    font-size: 1.4rem !important;
    min-width: 168px !important;
    width: 66% !important;
  }
}
@media (min-width: 1025px) {
  .room .intro__illust--ghost-left {
    top: 46%;
  }
}
@media (min-width: 1025px) {
  .room .intro__illust--ghost-left.word {
    top: 40%;
    left: -160px;
  }
}
.room .intro__illust--ghost-left.word img {
  width: 197px;
}
@media (max-width: 1024px) {
  .room .intro__illust--ghost-left.word img {
    display: none;
  }
}
@media (min-width: 1025px) {
  .room .intro__illust--ghost-right {
    top: auto;
    bottom: 240px;
    right: -13vw;
  }
}
.room .intro__illust--solo {
  top: 320px;
  right: 72px;
}
.room .intro__illust--solo img {
  width: 103px;
}
@media (max-width: 1024px) {
  .room .intro__illust--solo img {
    display: none;
  }
}
.room .intro__illust--bat {
  top: 190px;
  left: -13vw;
}
.room .intro__illust--bat img {
  width: 214px;
}
@media (max-width: 1024px) {
  .room .intro__illust--bat img {
    display: none;
  }
}

.tokuten__title {
  font-weight: 900;
  letter-spacing: 0;
  color: var(--font-color);
}
.tokuten__sub {
  font-weight: 800;
  letter-spacing: 0;
}
.tokuten__lead {
  letter-spacing: 0.08em;
}
.tokuten-list {
  color: var(--font-color);
}
.tokuten-list__item {
  letter-spacing: 0.04em;
}
.tokuten .btn a {
  justify-content: center !important;
  border: none !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
}
@media (max-width: 1024px) {
  .tokuten .btn a {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 1024px) {
  .fixed-ghost a {
    background: #24a58a;
    justify-content: center;
    padding-inline: 2em;
  }
}
@media (max-width: 1024px) {
  .fixed-ghost__text {
    margin: 0;
  }
}
.fixed-ghost img {
  width: 162px;
}
@media (max-width: 1024px) {
  .fixed-ghost img {
    width: 50px;
  }
}/*# sourceMappingURL=halloween-theme.css.map */