@charset "UTF-8";
/* =========================================
   サイドメニュー右側相談窓口用
   ========================================= */
/* --- 共通カラー設定 --- */
.p-side-showroom__name,
.p-side-showroom__sub,
.p-side-call__label,
.p-side-call__number {
  color: #37a75b;
}

/* --- ICCショールーム --- */
.p-side-showroom__name {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
.p-side-showroom__sub {
  font-size: 1.125rem;
  font-weight: 700;
}

/* --- コールセンター見出し --- */
.p-side-call__label {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-side-call__label .u-icon-tel {
  display: flex;
  align-items: center;
}

/* 電話アイコンサイズ調整 */
.p-side-call__icon--small::before {
  width: 1.25rem; /* 2.5rem から縮小 */
  height: 1.25rem; /* 正方形に保つ */
  margin-top: -3px; /* 位置微調整 */
  background-size: contain;
}

/* --- 電話番号 --- */
.p-side-call__number {
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
}

.u-icon-tel::before {
  background-image: url(images/tel-icon_img2.svg);
  }

/* --- ユーティリティ --- */
.u-mt-10 { margin-top: 10px; }
.u-justify-center { justify-content: center; }
