/* ==============================
   e-kanagawa_reservation_add.css
   施設予約リニューアル告知ページ専用追加スタイル
   ============================== */

.article-detail .title {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  border-left: 6px solid #004ea2;
  padding-left: 0.4em;
}

.article-detail .date {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1em;
}

.article-body h3 {
  margin-top: 1.4em;
  font-size: 1.1rem;
  color: #004ea2;
  border-bottom: 1px solid #d8e2f4;
  padding-bottom: 0.2em;
}

.article-body p {
  line-height: 1.8;
  margin: 0.6em 0;
}

.municipal-list {
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr ;
}
  


.table-wrap {
  overflow-x: auto;
  margin: 1em 0;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #dcdcdc;
  padding: 0.5em 0.8em;
  text-align: left;
}

.schedule-table thead th {
  background: #f4f6fa;
  font-weight: 700;
}

.note_ {
  background: #fff8e6;
  border-left: 4px solid #ffca28;
  padding: 0.7em 1em;
  margin: 1.4em 0;
}

.contact {
  padding: 1em;
  margin-top: 2em;
  border-radius: 6px;
}

.contact h4 {
  margin-bottom: 0.4em;
  color: #004ea2;
}

/* スマホ対応 */
@media screen and (max-width: 640px) {
  .municipal-list { grid-template-columns: 1fr 1fr; }
  .article-detail .title { font-size: 1.3rem; }
}