@charset "UTF-8";
/*---------------------------
design.css  ガーラ・レジデンス川口 デザインページ
---------------------------*/

:root {
  --d-navy: #1a3b6b;
  --d-text: #231815;
  --d-sub: #555;
  --d-gold: #c6a88b;
  --d-dark: #000000;
  --d-dark-sub: rgba(255, 255, 255, 0.78);
  --d-light-grad-top: #ffffff;
  --d-light-grad-bot: #cfeaec;
  --d-light-solid: #e8f3f7;
}


/*==========================
 メインビジュアル（DESIGN）
==========================*/
#designMainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#designMainvisual img {
  width: 100%;
  height: auto;
  display: block;
}

.mv_cap {
  position: absolute;
  right: 1.2em;
  bottom: 1em;
  z-index: 2;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}


/*==========================
 セクション帯（ブルーグラデーション）
==========================*/
.design_band {
  background: linear-gradient(90deg, #00376c 0%, #0061b8 50%, #00376c 100%);
  text-align: center;
  padding: 1.55em 0;
}

.design_band p {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
  color: var(--d-gold);
  line-height: 1;
}

.design_band img {
  height: 38px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

/* セクション見出し共通 */
.d_sec_ttl {
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-align: center;
}

.d_sec_body {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 1.6em;
}


/*==========================
 FACADE（ダーク背景）
==========================*/
#facade {
  background: #fff;
  padding: 4.5em 0 0;
}

#facade .d_sec_ttl {
  color: #4c4c4c;
}

#facade .d_sec_body {
  color: var(--d-text);
}

.facade_img {
  width: 100%;
  max-width: 1100px;
  margin: 1.5em auto 0;
}

.facade_img img {
  width: 100%;
  height: auto;
  display: block;
}

.facade_cap {
  display: block;
  max-width: 1100px;
  margin: 0.3em auto 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: right;
  color: var(--d-sub);
  padding-bottom: 4em;
}


/*==========================
 ENTRANCE（ライト背景）
==========================*/
#entrance {
  background: linear-gradient(180deg, var(--d-light-grad-top) 0%, #eef7f8 55%, var(--d-light-grad-bot) 100%);
  padding: 3.8em 0 4.5em;
}

#entrance .d_sec_ttl {
  color: #4c4c4c;
}

.ent_row {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-top: 4em;
}

.ent_row.is_rev {
  flex-direction: row-reverse;
}

.ent_img {
  flex: 1 1 56%;
  max-width: 56%;
}

.ent_img img {
  width: 100%;
  height: auto;
  display: block;
}

.ent_info {
  flex: 1 1 44%;
}

/* 1行目（エントランス）の画像のみ大きく */
.ent_row:not(.is_rev) {
  justify-content: flex-start;
}

.ent_row:not(.is_rev) .ent_img {
  flex: 0 0 75%;
  max-width: 75%;
}

.ent_row:not(.is_rev) .ent_info {
  flex: 1 1 25%;
}

/* 2行目（エントランスホール）の画像のみ左へ40pxずらす（他要素に影響なし） */
.ent_row.is_rev .ent_img {
  position: relative;
  left: -60px;
}

/* 1行目の画像を画面左端まで広げる（左フルブリード） */
@media only screen and (min-width: 1171px) {
  .ent_row:not(.is_rev) .ent_img {
    flex: 0 0 auto;
    width: 60vw;
    max-width: none;
    margin-left: calc((1170px - 100vw) / 2);
  }
}

.ent_info_ttl {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #4c4c4c;
  margin-bottom: 1.1em;
}

.ent_info_body {
  font-size: 13px;
  line-height: 2.05;
  letter-spacing: 0.05em;
  color: var(--d-text);
}

/* マテリアル */
.ent_material {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 4em;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}

.ent_material_img {
  flex: 0 0 46%;
  max-width: 46%;
}

.ent_material_box {
  flex: 1 1 auto;
  /* 座布団：左→中→右の3色グラデ（白と50%混色で全体を薄く） */
  background: linear-gradient(90deg, #e5d6c7 0%, #eee3d9 50%, #f7f3ed 100%);
  padding: 2em 2.8em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ent_material_ttl {
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #4c4c4c;
  margin-bottom: 1em;
}

.ent_material_body {
  font-size: 13px;
  line-height: 2.05;
  letter-spacing: 0.05em;
  color: var(--d-text);
}


/*==========================
 LANDPLAN（ダーク背景）
==========================*/
#landplan {
  background: #fff;
  padding: 4.2em 0 4.5em;
}

#landplan .d_sec_ttl {
  color: #4c4c4c;
}

