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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.post-254 .date-tags,
.post-309 .date-tags,
.post-234 .date-tags {
display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	.page-body {
		font-size: 16px;
	}
	.img {
		width: 80%;
		object-fit: contain;
	}
	.item-label{
		font-size: 16px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	.page-body {
		font-size: 16px;
	}
	.img {
		width: 80%;
		object-fit: contain;
	}
	.item-label{
		font-size: 16px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	.page-body {
		font-size: 10px;
	}
	.img {
		width: 80%;
		object-fit: contain;
	}
	.item-label{
		font-size: 10px;
	}
}
