@charset "utf-8";
/*miguomigu-咪果貓舍*/
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/*logo調整*/

.nav-brand {
    display: inline-block;
    width: 100%;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	}

.nav-header { padding: 12px 0;}


.nav-brand img{
	width:95%;}

/*更改footer的logo
.footer_logo a img{
	display:none;}
	
.footer_logo a:before{
	content:'';
	background:url(https://pic03.eapple.com.tw/yongmaofuneral/footer_logo.png) no-repeat;
	display:block;
	width:200px;
	height:84px;}		
		*/



.stellarnav ul ul {top: 20px;}


/*header購物車調整*/
.me_tp_features {
    width: 20%;
    margin-right: 0;
    text-align: right;
    float: right;
    padding-top: 20px;
    margin-top: 0;
	display:block;}

.stellarnav {
    width: auto;}
	
.me_tp_features a.tp_btn_cart:hover {
    color: #EE8022;
	font-weight:bold;
	transition: all .3s;}	

.me_tp_features a.tp_btn_notice:hover {
    color: #EE8022;
	font-weight:bold;
	transition: all .3s;}
	
.stellarnav li a{
	letter-spacing: 3px;
    font-size: 15px;}	
	
.box_search input[type=text]{
	margin-bottom: 5%;}		

.stellarnav li{
	padding: 0 15px;}


/*選單顏色*/
.main_header_area{
	height:0;
	transition: all ease .6s;}	
	
.main_header_area .container {
    max-width: 100%;
    margin: 0 3%;}	

.header_area { position: relative; width: 100%;}	
.navigation {display: flex;flex-direction: row-reverse; flex-wrap: nowrap; align-items: flex-start; padding: 32px 0 10px 210px;}
.header_area .navigation { width: 100%;  position: relative; padding:40px 0 30px 130px;  transition: all 0.3s;}
.header_area.sticky .navigation { padding: 40px 0 30px 130px; transition: all 0.3s;}

.header_area.sticky .main_header_area {
    background: rgba(253,241,188,0.5);
	height: 120px;
    backdrop-filter: blur(6px);
	transition: all 0.3s;}		

.header_area.sticky .nav-brand {
    width: 80px;
    transition: all 0.5s;}	
		
.header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;}
	

.other_page .main_header_area .nav-brand ,.share_page .main_header_area .nav-brand ,.album_page .main_header_area .nav-brand ,.contact_page .main_header_area .nav-brand ,.product_page .main_header_area .nav-brand ,.services_page .main_header_area .nav-brand {
    width: 80px;
    transition: all 0.5s;}	
	
	
.other_page .main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 120px;}	
.share_page .main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 120px;}	
	
.blog_page .main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 120px;}	
.album_page	.main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 120px;}	
.contact_page .main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 120px;}		
.share_page	.main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 120px;}			
.product_page .main_header_area{
	background: rgba(253,241,188,0.5);
	height: 120px;}		
.services_page	.main_header_area{
	background: rgba(253,241,188,0.5);
	height: 120px;}		
		

.stellarnav > ul > li > a{
	font-size: 17px;}

.stellarnav ul {
    margin-top: 15px;}	

.stellarnav > ul > li > a ,.tp_links a{
	color:#9A8361;
	letter-spacing:3px;}	
	
.stellarnav > ul > li > a{
    padding: 0 15px 0 0;}


.stellarnav > ul > li > a:hover{
	color:#EE8022;
	font-weight:bold;
	transition: all .3s;}
	
.tp_links a:hover{
	color:#EE8022;
	transition: all .3s;}	


.stellarnav ul ul ul{
	left: 120px;}	
	
	
/*選單按鈕文字顏色-第一層*/
.nav-menu > li > a{
	color: #9A8361;
	letter-spacing: 1px;}
	
