@charset "utf-8";
/*阿堂師料理餐廳*/

:root{
    --MainColor:#004D76;
    --SubColor:#E2DCD4;
    --SubColor2:#CC4E2A;
}
body{font-family: 'noto serif TC', sans-serif;letter-spacing: 1px;}
#content{background-image: url(https://pic03.eapple.com.tw/masteryang1990/bg.png);background-attachment: fixed;}
#content_main{margin-top: 0;}

/*錨點滾動======================================*/
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

/*大圖=========================================*/
/*預設解除背景輪播*/
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.swiper-banner .swiper-slide img{height: auto;}

/*RWD*/
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*大圖特效===========================*/
.pageIndex  .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/masteryang1990/大圖-01_word.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex  .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/masteryang1990/大圖-02_word.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

/*HEADER====================================*/
.pageIndex .header_area {position: fixed;width: 100%;transition: all 0.3s ease-in-out;background: linear-gradient(0deg, transparent, #00000052);padding: 0;box-shadow:unset;}
.tp_links a { display: none; }
.pageIndex .header_area.sticky .main_header_area {background: url(https://pic03.eapple.com.tw/masteryang1990/header_bg.png) var(--SubColor);
    transition: all 0.3s ease-in-out;box-shadow: 1px 1px 15px rgba(38,15,1,.2);margin: 0px auto;}
.pageIndex .main_header_area { background: #fff0; }
.main_header_area { background: url(https://pic03.eapple.com.tw/masteryang1990/header_bg.png) var(--SubColor);height: 90px; }
.header_area{padding: 0;box-shadow: 1px 1px 15px rgba(38, 15, 1, .2);}

@media screen and (max-width: 1024px) {
.main_header_area{height: 170px;}
.pageIndex .header_area{position: sticky;}
.pageIndex .main_header_area{background: url(https://pic03.eapple.com.tw/masteryang1990/header_bg.png) var(--SubColor);}
}

@media screen and (max-width: 768px) {
    .pageIndex .header_area{position: sticky;transition:none;}
    .pageIndex .header_area.sticky .main_header_area{transition:none;}
    .main_header_area{height: 135px;}
}

/*HEADER選單=================*/
.tp_links{display: none;}
.pageIndex .stellarnav > ul > li > a {letter-spacing: 0.1em;margin: 0 5px;color: #fff;}
.header_area.sticky .stellarnav>ul>li>a {color: var(--MainColor);letter-spacing: 0.1em;transition: all 0.3s ease-in-out;}
.pageIndex .stellarnav > ul > li > a:hover { color: var(--SubColor);transition: 0.3s; }
.stellarnav > ul > li > a:hover { color: var(--SubColor2);transition: 0.3s; }
.stellarnav > ul > li > a {letter-spacing: 0.1em;margin: 0 5px;color: var(--MainColor);}
.stellarnav li.has-sub > a:after{content: '+';border-left: none;border-right:none;border-top:none;}
.stellarnav li li.has-sub > a:after{border-left: 0;margin: 0 10px;}
.sticky .stellarnav> ul > li > a:hover {color: var(--SubColor2);}
.stellarnav ul{text-align: right;}
.me_tp_features{top: 5px;position: relative;display: flex;align-items: center;flex-direction: row-reverse;}
.pageIndex .me_tp_features a.tp_btn_cart{color: #fff;}
.pageIndex .me_tp_features a.tp_btn_notice{color: #fff;}
.sticky .me_tp_features a.tp_btn_cart {color: var(--MainColor);}
.sticky .me_tp_features a.tp_btn_notice {color: var(--MainColor);}
.me_tp_features a.tp_btn_cart{color: var(--MainColor);}
.me_tp_features a.tp_btn_notice{color: var(--MainColor);}
.shop_search_btn{background: var(--SubColor2);border-radius: 0;}
.box_search input[type=text]{border-radius: 0;border:none;}

/*下拉選單*/
.stellarnav ul ul{background: #004d76c7;backdrop-filter: blur(5px);}
.stellarnav li li{border: none;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #fff;padding-left: 11px;background: #cc4e2ad6;font-weight: 500;}
.stellarnav li {font-size: 14px;}
.stellarnav li a{font-weight: 200;color: #ffffff;}

@media screen and (max-width: 1024px) {
    .stellarnav ul{text-align: center;height: 45px;}
    .stellarnav > ul > li{top: 5px;}
    .stellarnav > ul > li > a{font-size: 14px;}
    .pageIndex .stellarnav > ul > li > a { color: var(--MainColor); }
    .me_tp_features{justify-content: center;}
    .me_tp_features a.tp_btn_cart{color: var(--MainColor);}
    .me_tp_features a.tp_btn_notice{color: var(--MainColor);}
    .pageIndex .me_tp_features a.tp_btn_cart{color: var(--MainColor);}
    .pageIndex .me_tp_features a.tp_btn_notice{color: var(--MainColor);}
}
@media screen and (max-width: 768px) {
.stellarnav ul{margin-top: 0px;height:auto;}
.header_area.sticky .stellarnav>ul>li>a{color:#fff;}
.pageIndex .stellarnav > ul > li > a{color:#fff;}
}

/*選單最大寬度設定*/
.main_header_area .container{max-width: 90%;transition: 0.3s;}

/*LOGO*/
.nav-brand{width: 105px;position: relative;top: 3px;}

/*浮動按鈕===========================================*/
.info_fix{z-index: 999999;bottom: 125px;}
.linksBtn{background-color: var(--MainColor);}
.info_fix_links{display: flex !important;}
.info_fix>span{display: none;}
.info_fix:hover>.linksBtn{background: var(--SubColor2);}

/*第二層*/
.info_fix_links a{background: var(--MainColor);}
.info_fix_links a:hover{background: var(--SubColor2);}

/*TO TOP*/
#to_top{bottom: 80px;right:25px;background: var(--MainColor);box-shadow: unset;color: #ffffff;left:unset;width: 40px;height: 40px;font-size: 10px;}
#to_top i:before, #to_top i:after{background: #ffffff;height: 10px;top: 3px;}
#to_top i.top{height: 10px;}
#to_top i.top:before, #to_top i.top:after {height: 10px;}

/*banner============================================*/
.banner.banB{display: none;}
.banner{background: transparent;
    height: 0;
    display: flex;
    position: relative;
    padding: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-left: 20%;
    background-image: url(https://pic03.eapple.com.tw/masteryang1990/banner.png);
    padding-bottom: 68%;
    background-repeat: no-repeat;
    position: relative;
    background-position: top center;
}
.banner h5{
    color: transparent;
    font-size: 0;
    width: 100px;
    height: 0;
    padding-bottom: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.banner.banblog h5{background-image: url(https://pic03.eapple.com.tw/masteryang1990/banner_news.png);}
.banner.banE h5{background-image: url(https://pic03.eapple.com.tw/masteryang1990/banner_album.png);}
.banner.banF h5{background-image: url(https://pic03.eapple.com.tw/masteryang1990/banner_cart.png);}

/*RWD*/
@media screen and (max-width: 1100px) {
    .banner h5{padding-bottom: 70%;}
}
@media screen and (max-width: 768px) {
    .banner h5{width: 70px;}
}
@media screen and (max-width: 550px) {
    .banner h5{width: 50px;padding-bottom: 80%;}
}

/*文章管理===========================================*/
h5.blog_le_t em{font-family: 'noto serif TC', sans-serif;}
h5.blog_le_t, h4.blog_category_title {font-size: 25px;margin-bottom: 10px;color: #fff;}

.accordion li .link a{color: #ffffff;}

.blog_le{position: sticky;display: inline-block;top: 120px;}
.blog_le .accordion { border-radius: 0px; }
.blog_le .accordion li .link i{color: #ffffff;}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {color: #fff !important;background: var(--SubColor2) !important;transition: 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: var(--MainColor) !important;transition: 0.3s;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{color: #fff !important;}

.blog_list_le {display: block;position: relative;text-align: center;height: auto;aspect-ratio: 9 / 9;overflow: hidden;padding-bottom: 0;width: 100%;}
.blog_list_le img {display: block;max-width: 100%;min-width: 100%;object-fit: cover;position: absolute;left: 50%;top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);transform: translate(-50%, -50%) scale(1);}
.blog_list_ri {width: 100%;}
.blog_list_ri:after {content: 'READ MORE >';display: block;background: transparent;color: var(--SubColor2);letter-spacing: 1px;opacity: 1;
    left: 0;position: relative;padding: 0 22px 0 0;font-size: 12px;line-height: 12px;}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px;color: #999;margin: 15px 0 0;font-size: 14px;line-height: 1.9;letter-spacing: 0.035em;width: 100%;padding: 0;margin: 10px 0; }
.blog_list_ri h5 {position: relative;margin: 0px 0 0;font-size: 18px;letter-spacing: 0.035em;color: #ffffff;}

.blog_search input[type=search] { border-radius: 0px;border: none; }
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 3fr));}
.blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 15px;grid-template-columns: 1fr 1fr 1fr 1fr;}
body.blog_page .clearfix:before, body.blog_page .clearfix:after { display: none; }
.subbox_item {background-color: transparent;overflow: hidden;position: relative;width: 100%;border-bottom: none;}
.subbox_item a {display: flex;flex-wrap: wrap;flex-direction: column;grid-gap: 10px;}
.subbox_item a:before { display: none; }
.subbox_item:hover img {transform: translate(-50%, -50%) scale(1.2);object-fit: cover;width: 100%;transition: all 0.4s ease;}
.subbox_item a:after { display: none; }

.submenu a{background: var(--MainColor);color: #ffffff;}
.submenu li.on_this_category a, .submenu a:hover{background: var(--SubColor2);}

/*第二層*/
.blog_shareData{flex-direction: row;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i{color: #fff;}
.articel_mainPic img{max-width: 50%;}
.news_related{display: none;}
.lastPage{background: var(--MainColor);}
.news_related_list li a{background:unset;}
.news_related_list li a p{color: var(--SubColor);line-height: 3;}
.blog_box_edit *{color: #fff;}
.blog_back a.article_btn_back { background:var(--SubColor);color: #000; }
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: var(--SubColor2); color: #fff;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background: var(--MainColor);transition: 0.3s;color: #fff;}

/*RWD*/
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}

/*購物車=============================================*/
.prod_related h6 span:before {color: #fff;letter-spacing: 0.1em;}

.products-list{grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 10px;}
.products-list .name {height: auto; margin: 0;text-align: left;padding: 10px 0;color: #fff;font-size: 16px;-webkit-line-clamp: none;}
.products-list .pic:hover img{object-fit: cover;width: 100%;transition: all 0.4s ease;transform: scale(1.2);}
.products-list .pic img{transition: all 0.4s ease;transform:scale(1);object-fit: cover;}
.products-list .more{border: 1px solid var(--SubColor2);color:var(--SubColor2);}
.products-list .price{margin: 5px 0;justify-content: flex-start;}
.products-list .price .sp_price{text-align: center;}
.products-list .item a:hover .more {  background: var(--SubColor2);color: #fff;transition: 0.3s;letter-spacing: 2px;}
.products-list .price b { color: var(--SubColor);font-size: 16px;text-align: left;margin: 3px 0;}

.nextaction { background-color: var(--MainColor);}
.lastaction { background-color: var(--MainColor);}

ul.prod li .prod-panel { font-size: 14px; line-height: 23px; }
.related_list li a {display: block;padding: 4px;background: none;}


.product-layer-two li.active a {font-weight: bold;border: unset;border-bottom: 1px dotted #ccc;}
.product_page .main_part {width: 100%;	max-width: 1500px;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;margin: auto;padding: 10px 10px;flex-direction: row;justify-content: center;gap: 20px;}
.product_page .products-list {width: calc(100% - 280px);}

/*選單*/
.product-layer-two li i{width: 50px;height: 45px;}
.product-layer-two li a {color: #fff;border: none;background: transparent;transition: all 0.3s;line-height: 200%;transition: all 0.3s;padding: 7px 10px;}
.product-layer-two > li > a {border-bottom: 1px dotted #ccc;padding-left: 10px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #fff; background:var(--SubColor2);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--SubColor); color:#fff;}
.product-layer-two > li > a:before {border-radius: 100%; align-items: center;justify-content: center;display: flex;height: 18px;content: "";color: var(--MainColor);background: #dddddd;width: 18px;
text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.3s;padding-left: 2px;font-size: 13px;display:none;}
.product-layer-two li ul {position: relative;padding-top: 1px;}
.product-layer-two li li {border: none;background: transparent;}
.product-layer-two li li a{background: transparent;}
.product-layer-two li li:hover a{color: #BFB9AA;background: transparent;}
.product-layer-two {width: 260px;margin: 0;}

.product-layer-two li {margin: 0;width: 100%;padding: 0 10px;}

/*第二層*/
.product_info li span{color: #fff;}
.product_info_page .product-layer-two { display: none; }
.prod_related{display: none;}
.sidebarBtn h2{color: #fff;}
span#ori_price{color: #fff;}
.send_simple { background: #5b5b5b;}
.rewrite_simple {background: #5b5b5b;}
.separate_title {font-size: 16px;color: #fff;padding: 10px 0 10px 40px;background: #4d4d4d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, .inquiry_a4:hover{background: var(--MainColor);}
.sidebarBtn{border: 1px #777 solid;background: transparent;}
.pd_tabInner_contain{color: #fff;}
.pd_tabTitle li.activeTab a{color: #ffffff;}
.inquiry_a3{background: var(--SubColor2);color: #fff;}
.inquiry_a4{background: var(--MainColor);color: #fff;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--MainColor);}
.toShare{color: #ffffff;}

/*RWD*/
@media screen and (max-width: 768px) { 
.product_page .products-list {display: grid; grid-gap: 5px;grid-template-columns: 1fr 1fr;}
.product-layer-two > li > a {display: none;}
.product_page .products-list ,.product-layer-two { width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none;}
.sidebarBtn { order: -1;margin: 0px auto 20px;}
.product_pic { padding-top: 0px;}
body.pageIndex .products-list {padding: 40px 0 20px;}.products-list .item {width: 100%;}
.product-layer-two {display: none;}
#prod_thumbSwiper{margin: 20px 0;}
}
@media screen and (max-width: 500px) { 
.product_page .products-list{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 425px) { 
.product-layer-two {display: none;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-around;margin: auto;padding: 10px 10px;flex-direction: column;align-content: center;}
.product_page .products-list { width: 100%;}
}
@media screen and (max-width: 1024px) {
.clearfix:before, .clearfix:after { display: none; }
.products-list .item { width: 100%; }
}
@media screen and (max-width: 768px) {
.product_page .products-list { width: 100%; display: grid;grid-gap: 10px;}
}

/*購物內頁===========================================*/
.shopping-cart .cell.product_name p{color: #fff;}
.shopping-cart .cell{color: #fff;}
.fa-remove:before, .fa-close:before, .fa-times:before{color: red;}
.total_amount li{color: #fff;}
.rewrite_simple{background: var(--SubColor2);}
.send_simple {background: var(--SubColor2);}

/*訂購資料*/
.separate_title{background: var(--MainColor);}
.formbox_form li .form__label{color: #fff;}
.form label.Bigcheck{color: #ffffff;}
.form label{color: #ffffff;}
.shopping-cart .cart_head{background: var(--SubColor2);}
.declaration{background: var(--MainColor);}

/*完成訂單*/
.order_pay .blank_letter, .order_pay .information_left{color: var(--SubColor2);}
.orderFinish_data .animated-arrow{background: var(--MainColor);}
.order_list_tit span{color: #ffffff;border-bottom:none;}
.order_list_tit b{color: var(--SubColor2);}
.order_list_tab td{color: #222;border-top: 1px #fff solid;background: var(--SubColor);}
.order_list_spec p{background: var(--SubColor2);}
.order_list_tab td:nth-child(1){background: var(--MainColor);color: #ffffff;}
.orderFinish_data .pay_text>*+*{margin-top: 10px;}
.order_list_head p{color: var(--SubColor2);border-bottom:none;}
.order_list_pro tr:first-child{background: var(--SubColor2);}
.order_list_pro td{color: #ffffff;}
.last_box_money p, .last_box_money em{color: #ffffff;}
.order_list_pro tr:first-child td{color: #ffffff;}
.order_list_tab.payer td:nth-child(1){border-right: none;}

/*相簿===============================================*/
.other_album {display: none;}
.show-list .item:hover a figure img {transform: scale(1.15);transition: 0.5s;top: 0;left: 0;}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {text-align: center;color: #fff;}
.other_album_choice { display: none; }
.show-list .item:hover .show_name{color: var(--SubColor2);}
.other_subalbum li{background: unset;}

/*第二層*/
.subalbum-menu h2{color: var(--SubColor2);}
.other_subalbum li a p{color: #fff;background: transparent;}
.album_fixed_title span:before{color: #fff;}
.album_fixed_title{background: transparent;color: #ffffff;}
.fa-image::before{color: #fff;}
.album_descrip{color: #fff;}

/*第三層*/
.album_info_page .main_part{max-width: 1500px;}
.album_info_page .path p{display: none;}
.album_info_page .pic-list{grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}
.pic-list .item h6{text-align: center;color: var(--SubColor2);font-size: 20px;}

/*RWD====*/
@media screen and (max-width: 768px) { 
.footer_info li { 
    flex-direction: column; 
} 
.product_page .products-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;
}
.footer{padding: 25px 0 54px;}
}

/*手機版選單==============================*/
.stellarnav .menu-toggle:after{display: none;}
.stellarnav .menu-toggle{padding: 60px 10px;}
.stellarnav .menu-toggle span.bars span{width: 30px;background: var(--SubColor2);margin: 0 auto 5px;}

/*第二層*/
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #fff;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 3px #fff;}
.stellarnav.mobile.left > ul{background: var(--MainColor);}
.stellarnav.mobile.left .close-menu{padding: 20px 10px;background: var(--MainColor);color: #fff;}
.stellarnav.mobile li a{color: #fff;}

/*RWD*/
@media screen and (max-width: 570px) {
     .stellarnav .menu-toggle{padding: 57px 10px;}
}