@charset "utf-8";

:root {
	--mainColor01: #6EB6B6;
	--mainColor02: #5e929b;
	--mainColor03: #4C6B91;
	--mainColor04: #6F8FB7;
	--mainColor05: #8197B1;
}

#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: #FFF;
	padding: 13px 15px;
	position: relative;
}

.header.sticky {
	position: sticky;
	top: 0;
	left: 0;
}

.top_center {
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.top_logo {
	display: block;
	position: relative;
	max-width: 230px;
	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 {
	max-width: 770px;
	width: 100%;
	padding: 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% / 6 - 20px);
	position: relative;
	padding: 0;
	margin: 0 10px;
}

.nav>ul>li {
	position: relative;
}

.nav>ul>li:last-child {
	margin-right: 0;
}

.nav>ul>li::after {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #BBBBBB;
	border-radius: 150px;
	position: absolute;
	bottom: 10px;
	right: -12px;
}

.nav>ul>li:last-child::after {
	display: none;
}

.nav>ul>li>a {
	width: 100%;
	color: var(--mainColor03);
	font-size: 20px;
	background-image: url(../images/ch_img033.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;
	display: block;
	font-weight: bold;
	transition: 0.5s;
	line-height: 120%;
	position: relative;
	line-height: 120%;
}

.nav>ul>li>a::before {
	content: "";
	width: 23px;
	height: 22px;
	background-image: url('../img/yun_img001.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	opacity: 0;
	transition: 0.5s;
}

.nav>ul>li:hover>a::before {
	transition: 0.5s;
	opacity: 1;
}

/* .nav>ul>li>a::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: var(--mainColor01);
	display: block;
	margin-top: 5px;
	transition: 0.5s;
} */

/* .nav>ul>li:hover>a::after {
	transition: 0.5s;
	background-color: var(--mainColor03);
} */

.nav li ul {
	position: absolute;
	z-index: 100;
	width: calc(100% + 20px);
	left: -10px;
	padding-top: 15px;
	display: none;
}

.nav li li {
	width: 100%;
	margin: 0;
}

.nav li li a {
	background-color: rgba(255, 255, 255, .9);
	color: var(--mainColor03);
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	border: 1px var(--mainColor03) solid;
	padding: 10px 0;
	height: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: -1px;
}

.nav li li:hover a {
	background-color: var(--mainColor03);
	;
	color: #FFFFFF;
}

/* .nav ul li.outer_link { display: none;} */

.footer {
	background-color: #fff;
	color: white;
	position: relative;
	z-index: 998;
	box-shadow: -2px 0 12px rgba(238, 238, 238, 0.65);
}

.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 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0;
	position: relative;
}

.footer_infoContain>* {}

.footer_link {
	max-width: 420px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48.5%;
	background-color: white;
	border: 1px #81D8CF solid;
	color: #444444;
	font-size: 20px;
	font-weight: 400;
	line-height: 210%;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	transition: .5s;
}

.footer_link a:hover {
	transition: .5s;
	background-color: #81D8CF;
	color: white;
}

.footer_link a:nth-of-type(n+3) {
	margin-top: 10px;
}

.footer_link a:hover u img {
	filter: brightness(100);
}

.footer_link a:nth-child(odd):last-child {
	max-width: 100%;
	width: 100%;
}

.footer_link a:hover {
	box-shadow: 1px 1px 8px gray;
}

.footer_link a:hover img {
	animation: ftLink_img01 ease-in-out .8s infinite alternate;
}

.footer_link a.ftLink_order:hover img,
.footer_link a.ftLink_check:hover img {
	animation: ftLink_img02 ease-in-out .8s infinite alternate;
}

@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 {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin: 0 20px;
}

.footer_mainInfo dt {
	display: block;
	color: var(--mainColor03);
	font-size: 28px;
	font-weight: bold;
	line-height: 210%;
	letter-spacing: 0.08em;
}

.footer_mainInfo a {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 200%;
}

.footer_mainInfo a em {
	display: inline-block;
	width: 90px;
	min-width: 90px;
	color: var(--mainColor03);
	font-style: normal;
	text-align: right;
}

.footer_bottom_link {
	width: 100%;
	padding: 17px 15px;
	position: relative;
	background: var(--mainColor03);
}

.frru {
	max-width: 1300px;
	width: 90%;
	margin: auto;
	margin-bottom: 60px;
}

.footer_menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer_menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	text-align: center;
	color: var(--mainColor03);
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	position: relative;
	transition: .5s;
}

.footer_menu a:hover {
	transition: .5s;
	color: var(--mainColor04);
}

.footer_menu a+a {
	margin-left: 40px;
}

.footer_menu a::after {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #BBBBBB;
	border-radius: 150px;
	position: absolute;
	bottom: 10px;
	right: -22px;
}

.footer_menu a:hover::after {
	background-color: white;
}

.footer_menu a:last-child::after {
	display: none;
}

.footer_logo {
	max-width: 345px;
	width: 100%;
}

.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;
}

.copy {
	width: 100%;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	letter-spacing: 1px;
	text-indent: 1px;
	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;
		background-position: left top;
		/* padding: 0 0 10px 0; */
	}

	.top_logo {
		margin-right: 25px;
	}

	.nav>ul>li::after {
		bottom: 7px;
	}
}

