/* ==========================================================================
   Zero Next One BASE NIIKAPPU
   lower-reservation.css v1.4
   Page: /reservation/ - REQUEST BOARD
   Concept: 宿泊希望を、整理して送る。
   ========================================================================== */

/* --------------------------------------------------------------------------
   01. Scope / tokens
   -------------------------------------------------------------------------- */

.page-reservation-v14 {
  --reservation-ink: #23231f;
  --reservation-ink-soft: #5e584f;
  --reservation-ink-pale: #8d8374;
  --reservation-white: #fffdf7;
  --reservation-paper: #f7f1e4;
  --reservation-line: rgba(39, 35, 28, 0.13);
  --reservation-line-strong: rgba(39, 35, 28, 0.22);
  --reservation-blue: #162436;
  --reservation-blue-deep: #0f1a28;
  --reservation-gold: #b68c3d;
  --reservation-red: #a6533f;
  color: var(--reservation-ink);
  background: var(--reservation-paper);
}

.page-reservation-v14 .l-main {
  overflow: clip;
  background:
    radial-gradient(circle at 8% 4%, rgba(182, 140, 61, 0.12), transparent 320px),
    radial-gradient(circle at 92% 18%, rgba(22, 36, 54, 0.1), transparent 360px),
    radial-gradient(circle at 10% 86%, rgba(36, 58, 46, 0.08), transparent 340px),
    linear-gradient(180deg, #fffdf7 0%, #f7f1e4 44%, #eee5d6 100%);
}

.p-reservation-v14 {
  position: relative;
  isolation: isolate;
}

.p-reservation-v14 img {
  max-width: 100%;
}

.p-reservation-v14-section,
.p-reservation-v14-types__grid,
.p-reservation-v14-form-section__inner,
.p-reservation-v14-notes__list,
.p-reservation-v14-flow__grid,
.p-reservation-v14-final__inner {
  width: min(calc(100% - 32px), 1120px);
  margin-inline: auto;
}

.p-reservation-v14-section {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.p-reservation-v14-section__kicker {
  margin: 0;
  color: var(--reservation-gold);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.p-reservation-v14-section__title {
  margin: 0;
  color: var(--reservation-ink);
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: clamp(1.78rem, 8vw, 3rem);
  font-weight: 650;
  line-height: 1.32;
  letter-spacing: 0.068em;
}

.p-reservation-v14-section__lead {
  max-width: 46em;
  margin: 0;
  color: var(--reservation-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.88rem;
  font-weight: 550;
  line-height: 1.96;
  letter-spacing: 0.04em;
}

/* --------------------------------------------------------------------------
   02. Hero
   -------------------------------------------------------------------------- */

.p-reservation-v14-hero {
  position: relative;
  display: grid;
  min-height: 76svh;
  overflow: hidden;
  color: var(--reservation-white);
  background: var(--reservation-blue-deep);
}

.p-reservation-v14-hero__photo,
.p-reservation-v14-hero__photo img,
.p-reservation-v14-hero__overlay {
  position: absolute;
  inset: 0;
}

.p-reservation-v14-hero__photo {
  z-index: 0;
  margin: 0;
}

.p-reservation-v14-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.98) brightness(0.88);
  transform: scale(1.015);
}

.p-reservation-v14-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 17, 26, 0.16) 0%, rgba(10, 17, 26, 0.08) 34%, rgba(10, 17, 26, 0.74) 100%),
    linear-gradient(90deg, rgba(10, 17, 26, 0.56) 0%, rgba(10, 17, 26, 0.22) 56%, rgba(10, 17, 26, 0.08) 100%);
  pointer-events: none;
}

.p-reservation-v14-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  width: min(calc(100% - 32px), 1120px);
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(76px, 18svh, 128px) 0 clamp(42px, 10svh, 84px);
}

.p-reservation-v14-breadcrumb {
  align-self: start;
  margin-bottom: auto;
}

.p-reservation-v14-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-reservation-v14-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 253, 247, 0.72);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-reservation-v14-breadcrumb__item:not(:last-child)::after {
  content: "/";
  opacity: 0.45;
}

.p-reservation-v14-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}

.p-reservation-v14-breadcrumb__current {
  color: rgba(255, 253, 247, 0.9);
}

.p-reservation-v14-hero__content {
  display: grid;
  justify-items: start;
  gap: 13px;
  max-width: 640px;
  padding-top: 18svh;
}

