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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}
.post-328 .date-tags,
.post-328 .entry-title,
.post-328 .author-info,
.post-401 .date-tags,
.post-401 .entry-title,
.post-401 .author-info,
.post-383 .date-tags,
.post-383 .entry-title,
.post-383 .author-info,
.post-370 .date-tags,
.post-370 .entry-title,
.post-370 .author-info,
.post-352 .date-tags,
.post-352 .entry-title,
.post-352 .author-info,
.post-371 .date-tags,
.post-371 .entry-title,
.post-371 .author-info,
.post-332 .date-tags,
.post-332 .entry-title,
.post-332 .author-info,
.post-446 .date-tags,
.post-446 .entry-title,
.post-446 .author-info,
.post-630 .date-tags,
.post-630 .entry-title,
.post-630 .author-info,
.post-380 .date-tags,
.post-380 .entry-title,
.post-380 .author-info,
.post-385 .date-tags,
.post-385 .entry-title,
.post-385 .author-info,
.post-585 .date-tags,
.post-585 .entry-title,
.post-585 .author-info{
display: none;
}

.wp-block-file a.wp-block-file__button{
  background-color: #0092CA; /*背景色*/
}

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

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

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