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

	
	
	
.post-16 .date-tags {
display: none;
}
	
.home main#main {
	padding-top: 0;
}

.home .column-wrap.column-2 {
	margin-top: 0;
}

.home .container .column-wrap > div {
	padding-top: 0;
}
	.home .entry-categories-tags.ctdt-one-row,
.home .article-header.entry-header {
	display: none;
}

.wp-block-image {
    margin-left: -29px;
    margin-right: -29px;
}
	@media screen and (max-width: 768px) {
	.single #header-container,
	.single #notice-area {
		display: none;
	}
}
