/*
Theme Name:VOYAGE child
Theme URI:https://tcd-theme.com/tcd121
Description:WordPressテーマ「VOYAGE」の子テーマ
Template:voyage_tcd121
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

/* ヘッダーキャッチコピー アクセントカラー */
#site_desc .accent {
  color: #3b7960;
}

/* ヘッダーキャッチコピー フォントサイズ拡大 */
#site_desc {
  font-size: 20px;
}
@media (max-width: 1200px) {
  #site_desc {
    font-size: 17px;
  }
}

/* 画面中央のキャッチコピーを非表示 */
#index_header_content .catch {
  display: none;
}

/* フッターバナーカルーセルを非表示 */
#footer_banner {
  display: none !important;
}

/* サイドボタン：右端に余白を追加・テキストを1行に */
#side_button {
  right: 12px;
}

#side_button a {
  width: 112px;
  padding: 0 10px;
}

#side_button a .title {
  font-size: 11px;
  white-space: nowrap;
}

/* ロゴ画像サイズ上書き（PC） */
#header_logo .image {
  height: 72px !important;
  width: auto !important;
}
@media (max-width: 1200px) {
  #header_logo .image {
    height: 56px !important;
    width: auto !important;
  }
}

/* フッターロゴ画像サイズ */
#footer #footer_logo .image {
  height: 120px;
  width: auto;
}
@media (max-width: 767px) {
  #footer #footer_logo .image {
    height: 80px;
  }
}