@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;
	background-color: #6B764B;
	padding: 20px 0;
	position: relative;
}

.header.sticky {
	position: sticky;
	top: 0;
	left: 0;
}

.top_center {
	max-width: 1260px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.top_logo {
	display: block;
	position: relative;
	max-width: 300px;
	width: 100%;
	text-indent: 0;
}

.top_logo:before {
	display: none;
}

.top_logo img {
	max-width: 100%;
}

.logo h1 {
	position: absolute;
	left: 0;
	top: 0;
	color: transparent;
	height: 1px;
	line-height: 1;
	letter-spacing: 0;
	text-indent: -9999px;
}

.nav {
	width: 100%;
	max-width: calc(100% - 330px);
	padding: 0;
}

.nav>ul {
	width: 100%;
	background-color: #6B764B;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	display: block;
	width: calc(100% / 7 - 10px);
	position: relative;
	padding: 0;
	margin: 0 5px;
}
.nav>ul>li:nth-child(8)::before{
	content: '';
    width: 120px;
    height: 120px;
    background-color: #F4E4AC;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: -50px;
    right: -50px;
    bottom: -50px;
    margin: auto;
}
.nav>ul>li:nth-child(8) a{color: #747E74;z-index: 5;}
.nav>ul>li:nth-child(8)::after{
	content: '';
    width: 110px;
    height: 110px;
	border: 2px dotted #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: -50px;
    right: -50px;
    bottom: -50px;
    margin: auto;animation: rr01 30s infinite linear;
}
@keyframes rr01{
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}

.nav>ul>li>a {
	width: 100%;
	color: #E8E8E8;
	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: 39px;
	height: 30px;
	background-image: url('../images/nav_icon1.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: auto;
	margin-bottom: 5px;
	transition: 0.5s;
}
.nav>ul>li:nth-child(2)>a::before{background-image: url('../images/nav_icon2.png');}
.nav>ul>li:nth-child(3)>a::before{background-image: url('../images/nav_icon3.png');}
.nav>ul>li:nth-child(4)>a::before{background-image: url('../images/nav_icon4.png');}
.nav>ul>li:nth-child(5)>a::before{background-image: url('../images/nav_icon5.png');}
.nav>ul>li:nth-child(6)>a::before{background-image: url('../images/nav_icon6.png');}
.nav>ul>li:nth-child(7)>a::before{background-image: url('../images/nav_icon8.png');}
.nav>ul>li:nth-child(8)>a::before{background-image: url('../images/nav_icon7.png');}

.nav>ul>li:hover>a::before {
	transform: translateY(-5px);
}

.nav>ul>li>a::after {
	content: "";position: absolute;bottom: -20px;left: -5px;
	width: calc(100% + 10px);
	height: 3px;
	background-color: #6B764B;opacity: 0;
	display: block;
	transition: 0.5s;
}
.nav>ul>li:nth-child(8)>a::after{display: none;}
.nav>ul>li>a:nth-child(8){color: #747E74;}

.nav>ul>li:hover>a::after {
	transition: 0.5s;opacity: 1;
	background-color: #F4E4AC;
}

.nav li ul {
	position: absolute;
	z-index: 100;
	width: calc(100% + 10px);
	left: -5px;margin-top: 20px;
	display: none;
}

.nav li li {
	width: 100%;
	margin: 0;
}

.nav li li a {
	background-color: rgba(255, 255, 255, .9);
	color: #737E73;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	padding: 10px 0;
	height: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: -1px;
}

.nav li li:hover a {
	background-color: #F4E4AC;
}

/* .nav ul li.outer_link { display: none;} */

.footer {
	background-color: #6B764B;;
	color: white;
	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: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 15px;
	position: relative;
}

.footer_infoContain>* {}

.footer_link {
	padding: 10px;
	width: 45%;
	max-width: 440px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -5px;
}

.footer_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;position: relative;
	max-width: calc(50% - 10px);
	color: #E8E8E8;
	border: 1px solid #D5D5D5;
	font-size: 20px;
	font-weight: 400;
	line-height: 210%;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
	text-align: center;
}
.footer_link a:nth-child(5){display: none;}
.footer_link a:hover {
	box-shadow: 1px 1px 8px gray;
}
.footer_link a::before{
	position: absolute;background-color: #F4E4AC;padding-top: 10px;
    width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;
	bottom: -5px;transition: .5s;opacity: 0;border-radius: 10px;
}
.footer_link a:hover::before{
	bottom: 3px;opacity: 1;
}
.footer_link a.ftLink_fb::before{
	content: url(../images/ftIcon01a.png);
}
.footer_link a.ftLink_tel::before{
	content: url(../images/ftIcon02a.png);
}
.footer_link a.ftLink_check::before{
	content: url(../images/ftIcon03a.png);
}
.footer_link a.ftLink_remit::before{
	content: url(../images/ftIcon04a.png);
}



@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: 33px;
}

.footer_link a u img {
	max-width: 100%;
}

.footer_link a span {
	max-width: 110px;
	width: calc(100% - 33px);
}

.footer_mainInfo {
	padding: 10px;
	display: flex;
	flex-direction: column;
	width: 400px;
	max-width: 38%;
	display: none;
}

.footer_mainInfo dt {
	display: block;
	color: inherit;
	font-size: 25px;
	font-weight: bold;
	line-height: 210%;
}

.footer_mainInfo a {
	color: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
}

.footer_bottom_link {
	width: 100%;
	padding: 20px 15px;
	position: relative;
	background: #6B764B;
}

.footer_menu {
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	max-width: calc((100% / 7));
	text-align: center;
	color: #F4E4AC;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding: 0 10px;
	margin: 5px 0;
	position: relative;
}
.footer_menu a:hover{border-color: #fff;color: #fff;}
.footer_menu a:first-child::before{
	content: '';width: 1px;height: 100%;background-color: #F4E4AC;
	position: absolute;left: 0;top: 0;
}
.footer_menu a::after{
	content: '';width: 1px;height: 100%;background-color: #F4E4AC;
	position: absolute;right: 0;top: 0;
}

.footer_logo {
	width: 520px;
	max-width: 50%;
	padding: 10px;
}

.footer_logo a{
	width: 100%;
	display: block;
}

.footer_logo img {
	max-width: 100%;
	display: block;
}

/* .footer_map {
	width: 100%;
	height: 150px;
	display: block;
	vertical-align: middle;
}

.footer_map iframe {
	width: 100%;
	height: 100%;
} */

/* 
.footer_link {
	padding: 10px;
	font-size: 13px;
	letter-spacing: 1px;
	background: #090909;
	color: #ededed;
	text-align: center;
}

.footer_link a {
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin: 5px 15px;
} */

.total_view {
	/* right: 5px;
	position: absolute;
	bottom: 0; */
	display: block;margin-top: 5px;
}

.copy {
	width: 100%;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	letter-spacing: 1px;
	text-indent: 1px;
	padding: 23px 0 0 0;
	position: relative;
}

.copy a {
	color: white;
}

.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: inherit;
	display: inline-block;
}

.double_key a:not(a:last-child):after {
	content: ' , ';
	font-size: 14px;
	color: inherit;
}

@media screen and (max-width: 1450px) {
	.nav ul li {
		padding: 0;
	}

	.nav>ul {
		/* padding: 10px 20px 0 20px; */
	}

	.nav ul li a{font-size: 15px;}
	.nav ul.layer_two li a{font-size: 14px;}
}

@media screen and (max-width: 1350px) {
	.footer_map {
		width: 100%;
		height: 240px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.nav ul li a {
		background-position: center top;
	}
	.top_logo{max-width: 230px;}
	.nav{max-width: calc(100% - 240px);}
}

@media (max-width:1100px) {

	.top_center {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.nav {
		max-width: 100%;
		margin-top: 20px;
	}
	.footer_menu{flex-wrap: wrap;justify-content: start;}
	.footer_menu a {
        max-width: calc((100% / 4) - 10px);
		margin: 5px;padding: 5px;
		border: 1px solid #F4E4AC;
    }
	.footer_menu a::after{display: none;}
	.footer_menu a:first-child::before{display: none;}
}

@media screen and (max-width: 1024px) {
	/* footer */
	.footer_infoContain {
		padding: 30px 15px 50px;
		flex-direction: column;align-items: center;
	}

	.footer_logo {
		width: 100%;max-width: 440px;margin-bottom: 30px;
	}

	.footer_link {
		width: 100%;max-width: 440px;
		padding: 0;
	}

}

@media screen and (max-width: 950px) {

	.footer_link {

	}
}

@media screen and (max-width: 890px) {
	.header {
		padding: 10px 0;
		width: 100%;
		/* position: fixed; */
		z-index: 999;
		top: 0;
		height: 80px;
	}

	/*
.nav>ul { width: 96%; margin-right: 2%; }
*/
	.nav ul li ul {
		position: absolute;
		z-index: 100;
		width: 100%;
		left: 0;
		top: 0;margin-top: 10px;
	}

	#nav-toggle {
		cursor: pointer;
		width: 30px;
		height: 20px;
		position: absolute;
		top: 50%;
		left: 15px;
		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: #E8E8E8;
		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;
		position: fixed;
		top: 90px;
	}

	.nav>ul {
		padding: 0;
	}

	.nav ul li {
		width: 100%;
		margin: 0;
	}

	.nav ul li a {
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		padding: 10px;
		display: block;
		background-position: left;
		margin-bottom: 10px;
		text-align: right;
	}
	.nav ul li:last-child a{margin-bottom: 0;}

	.nav ul li:hover a,
	.nav ul li.active a {}

	.nav ul li ul {
		position: relative;
		padding-top: 0;
	}

	.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: 189px;
		margin: auto;
		text-align: center;
	}

	.nav {
		margin: 0;
		top: 80px;
		background: #FFFFFF;
		height: calc(100% - 80px);
		overflow: auto;
	}

	.slideAllbtn {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
	}

	.top_center {
		justify-content: center;
		align-items: center;
	}

	.nav>ul {
		/* max-width: 300px; */
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
	}


	.nav ul li a {
		text-align: center;
		padding: 5px;
	}
	.nav>ul>li>a::after{display: none;}
	.nav>ul>li:nth-child(8)::before,.nav>ul>li:nth-child(8)::after{display: none;}
	.nav>ul>li:nth-child(8) a{background-color: #F4E4AC;}
	

	.nav>ul>li>ul>li>a {
		background-color: #E8E8E8;
		margin: auto;
		font-size: 15px;
		border: none;
		/* border-bottom: 1px #737E73 solid; */
		padding: 10px 5px;
	}

	.nav>ul>li>ul>li:last-child {
		margin-bottom: 5px;
	}

	/* footer */
	.footer_center {}

	.copy {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer_link a{
		font-size: 16px;
	}

	.footer_mainInfo {
		max-width: 100%;
	}

	/* .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) {
	.nav ul li ul {
		top: -6px;
	}

	
}

@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) {

	.footer_mainInfo {
		padding: 0;
	}
	.footer_menu a {
		max-width: calc((100% / 3) - 10px);
	}
}

@media screen and (max-width: 580px) {
	/* .total_view {
		top: -16px;
	} */

	.footer_menu a {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.nav>ul {
		/* max-width: 250px; */
		/* margin-right: calc(50% - 125px); */
	}

	.nav {
		max-width: 100%;
	}

	/* footer */
	.footer_center::after {
		height: 194px;
	}

	.footer_infoContain {
		padding: 30px 5% 50px;
	}

	.footer_menu {
		max-width: 400px;
		flex-wrap: wrap;
	}

	.footer_menu a {
		max-width: calc((100% / 2) - 10px);
	}

	.copy {
		font-size: 13px;
	}

	.footer_logo{margin-bottom: 0;}

	.footer_link {
		max-width: 100%;
		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;max-width: 25%;
		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::before{display: none;}


	.footer_link a{
		flex-direction: column;
		text-align: center;
		align-items: center;
		align-content: center;
		color: #747E74;
	}

	.footer_link a u img {
		display: block;
		max-width: 25px;
		filter: brightness(.6);
	}

	.footer_link a span {
		width: auto;
		max-width: 100%;
		font-size: 14px;
		margin-top: 6px;
		line-height: 14px;
	}

	.footer_infoContain .footer_logo a {
		width: 85vw;
	}

	.footer_infoContain .footer_logo a img {
		width: auto;
		max-width: 100%;
		vertical-align: bottom;
	}

	.footer_mainInfo a {
		font-size: 15px;
	}

	.footer_bottom_link {
		padding: 20px 15px 85px 15px;
	}

	.to_top {
		right: 10px;
		bottom: 80px;
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 350px) {
	.footer_link a span {
		font-size: 12px;
	}
}