.p-reservation-v14-hero__kicker {
  margin: 0;
  color: rgba(255, 253, 247, 0.72);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.p-reservation-v14-hero__title {
  margin: 0;
  color: var(--reservation-white);
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: clamp(1.62rem, 6.6vw, 1.92rem);
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 0.105em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.26);
}

.p-reservation-v14-hero__lead {
  margin: 0;
  color: rgba(255, 253, 247, 0.86);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.92;
  letter-spacing: 0.045em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
}

.p-reservation-v14-hero__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 253, 247, 0.72);
  border-radius: 999px;
  color: var(--reservation-white);
  background: rgba(255, 253, 247, 0.06);
  backdrop-filter: blur(8px);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   03. Request Type
   -------------------------------------------------------------------------- */

.p-reservation-v14-types,
.p-reservation-v14-form-section,
.p-reservation-v14-notes,
.p-reservation-v14-flow {
  padding-block: 84px 0;
}

.p-reservation-v14-types__grid {
  display: grid;
  gap: 10px;
}

.p-reservation-v14-type-card {
  display: grid;
  gap: 7px;
  padding: 18px 17px;
  border: 1px solid var(--reservation-line);
  border-radius: 18px;
  color: inherit;
  background: rgba(255, 253, 247, 0.72);
  text-decoration: none;
}

.p-reservation-v14-type-card.is-current {
  border-color: rgba(22, 36, 54, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(182, 140, 61, 0.12), transparent 140px),
    rgba(255, 253, 247, 0.9);
}

.p-reservation-v14-type-card__label,
.p-reservation-v14-type-card__text {
  display: block;
}

.p-reservation-v14-type-card__label {
  color: var(--reservation-ink);
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: 0.055em;
}

.p-reservation-v14-type-card__text {
  color: var(--reservation-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.035em;
}

/* --------------------------------------------------------------------------
   04. Reservation Form
   -------------------------------------------------------------------------- */

.p-reservation-v14-form-section__inner {
  display: grid;
  gap: 24px;
}

.p-reservation-v14-form-section__head {
  display: grid;
  gap: 10px;
}

.p-reservation-v14-form {
  display: grid;
  gap: 14px;
}

.p-reservation-v14-form__panel {
  display: grid;
  gap: 22px;
  padding: 20px 16px;
  border: 1px solid var(--reservation-line);
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.78);
}

.p-reservation-v14-form__grid {
  display: grid;
  gap: 18px;
}

.p-reservation-v14-form__field {
  display: grid;
  gap: 8px;
}

.p-reservation-v14-form__label {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  color: var(--reservation-ink);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.5;
  letter-spacing: 0.035em;
}

