@charset "UTF-8";

/* 框架 */
html {
    text-size-adjust: initial;
    font-family: 'Times New Roman', Times, serif !important;
}
body {
    margin: 0;
    line-height: 1.5;
    color: rgba(7,6,6,0.59);
    height: 100%;
    width: 100%;
    background-color: #b19e8636 !important;
}

h3{
    font-weight: 700 !important;
}
img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Options: fill, contain, cover, scale-down, none */
}
/* header */
.bgs {
    height: 70px;
    background-color: #952B32;
    box-shadow: 0px 5px 10px 2px rgba(182, 127, 65, 0.5);
    margin-bottom: 20px;
    z-index: 2000;
    position: fixed; /* 固定位置 */
    top: 0; /* 固定在頂部 */
    width: 100%; /* 確保寬度為100% */
    cursor: pointer; /* 添加游標指針效果 */
}

.logo-container {
    position: absolute;
    left: 100px;
    top: 0;
    width: 200px;
    height: 70px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.logo{ 
    width: 100%;
    height: 70%;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
    transition: all .3s ease;
}

.logo:hover {
    opacity: .7;
}

/* 確保內容不被 header 遮擋 */
.body-content {
    padding-top: 100px; /* 根據 header 的高度調整 */
}

a{
    text-decoration: none !important;
}
.had {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 100;
}

.bk-red {
    background-color: #952B32 !important;
}

.w-60{
    width:60% !important;
}

.Effardcard {
    flex: 1 1 calc(25% - 20px); /* 每個卡片佔據 25% 的寬度，並減去間距 */
    box-sizing: border-box; /* 包含內邊距和邊框 */
    margin: 10px; /* 卡片之間的間距 */
}
.ft{
    max-width: 100%;
    margin: 0 auto;
    /*padding: 0  10% 0 10%;*/
    /*background-image: linear-gradient(to right, #FDB900 , #EC4F00);*/
}

.navcs {
    background-color: #952B32;
    position: relative;
    display: flex;
    margin-top: 25px;
    list-style: none;
    font-weight: bold;
    font-size: 1rem;
    width:100%;
}
    .navcs li {
        padding: 0 10px;
        border-right: 3px solid #83643866;
    }

.navcs a{
    color: #fff;
    transition: 0.5s;
}

.navcs a:hover{
    color: #571d00;
    transition: 0.5s;
}

.HeadTitle{
    color: aliceblue;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 0;
    font-size: 3rem; /* 改為相對單位 */
    font-weight: 700;
    line-height: 1.2;
}

/* 響應式標題尺寸 */
@media (max-width: 768px) {
    .HeadTitle {
        font-size: 2.5rem;
        line-height: 1.1;
    }
}

@media (max-width: 576px) {
    .HeadTitle {
        font-size: 2rem;
        line-height: 1;
    }
}

.HeadTitle::after
{
    content: '-今天營業到午夜';
    display: block;
    width: 100%;
    height: 20px;
    font-size: 1rem; /* 更改為相對單位 */
    margin-top: 20px;
    display: flex;
    justify-content: end;
}


.HeadTitle p{
    font-size: 3rem;
    margin: auto;
    font-family:'Righteous','cursive';
}

.bavcs{
    margin-bottom: 0;
    font-size: 1.75rem; /* 改為相對單位 */
    font-family: 'Dancing Script', cursive;
}

.showmenu{
    color:white;
    border: #fff;
    position: absolute;
    right: 20px;
    top: -6px;
    transition: 0.5s;
}

.showmenu:hover{
    color:rgb(139, 139, 139);
    border: #7e7e7e;
    transition: 0.5s;
}



/* Context */
.title{
    color:#000000;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}


.Aboutcontext {
    margin: 0 5%;
    font-size: 1.1rem; /* 改為相對單位 */
    line-height: 1.6;
    background-color: #b8b8b8;
    padding: 50px;
    border-radius: 20px;
}

@media (max-width: 576px) {
    .Aboutcontext {
        font-size: 1rem;
        padding: 30px;
        line-height: 1.5;
    }
}

.flex-direction-row-reverse{
    flex-direction:row-reverse;

}



.context {
    display: flex;
    align-content: center;
    flex-direction: column;
    color: #000000;
    text-align: start;
    background-color: #4646460f;
    box-shadow: 0px 0px 20px #c9a99969;
}

/* NEWS */
#NEWS tr{
    margin: 10px;
}
#NEWS th{
    text-align: center;
    font-size: 0.875rem; /* 改為相對單位 */
    border-right: solid #d37f5e;
}


