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

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


/* ロゴ */
.logo-text {
	padding: 5px 0 0;
}

/* 見出し */
h2.wp-block-heading {
	padding: 0.7em 0.5em 0.4em;
	border-bottom: solid 3px #ddd;
}
h3.wp-block-heading {
	padding: 0.4em 0.4em 0.3em;
	margin-bottom: 1.4em;
}

/* 作品データ */
.data-list {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
.data-list li {
	display: inline;
	margin-right: 12px;
}
.data-list li:last-child {
	margin-right: 0;
}

/* 同じ女優の作品 */
.same-actress-posts{
  margin-top: 30px;
}
.same-actress-grid {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap: 20px;
}
.same-actress-work {
	display:block;
	padding: 3px;
	text-decoration:none;
	color: #333;
}
.same-actress-work:hover {
	background-color: #f5f6f7;
	color: #333;
}
.same-actress-item img {
	width:100%;
	height:auto;
	display:block;
}
.same-actress-title {
	font-size: 0.8em;
	margin-top: 8px;
	line-height: 1.4;
}
@media(min-width:768px) {
  .same-actress-grid{
    grid-template-columns:repeat(4, 1fr);
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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