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

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

/*--------------------------------
タイトルを非表示
post-28: Home
--------------------------------*/
/*
.post-28 h1.entry-title{
	display:none;
}
*/

/*---------------------------------
固定ページの日付を非表示にする
--------------------------------*/
.post-28 .date-tags,
.post-14 .date-tags {
  display: none;
}

.article-header.entry-header {
  text-align: center;
}
h1.entry-title {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h1.entry-title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.cf-turnstile {
  display: block;
  text-align: center;
}

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

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

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