#landplan .d_sec_body {
  color: var(--d-text);
}

/* 敷地配置図 */
.lp_map {
  width: 100%;
  max-width: 760px;
  margin: 2.8em auto 0;
}

.lp_map img {
  width: 100%;
  height: auto;
  display: block;
}

/* 特徴ナンバーバッジ（共通） */
.lp_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #144773;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 20px;
  flex-shrink: 0;
}

/* 特徴1：テラス・専用庭 */
.lp_feat1 {
  margin-top: 4.5em;
}

.lp_feat_head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.2em;
}

.lp_feat_ttl {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--d-navy);
  text-align: left;
  align-self: flex-start;
}

/* タイトル下：左（本文＋画像）／右（大きい画像）の2カラム */
.lp_feat1_cols {
  display: flex;
  gap: 38px;
  align-items: flex-start;
}

.lp_feat1_left {
  flex: 0 0 38%;
  max-width: 38%;
}

.lp_feat1_right {
  flex: 1 1 auto;
}

.lp_feat1_body {
  font-size: 13px;
  line-height: 2.0;
  letter-spacing: 0.04em;
  color: var(--d-sub);
  margin-bottom: 1.6em;
}

.lp_feat1_cols img {
  width: 100%;
  height: auto;
  display: block;
}

/* 特徴グリッド 2〜7 */
.lp_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 36px;
  margin-top: 4.5em;
}

.lp_card_img {
  position: relative;
  width: 100%;
  margin-bottom: 0.9em;
}

.lp_card_img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.lp_card .lp_feat_head {
  margin-bottom: 0.8em;
}

.lp_card_body {
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: var(--d-sub);
}

.lp_card_note {
  font-size: 11px;
  line-height: 1.7;
  color: #999;
  margin-top: 0.6em;
}


/*==========================
 植栽計画（ライト背景）
==========================*/
#planting {
  background: var(--d-light-solid);
  padding: 4em 0 4.5em;
}

.planting_inner {
  display: flex;
  gap: 48px;
  align-items: center;
}

.planting_lead {
  flex: 0 0 28%;
  max-width: 28%;
}

.planting_ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  color: var(--d-navy);
  margin-bottom: 1.1em;
}

/* タイトル内の注釈記号（※5 など）を小さく */
.ttl_note {
  font-size: 0.65em;
}

.planting_body {
  font-size: 13px;
  line-height: 2.0;
  letter-spacing: 0.04em;
  color: var(--d-text);
}

.planting_grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.planting_grid .imageCap img {
  width: 100%;
  height: auto;
  display: block;
}

.planting_allcap {
  text-align: right;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--d-sub);
  margin-top: 0.6em;
}


/*==========================
 最終ビジュアル（公園 CG）
==========================*/
#designLast {
  padding: 0;
}

.dl_inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.dl_inner img {
  width: 100%;
  height: auto;
  display: block;
}

.dl_txt {
  position: absolute;
  top: 8%;
  left: 7%;
  z-index: 3;
}

.dl_ttl {
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #4c4c4c;
  margin-bottom: 1em;
}

.dl_body {
  font-size: 13px;
  line-height: 2.0;
  letter-spacing: 0.05em;
  color: var(--d-text);
}

.dl_cap {
  display: block;
  max-width: 1300px;
  margin: 0.3em auto 0;
  text-align: right;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--d-sub);
  position: relative;
  top: -80px;
}


/*==========================
 タブレット
==========================*/
@media screen and (max-width: 1170px) {
  .design_band p { font-size: 2.22vw; }
  .d_sec_ttl { font-size: 2.22vw; }
  .d_sec_body { font-size: 1.196vw; }
  .ent_info_ttl { font-size: 1.62vw; }
  .ent_info_body,
  .ent_material_body { font-size: 1.11vw; }
  .ent_material_ttl { font-size: 1.45vw; }
  .lp_feat_ttl { font-size: 1.45vw; }
  .lp_feat1_body { font-size: 1.11vw; }
  .lp_card_body { font-size: 1.02vw; }
  .lp_card_img img { height: 15.5vw; }
  .planting_ttl { font-size: 1.54vw; }
  .planting_body { font-size: 1.11vw; }
  .dl_ttl { font-size: 2.05vw; }
  .dl_body { font-size: 1.11vw; }
}


