#title_area{
    background-image: url(../img/reservation/title_bg.png);
}

#content01{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#content01 ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#content01 .tab a{
    display: block;
    width: 100%;
    border-top: 4px solid #aaa;
    text-align: center;
    padding: 20px 0;
    color: #aaa;
    box-sizing: border-box;
}

#content01 .tab li.active a{
    border-top: 4px solid #fc6c93;
    color: #fc6c93;
}

@media screen and (max-width: 1024px) {
    #title_area{
        margin-top: 50px;
    }
    
    
    header{ 
        height: 50px; 
        background: #fff; 
        transition: 0.3s;
    }

    header .hbottom{
        top: 0;
    }

    header .mo-reserv{
        margin: 8px 0;
    }
    
    header .mologo{
        margin: 7px auto;
    }
    
    header .h-mo-logo{
        display: none;
    }
    
    header .h-scroll-logo{
        display: block;
    }
    
    header #panelbtn{
        margin: 5px 0;
    }
    
    header #panelbtn span{
        background-color: #333;
    }
    
    
    #content01 .moreserv{
        text-align: center; 
    }

    #content01 .moreserv .icon-cal{
        display: block; 
        width: 60px; 
        height: 60px; 
        background-color: #b5b5b5; 
        border-radius: 50px; 
        line-height: 60px; 
        font-size: 24px; 
        position: relative; 
        left: 0; right: 0; 
        margin: 0 auto; 
        margin-bottom: 20px;
    }

    #content01 .moreserv .icon-cal i{ 
        color: #fff; 
    }

    #content01 .moreserv p{ 
        padding-bottom: 30px; 
        font-size: 14px; 
        line-height: 24px; 
        color: #444;
        font-weight: 400;
    }

    #content01 .moreserv .btn{
        display: block; 
        width: 90%; 
        height: 50px; 
        background-color: #46c9f3;
        border-radius: 50px;
        color: #fff; 
        font-size: 16px; 
        line-height: 50px; 
        left: 0; right: 0; 
        margin: 0 auto;
        transition: .3s;
    }
    
    #content01 .moreserv .btn:hover{
        background-color: #fc6c93;
    }
    
    #content01 .moreserv .btn i{
        color: #fff;
        padding-right: 10px;
    }
}

@media (max-width:540px) {
    #content01 .tab a{
        padding: 10px 0;
}
}