.submenu-indicator-chevron{
	border-color: transparent #ffffff #ffffff transparent;}	
	
/*選單按鈕文字顏色-第二層*/	
.nav-dropdown > li > a{
	color: #9A8361;
	letter-spacing: 1px;}	
	

.stellarnav li li:hover{
	background:#EE8022;
	color:#ffffff;}
	
	
	
/*選單字體及位置調整*/
.nav-menu>li>a{
	font-size:15px;
	padding: 5px 18px;}
.nav-menu{
	margin: 30px 0 10px 0;}
		
	
/*選單按鈕文字滑過顏色-第一層*/
.nav-menu>li:hover>a {
	/*border-radius: 10px;*/
	color:#EE8022;}
.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron{border-color:transparent #EE8022 #EE8022 transparent;}


/*.tp_links a.me_tp_mail{
	display:none;}
.box_link a.me_tp_mail{
	display:none;}*/



/*選單按鈕文字滑過顏色-第二層*/
.stellarnav li ul a:hover{
	background:	#EE8022;
	color:#ffffff;}



/*隱藏header聯絡資訊按鈕
.tp_links{
	display:none !important;}*/

/*banner隱藏*/
.banner ,.path{
	display:none;}

.banner{
	color:#ffffff;
	background:#ffffff;}


.animated-arrow.stay_mid{
	margin-bottom: 40px;}


.main_part{
	padding: 100px 20px;}
	
h5.blog_le_t{
	font-family: 微軟正黑體;}	


/*按鈕顏色*/
.other_album_choice li{
	background:#EE8022;}

.animated-arrow{
	background:#EE8022;}
	
.blog_back a.article_btn_back{
	background:#EE8022;}		

.products-list a:hover .more{
	background: #EE8022;
    border-color: #EE8022;}
	
.products-list .more{
	border: 1px solid #EE8022;
    color: #EE8022;}	


.products-list .item a:hover .more {
    background: #EE8022;
    color: #fff;
    letter-spacing: 2px;}

.lastPage{
	background:#EE8022;}
	
.nextaction{
	background-color:#444444 ;}
	
.lastaction{
	background-color: #cccccc;
	color: #444444;}


.contact_le_map a ,.contact_form li.last cite{
	background:#EE8022;}	
	
.contact_form li.last cite{
	color:#ffffff;}	

.contact_form li.last blockquote{
	border: 1px #EE8022 solid;
	color: #EE8022;}

.contact_le_map a, .contact_form li.last cite{
	background: #EE8022;}

.promotion_title {
    display: none;}
	
.other_promotion{
	display:none;}
	
.page {
    margin: 0;}		


.products-list .price b{
	color: #aaaaaa;}
	
.product-layer-two li a{
	color: #EE8022;}
		
.product-layer-two li a:hover{
	background: #EE8022;
    color: #fff;}
	
		
/*匯款資訊打開*/		
		
.car_page .information_left {
    display: block !important;}		


/*頁尾footer顏色*/
.footer{
	background:#ffffff;}
	
.footer_info li	{
	padding: 0 0 10px 20px;}
	
.footer_info li p ,.footer_info li p a{
	color:#444444;}
	
.box_link a:before{
	-webkit-filter:invert(1);}	
	
	
.footer_menu a {
    color: #444444;
	border: 1px #444444 solid;
	border-radius: 5px;}
	
.footer_menu a:hover{
    background: #EE8022;
    color: #ffffff;
	border: 1px #ffffff solid;}	
.footer_logo {width: 140px;}	
.footer_logo img{
	width:75%;}

				
			
/*調整icon變白色*/
.footer_info li a {
    color: #444444;
	background:#ffffff;	}	
	

.box_link{
	display:none;}	
	
	
/*頁尾調整-line跟fb刪除	
.box_link{
	display:none;}*/
	
/*頁尾調整-累積人氣刪除		
.total_view{
	display:none;}	*/






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 1200px){
.navigation { display: flex;  flex-wrap: nowrap;  align-items: flex-end;  padding: 32px 0 10px 210px;  flex-direction: column;}
.me_tp_features{ width: 100%; padding-top: 0; margin-bottom: 0;}
.header_area.sticky .navigation{    padding: 20px 0 30px 130px;}
.stellarnav ul { margin-top: 0;}
.main_header_area {height: 0;}
}
@media screen and (max-width: 1024px){
.navigation { display: flex;  flex-direction: row;   align-items: center;  padding: 0;  justify-content: space-between; }
.header_area .navigation { padding: 0;}
.header_area.sticky .navigation { padding: 0;}
.main_header_area {height: auto;}
.me_tp_features {  width: 100%; text-align: center;  padding-top: 0;   margin-top: 0;}
.nav-brand {width: 100%;  margin-left: 0;}
.stellarnav ul { margin-top: 0px;}
.stellarnav li { margin: 0 5px;}
.main_header_area {height: 0;}
}
@media screen and (max-width: 900px) {
.stellarnav > ul > li > a { padding: 0;}
}
@media screen and (max-width: 768px) {
	
.navigation { display: block;}
.stellarnav ul{	margin-top: 0;}
	
	
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}


#content_main{
	min-height: none;}
	
.me_tp_features{
	display:none;}
	
.nav-header {
	position: relative;
    width: 100%;}

.stellarnav.mobile > ul > li{
	border-bottom: 1px #ddd solid;none;}

.stellarnav .menu-toggle:after {
	color:#EE8022;}
	
.stellarnav .menu-toggle span.bars span{
	background:#EE8022;}	


.header_area.sticky .main_header_area{
	height:90px;}
	
.header_area.sticky .nav-brand{
	width:350px;}	

.stellarnav.mobile ul ul{
	margin-top: -2px;}

.stellarnav li {
    list-style: none;}
	
.stellarnav li a {
    padding: 7px 15px;
	color:#cccccc;}	

.stellarnav ul ul{
	top:0;}
	
.nav-brand{
	margin-left: 0;}

.nav-brand img{
	width:15%;}
	
.footer_logo img{
	width:60%;}	

.footer_info li{
	padding: 0 0 10px 0;}


.footer_menu a{
	margin: 0 6px 9px 0;}
	



.other_page .main_header_area .nav-brand ,.share_page .main_header_area .nav-brand ,.album_page .main_header_area .nav-brand ,.contact_page .main_header_area .nav-brand ,.product_page .main_header_area .nav-brand ,.services_page .main_header_area .nav-brand {
    width: 350px;
    transition: all 0.5s;}	
	
	
.other_page .main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 90px;}	
.share_page .main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 90px;}	
	
.blog_page .main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 90px;}	
.album_page	.main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 90px;}	
.contact_page .main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 90px;}		
.share_page	.main_header_area{
	background:  rgba(253,241,188,0.5);
	height: 90px;}			
.product_page .main_header_area{
	background: rgba(253,241,188,0.5);
	height: 90px;}		
.services_page	.main_header_area{
	background: rgba(253,241,188,0.5);
	height:90px;}		



}

@media screen and (max-width: 600px) { 
}




