:root {
  --brand: #e68000;
  --accent: #e55c00;
  --ink: #333;
  --muted: #666;
  --panel: #f7f7f7;
  --radius: 12px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  color: var(--ink);
  background: #fff;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.75; overflow-wrap: anywhere; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid #333; outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; border-radius: var(--radius); }
figure { margin: 0; min-width: 0; }
figcaption { color: var(--muted); padding-top: 8px; }
.container { width: min(100% - 32px, 960px); margin-inline: auto; }
.site-header { border-top: 5px solid var(--brand); border-bottom: 1px solid #dadada; }
.header-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding-block: 16px; }
.brand { display: inline-flex; min-height: 44px; align-items: center; }
.header-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; }
.header-actions a, .footer-links a, .site-footer p a { display: inline-flex; align-items: center; min-height: 44px; }
.skip-link { position: absolute; top: 8px; left: 8px; transform: translateY(-200%); padding: 10px 16px; background: #fff; z-index: 100; }
.skip-link:focus { transform: none; }
section { padding-block: 40px; }
section:nth-child(even) { background: var(--panel); }
h1 { font-size: clamp(2rem, 7vw, 3rem); line-height: 1.4; margin: 0 0 20px; }
h2 { font-size: clamp(1.5rem, 5vw, 2rem); line-height: 1.5; margin: 0 0 24px; }
h2::after { content: ""; display: block; width: 64px; height: 5px; margin-top: 12px; background: var(--brand); border-radius: 12px; }
h3 { font-size: 20px; line-height: 1.5; margin: 0 0 12px; }
p { margin: 0 0 20px; }
.eyebrow { font-weight: 700; border-left: 5px solid var(--brand); padding-left: 12px; }
.hero-grid, .cards, .scene-grid { display: grid; gap: 24px; }
.hero-grid > *, .cards > *, .scene-grid > * { min-width: 0; }
.hero img { width: 100%; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; max-width: 100%; padding: 12px 18px; border: 2px solid var(--accent); border-radius: var(--radius); font-size: 19px; font-weight: 700; line-height: 1.5; text-decoration: none; text-align: center; }
.btn-primary { color: #fff; background: var(--accent); }
.btn-secondary { color: var(--ink); background: #fff; }
.btn:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.card { padding: 24px; border: 1px solid #dadada; border-top: 5px solid var(--brand); border-radius: var(--radius); background: #fff; }
.card p { margin-bottom: 0; }
.photo-placeholder { display: grid; place-items: center; min-height: 220px; aspect-ratio: 3 / 2; padding: 24px; border: 2px dashed #666; border-radius: var(--radius); color: var(--muted); background: var(--panel); text-align: center; }
.scene-grid img { margin-inline: auto; }
table { width: 100%; table-layout: fixed; border-collapse: collapse; background: #fff; }
caption { text-align: left; font-weight: 700; margin-bottom: 12px; }
th, td { padding: 14px 10px; border: 1px solid #dadada; vertical-align: top; text-align: left; }
th { background: var(--panel); }
.notice { margin-top: 24px; border: 3px solid var(--accent); border-radius: var(--radius); padding: 20px; background: #fff; }
.notice strong { display: block; font-size: 20px; }
.needs { margin: 0; }
.needs > div { padding: 16px 0; border-bottom: 1px solid #dadada; }
dt { font-weight: 700; }
dd { margin: 4px 0 0; }
.venue-list { padding-left: 24px; }
.venue-list li { margin-block: 12px; }
.site-footer { padding: 32px 0 160px; background: var(--panel); border-top: 5px solid var(--brand); }
.footer-brand { font-size: 22px; font-weight: 700; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 20px; }
address { font-style: normal; }
.sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 8px; padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); background: #fff; border-top: 1px solid #dadada; }
.sticky-bar .btn { padding: 10px 6px; }
@media (min-width: 768px) {
  section { padding-block: 60px; }
  .hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 32px; }
  .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .scene-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
  .needs > div { display: grid; grid-template-columns: 1fr 2fr; }
  dd { margin: 0; }
  .sticky-bar { display: none; }
  .site-footer { padding-bottom: 40px; }
}

/* 2026-09-20 クロコ調整：仮枠の上限サイズ・見出しサイズ */
.photo-placeholder, [data-photo]{ max-width:min(100%,560px); aspect-ratio:4/3; height:auto; min-height:0; margin-inline:auto; }
@media (min-width:768px){ h1{ font-size:clamp(28px,3.2vw,38px); } }

/* 2026-09-20 出店予定：このブロック内だけに適用 */
#this-week { box-sizing: border-box; width: min(100% - 32px, 960px); margin: 32px auto; padding: 24px 16px; border: 1px solid #dadada; border-top: 4px solid #e55c00; border-radius: 12px; background: #f7f7f7; color: #333; font-size: 16px; line-height: 1.75; overflow-wrap: anywhere; }
#this-week [hidden] { display: none; }
#this-week h2, #this-week h3 { margin: 0 0 12px; padding: 0; background: none; color: #333; font-size: 24px; line-height: 1.5; }
#this-week p { margin: 0 0 12px; }
#this-week .schedule-list { margin: 16px 0; padding: 0; }
#this-week .schedule-row { display: grid; grid-template-columns: 6.5em minmax(0, 1fr); gap: 8px; padding: 12px 0; border-bottom: 1px solid #dadada; }
#this-week dt { float: none; width: auto; margin: 0; padding: 0; font-weight: 700; }
#this-week dd { margin: 0; padding: 0; min-width: 0; }
#this-week .schedule-venue { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; margin-bottom: 6px; white-space: pre-line; }
#this-week .schedule-tag { display: inline-block; padding: 2px 8px; border: 1px solid #dadada; border-radius: 6px; background: #fff; color: #333; font-size: 12px; white-space: nowrap; }
#this-week a { display: inline-flex; align-items: center; min-height: 44px; color: #333; text-decoration: underline; }
#this-week .schedule-note { margin: 12px 0 0; color: #666; font-size: 13px; }

/* 2026-09-20 ホームへ戻るリンク */
.home-link{ display:inline-flex; align-items:center; min-height:44px; padding:0 4px; color:#333; text-decoration:underline; font-size:15px; white-space:nowrap; }

/* 2026-09-20 出張料金ページ専用：既存ページには適用しない */
.price-page .price-table-wrap { max-width: 100%; overflow-x: auto; margin-block: 20px 32px; }
.price-page .price-table-wrap:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.price-page .price-table { min-width: 360px; table-layout: auto; font-variant-numeric: tabular-nums; }
.price-page .price-table th, .price-page .price-table td { white-space: nowrap; }
.price-page .price-table td:last-child { text-align: right; }
.price-page .price-formula, .price-page .price-examples { font-variant-numeric: tabular-nums; }
.price-page .price-types { display: grid; gap: 24px; }
.price-page .price-types > * { min-width: 0; }
.price-page .price-flow, .price-page .price-examples { padding-left: 24px; }
.price-page .price-flow li, .price-page .price-examples li { padding-block: 12px; }
.price-page .price-flow li::marker { color: var(--ink); font-weight: 700; }
.price-page .price-flow p { margin: 4px 0 0; }
@media (min-width: 768px) {
  .price-page .price-types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
