@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){
  /*必要ならばここにコードを書く*/
}
img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

/*834px以下*/
@media screen and (max-width: 768px) {
  .wp-block-image img {
    max-width: 90% !important;
    margin: 0 auto;
  }

  .entry-content {
    padding: 10px;
  }
}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* 特定の関連記事カードを非表示 */
a[href*="https://shublog.fun/%e9%a0%ad%e7%9a%ae%e6%94%b9%e5%96%84%e3%81%ae%e5%91%b3%e6%96%b9%e3%80%81%e3%83%8f%e3%83%87%e3%82%a3%e3%82%a8%e3%83%b3%e3%83%88%e3%81%ae%e7%82%ad%e9%85%b8%e6%b3%a1%e3%81%ae%e7%a7%98%e5%af%86%e3%81%ab/"] {
    display: none !important;
}
