@charset "UTF-8";
/* CSS Document */
dl {
	margin-bottom: 0;
}
.sch_wrapper {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px;
}
.sch_wrapper:after {
	content: "";
	clear: both;
	display: block;
}
.sch_photo {
	/* width: 20vw;
	height: 20vw;
	max-width: 195px;
	max-height: 195px;
	min-width: 100px;
	min-height: 100px;
	object-fit: cover;
	object-position: 0 0; */
	width: 90px;
	margin: 0 5px 10px 0;
	float: left;
}
.threesome .sch_photo {
	width: 80px;
}
.threesome .sch_container {
	width: calc(100% - 5px - 80px - 5px - 80px);
}
.threesome .sch_copy, .threesome .sch_name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sch_wrapper.threesome .sch_container .sch_name:nth-child(2) {
	margin-bottom: 3px;
}
.sch_container {
	/* width: calc(100% - 5px - 195px);
	min-width: calc(100% - 5px - 20vw); */
	width: calc(100% - 5px - 90px);
	overflow: hidden;
	float: left;
}
.prof_schedule_detail {
	width: 100%;
	float: left;
}
.prof_schedule_detail:after {
	content: "";
	clear: both;
	display: block;
}
.sch_container .icon {
	padding: .2em .8em;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 3px;
	font-size: .8em;
	color: #fff;
}
.sch_container .icon.trial {
	background-color: rgba(70, 140, 140, .9);
}
.sch_container .icon.newface {
	background-color: rgba(102, 51, 153, .9);
}
.sch_container .icon.update {
	background-color: rgba(105, 40, 20, .9);
}
.sch_container .icon.threesome {
	background-color: rgba(235, 65, 120, .9);
}
.sch_container .icon.secretphoto {
	border: 1px solid #ccc;
	color: #303030;
}
.sch_copy {
	font-size: .8em;
}
.sch_timetable {
	width: 100%;
	overflow: hidden;
}
/* 流用分 */
.graf_time {
	position: relative;
	width: 100%;
	color: #ffffff;
	height: 20px;
	background: rgb(51, 51, 51);
	background: linear-gradient(45deg, rgba(51, 51, 51, 1) 0%, rgba(68, 68, 68, 1) 100%);
}
.graf {
	position: relative;
	background: #eee;
	width: 100%;
	display: inline-block;
	border-top: none;
	height: 38px;
	/* margin-bottom: 5px; */
	text-align: left;
}
hr.sch {
	border: none;
	position: absolute;
	width: 1px;
	height: 100%;
	margin: 0 auto;
	background: #ccc;
}
.bar {
	position: relative;
	height: 25px;
	margin-top: 6px;
	padding: 12px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
}
.bar.on {
	color: #ffffff;
	border-right: 1px solid #630b3b;
	font-size: .7em;
	line-height: 0px;
	background: rgb(111, 23, 71);
	background: linear-gradient(45deg, rgba(111, 23, 71, 1) 0%, rgba(155, 25, 96, 1) 100%);
}
.bar.on span {
	display: none;
}
.reserveTime {
	text-align: left;
	padding: 3px 0 5px 3px;
}
.reserveTime::before {
	font: var(--fa-font-solid);
	content: "\f017";
	margin-right: .2em;
	color: rgba(155, 25, 96, 1);
}
.bar.full {
	color: #ffffff;
	/* border-right: 1px solid #d85c5f; */
	font-size: .7em;
	line-height: 0px;
	background: rgb(111, 23, 71);
	background: linear-gradient(45deg, rgba(111, 23, 71, 1) 0%, rgba(155, 25, 96, 1) 100%);
}
.graf_time .time {
	position: absolute;
}
.sch_container .reception {
	margin-bottom: 5px;
	font-weight: bold;
	color: #6F1644;
	font-size: 1.1em;
	border-top: 1px dotted #ccc;
	padding-top: 2px;
	margin-top: 3px;
}
.sch_container .reception::before {
	font: var(--fa-font-regular);
	content: "\f017";
	margin-right: 2px;
	font-size: .9em;
	color: #7b3b5c;
}
.reserve {
	display: flex;
	align-items: center;
	margin: 5px 5px 5px 0;
	text-align: left;
}
.reserve span {
	font-size: .7em;
	border-radius: 2px;
	color: #fff;
	padding: 3px 6px;
	margin-right: 3px;
	background: rgb(111, 23, 71);
}
.reserve.txt {
	font-size: .9em;
}
#schedule_selecter {
	display: flex;
	justify-content: center;
}
/* common.css 87行目の打ち消し。週間出勤予定で左右のボーダーが伸びるため */
/* dl {
	margin-bottom: auto;
} */
form.sort {
	margin: 0 5px;
}
form.sort select {
	/* width: 152px; */
	width: 11em;
}
.sch_date {
	font-size: 1.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	transform: rotate(.03deg);
	margin: 0 auto 15px;
	text-align: center;
}
.sat {
	color: #1b4c88;
}
.sun {
	color: #a9252e;
}
/* 
.photo_bisection .name {
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
 */
.sch_size {
	font-size: .9em;
	color: #666;
	/* border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	margin-bottom: 3px;  */
}
.threesome .sch_size {
	display: none;
}
/* デビュー情報 */
.photo_bisection_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.photo_bisection .time {
	font-size: clamp(.8em, 2.9vw, 15px);
}
@media screen and (min-width:520px) {
	.sch_photo {
		width: 130px;
	}
	/* .sch_name {margin-bottom: 5px;}  */
	.prof_schedule_detail {
		/* width: calc(100% - 5px - 195px);
		min-width: calc(100% - 5px - 20vw); */
		width: calc(100% - 5px - 130px);
	}
	.sch_container {
		width: calc(100% - 5px - 130px);
	}
	.sch_timetable {
		/* width: calc(100% - 5px - 195px);
		min-width: calc(100% - 5px - 20vw); */
		width: calc(100% - 5px - 130px);
		float: left;
	}
	.sch_container:after {
		content: "";
		clear: both;
		display: block;
	}
	.bar.on {
		font-size: .8em;
	}
	.bar.full {
		font-size: .8em;
	}
	.threesome .sch_timetable {
		width: 100%;
	}
	.debutTime {
		display: none;
	}
	.photo_bisection .time {
		font-size: clamp(.8em, 2.6vw, 15px);
	}
}
@media screen and (min-width:960px) {
	/* .bar.on span {
		display: inline;
	}
	.reserveTime {
		display: none;
	} */
	.bar.on {
		font-size: .9em;
	}
	.bar.full {
		font-size: .9em;
	}
	.threesome .sch_photo {
		width: 130px;
	}
	.threesome .sch_container, .threesome .sch_timetable {
		width: calc(100% - 5px - 130px - 5px - 130px);
	}
	.threesome .reception {
		width: 100%;
	}
	.threesome .sch_size {
		display: block;
	}
	.threesome .sch_container {
		display: flex;
		flex-wrap: wrap;
	}
	.threesome .threesome_prof:first-child {
		margin-right: 20px;
	}
	.sch_wrapper.threesome .sch_container .sch_name:nth-child(2) {
		margin-bottom: auto;
	}
	.debutTime {
		display: inline;
	}
}