@charset "utf-8";
/* CSS Document */

/* ------------------------------------ */
/* リストの検索 */
/* ------------------------------------ */
.search_list li.detail {
	margin-bottom: 60px;
	border: solid 1px #e1d4c0;
	position: relative;
}
.search_list li.detail .list_head {
	background-color: #efe5d7;
	border-bottom: solid 1px #e1d4c0;
	padding: 10px;
	/* display: flex; */
	font-size: 20px;
	font-weight: bold;

	float: left;
	width: 100%;
	display: block;
}
.name a {
	line-height: 1;
	transition: all 300ms 0s ease;
}
.name a:hover {
}
.pr_list_block {
	position: relative;
	overflow: hidden;
}
.pr_text {
	position: absolute;
	left: 0;
	top: -24px;
	color: #ff9234;
	font-weight: bold;
	animation: flash 2s linear infinite;
}
@keyframes flash {
	10%,
	20% {
		opacity: 0;
	}
	11% {
		opacity: 1;
	}
	21% {
		opacity: 1;
	}
}

.search_list li.detail .list_head {
	font-size: 14px;
	color: #9b6565;
}
.search_list li.detail .list_head a {
	font-size: 20px;
	text-decoration: none;

	width: 830px;
}
.search_list li.detail .list_head strong {
	font-weight: bold;
}
.search_list li.detail .list_head .name a {
	color: #9b6565;
	font-size: 24px;
	display: block;
	margin: 0 0 5px 0;
	line-height: 1;
}
.search_list li.detail.caferun_ba_pac .list_head .name a {
	color: #ff9234;
}
.search_list li.detail .list_head .name a:hover {
	text-decoration: underline;
}

.search_list li.detail .list_head figure {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background-color: #ffffff;
	float: left;
}

.search_list li.detail figure {
	display: block;
	width: 400px;
	max-height: 151px;
	overflow: hidden;
	border: solid 1px #d9c0c0;
	transition: all 700ms 0s ease;
	box-sizing: border-box;
}
.search_list li.detail figure:hover {
	border: solid 1px #d9c0c0;
}
.search_list li.detail figure img {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 100%;
	max-height: 150px;
}
.shop_tags li._for_man {
	background-color: var(--color_man);
}
.shop_tags li._for_woman {
	background-color: var(--color_woman);
}

.shop_tags .over_18 {
	background-color: #ffe9e9;
	padding: 5px 5px;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	color: #ff6363;
	text-shadow: 1px 1px 1px #ffffff;
	border-radius: 3px;
	display: flex;
	align-items: center;
}
.shop_tags .corona {
	background-color: #6aaf59;
	padding: 5px 10px;
	line-height: 1;
	font-size: 12px;
	color: #ffffff;
	display: flex;
	align-items: center;
}

.guide_now {
	display: block;
	text-align: center;
	background-color: var(--color_attention);
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 4px 0;
	font-size: 18px;
	border-radius: 4px;
}

.guide_go_now:hover {
	opacity: 0.8;
}

