@charset "utf-8";

/*==========================================================
	女の子一覧 (大枠)
==========================================================*/
.contents_schedule{
	width: 100%;
	margin: 0px auto;
}
/*==========================================================
	女の子一覧 (枠)
==========================================================*/
.schedule_box{
	position: relative;
}
/*==========================================================
	ページ切替ボタン
==========================================================*/
.calendar_box{
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
}
.calendar_box ul{
	width: 100%;
	margin: 0px auto;
}
.calendar_box ul li{
	display: inline-block;
	width: 30%; height: 80px;
	margin: 0px auto;
	padding: 2px;
	line-height: 2em;
	text-align: center;
	font-family: 'Futura';
	border: solid 1px #E6E6E6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F9F9F9;
}
/*３日表示*/
.calendar_box ul li.box_days3{
	width: 30%;
}
/*４日表示*/
.calendar_box ul li.box_days4{
	width: 24%;
}
/*５日表示*/
.calendar_box ul li.box_days5{
	width: 19%;
}
/*６日表示*/
.calendar_box ul li.box_days6{
	width: 15.8%;
}
/*７日表示*/
.calendar_box ul li.box_days7{
	width: 13.5%;
}
.calendar_box ul li h3{
	width: 100%; height: 30px;
	margin: 10px 0px 0px 0px;
	line-height: 30px;
	color: #CCCCCC;
	font-size: 24px;
	font-weight: 500;
}
.calendar_box ul li p{
	width: 100%; height: 20px;
	margin: 2px 0px 0px 0px;
	line-height: 20px;
	color: #E6E6E6;
	font-size: 18px;
}
.calendar_box ul li p.sat{
	color: #6294B5;
}
.calendar_box ul li p.sun{
	color: #C19AAA;
}
.calendar_box ul li a{
	display: block;
	width: 100%; height: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px #CCCCCC;
}
.calendar_box ul li a:hover p.sat{
	color: #0071BA !important;
}
.calendar_box ul li a:hover p.sun{
	color: #C2185B !important;
}
.calendar_box ul li a.selected_day h3{
	color: #000000;
}
.calendar_box ul li a.selected_day p.sat{
	color: #0071BA !important;
}
.calendar_box ul li a.selected_day p.sun{
	color: #C2185B !important;
}
/*京都ホットポイント*/
.calendar_box ul li.kt_hot a:hover{
	border: solid 1px #00FF00;
}
.calendar_box ul li.kt_hot a:hover h3{
	color: #000000;
}
.calendar_box ul li.kt_hot a:hover p{
	color: #00FF00;
}
.calendar_box ul li.kt_hot a.selected_day{
	border: solid 1px #00FF00;
}
.calendar_box ul li.kt_hot a.selected_day p{
	color: #00FF00;
}
/*ホットポイントパート2*/
.calendar_box ul li.kt_hot2 a:hover{
	border: solid 1px #F6B483;
}
.calendar_box ul li.kt_hot2 a:hover h3{
	color: #000000;
}
.calendar_box ul li.kt_hot2 a:hover p{
	color: #F6B483;
}
.calendar_box ul li.kt_hot2 a.selected_day{
	border: solid 1px #F6B483;
}
.calendar_box ul li.kt_hot2 a.selected_day p{
	color: #F6B483;
}
/*リップスティック*/
.calendar_box ul li.kt_lip a:hover{
	border: solid 1px #3985FF;
}
.calendar_box ul li.kt_lip a:hover h3{
	color: #000000;
}
.calendar_box ul li.kt_lip a:hover p{
	color: #3985FF;
}
.calendar_box ul li.kt_lip a.selected_day{
	border: solid 1px #3985FF;
}
.calendar_box ul li.kt_lip a.selected_day p{
	color: #3985FF;
}
/*ホットポイントヴィラ*/
.calendar_box ul li.kt_villa a:hover{
	border: solid 1px #FF0000;
}
.calendar_box ul li.kt_villa a:hover h3{
	color: #000000;
}
.calendar_box ul li.kt_villa a:hover p{
	color: #FF0000;
}
.calendar_box ul li.kt_villa a.selected_day{
	border: solid 1px #FF0000;
}
.calendar_box ul li.kt_villa a.selected_day p{
	color: #FF0000;
}
/*==========================================================
	本日出勤キャスト
==========================================================*/
.att_count{
	width: 100%;
	margin: 10px auto;
}
.att_count h3{
	display: inline-block;
	width: 100%; height: 40px;
	margin: 0px;
	line-height: 44px;
	font-size: 34px;
	font-weight: 400;
	font-family: 'Futura';
}
.att_count h3 span{
	display: inline-block;
	margin: 0px 5px;
	font-size: 24px;
	font-weight: 500;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
.att_count p{
	width: 100%;
	margin: 20px auto 0px auto;
	line-height: 1.4em;
	color: #606060;
	font-size: 18px;
}
/*==========================================================
	女の子一覧
==========================================================*/
.CastListArea{
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #242424;
}
.CastListArea article{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10px 60px 10px;
	background-color: #313131;
}
/*▼▼▼キャスト一覧▼▼▼*/
.cast-list{
	position: relative;
	width: 100%;
	max-width: 640px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 10px;
	margin-top: 10px;
}
.cast-box{
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #010101;
	color: #FFFFFF;
	filter: drop-shadow(0 0 0.5em rgba(0,0,0,0.4));
	will-change: filter;
	transform: translateZ(0);
}
/*
.cast-box .today{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: fit-content;
}
.cast-box .today::before{
	content: "本日出勤";
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 24px 0 20px 0;
	font-size: 24px;
}
*/
/*京都ホットポイント*/
.cast-box .today.kt-hot::before{
	background-color: #00D000;
}
/*ホットポイントパート2*/
.cast-box .today.kt-hot2::before{
	background-color: #F6B483;
}
/*リップスティック*/
.cast-box .today.kt-lip::before{
	background-color: #3985FF;
}
/*ホットポイントヴィラ*/
.cast-box .today.kt-villa::before{
	background-color: #FF0000;
}
.cast-box .today span{
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 26px 0;
	font-size: 24px;
	font-family: 'Futura';
	letter-spacing: 0.08em;
}
.cast-box .today span i{
	font-size: 18px;
	margin: 0 4px;
}
.cast-box .today.brin span{
	font-size: 16px;
}
.cast-box .today.off.brin span{
	font-size: 16px;
}
.cast-box .today.off::before{
	display: none;
}
/*==========================================================
	新人／体験／オススメ
==========================================================*/
.cast-box .today.off + .cast-icon{
	top: 70px;
}
.cast-icon{
	position: absolute;
	right: -6px;
	top: 14px;
	width: 60px;
	aspect-ratio: 1;
	z-index: +2;
}
.cast-icon::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../../../../assets/common/img/girls/icon/cast_icon.png) no-repeat right center /contain;
	filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.5));
	will-change: filter;
	transform: translateZ(0);
}
.cast-icon::after{
	position: absolute;
	bottom: 6px;
	right: 4px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2em;
	width: 38px;
}
/*新人さん*/
.cast-icon.new::before{
	filter: brightness(1.26) hue-rotate(264deg) drop-shadow(6px 6px 6px rgba(10,10,10,0.5));
}
.cast-icon.new::after{
	content: "新人さん";
}
/*体験入店*/
.cast-icon.trial::before{
	filter: invert(11%) sepia(86%) saturate(6730%) hue-rotate(279deg) brightness(93%) contrast(121%) drop-shadow(6px 6px 6px rgba(10,10,10,0.5));
}
.cast-icon.trial::after{
	content: "体験入店";
}
/*オススメ*/
.cast-icon.suggest::before{
	filter: invert(12%) sepia(94%) saturate(7408%) hue-rotate(344deg) brightness(81%) contrast(133%); drop-shadow(6px 6px 6px rgba(10,10,10, 0.5));
}
.cast-icon.suggest::after{
	content: "オススメ";
}
/*口コミ*/
.cast-icon.repute::before{
	filter: invert(26%) sepia(35%) saturate(3637%) hue-rotate(295deg) brightness(90%) contrast(85%) drop-shadow(6px 6px 6px rgba(10,10,10, 0.5));
}
.cast-icon.repute::after{
	content: "くちコミ";
}
/*==========================================================
	写真
==========================================================*/
.photo-wrap{
	position: relative;
	width: 100%;
}
.photo-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: +1;
}
.photo-wrap::after{
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 600;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: calc(100% - 6px);
	padding: 3px 0 3px 0;
	z-index: +1;
}
/*極写真枠*/
.cast-box.kiwami .photo-wrap::before{
	background: url(../../../../assets/common/img/girls/rank/frame_kiwami.webp) no-repeat center center /cover;
}
.cast-box.kiwami .photo-wrap::after{
	content: "極";
	color: #141414;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	padding: 4px 0 0 0;
	background-color: #C1A530;
}
/*★★★★★写真枠*/
.cast-box.star5 .photo-wrap::before{
	background: url(../../../../assets/common/img/girls/rank/frame_star5.webp) no-repeat center center /cover;
}
.cast-box.star5 .photo-wrap::after{
	content: "五つ星";
	background-color: #CC1A32;
}
/*★★★★写真枠*/
.cast-box.star4 .photo-wrap::before{
	background: url(../../../../assets/common/img/girls/rank/frame_star4.webp) no-repeat center center /cover;
}
.cast-box.star4 .photo-wrap::after{
	content: "四つ星";
	background-color: #3324CC;
}
/*★★★写真枠*/
.cast-box.star3 .photo-wrap::before{
	background: url(../../../../assets/common/img/girls/rank/frame_star3.webp) no-repeat center center /cover;
}
.cast-box.star3 .photo-wrap::after{
	content: "三つ星";
	background-color: #329899;
}
/*★★写真枠*/
.cast-box.star2 .photo-wrap::before{
	background: url(../../../../assets/common/img/girls/rank/frame_star2.webp) no-repeat center center /cover;
}
.cast-box.star2 .photo-wrap::after{
	content: "二つ星";
	background-color: #9728CB;
}
/*★写真枠*/
.cast-box.star1 .photo-wrap::before{
	background: url(../../../../assets/common/img/girls/rank/frame_star1.webp) no-repeat center center /cover;
}
.cast-box.star1 .photo-wrap::after{
	content: "一つ星";
	background-color: #651166;
}
/*写真サイズ*/
.photo-wrap img {
	width: 100%;
	aspect-ratio: 1/2;
	object-fit: cover;
}
/*==========================================================
	プロフィール
==========================================================*/
/*
.profile-wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 16px 0;
	padding: 16px;
	background-color: #313131;
}
*/
.profile-wrap{
	position: absolute;
	bottom: 0px; left: 0px; right: 0px;
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	text-align: center;
	color: #FFFFFF;
	/* IE10+, W3C */
	background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(0,0,0,1.0));
	/* Firefox */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,1),rgba(255,255,255,0));
	/* Safari, Chrome */
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,1.0)),to( rgba(255,255,255,0)));
}
.profile-wrap .age{
	font-family: 'Futura';
	font-size: 32px;
}
.profile-wrap .age::before{
	content: "age.";
	font-size: 24px;
	margin-right: 2.08px;
}
.profile-wrap .name {
	font-size: 24px;
	font-weight: 500;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
.profile-wrap .size{
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	text-align: left;
}
.profile-wrap .size span{
	font-family: 'Futura';
	font-size: 25px;
	letter-spacing: -0.04em;
	line-height: 1.4em;
}
.profile-wrap .size span.tall{
	width: 100%;
}
.profile-wrap .size span.tall::before{
	content: "T.";
}
.profile-wrap .size span.bust::before{
	content: "B.";
}
.profile-wrap .size span.bust i{
	font-style: normal;
	text-transform: uppercase;
	margin-left: 0.2em;
	color: #FFFFCC;
}
.profile-wrap .size span.bust i::before {
	content: "[";
	margin-right: 0.05em;
}
.profile-wrap .size span.bust i::after {
	content: "]";
	margin-left: 0.05em;
}
.profile-wrap .size span.bust i::before,
.profile-wrap .size span.bust i::after {
	display: inline-block;
	transform: translateY(-0.1em);
}
.profile-wrap .size span.west::before {
	content: "W.";
}
.profile-wrap .size span.hip::before {
	content: "H.";
}
.att_atttime{
	width: 80%; height: auto;
	margin: 0 auto 15px auto;
	padding: 5px 10px;
	line-height: 1em;
	font-size: 16px;
	font-family: 'Futura';
	border: solid 1px #FFFFFF;
}
.att_atttime span{
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
/*==========================================================
	出勤無し
==========================================================*/
.no_att{
	width: 100%; height: 300px;
	margin: 0px auto;
	line-height: 300px;
	text-align: center;
	color: #565656;
	font-size: 22px;
}