/* =========================================================
   ANGELO COURT TOKYO UTSUNOMIYA — TOP page
   design tokens: 現行サイトの世界観を踏襲（余白・明朝・低彩度）
   ========================================================= */
:root {
  --ink: #1a1a1a;
  --white: #fdfcf9;
  --paper: #f7f5f0;
  --navy: #1e2a3a;
  --stone: #c9bba5;
  --gold: #b2924c;
  --line: #06c755;
  --content-max: 1080px;
  --gutter: 24px;
  --serif: 'Noto Serif JP', 'Hiragino Mincho ProN', serif;
  --sans: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  --latin: 'Libre Baskerville', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--white);
  line-height: 2;
  letter-spacing: .05em;
  font-size: 15px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--content-max); margin: 0 auto; padding-inline: var(--gutter); }
.pc { display: inline; } .sp { display: none; }

/* ---------- fade in ---------- */
.fade { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
.fade.in { opacity: 1; transform: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  padding: 15px 38px;
  font-size: 14px;
  letter-spacing: .12em;
  text-align: center;
  border: 1px solid var(--navy);
  transition: opacity .3s, background .3s, color .3s;
}
.btn:hover { opacity: .75; }
.btn-fill { background: var(--navy); color: #fff; }
.btn-outline { background: transparent; color: var(--navy); }
.btn-line { background: var(--line); border-color: var(--line); color: #fff; }
.btn-s { padding: 9px 18px; font-size: 12px; }
.textlink {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: .12em;
  border-bottom: 1px solid var(--stone);
  padding-bottom: 3px;
  transition: opacity .3s;
}
.textlink:hover { opacity: .6; }

/* ---------- header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; gap: 28px;
  padding: 10px 28px;
  transition: background .4s, box-shadow .4s;
}
.header.scrolled { background: var(--white); box-shadow: 0 1px 0 rgba(26, 26, 26, .07); }
.logo img { height: 58px; width: auto; display: block; }
.logo { display: flex; flex-direction: column; line-height: 1.1; }
.logo-script { font-family: 'Dancing Script', cursive; font-size: 30px; color: var(--gold); }
.logo-sub { font-family: var(--latin); font-size: 10px; letter-spacing: .34em; color: var(--navy); }
.logo-sub em { font-style: normal; color: var(--stone); }
.gnav { display: flex; gap: 26px; margin-left: auto; }
.gnav a { font-size: 13px; letter-spacing: .1em; position: relative; padding: 4px 0; }
.gnav a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--gold); transition: width .3s; }
.gnav a:hover::after { width: 100%; }
.header-cta { display: flex; gap: 10px; }
.menu-toggle { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(253,252,249,.25) 0%, rgba(253,252,249,0) 30%, rgba(30,42,58,.28) 100%); }
.hero-inner { position: relative; z-index: 1; padding: 0 6vw 40px; color: #fff; text-shadow: 0 1px 24px rgba(30,42,58,.45); }
.hero-eyebrow { font-family: var(--latin); font-size: 12px; letter-spacing: .4em; margin-bottom: 18px; }
.hero-catch { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 5vw, 60px); letter-spacing: .14em; line-height: 1.6; }
.hero-lead { margin-top: 18px; font-size: clamp(13px, 1.3vw, 16px); line-height: 2.2; }
.hero-routes { position: relative; z-index: 1; background: rgba(253, 252, 249, .96); margin: 34px 6vw 0; margin-bottom: 0; padding: 22px 28px 26px; }
.hero-routes-label { font-size: 11px; letter-spacing: .22em; color: var(--gold); margin-bottom: 12px; text-align: center; }
.hero-routes-links { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-routes-links a {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 10px 6px; border-left: 1px solid rgba(201, 187, 165, .5);
  transition: background .3s;
}
.hero-routes-links a:first-child { border-left: none; }
.hero-routes-links a:hover { background: var(--paper); }
.hero-routes-links .en { font-family: var(--latin); font-size: 13px; letter-spacing: .22em; color: var(--navy); }
.hero-routes-links .ja { font-size: 11.5px; color: #6d6a63; }
.hero-routes-links .ja::after { content: '　＞'; color: var(--gold); font-size: 11px; }

/* ---------- section common ---------- */
.sec-en { font-family: var(--latin); font-size: 12px; letter-spacing: .38em; color: var(--gold); margin-bottom: 14px; }
.sec-title { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 34px); letter-spacing: .12em; line-height: 1.65; margin-bottom: 22px; }
.sec-lead { max-width: 640px; }
.text { margin-bottom: 16px; }

/* ---------- promise ---------- */
.promise { padding: 110px 0 90px; text-align: center; }
.promise .sec-lead { margin: 0 auto; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 56px; text-align: left; }
.promise-item .num { font-family: var(--latin); font-size: 15px; color: var(--gold); letter-spacing: .2em; display: block; margin-bottom: 14px; }
.promise-item .num::after { content: ''; display: block; width: 36px; height: 1px; background: var(--stone); margin-top: 10px; }
.promise-item h3 { font-family: var(--serif); font-weight: 400; font-size: 19px; letter-spacing: .1em; margin-bottom: 12px; }
.promise-item p { font-size: 13.5px; color: #504e49; }

/* ---------- cuisine ---------- */
.cuisine { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--paper); }
.cuisine-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.cuisine-body { min-width: 0; padding: 64px clamp(40px, 5vw, 76px); }

/* ---------- scene sections ---------- */
.scene { padding: 110px 0 0; }
.scene-head { text-align: center; }
.scene-head .sec-lead { margin: 0 auto; }
.scene-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 54px; }
.scene-photo img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.scene-photo figcaption { font-size: 12px; color: #6d6a63; margin-top: 10px; letter-spacing: .1em; }

/* fair */
.fair { padding: 64px 24px 0; }
.fair-inner {
  background: var(--navy); color: #fff;
  text-align: center; padding: 60px 8% 52px;
}
.fair-en { font-family: var(--latin); font-size: 12px; letter-spacing: .38em; color: var(--stone); margin-bottom: 16px; }
.fair-inner h2, .fair-inner h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(20px, 2.4vw, 27px); letter-spacing: .12em; line-height: 2; margin-bottom: 16px; }
.fair-inner > p { font-size: 13.5px; opacity: .85; max-width: 560px; margin: 0 auto; }
.fair-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.fair-cta .btn-fill { background: #fff; color: var(--navy); border-color: #fff; min-width: 240px; }
.fair-cta .btn-line { min-width: 240px; }
.fair-note { margin-top: 22px; font-size: 12px; opacity: .7; line-height: 2; }
.fair-note + .fair-note { margin-top: 6px; }
.fair-note a { border-bottom: 1px solid rgba(255,255,255,.4); }
.nowrap { white-space: nowrap; }

/* split layout */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.split-rev .split-media { order: 2; }
.split-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.split-body { min-width: 0; padding: 56px clamp(40px, 5vw, 76px); }
.fact { list-style: none; margin: 20px 0 26px; border-top: 1px solid #e5e0d5; }
.fact li { padding: 12px 2px; border-bottom: 1px solid #e5e0d5; font-size: 13.5px; display: flex; gap: 18px; }
.fact b { font-weight: 500; color: var(--navy); flex: 0 0 7.5em; letter-spacing: .08em; }
.split-cta { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }

/* news list */
.news { list-style: none; margin: 8px 0 20px; border-top: 1px solid #e5e0d5; }
.news li { display: flex; gap: 20px; padding: 13px 2px; border-bottom: 1px solid #e5e0d5; font-size: 13.5px; align-items: baseline; }
.news time { font-family: var(--latin); font-size: 12px; color: var(--gold); letter-spacing: .1em; flex: 0 0 6.5em; }

/* access */
.access { padding: 110px 0; }

/* ---------- footer ---------- */
.footer { background: var(--navy); color: #fff; text-align: center; padding: 64px 24px 90px; }
.footer .logo { align-items: center; }
.footer .logo img { height: 72px; filter: brightness(0) invert(1); opacity: .9; }
.footer .logo-script { color: var(--stone); }
.footer .logo-sub { color: #fff; }
.footer nav { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin: 30px 0 26px; }
.footer nav a { font-size: 12px; letter-spacing: .12em; opacity: .8; }
.footer nav a:hover { opacity: 1; }
.copyright { font-family: var(--latin); font-size: 11px; letter-spacing: .2em; opacity: .5; }

/* ---------- sticky CTA (SP) ---------- */
.sticky-cta { display: none; }

/* fixed inline spacing replacements (responsive-safe) */
.promise-intro { padding: 88px 0 0; }
.promise-compact { padding-top: 44px; }
.scene-compact { padding-top: 44px; }
.container-narrow { max-width: 780px; }

/* keep the desktop header relaxed without crowding small laptops */
@media (min-width: 901px) and (max-width: 1180px) {
  .header { gap: 16px; padding-inline: 20px; }
  .gnav { gap: 16px; }
  .gnav a { font-size: 12px; }
  .header-cta { gap: 8px; }
  .header-cta .btn-s { padding-inline: 12px; }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 900px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 64px; }
  .pc { display: none; } .sp { display: inline; }
  body { font-size: 14px; }

  .header { padding: 10px 16px; gap: 12px; background: var(--white); box-shadow: 0 1px 0 rgba(26, 26, 26, .07); }
  .logo-script { font-size: 24px; }
  .header-cta { display: none; }
  .menu-toggle {
    display: block; margin-left: auto; width: 44px; height: 44px;
    background: none; border: none; position: relative; cursor: pointer;
  }
  .menu-toggle span { position: absolute; left: 10px; right: 10px; height: 1px; background: var(--ink); transition: .3s; }
  .menu-toggle span:nth-child(1) { top: 18px; }
  .menu-toggle span:nth-child(2) { top: 26px; }
  .nav-open .menu-toggle span:nth-child(1) { top: 22px; transform: rotate(30deg); }
  .nav-open .menu-toggle span:nth-child(2) { top: 22px; transform: rotate(-30deg); }
  .gnav {
    position: fixed; inset: 0; background: var(--white);
    flex-direction: column; justify-content: center; align-items: center; gap: 30px;
    overflow-y: auto; padding: 92px 24px 40px;
    opacity: 0; pointer-events: none; transition: opacity .4s;
  }
  .nav-open .gnav { opacity: 1; pointer-events: auto; }
  .gnav a { font-family: var(--serif); font-size: 16px; }
  .gnav { gap: 22px; }
  .gnav .sp-only { display: block; }

  .hero { min-height: 92svh; }
  .hero-inner { padding: 0 24px 28px; }
  .hero-routes { margin: 26px 0 0; padding: 18px 12px 20px; }
  .hero-routes-links { grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .hero-routes-links a { border: none; padding: 10px 4px; }

  .promise { padding: 64px 0 56px; }
  .promise-intro { padding: 64px 0 0; }
  .promise-compact { padding-top: 36px; }
  .promise-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 40px; }

  .cuisine, .split { grid-template-columns: 1fr; }
  .split-rev .split-media { order: 0; }
  .cuisine-body, .split-body { padding: 36px 24px 46px; }
  .scene { padding: 64px 0 0; }
  .scene-compact { padding-top: 36px; }
  .scene-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 36px; }
  .fair { padding: 48px 16px 0; }
  .fair-inner { padding: 44px 24px 40px; }
  .fair-cta { flex-direction: column; align-items: center; gap: 12px; }
  .fair-cta .btn { width: 100%; max-width: 340px; }
  .access { padding: 64px 0 56px; }
  .footer { padding-bottom: calc(112px + env(safe-area-inset-bottom)); }

  .sticky-cta {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
    position: fixed; inset: auto 0 0 0; z-index: 90;
    background: #fff; box-shadow: 0 -2px 14px rgba(26,26,26,.12);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .sticky-cta a {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-height: 60px; padding: 9px 2px; font-size: 11.5px; letter-spacing: .02em; line-height: 1.35;
  }
  .sticky-cta small { font-size: 9.5px; opacity: .75; }
  .sc-fair { background: var(--navy); color: #fff; }
  .sc-line { background: var(--line); color: #fff; }
  .sc-rest { background: var(--gold); color: #fff; }
  .sc-tel { background: var(--paper); color: var(--navy); }
}

/* =========================================================
   Sub pages
   ========================================================= */
.page-hero { position: relative; height: 62svh; min-height: 420px; display: flex; align-items: flex-end; }
.page-hero-bg { position: absolute; inset: 0; overflow: hidden; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 901px) {
  .wedding-hero .page-hero-bg img { object-position: 50% 30%; }
}
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(253,252,249,.72) 0%, rgba(253,252,249,0) 26%, rgba(30,42,58,.38) 100%); }
.page-hero-inner { position: relative; z-index: 1; padding: 0 6vw 44px; color: #fff; text-shadow: 0 1px 22px rgba(30,42,58,.5); }
.page-hero-inner .en { font-family: var(--latin); font-size: 12px; letter-spacing: .4em; display: block; margin-bottom: 14px; }
.page-hero-inner h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3.6vw, 44px); letter-spacing: .14em; line-height: 1.7; }
.page-hero-inner .catch { font-family: var(--serif); font-size: clamp(16px, 1.8vw, 21px); letter-spacing: .14em; line-height: 1.9; margin-top: 14px; }
.page-hero-inner .lead { margin-top: 12px; font-size: clamp(13px, 1.2vw, 15px); }

.breadcrumb { padding: 94px 6vw 14px; font-size: 11.5px; color: #8b877e; letter-spacing: .08em; }
.breadcrumb a { border-bottom: 1px solid #d8d2c4; padding-bottom: 1px; }
.breadcrumb span::before { content: ' ― '; color: #c9bba5; }

.page-intro { padding: 84px 24px 0; text-align: center; }
.page-intro .sec-lead { margin: 0 auto; }

/* feature rows */
.features { padding: 40px 0 0; }
.features .split { margin-top: 48px; }
.feature-num { font-family: var(--latin); font-size: 14px; color: var(--gold); letter-spacing: .22em; display: block; margin-bottom: 12px; }

/* card grid (scenes / plans) */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 48px; }
.card { background: #fff; border: 1px solid #ece7db; }
.card img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.card-body { padding: 22px 22px 26px; }
.card-body h2, .card-body h3 { font-family: var(--serif); font-weight: 400; font-size: 17px; letter-spacing: .1em; margin-bottom: 8px; }
.card-body p { font-size: 13px; color: #504e49; }
.card-body .price { font-family: var(--serif); font-size: 15px; color: var(--navy); margin-top: 10px; display: block; }

/* flow */
.flow { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.flow li { list-style: none; border-top: 1px solid var(--stone); padding-top: 18px; position: relative; }
.flow li::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--latin); color: var(--gold); font-size: 14px; letter-spacing: .2em; display: block; margin-bottom: 10px; }
.flow h3 { font-family: var(--serif); font-weight: 400; font-size: 16px; letter-spacing: .08em; margin-bottom: 8px; }
.flow p { font-size: 12.5px; color: #504e49; }

/* faq */
.faq { max-width: 780px; margin: 48px auto 0; text-align: left; }
.faq details { border-bottom: 1px solid #e5e0d5; padding: 4px 2px; }
.faq summary { cursor: pointer; font-size: 14px; letter-spacing: .06em; padding: 14px 28px 14px 0; list-style: none; position: relative; font-weight: 400; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--latin); color: var(--gold); }
.faq details[open] summary::after { content: '−'; }
.faq .a { font-size: 13px; color: #504e49; padding: 0 0 18px; }
.faq summary::before { content: 'Q. '; font-family: var(--latin); color: var(--gold); }

/* wide CTA band (reused) */
.cta-band { margin-top: 96px; padding-bottom: 88px; }
.cta-band .fair-inner { max-width: 1032px; margin: 0 auto; }
.section-pad { padding-top: 96px; }
.section-pad-b { padding-bottom: 110px; }
.center { text-align: center; }
.note { font-size: 11.5px; color: #8b877e; margin-top: 14px; }

/* gallery strip */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* CTA buttons on light background (outside the navy band) */
.page-intro .fair-cta .btn-fill { background: var(--navy); color: #fff; border-color: var(--navy); }

/* info table */
.info-table { width: 100%; border-collapse: collapse; margin-top: 40px; font-size: 13.5px; }
.info-table th, .info-table td { border-bottom: 1px solid #e5e0d5; padding: 15px 8px; text-align: left; vertical-align: top; }
.info-table th { font-weight: 500; color: var(--navy); width: 11em; letter-spacing: .08em; }

@media (max-width: 900px) {
  .page-hero { height: 52svh; min-height: 340px; }
  .page-hero-inner { padding: 0 24px 30px; }
  .breadcrumb { padding: 76px 20px 10px; }
  .page-intro { padding: 48px 20px 0; }
  .cards { grid-template-columns: 1fr; gap: 20px; margin-top: 36px; }
  .flow { grid-template-columns: 1fr 1fr; gap: 26px 18px; margin-top: 36px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 36px; }
  .section-pad { padding-top: 56px; }
  .section-pad-b { padding-bottom: 72px; }
  .cta-band { margin-top: 64px; padding-bottom: 56px; }
  .logo img { height: 44px; }
  .info-table tr { display: block; border-bottom: 1px solid #e5e0d5; padding: 13px 0; }
  .info-table th, .info-table td { display: block; width: auto; border-bottom: none; }
  .info-table th { padding: 0 2px 4px; font-size: 12px; letter-spacing: .12em; }
  .info-table td { padding: 0 2px; }
  .gallery img:last-child:nth-child(odd) { grid-column: 1 / -1; aspect-ratio: 3 / 2; }
}

/* =========================================================
   CVR components — voices / chef / plan notes
   ========================================================= */
.voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 48px; text-align: left; }
.voice { border-top: 1px solid var(--stone); padding-top: 22px; }
.voice .q { font-family: var(--serif); font-size: 16px; letter-spacing: .08em; line-height: 1.9; margin-bottom: 12px; }
.voice .a { font-size: 13px; color: #504e49; margin-bottom: 14px; }
.voice cite { font-style: normal; font-size: 12px; color: #8b877e; letter-spacing: .1em; }

.chef { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; background: var(--navy); color: #fff; }
.chef-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.chef-body { padding: 64px 7vw; }
.chef-body .sec-en { color: var(--stone); }
.chef-name { font-family: var(--serif); font-size: clamp(22px, 2.6vw, 30px); letter-spacing: .14em; margin-bottom: 4px; }
.chef-name-en { font-family: var(--latin); font-size: 12px; letter-spacing: .3em; color: var(--stone); display: block; margin-bottom: 20px; }
.chef-body .text { font-size: 13.5px; opacity: .92; }
.chef-cred { list-style: none; margin: 18px 0 0; border-top: 1px solid rgba(201,187,165,.35); }
.chef-cred li { padding: 10px 2px; border-bottom: 1px solid rgba(201,187,165,.35); font-size: 12.5px; opacity: .85; letter-spacing: .06em; }

.badge { display: inline-block; font-size: 11px; letter-spacing: .16em; color: var(--gold); border: 1px solid var(--stone); padding: 3px 12px; margin-bottom: 14px; }
.card-body .badge { margin-bottom: 10px; }

@media (max-width: 900px) {
  .voices { grid-template-columns: 1fr; gap: 26px; margin-top: 32px; }
  .chef { grid-template-columns: 1fr; }
  .chef-body { padding: 44px 24px; }
}

/* =========================================================
   Heading line-break control（PCでの不用意な改行防止）
   CJKは句読点・中黒・スペースでのみ折り返す。入り切らない場合のみ緊急折返し
   ========================================================= */
.sec-title, .promise-item h3, .card-body h2, .card-body h3, .flow h3,
.chef-name, .voice .q, .fair-inner h2, .fair-inner h3, .page-hero-inner h1,
.page-hero-inner .catch, .hero-catch {
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

/* =========================================================
   Wedding report / simple document pages
   ========================================================= */
.report-card time { font-family: var(--latin); font-size: 12px; color: var(--gold); letter-spacing: .14em; display: block; margin-bottom: 6px; }
a.report-card { display: block; color: inherit; text-decoration: none; transition: box-shadow .4s ease, transform .4s ease; }
a.report-card:hover { box-shadow: 0 10px 30px rgba(30, 42, 58, .1); transform: translateY(-3px); }
a.report-card .card-body h2, .card-body h3 { transition: color .3s ease; }
a.report-card:hover .card-body h2, .card-body h3 { color: var(--gold); }
.report-tags { margin-top: 10px; }
.report-tags span { display: inline-block; font-size: 11px; color: #6d6a63; border: 1px solid #e5e0d5; padding: 2px 10px; margin: 0 6px 6px 0; letter-spacing: .08em; }

.doc { max-width: 780px; margin: 0 auto; padding: 48px 24px 96px; }
.doc h2 { font-family: var(--serif); font-weight: 400; font-size: 18px; letter-spacing: .1em; margin: 40px 0 12px; }
.doc p, .doc li { font-size: 13.5px; color: #3c3a36; }
.doc ul { padding-left: 1.4em; margin: 8px 0; }
.doc .date { font-size: 12px; color: #8b877e; margin-top: 32px; }

.report-body { max-width: 880px; margin: 0 auto; padding: 0 24px; }
.report-data { margin: 40px 0; }

/* report article blocks */
.report-sec { margin-top: 64px; }
.report-h2 { font-size: 24px; text-align: center; margin-bottom: 28px; }
.report-p { font-size: 14px; line-height: 2.1; color: #3c3a36; text-align: center; margin-bottom: 2px; }
.report-p + .gallery, .report-p + .dish-duo, .report-p + .report-figure { margin-top: 32px; }
.report-figure { margin: 32px 0 0; }
.report-figure img { width: 100%; height: auto; display: block; }
.report-sec .gallery, .report-sec .dish-duo { margin-top: 32px; }
.report-planner { margin: 40px 0 8px; text-align: center; font-size: 12.5px; letter-spacing: .1em; color: #6d6a63; }
.other-reports { padding: 96px 0 20px; text-align: center; background: var(--paper); margin-top: 80px; }
.other-reports .cards { margin-top: 40px; text-align: left; }
@media (max-width: 860px) { .other-reports { padding: 64px 0 12px; margin-top: 56px; } }
.report-body > .gallery:first-of-type { margin-top: 8px; }
@media (max-width: 860px) {
  .report-sec { margin-top: 48px; }
  .report-h2 { font-size: 19px; margin-bottom: 20px; }
  .report-p { font-size: 13.5px; line-height: 2; }
}

/* =========================================================
   2026-07-15 brush-up
   ========================================================= */
/* block-level pc/sp switch */
.pc-b { display: block; } .sp-b { display: none; }

/* chef portrait */
.chef-media img { object-position: 50% 20%; }

/* dish duo in cuisine section */
.dish-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.dish-duo img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }

/* section transition line（ストーリー接続句） */
.bridge { text-align: center; font-family: var(--serif); font-size: 15px; letter-spacing: .16em; color: #6d6a63; padding: 84px 24px 0; }
.bridge::after { content: ''; display: block; width: 1px; height: 44px; background: var(--stone); margin: 22px auto 0; }

@media (max-width: 900px) {
  .pc-b { display: none; } .sp-b { display: block; }

  /* --- TOP hero: 写真と文字を分離（下層ページと同じ思想） --- */
  .hero { min-height: 0; display: block; padding-top: 64px; }
  .hero-bg { position: relative; inset: auto; height: clamp(300px, 46svh, 380px); min-height: 0; }
  .hero-bg img { object-position: 50% 30%; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(253,252,249,.18) 0%, rgba(253,252,249,0) 24%); }
  .hero-inner { color: var(--ink); text-shadow: none; padding: 28px 24px 0; }
  .hero-eyebrow { color: var(--gold); font-size: 10.5px; letter-spacing: .3em; margin-bottom: 12px; }
  .hero-catch { font-size: 31px; letter-spacing: .14em; line-height: 1.5; }
  .hero-lead { display: none; }
  .hero-routes { margin: 24px 0 0; }
  .hero-routes .sp-lead { font-size: 13px; line-height: 2; color: #3c3a36; margin-bottom: 16px; text-align: left; }

  /* --- 下層 hero: 写真とテキストを分離（写真に文字を乗せない） --- */
  .page-hero { height: auto !important; min-height: 0; display: block; }
  .page-hero-bg { position: relative; height: clamp(280px, 42svh, 360px); min-height: 0; }
  .page-hero-bg::after { background: linear-gradient(180deg, rgba(253,252,249,.35) 0%, rgba(253,252,249,0) 30%); }
  .page-hero-inner { color: var(--ink); text-shadow: none; padding: 26px 24px 0; }
  .page-hero-inner .en { color: var(--gold); }
  .page-hero-inner .lead { color: #504e49; }

  /* --- 見出しの折返し調整 --- */
  .sec-title { font-size: 22px; line-height: 1.65; }
  .page-hero-inner h1 { font-size: 25px; line-height: 1.55; }
  .page-hero-inner .catch { font-size: 15px; margin-top: 10px; }
  .fair-inner h2, .fair-inner h3 { font-size: 19px; }
  .promise-item h3 { font-size: 18px; }
  .bridge { padding-top: 56px; font-size: 13.5px; }
  .bridge::after { height: 32px; margin-top: 16px; }

  /* Long opening-hour notes must wrap instead of widening the page. */
  .fair-note .nowrap { white-space: normal; }

  .dish-duo { gap: 10px; }
  .chef-media img { aspect-ratio: 3 / 2; }
}

/* =========================================================
   quicknav（ページ内回遊）/ routes affordance
   ========================================================= */
.quicknav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 880px; margin: 44px auto 0; }
.quicknav a { border: 1px solid #e5e0d5; background: #fff; padding: 18px 10px 16px; text-align: center; font-size: 13px; letter-spacing: .1em; transition: background .3s; }
.quicknav a:hover { background: var(--paper); }
.quicknav a .en { display: block; font-family: var(--latin); font-size: 10.5px; color: var(--gold); letter-spacing: .24em; margin-bottom: 4px; }
.quicknav a .ja { white-space: nowrap; }
.quicknav a .ja::after { content: '　＞'; color: var(--gold); font-size: 11px; }
.spec-note { font-size: 11.5px; color: #8b877e; margin-top: 10px; }
@media (max-width: 900px) {
  .quicknav { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 32px; }
}

/* mobile-only nav items */
.sp-only { display: none; }

/* 2-col card variant */
.cards-2 { grid-template-columns: 1fr 1fr; max-width: 880px; margin-left: auto; margin-right: auto; }
@media (max-width: 900px) { .cards-2 { grid-template-columns: 1fr; } }

/* =========================================================
   Footer nav（階層構造）
   ========================================================= */
.fnav { display: grid; grid-template-columns: repeat(4, minmax(0, 200px)); gap: 20px 48px; justify-content: center; text-align: left; margin: 42px auto 6px; max-width: 960px; padding: 0 24px; }
.fnav-col { display: flex; flex-direction: column; gap: 9px; }
.fnav-parent { font-family: var(--serif); font-size: 15px; letter-spacing: .14em; color: #fff; padding-bottom: 8px; border-bottom: 1px solid rgba(201, 187, 165, .35); margin-bottom: 5px; }
.fnav-child { font-size: 12px; letter-spacing: .1em; opacity: .68; transition: opacity .3s; }
.fnav-child::before { content: '－ '; color: var(--stone); }
.fnav a:hover { opacity: 1; }
.footer-util { display: flex; gap: 8px 26px; justify-content: center; flex-wrap: wrap; margin: 34px 0 26px; }
.footer-util a { font-size: 11.5px; letter-spacing: .12em; opacity: .55; transition: opacity .3s; }
.footer-util a:hover { opacity: 1; }
@media (max-width: 900px) {
  .fnav { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding: 0 12px; }
  .fnav-parent { font-size: 14px; }
  /* ドロワー：第1階層は明朝で大きく、第2階層は小さく段下げ */
  .gnav .sp-child { font-family: var(--sans); font-size: 13px; letter-spacing: .1em; color: #6d6a63; margin-top: -10px; }
  .gnav .sp-child::before { content: '― '; color: var(--stone); }
}

/* TOP: hero直下CUISINEの間隔 */
.cuisine-gap { margin-top: 96px; }
@media (max-width: 900px) {
  .cuisine-gap { margin-top: 40px; }
}

/* =========================================================
   Contact form
   ========================================================= */
.form { max-width: 680px; margin: 48px auto 0; text-align: left; }
.form .row { margin-bottom: 26px; }
.form label { display: block; font-size: 13px; letter-spacing: .1em; color: var(--navy); margin-bottom: 8px; font-weight: 500; }
.form label .req { color: #b04a3a; font-size: 11px; margin-left: 8px; letter-spacing: .06em; }
.form input[type=text], .form input[type=tel], .form input[type=email], .form input[type=date],
.form select, .form textarea {
  width: 100%; padding: 13px 14px; font: inherit; font-size: 15px; line-height: 1.6; color: var(--ink);
  background: #fff; border: 1px solid #d8d2c4; border-radius: 0; -webkit-appearance: none; appearance: none;
}
.form select { background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.form textarea { min-height: 140px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--gold); }
.form .radio-row { display: flex; gap: 22px; flex-wrap: wrap; }
.form .radio-row label { display: flex; align-items: center; gap: 7px; font-weight: 300; color: var(--ink); margin: 0; font-size: 14px; }
.form .agree { text-align: center; font-size: 13.5px; margin: 34px 0 22px; }
.form .agree label { display: inline-flex; align-items: center; gap: 8px; font-weight: 300; color: var(--ink); }
.form .agree a { border-bottom: 1px solid var(--stone); }
.form .submit-row { text-align: center; }
.form .submit-row .btn { min-width: 280px; background: var(--navy); color: #fff; border-color: var(--navy); cursor: pointer; }
.form .submit-row .btn[disabled] { opacity: .5; cursor: not-allowed; }
.form-err { color: #b04a3a; font-size: 12px; margin-top: 6px; display: none; }
.form-done { max-width: 640px; margin: 56px auto 0; text-align: center; display: none; }
.form-done h2, .form-done h3 { font-family: var(--serif); font-weight: 400; font-size: 22px; letter-spacing: .12em; margin-bottom: 16px; }
@media (max-width: 900px) { .form { margin-top: 36px; } }

/* =========================================================
   セクション間の余白（白背景の帯）
   ========================================================= */
.chef { margin-top: 96px; }
.cuisine + .chef, .chef + .chef { margin-top: 0; }
@media (max-width: 900px) { .chef { margin-top: 56px; } }

/* TOP cuisine / chef — PCでは写真と本文に呼吸できる余白をつくる */
@media (min-width: 901px) {
  .cuisine { align-items: stretch; }
  .cuisine-media { min-height: 560px; }
  .cuisine-media img { height: 100%; aspect-ratio: auto; }
  .cuisine-body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: clamp(56px, 4vw, 76px);
  }

  .cuisine + .chef {
    width: min(calc(100% - 64px), 1440px);
    margin: clamp(72px, 6vw, 112px) auto 0;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: stretch;
    overflow: hidden;
  }
  .cuisine + .chef .chef-media img { aspect-ratio: auto; }
  .cuisine + .chef .chef-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 5vw, 84px) clamp(52px, 5vw, 88px);
  }
  .cuisine + .chef .chef-body .text {
    max-width: 620px;
    line-height: 2.05;
  }
  .cuisine + .chef .chef-cred {
    width: 100%;
    max-width: 620px;
    margin-top: 24px;
  }
  .cuisine + .chef .chef-cred li {
    padding-block: 13px;
    line-height: 1.8;
  }
}

/* =========================================================
   LINE 追従CTA（PC=右下フローティング / SP=固定バー内）
   ========================================================= */
.line-float {
  position: fixed; right: 24px; bottom: 28px; z-index: 95;
  display: flex; align-items: center; gap: 10px;
  padding: 13px 22px 13px 18px;
  background: var(--line); color: #fff;
  border-radius: 999px;
  box-shadow: 0 6px 22px rgba(6, 199, 85, .32);
  font-size: 13.5px; letter-spacing: .08em;
  transition: transform .3s, box-shadow .3s;
}
.line-float:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(6, 199, 85, .42); }
.line-float .ic {
  width: 28px; height: 28px; flex: none; border-radius: 50%;
  background: #fff; color: var(--line);
  display: flex; align-items: center; justify-content: center;
  /* Libre Baskerville の 10px だと "LINE" が 27.7px あり、円からはみ出す。
     バッジはロゴ扱いなので、幅の詰まるサンセリフにして円の中へ収める（22px） */
  font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 900px) { .line-float { display: none; } }

/* ---------- メニュー表 ---------- */
.info-table .menu-cat {
  font-family: var(--latin); font-size: 12px; letter-spacing: .2em;
  color: var(--gold); background: var(--paper);
  padding-top: 16px; padding-bottom: 16px; text-align: left;
}
.menu-price { display: block; font-family: var(--serif); font-size: 16px; color: var(--navy); letter-spacing: .08em; margin-bottom: 2px; }

/* ---------- 会場一覧・フロアマップ ---------- */
.room-sub { font-family: var(--sans); font-weight: 300; font-size: 11.5px; color: #8b877e; letter-spacing: .06em; }
.floormap { margin-top: 40px; }
.floormap img { width: 100%; border: 1px solid #e5e0d5; background: #fff; }
.floormap figcaption { font-size: 12px; color: #6d6a63; margin-top: 12px; letter-spacing: .1em; text-align: center; }
@media (max-width: 900px) {
  .floormap { margin-top: 28px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .floormap img { min-width: 620px; }
  .floormap figcaption { min-width: 0; }
}

/* ---------- お知らせ一覧 ---------- */
.newslist { list-style: none; border-top: 1px solid #e5e0d5; }
.newslist li { border-bottom: 1px solid #e5e0d5; }
.newslist a {
  display: grid; grid-template-columns: 7em 6.5em 1fr; align-items: baseline;
  gap: 18px; padding: 22px 4px; transition: background .3s;
}
.newslist a:hover { background: var(--paper); }
.newslist time { font-family: var(--latin); font-size: 12px; color: var(--gold); letter-spacing: .1em; }
.newslist .cat {
  font-size: 11px; letter-spacing: .1em; color: var(--navy);
  border: 1px solid var(--stone); padding: 3px 0; text-align: center; line-height: 1.6;
}
.newslist .ttl { font-size: 14px; line-height: 1.9; }
@media (max-width: 900px) {
  .newslist a { grid-template-columns: 6.4em 1fr; gap: 6px 12px; padding: 18px 2px; }
  .newslist .ttl { grid-column: 1 / -1; font-size: 13.5px; }
}

/* =========================================================
   SP：ヒーローのシーン選択パネル（下敷き＋罫線でPC同様の可読性に）
   ========================================================= */
@media (max-width: 900px) {
  .hero-routes {
    margin: 26px 24px 0;
    padding: 0;
    background: transparent;
    border: none;
  }
  .hero-routes .sp-lead { margin-bottom: 22px; }
  .hero-routes-label {
    border-top: none;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .hero-routes-links {
    grid-template-columns: repeat(2, 1fr); gap: 0;
    background: var(--paper);
    border: 1px solid #ece7dc;
  }
  .hero-routes-links a {
    padding: 15px 4px 16px;
    border-left: 1px solid rgba(201, 187, 165, .5);
    border-top: 1px solid rgba(201, 187, 165, .5);
  }
  .hero-routes-links a:nth-child(2n+1) { border-left: none; }
  .hero-routes-links a:nth-child(1), .hero-routes-links a:nth-child(2) { border-top: none; }
  .hero-routes-links .en { font-size: 12.5px; }
  .hero-routes-links .ja { font-size: 11px; }
}

/* =========================================================
   News detail / menu course（2026-07-26 追加）
   ========================================================= */
.news-article { max-width: 800px; margin: 0 auto; padding: 48px 24px 8px; }
.news-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.news-meta time { font-family: var(--latin); font-size: 12px; color: var(--gold); letter-spacing: .12em; }
.news-meta .cat { font-size: 11px; color: #6d6a63; border: 1px solid #e5e0d5; padding: 2px 12px; letter-spacing: .08em; }
.news-title { font-family: var(--serif); font-weight: 400; font-size: 28px; line-height: 1.65; letter-spacing: .04em; margin-bottom: 34px; }
.news-body { border-top: 1px solid #e5e0d5; padding-top: 34px; }
.news-p { font-size: 14.5px; line-height: 2.15; color: #3c3a36; margin-bottom: 6px; }
.news-p:empty { display: none; }
.news-body .textlink { word-break: break-all; }

.courses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.course { background: #fff; border: 1px solid #ece7db; padding: 30px 26px 32px; }
.course h3 { font-family: var(--latin); font-weight: 400; font-size: 19px; letter-spacing: .06em; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #ece7db; }
.course-price { display: block; font-family: var(--serif); font-size: 20px; color: var(--navy); margin-top: 10px; letter-spacing: .04em; }
.course-list { list-style: none; }
.course-list li { font-size: 13px; color: #504e49; padding: 7px 0; letter-spacing: .04em; }
.course-list li::before { content: '—'; color: var(--stone); margin-right: 8px; }

@media (max-width: 860px) {
  .news-article { padding: 32px 24px 8px; }
  .news-title { font-size: 21px; margin-bottom: 26px; }
  .news-p { font-size: 13.5px; line-height: 2; }
  .courses { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .course { padding: 24px 22px 26px; }
}
.news-label { font-size: 13px; font-weight: 500; color: var(--navy); letter-spacing: .1em; margin: 26px 0 4px; padding-bottom: 6px; border-bottom: 1px solid #ece7db; }
.news-label + .news-p { margin-top: 8px; }

/* =========================================================
   会場ラインナップ（企業特典リーフのデザインを踏襲）2026-08-11 追加
   ========================================================= */
.room-lineup { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 48px; }
.room-card { background: #fff; border: 1px solid var(--gold); display: flex; flex-direction: column; }
.room-head { display: flex; align-items: stretch; }
.room-head .name {
  flex: 0 0 46%; background: var(--navy); color: #fff; text-align: center;
  font-family: var(--serif); font-size: 15px; letter-spacing: .3em; text-indent: .3em;
  padding: 11px 6px; line-height: 1.6;
}
.room-head .cap {
  flex: 1; display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 13.5px; color: var(--navy); letter-spacing: .06em;
  padding: 8px 6px; line-height: 1.5;
}
.room-photos { display: flex; aspect-ratio: 16 / 9; overflow: hidden; }
/* min-width:0 が無いと img の内在サイズが flex の最小幅になり、2枚並べたカードが枠から溢れる */
.room-photos img { flex: 1 1 0; min-width: 0; width: auto; height: 100%; object-fit: cover; }
.room-body { flex: 1; padding: 16px 18px 20px; }
.room-body p { font-size: 13px; color: #504e49; line-height: 1.95; text-align: left; text-wrap: pretty; }

@media (max-width: 860px) {
  .room-lineup { grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
  .room-photos { aspect-ratio: 2 / 1; }
  .room-head .name { font-size: 14px; padding: 9px 6px; }
  .room-head .cap { font-size: 12.5px; }
}

/* =========================================================
   言語セレクター（JA / EN）2026-08-11 追加
   ========================================================= */
.lang-switch {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--latin); font-size: 11px; letter-spacing: .12em;
  color: #6d6a63; margin-right: 6px; white-space: nowrap;
}
.lang-switch a { padding: 3px 1px; border-bottom: 1px solid transparent; transition: color .3s, border-color .3s; }
.lang-switch a:hover { color: var(--gold); }
.lang-switch a[aria-current="true"] { color: var(--navy); border-bottom-color: var(--gold); }
.lang-switch .sep { color: var(--stone); }
.lang-sp { display: none; }

@media (min-width: 901px) and (max-width: 1180px) { .lang-switch { margin-right: 0; } }

@media (max-width: 900px) {
  .gnav .lang-sp {
    display: inline-flex; gap: 12px; font-size: 13px; letter-spacing: .1em;
    margin-top: 4px; padding-top: 20px; border-top: 1px solid #ece7db; margin-right: 0;
  }
  .gnav .lang-sp a { font-family: var(--latin); font-size: 13px; padding: 2px 1px; }
  .gnav .lang-sp a::after { display: none; }
}

/* ===== CMSで書いた本文（お知らせ・レポート） ===== */
.news-h2 { font-family: var(--serif); font-weight: 400; font-size: 20px; letter-spacing: .06em; color: var(--navy); margin: 40px 0 14px; padding-bottom: 10px; border-bottom: 1px solid #e5e0d5; }
.news-list { margin: 8px 0 14px; padding-left: 1.4em; font-size: 14.5px; line-height: 2; color: #3c3a36; }
.news-list li { margin-bottom: 2px; }
.report-list { text-align: left; max-width: 620px; margin-left: auto; margin-right: auto; }
.news-quote { margin: 18px 0; padding: 14px 20px; background: #f7f5f0; border-radius: 4px; font-size: 14px; line-height: 2; color: #504e49; }
.news-quote p { margin: 0; }
.news-hr { border: 0; border-top: 1px solid #e5e0d5; margin: 32px 0; }
.news-figure, .news-eyecatch { margin: 24px 0; }
.news-figure img, .news-eyecatch img { width: 100%; height: auto; display: block; }
.news-figure figcaption { font-size: 12px; color: #6d6a63; margin-top: 8px; text-align: center; letter-spacing: .04em; }
.news-eyecatch { margin: 0 0 28px; }
.news-p a, .report-p a, .news-list a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
