@charset "UTF-8";
/* ============================================================
   AREA PAGE — エリアページ共通CSS
   archive-area / single-area
============================================================ */

/* ──────────────────────────────────────────────────────────
   共通ユーティリティ
────────────────────────────────────────────────────────── */

.sec-cmn {
  padding: 90px 0;
}
@media only screen and (max-width: 1024px) {
  .sec-cmn {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-cmn {
    padding: 50px 0;
  }
}

.sec-cmn.-bg-gray {
  background: var(--gray-1);
}

/* セクションタイトル */
.c-secttl {
  font-family: var(--noto-fonts);
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 50px;
}
.c-secttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--text-color);
}
.c-secttl.-center {
  text-align: center;
}
.c-secttl.-center::after {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .c-secttl {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}

/* ──────────────────────────────────────────────────────────
   エリア一覧（archive-area）
────────────────────────────────────────────────────────── */

/* イントロテキスト */
.area-archive__intro {
  padding: 50px 0 0;
  text-align: center;
}
.area-archive__intro .intro-txt {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--text-color);
  margin-bottom: 1em;
}
.area-archive__intro .intro-txt:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .area-archive__intro {
    padding: 36px 0 0;
  }
  .area-archive__intro .intro-txt {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* 都道府県セクション */
.area-pref-section {
  padding: 60px 0 0;
}
@media only screen and (max-width: 768px) {
  .area-pref-section {
    padding: 44px 0 0;
  }
}

.area-pref-ttl {
  font-family: var(--noto-fonts);
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-bottom: 16px;
  margin-bottom: 36px;
  position: relative;
}
.area-pref-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gray-2);
}
.area-pref-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: var(--text-color);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .area-pref-ttl {
    font-size: 1.9rem;
    margin-bottom: 24px;
  }
}

/* エリアボタングリッド（4カラム） */
.area-btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .area-btns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .area-btns {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 44px;
  }
}

.area-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  border: 1px solid var(--text-color);
  font-family: var(--noto-fonts);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: var(--text-color);
  text-decoration: none;
  text-align: center;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.area-btn:hover {
  background: var(--text-color);
  color: #fff;
}

/* ──────────────────────────────────────────────────────────
   エリア詳細（single-area）
────────────────────────────────────────────────────────── */

/* ─ ヒーロー ─ */
.area-hero {
  padding-top: 60px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .area-hero {
    padding-top: 40px;
  }
}

/* テキストブロック（h1 ＋ サブテキスト） */
.area-hero__text {
  text-align: center;
  padding-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .area-hero__text {
    padding-bottom: 24px;
  }
}

.area-hero__ttl {
  font-family: var(--noto-fonts);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 24px;
}
.area-hero__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: var(--text-color);
}
@media only screen and (max-width: 768px) {
  .area-hero__ttl {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}

.area-hero__sub {
  font-family: var(--noto-fonts);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: var(--text-color);
}
@media only screen and (max-width: 768px) {
  .area-hero__sub {
    font-size: 1.9rem;
  }
}

/* アイキャッチ画像ラッパー（コンテナ幅・16:9・相対配置） */
.area-hero__img-wrap {
  overflow: hidden;
}

.area-hero__img-inner {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.area-hero__img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 黒フィルター */
.area-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* 画像上のテキスト */
.area-hero__img-body {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1;
}

.area-hero__catch {
  color: #fff;
  font-family: var(--noto-fonts);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .area-hero__catch {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .area-hero__catch {
    font-size: 2.2rem;
  }
}

/* ─ エリア概要 ─ */

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

.area-overview__ttl {
  font-family: var(--noto-fonts);
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}
.area-overview__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: var(--text-color);
}
@media only screen and (max-width: 768px) {
  .area-overview__ttl {
    font-size: 2.2rem;
    margin-bottom: 28px;
  }
}

.area-overview__txt p {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--text-color);
}

/* ─ 地域の暮らし ─ */

.area-life__img {
  aspect-ratio: 16 / 6;
  overflow: hidden;
  margin-bottom: 60px;
}
.area-life__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .area-life__img {
    aspect-ratio: 4 / 3;
    margin-bottom: 36px;
  }
}

.area-life__sections {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .area-life__sections {
    gap: 36px;
  }
}

.life-section__ttl {
  font-family: var(--noto-fonts);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 14px;
  border-left: 3px solid var(--text-color);
}
@media only screen and (max-width: 768px) {
  .life-section__ttl {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
}

.life-section__txt {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--text-color);
}
.life-section__txt p {
  margin-bottom: 1em;
}
.life-section__txt p:last-child {
  margin-bottom: 0;
}

/* サブリピーター（薄い背景付き） */
.life-section__items {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 28px;
}

