@charset "UTF-8";
*,
*::before,
*::after {
  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;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

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;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  padding-block-start: 4.5rem;
  min-height: 100vh;
}
.home .l-main {
  padding-block-start: 0;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 540px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.c-btn {
  display: inline-block;
  position: relative;
  padding: 1rem 3rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 9999px;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0.1em;
}
.c-btn--gold {
  background: linear-gradient(135deg, #d4af37 0%, #f3e5ab 50%, #d4af37 100%);
  background-size: 200% auto;
  color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}
.c-btn--gold:hover {
  background-position: right center;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
  transform: translateY(-2px);
}
.c-btn--hero {
  padding: 1.2rem 4rem;
  font-size: 1.2rem;
  min-width: 240px;
}
.c-btn--hero::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 60%);
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.6s, transform 0.6s;
  pointer-events: none;
}
.c-btn--hero:hover::after {
  opacity: 1;
  transform: scale(1);
}
.c-btn--block {
  display: block;
  width: 100%;
  padding: 1.2rem 0;
}
.c-btn--sm {
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
}

.c-category-label {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(135deg, #d4af37 0%, #f4e4c1 100%);
  color: #1a1a2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 2px;
  margin-bottom: 15px;
}

/* Safety Section - Ultra Premium Redesign */
.p-top-safety {
  background: #0f172a;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.p-top-safety__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-safety__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-top-safety__item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 40px;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  transition: all 0.3s ease;
}
.p-top-safety__item:hover {
  background: rgba(212, 175, 55, 0.05);
  border-color: rgba(212, 175, 55, 0.8);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.1);
}
@media screen and (max-width: 600px) {
  .p-top-safety__item {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
  }
}
.p-top-safety__num {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
  color: #d4af37;
  font-weight: 400;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-top-safety__num {
    font-size: 2.25rem;
  }
}
.p-top-safety__text-wrap {
  flex: 1;
}
.p-top-safety__text-wrap h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 500;
  color: #fff;
}
.p-top-safety__text-wrap p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1100;
  transition: background-color 0.3s ease, border-bottom 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
body.is-drawer-open .p-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-header.is-scrolled {
  background-color: #020617;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.p-header {
  /* Always dark on lower pages (not home) */
}
body:not(.home) .p-header {
  background-color: #020617;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.p-header__inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    padding: 0 20px;
  }
}
.p-header__logo a {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
.p-header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.p-header__list li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  transition: color 0.3s;
}
.p-header__list li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #d4af37;
  transition: width 0.3s;
}
.p-header__list li a:hover {
  color: #d4af37;
}
.p-header__list li a:hover::after {
  width: 100%;
}
.p-header__btn-wrap .c-btn--sm {
  padding: 10px 24px;
  font-size: 14px;
  min-width: auto;
}

