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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*body.page {
  padding-left: 0;
  padding-right: 0;
}

.page .entry-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-container {
  max-width: none;
}
*/
  /* PCでのみ表示 */
  .only-pc {
    display: block;
  }
  .only-sp {
    display: none;
  }

  @media screen and (max-width: 768px) {
    /* スマホでのみ表示 */
    .only-pc {
      display: none;
    }
    .only-sp {
      display: block;
    }
  }

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 1.2em 0 0.6em 0;
  border-radius: 0 !important;
  line-height: 1.4;
  font-weight: normal;
}

/* 各見出しごとのサイズ調整 */
.article h1 { font-size: 28px; }
.article h2 { font-size: 24px; }
.article h3 { font-size: 20px; }
.article h4 { font-size: 18px; }
.article h5 { font-size: 16px; }
.article h6 { font-size: 14px; }



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

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

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

/*固定ページの更新日を非表示に*/
.post-45 .date-tags {
display: none;
}
