#main {
background-image: url("/wp-content/themes/la-lux/img/news/news-bk.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-detail-main {
  background: #f6f7fa;
  min-height: 70vh;
  padding: 56px 0 80px 0;
  padding-top:5rem;
}
.news-detail-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
.news-detail-card {
  margin-top:5%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 32px #29b6f622;
  padding: 36px 36px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-detail-thumb {
  width: 100%;
  max-width: 460px;
  max-height: 340px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 12px;
  background: #eaf0f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-detail-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news-detail-meta {
  width: 100%;
  text-align: left;
}
.news-detail-date {
  color: #29b6f6;
  font-size: 1.08em;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}
.news-detail-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 22px;
}
.news-detail-content {
  font-size: 1.08em;
  line-height: 1.75;
  color: #222;
}
.news-detail-back {
  margin-top: 40px;
  text-align: center;
}
.news-detail-back-link {
  color: #29b6f6;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid #29b6f6;
  transition: color 0.2s;
}
.news-detail-back-link:hover {
  color: #0077b6;
  border-bottom-color: #0077b6;
}
@media (max-width: 600px) {
  .news-detail-card { padding: 18px 6px; }
  .news-detail-title { font-size: 1.3rem; }
  .news-detail-thumb { max-height: 190px; }
}
/*--------お知らせ一覧ーーーーーーー*/
.news-archive-main {
  background: #f8fafb;
  min-height: 85vh;
  padding: 50px 0;
  padding-top:5rem;
}
.news-archive-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}
.news-archive-title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.news-archive-title span {
  color: #29b6f6;
  font-size: 1.15rem;
  font-weight: normal;
  margin-left: 14px;
  border-bottom: 2px solid #29b6f6;
  display: inline-block;
}

.news-cards{
  display: flex;
  flex-wrap: wrap;
  gap: 34px;

  /* 行の並びは左から */
  justify-content: flex-start;

  /* ★ 2列ぶんの幅にして中央に置く */
  max-width: calc(480px * 2 + 34px); /* 480*2 + gap */
  margin: 0 auto;
}

.news-card{
  /* ★ 2列をピタッと揃える（gapの半分を引く） */
  width: calc(50% - 17px);

  min-width: 300px;
  max-width: 480px;

  /* ここから下は今のままでOK（念のため残す） */
  background: #fff0c7cf;
  border-radius: 15px;
  box-shadow: 0 4px 20px #29b6f60d;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.18s;
  position: relative;
}

@media (max-width: 850px){
  .news-cards{
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 16px;
  }
  .news-card{
    max-width: unset;
  }
}

@media (max-width: 850px) {
  .news-cards { gap: 16px; max-width: none; }
  .news-card  { width: 97%; min-width: unset; max-width: unset; }
  .news-thumb { height: 80px; min-width: 80px; }
}



.news-card:hover {
  box-shadow: 0 10px 32px #29b6f644;
  transform: translateY(-3px) scale(1.03);
}
.news-thumb {
  width: 130px;
  min-width: 120px;
  height: 120px;
  background: #d1e6ef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-right: 1px solid #f0f0f0;
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-meta {
  padding: 22px 16px 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.news-date {
  color: #0099cc;
  font-size: 0.98em;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.news-title-txt {
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1.4;
  color: #222;
}
@media (max-width: 850px) {
  .news-card { width: 97%; min-width: unset; max-width: unset; }
  .news-cards { gap: 16px; }
  .news-thumb { height: 80px; min-width: 80px; }
}


.news-page-content{
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #e6e8ee;
}

/* newsアーカイブようボタン　*/
.news-archive-cta{
  margin: 28px 0 10px;
  text-align:center;
}
.news-archive-btn{
  background: #fff;
  display:inline-block;
  padding: 12px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-decoration:none;
}
