@charset "utf-8";
/* =============================================================================
  市町村別ページ（Template Name: 市町村別ページ / local.php）
============================================================================= */

:root {
  --local-green: #007e63;
  --local-green-deep: #006a53;
  --local-brown: #84563d;
  --local-beige-bg: #f5f2f0;
  --local-beige-border: #dcd3cd;
  --local-mint: #e8f5f2;
  --local-text: #333333;
}

.local {
  color: var(--local-text);
  font-family: "Noto Sans JP", sans-serif;
}

.local .inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* -----------------------------------------------------------------------------
  共通セクション見出し
----------------------------------------------------------------------------- */
.local-ttl {
  text-align: center;
  margin-bottom: 40px;
}

.local-ttl__main {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--local-text);
}

.local-ttl__sub {
  margin-top: 12px;
  font-size: 1.5rem;
  color: var(--local-brown);
  letter-spacing: 0.06em;
}

/* -----------------------------------------------------------------------------
  メインビジュアル
----------------------------------------------------------------------------- */
.local-mv__contents {
  padding-bottom: 20px;
}

.local-mv__hero {
  position: relative;
  overflow: hidden;
}

.local-mv__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 65px;
  height: 59px;
  background: #fff;
  border-radius: 0 0 18px 0;
}

.local-mv__hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.local-mv__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-block;
  padding: 6px 16px;
  background: var(--local-green);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 6px;
}

.local-mv__ttl {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 5px 5px 10px var(--local-green), 0 0 8px rgba(0, 0, 0, 0.35);
}

.local-mv__lead {
  margin: 40px 0 0;
  font-size: 1.6rem;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.04em;
}

/* -----------------------------------------------------------------------------
  症状（このような症状はありませんか？）
----------------------------------------------------------------------------- */
.local-symptom {
  padding: 70px 0;
}

.local-symptom__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 34px;
  max-width: 1000px;
  margin-inline: auto;
}

.local-symptom__item {
  position: relative;
  width: calc((100% - 100px) / 3);
  min-height: 130px;
  aspect-ratio: 300 / 130;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  background: var(--local-beige-bg);
  border: 1px solid var(--local-beige-border);
  border-radius: 24px 9px;
  max-width: 300px;
}

.local-symptom__item::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/vein/surgery/check.png) center / contain no-repeat;
}

.local-symptom__text {
  margin-top: 28px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.045em;
  color: var(--local-text);
}

.local-symptom__text--green {
  color: var(--local-green);
}

.local-symptom__note {
  position: relative;
  margin: 44px auto 0;
  max-width: 1000px;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.045em;
  color: var(--local-text);
}

.local-symptom__note::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  width: 420px;
  max-width: 100%;
  height: 3px;
  border-top: 1px solid var(--local-green);
  border-bottom: 1px solid var(--local-green);
}

/* -----------------------------------------------------------------------------
  検査・治療
----------------------------------------------------------------------------- */
.local-exam {
  padding: 0 0 70px;
}

.local-exam__box {
  max-width: 1000px;
  margin-inline: auto;
  padding: 44px 50px;
  background: #fff;
  border: 1px solid var(--local-green);
}

.local-exam__ttl {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  color: var(--local-green);
  letter-spacing: 0.08em;
  padding-bottom: 18px;
  margin-bottom: 24px;
}

.local-exam__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: var(--local-green);
}

.local-exam__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.local-point {
  margin-top: 32px;
  padding: 28px 32px;
  background: var(--local-beige-bg);
}

.local-point__ttl {
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.local-point__item {
  position: relative;
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 1.9;
}

.local-point__item + .local-point__item {
  margin-top: 6px;
}

.local-point__item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: calc(1.5rem * 1.9 / 2);
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1;
  color: var(--local-green);
}

/* -----------------------------------------------------------------------------
  アクセス
----------------------------------------------------------------------------- */
.local-access {
  padding: 70px 0;
  background: var(--local-beige-bg);
}

