@charset "utf-8";

.hero {
    height: 120vh;
}

.hero-content {
    position: relative;
    background-image: url(../image/niku-width.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

img {
    border-radius: 10px;
}

.logo-img {
    position: absolute;
    display: block;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    width: 550px;
}

.hero-content h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    text-align: center;
    color: #fff;
}

h1 {
    text-align: center;
    text-decoration: underline;
    padding-top: 20px;
}

.slider-group {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 20px;
    padding-bottom: 20px
}

.slider-card {
    flex: 0 0 auto;
    max-width: 350px;
    height: 100%;
    margin-right: 20px;
    margin-left: 20px;
}

.slider-card-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.menu-container {
    max-width: 1100px;
    justify-self: center;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}

.menu-list {
    display: grid;
    justify-self: center;
    padding-top: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    list-style: none;
}

.menu-list li {
    width: 70%;
    text-align: center;
    justify-self: center;
}

.menu-list h2 {
    padding-bottom: 20px;
}

.menu-list a {
    display: block;
    padding-top: 20px;
    text-decoration: underline;
}

.shop-container {
    max-width: 1100px;
    justify-self: center;
    text-align: center;
}

.shop-container div {
    padding-bottom: 30px;
}

.shop-inside {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.shop h2 {
    padding-bottom: 20px;
    padding-top: 30px;
}

.shop-inside ul {
    display: flex;
    padding-top: 20px;
    list-style: none;
    gap: 20px;
    justify-content: center;
}

.shop img {
    width: 70%;
}

.shop-outside img {
    width: 100%;
}

.map iframe {
    display: block;
    justify-self: center;
    height: 320px;
    width: 68%;
    border-radius: 10px;
    padding-bottom: 20px;
}

.all-view {
    padding-bottom: 20px;
}

@media(max-width:1024px){
    .hero {
        height: 90vh;
        background-image: url(../image/nikus.jpg);
        background-size: cover;
        background-position: center;
    }
}

@media(max-width:800px) {
    .hero {
        height: 80vh;
    }

    .hero-content {
        background-image: url(../image/nikus.jpg);
        background-size: cover;
    }

    .nikus-img {
        display: none;
    }

    .logo-img {
        width: 200px;
        top: 50%;
        left: 50%;
        opacity: 0.9;
    }

    .hero-content h1 {
        top: 85%;
        left: 50%;
        font-size: 30px;
    }

    .shop-inside ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    .shop-outside {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-container {
        padding-top: 0;
    }


    .menu-list h2 {
    padding-bottom: 20px;

}

}