@charset "UTF-8";
/*---------------------------
select.css  ガーラ・レジデンス川口 セレクトページ
---------------------------*/

:root {
  --s-navy: #23456f;
  --s-badge: #4f6b8c;
  --s-arrow: #91a2b7;
  --s-rule: #a7b5c6;
  --s-line: #231815;
  --s-text: #231815;
  --s-sub: #3e3a39;
  --s-gray: #595757;
  --s-box: #bebbba;
}


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

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


/*==========================
 共通パーツ
==========================*/
.sel_wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.sel_wrap ul {
  list-style: none;
}

/* セクション見出し（両脇に短い罫線） */
.sel_ttl {
  text-align: center;
  color: var(--s-navy);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.sel_ttl span {
  display: inline-block;
  position: relative;
  padding: 0 74px;
}

.sel_ttl span::before,
.sel_ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 59px;
  height: 1px;
  background: var(--s-navy);
}

.sel_ttl span::before {
  left: 0;
}

.sel_ttl span::after {
  right: 0;
}

/* 見出し下の細い横罫 */
.sel_ttl_rule {
  margin-top: 22px;
  border-top: 1px solid var(--s-line);
}


/*==========================
 セレクトの流れ
==========================*/
#selectFlow {
  background: #fff;
  padding: 155px 0 0;
}

/* STEP画像（右端が斜めにカットされた素材のため隙間なしで並べる） */
.flow_imgs {
  display: flex;
  margin-top: 48px;
}

.flow_imgs li {
  width: 33.3333%;
  line-height: 0;
}

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

/* STEPテキスト */
.flow_cols {
  display: flex;
  justify-content: space-between;
  width: 92.7%;
  margin: 44px auto 0;
}

.flow_col {
  width: 28.3%;
  text-align: center;
}

.flow_step {
  color: var(--s-navy);
  font-family: "adobe-garamond-pro", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--s-rule);
}

/* 見出し・本文は原稿どおりの改行位置を保持する */
.flow_sub,
.flow_lead,
.flow_body {
  white-space: nowrap;
}

