@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){
  /*必要ならばここにコードを書く*/
}
/* コロマルブログ（サイトタイトル）を強制拡大 */
html body #header .site-name a,
html body #header .site-title a {
font-size: 80px !important; /* 好みに応じて 60〜100px */
font-weight: 900 !important;
color: #222 !important;
text-decoration: none !important;
line-height: 1.2 !important;
display: inline-block !important;
}

/* モバイルは少し控えめ */
@media (max-width: 767px){
html body #header .site-name a,
html body #header .site-title a {
font-size: 36px !important;
}
}