.p-drawer__icon {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 30px;
  z-index: 2000;
  padding: 10px;
  transform: translate(10px, -10px);
}
@media screen and (max-width: 1024px) {
  .p-drawer__icon {
    display: block;
  }
}
.p-drawer__icon-parts {
  position: relative;
  width: 30px;
  height: 20px;
}
.p-drawer__icon-parts span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.p-drawer__icon-parts span:nth-child(1) {
  top: 0;
}
.p-drawer__icon-parts span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-drawer__icon-parts span:nth-child(3) {
  bottom: 0;
}
.p-drawer__icon.js-show .p-drawer__icon-parts span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.p-drawer__icon.js-show .p-drawer__icon-parts span:nth-child(2) {
  opacity: 0;
}
.p-drawer__icon.js-show .p-drawer__icon-parts span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.p-footer {
  background: #020617;
  color: #fff;
  padding: 100px 0 30px;
  margin-top: auto;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.p-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    padding: 0 20px;
  }
}
.p-footer__content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .p-footer__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .p-footer__content {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.p-footer__col--brand {
  padding-right: 40px;
}
.p-footer__logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  color: #fff;
}
.p-footer__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #94a3b8;
  margin-bottom: 20px;
}
.p-footer__address {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}
.p-footer__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #d4af37;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}
.p-footer__list {
  list-style: none;
}
.p-footer__list li {
  margin-bottom: 12px;
}
.p-footer__list li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  font-family: "Cormorant Garamond", serif;
}
.p-footer__list li a:hover {
  color: #d4af37;
}
.p-footer__sns {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.p-footer__sns .c-sns-icon {
  color: #fff;
  font-size: 24px;
  transition: color 0.3s;
}
.p-footer__sns .c-sns-icon:hover {
  color: #d4af37;
}
.p-footer__copyright {
  text-align: center;
  color: #475569;
  font-size: 12px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.p-drawer.js-show {
  pointer-events: auto;
  opacity: 1;
}
.p-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.p-drawer.js-show .p-drawer__overlay {
  opacity: 1;
}
.p-drawer__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 400px;
  height: 100%;
  background: rgba(2, 6, 23, 0.95);
  backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(212, 175, 55, 0.2);
}
.p-drawer.js-show .p-drawer__content {
  transform: translateX(0);
}
.p-drawer__inner {
  width: 100%;
  padding: 80px 40px 40px;
  overflow-y: auto;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-drawer__inner {
    padding: 70px 20px 40px;
  }
}
.p-drawer__list {
  list-style: none;
  margin-bottom: 60px;
}
.p-drawer__item {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.p-drawer.js-show .p-drawer__item:nth-child(1) {
  transition-delay: 0.15s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer.js-show .p-drawer__item:nth-child(2) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer.js-show .p-drawer__item:nth-child(3) {
  transition-delay: 0.25s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer.js-show .p-drawer__item:nth-child(4) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer.js-show .p-drawer__item:nth-child(5) {
  transition-delay: 0.35s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer.js-show .p-drawer__item:nth-child(6) {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer.js-show .p-drawer__item:nth-child(7) {
  transition-delay: 0.45s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer.js-show .p-drawer__item:nth-child(8) {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer.js-show .p-drawer__item:nth-child(9) {
  transition-delay: 0.55s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer.js-show .p-drawer__item:nth-child(10) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0);
}
.p-drawer__item a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: color 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 15px;
}
.p-drawer__item a span {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  color: #d4af37;
  font-weight: 400;
  width: 80px;
}
.p-drawer__item a:hover {
  color: #d4af37;
}
.p-drawer__btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s;
}
.p-drawer.js-show .p-drawer__btn {
  opacity: 1;
  transform: translateY(0);
}

.p-drawer__icon.js-show {
  z-index: 1000;
}
.p-drawer__icon.js-show .p-drawer__icon-parts span {
  background-color: #fff;
}

/* ======================================
   イベントアーカイブページ
====================================== */
.p-event-archive {
  background: #fff;
  min-height: 100vh;
  padding: 80px 0;
}
.p-event-archive__header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  padding-top: 60px; /* Add space for fixed header */
}
@media screen and (max-width: 768px) {
  .p-event-archive__header {
    margin-bottom: 50px;
  }
}
.p-event-archive__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #0f172a;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-event-archive__title {
    font-size: 1.75rem;
  }
}
.p-event-archive__description {
  font-size: 16px;
  color: #64748b;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-event-archive__description {
    font-size: 14px;
  }
}
.p-event-archive {
  /* Search Filter */
}
.p-event-archive .p-event-search {
  background: transparent;
  padding: 0;
  border: none;
  max-width: 900px;
  width: 100%;
  margin: 60px auto 80px;
  position: relative;
}
.p-event-archive .p-event-search__form {
  display: flex;
  align-items: flex-end; /* Align bottom to match inputs/button baseline */
  justify-content: center;
  gap: 30px;
  background: #fff;
  padding: 40px 50px;
  border: 1px solid #e2e8f0;
  border-radius: 4px; /* Match Cards */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 768px) {
  .p-event-archive .p-event-search__form {
    flex-direction: column;
    align-items: stretch;
    padding: 30px;
    gap: 20px;
    border-radius: 4px;
  }
}
.p-event-archive .p-event-search .item {
  flex: 1;
  position: relative;
}
.p-event-archive .p-event-search .item label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #0f172a;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  text-transform: none; /* Restore standard case */
}
.p-event-archive .p-event-search .item select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  font-size: 1rem;
  color: #334155;
  font-family: "Shippori Mincho", serif;
  cursor: pointer;
  transition: all 0.3s;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
}
.p-event-archive .p-event-search .item select:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}
.p-event-archive .p-event-search .item select:hover {
  border-color: #94a3b8;
}
.p-event-archive .p-event-search .submit {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-event-archive .p-event-search .submit {
    margin-top: 10px;
  }
}
.p-event-archive .p-event-search .submit .c-btn {
  min-width: 160px;
  padding: 12px 2rem;
  border-radius: 4px;
  font-size: 1rem;
  height: 48px; /* Match input approximate height */
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-event-archive__list {
  margin-top: 0; /* Clear margin, handled by grid gap */
}
.p-event-archive__list .p-top-events__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.p-event-archive__list .no-events {
  text-align: center;
  font-size: 1.1rem;
  color: #64748b;
  padding: 100px 20px;
  font-family: "Shippori Mincho", serif;
}

/* ======================================
   イベントカード (Archive Specific)
====================================== */
.p-event-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.p-event-card:hover .p-event-card__image img {
  transform: scale(1.05);
}
.p-event-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-event-card__image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f1f5f9;
}
.p-event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.p-event-card__date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 14px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 60px;
}
.p-event-card__date span {
  display: block;
  line-height: 1;
}
.p-event-card__date .day {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 2px;
}
.p-event-card__date .month {
  font-size: 0.75rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.p-event-card__content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-event-card__title {
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-event-card__info {
  margin-top: auto;
  border-top: 1px dashed #e2e8f0;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-event-card__info .info-item {
  font-size: 0.9rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-event-card__info .info-item.location {
  font-weight: 500;
}
.p-event-card__info .c-status-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 99px;
  line-height: 1;
}
.p-event-card__info .c-status-badge.is-available {
  background: #dcfce7;
  color: #166534;
}
.p-event-card__info .c-status-badge.is-full {
  background: #fee2e2;
  color: #991b1b;
}

/* ======================================
   イベント詳細ページ (Premium Single)
====================================== */
.p-event-single {
  background: #fdfbf7; /* Warm background */
  min-height: 100vh;
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-event-single {
    padding: 60px 0 100px;
  }
}
.p-event-single__header {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-event-single__category-wrap {
  margin-bottom: 20px;
}
.p-event-single__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f172a;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-event-single__title {
    font-size: 1.8rem;
  }
}
.p-event-single__thumbnail {
  margin-bottom: 60px;
  border-radius: 4px;
  overflow: hidden;
  /* Clean, high-quality look */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-event-single__thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.p-event-single__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s ease;
}
.p-event-single__thumbnail:hover img {
  transform: scale(1.03);
}
.p-event-single {
  /* レイアウト */
}
.p-event-single__layout {
  display: flex;
  gap: 80px;
  margin-top: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .p-event-single__layout {
    flex-direction: column;
    gap: 50px;
  }
}
.p-event-single__main-content {
  flex: 1;
  min-width: 0;
  /* Body Text Styling */
}
.p-event-single__main-content .p-event-single__body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem;
  line-height: 2.4;
  color: #334155;
}
.p-event-single__main-content .p-event-single__body p {
  margin-bottom: 2rem;
}
.p-event-single__main-content .p-event-single__body h2 {
  font-size: 1.8rem;
  margin: 3rem 0 1.5rem;
  color: #d4af37;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-event-single__main-content .p-event-single__body h2 {
    font-size: 1.4rem;
    margin: 2rem 0 1rem;
  }
}
.p-event-single__main-content .p-event-single__body h3 {
  font-size: 1.4rem;
  margin: 2rem 0 1rem;
  color: #0f172a;
}
@media screen and (max-width: 768px) {
  .p-event-single__main-content .p-event-single__body h3 {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.8rem;
  }
}
.p-event-single__sidebar {
  width: 360px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .p-event-single__sidebar {
    position: sticky;
    top: 120px;
  }
}
@media screen and (max-width: 991px) {
  .p-event-single__sidebar {
    width: 100%;
  }
}
.p-event-single {
  /* 情報カード (Premium Spec Table) */
}
.p-event-single__info-card {
  background: #fff;
  border: none;
  border-top: 4px solid #d4af37;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-event-single__info-card {
    padding: 30px;
  }
}
.p-event-single__info-title {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  color: #0f172a;
  letter-spacing: 0.1em;
}
.p-event-single__info-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-event-single__info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-event-single__info-label {
  font-size: 0.9rem;
  color: #94a3b8;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-event-single__info-label .icon {
  color: #d4af37;
}
.p-event-single__info-value {
  font-size: 1.1rem;
  color: #334155;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  padding-left: 0;
}
.p-event-single__info-value strong {
  color: #0f172a;
  font-weight: 600;
}
.p-event-single__info-value small {
  display: block;
  margin-top: 5px;
  color: #64748b;
}
.p-event-single__booking-action {
  margin-top: 30px;
  text-align: center;
}
.p-event-single__booking-action .c-btn {
  width: 100%;
}
.p-event-single {
  /* お申し込みフォームセクション (VIP Invitation Style) */
}
.p-event-single__booking {
  margin-top: 100px;
  /* Look like a thicker premium paper invitation */
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 20px 60px rgba(212, 175, 55, 0.15); /* Gold diffused glow */
  border-radius: 4px;
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.p-event-single__booking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #d4af37, #f3e5ab, #d4af37);
}
@media screen and (max-width: 768px) {
  .p-event-single__booking {
    padding: 40px 20px;
    margin-top: 60px;
  }
}
.p-event-single__booking-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-event-single__booking-title {
    font-size: 1.6rem;
  }
}
.p-event-single__booking-note {
  text-align: center;
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-event-single__booking-note {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
}
.p-event-single {
  /* Back Button Footer */
}
.p-event-single__footer {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-event-single__footer {
    margin-top: 60px;
  }
}
.p-event-single {
  /* Mobile Sticky CTA */
}
.p-event-single__sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(15, 23, 42, 0.95);
  padding: 15px 20px;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #d4af37;
  backdrop-filter: blur(5px);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-event-single__sticky-cta {
    display: none;
  }
}
.p-event-single__sticky-cta .c-btn {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
}

