@charset "utf-8";/*這段一定要加否則中文會變亂碼*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*反白顏色*/
::-moz-selection {
    background-color: #3a0808;
    color: #fff;
}

::selection {
    background-color: #3a0808;
    color: #fff;
}



body {overflow-x: hidden;}

&::-webkit-scrollbar {width: 6px;}

&::-webkit-scrollbar-track {background: #222222;}

&::-webkit-scrollbar-thumb {background-color: #6d1e1c;border-radius: 3px;}
/*--------------進場文字----------------*/
/*動畫入場text-----------------------------------*/
.bannerindex .swiper-slide:nth-child(1):before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/chachabbq/text01.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transform: translate(0%, 0%);
    opacity: 1;
    z-index: 999;
    position: absolute;
}/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
   animation: inside1 2s;
   animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

/*----------------------------------------------------*/
.bannerindex .swiper-slide:nth-child(2):before{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/chachabbq/text02.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transform: translate(0%, 0%);
    opacity: 1;
    z-index: 999;
    position: absolute;

}/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before{
    animation: inside2 2s;
    animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
/*--------------------------------------------------------*/




/*------------------動畫在這裡---------------------------------------*/
@keyframes inside1{
	0% {transform: translate(-20%, 0%);opacity: 0;}
	100%{opacity: 1;}
}
@keyframes inside2{
	0% {transform: translate(10%, 0%);opacity: 0;}
	100%{opacity: 1;}
}
/*-----------------------------------------*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
#content_main {background: #000000;}/*網頁主色調*/
.header_area {position: relative;z-index: 9999;padding: 10px;background: #00000000;position: fixed;top: 0;width: 100%;}
.header_area.sticky {width: 100%;z-index: 9999;background: linear-gradient(180deg, black, transparent);}
.main_header_area .container {max-width: 1700px;margin: auto;transition: .5s;}
.header_area.sticky .main_header_area .container {max-width: 1500px;transition: .5s;}
.me_tp_features {display: none;}/*隱藏小按鈕*/
.navigation {width: 100%;position: relative;padding: 0;display: flex;grid-gap: 0 20px;flex-direction: row;align-content: center;justify-content: center;align-items: center;}
.nav-header {z-index: 123;top: 0;left: 0;max-width: 200px;width: 100%;grid-row: 1 / span 2;display: flex;justify-content: center;align-items: center;align-content: center;transition: .5s;}
.header_area.sticky .nav-header {max-width: 250px;transition: .5s;}
/*----------------------------------------------------------------*/
.stellarnav > ul > li > a {transition: .5s;padding: 0;color: #eedeae;font-family: Noto serif TC;letter-spacing: 1px;font-weight: 600;text-transform: uppercase;position: relative;display: inline-block;font-size: 16px;line-height: 40px;height: 40px;margin: 0 15px;overflow: hidden;cursor: pointer;text-align: center;}
.stellarnav > ul > li:hover > a {transition: .5s;letter-spacing: 2px;}
.stellarnav > ul > li:before {content: "";position: absolute;background: url(https://pic03.eapple.com.tw/chachabbq/icon.png);background-repeat: no-repeat;width: 100%;height: 100%;transform: translate(3px, 15px);transition: .5s;opacity: 0;}
.stellarnav > ul > li:hover:before {opacity: 1;transition: .5s;transform: translate(3px, 3px)}
/*---------------------------------------------------------------*/
.info_fix_links{display: flex!important;}
.linksBtn{display: none;}
.info_fix_links a {display: flex;width: 50px;height: 50px;overflow: hidden;border-radius: 50px;transition: .3s;background: #90090975;margin-bottom: 5px;color: #FFFFFF;font-size: 1.6em;justify-content: center;align-items: center;align-content: center;line-height: 1;border: 1px solid #eedeae;}
a.info_fix_default.info_fix_ig {order: -6;}
a.info_fix_default.info_fix_fb {order: -5;}
a.info_fix_default.info_fix_line {order: -4;}
.info_fix_links a:nth-child(7) {order: -3;}
.info_fix_links a:hover {background: #330101d4;border: 1px solid #fff;}
a.info_fix_default.info_fix_mail {display: none;}/*客戶要求隱藏*/
/*--------------------------------------------------------------------------*/
#to_top {display: none;position: fixed;bottom: 10px;left: 10px;z-index: 600;width: 40px;height: 40px;padding-top: 10px;font-size: 0px;color: #fff;text-align: center;text-decoration: none;background: #50070775;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);border-radius: 100%;border: 1px solid #eedeae;}
#to_top i.top:before, #to_top i.top:after {height: 15px;width: 1px;top: 2px;left: 50%;}
#to_top i:before, #to_top i:after {background: #fff;}
/*-------------------------------------------------------*/
.stellarnav li.has-sub > a:after {content: '';margin-left: 10px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #eedeae;display: inline-block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.stellarnav ul ul {top: auto;width: 160px;position: absolute;z-index: 9900;text-align: left;display: none;background: #000000ad;}
.stellarnav li li {display: block;border: 0px #eee solid;border-bottom-width: 0;transition: .5s;}
.stellarnav li a {padding: 12px 10px;display: block;color: #ebebeb;letter-spacing: 1px;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
.stellarnav li li:hover {padding: 0px 0px 0px 20px;transition: .5s;}
/*-------------------------------------------------------------------*/
/*--768後漢堡按鈕----*/
.stellarnav .menu-toggle span.bars span {display: block;width: 24px;height: 3px;border-radius: 6px;background: #fff;margin: 0 auto 6px;}
.stellarnav .menu-toggle:after {content: 'MENU';font-size: 12px;color: #fff;display: block;transform: scale(0.9);}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {position: fixed;top: 0;bottom: 0;width: 100%;max-width: 280px;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 9999;border-right: 0px #eee solid;background: #000000e0;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {color: #fff;display: inline-block;text-align: right;font-size: 12px;background: none;}
.stellarnav .icon-close:before {content: '';display: block;width: 12px;height: 0px;border-bottom: solid 3px #fff;position: absolute;top: 50%;transform: rotate(45deg);}
.stellarnav .icon-close:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #fff;position: absolute;transform: rotate(-45deg);}
.stellarnav > ul > li:before {display: none;}
.stellarnav.mobile > ul > li {display: block;border-bottom: none;}
.stellarnav.mobile > ul > li > a {padding: 15px 43px 15px 10px;}
.stellarnav a.dd-toggle .icon-plus:before {content: '';display: block;width: 12px;height: 0px;border-bottom: solid 3px #eedeae;position: absolute;top: 50%;transform: rotate(90deg);transition: width 0.3s;}
.stellarnav a.dd-toggle .icon-plus:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #eedeae;position: absolute;}
.stellarnav.mobile li.open {background: none;padding: 0px;}
.stellarnav.mobile ul {background: none;}
.stellarnav li a {padding: 12px 10px 12px 30px;display: block;color: #ebebeb;letter-spacing: 1px;font-size: 15px;}
/*-------------結束---------------------*/

/*-----------FOOTER----------------------------------*/
.footer .center {position: relative;max-width: 1500px;}
.footer {padding: 100px 0 80px 0;font-size: 14px;background: #b32422 url(https://pic03.eapple.com.tw/chachabbq/noise.png);position: relative;z-index: 99;}
.footer_logo {display: inline-block;vertical-align: top;max-width: 280px;margin: 0;filter: brightness(40);}
.footer_logo img {max-width: 120%;}
.box_link {display: none;}
.footer_info {font-family: 'Noto Serif TC', serif;font-weight: 500;padding: 0;grid-gap: 60px;padding-right: 0px;}
.footer_info ul {display: flex;width: 100%;align-items: center;justify-content: space-around;}
.footer_menu {width: 100%;display: grid;grid-template-columns: 1fr 1fr;}
.footer_info li:nth-child(1):before {content: "聯絡我們";pointer-events: none;border-bottom: solid 1px #c56361;width: 100%;display: block;margin-bottom: 10px;padding-bottom: 10px;color: #fff;letter-spacing: 0.3em;font-weight: 600;font-family: Noto Serif TC;font-size: 16px;}
.footer_info li p {line-height: 200%;letter-spacing: 1px;color: #eedeae;font-family: Noto serif TC;}
.footer_info li p a {color:#eedeae;font-family: Noto serif TC;transition: .5s;}
.footer_info li:nth-child(2):before {content: '網站地圖';pointer-events: none;border-bottom: solid 1px #c56361;width: 100%;display: block;margin-bottom: 10px;padding-bottom: 10px;color: #fff;letter-spacing: 0.3em;font-weight: 600;font-family: Noto serif TC;font-size: 16px;}
.footer_menu {width: 100%;display: grid;grid-template-columns: 1fr 1fr;}
.footer_menu a {transition: .5s;display: inline-block;padding: 10px 10px;border: 0px;margin: 0 4px 4px 0;font-size: 14px;line-height: 100%;color: #eedeae;background: #ffffff00;font-family: Noto serif TC;font-weight: 600;letter-spacing: 1px;}
/*-------------------------------------------------------*/
.footer_menu a:hover {background: none;color: #fff;transition: .5s;}
.footer_menu a:before {content: "";position: absolute;width: 50px;height: 50px;background: url(https://pic03.eapple.com.tw/chachabbq/icon.png);filter: brightness(0.5);background-repeat: no-repeat;z-index: -1;opacity: 0;transform: translate(-10px, 0px);transition: .5s;}
.footer_menu a:hover:before {transition: .5s;opacity: 0.5;transform: translate(-10px, -10px);}
.footer_info li p a:hover {transition: .5s;color: #fff;}

p.add {display: none;}/*地址隱藏*/
/*-------------------------------------------------------*/
.copy {text-align: center;padding: 7px 0;font-size: 13px;color: #d67170;border-top: 0px #ddd solid;margin-top: 20px;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;}
.copy a {color: #d67170;}
.privacyLinks a+a {border-left: 0px solid #cccccc;}



/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
/*-----------------------------------*/
.footer_info {
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    padding: 0;
    display: flex
;
    grid-gap: 60px;
    padding-right: 0px;
    padding-left: 20px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
}
@media screen and (max-width: 500px) {
.footer_info {
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    padding: 0;
    display: flex
;
    grid-gap: 60px;
    padding-right: 0px;
    padding-left: 20px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
.footer_info ul {
    display: flex
;
    width: 100%;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
}
}
@media screen and (max-width: 450px) {

.nav-header {max-width: 150px;}
.header_area.sticky .nav-header {max-width: 150px;}
.header_area {position: relative;z-index: 9999;padding: 10px;background: #3c0101;position: relative;top: 0;width: 100%;}
.header_area.sticky {position: fixed;width: 100%;z-index: 9999;background: linear-gradient(180deg, black, transparent);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    font-family: noto serif TC;
    color: #fff;
    filter: drop-shadow(2px 2px 3px black);
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 600;
}
.banner.banA {}
.banner.banB {display: none;}/*燒烤啤酒車/預約流程*/
.banner.banC { 
    background: url(https://pic03.eapple.com.tw/chachabbq/banner.png);
    min-height: 300px;
    background-position: bottom;
    background-repeat: no-repeat;}/*聯絡我們*/
.banner.banD {}
.banner.banE {}
.banner.banblog {
    background: url(https://pic03.eapple.com.tw/chachabbq/banner.png);
    min-height: 300px;
    background-position: bottom;
    background-repeat: no-repeat;
}/*外燴日誌*/

.banner.banblog.banner h5:before {
    content: "NEWS";
    display: flex;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 10px;
    justify-content: center;
}

.banner.banC.banner h5:before {
    content: "CONTACT";
    display: flex;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 10px;
    justify-content: center;
}



/* = = = 外燴日誌 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#content {
    background: url(https://pic03.eapple.com.tw/chachabbq/bcg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 80vh;
}/*背景顏色*/
/*---------------------------------------------------------------------------*/
.main_part {width: 100%;max-width: 1300px;margin: auto;padding: 200px 20px;}
@media screen and (max-width: 768px) {.main_part {width: 100%;max-width: 1300px;margin: auto;padding: 20px 20px;}}
h5.blog_le_t {font-size: 20px;font-weight: 700;color: #fff;font-family: noto serif TC;letter-spacing: 5px;margin-bottom: 7px;position: relative;text-align: center;}
.blog_search input[type=search] {outline: none;box-sizing: border-box;width: 100%;font-size: 14px;color: #999;border: solid 1px #ccc;border-radius: 0px;padding: 10px 35px 10px 10px;}
.blog_le .accordion {list-style-type: none;margin: auto;border-radius: 0px;border: 0px #ccc solid;overflow: hidden;}
.accordion li .link a {cursor: pointer;display: block;padding: 15px 10px;color: #f0f0f0;font-size: 15px;font-weight: 700;position: relative;letter-spacing: 1px;}
.accordion li+li .link {border-top: 1px dotted #777;}
.blog_le .accordion > li {transition: .3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #711111 !important;transition: .3s;}
.submenu li.on_this_category a, .submenu a:hover {background: #8f9cb2;color: #FFF;}
/*----------------------------------------*/
.blog_subbox {display: flex;grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));grid-gap: 20px;flex-direction: column;}
.subbox_item {display: block;width: 100%;position: relative;background: #0000003d;flex-direction: row;}
.subbox_item a:before {content: 'MORE+';position: absolute;display: flex;height: 15%;width: 100%;z-index: 19;bottom: 0%;right: 0%;opacity: 0;font-size: 20px;color: #eedeae;transition: all .6s;align-items: center;justify-content: center;}
.subbox_item a:hover:before, .subbox_item a:hover:after {opacity: 1;transition: all .5s;height: 100%;}
.subbox_item a:after {content: '';width: 100%;position: absolute;left: 0;top: 0;bottom: 0;z-index: 8;background: rgb(91 14 14 / 71%);opacity: 0;border: 1px #eedeae dotted;transition: all .5s;}
.blog_list_ri h5 {font-weight: 800;font-size: 20px;font-family: Noto serif TC;letter-spacing: 2px;color: #fff;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.blog_list_ri {display: flex;padding: 5px 20px 5px 0px;flex-direction: column;justify-content: center;}
.blog_list_ri p {font-size: 15px;color: #ccc;line-height: 180%;letter-spacing: 1px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
.path p, .path p a {text-align: right;letter-spacing: 1px;line-height: 24px;font-size: 13px;color: #ccc;}
.path p a:hover {color: #b32422;}
@media screen and (max-width: 960px) {.subbox_item {border-bottom: 0px #eee solid;}}
@media screen and (max-width: 400px) {.blog_list_ri {padding: 5px 10px;}}
/*-------------------下層------------------*/
h4.blog_category_title {color: #fff;font-family: noto serif TC;letter-spacing: 2px;font-size: 25px;border-bottom: 1px #777 dotted;padding: 10px 0;margin-bottom: 20px;}
.articel_mainPic img {display: none;}
.blog_back {border-top: 1px #777 dotted;text-align: center;display: flex;grid-template-columns: repeat(3, 1fr);grid-gap: 10px;width: auto;justify-content: center;}
.blog_back a.article_btn_prev {background: none;color: #dfdfdf;display: flex;justify-content: center;align-items: center;width: auto;}
.blog_back a.article_btn_back {background: none;display: flex;justify-content: center;align-items: center;width: auto;}
.blog_back a.article_btn_next {background: none;color: #dfdfdf;display: flex;justify-content: center;align-items: center;width: auto;}
.blog_box_edit * {line-height: 200%;letter-spacing: 1px;color: #dfdfdf;font-size: 14px;}
.news_related {background: none;padding: 25px 15px;}
.news_related h6 span:before {content: '相關文章';font-family: Noto serif TC;font-size: 24px;color: #fff;letter-spacing: 2px;font-weight: 500;}
.news_related_list li a {display: block;padding: 10px;background: #fff;height: 100%;}
.lastPage {font-size: 16px;color: #fff;background: #b32422;padding: 10px 20px;display: block;margin: 40px auto;width: 130px;text-align: center;}
/*-----------------------------------------*/

/*-------------聯絡我們-----------------------*/
.blank_letter {padding-top: 30px;font-size: 24px;letter-spacing: 2px;font-family: noto serif TC;color: #fff;background-position: left bottom;background-repeat: no-repeat;}
.list_before {margin-top: 30px;margin-bottom: 20px;font-size: 15px;letter-spacing: 1px;color: #dfdfdf;display: block;width: 100%;position: relative;}
.contact_form li .form__label {display: block;max-width: 85px;text-align: right;color: #dfdfdf;letter-spacing: 1px;}
.contact_form li input.noborder {border: 0px #ddd solid;background: #ffffff3d;}
button, input, optgroup, select, textarea {color: #eee;font: inherit;margin: 0;}
.contact_form li textarea.noborder {border: 0px #ddd solid;background: #ffffff3d;}
.contact_form li.last cite {background: none;color: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {display: block;vertical-align: top;font-style: normal;padding: 7px;text-align: center;border: 0px #dfd4c3 solid;width: 150px;max-width: calc(50% - 10px);}
.contact_form li .form__label {display: block;max-width: 90px;text-align: right;color: #dfdfdf;letter-spacing: 1px;}
.contact_form li.last blockquote {background: #ffffff3d;}
.contact_form li.last cite {background: #ffffff3d;}
li.info_ADD {display: none;}/*隱藏地址*/
@media screen and (max-width: 600px) {.contact_form li .form__label {text-align: left;}}















/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




