 .slideshow {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .slideshow div {
            position: absolute;
            width: 100%;
            height: 100%;
            animation: slideShow 12s infinite;
            opacity: 0;
            z-index: 1;
        }

        .slide1 {
            background: url('path/to/image1.jpg') no-repeat center center;
            background-size: cover;
            animation-delay: 0s;
        }

        .slide2 {
            background: url('path/to/image2.jpg') no-repeat center center;
            background-size: cover;
            animation-delay: 4s;
        }

        .slide3 {
            background: url('path/to/image3.jpg') no-repeat center center;
            background-size: cover;
            animation-delay: 8s;
        }

        @keyframes slideShow {
            0% {opacity: 0;}
            8% {opacity: 1;}
            33% {opacity: 1;}
            41% {opacity: 0;}
            100% {opacity: 0;}
        }

#header .inner {
    max-width: 1920px;
}

#header .logo {
    max-width: unset;
    float: none;
    margin: 0;
    padding: 0;
}

#header .header_info .shop {
    font-size: 1.2rem;
    margin-right: 10px;
    color: #333;
}


#header .header_info .time {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-right: 10px;
    color: #000;
}

#header .header_info .tel {
    display: inline-block;
    letter-spacing: 0;
    font-size: 1.5rem;
}

@media screen and (max-width:768px){
#header .inner {
    height: 30vw;
}

header#header {
    height: 10vw;
}

#header .logo a {
    height: 32vw;
}

#header .logo {
    height: unset;
}

div#btn_menu_sp {
    background: #fff;
    width: 35px;
    height: 38px;
}

#btn_menu_sp .line1 {
    top: 8px;
    left: 7px;
}

#btn_menu_sp .line2 {
    top: 17px;
    left: 7px;
}

#btn_menu_sp .line3 {
    top: 26px;
    left: 7px;
}

div#top_navi {
    top: 32vw;
}

div#wrap {margin-top: 41vw!important;}

nav#gnav_sp {
}

nav.top_crumb {
    margin-top: -14px;
    margin-bottom: -4px;
}
}
