@charset "utf-8";
/* CSS Document */
#schedule {
         position: relative;
}

#girl_tab {
	padding: 10px;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	text-align: center;
}

#girl_tab li {
    margin-right: 5px;
    width: calc((100% - 5px)/2);
}

#girl_tab li:nth-child(2n) {
	margin-right: 0;
}

#girl_tab li:nth-child(n+3) {
	margin-top: 5px;
}

#girl_tab li a {
	display: block;
	padding: 0;
	color: #fff;
	cursor: pointer;
	opacity: 0.4;
}

#girl_tab li a.mixitup-control-active {
  opacity: 1;
}

#girl_txt {
	margin: 10px 0 40px;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	#girl_tab {
		padding: 0;
		display: block;
		flex-flow: initial;
		margin-top: 20px;
	}
	#girl_tab li {
		display: inline-block;
        width: 200px;
		margin: 0 2px;
	}
	#girl_tab li:nth-child(2n) {
		margin: 0 2px;
	}
	#girl_tab li:nth-child(n+3) {
		margin: 0 2px;
	}
	#girl_tab li:first-child {
		display: block;
        margin: 0 auto 10px auto;
	}
	#girl_txt {
		padding: 0;
		font-size: 16px;
        font-family: 'EB Garamond', 'Sawarabi Mincho', serif;
	}
}

.girl_box {
    /*margin: 0 5px;
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;*/
    margin: 0 2px 16px;
    width: calc((100% - 12px) / 3);
}

#schedule_inner {
	max-width: 1000px;
	margin: 30px auto 0;
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#schedule_day {
	padding: 0 10px;
	font-size: 0px;
	text-align: center;
	display: flex;
}

#schedule_day li {
	margin-right: 4px;
	width: calc((100% - 24px)/7);
	font-size: 14px;
}
#schedule_day #on a {
	 background: #E1BB61;
}
#schedule_day li:last-child {
	margin-right: 0;
	border: none;
}

#schedule_day li a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 5px;
	color: #fff;
	background: #131D36;
}

#schedule_day li:last-child a {
	margin-right: 0px;
}

#schedule_today {
	position: absolute;
	top: 272px;
	left: 65px;
	padding: 2px 8px;
	font-size: 16px;
	text-align: center;
	background: #E1BB61;
	display: none;
}

.g_photo {
   position: relative; 
}

#schedule_inner .g_icon {
	text-align: center;
}

#schedule_inner .g_time span {
	font-size: 11px;
}

#schedule_inner .girl_box .g_sales {
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px;
    padding: 5px 0;
    border-image: linear-gradient(to right, #C88D09, #74540C) 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#schedule_inner .girl_box .g_name {
        font-size: 11px;
	text-align: center;
	line-height: 1.2;
}

.g_size {
	text-align: center;
}

.girl_box .g_size,
.girl_box .g_time {
    font-family: initial;
    font-size: 10px;
}

.girl_box .g_size span {
    display: none;
}

.g_time {
    margin-top: 5px;
    position: relative;
    background: linear-gradient(to bottom,  #0f428e 0%,#0b2139 100%);
}

.g_time:before {
    content: "";
    position: absolute;
    margin: auto;
    width: 10px;
    height: 10px;
    background-image: url(../images/pc_time_left.png);
    background-size: contain;
    left: 4px;
    top: 0;
    bottom: 0;
}

.g_time:after {
    content: "";
    position: absolute;
    margin: auto;
    width: 10px;
    height: 10px;
    background-image: url(../images/pc_time_right.png);
    background-size: contain;
    right: 4px;
    top: 0;
    bottom: 0;
}

.g_time p {
    padding: 0px;
    margin: 0;
    color:#fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

.g_time p span {
    display: block;
    font-size: 11px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 -7px;
}

@media screen and (min-width: 768px) {
    .girl_box {
        width: calc((100% - 40px) / 4);
    }
    .girl_box .g_photo > img {
        height: auto;
        max-height: 350px;
    }
	.g_icon {
	    text-align: center;
	}
	.girl_box .g_photo {
	    text-align: center;
	    position: relative;
	}
	.girl_box .g_photo > img {
	    width: 100%;
	    height: 70vw;
	    -o-object-fit: cover;
	    object-fit: cover;
	    -o-object-position: 50% 0;
	    object-position: 50% 0;
	}
	.girl_box .g_photo .new_icon {
	    width: 50px;
	    height: auto;
	}
	.girl_box .g_photo .new_icon img {
	    height: auto;
	}
	.girl_box p {
	    text-align: center;
	    margin-top: 5px;
	}
	.girl_box .g_sales {
	    font-size: 12px;
	}
	.girl_box .g_name {
	    font-size: 16px;
	    font-weight: 500;
	}
    .girl_box .g_size,
    .girl_box .g_time {
        font-family: initial;
        font-size: 12px;
    }
    .girl_box .g_size span {
        display: inline;
    }
    .g_time:before {
        width: 18px;
        height: 18px;
    }
    
    .g_time:after {
        width: 18px;
        height: 18px;
    }
    .g_time p {
        font-size: 14px;
        line-height: 28px;
    }
    .g_time p span {
        display: block;
        font-size: 12px;
        line-height: 28px;
    }
	#schedule_day {
		padding: 0;
		display: block;
	}
	#schedule_day li {
		display: inline-block;
		font-size: 14px;
		width: initial;
		height: 14px;
	}
	#schedule_day li br {
		display: none;
	}
	#schedule_day li a {
        display: block;
		font-size: 14px;
        line-height: 14px;
        padding: 8px 10px;
	}
	#schedule_day li:last-child a {
		margin-right: 4px;
	}
}

@media screen and (min-width: 1000px) {
    .g_time p {
        font-size: 16px;
        line-height: 28px;
    }
    .g_time p span {
        display: block;
        font-size: 14px;
        line-height: 28px;
    }
}