/* イベント（/event/・/events/・ホームの「これからのイベント」・団体ページの「イベント」）むぎこ 2026-09-11
   イベントのあるページだけが読む（org.css・top.css は触らない）。平らな色だけ（グラデーションなし） */
.evcards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.evcard{display:flex;flex-direction:column;background:var(--c-paper);border:2px solid var(--c-line);border-radius:var(--r-l);overflow:hidden;text-decoration:none;color:var(--c-ink)}
.evcard:hover,.evcard:focus-visible{border-color:var(--c-green)}
.evcard .fl{display:block;aspect-ratio:3/4;background:var(--c-tint);border-bottom:2px solid var(--c-line);padding:10px}
.evcard .fl img{display:block;width:100%;height:100%;object-fit:contain}
.evcard .bd{display:flex;flex-direction:column;gap:6px;padding:14px 16px 16px}
.evcard .when{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px}
.evcard .when .d{font-size:1.15rem;color:var(--c-green-text)}
.evcard .when .t{font-weight:700}
.evcard .when .nx{font-size:.78rem;font-weight:700;background:var(--c-green);color:#fff;border-radius:var(--r-pill);padding:2px 10px}
.evcard .when .sr-all{flex-basis:100%;font-size:.82rem;color:var(--c-muted)}
.evcard h2,.evcard h3{font-size:1.05rem;line-height:1.5;margin:0;border:0;padding:0}
.evcard .where,.evcard .by{font-size:.88rem;color:var(--c-muted);line-height:1.6}
.evcard .req{align-self:flex-start;font-size:.8rem;font-weight:700;color:var(--c-green-text);border:1.5px solid var(--c-green);border-radius:var(--r-pill);padding:2px 10px;margin-top:2px}
/* 団体ページの中では横長のカード（チラシは左に小さく）。欄が縦に長くならないように */
.evcards.org{grid-template-columns:1fr;gap:12px}
.evcards.org .evcard{display:grid;grid-template-columns:150px 1fr}
.evcards.org .evcard .fl{aspect-ratio:auto;border-bottom:0;border-right:2px solid var(--c-line);padding:8px;min-height:190px}
@media (max-width:899px){ .evcards{grid-template-columns:1fr 1fr} }
@media (max-width:640px){
  .evcards,.evcards.org{grid-template-columns:1fr;gap:12px}
  .evcard{display:grid;grid-template-columns:108px 1fr}
  .evcard .fl{aspect-ratio:auto;border-bottom:0;border-right:2px solid var(--c-line);padding:8px;min-height:150px}
  .evcard .bd{padding:12px 12px 14px;gap:4px}
  .evcard .when .d{font-size:1.05rem}
  .evcards.org .evcard{grid-template-columns:108px 1fr}
  .evcards.org .evcard .fl{min-height:150px}
}
/* イベントのページ */
.ev-page .ev-head{grid-template-columns:1fr 340px}
.ev-facts{list-style:none;margin:16px 0 0;padding:0;border-top:1px solid var(--c-line)}
.ev-facts li{display:grid;grid-template-columns:5.5em 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--c-line);line-height:1.6}
.ev-facts small{color:var(--c-muted);font-weight:700;font-size:.85rem;padding-top:2px}
.ev-facts b{font-size:1.05rem}
.ev-facts span{display:block;font-size:.92rem;color:var(--c-muted)}
.ev-facts a{text-decoration:none}
.ev-flyer.flyers{display:block;margin:0}
.ev-flyer .flyer img{width:100%;height:auto;display:block;border:1px solid var(--c-line);border-radius:var(--r-m);background:#fff}
.ev-flyer figcaption{margin-top:6px;color:var(--c-muted);text-align:center}
.ev-body{max-width:780px;padding:32px 0 48px}
.ev-ended{border:2px solid var(--c-line);background:var(--c-tint);border-radius:14px;padding:14px 18px;margin:12px 0 0;line-height:1.75}
.ev-ended p{margin:0}.ev-ended b{font-size:1.05rem}
.org-v2 .sec ul.ev-dates{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.org-v2 .sec ul.ev-dates li{margin:0;line-height:1.5}
.ev-dates li{padding:6px 14px;border-radius:var(--r-pill);background:var(--c-tint);font-weight:700;font-size:.95rem}
.ev-dates li.past{color:var(--c-muted);font-weight:400;text-decoration:line-through}
.ev-dates li.next{background:var(--c-green);color:#fff}
.ev-dates li.next::before{content:"次回 "}
.ev-host{display:flex;gap:14px;align-items:center;border:2px solid var(--c-line);border-radius:var(--r-l);padding:12px 14px;text-decoration:none;color:var(--c-ink)}
a.ev-host:hover{border-color:var(--c-green)}
.ev-host img{width:96px;height:64px;object-fit:cover;border-radius:var(--r-s);flex:none}
.ev-host b{display:block;line-height:1.5}
.ev-host small{display:block;color:var(--c-muted);font-size:.85rem;line-height:1.6;margin-top:2px}
.ev-host .go{margin-left:auto;font-size:1.4rem;color:var(--c-green-text);font-weight:700}
.ev-note{color:var(--c-muted);margin-top:40px !important;line-height:1.8}
/* 団体ページの「これまでの催し」 */
.ev-past-h{font-size:1rem;margin:22px 0 6px}
.org-v2 .sec ul.ev-past{list-style:none;margin:0;padding:0}
.org-v2 .sec ul.ev-past li{margin:0}
.ev-past li{display:flex;flex-wrap:wrap;gap:2px 12px;padding:8px 0;border-top:1px solid var(--c-line)}
.ev-past small{color:var(--c-muted)}
/* 一覧 /events/ */
.ev-list-h{font-size:1.7rem;margin:16px 0 6px}
.ev-list .lead{margin:0 0 20px;color:var(--c-muted);line-height:1.8}
.ev-list .ev-note{margin-top:28px !important}
.ev-empty{padding:28px;text-align:center;background:var(--c-tint);border-radius:var(--r-l);font-weight:700}
@media (max-width:900px){ .ev-page .ev-head{grid-template-columns:1fr} .ev-flyer.flyers{max-width:420px;margin:8px auto 0} .ev-body{padding-top:24px} }