@media screen and (max-width: 1350px) {
	.footer_map {
		width: 100%;
		height: 240px;
		margin-top: 20px;
	}
}

@media (max-width:1250px) {
	.footer_logo {
		max-width: 250px;
	}
}

@media screen and (max-width: 1200px) {
	.nav ul li a {
		background-position: center top;
	}

	.footer_link {
		max-width: 350px;
	}
}

@media (max-width:1100px) {
	.header {
		height: auto;
	}

	.top_center {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.nav {
		max-width: 100%;
		margin-top: 20px;
	}

	.footer_mainInfo{
		margin:30px 0 50px 0;
	}
	
	.footer_link a {
		max-width: 100%;
	}

	.footer_infoContain {
		flex-direction: column;
	}

	.footer_menu {
		max-width: 600px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 25px 10px;
		margin: auto;
		justify-content: center;
	}

	.footer_menu a {
		margin: auto;
	}

	.footer_menu a+a {
		margin-left: auto;
	}

	.footer_menu a::after {
		display: none;
	}

	.footer_mainInfo dt{
		text-align: center;
	}
}

@media screen and (max-width: 1024px) {
	.nav ul li {
		margin: 0 5px;
	}

	/* footer */
	.footer_infoContain {
		padding: 40px 20px;
	}

	.footer_logo {
		width: 100%;
	}

	.footer_link {
		flex-direction: row;
	}

	.footer_link a {
		max-width: calc(50% - 10px);
	}

	.footer_mainInfo {
		margin: 40px 0;
	}

	.footer_mainInfo dt {
		text-indent: 0.08em;
		text-align: center;
	}

	.footer_mainInfo a em {
		width: auto;
		min-width: unset;
	}

	.footer_menu {
		justify-content: center;
	}

	.footer_menu a {
		font-size: 18px;
	}

	.frru {
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 950px) {
	.nav ul li {
		width: 17%;
	}
}

@media (max-width:900px) {
}

@media screen and (max-width: 890px) {
	.header {
		padding: 10px 0;
		width: 100%;
		/* position: fixed; */
		z-index: 999;
		top: 0;
	}


	.nav>ul>li::after {
		display: none;
	}

	/*
.nav>ul { width: 96%; margin-right: 2%; }
*/
	.nav ul li ul {
		position: absolute;
		z-index: 100;
		width: 100%;
		left: -5px;
		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: #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;
		position: fixed;
		top: 90px;
	}

	.nav>ul {
		padding: 5px;
	}

	.nav ul li {
		width: 100%;
	}

	.nav ul li a {
		max-width: 130px;
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		padding: 5px;
		display: block;
		background-position: left;
		margin-bottom: 10px;
		text-align: right;
	}

	.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: 117px;
		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 {
		width: 100%;
	}

	.nav ul li a {
		text-align: center;
		padding: 5px;
	}

	.nav>ul>li>ul>li>a {
		color: var(--mainColor03);
		background-color: transparent;
		margin: auto;
		font-size: 15px;
		border: none;
		border-bottom: 1px var(--mainColor03) 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_infoContain {
		flex-direction: column;
		text-align: center;
	}

	/* .footer_link {
		max-width: 100%;
		flex-direction: row;
		width: 100%;
		padding: 0;
	}

	.footer_link a,
	.footer_link a:nth-child(odd):last-child {
		max-width: calc(25% - 10px);
	}

	.footer_link a:first-child:nth-last-child(5),
	.footer_link a:first-child:nth-last-child(5)~a {
		max-width: calc(20% - 10px);
		font-size: 16px;
	}

	.footer_link a:first-child:nth-last-child(5) u,
	.footer_link a:first-child:nth-last-child(5)~a u {
		width: 28px;
	} */

	.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;
	}

	.footer_link {
		width: 400px;
	}

	/* .footer_link a:first-child:nth-last-child(5),
	.footer_link a:first-child:nth-last-child(5)~a,
	.footer_link a {
		max-width: calc(50% - 10px);
	}

	.footer_link a:nth-child(odd):last-child {
		max-width: 100% !important;
		width: 100%;
	} */
}

@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_logo {
		margin: 10px auto;
		padding: 0;
	}

	.footer_mainInfo {
		padding: 0;
	}

	.footer_menu a::after {
		display: none;
	}
}

@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;
	}

	.copy {
		font-size: 13px;
	}

	.footer_mainInfo {
		margin: auto;
		margin-top: 15px;
	}

	.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;
		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:nth-of-type(n+3) {
		margin-top: 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

	/* :first-child:nth-last-child(3), 
	.footer_link a:first-child:nth-last-child(3)~a, 
	.footer_link a:first-child:nth-last-child(4), 
	.footer_link a:first-child:nth-last-child(4)~a, 
	.footer_link a:first-child:nth-last-child(5), 
	.footer_link a:first-child:nth-last-child(5)~a, 
	.footer_link a:first-child:nth-last-child(6), 
	.footer_link a:first-child:nth-last-child(6)~a */
		{
		flex-direction: column;
		text-align: center;
		align-items: center;
		align-content: center;
	}

	.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_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;
	}
}