/* yubinbango p-country-name */
.p-country-name { display: none; }

/* ナビゲーション label */
.toggle__Label { cursor: pointer; }

/* 採用フォーム: その他の希望職種（JS で表示切替） */
#other_position_group { display: none; }

/* Google Maps iframe */
.c-map__iframe iframe { border: 0; }

/* 費用表示の単位 */
.price-unit { font-size: 70%; }

/* お問い合わせ確認画面: フィールド値 */
.contact-form__field-text { line-height: 1.78; }
.contact-form__field-text--message { line-height: 1.78; white-space: pre-line; word-break: break-word; }

/* トップページ・ご相談の流れ: ヘッダー文字 */
.main__header-info { opacity: 0; z-index: -1; }
.main__header-info.active { opacity: 1; z-index: 99; }
.f-subSmall { font-size: 30px; color: currentColor; }
.f-46_30 { font-size: 46px; }
@media only screen and (max-width: 768px) {
  .main__headline { font-size: 30px; padding-left: 0; }
  .f-subSmall { font-size: 22px; display: block; }
  .f-46_30 { font-size: 30px; }
}

/* 事務所紹介: Swiper スライド */
.imgSlide { --vaSpace: 25px; }
.imgSlide .swiper-slide img { width: 100%; }

/* 盆栽・ニュース プレビューバナー */
.bonsai-preview-banner,
.bonsai-preview-banner * {
  color: #fff !important;
}
.bonsai-preview-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #1e3a5f;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 2px solid rgba(255,255,255,0.5);
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bonsai-preview-banner-spacer {
  height: 50px;
}

/* トピック詳細: サイドバー文字サイズ */
@media (max-width: 768px) {
  .fDetail-sp { font-size: 16px; }
}