/* 男女別募集状況グリッド (SCSS) */
.gender-status-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 10px;
}

.gender-status-item {
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #eee;
}
.gender-status-item .label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}
.gender-status-item--male .label {
  color: #2c3e50;
}
.gender-status-item--female .label {
  color: #c44569;
}
.gender-status-item .status {
  font-size: 14px;
  font-weight: 700;
}
.gender-status-item .status.is-available {
  color: #4caf50;
}
.gender-status-item .status.is-full {
  color: #ff5252;
}

.p-opening-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: #020617;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  pointer-events: all;
}
.p-opening-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-opening-loader__logo {
  overflow: hidden;
}
.p-opening-loader__logo .text {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  color: #d4af37;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translateY(20px);
  animation: logoFadeIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 767px) {
  .p-opening-loader__logo .text {
    font-size: 1.75rem;
    letter-spacing: 0.15em;
    padding-left: 0.15em;
  }
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top {
  /* Hero Section */
}
.p-top-hero {
  position: relative;
  background: #020617;
  color: #fff;
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-hero {
    min-height: 500px;
  }
}
.p-top-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/hero-bg-v2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.p-top-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(2, 6, 23, 0.9) 0%, rgba(2, 6, 23, 0.5) 50%, rgba(2, 6, 23, 0.2) 100%);
  z-index: 2;
}
.p-top-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top-hero__inner {
    padding: 60px 20px;
    align-items: center;
    text-align: center;
  }
}
.p-top-hero__vertical {
  writing-mode: horizontal-tb;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-hero__vertical {
    margin-bottom: 20px;
  }
}
.p-top-hero__title {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-hero__title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.p-top-hero__lead {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  color: #d4af37;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-hero__lead {
    display: none;
  }
}
.p-top-hero__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-weight: 300;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-top-hero__desc {
    display: none;
  }
}
.p-top-hero__btn .c-btn--hero {
  min-width: 240px;
  padding: 1em 3em;
}
@media screen and (max-width: 768px) {
  .p-top-hero__btn .c-btn--hero {
    min-width: 200px;
    padding: 0.8em 2em;
  }
}
.p-top {
  /* Concept Section - Split Layout */
}
.p-top-concept {
  background: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.p-top-concept__split {
  display: flex;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .p-top-concept__split {
    flex-direction: column-reverse;
    min-height: auto;
  }
}
.p-top-concept__image {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.p-top-concept__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 10s ease;
}
@media screen and (max-width: 991px) {
  .p-top-concept__image {
    height: 400px;
  }
}
.p-top-concept__text-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfbf7;
  padding: 80px;
  position: relative;
}
.p-top-concept__text-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/texture-gold.png");
  opacity: 0.05;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .p-top-concept__text-area {
    padding: 60px 20px;
  }
}
.p-top-concept__inner {
  max-width: 600px;
  position: relative;
  z-index: 1;
}
.p-top-concept__lead {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #0f172a;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  min-height: 400px;
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-concept__lead {
    writing-mode: horizontal-tb;
    min-height: auto;
    float: none;
    margin-left: 0;
    font-size: 1.8rem;
  }
}
.p-top-concept__desc {
  font-size: 1rem;
  line-height: 2.2;
  color: #4b5563;
  text-align: justify;
}
.p-top {
  /* Features Section - Clean Grid */
}
.p-top-features {
  padding: 120px 0;
  background: #fff;
}
.p-top-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .p-top-features__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-top-features__card {
  text-align: center;
  padding: 40px 20px;
  transition: transform 0.3s ease;
}
.p-top-features__card:hover {
  transform: translateY(-10px);
}
.p-top-features__card .num {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  color: rgba(212, 175, 55, 0.2);
  line-height: 1;
  font-weight: 700;
  margin-bottom: -20px;
  position: relative;
  z-index: 0;
}
.p-top-features__card .title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.p-top-features__card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.8;
}
.p-top {
  /* Safety Section - Dark & Gold */
}
.p-top-safety {
  background: #0f172a;
  padding: 120px 0;
  color: #fff;
}
.p-top-safety__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-safety__grid {
    grid-template-columns: 1fr;
  }
}
.p-top-safety__card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 40px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  transition: all 0.3s ease;
}
.p-top-safety__card:hover {
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.05);
}
.p-top-safety__card .icon-wrap .step {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #d4af37;
  font-weight: 700;
  border-bottom: 1px solid #d4af37;
  padding-bottom: 5px;
}
.p-top-safety__card .content h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #fff;
}
.p-top-safety__card .content p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}
.p-top {
  /* Events Section - Grid Layout */
}
.p-top-events {
  padding: 100px 0;
}
.p-top-events__grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.p-top-event-card {
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}
.p-top-event-card .p-top-event-card__link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-top-event-card .p-top-event-card__link {
    flex-direction: column;
  }
}
.p-top-event-card .p-top-event-card__image {
  width: 45%;
  height: auto;
  min-height: 280px;
}
@media screen and (max-width: 768px) {
  .p-top-event-card .p-top-event-card__image {
    width: 100%;
    height: 240px;
  }
}
.p-top-event-card .p-top-event-card__content {
  width: 55%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-event-card .p-top-event-card__content {
    width: 100%;
    padding: 30px 24px;
  }
}
.p-top-event-card .p-top-event-card__title {
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
  color: #0f172a;
}
.p-top-event-card .p-top-event-card__title .date {
  display: block;
  font-size: 1.1rem;
  color: #334155;
  font-weight: 700;
  margin-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
}
.p-top-event-card .p-top-event-card__meta-rows {
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #475569;
}
.p-top-event-card .p-top-event-card__meta-rows .meta-row {
  margin-bottom: 6px;
}
.p-top-event-card .p-top-event-card__meta-rows .meta-row.age {
  text-decoration: underline;
  text-decoration-color: #cbd5e1;
}
.p-top-event-card .p-top-event-card__gender-box {
  display: flex;
  gap: 15px;
  margin-top: auto;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn {
  flex: 1;
  border-radius: 30px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  position: relative;
  overflow: hidden;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn:hover {
  opacity: 0.9;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn.male {
  background-color: #0f172a;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn.female {
  background-color: #fb7185;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn.full {
  opacity: 0.7;
  pointer-events: none;
  background-color: #94a3b8;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn.full.female {
  background-color: #fb7185;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn.full.male {
  background-color: #0f172a;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn .gender-label {
  font-size: 0.8rem;
  margin-bottom: 2px;
  opacity: 0.9;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn .gender-status {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn .gender-status .total {
  font-size: 0.8rem;
  font-weight: normal;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn .gender-price {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 6px;
  display: block;
  background: #fff;
  color: #0f172a;
  padding: 4px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 120px;
}
.p-top-event-card .p-top-event-card__gender-box .gender-btn.female .gender-price {
  color: #be123c;
}
@media screen and (max-width: 500px) {
  .p-top-event-card .p-top-event-card__gender-box {
    flex-direction: column;
    gap: 10px;
  }
}
.p-top-event-card .p-top-event-card__readmore {
  display: none;
}
.p-top-event-card .p-top-event-card__info {
  display: none;
}
.p-top-event-card .p-top-event-card__price-box {
  display: none;
}

.p-top-events__more {
  margin-top: 100px;
  text-align: center;
}
.p-top {
  /* Gallery Section (Atmosphere) */
}
.p-top-gallery {
  padding: 100px 0;
  background: #fdfbf7;
}
.p-top-gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.p-top-gallery__item {
  overflow: hidden;
  position: relative;
}
.p-top-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.p-top-gallery__item:hover img {
  transform: scale(1.1);
}
.p-top-gallery__item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.p-top-gallery__item:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/2;
}
.p-top-gallery__item:nth-child(3) {
  grid-column: 5/7;
  grid-row: 1/2;
}
.p-top-gallery__item:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2/3;
}
.p-top-gallery__item:nth-child(5) {
  grid-column: 5/7;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .p-top-gallery__item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    height: 200px;
  }
  .p-top-gallery__item:nth-child(1) {
    grid-column: 1/-1;
    height: 300px;
  }
}
.p-top {
  /* Flow Section (Ultra-Premium) */
}
.p-top-flow {
  padding: 140px 0;
  background: #fff;
}
.p-top-flow__steps {
  display: flex;
  justify-content: space-between;
  gap: 0;
  margin-top: 100px;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  /* Elegant connecting line */
}
.p-top-flow__steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50px;
  right: 50px;
  height: 1px;
  background: rgba(212, 175, 55, 0.3);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-flow__steps {
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
  }
  .p-top-flow__steps::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 40px;
    width: 1px;
    height: 100%;
    right: auto;
  }
}
.p-top-flow__step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__step {
    text-align: left;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
  }
}
.p-top-flow__step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  color: #d4af37;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 50%;
  margin-bottom: 30px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-flow__step .step-num {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
}
.p-top-flow__step .step-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #0f172a;
  letter-spacing: 0.05em;
}
.p-top-flow__step .step-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #64748b;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-top-flow__step .step-desc {
    text-align: left;
  }
}
.p-top {
  /* FAQ Section */
}
.p-top-faq {
  padding: 120px 0;
  background: #f8fafc;
}
.p-top-faq__list {
  max-width: 800px;
  margin: 60px auto 0;
}
.p-top-faq__item {
  background: #fff;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 4px;
  border-left: 4px solid #d4af37;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.p-top-faq__q {
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-top-faq__q::before {
  content: "Q";
  color: #d4af37;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
}
.p-top-faq__a {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #4b5563;
  padding-left: 2rem;
}
.p-top {
  /* News Section */
}
.p-top-news {
  padding: 60px 0;
  background: #0f172a;
  color: #fff;
}
.p-top-news__row {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-news__row {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.p-top-news .c-section-title {
  color: #fff;
  margin-bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 60px;
}
.p-top-news .c-section-title span {
  color: #d4af37;
}
@media screen and (max-width: 768px) {
  .p-top-news .c-section-title {
    border-right: none;
    padding-right: 0;
  }
}
.p-top-news__list {
  flex: 1;
}
.p-top-news__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.p-top-news__item:last-child {
  border-bottom: none;
}
.p-top-news__item:hover {
  opacity: 0.7;
  padding-left: 10px;
}
.p-top-news__item .date {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.6);
}
.p-top-news__item .title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-top {
  /* Voice Section - Premium Testimonials */
}
.p-top-voice {
  padding: 120px 0;
  background: #fff;
}
.p-top-voice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .p-top-voice__grid {
    grid-template-columns: 1fr;
  }
}
.p-top-voice__item {
  background: #fff;
  padding: 48px 40px;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
}
.p-top-voice__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}
.p-top-voice__quote {
  font-family: "Cormorant Garamond", serif;
  font-size: 6rem;
  color: #d4af37;
  opacity: 0.1;
  position: absolute;
  top: 20px;
  right: 30px;
  line-height: 1;
  pointer-events: none;
}
.p-top-voice__head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
}
.p-top-voice__head .icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.p-top-voice__head .icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.p-top-voice__head .meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-top-voice__head .meta .age {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.p-top-voice__head .meta .job {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
}
.p-top-voice__event {
  display: inline-block;
  align-items: center;
  margin-bottom: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #a18320;
  background: #fdfbf5;
  padding: 8px 16px;
  border-radius: 4px;
  border-left: 3px solid #d4af37;
  line-height: 1.5;
}
.p-top-voice__event .label {
  font-size: 0.75rem;
  color: #948043;
  font-weight: 700;
  opacity: 0.8;
  margin-right: 6px;
  text-transform: uppercase;
}
.p-top-voice .heading {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.6;
  color: #1a1a1a;
  letter-spacing: 0.02em;
}
.p-top-voice .text {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #4b5563;
  text-align: justify;
}
.p-top {
  /* CTA Section */
}
.p-top-cta {
  padding: 140px 0;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.p-top-cta__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/hero-bg-v2.png");
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
  z-index: 0;
}
.p-top-cta__inner {
  position: relative;
  z-index: 1;
}
.p-top-cta__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-top-cta__title {
    font-size: 1.8rem;
  }
}
.p-top-cta__text {
  font-size: 1.1rem;
  margin-bottom: 50px;
  opacity: 0.9;
  line-height: 1.8;
}
.p-top {
  /* Refined Event Card */
}
.p-top-event-card {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.p-top-event-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-top-event-card__image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.p-top-event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.p-top-event-card__image .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: #0f172a;
}
.p-top-event-card__image .badge--few {
  background: #d4af37;
}
.p-top-event-card__image .badge--full {
  background: #94a3b8;
}
.p-top-event-card:hover .p-top-event-card__image img {
  transform: scale(1.1);
}
.p-top-event-card__date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 15px;
  text-align: center;
  min-width: 60px;
}
.p-top-event-card__date .month {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
}
.p-top-event-card__date .day {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #0f172a;
}
.p-top-event-card__content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-top-event-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.15rem;
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top-event-card__meta {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-top-event-card__readmore {
  margin-top: auto;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: #d4af37;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s;
}
.p-top-event-card__readmore .arrow {
  font-size: 0.8em;
  font-style: normal;
}
.p-top-event-card:hover .p-top-event-card__readmore {
  gap: 15px;
}

.u-text__white {
  color: #fff !important;
}

.u-text__white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.c-section-title--left {
  text-align: left;
}

.c-section-title {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 50px;
  color: #1a1a2e;
  line-height: 1.2;
}
.c-section-title span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #d4af37;
  margin-top: 15px;
  font-weight: 400;
}
.c-section-title.u-text__center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.p-top-column {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .p-top-column {
    padding-bottom: 100px !important;
  }
}

