@charset "UTF-8";

.area-page .area-coverage {
  padding: 70px 0;
  background: #f3faf4;
}

.area-page .area-coverage .ttl,
.area-page .provision .area-heading {
  margin-bottom: 36px;
  color: #188b35;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.area-page .area-coverage .lead {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
}

.area-page .area-coverage .ttl {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.03em;
  -webkit-text-stroke: 3px #188b35;
  paint-order: stroke fill;
  text-shadow:
    0 2px 0 #188b35,
    0 4px 2px rgba(0, 0, 0, 0.18);
}

.area-page .area-coverage .area-layout {
  display: flex;
  align-items: center;
  gap: 45px;
}

.area-page .area-coverage .map {
  width: 38%;
  flex-shrink: 0;
}

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

.area-page .area-coverage .area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 62%;
}

.area-page .area-coverage .area-list li {
  padding: 7px 12px;
  border: 1px solid #39b54a;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.area-page .area-coverage .note {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.area-page .provision .area-heading {
  width: 760px;
  max-width: 100%;
  color: #000;
  font-weight: 900;
  letter-spacing: 0.03em;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-shadow:
    0 2px 0 #fff,
    0 4px 2px rgba(0, 0, 0, 0.18);
}

.area-page #footer .footer_menu .menu:nth-of-type(2) {
  display: none;
}

.area-page #footer .footer_menu .inner > br {
  display: none;
}

.area-page .area-search {
  margin: 32px 0 24px;
}

.area-page .area-search label {
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 9px;
}

.area-page .area-search-control {
  max-width: 680px;
  position: relative;
}

.area-page .area-search-control::before {
  border: 2px solid #188b35;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 14px;
  z-index: 1;
}

.area-page .area-search-control::after {
  background: #188b35;
  content: "";
  height: 2px;
  left: 33px;
  position: absolute;
  top: calc(50% + 7px);
  transform: rotate(45deg);
  transform-origin: left center;
  width: 7px;
  z-index: 1;
}

.area-page .area-search input {
  background: #f7f9f7;
  border: 1px solid #dce4de;
  border-radius: 999px;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(30, 70, 42, 0.08);
  font-size: 1.7rem;
  padding: 15px 48px 15px 52px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  width: 100%;
}

.area-page .area-search input:focus {
  background: #fff;
  border-color: #148c3a;
  box-shadow: 0 0 0 4px rgba(20, 140, 58, 0.12), 0 8px 22px rgba(30, 70, 42, 0.1);
  outline: none;
}

.area-page .area-search-empty {
  color: #c00;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .area-page .area-coverage {
    padding: 45px 0;
  }

  .area-page .area-coverage .ttl,
  .area-page .provision .area-heading {
    margin-bottom: 24px;
    font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.55;
    letter-spacing: 0;
  }

  .area-page .provision .area-heading {
    -webkit-text-stroke-width: 2px;
    text-shadow:
      0 1px 0 #fff,
      0 2px 1px rgba(0, 0, 0, 0.16);
  }

  .area-page .area-coverage .lead {
    margin-bottom: 24px;
    font-size: 16px;
    text-align: left;
  }

  .area-page .area-coverage .ttl {
    -webkit-text-stroke-width: 2px;
    text-shadow:
      0 1px 0 #188b35,
      0 2px 1px rgba(0, 0, 0, 0.16);
  }

  .area-page .area-coverage .area-layout {
    display: block;
  }

  .area-page .area-coverage .map,
  .area-page .area-coverage .area-list {
    width: 100%;
  }

  .area-page .area-coverage .map {
    max-width: 330px;
    margin: 0 auto 28px;
  }

  .area-page .area-coverage .area-list {
    gap: 7px;
  }

  .area-page .area-coverage .area-list li {
    padding: 6px 9px;
    font-size: 13px;
  }

  .area-page .area-search {
    margin: 24px 0 18px;
  }

  .area-page .area-search label {
    font-size: 1.5rem;
  }

  .area-page .area-search input {
    font-size: 1.5rem;
    padding: 13px 42px 13px 48px;
  }

  .area-page .area-search-control::before {
    left: 18px;
  }

  .area-page .area-search-control::after {
    left: 31px;
  }
}
