@charset "UTF-8";
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../../../fonts/MPLUSRounded1c-Medium.woff2") format("woff2"), url("../../../fonts/MPLUSRounded1c-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../../../fonts/MPLUSRounded1c-Bold.woff2") format("woff2"), url("../../../fonts/MPLUSRounded1c-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../../../fonts/MPLUSRounded1c-ExtraBold.woff2") format("woff2"), url("../../../fonts/MPLUSRounded1c-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../../../fonts/MPLUSRounded1c-Black.woff2") format("woff2"), url("../../../fonts/MPLUSRounded1c-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion Variable Concept";
  src: url("../../../fonts/MinionVariableConcept-Roman.woff") format("woff");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 46px;
  }
}

@media (min-width: 768px) {
  .contents:has(.fixed-ghost) {
    overflow: visible;
  }
}
.contents section {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.88;
  color: var(--font-color);
}
@media (max-width: 1024px) {
  .contents section {
    font-size: 1.4rem;
  }
}
body.lang_zh-CHT .contents section, body.lang_zh-CHS .contents section {
  font-family: "M PLUS Rounded 1c", "Yuanti SC", "Microsoft Yahei", "微软雅黑", sans-serif;
}
.contents section .btn {
  margin: 0;
}
.contents section .btn a {
  position: relative;
  display: inline-flex;
  width: auto;
  min-width: 286px;
  height: auto;
  min-height: 62px;
  border-radius: 100vmax;
  background: var(--main-color);
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.18em;
  padding: 0.5em 48px 0.5em 40px;
}
@media (max-width: 1024px) {
  .contents section .btn a {
    width: 78%;
    min-width: 246px;
    min-height: 52px;
    font-size: 1.6rem;
    padding: 0.5em 32px 0.5em 24px;
    margin: 0 auto;
  }
}
.contents section .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  margin: auto 0;
}
@media (max-width: 1024px) {
  .contents section .btn a::after {
    right: 16px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
  }
}
.contents section .btn.white a {
  background-color: #fff;
  color: var(--main-color);
}
.contents section .btn.white a::after {
  border-left-color: var(--main-color);
}
.contents section .btn.black a {
  background-color: var(--font-color);
  color: #fff;
}
.contents section .btn.black a::after {
  border-left-color: #fff;
}

.diamond-pattern {
  background-color: var(--sub-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='90' viewBox='0 0 45 90'%3E%3Cpath d='M22.5 0L45 45 22.5 90 0 45Z' fill='%23f3a000'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-position: 0 -25px;
  margin-top: -56px;
}
@media (max-width: 1024px) {
  .diamond-pattern {
    margin-top: 0;
  }
}

/* =========================================================
fv
========================================================= */
.fv {
  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, linear-gradient(to bottom, var(--main-color) 0%, var(--sub-color2) 100%);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .fv {
    background: image-set(url("../../img/halloween/fv_bg01_sp@2x.webp") type("image/webp"), url("../../img/halloween/fv_bg01_sp@2x.png") type("image/png")) center bottom/cover no-repeat, linear-gradient(to bottom, var(--main-color) 0%, var(--sub-color2) 100%);
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 133vw;
  background: var(--main-color);
  border-radius: 50%;
  left: 50%;
  top: 73%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .fv::before {
    width: 173vw;
    height: 173vw;
  }
}
.fv .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding-block: 80px 32px;
  min-height: 770px;
}
@media (max-width: 1024px) {
  .fv .wrapper {
    max-width: 84%;
    padding-block: 98px 32px !important;
    min-height: 494px;
  }
}
.fv__title {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .fv__title {
    font-size: 1.3rem;
  }
}
.fv__title img {
  display: block;
  width: 777px;
  height: auto;
  margin: 0 auto 16px;
}
@media (max-width: 1024px) {
  .fv__title img {
    width: 100%;
    max-width: 777px;
    margin: auto 0 8px;
  }
}
@media (max-width: 1024px) {
  .fv__title img.pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  .fv__title img.sp {
    display: none;
  }
}
.fv__term {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin: auto 0 8px;
  color: #fff;
}
@media (max-width: 1024px) {
  .fv__term {
    font-size: 1.5rem;
    margin: auto 0 4px;
  }
}
.fv__term img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .fv__term img.pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  .fv__term img.sp {
    display: none;
  }
}
.fv__term img.jaOnly {
  width: 125px;
  height: auto;
}
@media (max-width: 1024px) {
  .fv__term img.jaOnly {
    width: 67px;
  }
}
.fv__term img.pc, .fv__term img.sp {
  width: 559px;
  height: auto;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .fv__term img.pc, .fv__term img.sp {
    width: 95%;
    margin-top: 10px;
  }
}
.fv__hotelName {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 1024px) {
  .fv__hotelName {
    font-size: 1.2rem;
  }
}

