@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-7 .date-tags {
display: none;
}

.site-name-text {
display: none;
}

/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
  display: none;
}

/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{
  display: none;
}

.post-52 .date-tags{
display: none;
}

.post-52 .author-info{
display: none;
}

.post-90 .date-tags{
display: none;
}

.post-90 .author-info{
display: none;
}

.post-92 .date-tags{
display: none;
}

.post-92 .author-info{
display: none;
}

.post-64 .date-tags{
display: none;
}

.post-64 .author-info{
display: none;
}

.post-67 .date-tags{
display: none;
}

.post-67 .author-info{
display: none;
}

.post-151 .date-tags{
display: none;
}

.post-151 .author-info{
display: none;
}

.text-haikei-01{
	color:#ffffff;
	background-color:#2f4a7f;
	text-align:center;
	font-size:36px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	.text-haikei-01{
		font-size:3vh;
	}
	
	.fz-24px{
		font-size:1.9vh;
	}
	.fz-40px{
		font-size:3vh;
	}
	
}
