@charset "UTF-8";
/* @font-face {
    font-family: 'NotoSans-Light';
    src: url(/fonts/Noto_Sans/NotoSansTC-Light.otf);
}
@font-face {
    font-family: 'NotoSans-Regular';
    src: url(/fonts/Noto_Sans/NotoSansTC-Regular.otf);
}
@font-face {
    font-family: 'NotoSans-Medium';
    src: url(/fonts/Noto_Sans/NotoSansTC-Medium.otf);
} */
body *{
    /* font-family: "微軟正黑體", "Microsoft JhengHei", "Lato", sans-serif; */
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #000;
}
i{
    color: #B1915E;
}
body h2,
body .h2{
    font-size: 25px;
}
body h3,
body .h3{
    font-size: 20px;
}
body h4,
body .h4{
    font-size: 18px;
}
body p{
    font-size: 16px;
}
body .html_edit .light{
    font-weight: 300;
}
body .html_edit .regular{
    font-weight: 400;
}
body .html_edit .medium{
    font-weight: 500;
}
/*Header調整*/
.top-area{
    height: auto;
}
.top-bar{
    background-color: rgba(0, 0, 0, 0.88);
    border-bottom: none;
}
.top-social-bookmark ul{
    /* margin: 1px 0 0 0; */
}
.top-social-bookmark ul li a {
    width: auto;
    height: 34px;
    padding: 5px 17px 6px 17px;
    text-transform: none;
}
.top-social-bookmark ul li a:hover{
    background: none;
    color: #D8BF91;
}
.logo_img{
    /* height: 62px; */
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -50%);
    -webkit-transform: translate(-44%, -50%);
}
.top-social-bookmark ul li a.icon {
    font-size: 21px;
    /* padding-top: 2px;
    padding-bottom: 0; */
    padding: 2px 10px 0 10px;
}
.navbar-header{
    margin: 0px 0;
}
.navbar-brand{
    background-color: #FFF;
    padding: 0;
    width: 120px;
    height: 110px;
    position: absolute;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 0px rgb(0 0 0 / 14%), 0 2px 4px rgb(0 0 0 / 28%);
}
.navbar-toggle{
    margin-top: 13px;
    border: none;
    float: left;
    margin: 5px 0;
    padding: 10px 20px;
}
.navbar-toggle .icon-bar{
    background-color: #000;
    height: 4px;
}
.top-social-bookmark i{
    color: #fff;
}
@media (max-width: 991px){
    .navbar-header{
        padding: 2px 0;
        border-bottom: none;
        background-color: #fff;
    }
    .navbar-brand{
        padding: 0 12px;
        margin-top: 0px;
        position: absolute;
        width: auto;
        height: auto;
        left: 50%;
        transform: translate(-45%, 0);
        -webkit-transform: translate(-45%, 0);
        box-shadow: none;
    }
    .logo_img{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 70px;
    }
    .top-social-bookmark{
        float: right;
    }
    .top-social-bookmark ul li a{
        padding: 5px 10px 6px 10px;
    }
}
/*banner*/
.pogoSlider-slide:after{
    background: none;
}
.single-page .pogoSlider-slide{
    background-position: center !important;
}
.sticky-wrapper{
    background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px){
    .sticky-wrapper{
        background: none;
    }
}
@media (max-width: 767px){
    .pogoSlider-nav{
        display:none;
    }
}
/*menu 調整*/
ul#nav li a{
    font-size: 18px;
    color: #000;
    /* font-family: NotoSans-Regular; */
    font-weight: 400;
    font-weight: inherit;
}
ul#nav > li{
    padding: 13px 0;
}
ul#nav > li > a{
    padding: 0;
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
}
ul#nav > li:last-child > a{
    margin-right: 0;
}
ul#nav > li:hover > a{
    color: #000;
}
.navbar-nav > li:last-child{
    margin-right: 0px;
}
ul#nav ul{
    background-color: #fff;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important;
}
ul#nav li:hover ul{
    opacity: 0.8;
}
ul#nav li ul li{
    /* border-bottom: 1px solid #7E7E7E; */
    border-bottom: 1px solid #EEEEEE;
}
ul#nav li ul li a{
    color: #000 !important;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}
