@charset "utf-8";
/* CSS Document */

#schedule {
         position: relative;
}

#girl_tab {
        margin: 0;
	text-align: center;
}

#girl_tab li {
	display: inline-block;
	width: 200px;
	margin: 0 5px;
}

#girl_tab li:first-child {
	display: block;
	margin: 0 auto;
}

#girl_tab li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
#girl_tab li img {
	max-width: 100%;
}
/*
#girl_tab li:nth-child(1) a {
	background:#7a7a7a;
}

#girl_tab li:nth-child(2) a {
	background:#ae9939;
}

#girl_tab li:nth-child(3) a {
	background:#90236a;
}

#girl_tab li:nth-child(4) a {
	background:#bdbdbd;
}

#girl_tab li:nth-child(1) a.active {
	background:#514f4f;
}

#girl_tab li:nth-child(2) a.active {
	background:#806f1f;
}

#girl_tab li:nth-child(3) a.active {
	background:#591140;
}

#girl_tab li:nth-child(4) a.active {
	background:#938c8c;
}
*/
#girl_txt {
        margin: 70px 0 30px;
        text-align: center;
}

#schedule_inner {
	max-width: 1080px;
	margin: 60px auto 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#schedule_inner .girl_box .g_photo,
#schedule_inner .girl_box .g_icon{
     padding: 0 !important;
}

#schedule_inner .girl_box .g_icon {
    max-width: 100%;
}

#schedule_day {
        position: absolute;
        top: 200px;
        right: 10px;
        font-size: 0px;
}

#schedule_day li {
        display: inline-block;
        font-size: 14px;
        border-right: solid 1px #000;
}

#schedule_day li:last-child {
        border: none;
}

#schedule_day li a {
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
        color: #000;
}

#schedule_day .sat a {
	color: #33f;
}

#schedule_day .sun a {
	color: #f00;
}

#schedule_today {
        position: absolute;
        top: 190px;
        left: 10px;
        width: 250px;
        padding: 10px 0;
        border: solid 1px #2f2f2f;
        font-size: 14px;
        text-align: center;
}

.girl_box {
	/* float: left; */
	width: 250px;
	margin: 0 8px 40px;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
}

.girl_box.mix {
	display: none;
}

.girl_box .g_name {
        font-size: 16px;
}

.girl_box .g_photo {
        margin: 0 0 5px;
        position: relative;
	text-align: center;
}

.girl_box .g_photo img {
	width: 100%;
    height: 375px;
    object-fit: cover;
    object-position: 50% 0;
}

.logoimg {
	position: absolute;
	bottom: 10px;
	right: 6px;
	width: 110px;
}

.girl_box .g_photo .logoimg img {
	height: auto;
    object-position: unset;
}

.girl_box .g_photo .new_icon {
        position: absolute;
        bottom: 43px;
        left: 0;
        width: 60px;
        height: 60px;
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        background: rgba(174,150,100,.9);
}

.girl_box .g_sales {
	text-align: center;
	color: #ae9664;
	font-size: 12px;
}

.girl_box .g_name {
    text-align: center;
	font-size: 16px;
}

.girl_box .g_size {
	font-size: 16px;
	letter-spacing: 1.5px;
	text-align: center;
}

.girl_box .g_time {
        font-size: 16px;
        text-align: center;
        /* letter-spacing: 1.5px; */
}
.girl_box .g_time span {
	font-size: 14px;
}

.gold {
        color: #ae9939;
}

.silver {
        color: #7a7a7a;
}

.platinum {
        color: #90236a;
}

.diamond{
        color: #bdbdbd;
}
.girl_box .new_icon {
    top: 301px;
}
/* 額 */
#top .girl_box p{
    font-size: 14px;
}
#top #content .girl_box .g_photo a >img {
    height: 348px;
}
#content .girl_box{
    max-width: 248px;
}

@media screen and (max-width: 1000px){
    body#top .girl_box {
        min-width: 258px;
    }
#content .girl_box{
    max-width: 100%;
}
}
@media screen and (max-width: 1000px){
    body#top .girl_box {
        width: 23%;
        min-width: 220px;
    }
}

@media screen and (max-width: 763px){
   #schedule_inner .girl_box {
     padding: 0 !important;
   }
   #schedule_inner .girl_box {
     min-height: 60vh;
   }
   #schedule_inner .girl_box .g_icon{
        height: 4vh !important;
   }
   #schedule_inner .girl_box .g_photo, #schedule_inner .girl_box .g_icon {
      min-width: 46vw !important;
      margin-bottom: 1rem;
      margin-top: 3rem;
  }
   #schedule_inner .girl_box .g_photo{
     height: 32vh !important;
      bottom: -6px;
      left: 6px;
   }
}