<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
header {
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    z-index: 2;
    transition: .3s;
}
.tel{
    font-size: 23px;
}
.bg-orenge {
    background-color: #ff871c !important;
}
.logo_text {
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 0.85;
    color: #384158;
    vertical-align: middle;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.logo::before {
    content: "\A";
    white-space: pre;
}
.logo_text span {
    font-size: 36px;
}

.confirm-img {
    background-image: url("../img/top_img_form.jpg");
    background-size: cover;
    margin-top: 120px;
    padding-bottom: 40px;
    padding-top: 120px;
     background-repeat: no-repeat;
    height: 300px !important;
}
.confirm-img h2{
    color: #FFFFFF;
}
.confirm-title{
    color: #FFC107;
}
.confirm-txt {
    background-color: #FFFFFF;
    padding: 10px;
    border: #FFFFFF;
    width: 100%;
    border: 1px solid rgba(13, 12, 12, 0.23);
    color: #727272 !important;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.img-section-space {
    margin-top: 5px;
}
.background_content {
    position: relative;
    top: 0px;
    width: 100%;
    height: 550px;
    background-color: white;
    margin: 0 auto 0 auto;
    z-index: 98;
    text-align: center;
}

.drink.background_content{
    background: url('../img/indoor.jpg')no-repeat center center; 
    background-size: cover;
    background-position: 70% 50%;
}
.background_content h2 {
        font-size: 4.5em;
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
        text-shadow: 2px 2px 6px #444;
    }
.story.background_content{
    background: url('../img/foods.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.img_10vw {
    height: 13fw;
    width: 13vw;
    min-width: 150px;
    min-height: 150px;
    padding: 5px;
}
.shokuzai.background_content{
    background: url('../img/chile/shokuzai.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.foods.background_content{
    background: url('../img/img1.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.chiles.background_content{
    background: url('../img/chile/chiles.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.tacos.background_content{
    background: url('../img/tacos.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.mask.background_content{
    background: url('../img/mask.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.kokuban.background_content{
    background: url('../img/kokuban.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.jalapeno.background_content{
    background: url('../img/jalapeno.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.jibie.background_content{
    background: url('../img/img2.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.vegitalian.background_content{
    background: url('../img/tortilla.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.teion.background_content{
    background: url('../img/wine.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.ramen.background_content{
    background: url('../img/ramen_img.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
</pre></body></html>