@charset "UTF-8";

html {
    scroll-behavior: smooth;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
}
.face1 {
    display: flex;
}
.face1 img {
    width: 20%;
}
.intro1 {
    display: flex;
    padding: 10px 0;
}
.title {
    font-size: 36px;
}
.desc10 {
    font-size: 20px;
}
.describe {
    width: 500%;
    padding-top: 50px;
}
.describe h1 {
    padding-bottom: 24px;
    text-align: center;
    font-size: 200%;
}
.describe p {
    padding-bottom: 30px;
    padding-left: 20px;
}
.head1 {
    display: flex;
    justify-content: right;
    position: fixed;
    font-size: 20px;
    width: 100%;
    background-color: #000000;
    z-index: 999;
}
a {
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    opacity: .7;
    display: block;
}
a:hover {
    opacity: .8;
}
.head1 li {
    border-right: 1px solid black;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.img1 {
    width: 100vw;
    padding-top: 50px;
}
.main p {
    font-size: 96px;
    font-style: oblique;
    font-weight: 700;
    position: absolute;
    top: 200%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    padding: 0;
}

.about {
    background: url(../images/nationalflag.png) no-repeat center / cover;
    padding-bottom: 200px;
    padding-top: 200px;
    opacity: .8;
}

.about h1,
p {
    text-align: center;
    padding-top: 20px;
}

.about h1 {
    font-size: 50px;
}

.about .about11 {
    font-size: 72px;
}

.about p {
    font-size: 20px;
}

.menu {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 5px #62c1ce;
}

.box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.cofee {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 100px;
}

.cofee1,
.cofee2,
.cofee3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: rgba(255, 255, 255, 0.667);
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.cofee h2,
h3,
p {
    text-align: center;
    padding: 20px 0;
}

.menu h1 {
    font-size: 50px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.menu h2 {
    font-size: 24px;
    text-align: center;
    /* padding-top: 100px; */
}

.food {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 100px;
}

.food h2,
h3,
p {
    text-align: center;
    padding: 20px 0;
}

.cofee .desc {
    text-align: left;
}

.desc2 {
    text-align: left;
}

.food1,
.food2,
.food3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #e2754e;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    margin-bottom: 50px;
}

.btn {
    position: relative;
    width: 280px;
    height: 300px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.btn:hover img:nth-of-type(2) {
    opacity: 0;
}

.article1 {
    display: flex;
    justify-items: center;
    justify-content: space-around;
    background: linear-gradient(to right, #ffffff, #f9dfdf);
    flex-wrap: wrap;
}

.ranking h1 {
    padding-bottom: 20px;
}

.table1 {
    border-collapse: collapse;
    text-align: center;
    margin: 80px;
}

.table1 th {
    border-bottom: 1px solid black;
    padding: 20px 50px;
    background-color: #a57a60;
    font-size: 19px;
}

.table1 td {
    border-bottom: 1px solid black;
    padding: 20px;
    font-size: 19px;
}

.table2 {
    padding-bottom: 50px;
    font-size: 27px;
}

.article1 {
    border: 20px solid #c5d4e5;
    box-shadow: inset 0 0 10px #000;
}

.article1 p {
    margin: 0;
    padding: 0;
}

.article2 {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to right, #DBF0FF, #ffffff);
    flex-wrap: wrap;
}

.imgcof {
    padding-top: 100px;
}

.desc1 {
    padding-left: 20px;
}

.desc1 h1 {
    position: relative;
    color: #2edd4e;
    font-size: 36px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
    padding-bottom: 30px;
}

.desc1 h1:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #2edd4e;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.article2 h2 {
    font-size: 24px;
    padding-bottom: 50px;
}

.article2 {
    border: 20px solid #e4ded9;
    box-shadow: inset 0 0 10px #000;
}

.article3 {
    display: flex;
    justify-items: center;
    justify-content: space-around;
    background: linear-gradient(to right, #ffffff, #f9dfdf);
    flex-wrap: wrap;
}

.desc3 {
    animation: anime 10s infinite;
}

@keyframes anime {
    0% {
        translate: 0 0;
    }

    50% {
        translate: -700px 0;
    }

    100% {
        translate: 0 0;
    }
}

.desc3 {
    padding-bottom: 50px;
}

.article3 {
    border: 20px solid #f1e0d1;
    box-shadow: inset 0 0 10px #000;
}

.article3 p {
    margin: 0;
    padding: 0;
}

.article3 h1 {
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 30px;
}

.article3 h2 {
    font-size: 20px;
    padding-bottom: 50px;
}

.shop {
    text-align: center;
}

.shop h1 {
    padding: 50px 0;
    font-size: 36px;
    color: #ffffff;
}

.shop p {
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    width: 300px;
}

.shop {
    background: url(../images/bac2.png) no-repeat center/cover
}

.desc5 {
    padding-bottom: 50px;
}

.access {
    border: 20px solid #B37D4D;
    box-shadow: inset 0 0 10px #000;
}

.map h1 {
    text-align: center;
    font-size: 36px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map {
    padding-bottom: 50px;
    border: 20px solid #be926b;
    box-shadow: inset 0 0 10px #000;
}

.resizeimage img {
    width: 100%;
}

.map h2 {
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
}

.contact {
    padding-top: 30px;
    border: 20px solid #513822;
    box-shadow: inset 0 0 10px #000;
}

dl {
    width: 990px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 0 auto;
}

dl dt {
    float: left;
    padding: 1em;
    color: #998484;
}

dl dd {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 1em 0 1em 18em;
}

dl dt .must {
    color: red;
}

input[type="email"] {
    width: 50%;
}

input {
    font-size: 1em;
    padding: 5px;
}

label {
    margin-right: 1em;
}

select {
    font-size: 1em;
}

textarea {
    width: 30em;
    font-size: 1em;
    padding: 5px;
}

.submit {
    text-align: center;
}

input[type="submit"] {
    padding: 20px 100px;
    background-color: #8e1515;
    color: #ffffff;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    opacity: .8;

}

.submit {
    padding-top: 20px;
}

.text1 {
    padding-top: 20px;
}

.text2 {
    padding-top: 20px;
    color: red;
}

.form1 h1 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 50px;
    padding-top: 50px;
}

@media screen and (max-width:767px) {
    dl dt {
        float: none;
        padding: 1em;
        color: #998484;
        width: 767px;
        margin: 0 auto;
    }

    dl dd {
        border-bottom: 1px solid #cccccc;
        margin: 0;
        padding: 1em;

        input[type="email"] {
            width: 39%;
        }

        width: 767px;
        margin: 0 auto;
    }

    textarea {
        width: 39%;
        font-size: 1em;
        padding: 5px;
    }

    .submit {
        padding-top: 20px;
        padding-left: 75px;
    }

    .main p {
        font-size: 60px;
        font-style: oblique;
        font-weight: 700;
        position: absolute;
        top: 40%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        margin: 0;
        padding: 0;
    }

    .about {
        background: url(../images/nationalflag.png) no-repeat center / cover;
        padding: 0;
        opacity: .8;
    }

    .about h1,
    p {
        text-align: center;
        padding-top: 20px;
    }

    .about h1 {
        font-size: 25px;
    }

    .about .about11 {
        font-size: 50px;
    }

    .about p {
        font-size: 20px;
    }

    .article2 {
        border: 20px solid #e4ded9;
        box-shadow: inset 0 0 10px #000;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .article1 img {
        width: 100%;
        padding-left: 50px;
    }


}

.head2 {
    display: flex;
    gap: 100px;
    justify-content: center;
    font-size: 20px;
    background-color: #000000;
}

.head2 li {
    color: #ffffff;
    background-color: black;
    font-size: 24px;
    padding-top: 30px;
    opacity: .6;
}

.copyright {
    color: #ffffff;
    background-color: black;
}