* {
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: 'Kaisei Decol', serif;
    /* border: 1px solid; */
    /* margin: 0;
    padding: 0; */
}

body {
    margin: 0;
    padding: 0;
}

.main {
    max-width: 1350px;
    margin: auto;
    position: relative;

}

/* ///////////////// ////////*/

header {
    position: sticky;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 50;
    box-shadow: 0 0 3px white;
}

.hed1 {
    text-align: center;
    background: #142c38;
    color: #bbbbbb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 10%;
    font-size: 20px;
}

.tel {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.tel:nth-child(3) {
    display: none;
}

nav {
    background: #1d3f50;
    padding: 8px 10%;
    display: flex;
    justify-content: space-between;

}

nav a {
    text-decoration: none;
    color: #bbbbbb;
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
}

nav a:hover,
.tel:hover {
    color: white;
    text-shadow: 0 0 5px white;
}

.banner {
    margin-top: 1px;
    clear: both;
}

.mySwiper {
    background: url(/IMG/2.jpg) no-repeat;
    background-size: 100%;
    height: 470px;
    padding: 1%;

}

swiper-slide {
    padding: 2% 3%;
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide>* {
    margin: 15px;
    flex: 1;
    height: 100%;
}

swiper-slide img {
    display: block;
    width: 95%;
    height: 100%;
    /* width: 100%; */
    object-fit: contain;
}

.text-right {
    background: #141414ab;
    color: #cac9c9;
    border-radius: 6px;
    font-size: 23px;
    height: auto;
    padding: 10px 30px;

}
.text-right > p:nth-child(1){
    padding: 0;
    margin: 0;
}
.display-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* /////////////////////////////////////////// */


.introduce {
    z-index: 5;
    font-size: 17px;
    background: #142c38;
    background-blend-mode: hard-light;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #bbbbbb;
}

.introduce>*:nth-child(1) {
    width: 40%;
    padding: 1%;
}

.introduce>*:nth-child(2) {
    width: 60%;
    padding: 1%;
}

.introduce>*>* {
    /* background:#1d3f5063; */
    padding: 2%;
    margin-bottom: 2%;
}

.introduce h3 {
    color: white;
    font-size: 20px;
}

.introduce h4 {
    color: rgba(255, 255, 255, 0.849);
    font-size: 18px;
    margin: 10px 0;
}

/* .bg-blue{
    background: #f0f0f1;
} */
.intro-img {
    margin: 10px 0 20px 15px;
    width: 230px;
    height: 190px;
    object-fit: cover;
    object-position: top;
    vertical-align: top;
    /* border-radius: 10px; */
}

.intro-video {
    display: block;
    width: 60%;
    margin: 10px auto 20px auto;

}

.contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: rgb(99, 98, 98);
    padding: 3px 2%;
}

.col,
.col2 {
    background: white;
    border: 1px solid rgba(128, 128, 128, 0.566);
    border-radius: 5px;
    width: 29%;
    padding: 2px;
    margin-left: 1%;
    margin-bottom: 3px;
    /* margin-right: 2%; */
}

.col2 {
    background: #142c38;
    border: none;
    color: white;
    position: relative;
}

.col2>p {
    display: inline-block;
    writing-mode: vertical-rl;
    position: absolute;
    margin: 0;
    letter-spacing: 2px;
    line-height: 27px;
}

.col:not(.col2):hover {
    cursor: pointer;
    box-shadow: 0 0 6px white;
}

.name {
    text-align: center;
    padding: 5px;
}

.col-img img {
    border-radius: 5px;
    width: 100%;
    min-height: 180px;
    max-height: 250px;
    object-fit: cover;
}



.menu {
    background: url(/IMG/drinkmenu.jpg) no-repeat;
    background-size: cover;
}

.menu:hover {
    outline: 2px solid goldenrod;
}

.menu a {
    text-align: center;
    text-decoration: none;
    color: white;
}

.main a h2 {
    background-color: rgba(0, 0, 0, 0.285);
    padding: 7%;
    font-size: 50px;

}



.gai-menu,
.Add {
    padding: 0 1%;
}

.gai-menu img {
    width: 15%;
    max-height: 200px;
}

.address {
    display: flex;
    font-size: 18px;
    justify-content: space-around;
}

.address>* {
    flex: 1;
    padding: 0 2%;
}

/* /////////////////////////////////// */

footer {
    background: #142c38;
    color: #bbbbbb;
    padding: 3%;
    margin-top: 15px;
    font-size: 16px;
}

footer a {
    color: #bbbbbb;
    /* text-decoration: none; */
}

.logo-ft img {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 15px;
}


/* //////////////////////////////////// */
#showImg,
#showImgs {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(20, 19, 19, 0.899);
    padding: 5%;
    flex-wrap: nowrap;
    overflow: auto;
}

