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

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

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

.widget-entry-cards figure{
	width: 40%;
}
.blogcard-thumbnail img, .card-thumb img{
	aspect-ratio: 16 / 9;
}
body{
/* 	background: #fbfaf0; */
}
.cat-label{
/* 	background: #818849; */
}

.pagination-next-link:before, .list-more-button:before, .comment-btn:before{
	background: #6b6867;
}
.pagination-next-link,.list-more-button,.comment-btn{
	color: #fff;
}
figure.wp-block-image.size-large.is-style-default.category__images{
	margin-bottom: 4px;
}
.navi{
	border: none;
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.widget-entry-cards figure{
		width: 40%;
	}
	.category_list{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.widget-entry-cards figure{
		width: 50%;
	}

}

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