/* =========================
   カスタムフッター
   ========================= */

/* footer_top の高さ調整（デフォルトは padding のみ） */
#footer #footer_top {
  padding: 80px 40px;
}

/* "Bonds Resta" 英語サブテキスト */
#footer_logo .footer-site-en {
  display: block;
  font-family: var(--tcd-logo-font-type, "Times New Roman", serif);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.80);
  margin-top: 6px;
  text-transform: uppercase;
}

/* サイト名テキスト（TCD の .text クラスが継承するが念のため白に） */
#footer #footer_logo .text {
  color: #ffffff;
}

/* リンク下線を除去（#footer_top a はデフォルト underline になっている） */
#footer #footer_logo a {
  text-decoration: none;
}

/* ===== レスポンシブ ===== */
@media (max-width: 767px) {
  #footer #footer_top {
    padding: 60px 24px;
  }
}
