@charset "UTF-8";
/* flow.html 固有スタイル */

/*---------------------------------
ページヒーロー
---------------------------------*/

.page_hero--flow {
  background-image: url(../../images/flow/shop_main.jpg);
  background-position: center 40%;
}

/*---------------------------------
フロー導入テキスト
---------------------------------*/

.flow_intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}

.flow_intro p {
  color: #555;
  line-height: 2;
  font-size: 1rem;
}

/*---------------------------------
タイムライン
---------------------------------*/

.flow_timeline_wrap {
  max-width: 820px;
  margin: 0 auto;
}

.flow_timeline {
  position: relative;
  padding: 0.5rem 0 0.5rem 100px;
}

.flow_timeline::before {
  content: '';
  position: absolute;
  left: 44px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--base_color) 0%, #c8d0e8 100%);
}

.flow_step {
  position: relative;
  margin-bottom: 2.4rem;
}

.flow_step:last-child {
  margin-bottom: 0;
}

.flow_step__num {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--base_color);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(22, 52, 139, 0.3);
}

.flow_step__num span {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

/* ステップ01のみ赤みがかったアクセント */
.flow_step:first-child .flow_step__num {
  background: #9f2020;
  box-shadow: 0 2px 8px rgba(159, 32, 32, 0.3);
}

.flow_step__body {
  background: #fff;
  border: 1px solid #e4e8f0;
  border-left: 3px solid var(--base_color);
  border-radius: 0 4px 4px 0;
  padding: 1.6rem 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.25s;
}

.flow_step__body:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.flow_step:first-child .flow_step__body {
  border-left-color: #9f2020;
}

.flow_step__title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 0.8rem;
  letter-spacing: 0.06em;
}

.flow_step__text {
  color: #555;
  line-height: 1.95;
  font-size: 0.9rem;
}

.flow_step__note {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  background: #f5f7fc;
  border-radius: 3px;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.8;
}

.flow_step__note ul {
  margin: 0.3em 0 0 1.2em;
  padding: 0;
}

.flow_step__note li {
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .flow_timeline {
    padding: 0.5rem 0 0.5rem 72px;
  }

  .flow_timeline::before {
    left: 30px;
  }

  .flow_step__num {
    left: -72px;
    width: 44px;
    height: 44px;
    font-size: 0.55rem;
  }

  .flow_step__num span {
    font-size: 0.9rem;
  }

  .flow_step__body {
    padding: 1.2rem 1.2rem;
  }

  .flow_step__title {
    font-size: 1rem;
  }
}

/*---------------------------------
問い合わせCTA（フロー内）
---------------------------------*/

.flow_cta {
  text-align: center;
  padding: 3rem 0 0;
}

.flow_cta_text {
  color: #555;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.8;
}

.flow_cta_btn {
  display: inline-block;
  background: var(--base_color);
  color: #fff;
  padding: 0.9rem 3.5rem;
  border-radius: 2px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.3s;
}

.flow_cta_btn:hover {
  opacity: 0.82;
  color: #fff;
}

/*---------------------------------
打ち合わせスペースセクション
---------------------------------*/

.flow_showroom {
  position: relative;
}

.flow_showroom_bg {
  width: 100%;
  height: 380px;
  background-image: url(../../images/flow/meeting_bg.jpg);
  background-size: cover;
  background-position: center 35%;
  position: relative;
}

.flow_showroom_bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 48, 0.52);
}

.flow_showroom_bg_text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.flow_showroom_bg_text .en {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 0.6em;
}

.flow_showroom_bg_text h2 {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  margin: 0;
}

.flow_showroom_content {
  background: #fff;
  padding: 3.5rem 0;
}

.flow_showroom_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.flow_showroom_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.flow_showroom_text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid var(--base_color);
  display: inline-block;
}

.flow_showroom_text p {
  color: #555;
  line-height: 2;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.flow_showroom_tel {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--base_color);
  letter-spacing: 0.05em;
}

.flow_showroom_tel i {
  margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
  .flow_showroom_bg {
    height: 260px;
  }

  .flow_showroom_bg_text h2 {
    font-size: 1.3rem;
  }

  .flow_showroom_inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .flow_showroom_img img {
    height: 220px;
  }
}

/*---------------------------------
ショップ内観フォトグリッド
---------------------------------*/

.flow_shop_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  line-height: 0;
}

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

@media screen and (max-width: 960px) {
  .flow_shop_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .flow_shop_grid img {
    height: 160px;
  }
}
