@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){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* トップページの日付を非表示 */
.home.page .date-tags {
  display: none !important;
}

/* トップページのSNSボタンを非表示 */
body.home #main .sns-share,
body.home #main .sns-share-message,
body.home #main .sns-share-buttons,
body.home #main .sns-buttons,
body.home #main .sns-follow,
body.home #main .sns-follow-message,
body.home #main .sns-follow-buttons {
  display: none !important;
}

/* トップページのH2装飾を消して中央寄せ */
body.home #main h2 {
  display: block !important;
  position: static !important;
  margin: 45px 0 30px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
  text-indent: 0 !important;
}

body.home #main h2::before,
body.home #main h2::after {
  content: none !important;
  display: none !important;
}