/* /top/（総合案内）だけで使う見た目。共通の /assets/site/site.css に無いものだけを置く */

/* 行き先カード：「講座と開催日程」は横いっぱいに1枚（2列のあいだを区切る帯） */
.dest-grid .dest.wide { grid-column: 1 / -1; }

/* そのほかの入口（小さな行き先の見出し） */
.more-dest { margin-top: 36px; }
.more-dest h3 { margin: 0 0 12px; font-size: .95rem; line-height: 1.5; font-weight: 900; color: var(--ink-2); }

/* ヨンサンのひとこと：小見出しと、プロフィールへのボタンの間隔 */
.quote .kicker { display: block; margin: 0 0 10px; }
.quote-go { margin-top: 20px; }
