/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */

/* root */
:root{
	--color_A:#88BF9D;
	--color_B:#635A45;
	--color_C:#98A539;
	--color_D:#46632A;
}

/* all bg*/
.container{
	/* min-height: 100vh; */
	background: initial;
	background-image:url(../images/all_bg02.png),url(../images/all_bg01.jpg);
	background-color: #EEEEE7;
	background-position: bottom center , top right;
	background-repeat: no-repeat;
	background-size: 100%;
}

/* all padding */
.content{
	max-width: 1300px;
	padding: 50px 0;
}
@media screen and (max-width: 600px) {
.content{padding: 20px 0;}
}

/*all banner*/
.mainPagePic {
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
}
.mainPagePic h2{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.mainPagePic h2::before{
	display: block;
	font-family: "Noto Serif TC", serif;
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 15px;
}

	
/*promotions_index */
body.promotions-page .container{
	background-image:url(../images/all_bg02.png);
	background-color: #FFFFFF;
	background-position: bottom center;
}
body.promotions-page .mainPagePic {
	background: linear-gradient(to bottom,#DBDBC8 60%,transparent 60%);
	height: auto;
	padding-top: 100px;
}
body.promotions-page .mainPagePic section{
	max-width: 1268px;
	margin: 0 auto;
	position: relative;
}
.mainPagePic figure{
	width: fit-content;
	margin: 0 auto;
}
.mainPagePic figure img{
	max-width: 100%;
	min-height: 394px;
	object-fit: cover;
}
body.promotions-page .mainPagePic h2{
	max-width: fit-content;
	width: 100%;
	position: absolute;
	padding: 0 20px 20px;
	background: #DBDBC8;
	top: -50px;
	left: 0;
	font-size: 16px;
	color: #8C7D45;
	letter-spacing: 0.1em;
	transform: none;
}
body.promotions-page .mainPagePic h2 span{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 155px;
	position: relative;
	min-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #8C7D45;
	text-shadow: none;
}
body.promotions-page .mainPagePic h2 span::before,
body.promotions-page .mainPagePic h2 span::after{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}
body.promotions-page .mainPagePic h2 span::before{
	background-image: url(../images/news_03.png);
	top: 0;
	left: 0;
}
body.promotions-page .mainPagePic h2 span::after{
	background-image: url(../images/news_04.png);
	bottom: 0;
	right: 0;
}

body.promotions-page .mainPagePic h2::after{
	content: 'NEWS';
	display: block;
	position: initial;
	text-shadow: none;
	width: auto;
	height: auto;
	background: none;
	margin: 0;
	font-family: "Noto Serif TC", serif;
	font-size: 65px;
	font-weight: 400;
}
body.promotions-page .mainPagePic em{
	display: block;
	width: fit-content;
	margin: 0 80px 0 auto;
	padding-top: 50px;
}
body.promotions-page .mainPagePic em img{
	max-width: 100%;
}

/*other-select-page*/
body.other-select-page {}
body.other-select-page .mainPagePic {}

/*other_page*/
body.other-page .mainPagePic {}
body.other-page .stepImg {}

/*camp-page*/
body.camp-page .mainPagePic {
	background-image: url(../images/banner_A.jpg);
}
body.camp-page .mainPagePic h2::before{
	content: 'Camping Area Introduction';
}

/*campOrder.php*/

/*map_index*/
body.map-page .mainPagePic {}

/*camp-page*/
body.camp-page .mainPagePic {}

/*campCalendar*/
body.order-page .mainPagePic,body.order_finish_page .mainPagePic {
	background-image: url(../images/banner_B.jpg);
}
body.order-page .mainPagePic h2::before{
	content: 'Booking';
}
body.order_finish_page .mainPagePic h2::before{
	content: 'Finish';
}

/* recheck */
body.recheck-page .mainPagePic{
	background-image: url(../images/banner_B.jpg);
}
body.recheck-page .mainPagePic h2::before{
	content: 'Recheck';
}
/*contact-page*/
body.contact-page .mainPagePic {
	background-image: url(../images/banner_C.jpg);
}
body.contact-page .mainPagePic h2::before{
	content: 'Contact Us';
}
body.contact-page .content {
	background: #FFFFFF;
	box-shadow: 0 0 5px #AAAAAA;
	padding: 4%;
}
body.contact-page .bigTel dd {}
/* body.contact-page .bigTel dd::before { content:""; width:44px; height:44px; background-image: url('../images/thn-img045.png'); position: absolute; left:-57px;} */
/* body.contact-page .bigTel dd a { color: #578A48; font-size: 32px; font-weight: bold; line-height: 130%;} */
/* body.contact-page .bigTel dd i { display:block; color:#578A47; font-size:18px; font-style: normal; font-weight:400; line-height:130%; margin-bottom:15px; border:none; padding:0;} */

/* photo */
body.camp-photo .mainPagePic {
   background-image: url(../images/banner_D.jpg);
}
body.camp-photo .mainPagePic h2::before{
	content: 'Photo';
}

/* remit */
body.remit-page .mainPagePic {
   background-image: url(../images/banner_D.jpg);
}
body.remit-page .mainPagePic h2::before{
	content: 'Remit';
}

@media screen and (max-width: 1024px) {
.mainPagePic {height: 400px;background-size: cover;}
}
@media screen and (max-width: 768px) {
.mainPagePic {height: 350px;}
.mainPagePic h2::before{font-size: 25px;}
.mainPagePic h2{font-size: 25px;}
}
@media screen and (max-width: 600px) {
.mainPagePic {height: 300px;}
.mainPagePic h2::before{padding-bottom: 0;}
}
@media screen and (max-width: 480px) {
.mainPagePic {height: 250px;}
}


@media (max-width:768px) {
/* body.contact-page .content{ padding:0 15px 30px 15px;} */
}

/*remit-page*/
/* body.remit-page .mainPagePic { background-image: url(../images/thn-bg014.png); background-position: center bottom;} */
/* body.remit-page .content { padding:90px 15px 80px 15px; padding: 115px 15px 87px 15px; overflow: hidden;} */
/* body.remit-page .bigTel dd { max-width: 976px; width: 100%; display: flex; flex-direction: column; position: relative;} */
/* body.remit-page .bigTel dd::before { content:""; width:44px; height:44px; background-image: url('../images/thn-img045.png'); position: absolute; left:-57px;} */
/* body.remit-page .bigTel dd a { color: #578A48; font-size: 32px; font-weight: bold; line-height: 130%;} */
/* body.remit-page .bigTel dd i { display:block; color:#578A47; font-size:18px; font-style: normal; font-weight:400; line-height:130%; margin-bottom:15px; border:none; padding:0;} */
@media (max-width:768px) {
/* body.remit-page .content{ padding:0 15px 30px 15px;} */
}

/*recheck-page*/
body.recheck-page .mainPagePic {}

.calendar .month{
	/* background-color: #93C257; */
}
/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */



/* menu */
.header{
	border-top: 5px solid var(--color_A);
	height: auto;
	padding: 20px 15px;
}
.top_center{
	max-width: 1800px;
}
.nav>ul>li>a{
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 120%;
	color: #7A7A7A;
}
.nav>ul>li>a span{
	content: '';
	display: block;
	max-width: 82px;
	width: 100%;
	height: 52px;
	margin: 0 auto 10px;
	position: relative;
	z-index: 1;
}
.nav>ul>li>a span::before{
	content: '';
	background-image: url(../images/menu_icon01.png);
	background-size: contain;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.nav>ul>li>a span::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/menu_icon02.png);
	background-size: contain;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	left: 0;
	transform: scale(0);
	transition: .5s ease;
}
.nav>ul>li>a:hover span::after{
	transform: scale(1);
}

.nav>ul>li{
	width: calc(100% / 10 - 10px);
	margin: 0;
	border-left: 1px solid #ECECEC;
}
.nav>ul>li:nth-last-of-type(2){
	border-right: 1px solid #ECECEC;
}
.nav>ul>li:nth-last-of-type(1){
	display: none;
}

.nav li li a{
	border: none;
	background: #FFFFFF;
	border-radius: 10px;
	color: var(--color_C);
}
.nav li li:hover a{
	background: var(--color_C);
}
@media screen and (max-width: 1300px) {
.top_center{justify-content: center;}
.top_logo{margin: 0 0 20px;}
.nav{max-width: 100%;}
}
@media screen and (max-width: 1024px) {
.header{height: 80px;}
.top_logo{margin: 0;}
.nav{left: 0;max-width: 300px;width: 100%;}
.nav>ul{max-width: 100%;}
.nav>ul>li{width: 100%;border-left: none;border-bottom: 1px solid #ECECEC;}
.nav>ul>li>a{display: flex;align-items: center;margin: 10px 0;max-width: 100%;}
.nav>ul>li>a span{margin: 0 10px 0 0;}
.nav>ul>li.dropli>a::before{
	content: '+';
	position: absolute;
	right: 5px;
	top: calc(50% - 14.5px);
	font-size: 25px;
	line-height: 1;
	color: #666666;
}
.nav>ul>li>ul>li>a{
	max-width: 100%;
	width: 100%;
}
}
@media screen and (max-width: 890px) {
.flexslider .slides > li img {max-width: 100%;height: auto;}
}
@media screen and (max-width: 600px) {
.nav>ul>li>a span{max-width: 50px;height: 32px;}
}
@media screen and (max-width: 480px) {
.nav>ul{margin: 0;}
}

/* footer */
.footer{
	background: none;
}
.footer_infoContain{
	display: block;
	background: url(../images/ft_bg.png) bottom center no-repeat;
	max-width: 100%;
	padding-bottom: 100px;
}
.footer_infoContain section{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.footer_logo a{
	width: fit-content;
	margin: 0 auto;
}
.footer_logo{
	max-width: 225px;
	width: 100%;
	text-align: center;
}
.footer_mainInfo{
	max-width: 400px;
	width: 100%;
}
.footer_mainInfo dt{
	font-size: 20px;
	font-weight: bold;
	color: var(--color_B);
}
.footer_mainInfo a{
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 180%;
	color: var(--color_B);
}
.footer_mainInfo i{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	min-height: 22px;
	border-radius: 50%;
	background: #77A2C2;
	margin: 5px 10px 0 0;
}
.footer_mainInfo dd p:nth-of-type(2){
	display: none;
}
.footer_link{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
	max-width: 450px;
	width: 100%;
	margin: 0;
}
.footer_link a{
	max-width: 100%;
	width: 100%;
	padding: 10px;
	margin: 0;
	background: #F7F6F0;
	border-radius: initial;
}
.footer_link a:hover{
	box-shadow: none;
	background: var(--color_A);
	color: #FFFFFF;
}
.footer_link a:hover img{
	filter: brightness(20);
}
.footer_link a:nth-last-of-type(1){
	grid-column: span 2;
}
.footer_link a span{
	font-family: "Noto Sans TC", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: var(--color_A);
}
.footer_link a:hover span{
	color: #FFFFFF;
}
.double_key{
	bottom: 50px;
}
.footer_bottom_link{
	
}
.footer_menu{
	max-width: 1200px;
	justify-content: center;
}
.footer_menu a{
	max-width: calc(100% / 10 - 10px);
	padding: 2px 15px;
	margin: 0;
	font-size: 17px;
	letter-spacing: 0.04em;
	color: #DFFFBF;
}
.footer_menu a::after{
	width: 1px;
	height: 100%;
	background-color: #DFFFBF;
	right: 0;
}
.footer_menu a:nth-last-of-type(2)::after{
	display: none;
}
.footer_menu a:nth-last-of-type(1){
	display: none;
}
.copy,.copy a{
	font-size: 13px;
	color: #CCCCCC;
}
@media screen and (max-width: 1210px) {
.footer_menu{flex-flow: wrap;}
.footer_menu a{max-width: calc(100% / 5 - 10px);width: 100%;margin-bottom: 10px;}
}
@media screen and (max-width: 1024px) {
.footer_infoContain section{flex-flow: wrap;}
.footer_logo{max-width: 100%;padding-bottom: 20px;}
.footer_link a:first-child:nth-last-child(5), .footer_link a:first-child:nth-last-child(5)~a{max-width: 100%;}
.footer_mainInfo dt{text-align: left;}
}
@media screen and (max-width: 880px) {
.footer_infoContain section{max-width: 500px;}
.footer_link{padding-top: 25px;}
}
@media screen and (max-width: 620px) {
.footer_menu a{max-width: calc(100% / 4 - 10px);}
}
@media screen and (max-width: 500px) {
.footer_mainInfo a{text-align: left;font-size: 16px;}
.footer_menu a{max-width: calc(100% / 2 - 10px);}
.footer_menu a:nth-of-type(even)::after{display: none;}
}
@media screen and (max-width: 480px) {
.footer_infoContain .footer_logo a{max-width: 100px;padding: 0;}
.footer_link{grid-template-columns: repeat(5,1fr);width: 100%;max-width: 100%;gap: 0;padding: 0;}
.footer_link a:first-child:nth-last-child(5), .footer_link a:first-child:nth-last-child(5)~a{width: 100%;}
.footer_link a:nth-last-of-type(1){grid-column: initial;}
.footer_link a:first-child:nth-last-child(5) u, .footer_link a:first-child:nth-last-child(5)~a u{width: 20px;}
.footer_link a span{font-size: 12px;}
}
@media screen and (max-width: 375px) {
.footer_link a span{max-width: 35px;}
}





/* camp */
body.camp-page .content{
	max-width: 1490px;
}
.camps_list{
	max-width: 100%;
	margin: 0 auto;
	padding: 40px;
	background: #FFFFFF;
	border-radius: 30px;
}
.camp_name{
	background-image: url(../images/campIntr_img01.png);
	padding-left: 55px;
	font-size: 20px;
	font-weight: bold;
	color: var(--color_D);
}
.camp_price>p{
	color: #5D5D5D;
}
.camp_price>p b{
	color: #AA3943;
}
.content section{
	max-width: 1300px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 4%;
	box-shadow: 0 0 5px #AAAAAA;
}

/* map_index */
.map_picuture{
	padding: 4%;
	background: #FFFFFF;
	box-shadow: 0 0 5px #AAAAAA;
}

/* news */
h5.blog_le_t{
	font-weight: normal;
	color: #79827E;
}
h5.blog_le_t span{
	font-family: "Noto Serif TC", serif;
	padding-left: 5px;
}
.promotions-page .path{
	display: block;
	float: none;
	max-width: 1200px;
	padding: 0 0 15px;
	margin: 0 auto;
	border-bottom: 1px solid var(--color_B);
	font-size: 20px;
	color: var(--color_B);
	letter-spacing: 0.26em;
	text-align: center;
}
.promotions-page .path a{
	display: none;
}
.promotions-page .path::after{
	content: '/';
	margin-left: 10px;
}
.blog_le .accordion{
	background: #F3F2F3;
}
.accordion li .link a{
	font-size: 16px;
	color: var(--color_B);
}
.blog_le .accordion>li{
	transition: .5s ease;
}
.blog_le .accordion>li:hover, .blog_le .accordion>li.on_this_category {
	background: #D2DB97;
}
.blog_le .accordion>li .link a{
}
.blog_le .accordion>li:hover .link a, .blog_le .accordion>li.on_this_category .link a{
	color: var(--color_B) !important;
}
.accordion li.active .link.subTitle, .accordion li.active .link:not(.link.subTitle)>a, .accordion li.active>a{
	background: #D2DB97;
	color: var(--color_B);
}

.promotions-page .content{
	max-width: 1200px;
	padding-top: 20px;
}
.blog_subbox{
	justify-content: space-between;
}
.subbox_item{
	width: calc(100% / 3 - 10px);
	border: 1px solid #CCCCCC;
}
.subbox_item a{
	border: none;
}
.subbox_item dl h5{
	font-size: 20px;
	font-weight: bold;
	color: var(--color_B);
}
.subbox_item dl dd{
	font-size: 13px;
	color: var(--color_B);
}
.subbox_item dl p{
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	color: var(--color_B);
}
.blog_subbox a:before{
	font-family: "Noto Serif TC", serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: var(--color_B);
}
.blog_subbox a:after{
	border: 1px solid rgba(102,85,68,0.5);
}

@media screen and (max-width: 1300px) {
body.promotions-page .mainPagePic section{width: 90%;}
}
@media screen and (max-width: 1024px) {
.subbox_item {width: calc(50% - 10px);}
.subbox_item:nth-child(n+3){margin-top: 10px;}
}
@media screen and (max-width: 600px) {
.mainPagePic figure img{min-height: 300px;}
body.promotions-page .mainPagePic em{margin: 0 auto;padding-top: 30px;}
}
@media screen and (max-width: 450px) {
.subbox_item {width: 100%;}
}

/* other-page */
body.other-page .mainPagePic{
	display: none;
}
.other-page .content{
	max-width: 100%;
}
.other-page .content section{
	box-shadow: none;
	background: none;
}

/* order-page */
body.order-page .container{
	padding: 100px 20px;
}
body.order-page .content{
	background: #FFFFFF;
	box-shadow: 0 0 5px #AAAAAA;
	padding: 50px;
}
body.order-page .content section{
	background: none;
	padding: 0 2%;
	box-shadow: none;
}
@media screen and (max-width: 1024px) {
body.order-page .container{padding: 50px 20px;}
body.order-page .content{padding: 10px;}
}
@media screen and (max-width: 500px) {
body.order-page .container{padding: 50px 10px;}
}

/* contact */
body.contact-page .container{
	padding: 100px 20px;
}
.contact_form{
	margin:  0 auto;
}
.ct_map{
	width: 100%;
	padding-top: 30px;
}
.ct_map iframe{
	width: 100%;
	min-height: 300px;
}
@media screen and (max-width: 1024px) {
body.contact-page .container{padding: 50px 20px;}
}
@media screen and (max-width: 600px) {
.ct_map iframe{min-height: 250px;}
}

/* photo */
body.camp-photo .container{
	padding: 100px 20px;
}
body.camp-photo .content{
	max-width: 1300px;
	background: #FFFFFF;
	box-shadow: 0 0 5px #AAAAAA;
	padding: 4%;
}
.classified a{
	background: #FFFFFF;
	border: 1px solid #88BF9D;
	border-radius: 10px;
	color: #88BF9D;
}
.classified a:hover{
	background: #88BF9D;

}
.hvr-bubble-float-bottom.now{
	background: #88BF9D;
}
.hvr-bubble-float-bottom:before{
	border-color: #88BF9D transparent transparent;
	left: calc(50% - 10px);
}
.popup-gallery li{
	background: none;
}
@media screen and (max-width: 1024px) {
body.camp-photo .container{padding: 50px 20px;}
}


/* recheck */
body.recheck-page .container{
	padding: 100px 20px;
}
body.recheck-page .content{
	max-width: 1300px;
	background: #FFFFFF;
	box-shadow: 0 0 5px #AAAAAA;
	padding: 4%;
}
@media screen and (max-width: 1024px) {
body.recheck-page .container{padding: 50px 20px;}
}

/* recheck */
body.remit-page .container{
	padding: 100px 20px;
}
body.remit-page .content{
	max-width: 1300px;
	background: #FFFFFF;
	box-shadow: 0 0 5px #AAAAAA;
	padding: 4%;
}
@media screen and (max-width: 1024px) {
body.remit-page .container{padding: 50px 20px;}
}

/* index */
.index_news_title h4 b{
	font-size: 18px;
	font-weight: normal;
	color: #8D8D8D;
}
.index_news_title h4 span{
	font-size: 25px;
	font-weight: bold;
	color: #444444;
}
.index_blog{
	background: #EEEEEE;
}
.index_blog ul{
	max-width: 1500px;
	margin: 0 auto;
}
.index_blog li{
	background: #FFFFFF;
	max-width: 325px;
	width: calc(100% / 4 - 10px);
	border: 1px solid #ECECEC;
	margin: 5px;
}
.index_blog li a{
	padding: 10px;
	height: 100%;
}
.index_blog li a:before{
	font-family: "Noto Serif TC", serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: var(--color_B);
}
.index_blog li a:after{
	border: 1px solid rgba(102,85,68,0.5);
}
@media screen and (max-width: 768px) {
.index_blog li{width: calc(100% / 2 - 10px);margin-top: 10px;}
}
@media screen and (max-width: 425px) {
.index_blog li{width: 100%;}
}