/* news-style.css
   ニュース(お知らせ)一覧・詳細ページ専用スタイル
   テーマフォルダ直下に配置してください。
*/
.hs-news-page {
  --navy: #0F2540;
  --gold: #C99A3F;
  --text: #1A1A1A;
  --sub: #5B6472;
  --line: #E1E1E1;
  --box-bg: #F3F5F8;
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--text) !important;
  background: #FFFFFF !important;
  line-height: 1.9;
}
.hs-news-page * { box-sizing: border-box; color: var(--text); }
.hs-news-page .hs-wrap { max-width: 820px; margin: 0 auto; padding: 0 20px; }
.hs-news-page section { padding: 64px 0; background: #FFFFFF !important; }

.hs-news-page .hs-list-header {
  background: var(--navy) !important; color: #FFFFFF !important; padding: 72px 0 56px;
}
.hs-news-page .hs-list-header * { color: #FFFFFF; }
.hs-news-page .hs-list-header .hs-kicker {
  font-family: Georgia, serif; font-style: italic; color: var(--gold) !important;
  font-size: 15px; letter-spacing: 0.12em; margin-bottom: 14px; display: block;
}
.hs-news-page .hs-list-header h1 { font-size: clamp(26px, 3.8vw, 36px); font-weight: 800; margin: 0 0 16px; }
.hs-news-page .hs-list-header p { font-size: 16px; color: #E9EDF2 !important; margin: 0; line-height: 2; max-width: 600px; }

.hs-news-page .hs-filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.hs-news-page .hs-filter-chip {
  font-size: 13.5px; font-weight: 700; padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--sub) !important; background: #fff !important;
  text-decoration: none; display: inline-block;
}
.hs-news-page .hs-filter-chip.hs-active { background: var(--navy) !important; color: #FFFFFF !important; border-color: var(--navy); }

.hs-news-page .hs-news-list { border-top: 1px solid var(--line); }
.hs-news-page .hs-news-row {
  display: grid; grid-template-columns: 130px 100px 1fr; gap: 20px; align-items: baseline;
  padding: 22px 4px; border-bottom: 1px solid var(--line); text-decoration: none;
}
.hs-news-page .hs-news-row .hs-date { font-size: 13.5px; color: var(--sub) !important; font-weight: 600; }
.hs-news-page .hs-news-row .hs-tag {
  font-size: 12px; font-weight: 700; color: var(--navy) !important; background: var(--box-bg) !important;
  padding: 4px 10px; border-radius: 3px; text-align: center; align-self: start;
}
.hs-news-page .hs-news-row .hs-title { font-size: 15.5px; font-weight: 700; color: var(--text) !important; line-height: 1.7; }
.hs-news-page a.hs-news-row:hover .hs-title { color: var(--navy) !important; }

.hs-news-page .hs-cta-strip {
  margin-top: 56px; background: var(--navy) !important; border-radius: 4px; padding: 40px; text-align: center;
}
.hs-news-page .hs-cta-strip * { color: #FFFFFF !important; }
.hs-news-page .hs-cta-strip h3 { font-size: 19px; font-weight: 800; margin: 0 0 10px; }
.hs-news-page .hs-cta-strip p { font-size: 14.5px; color: #E3E8EF !important; margin: 0 0 20px; }
.hs-news-page .hs-btn {
  display: inline-block; text-decoration: none; font-size: 14.5px; font-weight: 800;
  padding: 14px 28px; border-radius: 3px; background: var(--gold) !important; color: #1A1200 !important;
}

@media (max-width: 720px) {
  .hs-news-page .hs-news-row { grid-template-columns: 1fr; gap: 6px; }
  .hs-news-page section { padding: 44px 0; }
}

/* ==========================
   トップページ用「お知らせ」セクション (.hs-top-news)
   [maku_news_top] ショートコード用スタイル
========================== */
.hs-top-news {
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.hs-top-news * { box-sizing: border-box; }
.hs-top-news .hs-wrap { max-width: 920px; margin: 0 auto; padding: 0 20px; }
.hs-top-news section { padding: 64px 0; }

.hs-top-news .hs-en-label {
  display: block; font-family: Georgia, serif; font-style: italic; font-size: 15px;
  letter-spacing: 0.12em; color: #C99A3F !important; margin-bottom: 10px; font-weight: 700;
}
.hs-top-news h2.hs-h2 {
  font-size: 20px; font-weight: 800; color: #FFFFFF !important; margin: 0 0 32px;
  background: #0F2540 !important; padding: 12px 20px !important; border-radius: 2px; display: inline-block;
  border: none !important; border-top: none !important; border-bottom: none !important;
  box-shadow: none !important;
}
.hs-top-news .hs-head-row { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 12px; }

.hs-top-news .hs-news-list { border-top: 1px solid #E1E1E1; background: #FFFFFF !important; border-radius: 4px; overflow: hidden; }
.hs-top-news .hs-news-row {
  display: grid; grid-template-columns: 120px 96px 1fr; gap: 18px; align-items: baseline;
  padding: 18px 20px; border-bottom: 1px solid #E1E1E1; text-decoration: none;
}
.hs-top-news .hs-news-row:last-child { border-bottom: none; }
.hs-top-news .hs-news-row .hs-date { font-size: 13px; color: #5B6472 !important; font-weight: 600; }
.hs-top-news .hs-news-row .hs-tag {
  font-size: 11.5px; font-weight: 700; color: #0F2540 !important; background: #F3F5F8 !important;
  padding: 3px 9px; border-radius: 3px; text-align: center; align-self: start;
}
.hs-top-news .hs-news-row .hs-title { font-size: 15px; font-weight: 700; color: #1A1A1A !important; line-height: 1.7; }

@media (max-width: 720px) {
  .hs-top-news .hs-news-row { grid-template-columns: 1fr; gap: 6px; }
  .hs-top-news section { padding: 44px 0; }
}