.local-access__text {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.local-access__img {
  max-width: 650px;
  margin-inline: auto;
}

.local-access__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------------------------------------------------------------
  費用・保険
----------------------------------------------------------------------------- */
.local-cost {
  padding: 70px 0;
}

.local-cost__text {
  margin: 0 auto 36px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.local-cost__btn-layout {
  text-align: center;
}

.local-cost__btn {
  display: inline-block;
  width: 670px;
  max-width: 100%;
  padding: 34px 24px;
  background: var(--local-beige-bg);
  border: 1px solid var(--local-green);
  color: var(--local-text);
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.local-cost__btn:hover {
  background: var(--local-green);
  color: #fff;
}

/* -----------------------------------------------------------------------------
  FAQ（よくある質問）
----------------------------------------------------------------------------- */
.local-faq {
  padding: 70px 0 90px;
}

.local-faq__list {
  max-width: 910px;
  margin-inline: auto;
}

.local-faq__item {
  background: var(--local-mint);
  overflow: hidden;
}

.local-faq__item + .local-faq__item {
  margin-top: 16px;
}

.local-faq__head {
  display: flex;
  align-items: stretch;
  min-height: 55px;
}

.local-faq__num {
  flex: 0 0 55px;
  display: grid;
  place-content: center;
  background: var(--local-green);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
}

.local-faq__q {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  color: var(--local-green);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.local-faq__body {
  padding: 16px 20px 16px 75px;
}

.local-faq__body p {
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: 0.08em;
  color: var(--local-text);
}

/* =============================================================================
  SP（〜999px）
============================================================================= */
@media (max-width: 999px) {
  .local .inner {
    padding-inline: 16px;
  }

  .local-ttl__main {
    font-size: 2rem;
  }

  .local-ttl__sub {
    font-size: 1.4rem;
  }

  .local-mv__ttl {
    font-size: 2rem;
    right: 4%;
    text-shadow: 3px 3px 6px var(--local-green), 0 0 6px rgba(0, 0, 0, 0.4);
  }

  .local-mv__badge {
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    font-size: 1.3rem;
  }

  .local-mv__lead {
    margin-top: 28px;
    font-size: 1.45rem;
    line-height: 1.9;
    max-width: 80%;
    margin-inline: auto;
  }

  .local-symptom,
  .local-access,
  .local-cost {
    padding: 50px 0;
  }

  .local-symptom__list {
    gap: 14px;
  }

  .local-symptom__item {
    width: calc(50% - 7px);
    min-height: 110px;
    padding: 0 12px;
  }

  .local-symptom__text {
    margin-top: 24px;
    font-size: 1.35rem;
  }

  .local-symptom__note {
    margin-top: 32px;
    font-size: 1.5rem;
  }

  .local-exam__box {
    padding: 32px 20px;
  }

  .local-exam__ttl {
    font-size: 1.9rem;
  }

  .local-exam__text,
  .local-access__text,
  .local-cost__text {
    font-size: 1.45rem;
  }

  .local-point {
    padding: 22px 18px;
  }

  .local-cost__btn {
    width: 100%;
    padding: 22px 16px;
    font-size: 1.8rem;
  }

  .local-faq {
    padding: 50px 0 60px;
  }

  .local-faq__num {
    flex-basis: 44px;
    font-size: 1.9rem;
  }

  .local-faq__q {
    padding: 8px 14px;
    font-size: 1.4rem;
  }

  .local-faq__body {
    padding: 14px 14px 14px 58px;
  }

  .local-faq__body p {
    font-size: 1.4rem;
  }
}

/* パンくず：SPで折り返し表示にする */
@media screen and (max-width: 999px) {
  .breadcrumb {
    overflow-x: visible;
    white-space: normal;
  }
}

/* main下部の余白（他ページと同様にパンくず上に余白を確保） */
.local {
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .local {
    padding-bottom: 60px;
  }
}