#NEWS th div{
    font-size: 1.2rem;
}

#NEWS td{
    vertical-align: middle !important;
    padding-left: 20px;
}

.jc{
    background: #202cb2;
    color:#fff;
    width: 112px;
    height: 37px;
    font-size:1.5rem;
    text-align:center;
    border-radius: 50px;
    opacity: 0.75;
}

.menuButtonOutSide {
    position: relative;
    border-radius: 8px !important;
    padding: 30px 10px;
    background-color: #4646460f;
    box-shadow: 0px 0px 20px #c9a99969;
}
/* Store */
.containerStore {
    margin: 0 10%;
}
.card {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: #fff 6px solid;
}

.storeCardDiv {
    width: 300px; /* 固定寬度 */
    height: auto; /* 固定高度 */
    min-width: 300px;
    max-width: 300px;
}
.storeCard {
    width: 100%; /* 確保圖片寬度為100% */
    height: 200px; /* 設置固定高度 */
    object-fit: cover; /* 確保圖片內容適應容器，並保持正方形 */
    object-position: top; /* 從上方開始截取 */
    overflow: hidden;
}
.cardBorder{
    width: 90%;
    margin: 0 auto;
    z-index: 5 !important;
    background-color: #b8b8b8;
    border-radius: 12px;
    padding: 8px 8px;
    transition: 1s;
}
.cardBorder:hover{
    background-color: #d37f5e;
    transition: 1s;
}

.more-bt{
    min-width:200px ;
    font-size: 1.2rem;
    color:white;
    background-color:#EC4F00;
    border-radius: 20px;
    transition: 1s;
}
.more-bt:hover{
    transition: 1s;
    
    background-color:#FDB900;
}

.HomeURLImage {
    width: 200px;
    padding: 10px;
    Transition: 0.5s;
    border-radius: 10px;
    flex: 1 1 calc(33.32%-10px);
    box-sizing: border-box;
}
.HomeURLImage:hover {
    background-color: #46464654;
}
.HomeURLImage img {
    width: 100%;
    height: auto;
    display: block;
}
.menu 
{
    width:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.item {
    flex: 1 1 calc(33.33% - 10px);
    box-sizing: border-box;
}

/* Shopping */
.card-body-shop{
    background-color: initial !important;
}

.fs-store{
    font-size:0.875rem;
}

@media (min-width: 768px) {
    .fs-store {
        font-size: 1rem;
    }
}

/*aside*/
.btn-aside {
    background-color: #c36c40 !important;
    color: #f5f4f4 !important;
    transition: 2s;
    border-radius: 3px !important;
}

.btn-aside:hover {
    background-color: #ad3a00 !重要;
    color: #f5f4f4 !重要;
}

/* footer */
footer {
    margin:20px 0 0 0;
    color: white;
    background: #685a47;
    text-align: left;
    padding: 20px 0px;
    display:flex;
    justify-content:center;
    text-align:center;
}

footer p {
    color: #fff;
    font-size: 0.875rem; /* 改為相對單位 */
}

.footerInfo {
    font-size: 0.75rem; /* 最小可讀字體大小 */
}

@media (min-width: 768px) {
    footer p {
        font-size: 0.9375rem;
    }
    
    .footerInfo {
        font-size: 0.8125rem;
    }
}

.GoTop {
    border: 2px solid #7e7e7e;
    bottom: 40px;
    right: 20px;
    width: 50px;
    position: fixed;
    padding: 5px 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 1s;
    color:#7e7e7e;
}

.GoTop:hover{
    background-color:#f5f4f4;
    color:black;
}

.reserved {
    padding:5px 0;
    width: 100%;
    background-color: #372d1f;
    text-align: center;
    color: white;
    font-size: 0.75rem;
}

@media (min-width: 768px) {
    .reserved {
        font-size: 0.875rem;
    }
}

.displayInline {
    display: inline-block;
    border-radius: 60px;
    margin: 3px 10px 10px 10px;
}