
:root{--orange:#f7931e;--orange2:#ffad2d;--soft:#fff7ed;--ink:#202020;--muted:#777;--line:#e5e5e5;--pink:#fff2f3}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",Meiryo,sans-serif}
a{color:inherit;text-decoration:none}.wrap{max-width:1180px;margin:auto;padding:0 20px}
.sympathy{background:var(--pink);border-bottom:1px solid #efd8db;color:#96363d;font-size:12px}.sympathy .wrap{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:15px}
.sympathy .heart{display:inline-flex;width:24px;height:24px;border:1px solid #e5c5c8;background:#fff;border-radius:50%;align-items:center;justify-content:center;margin-right:8px}
.sympathy a{border:1px solid #cf7378;background:#fff;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:700}
header{border-top:3px solid var(--orange);border-bottom:1px solid #eee}.head{height:72px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:31px;font-weight:900;letter-spacing:-1.6px}.logo-b{color:var(--orange)}.actions{display:flex;gap:8px}.pill{border:1px solid var(--orange);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;color:#9d5b0b}.pill.fill{background:var(--orange);color:#fff}
.crumb{font-size:11px;color:#999;margin:12px 0 7px}.title-row{display:flex;justify-content:space-between;align-items:end;gap:14px}.title-row h1{font-size:29px;margin:0}.sub{font-size:13px;color:#777}.count{font-size:11px;color:#888}

.hero{margin-top:14px;border:1px solid #eadfd0;border-radius:16px;overflow:hidden;background:#eef8ff}
.hero-main{min-height:335px;position:relative;background-size:cover;background-position:center;isolation:isolate}
.hero-main:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.84) 41%,rgba(255,255,255,.18) 72%,rgba(255,255,255,.06) 100%);z-index:-1}
.hero-main:after{content:"";position:absolute;inset:auto 0 0 0;height:75px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.76));z-index:-1}
.hero-copy{padding:34px 34px;max-width:610px}.hero-copy .eyebrow{color:#a25b09;font-weight:800;font-size:13px}.hero-copy h2{font-size:42px;line-height:1.07;color:#743500;margin:8px 0 10px}.hero-copy p{font-size:13px;color:#5d5d5d;line-height:1.7}
.history-badge{position:absolute;right:30px;top:28px;background:rgba(255,249,238,.95);border:1px solid #efcfa8;border-radius:15px;padding:15px 18px;text-align:center;color:#8a5216;font-weight:800;min-width:190px}
.hero-collage{position:absolute;right:70px;bottom:22px;width:450px;height:185px}
.hero-shot{position:absolute;width:155px;height:104px;object-fit:cover;border:7px solid #fff;box-shadow:0 8px 20px rgba(0,0,0,.16)}
.hero-shot.s1{left:0;top:28px;transform:rotate(-7deg)}.hero-shot.s2{left:138px;top:0;transform:rotate(5deg)}.hero-shot.s3{left:255px;top:55px;transform:rotate(7deg)}.hero-shot.s4{left:125px;top:78px;transform:rotate(-2deg)}
.characters{width:100%;display:block;background:#f7931e}
.section{margin:20px 0}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.section-title{font-size:19px;margin:0;border-bottom:2px solid var(--orange);padding-bottom:7px;flex:1}.section-head .section-title{border:0;padding:0}.more{font-size:11px;color:#d76e0c;font-weight:700}
.chips{display:flex;gap:7px;flex-wrap:wrap}.chip{border:1px solid #ddd;border-radius:999px;background:#fff;padding:9px 13px;font-size:12px}.chip.active{background:var(--orange);color:#fff;border-color:var(--orange);font-weight:800}
.toolbar{background:var(--soft);border:1px solid #f1dec8;border-radius:12px;padding:14px 16px}.toolbar-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px}.toolbar-label{font-weight:800}.tool{border:1px solid #ddd;background:#fff;border-radius:8px;padding:7px 10px}.note{color:#888}
.calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.calendar-nav{display:flex;gap:6px}.cal-btn{border:1px solid #ddd;background:#fff;border-radius:7px;padding:7px 10px;font-size:11px}
.calendar{width:100%;border-collapse:collapse;border:1px solid #e5e5e5;table-layout:fixed}.calendar th,.calendar td{border:1px solid #eee;height:66px;vertical-align:top;padding:6px;font-size:11px}.calendar th{height:auto;background:#f8f8f8;text-align:center}.sun{color:#e24c4c}.sat{color:#3578d4}.daynum{font-weight:700}.dot{display:inline-flex;min-width:18px;height:18px;border-radius:999px;align-items:center;justify-content:center;background:var(--orange);color:#fff;font-size:10px;margin-top:4px}
.map-options{background:var(--soft);border:1px solid #f1dec8;border-radius:9px;padding:10px 12px;display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:11px}#map{height:440px;border:1px solid #ddd;border-radius:11px;overflow:hidden}

.recruit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.recruit-card{border:1px solid #e5e5e5;border-radius:11px;overflow:hidden;background:#fff;transition:.18s}.recruit-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.07)}.recruit-photo{height:112px;overflow:hidden;position:relative}.recruit-photo img{width:100%;height:100%;object-fit:cover;display:block}.recruit-tag{position:absolute;right:7px;top:7px;background:rgba(255,247,226,.95);border-radius:999px;padding:4px 8px;font-size:9px;font-weight:800;color:#9b651d}.recruit-body{padding:10px}.recruit-date{font-size:10px;color:#e15f0e;font-weight:800}.recruit-title{font-size:11px;font-weight:800;line-height:1.45;margin-top:3px}.recruit-area{font-size:9px;color:#888;margin-top:6px}

.tablewrap{border:1px solid #e5e5e5;border-radius:10px;overflow:hidden}table.list{width:100%;border-collapse:collapse;font-size:11px}table.list th{background:#f8f8f8;text-align:left;padding:9px;border-bottom:2px solid var(--orange)}table.list td{padding:9px;border-bottom:1px solid #eee;vertical-align:middle}.date-cell{font-weight:800;color:#a75e09;white-space:nowrap}.event-title{font-weight:700}.row-thumb{width:52px;height:36px;border-radius:6px;object-fit:cover;vertical-align:middle;margin-right:8px}.cat-badge{display:inline-block;border-radius:999px;padding:5px 8px;background:#fff0dd;color:#ad650f;font-size:9px;font-weight:800}
footer{margin-top:40px;border-top:1px solid #eee;padding:28px 0;color:#999;font-size:11px}
@media(max-width:900px){.actions{display:none}.hero-main{min-height:310px}.hero-copy h2{font-size:32px}.hero-collage{opacity:.35;right:15px}.history-badge{display:none}.recruit-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.title-row{display:block}.hero-main{min-height:290px}.hero-collage{display:none}.recruit-grid{grid-template-columns:1fr}.calendar th,.calendar td{height:52px;font-size:9px}#map{height:340px}table.list th:nth-child(4),table.list td:nth-child(4),table.list th:nth-child(5),table.list td:nth-child(5){display:none}}

/* ================================================================
   v21.7e1 (2026-09-15)  一覧の文字を大きくし、行まるごとを押せるようにした
   ================================================================

   ★ 文字が小さすぎた ★
     表は 11px、カテゴリの札は 9px、募集中カードの地域名も 9px だった。
     日本語は同じ px でも欧文より小さく見える。本文として読ませるなら
     13px を下限にする。札や注釈はそれより1〜2px 下げる程度にとどめる。

   ★ 押せる範囲を升目いっぱいに広げる ★
     これまで押せたのは題名の文字だけで、行の余白はどこを押しても
     反応しなかった。表の行（tr）を <a> で包むことはできないので、
     升目ごとに <a> を置き、余白は td ではなく a に持たせる。
     td に padding を残すと、その余白ぶんだけ押せない帯ができる。      */

table.list{font-size:13px}
table.list th{padding:11px 12px;font-size:12px;color:#666}
table.list td{padding:0}
table.list td[colspan]{padding:14px 12px;color:#777}
.cell-link{display:block;padding:11px 12px;color:inherit;text-decoration:none}
.cell-link:focus-visible{outline:3px solid var(--orange);outline-offset:-3px}
.title-cell{display:flex;align-items:center;gap:9px}
.event-title{font-weight:700;line-height:1.5}
.row-thumb{margin-right:0;flex:0 0 auto}
.date-cell .cell-link{font-weight:800;color:#a75e09}
.from-mark{margin-left:2px;color:#b98a54}
.cat-badge{font-size:11px;padding:5px 9px}
table.list tbody tr:hover{background:#fffaf2}
table.list tbody tr:hover .event-title{color:#c85f19}

/* 前の月から続いているものの見出し */
.subhead{margin:22px 0 9px;font-size:16px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.subhead-note{font-size:11px;color:#8b7c6c;font-weight:400}

/* 募集中のカードも、同じ理由で上げる */
.recruit-title{font-size:13px}
.recruit-date{font-size:12px}
.recruit-area{font-size:11px}
.recruit-tag{font-size:10px}

@media(max-width:560px){
  .cell-link{padding:10px}
  .title-cell{gap:8px}
}

/* 終わった催し。月の一覧には残すが、開催中のものと見分けが付くようにする。
   ★ .date-cell .cell-link より後ろに、より詳しい指定で書くこと ★
     前に書くと色が上書きされない。 */
.row-ended{background:#fbfbfb}
.row-ended .cell-link{color:#9a9a9a}
.row-ended .date-cell .cell-link{color:#a0a0a0;font-weight:700}
.row-ended .event-title{color:#8e8e8e;font-weight:600}
.row-ended .row-thumb{filter:grayscale(1);opacity:.55}
.row-ended .cat-badge{background:#f0f0f0;color:#9b9b9b}
.ended-mark{display:inline-block;margin-left:6px;padding:2px 7px;border-radius:999px;
  background:#ececec;color:#8b8b8b;font-size:10px;font-weight:700;vertical-align:middle}
table.list tbody tr.row-ended:hover{background:#f7f7f7}
table.list tbody tr.row-ended:hover .event-title{color:#8e8e8e}
