/* ============================================================
assets/css/theme-modern.css — テーマ差し替え（モダン）
- 色味：コバルトブルー × オフホワイト
============================================================ */

:root, [data-theme="modern"] {
  --acc: #2563eb;       /* コバルト */
  --acc-weak: #e8f0ff;  /* うす青 */
  --c-bg: #fcfcfe;      /* ほぼ白 */
  --c-surface: #f5f7ff; /* セクション淡青 */
  --c-border: #e5e9f6;  /* 青系ボーダー */
}

.hero-copy .btn-primary { box-shadow: 0 10px 30px rgba(37,99,235,.28); }
.section-title { position: relative; padding-left: .9rem; }
.section-title::before { content: ""; position: absolute; left: 0; top: -3px; bottom: -3px; width: 6px; border-radius: 6px; background: var(--acc); }
.menu-item { background: linear-gradient(180deg, #fff 0%, #f5f7ff 100%); }
.gallery-item { background: #fff; }
