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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

h2.wp-block-heading {
	background: #ffdffa;
	box-shadow: 0px 0px 0px 5px #ffdffa;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #E95295;
}

/* 記事詳細ページ */
table {
	border: none !important;
	font-size: 0.9em;
}
table tr {
	border-bottom: 3px solid #fff;
}
table th {
	width: 8.0em;
	border: none!important;
	background: #ff4b8b;
	color: #fff;
	position: relative;
}
table th::after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #ff4b8b;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
table td {
	width: calc(100% - 8.0em);
	border: none!important;
	padding: 0.5em 0.5em 0.5em 1.5em;
}
table td a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 2px 10px;
	border-radius: 50px;
	border: 2px solid #ff4b8b;
	text-decoration: none;
	background: #FEF6FD;
	font-weight: bold;
}
table .item_actress td a {
	padding: 2px 10px 2px 3px;
}
table td a img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}


/* 女優プロフィールページ */
.post-3044 .entry-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-3044 .entry-content .actress_intro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
}
.post-3044 .entry-content .actress_intro figure {
	width: 125px;
	height: 125px;
	object-fit: cover;
}
.post-3044 .entry-content .actress_intro p {
	width: calc(100% - 150px);
	font-size: 0.85em;
	margin: 0 0 0 0;
}
.post-3044 .entry-content .img_table {
	width: 350px;
}
.post-3044 .entry-content .img_table .actress_info th {
	min-width: 8.0em;
}
.post-3044 .entry-content .img_table .actress_info td span.bust {
	font-size: 1.25em;
	font-weight: bold;
	color: #ED47D7;
}
.post-3044 .entry-content .favor_item {
	width: calc(100% - 380px);
}
.post-3044 .entry-content .favor_item h2 {
	margin: 0 0 20px;
}
.post-3044 .entry-content .favor_item .ranking_intro p {
	font-size: 0.85em;
	text-align: justify;
}
.post-3044 .entry-content .favor_item .actress_works {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item {
	position: relative;
	width: calc(50% - 20px);
	margin: 0 0 35px;
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item span.rank_number {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.75;
	text-align: center;
	border: 2px solid #000;
	font-weight: bold;
	transform: translate(-30%, -30%);
	border-radius: 50%;
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	padding: 0 0 0 0;
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item a {
	display: block;
	transition: 0.3s all ease;
	text-decoration: none;
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item a:hover {
	opacity: 0.7;
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item a img {
	transition: 0.3s all ease;
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item a:hover img {
	transform: scale(1.03);
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item .item_txt .ranking_tags {
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item .item_txt .ranking_tags span {
	display: inline-block;
	background: linear-gradient(45deg, #ff4b8b, #ff7096);
	color: #fff;
	font-size: 0.6em;
	padding: 2px 5px 0;
	border-radius: 6px;
	letter-spacing: 0.05rem;
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item p.item_title {
	font-size: 0.8em;
	margin: 10px 0 0;
	line-height: 1.3;
	text-align: justify;
}
.post-3044 .entry-content .favor_item .actress_works .actress_work_item .detail_btn {
	width: 100%;
	font-size: 0.85em;
	border: none;
	margin: 5px auto 0;
	padding: 5px 10px;
	max-width: none;
}


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

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

	table td a {
		margin: 0 5px 5px 0;
	}

  /* 女優プロフィールページ */
	h1.entry-title {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	.post-3044 .entry-content {
		display: block;
	}

	.post-3044 .entry-content .actress_intro {
		margin: 0 0 15px;
	}

	.post-3044 .entry-content .img_table,
	.post-3044 .entry-content .favor_item {
		width: 100%;
	}
	.post-3044 .entry-content .favor_item .actress_works .actress_work_item {
		width: 100%;
	}

	.post-3044 .entry-content .favor_item .actress_works .actress_work_item>a {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.post-3044 .entry-content .favor_item .actress_works .actress_work_item>a img {
		width: 45%;
	}

	.post-3044 .entry-content .favor_item .actress_works .actress_work_item .item_txt {
		width: calc(55% - 10px);
	}

	.post-3044 .entry-content .favor_item .actress_works .actress_work_item .item_txt p.item_title {
		margin: 0 0 0 0;
	}

	.post-3044 .entry-content .favor_item .actress_works .actress_work_item .item_txt span.detail_btn {
		margin: 5px 0 0;
		padding: 3px 10px;
	}
}

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

}
