/*--- SCHEDULE ---*/
.middleTitle {
    margin-bottom: 20px;
}
.controls {
	margin-bottom: 40px;
}
.filter {
    width: 49%;
    padding: 0;
}
.schedule_w_list li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #FFF;
}
.inner_left {
    width: 25%;
}
.inner_left.girls-list.floatBox {
    position: relative;
    width: 25%;
    height: 0;
    padding-top: 37.5%;
    border: 1px solid #FF0
}
.girls-box.img_onlyBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.inner_right {
    width: 73%;
}
.girlsdata {
    background: ;
    color: #FFF;
    font-size: 2rem;
}
.girlsdata a {
    display: block;
    width: 100%;
    /* height: 100%; */
    color: #FFF;
}
.girlsdata a span {
    margin-right: .8em;
    vertical-align: middle;
}
.text-holder-Inner {
    height: 100%;
    padding-top: 0;
}
.text-middle h4 {
    margin-bottom: 5px;
}
span.shopIcon {
    font-size: 1.4rem;
    line-height: 1.2;
}
.girlsIcon {
    text-align: left;
}
.girlsIcon li {
    width: 20%;
    margin: .5%;
    border: none;
    padding: 0;
}
#container .text-middle .comment {
    margin-top: 5px;
}

/*--- SP-style ---*/
@media screen and (max-width: 768px) {
    /* common */
    .pc_view { display: none !important; }
    .sp_view { display: block; }
    .controls {
        width: 93.7%;
        min-width: inherit;
        max-width: inherit;
        margin-bottom: 20px;
    }
    .img_onlyBox {
        width: 100%;
    }
    .girls-box a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .girlsdata {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        z-index: 1;
        position: relative;
    }
    .girlsdata a {
        display: block;
        text-align: center;
        padding: 5px 10px;
    }
    .girlsIcon {
        text-align: center;
        margin-bottom: 5px;
        max-width: 360px;
    }
    .girlsIcon li {
        width: 24%;
        font-size: 1rem;
    }
    span.shopIcon {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .schedule_W {
        font-size: 1rem;
    }
    .schedule_W dt {
        width: 100%;
        padding: 0;
        border: none;
        background: #eee;
    }
    .schedule_W dd {
        font-size: 1.4rem;
        width: 100%;
        padding: 0;
        border: none;
    }
}