/* =========================================================
intro
========================================================= */
.intro {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .intro {
    position: relative;
  }
}
.intro .wrapper {
  position: relative;
  max-width: 1100px;
  padding-block: 88px 16px;
}
@media (max-width: 1024px) {
  .intro .wrapper {
    position: static;
    max-width: 85%;
    padding-block: 64px 16px !important;
  }
}
.intro__illust {
  position: absolute;
}
.intro__illust--left {
  top: -104px;
  left: 0;
}
@media (max-width: 767px) {
  .intro__illust--left {
    top: -36px;
    left: -8%;
  }
}
.intro__illust--left img {
  width: 288px;
  height: auto;
  transform: rotate(-18deg);
}
@media (max-width: 767px) {
  .intro__illust--left img {
    width: 109px;
  }
}
.intro__illust--right {
  top: 56px;
  right: 32px;
}
@media (max-width: 767px) {
  .intro__illust--right {
    top: 136px;
    right: 6.5%;
  }
}
.intro__illust--right img {
  width: 133px;
  height: auto;
}
@media (max-width: 767px) {
  .intro__illust--right img {
    width: 56px;
  }
}
.intro__illust--bottom {
  bottom: 0;
  left: 72px;
}
@media (max-width: 1024px) {
  .intro__illust--bottom {
    display: none;
  }
}
.intro__illust--bottom img {
  width: 169px;
  height: auto;
}
.intro__illust--ghost-left {
  top: 220px;
  left: -100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro__illust--ghost-left {
    top: auto;
    bottom: -32px;
  }
}
@media (max-width: 767px) {
  .intro__illust--ghost-left {
    top: auto;
    bottom: -32px;
    left: -15%;
  }
}
.intro__illust--ghost-left img {
  width: 142px;
  height: auto;
  transform: rotate(-8deg);
}
@media (max-width: 767px) {
  .intro__illust--ghost-left img {
    width: 85px;
  }
}
.intro__illust--ghost-right {
  top: -80px;
  right: -104px;
}
@media (max-width: 1024px) {
  .intro__illust--ghost-right {
    display: none;
  }
}
.intro__illust--ghost-right img {
  width: 173px;
  height: auto;
}
.intro__lead {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.76;
  text-align: center;
  margin: 0 0 168px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .intro__lead {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.04em;
    margin: 0 0 128px;
  }
  body.lang_ja .intro__lead {
    margin-inline: -2em;
  }
}
.intro__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  border-radius: 20px;
  padding: 0 0 80px;
  margin: 0 0 80px;
}
@media (max-width: 1024px) {
  .intro__content {
    border-radius: 10px;
    padding: 0 0 40px;
    margin: 0 0 32px;
  }
}
.intro__content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 629px;
  aspect-ratio: 629/199;
  background: url("../../img/halloween/intro_textBg01.svg") no-repeat center/100% 100%;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 1em 1em;
  margin: -80px auto 40px;
}
@media (max-width: 1024px) {
  .intro__content-title {
    width: 108%;
    max-width: 629px;
    aspect-ratio: 342/147;
    background: url("../../img/halloween/intro_textBg01_sp.svg") no-repeat center/100% 100%;
    font-size: 2rem;
    line-height: 1.2;
    padding: 1em 2em;
    margin: -80px -4% 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro__content-title {
    max-width: 70vw;
  }
}
body.lang_en .intro__content-title, body.lang_fr .intro__content-title, body.lang_de .intro__content-title, body.lang_es .intro__content-title, body.lang_th .intro__content-title, body.lang_vi .intro__content-title, body.lang_id .intro__content-title, body.lang_ms .intro__content-title {
  font-size: 2.8rem;
}
@media (max-width: 1024px) {
  body.lang_en .intro__content-title, body.lang_fr .intro__content-title, body.lang_de .intro__content-title, body.lang_es .intro__content-title, body.lang_th .intro__content-title, body.lang_vi .intro__content-title, body.lang_id .intro__content-title, body.lang_ms .intro__content-title {
    font-size: 1.6rem;
  }
}
.intro__content-title img {
  width: 280px;
  height: auto;
}
@media (max-width: 1024px) {
  .intro__content-title img {
    width: 157px;
  }
}
.intro__content-items {
  display: flex;
  gap: 16px 32px;
  max-width: 934px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .intro__content-items {
    flex-direction: column;
    max-width: 86.6%;
  }
}
.intro__content-photo {
  display: block;
  width: 50.4%;
  border-radius: 20px;
  background: var(--gray-color);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .intro__content-photo {
    width: 100%;
    border-radius: 10px;
  }
}
.intro__content-photo img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 470/314;
}
.intro__content-text {
  width: calc(49.6% - 32px);
}
@media (max-width: 1024px) {
  .intro__content-text {
    width: 100%;
  }
}
.intro__content-text strong {
  color: #fff;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .intro__content-text strong {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.intro__content .btn {
  margin: 20px 0 0 !important;
}
@media (max-width: 1024px) {
  .intro__content .btn {
    margin: 28px 0 0 !important;
    text-align: center;
  }
}
.intro__content .btn a {
  justify-content: flex-start;
  letter-spacing: 0.08em !important;
  font-weight: 800 !important;
}
@media (min-width: 1025px) {
  .intro__content .btn a {
    padding-left: 32px !important;
  }
}
@media (max-width: 1024px) {
  .intro__content .btn a {
    width: 92% !important;
  }
}
.intro__content .btn a img {
  margin: 0 8px 0 0;
}
@media (max-width: 1024px) {
  .intro__content .btn a img {
    width: 19px;
    height: 19px;
  }
}