.p-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-column-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-column-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}
.p-column-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.p-column-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-column-card__thumb {
  height: 240px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.p-column-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.p-column-card:hover .p-column-card__thumb img {
  transform: scale(1.08);
}
.p-column-card__body {
  padding: 35px 40px 45px !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.p-column-card__date {
  display: block;
  font-size: 0.825rem;
  color: #bfa05d;
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
}
.p-column-card__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-column-card__excerpt {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0;
  margin-top: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.9;
}
.p-column-card .c-section-desc {
  font-size: 1.15rem;
}

.c-section-desc {
  font-size: 1.15rem;
  line-height: 2;
  margin-bottom: 60px;
  color: #4a4a4a;
}
@media screen and (max-width: 768px) {
  .c-section-desc {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

.c-btn--view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 320px;
  max-width: 100%;
  height: 60px;
  background: linear-gradient(135deg, #d4af37 0%, #bfa05d 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
  text-decoration: none;
  white-space: nowrap;
}
.c-btn--view-all:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.4);
  opacity: 1;
}
.c-btn--view-all svg {
  transition: transform 0.3s ease;
}
.c-btn--view-all:hover svg {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .c-btn--view-all {
    width: 280px;
    height: 54px;
    font-size: 1rem;
  }
}

.p-about {
  /* Page Hero (Premium) */
}
.p-about-hero {
  position: relative;
  margin-top: 0;
  height: 70vh; /* Taller for drama */
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  .p-about-hero {
    height: 40vh;
    min-height: 300px;
  }
}
.p-about-hero {
  background-image: url("../img/hero-about.png");
  background-color: #0f172a; /* Fallback for missing image */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.p-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(2, 6, 23, 0.3), rgba(2, 6, 23, 0.7)); /* More depth */
}
.p-about-hero {
  /* Parallax effect on scroll (simple CSS version) */
  background-attachment: fixed;
}
.p-about-hero__title {
  position: relative;
  z-index: 1;
  text-align: center;
  writing-mode: horizontal-tb;
}
.p-about-hero__title h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-about-hero__title h1 {
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
}
.p-about-hero__title span {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  opacity: 0.9;
  border-top: 1px solid rgba(212, 175, 55, 0.8); /* Gold line */
  padding-top: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-about-hero__title span {
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    padding-top: 15px;
  }
}
.p-about {
  /* Content Sections */
}
.p-about-section {
  padding: 120px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-section {
    padding: 60px 0;
  }
}
.p-about-section__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-about-section__inner {
    padding: 0 20px;
  }
}
.p-about-section__row {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 120px;
}
.p-about-section__row:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .p-about-section__row {
    flex-direction: column !important;
    gap: 30px;
    margin-bottom: 60px;
  }
}
.p-about-section__image {
  flex: 1;
  position: relative;
}
.p-about-section__image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(212, 175, 55, 0.3);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-about-section__image::before {
    top: -10px;
    left: -10px;
  }
}
.p-about-section__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.p-about-section__text {
  flex: 1;
}
.p-about-section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 40px;
  line-height: 1.6;
  position: relative;
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .p-about-section__title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.p-about-section__title {
  /* Underline style instead of left border */
}
.p-about-section__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-section__title::after {
    margin-top: 15px;
  }
}
.p-about-section__desc {
  font-size: 1.05rem;
  line-height: 2.2;
  color: #334155;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-about-section__desc {
    font-size: 0.95rem;
    line-height: 1.8;
  }
}
.p-about-section__desc p {
  margin-bottom: 25px;
}
.p-about-message {
  background: #fdfbf7; /* Warm off-white */
  padding: 140px 0;
  text-align: center;
  position: relative;
  /* Dotted background pattern */
  background-image: radial-gradient(#d4af37 1px, transparent 1px);
  background-size: 40px 40px;
  background-color: #fafbfc;
}
.p-about-message__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  color: #0f172a;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-about-message__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.p-about-message__text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 2.6;
  color: #334155;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-about-message__text {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-about {
  /* Operator Info (Premium Card Style) */
}
.p-about-info {
  padding: 120px 0;
  background: #0f172a; /* Dark background */
  color: #fff;
  position: relative;
}
.p-about-info__inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-about-info {
  /* Gold Border Card */
}
.p-about-info__table {
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 60px;
  background: rgba(2, 6, 23, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .p-about-info__table {
    padding: 30px;
  }
}
.p-about-info__table dl {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.p-about-info__table dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-about-info__table dl {
    flex-direction: column;
    padding: 20px 0;
  }
}
.p-about-info__table dl dt {
  width: 30%;
  font-weight: 500;
  color: #d4af37; /* Gold label */
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-about-info__table dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.p-about-info__table dl dd {
  width: 70%;
  color: #e2e8f0;
  font-size: 1.05rem;
}
@media screen and (max-width: 768px) {
  .p-about-info__table dl dd {
    width: 100%;
  }
}
.p-about-info__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-about-info__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.p-about-info__title span {
  display: block;
  font-size: 1rem;
  color: #d4af37;
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}

/* Guide Page Specifics (Safety & Concierge) */
.p-guide-safety {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.p-guide-safety__item {
  flex: 1;
  min-width: 280px;
  max-width: 340px;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s;
}
.p-guide-safety__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.1);
}
.p-guide-safety__item .icon {
  margin-bottom: 20px;
}
.p-guide-safety__item h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  color: #0f172a;
  margin: 20px 0;
  font-weight: 600;
}
.p-guide-safety__item p {
  font-family: "Shippori Mincho", serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #475569;
}

