@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.card-large-image .a-wrap {
    width: 25%;
    max-width: 400px;
}
.nineStar {
	display: flex;
	margin-bottom: 80px;
	gap: 30px;
}
.nineStar picture {
	width: 30%;
}
.skin-grayish .content-bottom .widget_author_box, .skin-grayish .content-top .widget_author_box {
    padding: 2rem 0 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.widget-entry-cards.card-large-image .a-wrap {
    width: 45%;
    max-width: 400px;
}
	.nineStar {
	flex-direction: column;
}
	.nineStar picture {
	width: 100%;
}
}

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