
*{
    font-family: 'Shippori Antique', sans-serif;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;

}
header{
    height: 80px;
    width: 100%;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}
.logo{
    width: 12vw;
    height: 20vh;

}
nav ul{
    float: right;
    margin-right: 0px;
    margin-top: 100px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin-right: 0 10px;
}
nav a{
    color: black;
    padding: 3px 13px;
}
    li a:hover{
        text-decoration: underline;
    }
.order1{
    color: red;
}
.checkbtn{
    font-size: 30px;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
@media (max-width: 952px){
    
}
nav ul li a{
    font-size: 24px;
}
@media(max-width: 858px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        text-align: center;
        top: 80px;
        left: -100%;
        transition: all.5s;

    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    a:hover, a.active{
        background: white;
        background-color: white;
    }
    #check:checked ~ ul{
        left: 0;
    }
    .logo{
        width: 28vw;
        height: 25vh;
        margin-left: 70px;
    }
}









.container{
    position:absolute; right:10%; top:20%;
    text-align: center;
    line-height: 1.0;
}
body h1{
    font-size: 64px;
    color: red;
}
.container p{
    line-height: .1;
}
.container h2{
    line-height: .8;
}
.ask{ 
    font-style: italic;

}

.drink{
    color: blue;
}

.carousel{
    overflow: hidden;
    max-width: 50%;
    position: relative;
    margin-left: 15%;
    margin-top: 10%;
    
}
.carousel .carousel__item,
.carousel .carousel__item--hidden{
    display: none;
}
.carousel .carousel__item img {
    width: 100%;
    max-width: 50%;
    height: auto;
}
.carousel .carousel__item--visible{
    display: block;
    animation: fadeVisibility .5s;
}

.carousel .carousel_actions{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel .carousel_actions button {
    border-radius: 60%;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    width: 2%;
    height: 2%;
    color: rgba(rgb(37, 14, 14), rgb(2, 5, 2), rgb(0, 0, 0), .5)

}

.carousel .carousel_actions button#carousel__button--prev{
    margin-left: 1%;
    background-color: rgba(255, 99, 71, 0);
    color: white;
}
.carousel .carousel_actions button#carousel__button--next{
    margin-right: 51%;
    background-color: rgba(255, 99, 71, 0);
    color: white;
}

@keyframes fadeVisibility {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: opacity linear;
    }
}


footer{
    width: 100vw;
    display: block;
    overflow: hidden;
    padding: 70px 0;
    box-sizing: border-box;
    margin-top: 20%;
    
}
.inner_footer{
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 100%;
    margin-right: 10%;
}
.inner_footer .map{
    width: 35%;
    float: left;
    height: 100%;
    display: block;
}
.inner_footer .map img{
    width: 80%;
    height: auto;
}
.inner_footer .footer_third{
    width: calc(21.666667 - 20px);
    margin-right: 10px;
    float: left;
    height: 100%;
}
.inner_footer .footer_third:last-child{
    margin-right: 0;
}
.inner_footer .footer_third h1{
    font-size: 22px;
    color: black;
    display: block;
    width: 100%;
    margin-bottom: 20px;

}
.inner_footer .footer_third a{
    font-size: 18px;
    color: black;
    display: block;
    font-weight: 200;
    width: 100%;
    padding-bottom: 5px;

}
.inner_footer .footer_third li{
    display: inline-block;
    padding: 0 5px;
    font-size: 20px;
}
@media(max-width: 600px){
    .footer .inner_footer{
        width: 90%;
    }
    .inner_footer .map
    .inner_footer .footer_third{
        width: 100%;
        margin-bottom: 30px;
        
    }
}

