/*線上預約*/
/*上面四步驟刪掉*/
.stepImg{display: none;}
/*表格顏色*/
.calendar .month {background-color: #0e1c30;}
.calendar .day-names li {background-color: #585556;color: #fff;}
.calendar .days li.weekend {background-color: #ededed;}
.calendar .days li .event {background: #c49e83;}
.rule_txt {margin: 10px auto 0px;}
/*進入訂位後畫面*/
.title_snd {background-color: #D85225;}
.title_snd:after {background-color: #E68C6F;}
.date_and_nights {border: 5px solid #563023;}
.date_and_nights li {color: #585556;}
.main_select {filter: grayscale(1);}
.article_title{color: #444;display: none;}
.article_title:before {background: #585556;}
.part_title {color: #67879C;}
.camp_small_txt h6 {color: #67879C;}
.camp_small_txt h6:before {background: #67879C;}
.half_select .select{width: 100%;background-image: none;}
.price_total {background: #76A72E;}
.button_cart {background-color: #FFF;border: 1px solid #AAA;color: #333;}
.button_cart.next {background-color: #D85225;border: 1px solid #D85225;color: #FFF;}
.price_total.new {background: #67879C;}
/*#show_area_A > div:nth-child(3){display: none;}*/



/*營區介紹*/


/*banner調整*/
.mainPagePic {background-size: cover;background-position: center top;height: 400px;}
.mainPagePic h2 {color: #323338;text-shadow: 1px 1px 10px rgb(255 255 255);}

/*頁首調整*/
.nav>ul {border-radius: 10px;}


/*footer部分調整*/
.total_view {right: 50px;}

/*優惠活動*/

.news_main_title h2 {border-bottom-color: #D85225;color: #D85225;}
.other_page_choice:before {background-color: #D85225;}
.other_page_choice li a {color: #D85225;}

/*相簿調整*/

.popup-gallery{display: flex;flex-wrap: wrap;justify-content: center;}
.popup-gallery li {display: inline-block;float: inherit;width: 33.333%;margin: 0;padding: 10px;}
.popup-gallery li a {background-size: cover;max-width: 400px;}
.popup-gallery li .description_text {height: 0px;padding: 0;}
.popup-gallery li .description_text p {height: 0;}



@media screen and (max-width: 1450px){
	/*header*/
	.nav ul li a {font-size: 16px;background-position: left center;}
}

@media screen and (max-width: 1350px){

}

@media screen and (max-width: 1300px){
	
	.footer_map {width: 100% !important;}
}

@media screen and (max-width: 1200px){
	/*header*/
	/*banner*/
	.mainPagePic {background-size: contain;background-position: center top;height: 300px;}
}

@media screen and (max-width: 768px){
	/*線上預約*/
	.order-page .content {padding: 20px 2% 20px 2%;}
	/*header*/
	#nav-toggle {top: 40px;}
	/*banner*/
	.mainPagePic {height: 300px;background-size: cover;}
	/*相簿*/
	.popup-gallery li{width: 48%;}


	.nav ul li a{padding: 10px;text-align: center;background-color: #BBB;border-bottom: 1px solid #FFF;}
	.box_search{display: none;}
}

@media screen and (max-width: 600px){
	/*相簿*/
	.popup-gallery li a {height: 150px;}
	/*footer*/
	.footer_text {width: 100%;}

	
}
