@charset "utf-8";

/* --------------------------------------------------

新着情報カテゴリ・シングル共通
イベントカテゴリ・シングル共通

-------------------------------------------------- */

.single #content h2 {
	margin-bottom: 40px;
	padding: 0 20px;
}

.single #content h3 {
	margin-bottom: 25px;
	font-size: 1em;
	line-height: 1.2;
}

.single #content .news_contents {
	padding: 20px 20px 0;
}

.page_nav {
	margin-bottom: 25px;
	padding: 0 20px;
	font-size: 0.6em;
}

.page_nav:last-child {
	margin-bottom: 40px;
}

.sub_news_contents {
	margin-bottom: 40px;
}

.news_contents .news_ec {
	margin-bottom: 20px;
}

.news_contents .news_ec img {
	height: auto;
	width: 100%;
}

.news_contents .post_date {
	display: block;
	font-size: 0.6em;
}

.news_contents .txt {
	padding-bottom: 25px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
	font-size: 0.6em;
	line-height: 1.4;
}

.news_contents .post_share {
	font-size: 0.6em;
}

.news_contents .post_share ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

.news_contents .post_share li {
	padding-left: 10px;
}

.news_contents .post_share li a {
	display: block;
	height: 30px;
	width: 30px;
}

.wp-block-paragraph {}

/* --------------------------------------------------

キャストカテゴリ、キャストシングル共通

-------------------------------------------------- */

.single .wp-block-gallery {
	margin-bottom: 40px;
}

.sidebar_head img {
	margin-bottom: 15px;
}

/* --------------------------------------------------

全店舗キャストカテゴリ
フロントページ共通
各店舗キャストカテゴリ共通
style.cssに記述

-------------------------------------------------- */

.single.cat_cast_all .contents,
.single.cat_cast_all .cast_contents {
	display: block;
}

/* --------------------------------------------------

各店舗キャストシングルページ

-------------------------------------------------- */

.cast_ec {
	margin-bottom: 20px;
}

.cast_ec img {
	height: auto;
	width: 100%;
}

.cast_info {
	padding: 0 20px 20px;
}

.cast_contents h2 {
	margin-bottom: 20px !important;
	padding: 0 0 10px !important;
	border-bottom: solid 1px #333;
}

.cast_info .wp-block-post-featured-image {
	display: none;
}

.cast_info .profile {
	font-size: 0.4em;
}

.cast_info .profile li {
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCC;
}

.cast_info .profile_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

.cast_info .profile_sns li {
	height: 30px;
	width: 40px;
	margin: 0;
	border: none;
}

.cast_info .profile_sns li:last-child {
	height: 30px;
	width: 30px;
}

.cast_info .profile_sns li a {
	height: 30px;
	width: 30px;
	display: block;
	text-indent: -9999px;
}

.cast_info .profile_sns .link_cast_isg {
	background: url(../images/icon_instagram.svg) no-repeat;
}

.cast_info .profile_sns .link_cast_blog {
	background: url(../images/icon_blog.svg) no-repeat;
}

.cast_info .profile_sns li a:hover {
	opacity: 0.7;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}