@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.4
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* ヘッダーロゴ横のサイトタイトル */
.child-site-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ヘッダーロゴの伸び防止 */
.logo-header .site-logo-image,
.logo-header .site-fixed-logo-image {
  width: auto !important;
  height: auto !important;
  max-height: 60px;
}

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

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

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