@charset "utf-8";

/* ========================================
   対応エリア（maru-chon）
   メインカラー: #231815 / ベージュ: #F3F2F1
   見出し: Zen Old Mincho
======================================== */
.area-page {
  font-family: "Zen Old Mincho", "Noto Sans JP", "游明朝", "Yu Mincho", serif;
  color: #231815;
  background: #fff;
  padding: 120px 0 0;
  -webkit-font-smoothing: antialiased;
}

.area-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.area-eyebrow {
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #8a8178;
  margin: 0 0 12px;
  text-align: center;
}

.area-title {
  font-size: 34px;
  text-align: center;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.28em;
  color: #231815;
  line-height: 1.4;
}

.area-lead {
  text-align: center;
  margin: 0 auto 56px;
  max-width: 640px;
  padding-top: 28px;
}

.area-lead::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #231815;
  margin: 0 auto 28px;
}

.area-lead p {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.08em;
  color: #55504d;
}

.area-map {
  margin: 0 auto 80px;
  max-width: 720px;
}

.area-map a {
  display: block;
}

.area-map img {
  width: 100%;
  height: auto;
  display: block;
}

.area-detail {
  padding-bottom: 24px;
}

.area-section-hd {
  margin-bottom: 48px;
  padding: 0 0 28px;
  border-bottom: 1px solid #e2ddd7;
}

.area-section-hd .area-eyebrow {
  text-align: left;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.42em;
}

.area-section-hd h2 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #231815;
}

.area-main {
  padding: 36px 0 40px;
  border-bottom: 1px solid #e2ddd7;
}

.area-badge {
  display: inline-block;
  background: #231815;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.28em;
  padding: 6px 16px;
  margin: 0 0 18px;
}

.area-main h3 {
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.05;
  color: #231815;
  margin: 0;
}

.area-main .area-pref-en {
  display: block;
  margin: 10px 0 16px;
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #8a8178;
}

.area-main-note {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #231815;
  margin: 0 0 22px;
}

.area-cities {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #55504d;
}

.area-city {
  white-space: nowrap;
}

.area-sep {
  color: #c8c0b6;
  margin: 0 0.15em;
}

.area-pref {
  padding: 32px 0;
  border-bottom: 1px solid #e2ddd7;
}

.area-pref-hd {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 16px;
}

.area-pref h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #231815;
  margin: 0;
}

.area-pref .area-pref-en {
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #8a8178;
}

.area-pref .area-cities {
  letter-spacing: 0.04em;
}

.area-note {
  background: #f3f2f1;
  margin-top: 64px;
  padding: 64px 0 80px;
}

.area-note h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 22px;
  color: #231815;
}

.area-note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2.3;
  letter-spacing: 0.06em;
  color: #55504d;
  margin-bottom: 16px;
}

.area-note p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .area-page {
    padding: 80px 0 0;
  }

  .area-title {
    font-size: 27px;
    letter-spacing: 0.16em;
  }

  .area-lead {
    margin-bottom: 40px;
  }

  .area-lead p {
    font-size: 13px;
    line-height: 2.1;
    text-align: left;
  }

  .area-map {
    margin-bottom: 56px;
  }

  .area-section-hd {
    margin-bottom: 32px;
    padding-bottom: 20px;
  }

  .area-section-hd h2 {
    letter-spacing: 0.12em;
  }

  .area-main {
    padding: 28px 0 32px;
  }

  .area-main h3 {
    font-size: 40px;
  }

  .area-pref h3 {
    font-size: 18px;
  }

  .area-note {
    margin-top: 48px;
    padding: 48px 0 56px;
  }

  .area-note h2 {
    font-size: 18px;
  }
}
