@charset "UTF-8";

/*======*/
.cast{max-width:1200px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;
	-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;
	-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
.cast .girl{margin:0px 1% 15px 1%;background:#000000;}
.cast .girl div.img{width:100%;position:relative;}
.cast .girl div.img p.img{width:100%;background:#ffffff;}
.cast .girl div.img span.movie_icon{width:23px;position:absolute;top:7px;left:7px;}
.cast .girl div.img p.today{width:100%;position:absolute;bottom:0px;left:0px;background:rgb(168,0,119,0.6);color:#ffffff;padding:4px 0px 2px 0px;}
.cast .girl div.img p.today span.today{display:inline-block;width:auto;height:auto;background:url(../img/common/time.png) no-repeat;background-size:14px 16px;background-position:top left;padding-left:20px;}
.cast .girl div.name{width:calc(100% - 20px);}
.cast .girl div.name h3{width:100%;color:#ffffff;font-size:12px;padding-top:5px;}
.cast .girl div.name p.size{width:100%;color:#ffffff;padding-bottom:5px;}
.cast .girl div.name h3 span , 
.cast .girl div.name p.size span
	{font-size:11px;}
.cast .girl div.name ul.type{width:100%;padding-bottom:6px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.cast .girl div.name ul.type li{width:48%;border:1px solid #666666;color:#ffffff;}
.cast .girl div.name ul.type li:nth-of-type(1){margin-left:0px;}
.cast .girl div.name ul.type li:nth-of-type(2){margin-right:0px;}
.cast .girl div.name ul.type li p{width:calc(100% - 10px);line-height:180%;font-size:11px;}
.cast .girl div.name p.voice{width:100%;color:#29b7d3;padding:6px 0px;}
.cast .girl div.name p.voice a span{display:inline-block;width:auto;height:auto;background:url(../img/common/voice.png) no-repeat;background-size:21px 16px;background-position:top left;padding-left:26px;}
.cast .girl .marquee_box_in {width:100%;height:22px;background:#ffffff;}
/*===入店日===*/
.cast .girl div.name p.in{width:100%;padding-top:6px;}
.cast .girl div.name p.in span{display:block;width:100%;border:1px solid #666666;color:#e410a6;line-height:170%;}

/*======*/
.marquee_box {width: 100%;height: auto;}
.marquee_box_in {width: calc(100% - 10px);height: auto;background:#ffffff;overflow: hidden;white-space: nowrap;position: relative;padding: 0px;}
.marquee {display: inline-block;padding-left: 100%;white-space: nowrap;animation: marquee 10s linear infinite;}
.marquee p {color: #000000;line-height: 22px;}

	@media all and (max-width: 1024px) {
		  .marquee p {
		  	font-size:10px;
		    line-height:20px;
		  }
	}
	@keyframes marquee {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-100%);
		}
 	}
/*======*/
@keyframes marquee {
	from {
	transform: translateX(0);
	}
	to {
	transform: translateX(-100%);
 	}
}

	@media all and (min-width: 1025px) {
		.cast .girl{width:18.4%;}
		.cast .girl:nth-child(5n+1){margin:0px 1% 15px 0%;}
		.cast .girl:nth-child(5n){margin:0px 0% 15px 1%;}
	}
	@media all and (max-width: 1024px) {
		.cast .girl{width:23.5%;}
		.cast .girl:nth-child(4n-3){margin:0px 1% 15px 0%;}
		.cast .girl:nth-child(4n){margin:0px 0% 15px 1%;}
	}
	@media all and (max-width: 820px) {
		.cast .girl{width:30%;}
		.cast .girl:nth-child(3n-2){margin:0px 1% 15px 0%;}
		.cast .girl:nth-child(3n){margin:0px 0% 15px 1%;}
	}
	@media all and (max-width: 776px) {
	}
	@media all and (max-width: 667px) {
		.cast{-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
		.cast .girl{width:48%;}
		.cast .girl:nth-child(odd){margin:0px 1% 15px 0%;}
		.cast .girl:nth-child(even){margin:0px 0% 15px 1%;}
	}
	@media all and (max-width: 480px) {
	}




/*======*/
.calender_ul{width:100%;height:auto;margin:0px auto;padding-bottom:25px;}
.calender_ul li{display:inline-block;width:auto;height:auto;margin:0px auto;padding:0px;}
.calender_ul li a{display:inline-block;width:auto;height:auto;margin:0px auto;padding:0px 15px;}
.calender h3{font-weight:normal;width:100%;height:auto;margin:0px auto;padding-bottom:10px;}
.calender h3 span{display:inline-block;width:auto;height:auto;margin:0px auto;padding:3px 40px 4px 40px;clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);background:#95816f;color:#ffffff;font-size:13px;}
.calender_ul li .day{display:block;width:auto;height:auto;margin:0px auto;padding:0px;font-size:15px;letter-spacing:2px;line-height:100%;}
.calender_ul li .week{display:block;width:auto;height:auto;margin:0px auto;padding:0px;font-size:12px;letter-spacing:2px;line-height:100%;}
.calender_ul li .red{color:#c53170;}
.calender_ul li .blue{color:#068da1;}
	@media all and (min-width: 1025px) {
		.calender_ul li{position:relative;}
		.calender_ul .selected li:nth-of-type(1):after{content:"";display:inline-block;position:absolute;bottom:-10px;left:25px;width: 0;height: 0;border-style: solid;border-width: 5px 7px 0 7px;border-color: #95816f transparent transparent transparent;}
		.calender_ul li.selected:after{content:"";display:inline-block;position:absolute;bottom:-10px;left:calc(50% - 8px);width: 0;height: 0;border-style: solid;border-width: 5px 7px 0 7px;border-color: #95816f transparent transparent transparent;}
		.calender_ul li a:link{color:#2b2b2b;text-decoration:none;}
		.calender_ul li a:visited{color:#2b2b2b;text-decoration:none;}
		.calender_ul li a:hover{color:#c53170;text-decoration:none;}
		.calender_ul li a:active{color:#2b2b2b;text-decoration:none;}
	}
	@media all and (max-width: 1024px) {
		.calender h3{width:100%;height:auto;margin:0px auto;padding-bottom:10px;}
		.calender h3 span{font-size:12px;padding:3px 25px 4px 25px;}
		.calender_ul li{position:relative;}
		.calender_ul .selected li:nth-of-type(1):after{content:"";display:inline-block;position:absolute;bottom:4px;left:calc(50% - 8px);width: 0;height: 0;border-style: solid;border-width: 5px 7px 0 7px;border-color: #95816f transparent transparent transparent;}
		.calender_ul li.selected:after{content:"";display:inline-block;position:absolute;bottom:4px;left:calc(50% - 8px);width: 0;height: 0;border-style: solid;border-width: 5px 7px 0 7px;border-color: #95816f transparent transparent transparent;}
		.calender_ul{padding-bottom:10px;}
		.calender_ul li .day{font-size:11px;}
		.calender_ul li .week{font-size:10px;}
		.calender_ul li a{color:#2b2b2b;text-decoration:none;display:inline-block;padding:0px 3px 10px 3px;}
	}

/*===■出勤 前の1週間/次の1週間===*/
ul.tabs{max-width:1200px;width:100%;height:auto;padding-bottom:8px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;
	-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
ul.tabs li{width:auto;height:auto;margin:0px 10px;display:inline-block;cursor:pointer;background:rgb(62,62,62,0.4);}
ul.tabs li a{display:inline-block;margin:0px;padding:0px 10px;line-height:200%;color:#ffffff;}
ul.tabs li.active a{background:#95816f;}
	@media all and (max-width: 1024px) {
		ul.tabs{width:95%;}
	}

/*===■エリア===*/
.sch_area{display:block;width:100%;height:auto;line-height:160%;}

/*===■検索===*/
#sort-controls{width:100%;height:auto;padding-bottom:15px;}
#sort-controls button{display:inline-block;background:rgb(62,62,62,0.4);line-height:26px;padding:0px 7px;font-weight:normal;border:none;color:#ffffff;font-size:11px;cursor: pointer;
	border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;}
#sort-controls button.active{display:inline-block;background:#95816f;line-height:26px;padding:0px 7px;font-weight:normal;color:#ffffff;border:none;font-size:11px;
	border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;}
	@media all and (min-width: 1025px) {
		#sort-controls button{margin:0px 5px 0px 5px;}
	}
	@media all and (max-width: 1024px) {
		#sort-controls{width:calc(100% - 20px);}
		#sort-controls button{margin:0px 2px 5px 2px;}
	}


