@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-container, .main, .sidebar, .footer {
    background-color: #ffffff;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1em;
}
.article h2:not(:first-child), .article h3:not(:first-child), .article h4:not(:first-child), .article h5:not(:first-child), .article h6:not(:first-child) {
    margin-top: 1.62em;
}
.home h1{display:none;}
.no-sidebar .content .main {
    margin: 1em 1em;
    width: calc(100% - 2em);
}

.wp-block-gallery.has-nested-images.xmreg-gallery figure:not(:first-child),
.wp-block-gallery.has-nested-images.vpsreg-gallery figure:not(:first-child){
  display: none;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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