.pct{display:block;}
.mbt{display:none;}
@media screen and (max-width: 750px){
    .pct{display:none;}
    .mbt{display:block;}
    #contblock02{
        display: flex;
        flex-direction: column;
    }
    #pickupgirl,#newface{
        width: 100%;
        margin-bottom: 10px;
    }
    #header_info a{
        font-size: 14px;
    }
    #sideArea{
        display: none;
    }
    #content{
        width: 100%;
    }
    footer ul li{
        padding: 2%;
    }
    address{
        padding-top: 10px;
        padding-bottom: 50px;
    }
    address a{
        color: #ffffff !important;
    }
    #container img{
        width: 100%;
    }
    .girls_box{
        width: 50%;
    }
    .float-tel{
        position: fixed;
        bottom: 0;
        height: 50px;
        font-size: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #7ecaffde;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        z-index: 1000;
    }
    .footer-nav a{
        color: #ffffff;
    }
    .float-tel a{
        color : #ffffff;
    }
    #header_info p{
        margin-bottom: 0;
    }
    #header_info a{
        padding-bottom: 0;
    }
    #header_inner{
        position: unset;
    }
    .navbar-nav li{
        padding-top: 20px;
        font-size: 16px;
    }
    .offcanvas-toggle:hover{
        background: #7ecaff9e !important;
    }
    .container a{
        color:#ffffff !important;
    }
    .today_schedule_box{
        width: 50%;
    }
    .today_schedule_box img{
        width: 100% !important;
    }
    #side_today .profile{
        width: 100% !important;
    }
    .header-opentime{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 3px;
        padding-bottom: 2px;
    }
    .header-tel{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .header-info{
        display: flex;
        width: 90%;
        background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
        border-radius: 4px;
        box-shadow: 4px 4px 7px #8888887a;
        justify-content: center;
        position: absolute;
        bottom: 1%;
        left: 5%;
        z-index: 100;
    }
}
.offcanvas-toggle {
    position: fixed;
    top: 33px;
    right: 9px;
    z-index: 100;
    background: #7ecaff9e;
    letter-spacing: -1px;
    font-size: 9px;
    margin: 5px 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 10px;
}
.offcanvas-toggle .icon-bar {
    display: block;
    width: 34px;
    margin-bottom: 3px;
    height: 4px;
    background: #FFF;
    border-radius: 1px;
}
.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(9px, 9px);
    transform: rotate(45deg) translate(9px, 9px);
}
.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar .container {
    height: 100%;
    background: #ee4667;
    padding:0;margin:0;
}
.navbar-offcanvas{padding:0; background: #7ecaffde;}
.navbar-offcanvas .container h2 {color:#fff;}