ul#nav ul li:hover a{
    background-color: #000;
    color: #fff !important;
}
ul.event-menu li a, 
ul.page-pagination li a{
    font-size: 17px;
    /* padding: 7px 22px 3px 22px; */
    font-family: 'Noto Sans TC';
    font-weight: 300;
    padding: 5px 50px;
    background-color: #fff;
    color: #000;
}
ul.event-menu li, 
ul.page-pagination li{
    border-color: #000;
    margin-right: 10px;
    margin-bottom: 16px;
}
ul.event-menu li:hover, 
ul.page-pagination li:hover,
ul.event-menu li.active, 
ul.page-pagination li.active{
    border-color: #000;
    /* font-family: NotoSans-Regular; */
    font-weight: 400;
}
ul.event-menu li:hover a, 
ul.page-pagination li:hover a,
ul.event-menu li.active a, 
ul.page-pagination li.active a{
    background-color: #000;
    color: #fff;
}
.is-sticky .navbar-header .collapse, 
.is-sticky .navbar-toggle{
    border: 2px solid #fff;
}
.is-sticky .navbar-toggle .icon-bar{
    background-color: #fff;
}
ul#nav li ul li a, 
ul#nav ul li a,
.is-sticky ul#nav li ul li:hover a, 
.is-sticky ul#nav li ul li a{
    padding: 6px 12px;
}

@media (max-width: 1199px){
    .navbar-nav > li:last-child{
        margin-right: 45px;
    }
    ul#nav > li > a{
        margin: 0 10px;
    }
}
@media (min-width: 992px){
    ul#nav li ul{
        display: none;
        min-width: 96px;
    }
    ul#nav li:hover ul{
        display: block !important;
    }
}
@media (max-width: 991px){
    .navbar-collapse{
        position: absolute;
    }
    .navbar{
        background-color: #fff;
        border-radius: unset;
    }
    .navbar-header{
        margin: 0;
    }
    .mainmenu-area{
        background: none;
    }
    ul#nav {
        max-height: 322px;
        width: 190px;
        float: left;
        margin: 5px;
        text-align: center;
    }
    ul#nav ul{
        left: 0;
        transform: none !important;
        -webkit-transform: none !important;
        background-color: rgba(255, 255, 255, 0.9); 
    }
    ul#nav > li{
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    ul#nav > li > a{
        margin: 15px 30px;
        background-color: #fff;
        margin: 0px;
        padding: 0px;
        height: 45px;
        line-height: 45px;
    }
    ul#nav > li:hover > a{
        border-bottom: none;
    }
    ul#nav li:hover ul{
        opacity: 1;
    }
    ul#nav li ul li{
        border-bottom: 1px solid #fff;
        padding: 0px;
    }
    ul#nav li ul li a{
        padding: 6px !important;
        white-space: inherit;
    }
    .navbar-nav > li:last-child{
        margin-right: 0;
    }
    /* ul#nav li ul,
    ul#nav li:hover ul{
        display: none;
    } */
}
/*下滑Header*/
.is-sticky .mainmenu-area{
    background-color: #000;
}
.is-sticky ul#nav li > a,
.is-sticky ul#nav li:hover > a{
    color: #FFF;
    padding: 0;
}
.is-sticky .navbar-header{
    margin-top: 0px;
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .is-sticky .navbar-header img {
        margin-top: 0px;
    }

}
@media (max-width: 991px){
    .is-sticky .navbar-header .collapse, 
    .is-sticky .navbar-toggle{
        border: none;
    }
    .is-sticky .navbar-toggle .icon-bar{
        background-color: #000;
    }
    .is-sticky ul#nav li > a, 
    .is-sticky ul#nav li:hover > a{
        color: #000;
    }
}
/*Footer*/
.footer-copyright{
    font-size: 15px;
    padding: 4px 0 5px 0;
}
.footer-copyright > a{
    float: left;
    color: #000;
    margin-right: 15px;
}
.footer-copyright > a:hover{
    color: #765C33;
}
.footer-copyright > span{
    float: right;
}
.footer-copyright::after{
    content: '';
    display: block;
    clear: both;
}
.footer-area{
    background-color: #E8E8E8;
    color: #000;
    bottom: 0;
    position: relative;
    margin: 0;
}
@media only screen and (max-width: 767px){
    .footer-copyright > a{
        float: none;
    }
    .footer-copyright > span{
        float: none;
        width: 100%;
        text-align: center;
        display: block;
    }
}
/*編輯器調整*/
.html_edit{
    overflow: hidden;
}
.html_edit h1,
.html_edit h2,
.html_edit h3,
.html_edit h4,
.html_edit h5,
.html_edit h6{
    margin: 0;
}
.html_edit p{
    font-size: 16px;
}
.html_edit p.space{
    font-size: 3px;
    margin-bottom: 0;
}
.html_edit *{
    color: #000;
    line-height: 1.6em;
}
.html_edit table{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.html_edit table tr th,
.html_edit table tr td{
    padding: 16px 5px;
    line-height: 2em;
    vertical-align: top;
    border-top: 1px solid #000;
    color: #000;
    font-size: 17px;
}
.html_edit table tr th:first-child,
.html_edit table tr td:first-child{
    padding-left: 2px;
}
.html_edit table tr:last-child tr,
.html_edit table tr:last-child td{
    border-bottom: 1px solid #000;
}
@media (max-width: 1199px){
    .html_edit table tr th, 
    .html_edit table tr td{
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media (max-width: 991px){
    .html_edit table tr th,
    .html_edit table tr td{
        padding: 10px 5px;
        line-height: 1.5em;
    }
}
/*Main Content 調整*/
.pogoSlider{
    padding-bottom: 0 !important;
}
.top-area.single-page{
    height: 600px;
}
.unit_title_block{
    position: relative;
}
.unit_title_bg{
    /* width: 170px;
    height: 55px; */
    position: absolute;
    bottom: 0px;
    z-index: 99;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px 15px 0 20px;
    left: 0;
}
.unit_title_block h2{
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: normal;
    margin-bottom: 32px;
    /* font-size: 25px; */
    margin-bottom: 0;
    font-family: 'Noto Sans TC';
    letter-spacing: 3px;
    font-weight: 300;
}
.section-padding{
    padding: 40px 0 0 0;
}
@media only screen and (max-width: 767px){
    .top-area.single-page {
        height: 350px;
    }
    .unit_title_bg{
        /* width: 130px;
        height: 88px;
        top: -88px; */
        left: 15px;
    }
    .unit_title_block h2{
        font-size: 24px;
        /* width: 130px; */
        /* margin-bottom: 26px; */
    }
}
/*Loading*/
.loading_img_block{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin-left: -32px;
    margin-top: -32px;
}
@media (max-width: 991px){
    .menus-area.section-padding{
        padding: 30px 0;
    }
}
/*POP*/
#eatModal button.close{
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 1;
}
#eatModal button.close > span{
    color: #6F625A;
}
.modal-body{
    padding-top: 29px;
}
@media only screen and (min-width: 992px){
    .modal-dialog {
        width: 900px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }
}
/*TOP*/
.scrolltotop_block{
    text-align: center;
    position: relative;
    height: 90px;
}
a.scrolltotop,
a.scrolltotop:hover{
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
a.scrolltotop:hover{
    animation: scrolltotop_move 1s ease-in-out infinite;
}
@keyframes scrolltotop_move {
    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, -70%);
    }
}
  