.life-sub-item {
  background: var(--gray-1, #f7f7f5);
  border-left: 3px solid var(--gray-3, #d5d5cf);
  padding: 24px 28px;
}
@media only screen and (max-width: 768px) {
  .life-sub-item {
    padding: 18px 18px;
  }
}

.life-sub-item__ttl {
  font-family: var(--noto-fonts);
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 10px;
  color: var(--text-color);
  position: relative;
}
.life-sub-item__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gray-3, #d5d5cf);
}
@media only screen and (max-width: 768px) {
  .life-sub-item__ttl {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}

.life-sub-item__txt {
  font-size: 1.45rem;
  line-height: 2;
  color: var(--text-color);
}
.life-sub-item__txt p {
  margin-bottom: 0.8em;
}
.life-sub-item__txt p:last-child {
  margin-bottom: 0;
}

/* wysiwyg リセット */
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg a {
  color: var(--main-color);
  text-decoration: underline;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.wysiwyg li {
  margin-bottom: 0.4em;
}

/* ─ アイワホームの家づくり ─ */

/* テキストと画像の横並び（固定1件） */
.area-aiwa__intro {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .area-aiwa__intro {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}

.aiwa-intro__txt {
  flex: 1;
}
.aiwa-intro__txt p {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--text-color);
}

.aiwa-intro__img {
  flex: 0 0 46%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.aiwa-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.aiwa-intro__img a:hover img {
  transform: scale(1.04);
}
@media only screen and (max-width: 900px) {
  .aiwa-intro__img {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* 繰り返しアイテム（画像左・テキスト右） */
.area-aiwa__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .area-aiwa__items {
    gap: 40px;
  }
}

.aiwa-item {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .aiwa-item {
    flex-direction: column;
    gap: 24px;
  }
}

.aiwa-item__img {
  flex: 0 0 44%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.aiwa-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.aiwa-item__img a:hover img {
  transform: scale(1.04);
}
@media only screen and (max-width: 900px) {
  .aiwa-item__img {
    flex: 0 0 auto;
    width: 100%;
  }
}

.aiwa-item__body {
  flex: 1;
}

.aiwa-item__ttl {
  font-family: var(--noto-fonts);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-left: 14px;
  border-left: 3px solid var(--text-color);
}
@media only screen and (max-width: 768px) {
  .aiwa-item__ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

.aiwa-item__txt {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--text-color);
}

/* ─ 施工事例 ─ */
.area-single .gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 40px;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .area-single .gallery__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .area-single .gallery__list {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
}

.area-gallery .other__back {
  padding-top: 47px;
}

/* ─ モデルハウス ─ */
.area-modelhouse .other__button {
  width: 180px;
}
.area-modelhouse__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .area-modelhouse__list {
    gap: 40px;
    margin-bottom: 36px;
  }
}

.mh-item {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .mh-item {
    flex-direction: column;
    gap: 24px;
  }
}

.mh-item__img {
  flex: 0 0 48%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.mh-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.mh-item__img a:hover img {
  transform: scale(1.04);
}
@media only screen and (max-width: 900px) {
  .mh-item__img {
    flex: 0 0 auto;
    width: 100%;
  }
}

.mh-item__body {
  flex: 1;
}

.mh-item__style {
  font-family: var(--cor-font, serif);
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-5);
  margin-bottom: 10px;
}

.mh-item__ttl {
  font-family: var(--noto-fonts);
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}
.mh-item__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--text-color);
}
@media only screen and (max-width: 768px) {
  .mh-item__ttl {
    font-size: 1.9rem;
  }
}

.mh-item__txt {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--text-color);
  margin-bottom: 24px;
}

.mh-item__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 1px solid var(--text-color);
  padding-bottom: 4px;
  transition: opacity 0.2s ease;
}
.mh-item__link:hover {
  opacity: 0.6;
}

/* ─ CTA ─ */
.area-cta {
  background: var(--gray-1);
  text-align: center;
}
.area-cta__txt {
  margin-bottom: 40px;
}
.area-cta__txt p {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--text-color);
}
.area-cta__btns {
  display: flex;
  justify-content: center;
}
.area-cta__btn {
  display: inline-block;
  min-width: 320px;
  padding: 20px 40px;
  font-size: 1.8rem;
  background: #e87e3e;
  color: #fff;
  border: none;
  transition: opacity 0.3s ease;
}
.area-cta__btn span {
  color: #fff;
}
.area-cta__btn::after {
  background: #fff !important;
}
.area-cta__btn:hover {
  opacity: 0.85;
}
.area-cta__btn:hover::after {
  background: #fff !important;
}
@media only screen and (max-width: 768px) {
  .area-cta__btn {
    min-width: 280px;
    padding: 16px 32px;
    font-size: 1.6rem;
  }
}

/* ─ パンくずリスト ─ */
.event__bredcrumb {
  padding: 20px 0 0;
}

.c-breadcrumb {
  padding-top: 40px;
  padding-bottom: 90px;
}