.p-guide-concierge {
  background: #0f172a;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.p-guide-concierge__inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-guide-concierge__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
  background: linear-gradient(135deg, #fff 0%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-guide-concierge__text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem;
  line-height: 2.2;
  color: #e2e8f0;
}
.p-guide-concierge {
  /* Shine effect background */
}
.p-guide-concierge::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  animation: shine 10s infinite linear;
}

@keyframes shine {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-faq {
  background: #fdfbf7;
}
.p-faq__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 30px;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    padding: 40px 20px;
  }
}
.p-faq__category-title {
  font-size: 1.5rem;
  color: #0f172a;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 10px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-faq__category-title {
    font-size: 1.25rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.p-faq__category-title:first-child {
  margin-top: 0;
}
.p-faq__item {
  background: transparent;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  transition: background 0.3s;
}
.p-faq__item:first-child {
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}
.p-faq__question {
  padding: 30px 20px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-faq__question {
    padding: 20px 15px;
    font-size: 0.95rem;
    gap: 15px;
  }
}
.p-faq__question:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #d4af37;
}
.p-faq__question .icon {
  color: #d4af37;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  width: 30px;
  flex-shrink: 0;
}
.p-faq__question .toggle {
  position: absolute;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #94a3b8;
  border-bottom: 1px solid #94a3b8;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
  margin-top: -6px;
}
.p-faq__question.is-open {
  color: #d4af37;
}
.p-faq__question.is-open .toggle {
  transform: rotate(-135deg);
  border-color: #d4af37;
}
.p-faq__answer {
  display: none;
  border-top: none;
  background: rgba(255, 255, 255, 0.6); /* Slight background to distinguish */
}
.p-faq__answer .answer-inner {
  padding: 20px 40px 40px 70px; /* Align with text */
  font-size: 1rem;
  line-height: 2;
  color: #475569;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-faq__answer .answer-inner {
    padding: 20px 20px 30px 20px;
  }
}
.p-faq__answer .answer-inner .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #c44569;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-faq__answer .answer-inner .icon {
    position: static;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.4rem;
  }
}

