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

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

/* ヘッダー */
.logo-header { margin-left: 2em; }

/* モバイルメニューヘッダー */
.mobile-menu-buttons { min-height: 45px; }

/* トップページ */
.home .main { padding-top: 0; }
.home .content { margin-top: 0; }
figure.wp-block-image.alignfull.size-large { margin-bottom: 0 !important; }

/* お客様の声 */
.tab-caption-box-label { padding-top: .3em; padding-bottom: .3em; }

/* ブログ */
.wp-block-latest-posts__list.is-grid.columns-3 { margin-bottom: 0; }

/* フッター */
.footer { margin-top: 0px; padding: 0px; margin-bottom: 15px; }
.footer-bottom { margin-top: 0px; padding: 0px; }
.copyright { margin-top: 0px; }

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

/*834px以下*/
@media screen and (max-width: 834px){
.logo-header { margin-left: 0; }
#header .site-name-text { font-size: 18px; }
}

/*480px以下*/
@media screen and (max-width: 480px){
.logo-header { margin-left: 0; }
#header .site-name-text { font-size: 16px; }
.entry-title, .article h2 { font-size: 18px; }
}
/*400px以下*/
@media screen and (max-width: 400px){
#header .site-name-text { font-size: 14px; }
}