/* ===== ヘッダー屋号（全ページ共通・確定版） ===== */

/* ロゴ画像（ズレ防止） */
.brand-logo{
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
}

/* 「有限会社」 */
.navbar .navbar-brand .text-secondary{
  font-family: "zen-antique", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

/* 「立花建設」 */
.navbar .navbar-brand .fw-bold{
font-family: "zen-antique", sans-serif;
font-weight: 400;
font-style: normal;          /* ←太字禁止（潰れる原因） */
  font-size: 2.6rem;
  letter-spacing: 0.06em;    /* ←0.5emは開きすぎ */
  line-height: 1.05;
}


/* スマホ */
@media (max-width: 576px){
  .navbar .navbar-brand .text-secondary{ font-size: 0.95rem; }
  .navbar .navbar-brand .fw-bold{ font-size: 1.6rem; }
}
/* ===== 会社概要：会社情報フォント微調整 ===== */

.company-info .kv{
  font-size: 0.95rem;
}

.company-info .kv dt{
  font-size: 0.9rem;
}

.company-info .kv dd{
  font-size: 0.9rem;
}
