/* =============================================
   施設ページ 共通ブロックCSS
   （幼稚園・エアコン2027年問題など、各施設・特集ページで共有）
   ============================================= */

.lead {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-bottom: 1em;
}

/* ---------- 大見出しステートメント ---------- */
.statement {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
  color: #00ada9;
  text-align: center;
  padding: 1.2em 1.5em;
  border-radius: 16px;
  margin: 0 0 1.2em;
}

.statement .statement-small {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.statement .statement-main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.statement .statement-main span {
  color: #e8752c;
}

/* ---------- リード：写真＋テキスト横並び（施設ページ共通の上書き） ---------- */
.sv-row-body .statement-small {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.sv-row-body .statement {
  padding: 0;
}

.sv-row-img,
.sv-row-img img {
  border-radius: 16px;
}

.sv-row-body .hosokuS {
  text-align: left;
  line-height: 2.4;
}

.sv-row.reveal {
  align-items: center;
}

@media (min-width: 769px) {
  .sv-row-img {
    flex-basis: 45%;
  }
  .sv-row-body {
    flex-basis: 55%;
  }
}









/* ---------- 波及フロー図 ---------- */
.flow {
  margin: 1.4em 0 0;
  padding: 0;
  position: relative;
}

.flow-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin: 0 0 0.7em;
}

.flow-step {
  display: flex;
  gap: 1em;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 0.9em 1.2em;
  margin-bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  position: relative;
}

.flow-connector {
  display: flex;
  justify-content: center;
  padding: 0.05em 0;
}

.flow-connector span {
  font-size: 1.1rem;
  color: #cfd8d8;
  line-height: 1;
}

.flow-num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
  background: #6b7a7a;
  letter-spacing: -0.02em;
}

.flow-step--origin .flow-num {
  background: #00ada9;
}

.flow-step--spread .flow-num {
  background: #f0913a;
}

.flow-body {
  flex: 1;
}

.flow-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #00ada9;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
}

.flow-step--spread .flow-tag {
  color: #e8752c;
}

.flow-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.25em;
  line-height: 1.4;
}

.flow-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}

/* ---------- アドバイス強調ボックス ---------- */
.advice-box {
  background: #fff6ea;
  border: 2px solid #f8b856;
  border-radius: 16px;
  padding: 1.4em 1.8em;
  text-align: center;
  margin: 0 0 1.4em;
}

.advice-box .advice-main {
  font-size: 1.25rem;
  font-weight: 700;
  color: #b06a00;
  line-height: 1.6;
}

.advice-box .advice-main span {
  font-size: 1.5rem;
  color: #e8752c;
}

/* ---------- ベネフィットカード ---------- */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em;
  margin: 1.4em 0;
}

.benefit-card {
  background: #f4fbfa;
  border-radius: 14px;
  padding: 1.2em 1.2em;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 173, 169, 0.15);
}

.benefit-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #00ada9;
  line-height: 1.6;
}

/* ---------- 理由リスト（history-item の番号を画像に差し替え／画像:文章 = 3:7） ---------- */
.history-item--photo dt {
  flex: 0 0 30%;
  width: 30%;
}

.history-item--photo dd {
  flex: 1 1 70%;
}

.history-item--photo dt img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.history-item--photo .reason-title {
  font-weight: 700;
  margin-bottom: 0.4em;
  color: #00ada9;
  font-size: 1.15em;
}
@media (max-width: 768px) {
.history-item--photo .reason-title {
  font-size: 1em;
}


}
/* ---------- ステップ番号（施工までの流れなど）を大きな丸バッジで強調 ---------- */
.history-item--step dt {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00ada9;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
}

/* ---------- 型式カード（エアコンを選ぶページと同仕様） ---------- */
.se-model-list {
  display: flex;
  flex-direction: column;
}

.se-model-item {
  background: #fff;
  border-radius: 0.75em;
  padding: 1.5em 1em;
  display: block;
  align-items: flex-start;
  transition: opacity 0.2s;
  margin-bottom: 1.5em;
  scroll-margin-top: calc(80px + 3em);
}

.item-model {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5em;
}

.model-img {
  width: 45%;
  height: auto;
  object-fit: cover;
  border-radius: 0.4em;
  padding: 0.5em;
}

.model-img img {
  width: 95%;
  object-fit: cover;
  border-radius: 0.4em;
}

.model-name {
  width: 45%;
}

.model-name h3 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.25em;
  border-bottom: 2px solid #00ada9;
}

.model-name p {
  font-size: 0.88em;
  margin-bottom: 1em;
  line-height: 1.7;
}

.model-btn {
  background: #f8b856;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  width: fit-content;
  padding: 0.5em 1.2em;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-btn::after {
  content: "›";
  font-size: 2em;
  padding-left: 0.2em;
  line-height: 0;
  transform: translateY(-0.08em);
}

/* ---------- 推奨オプション（型式カードに内包する付記） ---------- */
.model-option {
  display: flex;
  align-items: flex-start;
  gap: 0.9em;
  background: #f4fbfa;
  border-radius: 10px;
  padding: 1em 1.2em;
  margin: 0.8em 1em 0;
}

.model-option .option-tag {
  flex-shrink: 0;
  display: inline-block;
  background: #00ada9;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.35em 0.9em;
  border-radius: 999px;
  white-space: nowrap;
}

.model-option .option-text {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.8;
}

.model-option .option-text strong {
  color: #222;
  font-weight: 700;
}

.closing-note {
  font-size: 0.85rem;
  color: #888;
  line-height: 1.9;
  text-align: center;
  margin-top: 2em;
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 768px) {
.lead {
  font-size: 0.95rem;
}

.hosokuS {
  text-align: left;
}

.sv-row-body .hosokuS {
  line-height: 1.8;
}


  .statement .statement-main {
    font-size: 1.2rem;
  }
.statement .statement-small {
  font-size: 1.1rem;
}

  .flow-step {
    padding: 1.1em 1.2em;
    gap: 0.9em;
  }

  .flow-num {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }

  .flow-title {
    font-size: 0.98rem;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .advice-box .advice-main {
    font-size: 1.08rem;
  }

  .model-option {
    flex-direction: column;
    gap: 0.5em;
    margin: 0.8em 0.5em 0;
  }

  .item-model {
    flex-direction: column;
  }

  .model-img {
    width: 80%;
    padding: 0.5em 0;
  }

  .model-name {
    width: 90%;
    padding: 0 0.5em;
  }

}

@media (max-width: 640px) {
  .history-item--photo dt {
    flex-basis: 100%;
    width: 100%;
  }

  .history-item--photo dt img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 480px) {
  .model-img {
    width: 100%;
  }

  .model-name {
    width: 100%;
  }

  .model-name h3 {
    font-size: 1em;
  }

  .model-name p {
    font-size: 0.82em;
  }

  .model-btn {
    width: 100%;
    justify-content: center;
  }
}
