@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* ===== ヘッダー：タイトルとキャッチの詰め調整 ===== */
/* タイトル＋キャッチのラッパーの下余白を抑える */
header#header .site-name,
#header .site-name {
  padding-bottom: 6px !important;
  margin-bottom: 0 !important;
}

/* キャッチフレーズを上に寄せる（いろいろな別名に対応） */
header#header .site-description,
header#header .tagline,
header#header .site-tagline,
header#header .sitename-description,
#header .site-description {
  margin-top: -18px !important;   /* -10〜-30で微調整 */
  line-height: 1.2 !important;
  font-size: 14px !important;
}

/* 一部スキンでタイトルに余白が付く対策 */
header#header .site-title,
#header .site-title,
#header .logo {
  margin-bottom: 2px !important;
}

/* ===== フッターのコピーライト中央寄せ ===== */
footer#footer,
footer#footer .footer-bottom,
footer#footer .copy,
footer#footer .copyright {
  text-align: center !important;
  justify-content: center !important;
}
