/* ───────── シングル記事 ───────── */

/* ───── タイトルを画像より 4px 下げる例 ───── */
section {
  font-family: "Zen Kaku Gothic New";
}

.news-article {
  margin: 0 auto 20px;
}
.news-article__head {
  margin-bottom: 32px;
}

.news-content p {
  margin: 0;
}

.news-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #b32223;
  border-bottom: 1px dashed #b32223;
  border-image: repeating-linear-gradient(
      to right,
      #b32223 0,
      #b32223 8px,
      transparent 8px,
      transparent 16px
    )
    100% 1;
}
.news-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}
.news-date {
  font-family: "Roboto", sans-serif;
  color: #555;
  font-size: 20px;
  font-weight: 500;
}
.news-label {
  display: inline-block;
  padding: 4px 14px;
  font-size: 16px;
  font-weight: 500;
  background: #b32223;
  color: #fff;
  border-radius: 50px;
  width: 120px;
  text-align: center;
  margin-left: 20px;
}

.news-body {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.news-thumb {
  flex: 0 0 260px;
}
.news-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news-content {
  flex: 1;
  line-height: 48px;
  font-size: 20px;
  font-weight: 500;
}

.more-label {
  padding-right: 10px;
}

.news-back {
  margin-top: 48px;
  text-align: center;
}
.btn-back {
  display: inline-block;
  padding: 12px 48px;
  color: #fff;
  background: #b32223;
  border-radius: 24px;
  text-decoration: none;
}
.btn-back:hover {
  opacity: 0.85;
}

.shop-search-box {
  margin-bottom: 100px;
}

.banner-button-wrap {
  text-align: center;
}

.more-news-button {
  margin-top: 40px;
  margin-bottom: 120px;
  display: inline-flex;
  align-items: center;
  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;
}

.more-news-button {
  margin-bottom: 70px;
}

.shop-search-box {
  margin-top: 0;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-bottom: 1em;
}


@media screen and (max-width: 768px) {
  .news-article__head {
    margin: 0 24px;
  }
  .news-single {
    margin: 0;
  }
  .news-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .news-date {
    font-size: 16px;
  }
  .news-label {
    font-size: 14px;
    margin-left: 0;
  }
  .news-body {
    display: block;
    margin: 0 24px;
  }
  .news-thumb {
    margin: 24px 50px;
  }
  .news-content {
    font-size: 16px;
  }
  .banner-button-wrap {
    margin: 0 auto;
  }
  .more-news-button {
    margin: 24px 0 50px;
    font-weight: 500;
    gap: 0;
    padding-right: 20px;
  }
  .shop-search-box {
    margin-bottom: 50px;
  }
  .news-meta {
    gap: 20px;
  }
  .news-content p {
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
  }
  .news-article {
    margin-bottom: 0;
  }
  .store-search-button {
    width: 280px;
    height: 50px;
  }
  .store-search-button {
    gap: 20px;
    margin: 0 auto;
  }
  .search-icon-background {
    height: 40px;
    width: 40px;
  }
  .prefecture-select,
  .keyword-input {
    padding: 12px 5px;
  }
  .more-label {
    min-width: 230px;
    padding-left: 0;
  }
  .shop-search-box{
    margin: 0 24px 50px;
  }
}
