@charset "UTF-8";


/* =========================
   area nav
========================= */
.area-nav-section {
  padding: 6px 0 28px;
    margin-top: 7rem;
}

.area-nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.area-nav-card img {
  width: 80px;
  height: auto;
  object-fit: contain;
}

.area-nav-card span {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* =========================
   prefecture sections
========================= */
.example-list-section {
  border-top: 1px solid #dadada;
}

.prefecture-section {
  padding: 28px 0 30px;
  border-bottom: 1px solid #dadada;
}

.prefecture-map img {
  width: 100%;
  object-fit: contain;
}

.prefecture-title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #8b2d2d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.project-card {
  display: block;
}

.project-card img {
  width: 100%;
  object-fit: cover;
}

.project-card p {
  margin: 8px 0 0;
  line-height: 1.6;
  color: #333;
}

/* =========================
   history
========================= */
.history-section {
  padding: 34px 0 90px;
}

.history-box {
  background: #e7e7e7;
  padding: 18px 18px 16px;
  height: 100%;
}

.history-box h3 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #8b2d2d;
  font-weight: 700;
}

.history-box ul {
  margin: 0;
  padding-left: 18px;
}

.history-box li {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.7;
  color: #333;
}

/* =========================
   responsive
========================= */
@media (max-width: 991.98px) {


  .prefecture-map {
    margin-bottom: 12px;
  }

  .prefecture-map img {
    max-width: 80px;
  }

  .project-card img {
    height: 160px;
  }
}

@media (max-width: 767.98px) {
  .page-intro {
    padding: 42px 0 28px;
  }

  .page-title {
    font-size: 34px;
  }

  .page-subtitle {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .page-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .example-copy-section {
    padding: 24px 0 34px;
  }

 
  .area-nav-card img {
    width: 48px;
    height: 48px;
  }

  .area-nav-card span {
    font-size: 9px;
  }

  .prefecture-section {
    padding: 22px 0 24px;
  }

  .prefecture-title {
    font-size: 20px;
  }

  .project-card img {
    height: 180px;
  }

  .history-section {
    padding: 28px 0 56px;
  }

  .history-box {
    padding: 16px 14px 14px;
  }

  .history-box h3 {
    font-size: 13px;
  }

  .history-box li {
    font-size: 10px;
    line-height: 1.7;
  }
}

.history-section {
  padding: 34px 0 90px;
}

.history-card {
  background: #e7e7e7;
  padding: 22px 22px 18px;
  height: 100%;
}

.history-card h3 {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.5;
  color: #8b1f3e;
  font-weight: 700;
}

.history-card ul {
  margin: 0;
  padding-left: 1.2em;
}

.history-card li {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 767.98px) {
  .history-section {
    padding: 28px 0 56px;
  }

  .history-card {
    padding: 18px 16px 14px;
  }

  .history-card h3 {
    font-size: 16px;
  }

  .history-card li {
    font-size: 13px;
    line-height: 1.65;
  }
}