/*
Theme Name: My Restaurant Theme
Theme URI: http://hinakoportfolio.vivian.jp/
Author: Your Name
Author URI: http://example.com
Description: A custom theme for a restaurant.
Version: 1.0
License: GNU General Public License v2 or later
L/private/var/folders/h3/dqhrdv655zd3hknz4f_99n5m0000gp/T/AppTranslocation/4400504C-25E8-461C-9C95-35E3E5F63B24/d/Visual Studio Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.htmlicense URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme
Text Domain: my-restaurant-theme
*/

body {
    font-family: 'Arial', sans-serif;
    margin: auto;
    padding: 0;
    width: 70%;
}

@media (max-width: 768px) {
    body {
        font-family: 'Arial', sans-serif;
        margin: auto;
        padding: 0;
        width: 100%;
    }
}

.kiwi-maru-regular {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
}


header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #666666;
    height: 70px;
}

header .logo {
    font-size: 24px;
    font-weight: bold;
}

.logo img {
    max-width: 15%;
    min-width: 75px;
    object-fit: cover;
}


header nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 50px;
}


@media (max-width: 768px) {
    header nav ul {
        list-style: none;
        display: flex;
        gap: 10px;
        margin: 18px;
        font-size: 10px;
    }
    .logo img {
        max-width: 15%;
        min-width: 35px;
        object-fit: cover;
    }
}


header nav ul li a {
    text-decoration: none;
    color: #fff;
}

.hero {
    position: relative;
    text-align: center;
}

.hero img {
    width: 100%;
    height: auto;
}

#about,
#store,
#reseave {
    margin-top: -5px;
}

#catering {
    margin-top: -31px;
}

.animate__animated {
    opacity: 0;
  }
  
/* about */
.about-img {
    width: 100%;
    height: auto;
}

.about-content {
    z-index: 0;
    position: relative;
}

.about-menu-img {
    width: 62%;
    top: 22%;
    left: 38%;
    position: absolute;
}

.catering-img {
    width: 100%;
    height: auto;
}

.catering-content {
    z-index: 0;
    position: relative;
}


.more-link img {
    position: sticky;
    width: 100px;
    position: absolute;
    top: 85%;
    left: 85%;
}

.menu-link img {
    position: sticky;
    width: 100px;
    position: absolute;
    top: 85%;
    left: 85%;
}

@media (max-width: 768px) {
.more-link img {
    position: sticky;
    width: 40px;
    position: absolute;
    top: 85%;
    left: 85%;
}

.menu-link img {
    position: sticky;
    width: 40px;
    position: absolute;
    top: 85%;
    left: 85%;
}
}
/* about */

/* store */
.store {
    width: 100%;
    overflow: hidden;
}

.carousel {
    margin: 0 auto;
    align-items: center;
}

.slick-dots {
    position: absolute;
    bottom: 40px;
}

.store-content img {
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.fukuoka,
.osaka,
.tokyo {
    position: absolute;
    top: 30%;
    left: 55%;
    height: 33%;
    width: 35%;
}


/* store */

/* reserve */
.reserve-content {
    z-index: 0;
    position: relative;
}

.reserve-link {
    position: absolute;
    top: 50%;
    left: 35%;
    width: 30%;
}

.reserve-link {
    animation-name: cta1;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
}


/* reserve */


form input,
form button {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
}

footer {
    padding: 20px;
    background-color: #666666;
    color: #fff;
    text-align: center;
}

footer nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 0;
    font-size: 20px;
}



footer nav ul li a {
    text-decoration: none;
    color: #fff;
}

footer .social a {
    margin: 0 10px;
}

footer .social img {
    width: 50px;
    height: auto;
}
@media (max-width: 768px ){
    footer nav ul {
    font-size: 10px;
    }
    footer .social a {
        margin: 0 5px;
    }
    
    footer .social img {
        width: 20px;
        height: auto;
    }

    footer p {
        font-size: 5px;
    }

    .slick-dots {
        position: absolute;
        bottom: 10px;
    }
}
/* reserve */
.reserve-content img {
    width: 100%;
}