/* =========================================================
detail
========================================================= */
.detail .wrapper {
  max-width: 1100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .detail .wrapper {
    max-width: 85%;
  }
}
.detail__illust {
  position: absolute;
}
.detail__illust--left {
  top: 272px;
  left: -120px;
}
@media (max-width: 767px) {
  .detail__illust--left {
    top: auto;
    bottom: 40px;
    left: -16%;
  }
}
.detail__illust--left img {
  width: 244px;
  height: auto;
  transform: rotate(-35deg);
}
@media (max-width: 767px) {
  .detail__illust--left img {
    width: 146px;
  }
}
.detail__illust--right {
  bottom: 240px;
  right: -72px;
}
@media (max-width: 767px) {
  .detail__illust--right {
    bottom: auto;
    top: 56px;
    right: -7.5%;
  }
}
.detail__illust--right img {
  width: 127px;
  height: auto;
}
@media (max-width: 767px) {
  .detail__illust--right img {
    width: 74px;
  }
}
.detail__illust--bottom {
  bottom: 100px;
  right: -32px;
}
@media (max-width: 1024px) {
  .detail__illust--bottom {
    display: none;
  }
}
.detail__illust--bottom img {
  width: 204px;
  height: auto;
}
.detail__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 0 2em 88px;
  margin: 0 0 80px;
}
@media (max-width: 1024px) {
  .detail__content {
    border-radius: 10px;
    padding: 0 1.5em 64px;
    margin: 0 0 32px;
  }
}
.detail__content-title {
  margin: -40px auto 32px;
}
@media (max-width: 1024px) {
  .detail__content-title {
    margin: -24px auto 24px;
  }
}
.detail__content-title img {
  width: 194px;
  height: auto;
}
@media (max-width: 1024px) {
  .detail__content-title img {
    width: 114px;
  }
}
.detail__content-sub {
  position: relative;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .detail__content-sub {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.detail__content-sub::after {
  content: "";
  display: block;
  width: 90px;
  height: 16px;
  background: url("../../img/halloween/stars.svg") no-repeat center/90px auto;
  margin: 24px auto;
}
@media (max-width: 1024px) {
  .detail__content-sub::after {
    width: 54px;
    background-size: 54px auto;
    margin: 16px auto;
  }
}
.detail__content-sub img {
  width: 341px;
  height: auto;
}
@media (max-width: 1024px) {
  .detail__content-sub img {
    width: 190px;
  }
}
.detail__content-lead {
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 56px;
}
@media (max-width: 1024px) {
  .detail__content-lead {
    line-height: 1.57;
    letter-spacing: 0.02em;
    margin: 0 0 24px;
  }
}
.detail__content-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 33px;
  max-width: 924px;
}
@media (max-width: 1024px) {
  .detail__content-items {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    max-width: 99.745%;
  }
}
.detail__content-items .btn.black a {
  font-size: 1.3rem !important;
  min-width: 187px !important;
  min-height: 35px !important;
  letter-spacing: 0.08em !important;
  padding-inline: 20px 24px !important;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .detail__content-items .btn.black a {
    font-size: 1.2rem !important;
    min-width: 168px !important;
    min-height: 32px !important;
    padding-inline: 16px 20px !important;
    width: 61% !important;
  }
}
.detail__content-items .btn.black a::after {
  right: 14px !important;
  border-top: 3px solid transparent !important;
  border-bottom: 3px solid transparent !important;
  border-left: 6px solid #fff !important;
}
@media (max-width: 1024px) {
  .detail__content-items .btn.black a::after {
    right: 10px !important;
  }
}
.detail__content-item {
  display: flex;
  flex-direction: column;
}
.detail__content-photo {
  display: block;
  border-radius: 8px;
  background: var(--gray-color);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .detail__content-photo {
    border-radius: 4px;
  }
}
.detail__content-photo img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 446/298;
}
.detail__content-wrap {
  position: relative;
}
.detail__content-wrap .note {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.detail__content-name {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 16px 0;
}
@media (max-width: 1024px) {
  .detail__content-name {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 8px 0;
  }
}
.detail__content-course {
  font-family: "Minion Variable Concept", serif;
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
@media (max-width: 1024px) {
  .detail__content-course {
    font-size: 2.5rem;
    margin: 0 0 16px;
  }
}
.detail__content-price {
  display: flex;
  justify-content: space-between;
  font-family: "Minion Variable Concept", serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 8px 0;
}
@media (max-width: 1024px) {
  .detail__content-price {
    font-size: 1.4rem;
  }
}
.detail__content-price dt {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  .detail__content-price dt {
    font-size: 1.4rem;
  }
}
.detail__content-menu {
  display: flex;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .detail__content-menu {
    font-size: 1.1rem;
    flex-wrap: wrap;
  }
}
.detail__content-menu dt {
  flex-shrink: 0;
  font-family: "Minion Variable Concept", serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-style: italic;
  margin-inline: 1em 0.5em;
}
@media (max-width: 1024px) {
  .detail__content-menu dt {
    font-size: 1.4rem;
    width: 4em;
    margin-inline: 0;
  }
}
.detail__content-menu dt.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.detail__content-menu dt:first-child {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .detail__content-menu dd {
    width: calc(100% - 4em - 12px);
  }
}
.detail__content-contact {
  position: relative;
  text-align: center;
}
.detail__content-contact::before {
  content: "";
  display: block;
  width: 90px;
  height: 16px;
  background: url("../../img/halloween/stars.svg") no-repeat center/90px auto;
  margin: 24px auto;
}
@media (max-width: 1024px) {
  .detail__content-contact::before {
    width: 54px;
    background-size: 54px auto;
    margin: 16px auto;
  }
}
.detail__content-contact .btn {
  margin: 32px 0 16px !important;
}
@media (max-width: 1024px) {
  .detail__content-contact .btn a {
    letter-spacing: 0.08em !important;
  }
}
.detail__content-contact .telLink {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .detail__content-contact .telLink {
    font-size: 1.4rem;
  }
}
.detail__content-contact .telLink a {
  text-decoration: none;
}

/* =========================================================
room
========================================================= */
/* =========================================================
restaurant
========================================================= */
.restaurant {
  background: image-set(url("../../img/halloween/restaurant_bg01@2x.webp") type("image/webp"), url("../../img/halloween/restaurant_bg01@2x.png") type("image/png")) center bottom/contain no-repeat;
}
@media (max-width: 1024px) {
  .restaurant {
    background-size: 100% auto;
    background-position: left bottom;
  }
}
.restaurant .wrapper {
  padding-bottom: 272px !important;
}
.restaurant .detail__illust--left {
  left: 20px;
  top: -20px;
}
.restaurant .detail__illust--left img {
  width: 172px;
  transform: none;
}
@media (max-width: 1024px) {
  .restaurant .detail__illust--left img {
    display: none;
  }
}
.restaurant .detail__illust--right {
  top: auto;
  bottom: 320px;
  right: -64px;
}
@media (max-width: 1024px) {
  .restaurant .detail__illust--right {
    bottom: 80px;
    right: -3.5%;
  }
}
.restaurant .detail__illust--right img {
  width: 158px;
  transform: none;
}
@media (max-width: 1024px) {
  .restaurant .detail__illust--right img {
    width: 95px;
  }
}
.restaurant .detail__content {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .restaurant .detail__content-title {
    margin-bottom: 36px;
  }
}
.restaurant .detail__content-title img {
  width: 518px;
}
@media (max-width: 1024px) {
  .restaurant .detail__content-title img {
    width: 233px;
  }
}
.restaurant .detail__content-sub img {
  width: 680px;
}
@media (max-width: 1024px) {
  .restaurant .detail__content-sub img {
    width: 271px;
  }
}
.restaurant .detail__content-photo:first-child {
  margin-top: auto;
}
.restaurant .detail__content-photo img {
  aspect-ratio: 462/308;
}
.restaurant .detail__content-items {
  color: #000;
}
@media (min-width: 1025px) {
  .restaurant .detail__content-items {
    gap: 72px 24px;
    max-width: 995px;
  }
}
.restaurant .detail__content-items:last-child {
  margin-top: 72px;
  gap: 72px 72px;
}
@media (max-width: 1024px) {
  .restaurant .detail__content-items:last-child {
    margin-top: 40px;
    gap: 40px 0;
  }
}
.restaurant .detail__content-items:last-child .detail__content-item:last-child {
  grid-column: span 2;
}
@media (min-width: 1025px) {
  .restaurant .detail__content-items:last-child .detail__content-item:last-child .detail__content-price {
    width: 65%;
  }
}
@media (min-width: 1025px) {
  .restaurant .detail__content-items:last-child .detail__content-item:last-child .detail__content-wrap {
    width: 65%;
  }
}
.restaurant .detail__content-items:last-child .detail__content-item:last-child .detail__content-photo img {
  aspect-ratio: 645/429;
}

/* =========================================================
tokuten
========================================================= */
.tokuten {
  background: image-set(url("../../img/halloween/tokuten_bg01@2x.webp") type("image/webp"), url("../../img/halloween/tokuten_bg01@2x.png") type("image/png")) center bottom/cover no-repeat, var(--accent-color);
}
@media (max-width: 1024px) {
  .tokuten {
    background: image-set(url("../../img/halloween/tokuten_bg01_sp@2x.webp") type("image/webp"), url("../../img/halloween/tokuten_bg01_sp@2x.png") type("image/png")) center bottom/cover no-repeat, var(--accent-color);
  }
}
.tokuten {
  text-align: center;
}
.tokuten .wrapper {
  max-width: 1100px;
  padding-bottom: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tokuten .wrapper {
    max-width: 85%;
    padding-bottom: 80px !important;
  }
}
.tokuten__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 768px;
  aspect-ratio: 768/244;
  background: url("../../img/halloween/tokuten_textBg01.svg") no-repeat center/100% 100%;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 1em 1em;
  margin: -182px auto 40px;
}
@media (max-width: 1024px) {
  .tokuten__title {
    width: 106%;
    max-width: 768px;
    aspect-ratio: 342/147;
    background: url("../../img/halloween/tokuten_textBg01_sp.svg") no-repeat center/100% 100%;
    font-size: 2rem;
    line-height: 1.2;
    padding: 1em 2em;
    margin: -96px -3% 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tokuten__title {
    max-width: 70vw;
  }
}
body.lang_en .tokuten__title, body.lang_fr .tokuten__title, body.lang_de .tokuten__title, body.lang_es .tokuten__title, body.lang_th .tokuten__title, body.lang_vi .tokuten__title, body.lang_id .tokuten__title, body.lang_ms .tokuten__title {
  font-size: 2.6rem;
}
@media (max-width: 1024px) {
  body.lang_en .tokuten__title, body.lang_fr .tokuten__title, body.lang_de .tokuten__title, body.lang_es .tokuten__title, body.lang_th .tokuten__title, body.lang_vi .tokuten__title, body.lang_id .tokuten__title, body.lang_ms .tokuten__title {
    font-size: 1.6rem;
  }
}
.tokuten__title img {
  width: 642px;
  height: auto;
}
@media (max-width: 1024px) {
  .tokuten__title img {
    width: 257px;
  }
}
.tokuten__sub {
  position: relative;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 1024px) {
  .tokuten__sub {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.tokuten__sub::after {
  content: "";
  display: block;
  width: 90px;
  height: 16px;
  background: url("../../img/halloween/stars_w.svg") no-repeat center/90px auto;
  margin: 24px auto;
}
@media (max-width: 1024px) {
  .tokuten__sub::after {
    width: 54px;
    background-size: 54px auto;
    margin: 16px auto;
  }
}
.tokuten__lead {
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin: 0 0 48px;
}
@media (max-width: 1024px) {
  .tokuten__lead {
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.tokuten-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px 0;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin: 0 0 48px;
  padding: 42px 2em 58px;
}
@media (max-width: 1024px) {
  .tokuten-list {
    gap: 24px 0;
    border-radius: 10px;
    margin: 0 0 32px;
    padding: 22px 2em 36px;
  }
}
.tokuten-list__title {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .tokuten-list__title {
    font-size: 2.2rem;
  }
}
.tokuten-list__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  gap: 0 28px;
}
@media (max-width: 1024px) {
  .tokuten-list__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tokuten-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tokuten-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .tokuten-list__item {
    gap: 8px 0;
    font-size: 1.1rem;
    line-height: 1.36;
  }
}
@media (max-width: 767px) {
  .tokuten-list__item:last-child {
    grid-column: span 2;
  }
}
.tokuten-list__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(from var(--main-color) r g b/60%);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .tokuten-list__icon {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 1024px) {
  .tokuten-list__icon img {
    width: 28px;
    height: 28px;
  }
}

/* =========================================================
fixed-ghost
========================================================= */
.fixed-ghost {
  position: sticky;
  right: 4%;
  top: calc(100vh - 210px - 232px + 28px);
  margin-left: auto;
  width: fit-content;
  margin-block: -232px 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--font-color);
  text-align: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .fixed-ghost {
    position: fixed;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    margin-block: 0;
    z-index: 5;
    width: 100%;
    font-size: 1.4rem;
    color: #fff;
  }
}
body.lang_en .fixed-ghost, body.lang_fr .fixed-ghost, body.lang_de .fixed-ghost, body.lang_es .fixed-ghost, body.lang_th .fixed-ghost, body.lang_vi .fixed-ghost, body.lang_id .fixed-ghost, body.lang_ms .fixed-ghost {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  body.lang_en .fixed-ghost, body.lang_fr .fixed-ghost, body.lang_de .fixed-ghost, body.lang_es .fixed-ghost, body.lang_th .fixed-ghost, body.lang_vi .fixed-ghost, body.lang_id .fixed-ghost, body.lang_ms .fixed-ghost {
    font-size: 1.1rem;
  }
}
.fixed-ghost.is-overlap {
  filter: drop-shadow(4px 4px 6px rgb(from var(--font-color) r g b/40%));
}
.fixed-ghost a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 8px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .fixed-ghost a {
    background: var(--font-color);
    width: 100%;
    height: 46px;
    padding-block: 0.5em;
    padding-inline: 2em 1em;
  }
}
.fixed-ghost a:hover {
  color: var(--font-color);
  opacity: 1;
  transform: rotate(1deg);
}
@media (max-width: 1024px) {
  .fixed-ghost a:hover {
    transform: none;
    color: #fff;
  }
}
.fixed-ghost img {
  width: 210px;
  height: auto;
}
@media (max-width: 1024px) {
  .fixed-ghost img {
    width: 40%;
    margin-top: -24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fixed-ghost img {
    width: 133px;
  }
}
@media (max-width: 1024px) {
  .fixed-ghost img.pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  .fixed-ghost img.sp {
    display: none;
  }
}
.fixed-ghost__text {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .fixed-ghost__text {
    position: static;
    margin: 0 auto 0 0;
  }
}
.fixed-ghost__text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--font-color);
  margin: 0 0 2px 6px;
}
@media (max-width: 1024px) {
  .fixed-ghost__text::after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
    margin: 0 0 1px 8px;
  }
}
body.lang_en .fixed-ghost__text::after, body.lang_fr .fixed-ghost__text::after, body.lang_de .fixed-ghost__text::after, body.lang_es .fixed-ghost__text::after, body.lang_th .fixed-ghost__text::after, body.lang_vi .fixed-ghost__text::after, body.lang_id .fixed-ghost__text::after, body.lang_ms .fixed-ghost__text::after {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  body:has(.fixed-ghost) [data-newt-widget-container] {
    right: auto !important;
    left: 17px !important;
  }
  body:has(.fixed-ghost) .pagetop,
  body:has(.fixed-ghost) .pagetop.withChat {
    right: auto;
    left: 35px;
  }
}
@media (max-width: 1024px) {
  .cookie {
    bottom: 46px;
  }
}/*# sourceMappingURL=halloween.css.map */