@charset "utf-8";


@font-face {
    font-family: 'LINESeedBd';
    src: url("../fonts/LINESeedJP_OTF_Bd.otf") format("opentype");
}

@font-face {
    font-family: 'LINESeedRg';
    src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
}

@font-face {
    font-family: 'Instagram';
    src: url("../fonts/InstagramSansHeadline.otf") format("opentype");
}

* {
    font-family: LINESeedRg, sans-serif;
}

html {
    font-size: 16px;
}

header {
    position: sticky;
    width: 100%;
    height: calc((85 / 1440) * 100vw);
    left: 0;
    top: 0;
    margin: 0;
    background-color: #FFF;
    z-index: 1001;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-box {
    display: flex;
    padding-right: calc((30 / 1440) * 100vw);
    align-items: center;
}

.nav-text {
    text-decoration: none;
    font-family: 'LINESeedBd', sans-serif;
    font-size: 1.25rem;
    color: #000;
    outline: none;
    display: flex;
    justify-content: center;
}

.borders {
    border-radius: calc((1.5 / 1440) * 100vw);
    width: calc((100 / 1440) * 100vw);
    height: calc((3 / 1440) * 100vw);
    margin-top: 10%;
    background-color: #017C0A;
    -webkit-border-radius: calc((1.5 / 1440) * 100vw);
    -moz-border-radius: calc((1.5 / 1440) * 100vw);
    -ms-border-radius: calc((1.5 / 1440) * 100vw);
    -o-border-radius: calc((1.5 / 1440) * 100vw);
}

#logo {
    padding-left: calc((30 / 1440) * 100vw);
    width: calc((202 / 1440) * 100vw);
}

.instagram {
    width: calc((60 / 1440) * 100vw);
}

.note {
    width: calc((100 / 1440) * 100vw);
}


#concept-logo {
    padding-top: calc((93 / 1440) * 100vw);
    width: calc((350 / 1440) * 100vw);
}

.img {
    width: calc((1220 / 1440) * 100vw);
    padding: 0;
    margin: 0;
}

.slick-dots li button:before {
    margin-top: 10px;
    font-size: 20px !important;
}

.content {
    padding-bottom: calc((120 / 1440) * 100vw);
    font-size: 1rem;
}

#concept {
    padding-top: calc((130 / 1440) * 100vw);
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: calc((900 / 1440) * 100vw);
    margin: 0 auto;
    line-height: 60px;
    font-size: 1.5rem;
}

#catchphrase {
    font-family: 'LINESeedBd', sans-serif;
    font-size: 2rem;
    text-align: left;
}

#Menu {
    width: 100%;
    max-width: calc((1180.87 / 1440) * 100vw);
    margin: 0 auto;
}

.caption {
    font-family: 'LINESeedBd', sans-serif;
    font-size: 2rem;
    margin-bottom: calc((120 / 1440) * 100vw);
    display: flex;
    align-items: center;
}


.caption_left {
    width: calc((10 / 1440) * 100vw);
    height: calc((50 / 1440) * 100vw);
    margin-right: 2%;
    background-color: #017C0A;
}

.menucontents {
    display: none;
}

.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menubutton {
    font-family: 'LINESeedBd', sans-serif;
    font-size: 1.5rem;
    padding-top: 28px;
    padding-bottom: 28px;
    text-align: center;
    width: calc((180 / 1440) * 100vw);
    border: #D4D4D4 1px solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.on {
    background-color: #F2F2F2;
    box-shadow: inset 4px 4px 4px #00000025
}

.items {
    width: 100%;
    max-width: calc((346 / 1440) * 100vw);
    margin: 0 auto;
}

.item-img {
    width: 100%;
    max-width: calc((346 / 1440) * 100vw);
    height: auto;
}

.food-title {
    font-family: 'LINESeedBd';
    font-size: 1.15rem;
    padding-top: 3%;
}

.food {
    font-size: 1rem;
    padding-top: 3%;
}

#info {
    width: 100%;
    max-width: calc((1180.87 / 1440) * 100vw);
    margin: 0 auto;
}

#info-main {
    font-size: 1rem;
}

#info-instagram {
    /* width: 586px; */
    height: 600px;
    border: #DE595A 1px solid;
    font-size: 2.5rem;
    margin: 0 auto;
}

#info-instagram>iframe {
    width: 100% !important;
}

#instagram-Logo {
    display: flex;
    justify-content: center;
    ;
    font-family: 'Instagram';
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #017C0A;
    width: 100%;
    max-width: calc((1440.87 / 1440) * 100vw);
}

.recommend {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    font-family: 'LINESeedBd';
    font-size: 1.25rem;
    color: #087F19;
    text-shadow: 1px 1px 10px #fdf0ff;
}

.footter-text {
    text-align: center;
    padding-left: 10%;
    padding-right: 5%;

}

#IKg-image {

    width: calc((180.87 / 1440) * 100vw);
}

@media screen and (max-width: 1440px) {
    header {
        position: sticky;
        width: 100%;
        height: calc((85 / 1440) * 100vw);
        left: 0;
        top: 0;
        margin: 0;
        background-color: #FFF;
        z-index: 1001;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-box {
        display: flex;
        font-size: 20px;
        padding-right: calc((30 / 1440) * 100vw);
        align-items: center;
    }

    .nav-text {
        text-decoration: none;
        color: #000;
        outline: none;
        display: flex;
        justify-content: center;
    }

    .borders {
        border-radius: calc((1.5 / 1440) * 100vw);
        width: calc((100 / 1440) * 100vw);
        height: calc((3 / 1440) * 100vw);
        content: "";
        display: flex;
        background-color: #017C0A;
        -webkit-border-radius: calc((1.5 / 1440) * 100vw);
        -moz-border-radius: calc((1.5 / 1440) * 100vw);
        -ms-border-radius: calc((1.5 / 1440) * 100vw);
        -o-border-radius: calc((1.5 / 1440) * 100vw);
    }

    #logo {
        padding-left: calc((30 / 1440) * 100vw);
        width: calc((202 / 1440) * 100vw);
    }

    #instagram {
        width: calc((60 / 1440) * 100vw);
    }

}

@media screen and (max-width: 820px) {
    /* header {
        display: none;
    } */

    #concept {
        padding-top: calc((56 / 390) * 100vw);
        max-width: calc((350 / 390) * 100vw);
    }

    .borders {
        border-radius: 0 !important;
        width: 0 !important;
        height: 0 !important;
        content: "" !important;
        display: flex !important;
        background-color: #017C0A !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }

    html {
        font-size: 10px;
    }

    .caption {
        font-size: 1.2rem;
        padding-top: 10%;
    }

    .menubutton {
        font-size: 1.5rem;
        width: calc((100/ 768) * 100vw);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    #logo {
        padding-left: 0 !important;
        width: 0 !important;
    }

    #instagram {
        width: 0 !important;
    }

    .items {
        width: 100%;
        max-width: calc((300 / 390)* 100vw);
        margin: 0 auto;
        display: block;
    }


    .footter-text {
        padding: 0;
        padding-left: 5%;
    }

    .recommend {
        margin-top: 5px;
        margin-left: 5px;
        font-size: 1rem;
        text-shadow: 1px 1px 10px #fdf0ff;
    }


}