.guide_go_now {
	height: 35px;
	display: flex;
	align-items: center;
	border: 1px solid var(--color_attention);
	color: var(--color_attention);
	font-size: 15px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.guide_go_now ._attention {
	background-color: var(--color_attention);
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 100%;
	line-height: 1;
	margin-right: 10px;
	flex-shrink: 0;
}
.guide_go_now strong {
	font-weight: bold;
}
.guide_go_now ._detail {
	position: relative;
	padding-right: 25px;
	color: #525252;
	font-size: 12px;
	margin-left: auto;
	cursor: pointer;
}

.guide_go_now ._detail:after {
	position: absolute;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 14px;
	font-style: normal;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	color: #525252;
}

@media screen and (max-width: 760px) {
	.guide_go_now {
		height: 11.4vw;
		margin-bottom: 2vw;
		font-size: 2.7vw;
	}
	.guide_go_now ._attention {
		width: 15vw;
		font-size: 3.4vw;
		margin-right: 2.2vw;
	}
	.guide_go_now ._detail:after {
		font-size: 5vw;
		right: 2vw;
		color: var(--color_attention);
	}
	.guide_go_now div {
		width: 100%;
	}
	.guide_go_now div span {
		display: inline-block;
		width: 94%;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.list_body {
	padding: 15px;
	background-color: #fff;
	clear: both;
}
.list_body_contents {
	display: flex;
}

.body_left {
	width: 415px;
	min-width: 415px;
	padding-right: 15px;
}
.body_left figure.cover {
	margin-bottom: 10px;
}
.body_right {
	max-width: 413px;
	background-color: #fdf9f9;
	border: solid 1px #e1d4c0;
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
}
.body_right dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.body_right dt {
	background-color: #efe5d7;
	border: solid 1px #e1d4c0;
	width: 70px;
	min-width: 70px;
	font-weight: bold;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	margin-right: 10px;
	font-size: 14px;
	color: #664c4c;
}
.body_right dd {
	flex-grow: 1;
	max-width: 375px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.body_right dd {
	white-space: unset;
}
.body_right .bottm_btns {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0 0;
}
.body_right .bottm_btns.with_count {
	margin-top: 25px;
	position: relative;
}

.body_right .bottm_btns.with_count ._review_count {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 4px 10px;
	letter-spacing: 1px;
	background-color: #ff9234;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	left: 5px;
	top: -12px;
	letter-spacing: 1px;
}

.body_right .bottm_btns.with_count ._keep_count {
	position: absolute;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #ff9234;
	left: 228px;
	top: -15px;
	letter-spacing: 1px;
}
.body_right .bottm_btns.with_count ._keep_count:before,
.body_right .bottm_btns.with_count ._keep_count:after {
	position: absolute;
	background-color: #ff9234;
	border-radius: 5px;
	content: '';
	height: 2px;
	width: 16px;
	bottom: 5px;
}
.body_right .bottm_btns.with_count ._keep_count:before {
	left: -16px;
	transform: rotate(47deg);
}
.body_right .bottm_btns.with_count ._keep_count:after {
	right: -15px;
	transform: rotate(-47deg);
}

@media screen and (max-width: 760px) {
	.body_right .bottm_btns.with_count {
		margin-top: 5vw;
	}
	.body_right .bottm_btns.with_count ._review_count {
		font-size: 2.6vw;
		border-radius: 3vw;
		padding: 0.8vw 3vw 1vw 3vw;
		left: 2vw;
		top: -2.2vw;
	}
	.body_right .bottm_btns.with_count ._keep_count {
		font-size: 2.6vw;
		left: 60%;
		top: -4vw;
	}
	.body_right .bottm_btns.with_count ._keep_count:before,
	.body_right .bottm_btns.with_count ._keep_count:after {
		border-radius: 5px;
		height: 12%;
		width: 3.4vw;
		bottom: 1vw;
	}

	.body_right .bottm_btns.with_count ._keep_count:before {
		left: -3.5vw;
	}
	.body_right .bottm_btns.with_count ._keep_count:after {
		right: -3vw;
	}
}

.body_right .bottm_btns a,
.body_right .bottm_btns button {
	width: 48.2%;
}
.body_right .bottm_btns button,
.body_right .bottm_btns button span {
	font-weight: bold;
}

.cast_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 1%;
	background-color: #fdf9f9;
	border: solid 1px #e1d4c0;
}
.cast_list li {
	width: 23%;
	margin: 1%;
	transition: all 700ms 0s ease;
}
.search_list .cast_list li figure.cast_icon {
	width: 100%;
	height: 125px;
}
.cast_icon {
	display: block;
}
.cast_icon img {
	width: 100%;
	display: block;
}
.status {
	display: flex;
	padding-top: 10px;
}
.status dl {
	display: flex;
	flex-direction: column;
	margin-right: 10px;
	width: 25%;
}
.status dl dt {
	margin: 0;
	padding: 5px;
	width: 100%;
}
.status dl dd {
	background-color: #ffffff;
	border: solid 1px #e1d4c0;
	border-top: none;
	width: 100%;
	padding: 5px;
	text-align: center;
}

/* リストの説明文 */
.info_text {
	overflow: hidden;
	max-height: 60px;
}
.info_text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.caferun_ba_pac .pr_icon {
	position: absolute;
	top: -15px;
	left: -47px;
	width: 100px;
	text-align: center;
	background-color: #ff9234;
	color: #ffffff;
	transform: rotate(-45deg);
	line-height: 1.2;
	padding: 25px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}
.search_list li.detail.caferun_ba_pac .list_head {
	border-bottom: solid 1px #ffd3ad;
	background-color: rgb(255 243 232);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(255 249 242) 10px, rgb(255 249 242) 20px);
	color: #ff9234;
}
.search_list li.detail.caferun_ba_pac .list_head strong {
	color: #ff9234;
}
.search_list li.detail.caferun_ba_pac {
	border: solid 1px #ffd3ad;
}
.search_list li.detail.caferun_ba_pac .shop_icon {
	min-width: 20px;
}
@media screen and (max-width: 760px) {
	.search_list li.detail.caferun_ba_pac {
		margin-top: 8vw;
	}
	.search_list li.detail .list_head strong {
		font-size: 4vw;
	}
	.list_body_contents {
		flex-direction: column;
	}
	.body_left {
		width: 100%;
		max-width: 100%;
		min-width: initial;
		padding-right: 0;
	}
	.search_list li.detail figure {
		width: 100%;
		max-height: 56vw;
	}
	.search_list li.detail figure img {
		max-height: 56vw;
	}
	.list_body {
		padding: 2vw;
	}
	.search_list li.detail .list_head .name a {
		width: 100%;
	}
	.search_list li.detail .list_head a {
		font-size: 5vw;
	}
	.list_head > .name > span {
		font-size: 2.5vw;
	}
	.cast_list {
		margin-bottom: 2vw;
	}
	.body_right dt {
		width: 20%;
		min-width: 20%;
		font-weight: bold;
		line-height: 1;
		padding: 1vw 0;
		text-align: center;
		margin-right: 0;
		font-size: 3vw;
		max-width: initial;
	}
	.body_right dd {
		width: 83%;
		max-width: 83%;
		font-size: 3vw;
		padding-left: 1.5vw;
	}
	.body_right {
		background-color: #ffffff;
		border: none;
		width: 100%;
		max-width: initial;
		padding: 0;
	}
	.body_right dl {
		margin-bottom: 1vw;
	}
	.body_right .bottm_btns button,
	.body_right .bottm_btns button span {
		border-width: 2px;
	}
	.body_right .bottm_btns a,
	.body_right .bottm_btns button {
		font-size: 4.2vw;
		width: 49%;
	}
	.info_text p {
		font-size: 3vw;
	}
	.cast_list {
		padding: 0;
		background-color: #ffffff;
		border: none;
		flex-wrap: nowrap;
	}
	.cast_list.cover_none {
		flex-wrap: wrap;
	}
	.cast_list li {
		width: 23%;
		margin: 0 2.6% 0 0;
	}
	.cast_list.cover_none li {
		margin-bottom: 2.6%;
	}
	.cast_list.cover_none li:nth-child(4n),
	.cast_list li:last-child {
		margin-right: 0;
	}
	.status {
		padding-top: 1vw;
	}
	.status dl {
		margin-right: 2vw;
	}
	.status dl:last-child {
		margin-right: 0;
	}
	.one_line {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		width: 100%;
		display: block;
	}
	.status dl dd {
		width: 100%;
		min-width: 100%;
	}
	.search_list li.detail {
		margin-bottom: 6vw;
	}
	.search_list li.detail .list_head {
		padding: 2vw;
		font-size: 3vw;
		align-items: center;
		flex-wrap: wrap;
	}
	.search_list li.detail .list_head strong {
		line-height: 1.4;
		font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
		display: block;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.search_list li.detail .list_head figure {
		width: 15vw;
		height: 15vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}

	.shop_tags._corona_wrap {
		margin-top: 0;
		margin-bottom: 2vw;
	}

	.shop_tags .corona {
		padding: 1vw 0 1.4vw 0;
		border-radius: 5px;
		justify-content: center;
		font-size: 3vw;
		width: 100%;
	}
	.shop_tags .over_18 {
		justify-content: center;
	}
	.shop_detail_link {
		position: relative;
		background-color: #bc9c70;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 6px;
		overflow: hidden;
		color: #ffffff;
		padding: 2.5vw 0;
		font-weight: bold;
		width: 100%;
		font-size: 4.5vw;
		background: linear-gradient(180deg, rgba(255, 167, 44, 1) 0%, rgba(255, 107, 0, 1) 100%);
	}

	.shop_detail_link::before {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 1.5vw;
		width: 4.5vw;
		height: 4.5vw;
		font-size: 110%;
		text-indent: 2px;
		content: '\f105';
		font-family: FontAwesome;
		background-color: #ffffff;
		overflow: hidden;
		border-radius: 50%;
		color: rgba(255, 167, 44, 1);
		font-weight: normal;
	}
	.info_text {
		margin-top: 1.6vw;
		margin-bottom: 2vw;
	}
	.guide_now {
		margin-bottom: 3vw;
		padding: 2vw 0;
		font-size: 4vw;
	}
	.search_list .cast_list li figure.cast_icon {
		height: 27vw;
	}
	.pr_text {
		top: -6vw;
		font-size: 4vw;
	}
	.caferun_ba_pac .pr_icon {
		position: absolute;
		top: -4vw;
		left: -10vw;
		width: 20vw;
		text-align: center;
		background-color: #ff9234;
		color: #ffffff;
		transform: rotate(-45deg);
		line-height: 1.2;
		padding: 5vw 0 0 0;
		font-size: 2vw;
		font-weight: bold;
	}
}