/*線上訂位 BTN*/
.buy_block{
    /* position: relative; */
    position: fixed;
    bottom: 40px;
    right: 4%;
    z-index: 2;
}
.buy_block a,
.buy_block a:link{
    width: 150px;
    height: 125px;
    display: block;
    background: url(../image/eatogehter_reservation_1026.svg);
    /* background: url(../image/eatogehter_reservation_2.png); */
    /* right: 4%; */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: cover;
    /* position: fixed; */
    /* bottom: 40px; */
    opacity: 1;
    transform: scale(1); 
    /* animation: pulse 2s infinite ease-out; */
}
.buy_block a:hover{
    transform: scale(1.1); 
}
@keyframes pulse {
    0% {
      transform: scale(1); 
    }
    50% {
      transform: scale(1.1); 
    }
    100% {
      transform: scale(1); 
    }
  }
.buy_block::after{
    content: '';
    display: block;
    clear: both;
}
@media only screen and (max-width: 767px){
    .buy_block a,
    .buy_block a:link{
        width: 105px;
        height: 90px;
    }
}
/* 20250818 Tina AI智能客服 */
.ai_cs{
    background: url(../image/AI_CS.png) no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
}
@media (max-width: 575px){
    .ai_cs{
        width: 80px;
        height: 80px;
        bottom: 16px;
        right: 5px;
    }
}
