@charset "utf-8";

:root {
	--mainColor01: #6EB6B6;
	--mainColor02: #5e929b;
	--mainColor03: #3C7777;
	--mainColor04: #2e6464;
	--mainColor05: #70BDD8;
}

#nav-toggle {
	display: none;
}

#quick-social_cont {
	position: relative;
	z-index: 1000;
	display: none;
}

.quick-social-link {
	margin-top: 65px;
	margin-right: 12px;
	right: 0;
	display: none;
	position: absolute;
}

.quick-social-link a {
	font-size: 2em;
	background: #fff;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	text-align: center;
	margin-top: 12px;
	display: block;
	opacity: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
}

#mobile-menu-button {
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #24629f;
	position: absolute;
	right: 16px;
	top: 13px;
	opacity: 0.7;
}

#mobile-menu-button a {
	position: relative;
	width: 100%;
	height: 50px;
	display: block;
}

#mobile-menu-button a:before {
	content: "";
	position: absolute;
	left: 23px;
	top: 12px;
	width: 6px;
	height: 0.35em;
	background: #fff;
	box-shadow: 0 0.6em 0 0 #fff, 0 1.2em 0 0 #fff;
}

#mobile-menu-button.active a:before {
	background: #fff;
	box-shadow: 0 0.6em 0 0 #fff 0 1.2em 0 0 #fff;
}

.header {
	width: 100%;
	z-index: 999;
	top: 0;border-top: 5px solid #8BB72C;
	background-color: #FFF;
	padding: 0 5%;
	position: relative;
}

.header.sticky {
	position: sticky;
	top: 0;
	left: 0;
}

.top_center {
	max-width: 1800px;
	display: flex;position: relative;
	justify-content: end;
	align-items: start;flex-wrap: wrap;
}

.top_logo {
	display: block;
	position: absolute;left: 0;top: 0;
	max-width: 216px;padding: 20px;background-color: #fff;
	width: 100%;border-radius: 0 0 10px 10px;
	text-indent: 0;box-shadow: 1px 1px 10px #00000033;
}

.top_logo:before {
	display: none;
}

.top_logo img {
	max-width: 100%;display: block;
}

.logo h1 {
	position: absolute;
	left: 0;
	top: 0;
	color: transparent;
	height: 1px;
	line-height: 1;
	letter-spacing: 0;
	text-indent: -9999px;
}

.nav {
	width: calc(100% - 266px);
	max-width: 1060px;
	padding: 20px 0;
}

.nav>ul {
	width: 100%;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	display: block;
	width: calc(100% / 8);
	position: relative;
	padding: 0 5px;
}
.nav ul.layer_one>li{border-right: 1px solid #ECECEC;padding: 10px 5px;}
.nav ul.layer_one>li:first-child{border-left: 1px solid #ECECEC;}
/* .layer_one>li:nth-child(7){display: none;} */
/* .nav ul li.campPhoto ul{display: none !important;} */

.nav>ul>li>a {
	width: 100%;
	color: #333333;
	font-size: 16px;
	background-image: url(../images/ch_img033.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;
	display: block;
	font-weight: 400;
	transition: 0.5s;
	position: relative;
	line-height: 120%;
}

.nav>ul>li>a::before {
	content: "";
	width: 41px;
	height: 35px;
	background-image: url('../images/topIcon01.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	transition: 0.5s;
}
@keyframes dd01{
	0%{background-position-y: -35px;}
	100%{background-position-y: 0px;}
}

.nav>ul>li:hover>a::before {
	background-image: url('../images/topIcon02.png');
	animation: dd01 .5s ease-out;
}

.nav li ul {
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	padding-top: 15px;
	display: none;
}


.nav li li {
	width: 100%;
	margin: 0;
}

.nav li li a {
	background-color: rgba(255, 255, 255);
	color: #8BB72C;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	border: 1px #EEEEEE solid;border-radius: 5px;
	padding: 10px 0;
	height: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: -1px;
}

.nav li li:hover a {
	background-color: #8BB72C;
	color: #FFFFFF;border-color: #8BB72C;
}

/* .nav ul li.outer_link { display: none;} */

.footer {
	background-color: #FFFFFF;
	position: relative;
	z-index: 998;
}

.footer_center {
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	align-items: center;
}

.footer_infoContain {
	width: 90%;margin: auto;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0;
	position: relative;
}

.footer_infoContain>* {}

.footer_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	order: 3;
	max-width: 420px;
	width: calc(50% - 144px);
}

.footer_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 5px);
	background-color: #F8F8F8;
	color: #9E884B;
	font-size: 20px;font-weight: 400;
	line-height: 210%;border-radius: 10px;
	padding: 10px;margin-bottom: 10px;
	text-align: center;
}

.footer_link a:nth-child(odd):last-child {
	width: 100%;margin-bottom: 0;
}

.footer_link a:hover {
	background-color: #8BB72C;color: #fff;
	box-shadow: 2px 2px 5px #00000033;
}
.footer_link a:hover img {
	animation: ftLink_img01 ease-in-out .8s infinite alternate;
	filter: brightness(10);
}

@keyframes ftLink_img01 {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(5deg);
	}
}

