@charset "utf-8";
/* ************拉拉山迷露谷農場************************ */
/*
關於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 {}
*/

.nav-brand {
    display: inline-block;
    width: 250px;
}

.main_header_area {
    background: #ffffff;
}

/*選單跟LOGO的左右位置*/
.main_header_area .container {
    max-width: 90%;
}


/*選單*/
.nav-menu {
    margin: 20px 0 10px 0;
}
.nav-menu>li {position:relative;}
.nav-menu>li:last-child {display:none;}
.nav-menu>li>a {padding: 18px 25px 18px 48px;}
.nav-menu > li > a {
    color: #717476;
    letter-spacing: 1px;
	font-size: 14px;
}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {color:#569fd5; font-weight:bold;}
.nav-menu > li:nth-child(odd) > a:before {
	content:'';
	background:url(https://pic03.eapple.com.tw/lalashanmilugu/icon01.png)no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	margin-top:-16px;}

.nav-menu > li:nth-child(even) > a:before {
	content:'';
	background:url(https://pic03.eapple.com.tw/lalashanmilugu/icon02.png)no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	margin-top:-16px;}
	
.nav-menu > li > a:hover:before {transform:rotate(-10deg); transition: .2s ease-in-out;}

.nav-menu>li>.nav-dropdown {border:none;}
.nav-dropdown>li>a:hover {
	background:#FFF4F7; 
	color:#569fd5; 
	font-weight:bold;}




/*footer*/

.footer { background: #fff;}
.footer_logo { margin: 0 0 0 10px; max-width: 280px; width: 100%; position: relative;}
.footer_logo img {
    max-width: 270px;
    width: 100%;
    margin-bottom: -10px;
}
.footer_info { padding: 0;}
.footer_info ul { width: 100%; padding: 0;}

/*footer_info*/
.footer_info li:nth-child(1) {
    width: 49%;
    padding: 10px 10px;
    border-right: 1px solid #ccc;
}
.footer_info li p { }
.footer_info li p a { color: inherit;}
.footer_info li p.tel2:before { content: 'LINE：';}

/*footer_menu*/
.footer_info li:nth-child(2) { width: 49%;}
.footer_menu { margin-top: 10px;}
.footer_menu a { margin: 5px; padding: 5px 10px; background: transparent; border: 1px #ccc solid; width: 31%; text-align: center;}
.footer_menu a:hover {
    background: #569fd5;
    color: #fff;
    border: 1px #569fd5 solid;
}


/*首頁購物車*/
.pageIndex .animated-arrow.stay_mid { margin-bottom: 50px;}
.pageIndex .products-list .item:first-child {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    color: #444444;	
}
.pageIndex ul.products-list.clearfix {
    margin: auto 0vw;
}
.products-list .name { text-align: center;}	
.products-list .more {
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
}
.products-list a:hover .more {
    background: #569fd5;
    border-color: #569fd4;
}

.main_part {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
}

.animated-arrow {
    background: #8db4cf;
    color: #fff;
}
.products-box {
    width: 90%;
    max-width: 1300px;
    margin: 100px auto;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

/*商品=====================*/

.lastaction {
    color: #fff;
    background-color: #ffbac4;
}

.nextaction {
    color: #fff;
    background-color: #fb91a0;
}

.lastPage {
    color: #fff;
    background: #ffbac4;
}

.other_page .path p {
	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 {
	display:none;}
.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: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.navigation-portrait .nav-dropdown>li>a { width:100%;
}

/*手機版menu*/
.nav-menu>li>a {color:#000000;}
.nav-menu>li:after {display:none;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {color:#569fd5;}
.nav-dropdown > li > a {border-bottom:none;}
.nav-dropdown>li>a:hover {color:#569fd5;background:none;}
.navigation-portrait .nav-dropdown>li>a {padding:10px;background:none;}
.navigation-portrait .nav-dropdown>li>a:before {display:none;}
.nav-menu>li>a {border-right:none;}
.nav-menu>li>a:first-child {border-left:none;}
.navigation-portrait .nav-menu>li:last-child {display:none;}
.nav-menu > li > a:before {display:none;}


/*footer*/
.footer_logo { text-align: center; margin: 0 auto 10px auto;}
.footer_info { display: block; text-align: center;}
.footer_info ul { width: 100% !important; border-left: none;}
.footer_info li p { width: 100%;}


/*漢堡*/

.nav-toggle:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0px;
    width: 26px;
    height: 2px;
    background-color: #569fd5;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #569fd5, 0 1em 0 0 #569fd5;
}

.nav-toggle:after {
    content: "MENU";
    position: absolute;
    bottom: -10px;
    right: -3px;
    width: 100%;
    font-size: 12px;
    color: #4f89b5;
}


}

@media screen and (max-width: 600px) { 
}