.p-contact {
  padding-bottom: 120px;
}
.p-contact__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
.p-contact {
  /* Form Only Layout */
  /* Form Container (Invitation Style) */
}
.p-contact__form-wrapper {
  background: #fff;
  padding: 100px 80px; /* Increased padding */
  border-radius: 4px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08); /* Softer, deeper shadow */
  border-top: 5px solid #d4af37; /* Gold Top Accent */
  position: relative;
  margin-top: 40px; /* Add margin top to separate from content if any */
}
.p-contact__form-wrapper::before {
  content: "INVITATION TO CONTACT";
  position: absolute;
  top: -24px; /* Adjusted position */
  left: 50%;
  transform: translateX(-50%);
  background: #d4af37;
  color: #fff;
  padding: 8px 30px; /* More breathing room in badge */
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.25em;
  border-radius: 99px;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}
@media screen and (max-width: 767px) {
  .p-contact__form-wrapper {
    padding: 60px 25px;
  }
}

.c-form__item {
  margin-bottom: 60px; /* Increased bottom margin */
  position: relative;
}
.c-form__item label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1rem;
  color: #0f172a;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-form__item label {
    font-size: 0.9rem;
  }
}
.c-form__item label .required {
  display: inline-block;
  margin-left: 10px;
  color: #d4af37;
  font-size: 0.8rem;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #d4af37;
  padding: 1px 6px;
  border-radius: 2px;
}
.c-form__item input[type=text],
.c-form__item input[type=email],
.c-form__item select,
.c-form__item textarea {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #cbd5e1;
  border-radius: 0;
  font-size: 1.2rem;
  transition: all 0.3s;
  background: transparent;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-form__item input[type=text],
  .c-form__item input[type=email],
  .c-form__item select,
  .c-form__item textarea {
    font-size: 1rem;
    padding: 10px 0;
  }
}
.c-form__item input[type=text]:focus,
.c-form__item input[type=email]:focus,
.c-form__item select:focus,
.c-form__item textarea:focus {
  outline: none;
  border-color: #d4af37;
  background: transparent;
  box-shadow: none;
}
.c-form__item input[type=text]::placeholder,
.c-form__item input[type=email]::placeholder,
.c-form__item select::placeholder,
.c-form__item textarea::placeholder {
  color: #cbd5e1;
  font-size: 1rem;
}
.c-form__submit {
  text-align: center;
  margin-top: 60px;
}
.c-form__submit .c-btn {
  min-width: 240px;
}

