:root { 
  --anakiwa: #90e4ff;
  --bon-jour: #e4dfdf;
  --btncolor: #eb835e;
  --commonwhite: #ffffff;
  --concrete: #f2f2f2;
  --endeavour: #0060ad;
  --errorlight: #e57373;
  --flame-pea: #d96136;
  --maincolor: #000000;
  --navy-blue: #1b75ba;
  --orange-red: #f7282b;
  --textcolor: #171717;
  --white: #ffffff;
  --white-2: #ffffffcc;
 
  --font-size-30px: 30px;
  --font-size-36px: 36px;
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-s: 12px;
  --font-size-xl: 18px;
  --font-size-xs: 10px;
  --font-size-xxl: 20px;
  --font-size-xxxl: 24px;
 
  --font-family-inter: "Inter", Helvetica;
  --font-family-noto_sans_jp: "Noto Sans JP", Helvetica;

  /* ▼ヘッダー関連追加変数 */
  --header-h-mobile: 64px;
  --header-h-desktop: 80px;
}

/* ▼文字スタイル類 */
.h1-24b {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.h2-20b {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.h1-36b {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-36px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.h2-30b {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-30px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.inter12 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.inter14 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.inter14m {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.inter16 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.inter18 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.inter18m {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.inter18b {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.inter20m {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.inter24 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.notosansjp-normal-white-10px {
  color: var(--commonwhite);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-white-14px {
  color: var(--commonwhite);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.inter-semi-bold-white-21-2px {
  color: var(--commonwhite);
  font-family: var(--font-family-inter);
  font-size: 21.2px;
  font-style: normal;
  font-weight: 600;
}

.inter-medium-white-12px {
  color: var(--commonwhite);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}


.footer-contact {
  border-top: 2px solid #1d5fa8;
  padding: 16px 10px;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
}

/* PCレイアウト ------------------------------------------------ */
.footer-contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

/* 左側（電話） */
.footer-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 25px;
  border-right: 1px solid #1d5fa8; /* ← 区切り線 */
  margin-right: 25px; /* ← 説明文と距離確保 */
  white-space: nowrap;
}

/* 電話アイコン */
.tel-icon {
  width: 26px;
  height: auto;
  flex-shrink: 0;
}

/* 電話番号 */
.phone-number {
  font-size: 22px;
  font-weight: bold;
  color: #0060ad;
  text-decoration: none;
}

/* 説明文 */
.footer-hours {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  max-width: 650px;
}

/* スマホ版 ----------------------------------------------------- */
@media screen and (max-width: 768px) {

  .footer-contact-inner {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
  }

  .footer-phone {
    justify-content: center;
    width: 100%;
    border-right: none !important;  /* ← 区切り線を消す */
    margin-right: 0;
    padding-right: 0;
  }

  .footer-hours {
    text-align: left;
    padding-right: 50px;
    width: 100%;
  }
}