.flow_sub {
  margin-top: 8px;
  min-height: 2.3em;
  color: var(--s-navy);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.flow_sub .flow_sub_s {
  display: block;
  font-size: 17px;
}

/* ラベルボックス */
.flow_badges {
  position: relative;
  display: flex;
  gap: 5px;
  margin-top: 22px;
}

.flow_badges li {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  padding: 4px 2px;
  box-sizing: border-box;
  background: var(--s-badge);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

/* 列間の矢印 */
.flow_col:not(:last-child) .flow_badges::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -59px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 21px solid var(--s-arrow);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.flow_lead {
  margin-top: 13px;
  color: var(--s-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.flow_body {
  margin-top: 9px;
  color: var(--s-sub);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* STEP3はリード文のみ（グレー） */
.flow_col.is_step3 .flow_lead {
  color: var(--s-gray);
}


/*==========================
 カラーセレクト
==========================*/
#colorSelect {
  background: #fff;
  padding: 40px 0 0;
}

.cs_cols {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}

.cs_col {
  width: 30.1%;
}

/* カラー名の帯 */
.cs_head {
  position: relative;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.cs_head.cs_head01 {
  background: #cfc5b4;
}

.cs_head.cs_head02 {
  background: #aa8e73;
}

.cs_head.cs_head03 {
  background: #7e6755;
}

.cs_head_en {
  font-family: "adobe-garamond-pro", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.cs_head_ja {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

/* モデルルームタイプのタブ */
.cs_mr {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: -5px;
  width: 74%;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  background: var(--s-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* 各カラー見本 */
.cs_item {
  margin-top: 28px;
  text-align: center;
}

.cs_item img {
  width: 84.6%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cs_cap {
  margin-top: 12px;
  color: var(--s-text);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.cs_cap .cs_sup {
  font-size: 11px;
  vertical-align: 1px;
}

/* 2枚組の見本キャプション。画像内の各見本の中心（左24.6%／右75.7%）に合わせる */
.cs_cap2 {
  position: relative;
  width: 84.6%;
  margin: 12px auto 0;
}

.cs_cap2 p {
  margin: 0;
  text-align: center;
  white-space: nowrap;
  color: var(--s-text);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

/* 左は通常フローで高さを決め、右は重ならないよう絶対配置 */
.cs_cap2 p:first-child {
  width: 49.4%;
}

.cs_cap2 p:last-child {
  position: absolute;
  top: 0;
  left: 75.7%;
  transform: translateX(-50%);
}

/* ※注釈ボックス */
.cs_notebox {
  margin-top: 41px;
  padding: 12px 20px;
  border: 1px solid var(--s-box);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.cs_notebox p {
  color: var(--s-navy);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
  padding-left: 2.6em;
  text-indent: -2.6em;
}

.cs_notebox p.is_mark {
  padding-left: 1em;
  text-indent: -1em;
}

.cs_notes {
  margin-top: 23px;
  text-align: left;
}

.cs_notes p {
  color: var(--s-navy);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  padding-left: 1em;
  text-indent: -1em;
}


/*==========================
 キッチンカウンター高さ／コンロトッププレート
==========================*/
#kitchenSelect {
  background: #fff;
  padding: 79px 0 0;
}

.ks_cols {
  display: flex;
  justify-content: space-between;
}

.ks_box {
  width: 48.2%;
  box-sizing: border-box;
  padding: 30px 41px 26px;
  border: 1px solid var(--s-box);
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* common.css の p{margin:0 auto} でフレックス子要素が中央に縮むのを打ち消す */
.ks_box>* {
  margin-left: 0;
  margin-right: 0;
}

.ks_ttl {
  color: var(--s-navy);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--s-rule);
}

.ks_body {
  margin-top: 12px;
  color: var(--s-text);
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.ks_img {
  margin-top: 20px;
}

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

/* 注釈は原稿同様わずかに枠内側の余白より広く取る */
.ks_note {
  margin-top: auto;
  margin-left: -14px;
  margin-right: -14px;
  padding-top: 18px;
}

.ks_note p {
  color: var(--s-text);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
}


/*==========================
 トイレ手洗い器 収納扉カラーセレクト
==========================*/
#toiletSelect {
  background: linear-gradient(180deg, #ffffff 0%, #d1eeef 100%);
  padding: 90px 0 155px;
}

/*==========================
 エントリーボタン（他ページ #design / #access / #location / #plan 等と同一の帯デザイン）
 ※原稿同様、グラデーション背景を帯に直付けするため padding-top は 0
==========================*/
#select .footer_BtnLink {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 0;
  gap: 0;
}

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

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

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

#select .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;
}

/* ご来場予約ボタン（エントリーボタンの上） */
#select .footer_BtnLink .btn_reseLink {
  width: 100%;
}

#select .footer_BtnLink .btn_reseLink a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  width: 100%;
  padding: 0.9em 1em;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, #a50f36 0%, #cd2350 50%, #a50f36 100%);
  color: #fff !important;
  font-size: 20px;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  transition: opacity 0.4s;
}

#select .footer_BtnLink .btn_reseLink a:hover {
  opacity: 0.75;
}

#select .footer_BtnLink .btn_reseLink .click_badge {
  background: linear-gradient(90deg, #e2d2aa 0%, #d8c18f 42%, #f3ecdc 100%);
  color: #a50f36;
}

/* sp */
@media only screen and (max-width: 768px) {
  #select .footer_BtnLink .btn_reseLink a {
    font-size: 4.3vw;
    padding: 1.1em 1em;
  }
}

.ts_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ts_txt {
  width: 32%;
  padding-top: 50px;
  text-align: left;
}

.ts_ttl {
  color: var(--s-navy);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--s-rule);
}

.ts_body {
  margin-top: 12px;
  color: var(--s-text);
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.ts_note {
  margin-top: 16px;
  color: var(--s-text);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  padding-left: 1em;
  text-indent: -1em;
}

.ts_img {
  width: 65%;
}

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

/* ラベルは画像内の各扉の中心位置に合わせて配置 */
.ts_labels {
  position: relative;
  height: 1.4em;
  margin-top: 6px;
}

.ts_labels li {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  color: var(--s-text);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.ts_labels li:nth-child(1) {
  left: 7.27%;
}

.ts_labels li:nth-child(2) {
  left: 27.87%;
}

.ts_labels li:nth-child(3) {
  left: 48.85%;
}

.ts_labels li:nth-child(4) {
  left: 69.34%;
}

.ts_labels li:nth-child(5) {
  left: 89.76%;
}


/*==========================
 Tab
==========================*/
@media only screen and (max-width: 1170px) {

  .sel_ttl {
    font-size: 2.2vw;
  }

  .flow_step {
    font-size: 2.4vw;
  }

  .flow_sub {
    font-size: 2vw;
  }

  .flow_sub .flow_sub_s {
    font-size: 1.5vw;
  }

  .flow_badges li {
    font-size: 1.55vw;
    min-height: 5.1vw;
  }

  .flow_col:not(:last-child) .flow_badges::after {
    right: -5vw;
    border-left-width: 1.8vw;
    border-top-width: 2.1vw;
    border-bottom-width: 2.1vw;
  }

  .flow_lead {
    font-size: 1.55vw;
  }

  .flow_body {
    font-size: 1.2vw;
  }

  .cs_head {
    height: 6.5vw;
  }

  .cs_head_en {
    font-size: 2.75vw;
  }

  .cs_head_ja {
    font-size: 1.4vw;
  }

  .cs_mr {
    font-size: 1.2vw;
    height: 1.9vw;
    line-height: 1.9vw;
    border-radius: 1vw;
  }

  .cs_cap,
  .cs_cap2 p {
    font-size: 1.15vw;
  }

  .cs_notebox {
    padding: 12px 2vw;
    gap: 2vw;
  }

  .cs_notebox p,
  .cs_notes p {
    font-size: 1.05vw;
  }

  .ks_box {
    padding: 2.5vw 3vw 2vw;
  }

  .ks_ttl,
  .ts_ttl {
    font-size: 2.15vw;
  }

  .ks_body,
  .ts_body {
    font-size: 1.55vw;
  }

  .ks_note p,
  .ts_note {
    font-size: 1vw;
  }

  .ts_labels li {
    font-size: 1.15vw;
  }
}


/*==========================
 SP
==========================*/
@media only screen and (max-width: 768px) {

  .sel_wrap {
    max-width: none;
  }

  .sel_ttl {
    font-size: 18px;
  }

  .sel_ttl span {
    padding: 0 40px;
  }

  .sel_ttl span::before,
  .sel_ttl span::after {
    width: 30px;
  }

  .sel_ttl_rule {
    margin-top: 14px;
  }

  /* セレクトの流れ */
  #selectFlow {
    padding: 50px 0 0;
  }

  /* SPはSTEP画像をそれぞれの説明文の上に配置 */
  #selectFlow .sel_wrap {
    display: flex;
    flex-direction: column;
  }

  #selectFlow .sel_ttl {
    order: 1;
  }

  #selectFlow .sel_ttl_rule {
    order: 2;
  }

  #selectFlow .flow_imgs,
  #selectFlow .flow_cols {
    display: contents;
  }

  #selectFlow .flow_imgs li:nth-child(1) {
    order: 3;
  }

  #selectFlow .flow_cols .flow_col:nth-child(1) {
    order: 4;
  }

  #selectFlow .flow_imgs li:nth-child(2) {
    order: 5;
  }

  #selectFlow .flow_cols .flow_col:nth-child(2) {
    order: 6;
  }

  #selectFlow .flow_imgs li:nth-child(3) {
    order: 7;
  }

  #selectFlow .flow_cols .flow_col:nth-child(3) {
    order: 8;
  }

  .flow_imgs li {
    width: 100%;
    margin-top: 25px;
  }

  /* STEP1・STEP2の説明文と次のSTEP画像の間を大きく空けてグループを区切る */
  #selectFlow .flow_imgs li:nth-child(n+2) {
    margin-top: 55px;
  }

  .flow_col {
    width: 100%;
    margin-top: 14px;
  }

  /* SPは画面幅が狭いため折り返しを許可 */
  .flow_sub,
  .flow_lead,
  .flow_body,
  .ks_ttl {
    white-space: normal;
  }

  .flow_step {
    font-size: 20px;
    padding-bottom: 4px;
  }

  .flow_sub {
    font-size: 17px;
  }

  .flow_sub .flow_sub_s {
    font-size: 13px;
  }

  .flow_badges {
    margin-top: 14px;
  }

  .flow_badges li {
    min-height: 46px;
    font-size: 14px;
  }

  /* SPは縦積みのため矢印は非表示 */
  .flow_col:not(:last-child) .flow_badges::after {
    content: none;
  }

  .flow_lead {
    margin-top: 10px;
    font-size: 15px;
  }

  .flow_body {
    font-size: 12px;
  }

  /* カラーセレクト */
  #colorSelect {
    padding: 50px 0 0;
  }

  .cs_cols {
    display: block;
    margin-top: 30px;
  }

  .cs_col {
    width: 100%;
  }

  .cs_col+.cs_col {
    margin-top: 45px;
  }

  .cs_head {
    height: 60px;
  }

  .cs_head_en {
    font-size: 24px;
  }

  .cs_head_ja {
    font-size: 13px;
  }

  .cs_mr {
    width: 60%;
    max-width: 200px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 12px;
  }

  .cs_item {
    margin-top: 20px;
  }

  /* 扉画像は縦長のため幅を抑える */
  .cs_item.is_door img {
    width: 52%;
  }

  .cs_item img {
    width: 100%;
  }

  .cs_cap {
    margin-top: 8px;
    font-size: 12px;
  }

  .cs_cap2 {
    width: 100%;
    margin-top: 8px;
  }

  .cs_cap2 p {
    font-size: 11px;
  }

  .cs_notebox {
    display: block;
    margin-top: 25px;
    padding: 12px 15px;
  }

  .cs_notebox p {
    font-size: 11px;
  }

  .cs_notebox p+p {
    margin-top: 2px;
  }

  .cs_notes {
    margin-top: 15px;
  }

  .cs_notes p {
    font-size: 11px;
  }

  /* キッチン */
  #kitchenSelect {
    padding: 40px 0 0;
  }

  .ks_cols {
    display: block;
  }

  .ks_box {
    width: 100%;
    padding: 20px 15px;
  }

  .ks_box+.ks_box {
    margin-top: 25px;
  }

  .ks_ttl {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .ks_body {
    font-size: 14px;
  }

  .ks_img {
    margin-top: 15px;
  }

  .ks_note {
    padding-top: 12px;
  }

  .ks_note p {
    font-size: 10px;
  }

  /* トイレ手洗い器 */
  #toiletSelect {
    padding: 45px 0 55px;
  }

  .ts_inner {
    display: block;
  }

  .ts_txt {
    width: 100%;
    padding-top: 0;
  }

  .ts_ttl {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .ts_body {
    font-size: 14px;
  }

  .ts_note {
    font-size: 10px;
  }

  .ts_img {
    width: 100%;
    margin-top: 20px;
  }

  .ts_labels li {
    font-size: 10px;
    letter-spacing: 0;
  }
}
