/* 仮のスタイル。デザインが決まったら、このファイルだけを差し替える。
   HTMLの構造とクラス名（wrap / bar / btn / input / menu / rsv / summary など）は維持する。 */
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, "Hiragino Sans", sans-serif; line-height: 1.6; color: #1d2922; background: #fff; }
.wrap { max-width: 480px; margin: 0 auto; padding: 16px 16px 140px; }
h1 { font-size: 20px; }
h2, h3 { font-size: 16px; margin-top: 24px; }
.hint { font-size: 13px; color: #5b6a60; }
.error { color: #b4412a; }
.notice { font-size: 13px; background: #f3f5ee; padding: 10px; border-radius: 8px; }
.row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.row label { display: flex; gap: 4px; align-items: center; }
.input { width: 100%; padding: 10px; font-size: 16px; border: 1px solid #d7ddd0; border-radius: 8px; }
.btn { padding: 10px 16px; font-size: 15px; font-weight: 700; border: 0; border-radius: 8px; background: #2d6a4c; color: #fff; }
.btn:disabled { background: #dcdcdc; color: #777; }
.btn.small { padding: 5px 10px; font-size: 13px; }
.btn.ghost { background: #fff; color: #2d6a4c; border: 1px solid #d7ddd0; }
.step { width: 40px; height: 40px; font-size: 18px; border: 1px solid #d7ddd0; border-radius: 999px; background: #fff; }
.chip[aria-pressed="true"] { background: #1d2922; color: #fff; }
.tabs { display: flex; gap: 8px; margin: 12px 0; }
.tab[aria-selected="true"] { font-weight: 700; text-decoration: underline; }
.bar { position: fixed; left: 0; right: 0; bottom: 0; display: flex; gap: 12px; align-items: center; justify-content: space-between;
       flex-wrap: wrap; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: #fff; border-top: 1px solid #d7ddd0; }
.menu, .menu-edit, .rsv { display: grid; gap: 6px; border: 1px solid #d7ddd0; border-radius: 10px; padding: 10px; margin-bottom: 10px; }
.menu { grid-template-columns: 96px 1fr; }
.thumb { width: 96px; height: 96px; object-fit: cover; border-radius: 8px; }
.poster { width: 100%; border-radius: 8px; }
.rsv.cancelled { opacity: .55; text-decoration: line-through; }
.rsv .note { background: #f8e3dd; color: #b4412a; padding: 4px 8px; border-radius: 6px; text-decoration: none; }
.summary { display: grid; grid-template-columns: 8em 1fr; gap: 6px 10px; }
.summary dt { color: #5b6a60; font-size: 13px; }
.summary dd { margin: 0; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid #d7ddd0; padding: 6px; text-align: left; font-variant-numeric: tabular-nums; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.upload { display: inline-block; padding: 6px 10px; border: 1px solid #d7ddd0; border-radius: 8px; font-size: 13px; }
dialog img { max-width: 90vw; max-height: 80vh; }
@media print { .bar, .btn, .tabs, .chip { display: none; } }
.bar[hidden] { display: none; }