.p-page {
  background: #fdfbf7;
}
.p-page__inner {
  max-width: 800px; /* Slightly narrower for reading */
  margin: 0 auto;
  padding: 80px 20px;
}
.p-page__content {
  font-family: "Shippori Mincho", serif;
  color: #334155;
  line-height: 1.8;
  font-size: 1rem;
  /* Typographic Defaults for WP Content */
}
.p-page__content h2 {
  font-size: 1.5rem;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 10px;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #0f172a;
  letter-spacing: 0.05em;
}
.p-page__content h2:first-child {
  margin-top: 0;
}
.p-page__content h3 {
  font-size: 1.25rem;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #0f172a;
  padding-left: 15px;
  border-left: 4px solid #d4af37;
}
.p-page__content h4 {
  font-size: 1.1rem;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
.p-page__content p {
  margin-bottom: 2em;
}
.p-page__content ul,
.p-page__content ol {
  margin-bottom: 2em;
  padding-left: 1.5em;
}
.p-page__content ul li,
.p-page__content ol li {
  margin-bottom: 0.5em;
}
.p-page__content ul {
  list-style: disc;
}
.p-page__content ol {
  list-style: decimal;
}
.p-page__content a {
  color: #d4af37;
  text-decoration: underline;
}
.p-page__content a:hover {
  text-decoration: none;
}

.p-single-news {
  padding: 80px 0 120px;
  background: #fdfbf7;
}
.p-single-news__article {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 80px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-single-news__article {
    padding: 40px 20px;
  }
}
.p-single-news__header {
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 40px;
}
.p-single-news__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  color: #94a3b8;
}
.p-single-news__meta .date {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.p-single-news__meta .cat {
  font-size: 0.8rem;
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 99px;
}
.p-single-news__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f172a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-single-news__title {
    font-size: 1.8rem;
  }
}
.p-single-news__thumbnail {
  margin-bottom: 60px;
}
.p-single-news__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.p-single-news__content {
  margin-bottom: 80px;
}
.p-single-news__content .post-body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem;
  line-height: 2.2;
  color: #334155;
}
.p-single-news__content .post-body p {
  margin-bottom: 2rem;
}
.p-single-news__content .post-body h2 {
  font-size: 1.8rem;
  margin: 4rem 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d4af37;
  color: #0f172a;
}
.p-single-news__content .post-body h3 {
  font-size: 1.5rem;
  margin: 3rem 0 1.5rem;
  color: #0f172a;
  padding-left: 1rem;
  border-left: 4px solid #d4af37;
}
.p-single-news__content .post-body img {
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
}
.p-single-news__footer {
  text-align: center;
  border-top: 1px solid #e2e8f0;
  padding-top: 60px;
}

.p-404 {
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f172a;
  background-image: radial-gradient(circle at center, #1e293b 0%, #0f172a 100%);
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.p-404__inner {
  max-width: 600px;
  width: 100%;
}
.p-404__title {
  font-family: var(--font-en);
  font-size: 8rem;
  line-height: 1;
  font-weight: 300;
  color: #d4af37;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 5rem;
  }
}
.p-404__subtitle {
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  color: #cbd5e1;
  opacity: 0;
  animation: fadeIn 1s ease 0.3s forwards;
}
@media screen and (max-width: 767px) {
  .p-404__subtitle {
    font-size: 1.25rem;
  }
}
.p-404__text {
  font-size: 1rem;
  line-height: 2;
  color: #94a3b8;
  margin-bottom: 60px;
  opacity: 0;
  animation: fadeIn 1s ease 0.6s forwards;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}
.p-404__btn {
  opacity: 0;
  animation: fadeIn 1s ease 0.9s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================
   Column Archive & Card
======================================== */
.p-column-archive {
  padding-bottom: 80px;
}

.p-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-column-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
}

.p-column-card {
  background: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}
.p-column-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.p-column-card:hover .p-column-card__title {
  color: #d4af37;
}
.p-column-card:hover .p-column-card__thumb img {
  transform: scale(1.05);
}
.p-column-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-column-card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f1f5f9;
}
.p-column-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.p-column-card__body {
  padding: 24px 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.p-column-card__date {
  display: block;
  font-size: 0.8rem;
  color: #94a3b8;
  font-family: var(--font-en);
  margin-bottom: 8px;
}
.p-column-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 12px;
  font-family: var(--font-base);
  transition: color 0.3s;
}
.p-column-card__excerpt {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========================================
   Single Column
======================================== */
.p-single-column {
  padding-bottom: 100px;
  background: #fff;
}
.p-single-column__header {
  max-width: 800px;
  margin: 40px auto 60px;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-single-column__header {
    margin: 30px auto 40px;
  }
}
.p-single-column__meta {
  margin-bottom: 20px;
  color: #94a3b8;
  font-family: var(--font-en);
}
@media screen and (max-width: 768px) {
  .p-single-column__meta {
    margin-bottom: 15px;
    font-size: 0.8rem;
  }
}
.p-single-column__title {
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--font-base);
}
@media screen and (max-width: 767px) {
  .p-single-column__title {
    font-size: 1.5rem;
  }
}
.p-single-column__thumbnail {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-single-column__thumbnail {
    margin-top: 30px;
  }
}
.p-single-column__thumbnail img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}
.p-single-column__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 2;
  font-size: 1rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-single-column__content {
    font-size: 0.95rem;
    line-height: 1.8;
  }
}
.p-single-column__content p {
  margin-bottom: 2em;
}
.p-single-column__content h2 {
  font-size: 1.5rem;
  margin: 60px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4af37;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-single-column__content h2 {
    font-size: 1.25rem;
    margin: 40px 0 20px;
  }
}
.p-single-column__content h3 {
  font-size: 1.25rem;
  margin: 40px 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-single-column__content h3 {
    font-size: 1.1rem;
    margin: 30px 0 15px;
  }
}
.p-single-column__content img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.p-single-column__footer {
  max-width: 800px;
  margin: 80px auto 0;
  text-align: center;
  padding-top: 60px;
  border-top: 1px solid #f1f5f9;
}

/* -------------------------------------------------------------------------
   Event Single Page Styling
   ------------------------------------------------------------------------- */
.p-event-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 400px;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 80px;
}
.p-event-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transform: scale(1.05);
  transition: transform 10s ease;
}
.p-event-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.p-event-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
.p-event-hero__content {
  text-align: center;
}
.p-event-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-event-hero__meta {
    flex-direction: column;
    gap: 10px;
    font-size: 1rem;
  }
}
.p-event-hero__meta .icon-calendar,
.p-event-hero__meta .icon-pin {
  margin-right: 5px;
}
.p-event-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-event-hero__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.p-event-hero__tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.p-event-hero__tags .c-tag {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 0.9rem;
  backdrop-filter: blur(5px);
}
.p-event-hero__tags .c-tag--active {
  background: #d4af37;
  border-color: #d4af37;
  color: #fff;
  font-weight: 600;
}

