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



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

h2.blog_ttl {
	background: none;
	padding: 0;
	margin: 0 0 20px;
}
h2.blog_ttl a {
	text-decoration:none;
}
.wp-block-post-excerpt {
	margin: 0 0 10px;
}
div#widget-01 > div {
	padding: 20px ;
	border-radius: 10px;
	border: solid 1px #ddd;
	text-align: left;
}

.eye-catch-wrap {
	justify-content: center;
}
.no-sidebar .content .main {
	background:none;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 768px){
	/*必要ならばここにコードを書く*/
	.sp_none {
		display:none;
	}
	.no-sidebar .content .main {
		margin: 0;
		background:none;
	}
	.bx-wrapper {
		margin-bottom: 0 !important;
	}
	.no-sidebar .content-in {
		display: block;
		margin-top: 0 !important;
	}
	div#widget-01 {
		padding: 32px 16px;
	}
	.content {
		margin-top: 0 !important; 
	}
	.single .container .content {
		margin-top: 64px !important;
	}

	.page .eye-catch img,
	h2.wp-block-heading img {
		width:70%;
	}


}


@media screen and (min-width: 769px){
	/*必要ならばここにコードを書く*/
	.pc_none {
		display:none;
	}
	div#widget-01 {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 30px;
		padding: 36px 29px;
	}
}





