@charset "utf-8";
body{
    overflow-y: scroll;
    }
    main.fs-l-main {
        max-width: none;
        overflow-y: scroll;
        margin: 0;
        padding: 0;
        display: block;
        justify-content: initial;
    }
    section.fs-l-pageMain {
        max-width: none;
    }
    img {
        max-width: none;
    }
    .cInner .hdr_logo {
        width: 150px;
    }
    
    .hdrmid_menu img {
        width: 20px;
        margin: auto;
    }
    
    .hdrmid_menu p {
        color: #000;
    }
    
    .hdrmid_menu_area {
        display: flex;
        flex-wrap: nowrap;
    }
    a:hover {
    text-decoration: none;
    }
    
/* ベースの打ち消し*/
.fs-l-header {
    padding-top: 0;
    border-top: none;
    height: 80px;
}
.fs-l-header {
    display: block;
    position: fixed;
    height: 80px;
    width: 100vw;
    background: #FFF;
    z-index: 9999;
}
.fs-l-footer{
position: fixed;
    border-top: 1px solid #7c8790;
    background-color: #f7f7f7;
    color: #3c3c3c;
    margin-top: 80px;
    display: block;
    bottom: 0;
    height: 80px;
    width: 100vw;
}
.pagetop{
    display:none;
}
footer .ftrbt .fnav {
    text-align: center;
    padding: 5px;
}
footer .ftrbt .fnav .fnav_unit a {
    font-size: 10px;
    color: #fff;
}

.fcopy {
    display: flex;
    flex-flow: wrap-reverse;
    align-items: center;
    justify-content: space-around;
    height: 40px;
}
footer .copy {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 10px;
}
.fcopy_box {
    display: flex;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
    height: 40px;
}
.liqur_stop_img {
    width: auto;
}
p.caution {
    font-size: 8px;
    margin: 0 0px 0 10px;
    padding: 0;
    line-height: normal;
}