.p-event-detail {
  padding-top: 60px;
  padding-bottom: 100px;
}
.p-event-detail__layout {
  display: block;
}
.p-event-detail__block {
  margin-bottom: 60px;
}
.p-event-detail__block:last-child {
  margin-bottom: 0;
}
.p-event-detail .c-section-title--small {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  color: #0f172a;
  border-left: 6px solid #d4af37;
  padding-left: 15px;
  line-height: 1.2;
}
.p-event-detail .c-section-title--small span {
  display: block;
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 400;
  margin-top: 5px;
  margin-left: 2px;
}
.p-event-detail__body {
  line-height: 1.8;
  color: #333;
  font-size: 1rem;
}
.p-event-detail__body p {
  margin-bottom: 1.5em;
}
.p-event-detail__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.p-event-info-table {
  border-top: 2px solid #eee;
}
.p-event-info-table dl {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .p-event-info-table dl {
    flex-direction: column;
    padding: 20px 0;
  }
}
.p-event-info-table dl dt {
  width: 180px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: flex-start;
  padding-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-event-info-table dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-event-info-table dl dt .icon {
  margin-right: 10px;
  font-size: 1.2em;
}
.p-event-info-table dl dd {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.6;
}

.info-date {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.info-time {
  color: #666;
}

.info-note {
  font-size: 0.9em;
  color: #888;
  margin-left: 10px;
}

.info-location-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.info-address {
  margin-bottom: 10px;
  color: #666;
}

.info-map-link iframe {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 8px;
  margin-top: 10px;
}

.price-list {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .price-list {
    flex-direction: column;
    gap: 10px;
  }
}
.price-list .price-item {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  min-width: 200px;
}
.price-list .price-item.male .label {
  background: #e3f2fd;
  color: #1565c0;
}
.price-list .price-item.female .label {
  background: #fce4ec;
  color: #c2185b;
}
.price-list .price-item .label {
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 15px;
  font-weight: 600;
}
.price-list .price-item .amount {
  font-size: 1.2rem;
  font-weight: 700;
}

.info-note-small {
  font-size: 0.85rem;
  color: #999;
}

.qualification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qualification-list li {
  margin-bottom: 8px;
  padding-left: 1.2em;
  position: relative;
}
.qualification-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d4af37;
}

.p-booking-widget {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-top: 60px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-booking-widget {
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: none;
  }
}
.p-booking-widget__title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.p-booking-widget__status {
  margin-bottom: 25px;
}
.p-booking-widget__status .status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1rem;
  padding-bottom: 8px;
  border-bottom: 1px dashed #eee;
}
.p-booking-widget__status .status-row:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.p-booking-widget__status .status-row .gender {
  font-weight: 600;
  color: #555;
}
.p-booking-widget__status .status-badge {
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.p-booking-widget__status .status-badge.is-available {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}
.p-booking-widget__status .status-badge.is-warning {
  background: #fff3e0;
  color: #ef6c00;
  border: 1px solid #ffe0b2;
}
.p-booking-widget__status .status-badge.is-full {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ffcdd2;
}
.p-booking-widget__form .em-booking-form-details {
  display: none;
}
.p-booking-widget__form h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.p-booking-widget__form label {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.p-booking-widget__form label .required {
  display: inline-block;
  background: #e53935;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
  font-weight: 400;
}
.p-booking-widget__form input[type=text],
.p-booking-widget__form input[type=email],
.p-booking-widget__form input[type=tel],
.p-booking-widget__form input[type=date],
.p-booking-widget__form textarea,
.p-booking-widget__form select {
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fafafa;
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.p-booking-widget__form input[type=text]:focus,
.p-booking-widget__form input[type=email]:focus,
.p-booking-widget__form input[type=tel]:focus,
.p-booking-widget__form input[type=date]:focus,
.p-booking-widget__form textarea:focus,
.p-booking-widget__form select:focus {
  outline: none;
  border-color: #d4af37;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15);
}
.p-booking-widget__form input[type=submit],
.p-booking-widget__form button.em-booking-submit {
  width: 100%;
  height: 60px;
  background: linear-gradient(135deg, #d4af37 0%, #bfa05d 100%);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 25px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}
.p-booking-widget__form input[type=submit]:hover,
.p-booking-widget__form button.em-booking-submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}
.p-booking-widget__form {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
.p-booking-widget__form p {
  margin-bottom: 20px;
}
.p-booking-widget__form .wpcf7-list-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.p-booking-widget__form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0;
}
.p-booking-widget__form .wpcf7-list-item input[type=checkbox],
.p-booking-widget__form .wpcf7-list-item input[type=radio] {
  margin-right: 12px;
  accent-color: #d4af37;
  width: 22px !important;
  height: 22px;
  transform: none;
  margin-top: 0;
  margin-bottom: 0;
}
.p-booking-widget .plugin-alert {
  color: #e53935;
  font-size: 0.9rem;
  margin-bottom: 15px;
  text-align: center;
}
.p-booking-widget .booking-closed {
  text-align: center;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  color: #777;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.js-fadein-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-fadein-up.js-show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadein {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.js-fadein.js-show {
  opacity: 1;
}

.js-zoom-in {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s ease, transform 1.2s ease;
}
.js-zoom-in.js-show {
  opacity: 1;
  transform: scale(1);
}

.u-delay-100 {
  transition-delay: 0.1s;
}

.u-delay-200 {
  transition-delay: 0.2s;
}

.u-delay-300 {
  transition-delay: 0.3s;
}

.u-delay-400 {
  transition-delay: 0.4s;
}

.u-delay-500 {
  transition-delay: 0.5s;
}

.u-delay-600 {
  transition-delay: 0.6s;
}

.u-delay-700 {
  transition-delay: 0.7s;
}

.u-delay-800 {
  transition-delay: 0.8s;
}

.u-delay-900 {
  transition-delay: 0.9s;
}

.u-delay-1000 {
  transition-delay: 1s;
}

.c-breadcrumb {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #64748b;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.3s;
}
.c-breadcrumb__item a:hover {
  color: #d4af37;
  text-decoration: underline;
}
.c-breadcrumb__item span {
  color: #94a3b8;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 8px;
  color: #cbd5e1;
  font-size: 0.75rem;
}