@keyframes ftLink_img02 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-5px);
	}
}

.footer_link a u {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;margin-right: 10px;
}

.footer_link a u img {
	max-width: 100%;
}

.footer_mainInfo {
	display: flex;
	flex-direction: column;
	max-width: 420px;
	width: calc(50% - 124px);
}

.footer_mainInfo dt {
	display: block;
	margin-bottom: 20px;
}
.footer_mainInfo dt img{display: block;}

.footer_mainInfo a {
	display: flex;align-items: start;
	font-weight: 400;font-size: 18px;transition: .5s;
	line-height: 160%;color: #4C4025;margin-bottom: 3px;
}
.footer_mainInfo a img{margin-right: 5px;transform: translateY(3px);}
.footer_mainInfo a:hover{color: #CEBF99;}

.footer_bottom_link {
	width: 100%;
	padding: 20px;
	position: relative;
	background: #4C4125;
}

.footer_menu {
	width: 100%;
	max-width: 940px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_menu>a:nth-child(7){display: none;}

.footer_menu a {
	display: flex;justify-content: center;align-items: center;
	width: calc(100% / 8);text-align: center;
	color: #CEBF99;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	position: relative;
}
.footer_menu a:first-child::before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #CEBF99;
	position: absolute;
	bottom: 0;left: 0;
}

.footer_menu a::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #CEBF99;
	position: absolute;
	bottom: 0;right: 0;
}

.footer_menu a:hover {
	color: white;
}

.footer_logo {
	width: 188px;
}

.footer_logo a{
	width: 100%;
	display: block;
}

.footer_logo img {
	max-width: 100%;
	display: block;
}


.total_view {
	right: 5px;
	position: absolute;
	bottom: 0;
}

.copy {
	width: 100%;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	letter-spacing: 1px;
	text-indent: 1px;
	padding: 20px 0 0 0;
	position: relative;
}

.copy a {
	color: #999999;
}

.to_top {
	width: 35px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	z-index: 30;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
}

#keywords {
	width: 100%;
	display: block;
	height: 0px;
	overflow: hidden;
	color: #072457;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-text-size-adjust: none;
}


svg.svg {
	display: block;
}

.footer_top_bg {
	width: 100%;
	background-position: center bottom;
	background-repeat: repeat-x;
	/*background-repeat-x: repeat; background-repeat-y: no-repeat;*/
}

.instagram_fab_btn {
	display: inline-block;
	margin: 9px;
}

.phone_fab_btn {
	display: inline-block;
	margin: 9px 8px;
}

.quick-social-link a:nth-child(1),
.quick-social-link a:nth-child(2),
.quick-social-link a:nth-child(3),
.quick-social-link a:nth-child(4),
.quick-social-link a:nth-child(5) {
	animation-name: fadeInUp;
	animation-duration: 1s;
}

.quick-social-link a:nth-child(1) {
	animation-delay: 0s;
}

.quick-social-link a:nth-child(2) {
	animation-delay: 0.1s;
}

.quick-social-link a:nth-child(3) {
	animation-delay: 0.2s;
}

.quick-social-link a:nth-child(4) {
	animation-delay: 0.3s;
}

