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

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

/* ヘッダーロゴを幅いっぱい・高さ制限なしに拡大 */
#header .logo.logo-image .site-name {
  display: block !important;
  width: 100% !important;
}
#header .logo.logo-image .site-name-text {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
#header .site-logo-image,
#header img.header-site-logo-image,
#header-in .site-logo-image {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}
#header,
#header-container,
#header-container-in,
#header-in,
#header .logo.logo-image {
  height: auto !important;
  max-height: none !important;
}

/* フロントページのアピールエリア（空白）を非表示 */
#appeal {
  display: none !important;
}

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

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

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