.p-reservation-v14-form__required,
.p-reservation-v14-form__optional {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 3px 7px;
  border-radius: 999px;
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-reservation-v14-form__required {
  color: var(--reservation-white);
  background: var(--reservation-red);
}

.p-reservation-v14-form__optional {
  color: var(--reservation-ink-soft);
  background: rgba(35, 35, 31, 0.08);
}

.p-reservation-v14-form__input,
.p-reservation-v14-form__select,
.p-reservation-v14-form__textarea {
  width: 100%;
  border: 1px solid rgba(39, 35, 28, 0.52);
  border-radius: 14px;
  color: var(--reservation-ink);
  background: rgba(255, 253, 247, 0.96);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 16px;
  font-weight: 550;
  line-height: 1.7;
  letter-spacing: 0.035em;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.p-reservation-v14-form__input,
.p-reservation-v14-form__select {
  min-height: 50px;
  padding: 12px 14px;
}

.p-reservation-v14-form__input[type="date"] {
  min-height: 50px;
  color-scheme: light;
}

.p-reservation-v14-form__textarea {
  min-height: 190px;
  padding: 14px;
  resize: vertical;
}

.p-reservation-v14-form__input::placeholder,
.p-reservation-v14-form__textarea::placeholder {
  color: rgba(94, 88, 79, 0.84);
}

.p-reservation-v14-form__input:focus,
.p-reservation-v14-form__select:focus,
.p-reservation-v14-form__textarea:focus {
  border-color: rgba(22, 36, 54, 0.55);
  background: #fffdf7;
  box-shadow: 0 0 0 4px rgba(22, 36, 54, 0.08);
}

.p-reservation-v14-form__note {
  margin: 0;
  color: var(--reservation-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.p-reservation-v14-form__privacy {
  padding: 16px 14px;
  border: 1px solid rgba(182, 140, 61, 0.22);
  border-radius: 16px;
  background: rgba(182, 140, 61, 0.08);
}

.p-reservation-v14-form__checkbox {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--reservation-ink);
  cursor: pointer;
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.035em;
}

.p-reservation-v14-form__checkbox input {
  width: 18px;
  height: 18px;
  margin: 0.27em 0 0;
  accent-color: var(--reservation-blue);
}

.p-reservation-v14-form__checkbox a {
  color: var(--reservation-blue);
  font-weight: 900;
  text-underline-offset: 0.25em;
}

.p-reservation-v14-form__actions {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.p-reservation-v14-form__submit {
  display: inline-flex;
  width: min(100%, 360px);
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  color: var(--reservation-white);
  background: var(--reservation-blue);
  cursor: pointer;
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.055em;
}

.p-reservation-v14-form__sub {
  color: var(--reservation-blue);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.5;
  letter-spacing: 0.045em;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.p-reservation-v14-form__footnote {
  margin: 0;
  color: var(--reservation-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0.03em;
}

.p-reservation-v14-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* --------------------------------------------------------------------------
   05. Before Submit Notes
   -------------------------------------------------------------------------- */

.p-reservation-v14-notes__list {
  display: grid;
  gap: 10px;
}

.p-reservation-v14-notes__list p {
  position: relative;
  margin: 0;
  padding: 16px 16px 16px 34px;
  border: 1px solid rgba(182, 140, 61, 0.22);
  border-radius: 16px;
  color: var(--reservation-ink-soft);
  background: rgba(255, 253, 247, 0.72);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.82;
  letter-spacing: 0.035em;
}

.p-reservation-v14-notes__list p::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 1.42em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--reservation-gold);
}

/* --------------------------------------------------------------------------
   06. Request Flow
   -------------------------------------------------------------------------- */

.p-reservation-v14-flow__grid {
  display: grid;
  gap: 12px;
}

.p-reservation-v14-flow-card {
  display: grid;
  gap: 7px;
  padding: 20px 18px;
  border: 1px solid var(--reservation-line);
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.72);
}

.p-reservation-v14-flow-card__num,
.p-reservation-v14-flow-card__title,
.p-reservation-v14-flow-card__text {
  margin: 0;
}

.p-reservation-v14-flow-card__num {
  color: var(--reservation-gold);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
}

.p-reservation-v14-flow-card__title {
  color: var(--reservation-ink);
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.42;
  letter-spacing: 0.055em;
}

.p-reservation-v14-flow-card__text {
  color: var(--reservation-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 550;
  line-height: 1.78;
  letter-spacing: 0.035em;
}

/* --------------------------------------------------------------------------
   07. Final Support
   -------------------------------------------------------------------------- */

.p-reservation-v14-final {
  padding-block: 96px 36px;
}

.p-reservation-v14-final__inner {
  display: grid;
  justify-items: center;
  gap: 15px;
  padding: 44px 22px;
  border-radius: 28px;
  color: var(--reservation-white);
  background:
    radial-gradient(circle at 100% 0%, rgba(182, 140, 61, 0.22), transparent 300px),
    radial-gradient(circle at 0% 100%, rgba(36, 58, 46, 0.18), transparent 280px),
    linear-gradient(180deg, var(--reservation-blue) 0%, var(--reservation-blue-deep) 100%);
  text-align: center;
}

.p-reservation-v14-final__kicker,
.p-reservation-v14-final__title,
.p-reservation-v14-final__text {
  margin: 0;
}

.p-reservation-v14-final__kicker {
  color: rgba(255, 253, 247, 0.68);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
}

.p-reservation-v14-final__title {
  color: var(--reservation-white);
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: clamp(1.85rem, 8.5vw, 3.2rem);
  font-weight: 650;
  line-height: 1.36;
  letter-spacing: 0.075em;
}

.p-reservation-v14-final__text {
  max-width: 38em;
  color: rgba(255, 253, 247, 0.78);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.88rem;
  font-weight: 550;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.p-reservation-v14-final__links {
  display: grid;
  gap: 10px;
  width: min(100%, 420px);
  margin-top: 8px;
}

.p-reservation-v14-final__links a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid rgba(255, 253, 247, 0.28);
  border-radius: 999px;
  color: var(--reservation-white);
  background: rgba(255, 253, 247, 0.08);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.055em;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   08. Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 374px) {
  .p-reservation-v14-section,
  .p-reservation-v14-types__grid,
  .p-reservation-v14-form-section__inner,
  .p-reservation-v14-notes__list,
  .p-reservation-v14-flow__grid,
  .p-reservation-v14-final__inner {
    width: min(calc(100% - 28px), 1120px);
  }

  .p-reservation-v14-hero__inner {
    width: min(calc(100% - 28px), 1120px);
  }

  .p-reservation-v14-hero__title {
    font-size: 1.48rem;
    letter-spacing: 0.085em;
  }
}

@media (min-width: 768px) {
  .p-reservation-v14-section,
  .p-reservation-v14-types__grid,
  .p-reservation-v14-form-section__inner,
  .p-reservation-v14-notes__list,
  .p-reservation-v14-flow__grid,
  .p-reservation-v14-final__inner {
    width: min(calc(100% - 56px), 1120px);
  }

  .p-reservation-v14-hero__inner {
    width: min(calc(100% - 56px), 1120px);
  }

  .p-reservation-v14-hero {
    min-height: 76svh;
  }

  .p-reservation-v14-hero__title {
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.34;
  }

  .p-reservation-v14-hero__lead {
    font-size: 0.98rem;
  }

  .p-reservation-v14-hero__button {
    min-height: 46px;
    padding-inline: 22px;
  }

  .p-reservation-v14-types,
  .p-reservation-v14-form-section,
  .p-reservation-v14-notes,
  .p-reservation-v14-flow {
    padding-block-start: 112px;
  }

  .p-reservation-v14-types__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .p-reservation-v14-type-card {
    min-height: 150px;
    align-content: start;
    padding: 20px 18px;
  }

  .p-reservation-v14-form-section__inner {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 42px;
  }

  .p-reservation-v14-form-section__head {
    position: sticky;
    top: calc(var(--header-height, 80px) + 24px);
  }

  .p-reservation-v14-form__panel {
    padding: 28px 26px;
  }

  .p-reservation-v14-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }

  .p-reservation-v14-form__field--full,
  .p-reservation-v14-form__privacy,
  .p-reservation-v14-form__actions {
    grid-column: 1 / -1;
  }

  .p-reservation-v14-form__actions {
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
  }

  .p-reservation-v14-notes__list,
  .p-reservation-v14-flow__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .p-reservation-v14-final {
    padding-block: 122px 54px;
  }

  .p-reservation-v14-final__inner {
    padding: 64px 48px;
  }

  .p-reservation-v14-final__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 520px);
  }
}

@media (min-width: 1024px) {
  .p-reservation-v14-section,
  .p-reservation-v14-types__grid,
  .p-reservation-v14-form-section__inner,
  .p-reservation-v14-notes__list,
  .p-reservation-v14-flow__grid,
  .p-reservation-v14-final__inner {
    width: min(calc(100% - 80px), 1180px);
  }

  .p-reservation-v14-hero__inner {
    width: min(calc(100% - 80px), 1180px);
  }

  .p-reservation-v14-form-section__inner {
    gap: 56px;
  }
}

/* --------------------------------------------------------------------------
   09. Hover / motion
   -------------------------------------------------------------------------- */

@media (hover: hover) {
  .p-reservation-v14-hero__button,
  .p-reservation-v14-type-card,
  .p-reservation-v14-form__submit,
  .p-reservation-v14-form__sub,
  .p-reservation-v14-flow-card,
  .p-reservation-v14-final__links a {
    transition:
      opacity 0.24s ease,
      transform 0.24s ease,
      border-color 0.24s ease,
      background-color 0.24s ease;
  }

  .p-reservation-v14-hero__button:hover {
    background: rgba(255, 253, 247, 0.18);
  }

  .p-reservation-v14-type-card:hover,
  .p-reservation-v14-flow-card:hover {
    transform: translateY(-2px);
    border-color: var(--reservation-line-strong);
    background: rgba(255, 253, 247, 0.9);
  }

  .p-reservation-v14-form__submit:hover {
    background: var(--reservation-blue-deep);
    transform: translateY(-1px);
  }

  .p-reservation-v14-final__links a:hover {
    background: rgba(255, 253, 247, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-reservation-v14-hero__button,
  .p-reservation-v14-type-card,
  .p-reservation-v14-form__submit,
  .p-reservation-v14-form__sub,
  .p-reservation-v14-flow-card,
  .p-reservation-v14-final__links a {
    transition: none !important;
  }
}

@media print {
  .p-reservation-v14-hero {
    min-height: auto;
    color: #111;
    background: #fff;
  }

  .p-reservation-v14-hero__photo,
  .p-reservation-v14-hero__overlay,
  .p-reservation-v14-hero__button,
  .p-reservation-v14-final {
    display: none !important;
  }

  .p-reservation-v14-form-section__inner {
    display: block;
  }
}


/* ==========================================================================
   Zero Next One BASE NIIKAPPU
   lower-reservation.css append patch v1.0
   Reservation system UI patch
   --------------------------------------------------------------------------
   追記先:
   public/assets/css/lower-reservation.css の末尾

   対応:
   - reservation.php v1.0
   - reservation-confirm.php v1.0
   - reservation-complete.php v1.0
   - reservation-thanks.php v1.0
   - reservation-error.php v1.0
   - reservation-form.js v1.0
   ========================================================================== */

/* --------------------------------------------------------------------------
   01. Reservation system hero variants
   -------------------------------------------------------------------------- */

.page-reservation-confirm-v10 .p-reservation-v14-hero--confirm,
.page-reservation-thanks-v10 .p-reservation-v14-hero--thanks,
.page-reservation-error-v10 .p-reservation-v14-hero--error {
  min-height: 58svh;
  background:
    radial-gradient(circle at 12% 12%, rgba(182, 140, 61, 0.2), transparent 320px),
    radial-gradient(circle at 84% 24%, rgba(36, 58, 46, 0.22), transparent 360px),
    linear-gradient(180deg, var(--reservation-blue, #162436) 0%, var(--reservation-blue-deep, #0f1a28) 100%);
}

.page-reservation-confirm-v10 .p-reservation-v14-hero--confirm .p-reservation-v14-hero__overlay,
.page-reservation-thanks-v10 .p-reservation-v14-hero--thanks .p-reservation-v14-hero__overlay,
.page-reservation-error-v10 .p-reservation-v14-hero--error .p-reservation-v14-hero__overlay {
  background:
    radial-gradient(circle at 90% 12%, rgba(182, 140, 61, 0.18), transparent 300px),
    linear-gradient(180deg, rgba(10, 17, 26, 0.1) 0%, rgba(10, 17, 26, 0.54) 100%);
}

.page-reservation-error-v10 .p-reservation-v14-hero--error {
  background:
    radial-gradient(circle at 10% 10%, rgba(166, 83, 63, 0.2), transparent 320px),
    radial-gradient(circle at 86% 22%, rgba(182, 140, 61, 0.16), transparent 360px),
    linear-gradient(180deg, var(--reservation-blue, #162436) 0%, var(--reservation-blue-deep, #0f1a28) 100%);
}

/* --------------------------------------------------------------------------
   02. Error display for reservation input form
   -------------------------------------------------------------------------- */

.p-reservation-v14-form__error-summary {
  display: grid;
  gap: 10px;
  padding: 16px 15px;
  border: 1px solid rgba(166, 83, 63, 0.28);
  border-radius: 16px;
  color: var(--reservation-ink, #23231f);
  background:
    radial-gradient(circle at 100% 0%, rgba(166, 83, 63, 0.1), transparent 160px),
    rgba(166, 83, 63, 0.08);
}

.p-reservation-v14-form__error-summary p {
  margin: 0;
  color: var(--reservation-ink, #23231f);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.7;
  letter-spacing: 0.035em;
}

.p-reservation-v14-form__error-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 1.25em;
}

.p-reservation-v14-form__error-list li {
  color: var(--reservation-ink-soft, #5e584f);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.p-reservation-v14-form__field.is-error .p-reservation-v14-form__input,
.p-reservation-v14-form__field.is-error .p-reservation-v14-form__select,
.p-reservation-v14-form__field.is-error .p-reservation-v14-form__textarea,
.p-reservation-v14-form__privacy.is-error {
  border-color: rgba(166, 83, 63, 0.75);
  background: rgba(255, 248, 244, 0.96);
}

.p-reservation-v14-form__field.is-error .p-reservation-v14-form__input:focus,
.p-reservation-v14-form__field.is-error .p-reservation-v14-form__select:focus,
.p-reservation-v14-form__field.is-error .p-reservation-v14-form__textarea:focus {
  border-color: rgba(166, 83, 63, 0.82);
  box-shadow: 0 0 0 4px rgba(166, 83, 63, 0.1);
}

.p-reservation-v14-form__error {
  margin: 0;
  color: var(--reservation-red, #a6533f);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.035em;
}

.p-reservation-v14-form__counter {
  justify-self: end;
  color: var(--reservation-ink-pale, #8d8374);
}

.p-reservation-v14-form__counter.is-over {
  color: var(--reservation-red, #a6533f);
  font-weight: 900;
}

/* --------------------------------------------------------------------------
   03. Confirm alert / important reservation note
   -------------------------------------------------------------------------- */

.p-reservation-v14-confirm-alert {
  display: grid;
  gap: 8px;
  padding: 16px 15px;
  border: 1px solid rgba(182, 140, 61, 0.32);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(182, 140, 61, 0.14), transparent 180px),
    rgba(182, 140, 61, 0.08);
}

.p-reservation-v14-confirm-alert p {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: var(--reservation-ink, #23231f);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.72;
  letter-spacing: 0.035em;
}

.p-reservation-v14-confirm-alert p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--reservation-gold, #b68c3d);
}

/* --------------------------------------------------------------------------
   04. Confirm / receipt list
   -------------------------------------------------------------------------- */

.p-reservation-v14-confirm-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--reservation-line, rgba(39, 35, 28, 0.13));
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.68);
}

.p-reservation-v14-confirm-list__row {
  display: grid;
  gap: 6px;
  padding: 15px 14px;
  border-bottom: 1px solid var(--reservation-line, rgba(39, 35, 28, 0.13));
}

.p-reservation-v14-confirm-list__row:last-child {
  border-bottom: 0;
}

.p-reservation-v14-confirm-list dt,
.p-reservation-v14-confirm-list dd {
  margin: 0;
  font-family: var(--font-ui, system-ui, sans-serif);
  letter-spacing: 0.035em;
}

.p-reservation-v14-confirm-list dt {
  color: var(--reservation-gold, #b68c3d);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.p-reservation-v14-confirm-list dd {
  color: var(--reservation-ink, #23231f);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.86;
  white-space: pre-wrap;
  word-break: break-word;
}

.p-reservation-v14-form__actions form {
  display: contents;
}

.p-reservation-v14-form__actions .p-reservation-v14-form__submit {
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   05. Thanks / error utility boxes
   -------------------------------------------------------------------------- */

.p-reservation-v14-notes__list--inside {
  width: 100%;
  margin: 0;
}

.p-reservation-v14-error-box {
  display: grid;
  gap: 10px;
  padding: 18px 16px;
  border: 1px solid rgba(166, 83, 63, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(166, 83, 63, 0.1), transparent 180px),
    rgba(255, 253, 247, 0.76);
}

.p-reservation-v14-error-box__label,
.p-reservation-v14-error-box__text {
  margin: 0;
}

.p-reservation-v14-error-box__label {
  color: var(--reservation-red, #a6533f);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
}

.p-reservation-v14-error-box__text {
  color: var(--reservation-ink, #23231f);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.86;
  letter-spacing: 0.035em;
}

/* --------------------------------------------------------------------------
   06. Confirm / thanks / error responsive
   -------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .page-reservation-confirm-v10 .p-reservation-v14-hero--confirm,
  .page-reservation-thanks-v10 .p-reservation-v14-hero--thanks,
  .page-reservation-error-v10 .p-reservation-v14-hero--error {
    min-height: 62svh;
  }

  .p-reservation-v14-confirm-alert {
    padding: 20px 18px;
  }

  .p-reservation-v14-confirm-list__row {
    grid-template-columns: minmax(140px, 0.28fr) minmax(0, 0.72fr);
    gap: 22px;
    align-items: start;
    padding: 18px 18px;
  }

  .p-reservation-v14-confirm-list dt {
    padding-top: 0.18em;
  }

  .p-reservation-v14-confirm-list dd {
    font-size: 0.94rem;
  }

  .p-reservation-v14-error-box {
    padding: 22px 20px;
  }
}

@media (min-width: 1024px) {
  .p-reservation-v14-confirm-list__row {
    grid-template-columns: minmax(160px, 0.24fr) minmax(0, 0.76fr);
    padding: 20px 22px;
  }
}

/* --------------------------------------------------------------------------
   07. Print
   -------------------------------------------------------------------------- */

@media print {
  .p-reservation-v14-form__actions,
  .p-reservation-v14-final {
    display: none !important;
  }

  .p-reservation-v14-confirm-list {
    border-color: #aaa;
  }

  .p-reservation-v14-confirm-list__row,
  .p-reservation-v14-confirm-alert {
    break-inside: avoid;
  }
}
