/* ================================================
   fukuoka.css — 全日本軟式野球福岡県連盟
   ================================================ */

body {
  background: #CCFFFF;
  color: #000000;
}

.page-container {
  max-width: 980px;
  margin: 0 auto;
}

/* ヘッダー */
.site-header img {
  width: 100%;
}

/* ナビゲーション */
nav.site-nav {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  border: 1px solid #666666;
  overflow: hidden;
}

nav.site-nav a {
  flex: 1 1 0;
  min-width: 0;
  padding: 10px clamp(2px, 1vw, 14px);
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.6em, 1.9vw, 1.05em);
  color: #000080;
  text-decoration: none;
  border-right: 1px solid #999999;
  white-space: nowrap;
  overflow: hidden;
}

nav.site-nav a:last-child {
  border-right: none;
}

nav.site-nav a:hover {
  background: #e0f4ff;
  text-decoration: underline;
}

/* コンテンツエリア */
.content-box {
  background: #ffffff;
  padding: 24px 20px;
  min-height: 300px;
}

.content-box h2 {
  font-family: 'HG正楷書体-PRO', 'ＭＳ 明朝', serif;
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 16px;
  border-bottom: 2px solid #009900;
  padding-bottom: 6px;
}

.content-box h3 {
  font-family: Meiryo, 'ＭＳ 明朝', serif;
  font-size: 1.2em;
  color: #003399;
  margin: 20px 0 8px;
}

.content-box p {
  line-height: 1.8;
  margin-bottom: 12px;
}

/* 連絡先レイアウト */
.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  margin: 16px 0;
}

.contact-info {
  flex: 1 1 260px;
  line-height: 1.9;
  font-family: 'HG正楷書体-PRO', Meiryo, serif;
}

.contact-map {
  flex: 2 1 380px;
}

.contact-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* ダウンロードリスト */
.dl-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dl-list li {
  padding: 8px 4px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.6;
}

.dl-list li:last-child {
  border-bottom: none;
}

.dl-list .dl-label {
  color: #000000;
}

.dl-section {
  margin-bottom: 24px;
}

.dl-section h3 {
  background: #e8f8e8;
  padding: 6px 10px;
  border-left: 4px solid #009900;
  margin-bottom: 8px;
}

/* フッター */
footer {
  text-align: center;
  padding: 16px;
  font-size: 0.8em;
  color: #333333;
  border-top: 1px solid #99cccc;
  margin-top: 16px;
}

/* スケジュール iframe */
.schedule-iframe {
  width: 100%;
  height: 600px;
  border: 1px solid #cccccc;
}

/* ================================================
   レスポンシブ (600px以下)
   ================================================ */
@media screen and (max-width: 600px) {
  .content-box {
    padding: 14px 10px;
  }

  .contact-map iframe {
    height: 250px;
  }

  .schedule-iframe {
    height: 480px;
  }
}
