
:root { --bg:#EAE8E4; --text:#2B2B2B; --mid:#555; --dim:#818181; --line:#D6D3CC; }
* { margin:0; padding:0; box-sizing:border-box; -webkit-tap-highlight-color:transparent; }
html { scroll-behavior:smooth; scroll-padding-top:60px; }
body { font-family:'M PLUS Rounded 1c',sans-serif; font-weight:500; background:var(--bg); color:var(--text); line-height:1.9; -webkit-font-smoothing:antialiased; }
img { max-width:100%; display:block; }
a { color:var(--text); }
h1,h2,h3 { font-weight:800; }
.demo-note { background:#FFF3D6; border-bottom:1px solid #E8D9A8; color:#6B5E3E; font-size:0.75rem; font-weight:700; text-align:center; padding:6px 12px; }
.head { position:sticky; top:0; z-index:100; background:#fff; display:flex; align-items:center; gap:10px; padding:10px 14px; border-bottom:1px solid var(--line); }
.head .logo { display:flex; align-items:center; gap:8px; font-weight:800; font-size:0.95rem; text-decoration:none; white-space:nowrap; }
.head .logo img { width:30px; height:30px; border-radius:50%; }
.head .logo span { font-weight:700; font-size:0.8em; color:var(--mid); }
.head nav { margin-left:auto; padding-left:12px; display:flex; gap:0; overflow-x:auto; scrollbar-width:none; }
.head nav::-webkit-scrollbar { display:none; }
.head nav a { text-decoration:none; font-size:0.74rem; font-weight:700; color:var(--mid); padding:6px 7px; white-space:nowrap; }
.head nav a.on { color:var(--text); border-bottom:2px solid var(--text); }
.page-title { text-align:center; padding:34px 20px 6px; }
.page-title h1 { font-size:1.45rem; }
.page-title h1::after { content:""; display:block; width:44px; height:3px; background:var(--text); border-radius:2px; margin:10px auto 0; }
.page-title p { font-size:0.85rem; color:var(--mid); margin-top:10px; }
.hero-photo { width:100%; height:50vh; min-height:280px; max-height:440px; object-fit:cover; object-position:center 30%; }
.hero-words { text-align:center; padding:34px 20px 6px; }
.hero-words h1 { font-size:1.5rem; line-height:1.7; }
.hero-words p { font-size:0.9rem; color:var(--mid); margin-top:8px; }
.wrap { max-width:760px; margin:0 auto; padding:10px 18px 44px; }
section { margin-top:46px; }
.sec-h { text-align:center; margin-bottom:20px; }
.sec-h h2 { font-size:1.3rem; display:inline-block; }
.sec-h h2::after { content:""; display:block; width:44px; height:3px; background:var(--text); border-radius:2px; margin:8px auto 0; }
.sec-h .desc { font-size:0.85rem; color:var(--mid); margin-top:10px; }
.box { background:#fff; border-radius:6px; padding:24px 20px; }
.box + .box { margin-top:14px; }
.box h3 { font-size:1.02rem; }
.box p { font-size:0.88rem; color:var(--mid); margin-top:8px; }
.box .date { font-size:0.75rem; color:var(--dim); font-weight:700; }
.btn { display:inline-block; background:#1c1c1c; color:#fff; text-decoration:none; font-weight:700; font-size:0.88rem; padding:13px 32px; border-radius:999px; }
.btn.line2 { background:#fff; color:#1c1c1c; border:1.5px solid #1c1c1c; }
.cta-row { display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-top:18px; }
.spec { list-style:none; margin-top:12px; }
.spec li { display:flex; gap:12px; padding:9px 0; border-bottom:1px dashed var(--line); font-size:0.88rem; }
.spec li:last-child { border-bottom:none; }
.spec .k { flex-shrink:0; width:6em; font-weight:700; }
.spec .v { color:var(--mid); }
.big-date { text-align:center; font-size:1.35rem; font-weight:800; }
.big-date small { font-size:0.72em; }
.tag-row { display:flex; gap:8px; flex-wrap:wrap; justify-content:center; margin-top:12px; }
.tag-row span { font-size:0.76rem; font-weight:700; background:var(--bg); border-radius:999px; padding:4px 14px; }
.shops { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
@media (min-width:620px) { .shops { grid-template-columns:repeat(3,1fr); } }
.shops .s { background:#fff; border-radius:6px; padding:14px; }
.shops .c { font-size:0.68rem; font-weight:700; color:var(--dim); }
.shops h3 { font-size:0.9rem; }
.shops p { font-size:0.78rem; color:var(--mid); margin-top:2px; }
.shops .tel { font-size:0.72rem; color:var(--dim); margin-top:4px; }
figure.ph img { border-radius:6px; }
figure.ph figcaption { font-size:0.72rem; color:var(--dim); margin-top:6px; text-align:center; }
.two { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
@media (max-width:560px) { .two { grid-template-columns:1fr; } }
.three { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
@media (max-width:620px) { .three { grid-template-columns:1fr; } }
.news-item { display:grid; grid-template-columns:1fr; gap:10px; }
.news-item.has-photo { grid-template-columns:1.5fr 1fr; align-items:start; }
@media (max-width:560px) { .news-item.has-photo { grid-template-columns:1fr; } }
.member-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; }
@media (min-width:620px) { .member-grid { grid-template-columns:repeat(3,1fr); } }
.member-grid .m { background:#fff; border-radius:6px; padding:10px 12px; font-size:0.8rem; }
.member-grid .m b { display:block; font-size:0.88rem; }
.member-grid .m span { color:var(--dim); font-size:0.72rem; }
.footer { background:#fff; border-top:1px solid var(--line); text-align:center; padding:28px 18px; margin-top:50px; font-size:0.82rem; color:var(--mid); }
.footer .slogan { font-weight:800; color:var(--text); }
.footer .links { display:flex; flex-wrap:wrap; justify-content:center; gap:4px 14px; margin-top:10px; font-size:0.76rem; }
.footer .copy { font-size:0.72rem; color:var(--dim); margin-top:12px; }
.note { font-size:0.76rem; color:var(--dim); }