/*==========================
 スマートフォン
==========================*/
@media only screen and (max-width: 768px) {
  .mv_cap { font-size: 10px; right: 0.8em; bottom: 0.7em; }

  .design_band { padding: 1.2em 0; }
  .design_band p { font-size: 5.2vw; letter-spacing: 0.35em; text-indent: 0.35em; }
  .design_band img { height: 6.6vw; }

  /* SP見出し・本文はアクセスページSP（.train_lead_ttl/.train_lead_txt）に統一 */
  .d_sec_ttl { font-size: 4.4vw; line-height: 1.6; letter-spacing: 0.1em; }
  .d_sec_body { font-size: 3.125vw; margin-top: 1.4em; line-height: 1.8; letter-spacing: 0.05em; }

  /* FACADE */
  #facade { padding: 3em 0 0; }
  .facade_img { margin-top: 1.2em; }
  .facade_cap { font-size: 10px; padding-bottom: 3em; }

  /* ENTRANCE */
  #entrance { padding: 3em 0; }
  .ent_row,
  .ent_row.is_rev {
    flex-direction: column;
    gap: 1.2em;
    margin-top: 2.8em;
  }
  .ent_img,
  .ent_info { max-width: 100%; flex-basis: auto; }
  /* 1行目（エントランス）の画像のみ画面横いっぱいに */
  .ent_row:not(.is_rev) .ent_img {
    width: 100vw;
    max-width: none;
    margin-left: calc((100% - 100vw) / 2);
  }
  /* 2行目（エントランスホール）はPCの左ずらし(-60px)を解除してセンター配置 */
  .ent_row.is_rev .ent_img {
    left: 0;
  }
  .ent_info_ttl { font-size: 3.9vw; margin-bottom: 0.9em; }
  .ent_info_body { font-size: 3.1vw; line-height: 1.7; }

  /* 画像と座布団を一回り大きく(74%→90%)・gap0で密着 */
  .ent_material {
    flex-direction: column;
    gap: 0;
    margin-top: 2.8em;
    width: 90%;
  }
  .ent_material_img { max-width: 100%; flex-basis: auto; }
  .ent_material_img img { display: block; }
  .ent_material_box { padding: 1.4em 1.2em; }
  .ent_material_ttl { font-size: 3.7vw; }
  .ent_material_body { font-size: 3.1vw; line-height: 1.7; }

  /* LANDPLAN */
  #landplan { padding: 3em 0; }
  .lp_map { margin-top: 1.8em; }

  .lp_feat1 {
    margin-top: 3em;
  }
  .lp_feat1_cols {
    flex-direction: column;
    gap: 1.4em;
  }
  .lp_feat1_left,
  .lp_feat1_right { max-width: 100%; flex-basis: auto; }
  .lp_feat_ttl { font-size: 4.2vw; }
  .lp_feat1_body { font-size: 3.1vw; line-height: 1.7; margin-bottom: 1.2em; }

  .lp_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin-top: 3em;
  }
  .lp_card_img img { height: 28vw; }
  .lp_feat_ttl { font-size: 3.6vw; }
  .lp_card_body { font-size: 2.8vw; line-height: 1.7; }
  .lp_card_note { font-size: 2.6vw; }
  .lp_badge { width: 26px; height: 26px; font-size: 16px; }

  /* 植栽 */
  #planting { padding: 3em 0; }
  .planting_inner {
    flex-direction: column;
    gap: 1.6em;
    align-items: stretch;
  }
  .planting_lead { max-width: 100%; flex-basis: auto; }
  .planting_ttl { font-size: 4.4vw; }
  .planting_body { font-size: 3.1vw; line-height: 1.7; }
  .planting_grid { gap: 8px; }

  /* 最終ビジュアル */
  #designLast { padding: 0; }
  .dl_txt { position: static; padding: 2em 4% 0; }
  .dl_ttl { font-size: 4.3vw; }
  .dl_body { font-size: 3.1vw; line-height: 1.7; }
  .dl_cap { font-size: 10px; padding-right: 4%; }
}


/*==========================
 フッター エントリーボタン（帯）
 ※他ページ（#access / #location / #plan 等）と完全に同一の指定に統一。
==========================*/
#design .footer_BtnLink {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 4em;
  gap: 0;
}

#design .footer_BtnLink li {
  width: 100%;
  margin: 0;
}

#design .footer_BtnLink .btn_entryLink {
  width: 100%;
}

#design .footer_BtnLink .btn_entryLink a {
  border-radius: 0;
  background: linear-gradient(90deg, #e2d2aa 0%, #d8c18f 42%, #f3ecdc 100%);
  color: #0f3f7c !important;
  border: 0;
}

#design .footer_BtnLink .click_badge {
  background-color: #0f3f7c;
  font-style: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: bold;
}

/* sp */
@media only screen and (max-width: 768px) {
  #design .footer_BtnLink {
    padding-top: 2.5em;
  }
}
