@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:#ffffff;box-shadow: 0 0 0.5em rgba(142, 126, 80, 0.5);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;overflow:hidden;}
.cast .girl div.img{width:100%;position:relative;}
.cast .girl div.img p.img{width:100%;background:#ffffff;}
.cast .girl div.img p.area{width:60px;position:absolute;top:8px;left:0px;color:#ffffff;text-align:center;line-height:200%;}
.cast .girl div.img p.area_a{background:rgb(66,119,255,0.6);}
.cast .girl div.img p.area_b{background:rgb(255,66,191,0.6);}
.cast .girl div.img p.area_c{background:rgb(126,21,48,0.6);}
.cast .girl div.img p.area_d{background:rgb(233,116,13,0.6);}
.cast .girl div.img p.today{width:calc(100% - 10px);position:absolute;bottom:5px;left:5px;background:rgb(208,168,168,0.9);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_new/common/time.png) no-repeat;background-size:14px 16px;background-position:top left;padding-left:20px;}
.cast .girl div.img p.today span.now_time{display:inline-block;width:100%;height:auto;}
.cast .girl div.name{width:calc(100% - 20px);}
.cast .girl div.name h3{width:100%;font-size:12px;padding-top:5px;}
.cast .girl div.name p.size{width:100%;padding-bottom:5px;font-size:11px;}
.cast .girl div.name h3 span , 
.cast .girl div.name p.size span
	{font-size:11px;color:#7c6b38;}
.cast .girl div.name ul.type{width:100%;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;}
.cast .girl div.name ul.type li{width:48%;color:#ffffff;
	background:#b6a792;}
.cast .girl div.name ul.type li:nth-of-type(1) , 
.cast .girl div.name ul.type li:nth-of-type(2)  
	{margin-bottom:4px;}
.cast .girl div.name ul.type li:nth-of-type(1) , 
.cast .girl div.name ul.type li:nth-of-type(3)
	{margin-left:0px;}
.cast .girl div.name ul.type li:nth-of-type(2) , 
.cast .girl div.name ul.type li:nth-of-type(4)
	{margin-right:0px;}
.cast .girl div.name ul.type li p{width:calc(100% - 10px);line-height:210%;font-size:11px;}
/*===入店日===*/
.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%;}
	@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:13px 0px;background: url(../img_new/common/day_hover.png) no-repeat;background-size:auto 100%;background-position:top center;}
.calender_ul li:hover , 
.calender_ul li.selected
	{background: url(../img_new/common/day.png) no-repeat;background-size:auto 100%;background-position:top center;}
.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:2px 40px 3px 40px;clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);background:#614743;color:#ffffff;font-size:13px;line-height:1.6;}
.calender_ul li .day{display:block;width:auto;height:auto;margin:0px auto;padding:0px;font-size:15px;letter-spacing:1px;line-height:100%;}
.calender_ul li .week{display:block;width:auto;height:auto;margin:0px auto;padding:0px;font-size:12px;letter-spacing:1px;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 li a:link{color:#ffffff;text-decoration:none;}
		.calender_ul li a:visited{color:#ffffff;text-decoration:none;}
		.calender_ul li a:hover{color:#c53170;text-decoration:none;}
		.calender_ul li a:active{color:#ffffff;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;}
		.calender_ul li{width:40px;height:40px;position:relative;padding:0px 0px;}
		.calender_ul li{display:inline-block;margin:0px auto;padding:0px 0px;background: url(../img_new/common/day_hover.png) no-repeat;background-size:contain;background-position:top center;}
		.calender_ul li:hover , 
		.calender_ul li.selected
				{background: url(../img_new/common/day.png) no-repeat;background-size:contain;background-position:top center;}
		.calender_ul{padding-bottom:15px;}
		.calender_ul li .day{font-size:11px;}
		.calender_ul li .week{font-size:10px;}
		.calender_ul li a{color:#ffffff;text-decoration:none;display:inline-block;padding:11px 6px 10px 6px;}
	}

/*===■出勤 前の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:#b6a792;}
ul.tabs li a{display:inline-block;margin:0px;padding:0px 10px 0px 10px;line-height:200%;color:#ffffff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ul.tabs li.active a{background:#a39480;}
	@media all and (max-width: 1024px) {
		ul.tabs{width:95%;}
	}


