/* === Auto-generated split from style.css (news.css) === */
/* Generated by /tmp/css_split_v2.py using HTML class-usage analysis */

.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 480px) {
.news-hero { height: 240px; }
}
.news-hero {
  position: relative; height: 280px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: var(--cream);  /* about ヒーローと同じトーン */
}
.news-hero-bg { display: none; }
.news-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.breadcrumb {
  font-size: 12px; color: var(--muted);
  display: flex; align-items: center; gap: 6px;
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--yellow-dk); }
.breadcrumb span { color: var(--text); }

@media (max-width: 600px) {
.breadcrumb {
    font-size: 11px;
  }
}
.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.news-pagination .page-btn {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--text);
  font-weight: 600;
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.news-pagination .page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.news-pagination .page-nav {
  font-size: 16px;
  font-weight: 400;
}
.news-pagination .page-ellipsis {
  color: var(--muted);
  padding: 0 4px;
  font-size: 13px;
}
.news-cta {
  background: var(--cream); text-align: center;
  padding: 72px 24px 80px; position: relative; overflow: hidden;
}
.news-cta-row {
  position: relative; z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.news-cta-lemon {
  width: 80px; height: auto;
  flex-shrink: 0;
  /* 白背景PNGをクリーム背景に馴染ませる */
  mix-blend-mode: multiply;
  opacity: .9;
  pointer-events: none;
}

@media (max-width: 480px) {
.news-cta-lemon { display: none; }
}
.news-cta-text {
  font-family: 'Shippori Mincho', serif; font-size: 20px; color: #555;
  line-height: 1.8; position: relative; z-index: 1;
}
.news-cta { padding: 56px 24px 60px !important; }

@media (max-width: 600px) {
.news-cta { padding: 40px 18px 44px !important; }
}
.news-hero {
  position: relative;
  background: #fdf4ed url('../images/news_hero_bg.jpg') center / contain no-repeat;
  width: 100%;
  height: clamp(110px, 12vw, 180px);
  overflow: hidden;
}
.news-hero-bg { display: none; }

@media (max-width: 600px) {
.news-hero {
    aspect-ratio: auto;
    height: 140px;
    background: #fcf7ef url('../images/news_hero_bg.jpg') center / cover no-repeat;
  }
}
.news-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.breadcrumb {
  font-size: 12px;
  color: #888;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #888;
  text-decoration: none;
}
.breadcrumb a:hover { color: #d6802b; }
.breadcrumb span { margin: 0 6px; }
.news-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 36px;
  align-items: flex-start;
}
.news-sidebar {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  border: 1px solid #f0ebde;
  overflow: hidden;
  position: sticky;
  top: 80px;
}
.news-sidebar-title {
  background: #d6802b;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 14px 18px;
  letter-spacing: 0.04em;
}
.news-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-cat-list li + li { border-top: 1px solid #f0ebde; }
.news-cat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  text-decoration: none;
  color: #444;
  font-size: 13.5px;
  font-weight: 500;
  transition: background .15s ease;
}
.news-cat-link:hover { background: #f9f5e8; }
.news-cat-arrow {
  width: 22px;
  height: 22px;
  border: 1.5px solid #d6802b;
  border-radius: 50%;
  color: #d6802b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.news-main { min-width: 0; }
.news-keyword {
  font-size: 14px;
  color: #444;
  margin: 0 0 18px;
}
.news-keyword span {
  font-weight: 700;
  color: #d6802b;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 20px;
}
.news-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.news-card:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}
.news-card:hover .news-card-title { color: #d6802b; }
.news-card:hover .news-card-img img { transform: scale(1.03); }
.news-card-img {
  aspect-ratio: 16 / 9;
  background: #eee;
  overflow: hidden;
  margin-bottom: 0;
}
.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.news-card-body { padding: 14px 16px 18px; }
.news-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  font-size: 12px;
}
.news-card-date {
  color: #222;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}
.news-card-cat {
  background: #fff;
  color: #d6802b;
  border: 1.5px solid #d6802b;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
.news-card:hover .news-card-date { color: #d6802b; }
.news-card:hover .news-card-cat {
  color: #fff;
  background: #d6802b;
  border-color: #d6802b;
}
.news-card-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  color: #2a2a2a;
  margin: 0;
  transition: color 0.25s ease;
}
.news-empty {
  text-align: center;
  color: #888;
  padding: 60px 0;
  grid-column: 1 / -1;
}
.news-modal {
  position: fixed; inset: 0; z-index: 9998;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0; pointer-events: none;
  transition: opacity 0.22s ease;
  padding: 24px;
}
.news-modal[data-open="true"] { opacity: 1; pointer-events: auto; }
.news-modal-inner {
  position: relative;
  width: 100%; max-width: 720px;
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  display: flex; flex-direction: column;
}
.news-modal-scroll {
  overflow-y: auto;
}
.news-modal-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eee;
  overflow: hidden;
}
.news-modal-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.news-modal-body {
  padding: 24px 28px 32px;
}
.news-modal-meta {
  display: flex; align-items: center; gap: 10px;
  margin: 0 0 12px;
  font-size: 13px;
}
.news-modal-date {
  color: #444;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.news-modal-cat {
  background: #fff;
  color: #d6802b;
  border: 1.5px solid #d6802b;
  padding: 2px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.news-modal-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #2a2a2a;
  margin: 0 0 16px;
}
.news-modal-excerpt {
  font-size: 15px;
  line-height: 1.85;
  color: #3a3a3a;
  margin: 0;
  white-space: pre-wrap;
}
.news-modal-close {
  position: absolute; top: 12px; right: 12px;
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.95);
  color: #222;
  border: none; border-radius: 50%;
  cursor: pointer;
  font-size: 22px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 2;
}
.news-modal-close:hover { background: #fff; }
body.news-modal-open { overflow: hidden; }

@media (max-width: 600px) {
.news-modal { padding: 12px; }
.news-modal-body { padding: 20px 20px 28px; }
.news-modal-title { font-size: 17px; }
.news-modal-excerpt { font-size: 14px; line-height: 1.8; }
}
.news-pagination {
  margin: 48px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.news-pagination .page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #d4cebd;
  background: #fff;
  color: #444;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: background .15s ease, color .15s ease;
}
.news-pagination .page-btn:hover {
  background: #f7f3e8;
  color: #d6802b;
}
.news-pagination .page-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}
.news-pagination .page-nav {
  font-size: 12.5px;
  font-weight: 700;
}
.news-pagination .page-ellipsis {
  padding: 0 4px;
  color: #888;
}
.news-cta {
  background: linear-gradient(180deg, #fcfdfa 0%, #fbf7eb 100%);
  padding: 56px 24px 64px;
}
.news-cta-row {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.news-cta-text {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.85;
  color: #2a2a2a;
  margin: 0;
  text-align: center;
}
.news-cta-lemon { width: 80px; height: auto; }

@media (max-width: 900px) {
.news-layout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
.news-sidebar {
    position: static;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
  }
.news-sidebar-title {
    background: transparent;
    color: #444;
    padding: 0 0 8px;
    font-size: 13px;
  }
.news-cat-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 0;
    margin: 0;
    max-width: 100%;
    /* デフォは右端だけフェード（=スクロール余地あり） */
    mask-image: linear-gradient(to right, #000 calc(100% - 36px), transparent);
    -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 36px), transparent);
  }
.news-cat-list[data-scroll="mid"] {
    mask-image: linear-gradient(to right, transparent, #000 36px, #000 calc(100% - 36px), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 36px, #000 calc(100% - 36px), transparent);
  }
.news-cat-list[data-scroll="end"] {
    mask-image: linear-gradient(to right, transparent, #000 36px);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 36px);
  }
.news-cat-list::-webkit-scrollbar { display: none; }
.news-cat-list li + li { border-top: none; }
.news-cat-link {
    flex-shrink: 0;
    padding: 8px 16px;
    border: 1.5px solid #d6802b;
    border-radius: 999px;
    color: #d6802b;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
    white-space: nowrap;
  }
.news-cat-link:hover { background: #fff; }
.news-cat-arrow { display: none; }
.news-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 16px; }
}

@media (max-width: 600px) {
.news-grid { grid-template-columns: 1fr; gap: 18px; }
.news-pagination .page-btn { min-width: 32px; height: 32px; padding: 0 8px; font-size: 12px; }
}
