/* ───────── お知らせ一覧 ───────── */
.news-list__head {
  font-size: 26px;
  margin: 40px 0 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.news-list {
  display: flex;
  gap: 80px;
  margin-bottom: 60px;
}

/* ページネーション */
.pagination-wrapper {
  margin: 40px 0 60px;
  text-align: center;
}

.pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.pagination-wrapper .page-numbers li {
  list-style: none;
  display: flex;
  align-items: center;
}

.pagination-wrapper .page-numbers a,
.pagination-wrapper .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid #d0d0d0;
}

.pagination-wrapper .page-numbers a:hover {
  background-color: #d0d0d0;
  text-decoration: none;
}

.pagination-wrapper .page-numbers .current,
.pagination-wrapper .page-numbers span.current,
.pagination-wrapper .page-numbers li .current,
.pagination-wrapper .page-numbers span[aria-current="page"] {
  background-color: #b32223 !important;
  color: #fff !important;
  font-weight: bold;
}
.news-list__items {
  padding: 0;
  width: 100%;
  border-top: 1px dashed #b32223;
  border-image: repeating-linear-gradient(
      to right,
      #b32223 0,
      #b32223 6px,
      transparent 6px,
      transparent 12px
    )
    100% 1;
  margin-top: 0;
}
.news-list__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px dashed #b32223;
  border-image: repeating-linear-gradient(
      to right,
      #b32223 0,
      #b32223 6px,
      transparent 6px,
      transparent 12px
    )
    100% 1;
}
.news-list__item a {
  display: flex;
  gap: 24px;
  align-items: center;
  text-decoration: none;
  color: #333;
  flex: 1;
}
.news-list__item:hover .news-list__title,
.news-list__item:hover .news-title {
  text-decoration: underline;
}
.news-list__date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 96px;
  flex: 0 0 auto;
}
.news-list__title {
  flex: 1;
}
.news-list__item.--none {
  padding: 20px 0;
  text-align: center;
  list-style: none;
}
.news-thumb {
  width: 108px;
  height: 108px;
  object-fit: cover;
  flex: 0 0 auto;
}
.news-date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 90px;
  flex: 0 0 auto;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
}
.news-label {
  display: inline-block;
  padding: 2px 10px;
  font-size: 16px;
  background: #b32223;
  color: #fff;
  border-radius: 50px;
  margin-left: 20px;
  width: 120px;
  text-align: center;
}
.news-title {
  flex: 1;
  margin: 12px 0 0;
  line-height: 1.6;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 1px;
  color: #1a1a1a;
}
.news-meta {
  margin-bottom: 4px;
}
.more-news-button {
  margin-top: 40px;
  margin-bottom: 120px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(to right, #b32223, #e06364);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
  padding: 6px;
}
/* ───────── 詳細ページ ───────── */
.news-single__header {
  margin-bottom: 24px;
}
.news-single__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}
.news-single__date {
  color: #666;
  font-size: 14px;
}
.news-single__thumb {
  margin: 24px 0;
}
.news-single__thumb img {
  width: 100%;
  height: auto;
}
.news-single__content {
  line-height: 1.8;
}
.news-single__back {
  margin-top: 40px;
  text-align: center;
}
.c-btn--back {
  display: inline-block;
  background: #b21d2d;
  color: #fff;
  padding: 10px 32px;
  border-radius: 3px;
}
/* お知らせ見出し */
.news-head {
  text-align: left;
  /* max-width: 1024px;
  margin: 0 auto; */
  margin-left: 13%;
  margin-right: 13%;
}
.news-head__ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #b32223;
  margin-bottom: 3px;
}
.news-head__en {
  font-family: "Zen Old Mincho", serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #b32223;
  padding-bottom: 80px;
  line-height: 1.15;
  margin: 0;
}

/* ───────── サイドバー ───────── */
.repair-side,
.blog-side {
  flex: 0 0 250px;
  background: #fdf9f9;
  padding: 24px 20px;
  position: sticky;
  top: 2rem;
  align-self: start;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}
.repair-side__head,
.blog-side__head {
  font-size: 15px;
  font-weight: 700;
  margin: 30px 0 12px;
  color: #5c1816;
  letter-spacing: 3px;
  position: relative;
}
.repair-side__head::after,
.blog-side__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #b32223;
  border-image: repeating-linear-gradient(
      to right,
      #b32223 0,
      #b32223 8px,
      transparent 8px,
      transparent 16px
    )
    100% 1;
  margin-top: 12px;
}
.repair-side h2,
.blog-side h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
/* 検索フォーム */
.search-form .search-field {
  position: relative;
  margin-bottom: 32px;
  width: 182px;
}
.search-form input[type="search"] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #5c1816;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  height: 50px;
  font-family: "Zen Kaku Gothic New";
}
.search-form button {
  position: absolute;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}
.search-icon-background {
  background: #410504;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-icon {
  width: 28px;
  height: 28px;
}
/* カテゴリー & アーカイブ */
.side-cats,
.side-archives {
  padding-left: 0;
}
.side-cats li,
.side-archives li {
  list-style: none;
  margin: 0.4rem 0;
}
.side-cats li a,
.side-archives li a {
  text-decoration: none;
  color: #b32223;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
}
.side-cats li a {
  font-size: 16px !important;
  border: 1px solid #b32223;
  padding: 4px 16px;
  border-radius: 999px;
  background-color: #f5f5f5;
}
.side-archives li a {
  font-size: 20px !important;
}
.repair-cat-tag,
.blog-cat-tag {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #f5f5f5;
  border: 1px solid #b32223;
  border-radius: 9999px;
  color: #b32223;
  font-size: 16px;
  text-decoration: none;
  transition: 0.2s;
}
.repair-cat-tag:hover,
.blog-cat-tag:hover {
  background: #b32223;
  color: #fff;
}

/* ───────── モバイル対応 ───────── */
@media (max-width: 768px) {
  .news-head {
    margin: 0 20px;
    padding: 0;
  }
  .news-head__ja {
    font-size: 20px;
  }
  .news-head__en {
    font-size: 40px;
    padding-bottom: 0;
  }
  .news-list__items {
    margin: 0 0 20px;
    width: auto;
  }
  .news-thumb {
    width: 80px;
    height: 80px;
  }
  .news-date {
    font-size: 16px;
  }
  .news-label {
    font-size: 14px;
    width: 110px;
  }
  .news-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
  }
  .more-news-button {
    margin-bottom: 30px;
  }
  .repair-side,
  .blog-side {
    position: relative;
    width: auto;
    margin-bottom: 40px;
    top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .repair-search,
  .repair-cat,
  .repair-archive {
    padding: 0 20px;
  }
  .search-form .search-field {
    width: 85%;
  }
  .news-list {
    display: block;
    margin: 0;
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .side-cats li {
    display: contents;
    margin-bottom: 10px;
  }
  .blog-cat-tag {
    margin-bottom: 10px;
  }
  .repair-side h2,
  .blog-side h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .repair-side__head::after,
  .blog-side__head::after {
    margin-top: 20px;
  }
  .search-field {
    margin-bottom: 25px !important;
  }
  .side-cats li a {
    margin-right: 10px;
  }
  .side-archives {
    margin-bottom: 0;
  }
  .news-list__item {
    padding: 15px 0;
  }
  .repair-side,
  .blog-side {
    max-height: 300px;
    width: 80%;
    margin: auto;
    margin-bottom: 80px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 12px;
  }
}
