/* ネット予約のページ専用。ホームを基準に、要点と費用を先に見せる。 */
.booking-page { --navy: #082e54; --orange: #c54b08; --orange-text: #c54b08; --line: #d3e0e8; color: var(--navy); }
.booking-page .page { background: #fff; }
.booking-hero { position: relative; padding: 26px 0 146px; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #eff9ff, #e7f5fc 65%, #f4fbff); }
.booking-hero-wrap { width: min(1180px, calc(100% - 64px)); }
.booking-hero .breadcrumb { margin-bottom: 24px; color: #496274; }
.booking-hero-intro { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 50px; }
.booking-eyebrow { margin: 0 0 12px; font-size: 14px; font-weight: 700; color: #496274; }
.booking-hero h1 { margin: 0; color: var(--navy); font-size: clamp(30px, 3.2vw, 40px); line-height: 1.55; letter-spacing: -.035em; }
.booking-hero .lead { margin: 18px 0 0; max-width: 35em; font-size: 16px; line-height: 1.95; font-weight: 400; }
.booking-hero-town { position: absolute; inset: auto 0 0; width: 100%; height: 120px; object-fit: cover; object-position: center bottom; pointer-events: none; }
.booking-hero-card { padding: 24px 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.booking-hero-card > p { margin: 0 0 8px; font-size: 14px; }
.booking-hero-card .booking-hero-cost { margin-bottom: 16px; font-weight: 700; font-size: 36px; line-height: 1.35; }
.booking-hero-cost span { font-size: 16px; }
.booking-hero-card .button { width: 100%; padding-inline: 12px; font-size: 15px; }
.booking-hero-card .booking-hero-note { margin: 9px 0 0; color: #496274; text-align: center; font-size: 12px; }
.booking-content { max-width: 1040px; padding: 40px 0 48px; }
.booking-section { margin: 0 0 42px; }
.booking-heading { margin: 0 0 22px; color: var(--navy); font-size: 26px; line-height: 1.6; }
.booking-heading-note { font-size: 13px; color: #496274; white-space: nowrap; }
.booking-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.booking-service { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #edf8fe; }
.booking-service:nth-child(2) { background: #fff6e8; }
.booking-service:nth-child(3) { background: #edf8f1; }
.booking-icon { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.booking-service h3 { margin: 12px 0 10px; font-size: 19px; line-height: 1.6; }
.booking-service p { margin: 0; font-size: 14px; line-height: 1.9; }
.booking-flow { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 32px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #f4fafc; }
.booking-flow .booking-heading { font-size: 23px; margin-bottom: 16px; }
.booking-flow-copy > p { margin: 0 0 12px; font-size: 15px; line-height: 1.9; }
.booking-flow-copy > p:last-child { margin-bottom: 0; }
.booking-page .booking-flow .article-figure { margin: 0; }
.booking-page .booking-flow .article-figure figcaption { display: block; padding: 10px 14px 4px; font-size: 12px; }
.booking-page .booking-flow .article-figure figcaption > span { display: block; }
.booking-prices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.booking-plan { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #edf8fe; }
.booking-plan-full { background: #fff6e8; }
.booking-plan-label { margin: 0 0 8px; color: #496274; font-size: 13px; }
.booking-plan h3 { margin: 0 0 10px; font-size: 21px; }
.booking-plan .booking-amount { margin: 0 0 14px; font-size: 34px; font-weight: 700; line-height: 1.4; }
.booking-amount span { font-size: 16px; }
.booking-plan ul { margin: 0; padding-left: 1.2em; font-size: 15px; line-height: 1.95; }
.booking-plan .booking-plan-note { margin: 12px 0 0; font-size: 13px; color: #496274; }
.booking-fee-note { margin: 16px 0; padding: 16px 20px; border-left: 3px solid #93bfce; background: #f4fafc; font-size: 14px; line-height: 1.9; }
.booking-fee-note p { margin: 0; }
.booking-fee-note p + p { margin-top: 5px; }
.booking-support { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 16px; background: #edf8f1; }
.booking-support h3 { margin: 0 0 5px; font-size: 17px; }
.booking-support p { margin: 0; font-size: 13px; line-height: 1.85; }
.booking-support-price { flex: 0 0 auto; text-align: right; }
.booking-support-price strong { display: block; margin-bottom: 8px; font-size: 24px; line-height: 1.4; }
.booking-support-price strong span { font-size: 14px; }
.booking-link { color: var(--navy); text-decoration: underline; text-underline-offset: 4px; font-size: 14px; }
.booking-price-more { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin: 16px 0 0; font-size: 12px; color: #496274; }
.booking-details { border-block: 1px solid var(--line); }
.booking-details + .booking-details { border-top: 0; }
.booking-details > summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 6px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 700; }
.booking-details > summary::-webkit-details-marker { display: none; }
.booking-details > summary > span { flex: 0 0 auto; font-size: 24px; font-weight: 400; color: var(--orange); line-height: 1; transition: transform .15s; }
.booking-details[open] > summary > span { transform: rotate(45deg); }
.booking-details-body { max-width: 850px; padding: 0 12px 24px; font-size: 15px; line-height: 1.9; }
.booking-details-body p { margin: 0 0 12px; }
.booking-details-body p:last-child { margin-bottom: 0; }
.booking-details-body ol { margin: 0; padding-left: 1.5em; }
.booking-details-body li + li { margin-top: 10px; }
.booking-case { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #f4fafc; }
.booking-case h3 { margin: 8px 0 6px; font-size: 22px; }
.booking-case p { margin: 0 0 12px; font-size: 15px; line-height: 1.9; }
.booking-case .booking-case-meta { font-size: 13px; color: #496274; }
.booking-case-tag { display: inline-block; padding: 4px 10px; border-radius: 5px; background: #edf8f1; color: #276c51; font-size: 12px; font-weight: 700; }
.booking-industry { margin: 16px 0 0; color: #496274; font-size: 13px; line-height: 1.9; }
.booking-consult { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #eff9ff; }
.booking-consult h2 { margin: 0 0 12px; font-size: 23px; color: var(--navy); line-height: 1.6; }
.booking-consult p { margin: 0; font-size: 14px; line-height: 1.9; }
.booking-consult-actions { flex: 0 0 auto; display: grid; justify-items: center; gap: 15px; }
.booking-consult-actions .booking-link { color: #276c51; }
.booking-page .button.orange { color: #fff; background: var(--orange); border-color: var(--orange); box-shadow: none; }
.booking-page .button.orange:hover { background: #a93b00; border-color: #a93b00; }
.booking-link:focus-visible, .booking-page .button:focus-visible, .booking-details > summary:focus-visible { outline: 3px solid #b34108; outline-offset: 5px; }
.booking-page .footer { background: #edf6fa; color: var(--navy); border-top: 1px solid var(--line); box-shadow: none; }
.booking-page .footer-cols a, .booking-page .footer-copy, .booking-page .footer-copy a { color: #496274; }
.booking-page .footer-col-title { color: var(--navy); }
.booking-page .footer-tagline { color: var(--orange); font-size: 15px; letter-spacing: .06em; }
@media (max-width: 900px) {
  .booking-hero-intro { gap: 28px; grid-template-columns: 1.15fr 1fr; }
  .booking-grid { gap: 12px; }
  .booking-service { padding: 19px; }
  .booking-flow { grid-template-columns: 1fr; }
  .booking-flow .article-figure { width: 100%; max-width: 640px; }
}
@media (max-width: 680px) {
  .booking-hero { padding: 20px 0 114px; }
  .booking-hero-wrap { width: calc(100% - 32px); }
  .booking-hero .breadcrumb { margin-bottom: 20px; font-size: 11px; }
  .booking-hero-intro { grid-template-columns: 1fr; gap: 22px; }
  .booking-hero h1 { font-size: 29px; }
  .booking-eyebrow { font-size: 12px; margin-bottom: 10px; }
  .booking-hero .lead { margin-top: 14px; font-size: 14px; }
  .booking-hero-card { padding: 18px 20px; }
  .booking-hero-card > p { font-size: 12px; }
  .booking-hero-card .booking-hero-cost { font-size: 30px; margin-bottom: 12px; }
  .booking-hero-cost span { font-size: 14px; }
  .booking-hero-town { height: 92px; }
  .booking-content { padding-top: 28px; }
  .booking-section { margin-bottom: 30px; }
  .booking-heading { font-size: 22px; margin-bottom: 18px; }
  .booking-grid, .booking-prices, .booking-case { grid-template-columns: 1fr; gap: 16px; }
  .booking-service { padding: 20px; display: grid; grid-template-columns: 34px 1fr; column-gap: 14px; }
  .booking-icon { width: 32px; height: 32px; }
  .booking-service h3 { margin: 0 0 8px; font-size: 18px; }
  .booking-service p { grid-column: 2; font-size: 14px; }
  .booking-flow { padding: 20px; gap: 18px; }
  .booking-flow .booking-heading { font-size: 21px; }
  .booking-flow-copy > p { font-size: 14px; }
  .booking-page .booking-flow .article-figure { max-width: none; width: calc(100% + 16px); margin-inline: -8px; }
  .booking-plan { padding: 22px; }
  .booking-plan h3 { font-size: 20px; }
  .booking-plan .booking-amount { font-size: 30px; }
  .booking-plan ul { font-size: 14px; }
  .booking-fee-note { padding: 14px 16px; font-size: 13px; }
  .booking-support { display: block; padding: 20px; }
  .booking-support-price { text-align: left; margin-top: 14px; }
  .booking-support-price strong { font-size: 24px; }
  .booking-details > summary { padding-block: 20px; font-size: 15px; }
  .booking-details-body { padding-inline: 6px; font-size: 14px; }
  .booking-case { padding: 22px; gap: 10px; }
  .booking-case h3 { font-size: 21px; }
  .booking-case p { font-size: 14px; }
  .booking-consult { display: block; padding: 24px 20px; }
  .booking-consult h2 { font-size: 21px; }
  .booking-consult-actions { margin-top: 22px; }
  .booking-consult-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .booking-details > summary > span { transition: none; } }
