/* ブランドパレット固定（memory/reference_brand_colors.md）。.mn の見た目に合わせる。 */
:root{
  --base:#F7F4EF; --main:#D8C2A8; --accent:#E0B57A; --text:#3F3A34;
  --line:#E5DCD0; --muted:#8A8177;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; background:var(--base); color:var(--text);
  font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",system-ui,sans-serif;
  font-size:16px; line-height:1.9; letter-spacing:.02em;
}
.wrap{max-width:680px; margin:0 auto; padding:48px 20px 80px}
.eye{margin:0; font-size:11px; letter-spacing:.22em; color:var(--muted)}
h1{font-size:24px; line-height:1.6; margin:.2em 0 .6em; font-weight:600}
h2{font-size:17px; margin:2.4em 0 .8em; font-weight:600; display:flex; align-items:center; gap:.6em}
.lead{margin:0 0 2em}
.muted{color:var(--muted)}
.small{font-size:13px}
a{color:var(--text)}

.n{
  display:inline-grid; place-items:center; width:26px; height:26px; flex:none;
  border-radius:50%; background:var(--main); color:#fff; font-size:13px; font-weight:700;
}
.step{border-top:1px solid var(--line); padding-top:.4em}

/* 場所 */
.places{display:grid; gap:10px}
.place{display:flex; gap:12px; align-items:flex-start; padding:14px 16px;
  background:#fff; border:1px solid var(--line); border-radius:10px; cursor:pointer}
.place input{margin-top:.45em}
.place small{display:block; color:var(--muted); font-size:12px}
.place:has(input:checked){border-color:var(--main); box-shadow:0 0 0 1px var(--main) inset}

/* 空き枠 */
.day{margin:0 0 22px}
.day h3{margin:0 0 8px; font-size:14px; font-weight:600}
.day h3 .dow{color:var(--muted); font-weight:400}
.times{display:flex; flex-wrap:wrap; gap:8px}
.times button{
  font:inherit; font-size:15px; padding:9px 14px; cursor:pointer;
  background:#fff; color:var(--text); border:1px solid var(--line); border-radius:8px;
}
.times button:hover{border-color:var(--main)}
.times button[aria-pressed="true"]{background:var(--main); border-color:var(--main); color:#fff}
.more{margin-top:8px; background:none; border:0; font:inherit; font-size:14px;
  color:var(--muted); text-decoration:underline; cursor:pointer; padding:0}

/* 入力 */
.chosen{background:#fff; border:1px solid var(--line); border-radius:10px; padding:12px 16px}
.link{background:none; border:0; font:inherit; font-size:13px; color:var(--muted);
  text-decoration:underline; cursor:pointer; margin-left:.8em; padding:0}
.fld{display:block; margin:0 0 20px; font-size:14px}
.fld input,.fld select,.fld textarea{
  display:block; width:100%; margin-top:8px; padding:12px 14px; font:inherit; font-size:16px;
  background:#fff; color:var(--text); border:1px solid var(--line); border-radius:8px;
}
.fld input:focus,.fld select:focus,.fld textarea:focus{outline:2px solid var(--main); outline-offset:1px}
.fld small{display:block; margin-top:6px; color:var(--muted); font-size:12px}
.req{margin-left:.6em; font-size:11px; color:#fff; background:var(--muted);
  border-radius:3px; padding:2px 6px; vertical-align:2px}

.note{background:#fff; border:1px solid var(--line); border-radius:10px;
  padding:14px 16px; margin:24px 0 0; font-size:13px; line-height:1.8}
.cta{
  display:block; width:100%; margin:28px 0 12px; padding:17px; cursor:pointer;
  font:inherit; font-size:17px; font-weight:600; color:#fff;
  background:var(--accent); border:0; border-radius:10px;
}
.cta:disabled{opacity:.5; cursor:default}

.card{background:#fff; border:1px solid var(--line); border-radius:10px; padding:20px 22px; margin:0 0 24px}
dl{margin:0} dt{font-size:12px; color:var(--muted); margin-top:14px} dt:first-child{margin-top:0}
dd{margin:2px 0 0; word-break:break-all}

.hp{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden}
.err{background:#fff; border-left:3px solid var(--accent); padding:12px 16px; margin:0 0 16px}
