#header .logo {
    float: none;
    max-width: 100%;
    margin: 0;
}

#header .inner {
    max-width: 100%;
    padding: unset;
    position: relative;
}

header#header {
    background: #000;
}

#header .header_info {
    color: #000;
    z-index: 999;
    position: absolute;
    right: 0;
    bottom: 0;
}

#header .header_info .shop, #header .header_info .time {
    color: #000;
}

#header .header_info .tel {
    color: #000;
}
@media screen and (max-width: 768px) {
    #top_navi {
        position: fixed;
        top: calc(9/16*100vw);
        width: 100%;
        z-index: 5;
    }

    #header {
        padding: 0;
    }

    #header .logo {
        max-width: unset;
        margin: 0;
        float: none;
    }

    #header .logo a {
    margin-left: 0;
    background-size: cover;
    height: calc(9/16*100vw);
    }

    .pagetitle {
        color: #0a0a0a;
        margin-top: 16px;
    }

    div#wrap {
        margin-top: 44vw!important;
    }

    div#top_navi {
        background-size: contain;
    }

    #top_navi ul li a {
        color: #000;
    }
#btn_menu_sp span {
    background: #000000;
}
}

@media screen and (min-width:768px) and (max-width:980px){
div#wrap {
    margin-top: 10px!important;
}

nav#gnav {
    margin-top: 42vw;
    position: relative;
    z-index: 999;
}
}