.quick-social-link a:nth-child(5) {
	animation-delay: 0.4s;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 錨點修正 */
body a[name=left_page] {
	position: absolute;
	top: -100px;
}

body a[name=left_page]:target:before {
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	top: 0;
	width: 100%;
}

/* footer關鍵字 */
.double_key {
	opacity: .6;
	text-align: center;
	width: 100%;
	padding: 5px 5%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.double_key a {
	font-size: 14px;
	color: #EEEEEE;
	display: inline-block;
}

.double_key a:not(a:last-child):after {
	content: ' , ';
	font-size: 14px;
	color: #EEEEEE;
}

@media screen and (max-width: 1450px) {

	.nav ul li a {font-size: 15px;}
	.top_logo {max-width: 180px;}
	.nav{width: calc(100% - 200px);}
	.header{padding: 0 20px;}
	.footer_infoContain{padding: 50px 90px 50px 20px;width: 100%;}
	.footer_link a u{width: 40px;}
}

@media screen and (max-width: 1350px) {
	.footer_map {
		width: 100%;
		height: 240px;
		margin-top: 20px;
	}

}

@media screen and (max-width: 1200px) {

}

@media (max-width:1100px) {
	.header {
		height: auto;
		padding-top: 20px;
	}

	.top_center {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.nav {
		max-width: 100%;width: 100%;
	}
	.top_logo{
		padding: 0;box-shadow: none;max-width: 150px;
		position: relative;border-radius: 0;
		background: transparent;
	}
	.footer_infoContain{max-width: 720px;padding: 30px 5%;}
	.footer_mainInfo{width: calc(100% - 218px);max-width: unset;}
	.footer_link{width: 100%;margin-top: 30px;max-width: unset;}
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 950px) {

}

@media screen and (max-width: 890px) {
	.header {
		padding: 10px 0;
		width: 100%;
		/* position: fixed; */
		z-index: 999;
		top: 0;
	}

	/*
.nav>ul { width: 96%; margin-right: 2%; }
*/
	.nav ul li ul {
		z-index: 100;
		width: 100%;padding-top: 0;
		position: relative;
	}

	#nav-toggle {
		cursor: pointer;
		width: 30px;
		height: 20px;
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		z-index: 999;
		/* display: block; */
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#nav-toggle span,
	#nav-toggle:before,
	#nav-toggle:after {
		cursor: pointer;
		border-radius: 1px;
		height: 2px;
		width: 100%;
		background: #444;
		display: block;
		transition: all 300ms ease-in-out;
		content: '';
	}

	#nav-toggle.active span {
		background-color: transparent;
	}

	#nav-toggle.active:before,
	#nav-toggle.active:after {
		position: absolute;
		left: 50%;
		top: 50%;
	}

	#nav-toggle.active:before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#nav-toggle.active:after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.logo {
		width: 100%;
		max-width: initial;
	}

	.logo:before {
		background-color: #FFF;
	}

	.nav {
		display: none;
		padding: 0;margin: 0;
		position: fixed;
		
		top: 120px;max-width: 200px;
		background: #FFFFFF;left: 0;
		height: calc(100% - 120px);
		overflow: auto;
	}

	.nav>ul {
		padding: 0;
	}

	.nav ul li {
		width: 100%;padding: 0;
	}

	.nav ul li a {
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		padding: 10px;
		display: block;
		background-position: left;
		text-align: right;
		text-align: center;
	}

	.nav ul li:hover a,
	.nav ul li.active a {}

	.nav ul.layer_two>li.allCampList span::before {
		content: '全部營地';
		display: block;
	}

	.nav ul.layer_two>li.allPhotoList span::before {
		content: '全部分類';
		display: block;
	}

	.top_logo {
		width: 100px;
		margin: auto;
		text-align: center;
	}

	.slideAllbtn {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
	}

	.top_center {
		justify-content: center;
		align-items: center;
	}

	.nav>ul {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
	}

	.nav>ul>li {
		width: 100%;
	}
	.nav ul.layer_one>li,.nav ul.layer_one>li:first-child{padding: 0;border: none;border-bottom: 1px solid #ECECEC;}


	.nav>ul>li>ul>li>a {
		color: #999999;
		background-color: transparent;
		margin: auto;
		font-size: 15px;
		border: none;border-radius: 0;
		border-top: 1px solid #ECECEC;
		padding: 10px 5px;
	}

	/* footer */
	.footer_link a{font-size: 18px;}
	.footer_logo{width: 160px;}
	.footer_mainInfo{width: calc(100% - 180px);}
	.footer_mainInfo a{font-size: 17px;}

	.footer_menu{display: grid;grid-template-columns: repeat(4,1fr);gap: 10px;max-width: 680px;}
	.footer_menu a{width: 100%;border: 1px solid #CEBF99;padding: 5px;}
	.footer_menu a::after,.footer_menu a::before{display: none;}
	.footer_menu a:hover{border: 1px solid #fff;}

	.footer_center {}

	.copy {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.total_view {
		position: static;
		display: block;
		margin-top: 10px;
	}

	/* 錨點修正 */
	body a[name=left_page] {
		top: -80px;
	}

	body a[name=left_page]:target:before {
		height: 80px;
	}
}

@media screen and (max-width: 730px) {

}

@media screen and (max-width: 670px) {
	.footer_itembox a {
		width: 96%;
		float: none;
		margin: 0 2%;
		margin-bottom: 15px;
	}

	.footer_itembox a img {
		max-width: 130px;
		width: 100%;
		display: inline-block;
	}

	.footer_itembox a b {
		text-align: left;
		padding: 0 0 0 15px;
	}

	.footer_itembox a b {
		font-size: 16px;
	}

	.footer_itembox a b em {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.nav {max-width: 100%;}

	.footer_infoContain{padding: 30px 5% 20px;}
	.footer_menu{grid-template-columns: repeat(3,1fr);}
	.footer_mainInfo{width: fit-content;margin: 30px auto 0;}
	.footer_mainInfo dt>img{margin: auto;}
	.footer_logo{width: 100%;}
	.footer_logo a{max-width: 120px;}
	.footer_link{margin-top: 20px;}

	.top_logo{width: 70px;}
	.nav{top: 92px;height: calc(100% - 92px);}
}

@media screen and (max-width: 580px) {
	.total_view {
		top: -16px;
	}
}

@media screen and (max-width: 480px) {
	/* footer */
	.copy {
		font-size: 13px;
	}

	.footer_link {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
		background: #FFFFFF;
		padding: 0px;
		margin: 0;
		box-shadow: 0 -5px 6px rgba(0, 0, 0, .3);
	}

	.footer_link a {
		margin: 0;
		padding: 10px 0px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0;
		margin: 0;
	}

	.footer_link a:hover {
		box-shadow: unset;
	}

	.footer_link a:first-child:last-child {
		width: 100%;
	}

	.footer_link a:first-child:nth-last-child(2),
	.footer_link a:last-child:nth-child(2) {
		width: 50%;
		max-width: 100%;
	}

	.footer_link a:first-child:nth-last-child(3),
	.footer_link a:first-child:nth-last-child(3)~a {
		width: calc(100% / 3);
	}

	.footer_link a:first-child:nth-last-child(4),
	.footer_link a:first-child:nth-last-child(4)~a {
		width: 25%;
	}

	.footer_link a:first-child:nth-last-child(5),
	.footer_link a:first-child:nth-last-child(5)~a {
		width: 20%;
	}

	.footer_link a:first-child:nth-last-child(6),
	.footer_link a:first-child:nth-last-child(6)~a {
		width: calc(100% / 6);
		letter-spacing: -.03em;
	}

	.footer_link a{
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.footer_link a u{margin: 0;}
	.footer_link a u img {
		display: block;
		max-width: 25px;
	}

	.footer_link a span {
		width: auto;
		max-width: 100%;
		font-size: 14px;
		margin-top: 6px;
		line-height: 14px;
	}

	.footer_infoContain .footer_logo a img {
		width: auto;
		max-width: 100%;
		vertical-align: bottom;
	}

	.footer_mainInfo a {
		font-size: 15px;margin-bottom: 5px;
	}
	.footer_mainInfo a img{transform: translateY(0);}

	.footer_bottom_link {
		padding: 20px 20px 85px 20px;
	}
	.footer_menu a{font-size: 15px;}
	.footer_menu{grid-template-columns: repeat(2,1fr);}

	.to_top {
		right: 10px;
		bottom: 80px;
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 350px) {
	.footer_menu a{font-size: 14px;}
	.footer_mainInfo a{font-size: 13px;}
	.footer_mainInfo a img{width: 18px;}
	.footer_link a span {
		font-size: 12px;
	}
}