@charset "utf-8";
/*
Theme Name:GLUE child
Theme URI:
Template: glue_free002
Description:WordPress theme “GLUE”  子テーマ
Author:TCD
Author URI:https://tsunagaroom.pocket-edu.com/
Version:1.4.1
Text Domain:tcd-glue
*/

/* ----------------------------------------------------------------------
 共通
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
/* ヘッダーメッセージ */
#header_message .label { font-size: 20px; font-weight: 600; }
@media screen and (max-width: 600px) {
  #header_message .label { font-size: 14px; font-weight: 600; }
}
/* ヘッダー */
@media screen and (max-width: 800px) {
  body.home #header_top { border-bottom: 1px solid #ddd; }
}
/* ロゴ */
#header_logo img { max-height: 80px; }
@media screen and (max-width: 1200px) {
  #header_logo img { max-height: 40px; }
}
/* キャッチフレーズ */
#site_catch { font-size: 20px; font-weight: 600; color: #2f5597; }
.p-header-site_catch { height: 80px; border-top: none; border-bottom: none; }
@media screen and (max-width: 1200px) {
  .p-header-site_catch { 
    position: relative;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #site_catch { display: unset; }
}
@media screen and (max-width: 600px) {
  #site_catch { font-size: 14px; font-weight: 600; }
}
/* スライダー */
#header_slider_container { margin-top: 0px; }
@media screen and (max-width: 1100px) {
  #header_slider_container { margin-top: 0px; }
}
.header_slider_content .catch { font-size: 42px !important; }
@media screen and (max-width: 800px) {
  .header_slider_content .catch { font-size: 22px !important; }
}
/* お知らせ */
#news_ticker .item.no_date .title { width: auto; }
#news_ticker .title { text-align: center; font-size: 20px; font-weight: 600; color: #2f5597; }
@media screen and (max-width: 600px) {
  #news_ticker .title { font-size: 14px; font-weight: 600; }
}

/* ----------------------------------------------------------------------
 ページヘッダ
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
 ページコンテンツ
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