@media screen and (max-width:800px){
                                .logo{
                                    
                                }
                                .carousel{
                                    overflow: hidden;
                                    max-width: 70%;
                                    position: relative;
                                    margin-left: 15%;
                                    margin-top: 30%;
                                    
                                }
                                .carousel .carousel__item,
                                .carousel .carousel__item--hidden{
                                    display: none;
                                }
                                .carousel .carousel__item img {
                                    width: 100%;
                                    max-width: 100%;
                                    height: auto;
                                }
                                .carousel .carousel__item--visible{
                                    display: block;
                                    animation: fadeVisibility .5s;
                                }
                                
                                .carousel .carousel_actions{
                                    display: flex;
                                    width: 100%;
                                    justify-content: space-between;
                                    position: absolute;
                                    top: 50%;
                                    transform: translateY(-50%);
                                }
                                .carousel .carousel_actions button {
                                    border-radius: 60%;
                                    border: 0;
                                    cursor: pointer;
                                    font-weight: bold;
                                    width: 2%;
                                    height: 2%;
                                    color: rgba(rgb(37, 14, 14), rgb(2, 5, 2), rgb(0, 0, 0), .5)
                                
                                }
                                
                                .carousel .carousel_actions button#carousel__button--prev{
                                    margin-left: 1%;
                                    background-color: rgba(255, 99, 71, 0);
                                    color: white;
                                }
                                .carousel .carousel_actions button#carousel__button--next{
                                    margin-right: 51%;
                                    background-color: rgba(255, 99, 71, 0);
                                    color: white;
                                }
                                
                                @keyframes fadeVisibility {
                                    0%{
                                        opacity: 0;
                                    }
                                    100%{
                                        opacity: 1;
                                        transform: opacity linear;
                                    }
                                }
                                

                            
                            .container{
                                margin-top: 90%;
                                font-size: 16px;
                            }


                            footer{
                                width: 100vw;
                                display: block;
                                overflow: hidden;
                                padding: 70px 0;
                                box-sizing: border-box;
                                margin-top: 120%;
                                
                            }
                            .inner_footer{
                                display: block;
                                margin: 0 auto;
                                width: 90%;
                                height: 100%;
                                margin-right: 10%;
                            }
                            .inner_footer .map{
                                width: 35%;
                                float: left;
                                height: 100%;
                                display: block;
                            }
                            .inner_footer .map img{
                                width: 80%;
                                height: auto;
                            }
                            .inner_footer .footer_third{
                                width: calc(21.666667 );
                                margin-right: 10px;
                                float: left;
                                height: 100%;
                            }
                            .inner_footer .footer_third:last-child{
                                margin-right: 0;
                            }
                            .inner_footer .footer_third h1{
                                font-size: 22px;
                                color: black;
                                display: block;
                                width: 100%;
                                margin-bottom: 20px;
                            
                            }
                            .inner_footer .footer_third a{
                                font-size: 18px;
                                color: black;
                                display: block;
                                font-weight: 200;
                                width: 100%;
                                padding-bottom: 5px;
                            
                            }
                            .inner_footer .footer_third li{
                                display: inline-block;
                                padding: 0 5px;
                                font-size: 20px;
                            }
                            @media(max-width: 600px){
                                .footer .inner_footer{
                                    width: 90%;
                                }
                                .inner_footer .map
                                .inner_footer .footer_third{
                                    width: 100%;
                                    margin-bottom: 30px;
                                }
                            }



                            
                            
                                
                
}
@media screen and (max-width:600px){
    header{
        height: 80px;
        width: 100%;
        font-size: 35px;
        line-height: 80px;
        padding: 0 100px;
        font-weight: bold;
    }
    .logo{
        width: 20vw;
        height: 48vh;
    
    }
    nav ul{
        float: right;
        margin-right: 0px;
        margin-top: 100px;
    }
    nav ul li{
        display: inline-block;
        line-height: 80px;
        margin-right: 0 10px;
    }
    nav a{
        color: black;
        padding: 3px 13px;
    }
        li a:hover{
            text-decoration: underline;
        }
    .order1{
        color: red;
    }
    .checkbtn{
        font-size: 30px;
        float: right;
        line-height: 80px;
        margin-right: 40px;
        cursor: pointer;
        display: none;
    }
    #check{
        display: none;
    }
    @media (max-width: 952px){
        
    }
    nav ul li a{
        font-size: 24px;
    }
    @media(max-width: 858px){
        .checkbtn{
            display: block;
        }
        ul{
            position: fixed;
            width: 100%;
            height: 100vh;
            text-align: center;
            top: 80px;
            left: -100%;
            transition: all.5s;
    
        }
        nav ul li{
            display: block;
            margin: 50px 0;
            line-height: 30px;
        }
        nav ul li a{
            font-size: 20px;
        }
        a:hover, a.active{
            background: none;
        }
        #check:checked ~ ul{
            left: 0;
        }
        .logo{
            width: 40vw;
            height: 35vh;
            margin-left: 30px;
        }
    }
    .carousel{
        display: none;
    }
    .container{
        position: relative;
        left: .5em;
    }
    footer{
        
    }
}