#showImgs {
    align-items: flex-start;
}

#showImg img {
    max-height: 85%;
    max-width: 90%;
}

.cloShowImg {
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 10px 15px;
    background: #1d3f50;
    cursor: pointer;
}

.close,
.close1 {
    border-radius: 8px;
    border: 1px solid white;
    background: #142c38;
    font-size: 15px;
    cursor: pointer;
    color: rgb(211, 211, 211);

}

/* //////////////////////////////////////////////// */

#bigImg {
    text-align: center;

    height: 95%;
    margin-right: 50px;
    color: white;
    position: relative;
    padding: 3%;
    width: 55%;

}

#bigImg img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

#listImgs {
    width: 44%;
}

#listImgs img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    padding: 1px;
}

#listImgs img:hover {
    outline: 1px solid yellow;
    cursor: pointer;
}

.le-ri>* {
    position: absolute;
    top: 0;
    font-size: 30px;
    cursor: pointer;

}

.le-ri>*:hover {
    text-shadow: 0 0 5px white;
}

.le-ri>*:nth-child(1) {
    left: 0;
}

.le-ri>*:nth-child(2) {
    right: 0;
}

#open_nav {
    font-size: 18px;
    display: none;
    position: fixed;
    background: #1d3f50;
    width: fit-content;
    padding: 1%;
    color: #bbbbbb;
    z-index: -1;
}

#open_nav:hover {
    text-shadow: white 0 0 5px;
    color: white;
    cursor: pointer;
    ;
}

#close_nav {
    display: none;
    border-bottom: 1px solid whitesmoke;
    cursor: pointer;
}

.text-right>i {
    display: none;
}

.text-right>i:hover {
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 799px) {
    #open_nav {
        display: block;
    }

    .tel:nth-child(3) {
        display: inline-block;
    }

    nav {
        position: fixed;
        top: 0;
        left: -36%;
        display: block;
        padding: 90px 10px;
        width: 36%;
        height: 100%;
        z-index: -1;
        transition: 0.1s;

    }

    nav a,
    #close_nav {
        width: 100%;
        display: block;
        line-height: 39px;
    }
    
    nav, nav a, section > h3, .subP{
        font-size: 14px;
    }
}

/* @media screen and (min-width: 799.9999px){
    nav{
        display: flex;
        position: static;
        left: 0;
        width: 100%;
        height: auto;
    }
} */


@media screen and (max-width: 715px) {
    
    .hed1 {
        display: block;
        font-size: 11px;
        padding: 15px;
    }

    .hed1 img {
        width: 50px;
        height: 50px;

    }
    
    .tel {
        margin-top: 14px;
        border: 1px solid;
        padding: 5px 30px;
        border-radius: 10px;
    }

    #hr {
        display: none;
    }

    nav {
        padding-top: 120px;
        transition: 0.4s;
    }

    .introduce,
    .address {
        font-size: 15px;
        display: block;
    }

    .introduce>*:nth-child(1),
    .introduce>*:nth-child(2) {
        width: 100%;
    }

    .intro-video {
        width: 80%;
    }

    swiper-slide {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .text-right {
        display: block;
        margin: 0;
        position: absolute;
        bottom: 0;
        width: 100%;

    }

    .tr_1 {
        display: flex;
        height: 100%;
    }

    .text-right>i {
        display: inline-block;
        position: absolute;
        right: 10px;
        /* top: 0; */
    }

    .subP {
        overflow: hidden;
        max-height: 0;
        margin: 0;
        font-size: 10px;
    }

    #showImgs {
        flex-wrap: wrap;
    }

    #bigImg {
        width: 85%;
        height: 70%;
    }

    #listImgs {
        width: 95%;
    }
}


@media screen and (max-width: 605px) {

    .gai-menu>h3,
    .Add>h3 {
        font-size: smaller;
    }

    .col,
    .col2 {
        width: 45%;

    }
}