.scroll-top{
    text-align: right;
    margin-top: 50px;
}
.scroll-top .scroll-top-btn{
    border: none;
    background-color: #FFF;
}
.scroll-top .scroll-top-btn img:hover{
    opacity: 0.5;
}
.footer-body{
    width: 100%;
    background-color: #F0F2F5;
    border-top: solid #000 1px;
    position: relative;
    padding-bottom: 66px;
}
.footer-body .footer-logo{
    text-align: center;
    margin: 64px;
}
.footer-body .fnav ul{
    display: flex;
    list-style: none;
    justify-content: center;
}
.footer-body .fnav ul li a{
    margin: 0 8px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
}
.footer-body .copyright{
    text-align: center;
    color: #72777D;
    margin-top: 41px;
    border-top: solid 1px;
    padding: 12px;
}
.footer-btm {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgb(255,255,255,0.95);
    width: 100%;
    height: 0;
    transition: height 0.5s;
    z-index:99;
    box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.16);
}
.booking-btn {
    border: none;
    background-color: #A18243;
    color: #FFF;
    margin: 10px;
    width: 320px;
    height: 44px;
    text-align: center;
    position: relative;
}
.booking-btn:hover{
    opacity: 0.5;
}
 .booking-btn a{
    border: none;
    background-color: #A18243;
    color: #FFF;
    width: 100%;
    height: 44px;
    cursor: pointer;
}
a .btn img {
    width: 23px;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -56%);
}
.btn span{
    width: 100%;
    line-height: 44px;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-41%, -50%);
}
.footer-btm-sp{
    display: none;
}


@media screen and (max-width: 768px){
    .footer-logo-img img {
        width:240px;
    }
    .footer-btm{
        display: none;
    }
    .footer-body .fnav ul{
        display: block;
        text-align: center;
        padding: 0;
    }
    .footer-body .fnav ul li{
        margin-bottom: 24px;
    }
    .footer-body .fnav ul li span{
        display: none;
    }
    .footer-btm-sp{
        display: flex;
        justify-content: center;
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: rgb(255,255,255,0.95);
        width: 100%;
        height: 0;
        z-index: 99;
        padding: 0 5px;
        transition: height 0.5s;
        box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.16);
    }
    .booking-btn {
        margin: 10px 3px;
    }
    .booking-btn a{
        width: 100%;
    }
    a .btn img {
        width: 20px;
        left: 24%;
    }
    a .btn span{
        left: 49%;
        top: 48%;
    }
    .scroll-top-img img {
        width:40px;
        height:40px;
    }

}
