@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){
  /*必要ならばここにコードを書く*/
}

/* RSB mobile home start */
body:not(.home) #content-top { display:none; }
@media screen and (max-width: 834px){
  #header-container .header-in, #header.header { padding-top:12px !important; padding-bottom:12px !important; }
  .logo.logo-header.logo-image { padding:4px 0 !important; }
  .logo-header a, .logo-header img, .header-logo img { max-height:230px !important; height:auto !important; width:auto !important; max-width:100% !important; }
  .tagline { font-size:13px !important; margin:4px 0 !important; opacity:.85; }
  #content-top { margin-top:8px; }
}
@media screen and (max-width: 480px){
  .logo-header a, .logo-header img, .header-logo img { max-height:200px !important; }
  .entry-card-title, .card-title { font-size:15px !important; line-height:1.45 !important; }
  .entry-card-snippet, .card-snippet { font-size:12.5px !important; line-height:1.6 !important; }
  .entry-card-wrap.a-wrap { padding:12px !important; }
}
/* RSB mobile home end */
