@charset "utf-8";

:root {
	--mainColor01: #7A9467;
	--mainColor02: #5e929b;
	--mainColor03: #0D1B33;
	--mainColor04: #172D59;
	--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: url(../images/header_bg02.jpg) top left repeat-x;
	background-color: #FFF;
	padding: 10px 15px;
	/* position: relative; */
	position: fixed;
	left: 0;
	height: 100px;
}

.header::before {
	content: '';
	width: 100%;
	height: 51px;
	background: url(../images/header_bg.png) top center repeat-x;
	position: absolute;
	left: 0;
	top: calc(100% - 1px);
}


.header.sticky {
	/* position: sticky; */
	top: 0;
	left: 0;
}

.top_center {
	/* max-width: 1200px; */
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.top_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 190px;
	min-height: 180px;
	width: 100%;
	text-indent: 0;
	background: var(--mainColor04);
	border-bottom-right-radius: 20px;
}

.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: 100%;
	max-width: calc(100% - 300px);
	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>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: 35px;
	height: 30px;
	background-image: url('../images/topIcon01.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	transition: 0.5s;
}

.nav>ul>li:hover>a::before {
	width: 25px;
	background-image: url('../images/topIcon02.svg');
}

.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 {
	width: calc(100% - 200px);
	max-width: 1035px;
	padding: 0;
	margin: 0 0 0 auto;
}

.nav>ul {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav ul li {
	display: block;
	width: calc(100% / 6);
	position: relative;
	padding: 0;
	/* margin: 0 10px; */
}

.nav>ul>li:nth-last-of-type(2){
	display: none;
}

@media (min-width:891px) {
	.nav>ul>li+li {
		border-left: 1px solid #ccc;
	}

	.nav>ul>li:nth-last-of-type(1) {
		position: relative;
		top: 40px;
		width: 160px;
		aspect-ratio: 1/1;
		border: 0;
	}
}


.nav>ul>li:nth-last-of-type(1) {
	background-color: var(--mainColor04);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 5000px;
}

.nav>ul>li:nth-last-of-type(1)>a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 5000px;
	border: 1px dashed #fff;
	width: 100%;
	height: 100%;
	max-width: unset;
	margin: 0;
}

.nav>ul>li:nth-last-of-type(1)>a::before {
	margin: 0 auto;
}

.nav>ul>li>a {
	width: 100%;
	color: #ccc;
	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%;
	font-weight: bold;
}

.nav>ul>li>a span {
	display: block;
	color: transparent;
	height: 19px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


.nav>ul>li>a::before {
	content: "";
	width: 46px;
	height: 44px;
	background-position: center;
	background-size: cover;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	transition: 0.5s;
}

.nav>ul>li:nth-of-type(1)>a::before {
	background-image: url('../images/header_icon_01.png');
}

.nav>ul>li:nth-of-type(1)>a span {
	background-image: url(../images/header_item_01.png);
}

.nav>ul>li:nth-of-type(2)>a::before {
	background-image: url('../images/header_icon_02.png');
}

.nav>ul>li:nth-of-type(2)>a span {
	background-image: url(../images/header_item_02.png);
}

.nav>ul>li:nth-of-type(3)>a::before {
	background-image: url('../images/header_icon_03.png');
}

.nav>ul>li:nth-of-type(3)>a span {
	background-image: url(../images/header_item_03.png);
}

.nav>ul>li:nth-of-type(4)>a::before {
	background-image: url('../images/header_icon_04.png');
}

.nav>ul>li:nth-of-type(4)>a span {
	background-image: url(../images/header_item_04.png);
}

.nav>ul>li:nth-of-type(5)>a::before {
	background-image: url('../images/header_icon_05.png');
}

.nav>ul>li:nth-of-type(5)>a span {
	background-image: url(../images/header_item_05.png);
}

.nav>ul>li:nth-of-type(6)>a::before {
	background-image: url('../images/header_icon_06.png');
}

.nav>ul>li:nth-of-type(6)>a span {
	background-image: url(../images/header_item_06.png);
}

.nav>ul>li:last-child>a::before {
	background-image: url('../images/header_icon_07.png');
}

.nav>ul>li:last-child>a span {
	background-image: url(../images/header_item_07.png);
	filter: brightness(10);
}

.nav>ul>li>a:hover::before {
	transform: translateY(-5px);
}

.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;
}


.footer_other {
	padding-bottom: 25px;
}

.footer_other ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

.footer_other li img {
	display: block;
	max-width: 100%;
}

.footer_other li {
	position: relative;
}

.footer_other a {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	z-index: 6;
}

.footer_other a figure {
	width: fit-content;
	padding: 20px;
	background: rgba(19, 48, 88, .8);
	border-radius: 100% 0 0 0;
	aspect-ratio: 1/1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	transition: linear 1s;
	position: relative;
	max-width: 40%;
}

.footer_other a figure::before {
	content: '';
	width: 155px;
	aspect-ratio: 1/0.94;
	max-width: unset;
	position: absolute;
	right: 15%;
	bottom: 30%;
	z-index: 5;
	background: url(../images/ch_ft_dec01.png) no-repeat;
	transition: .6s;
	background-size: 100%;
	max-width: 120%;
}

.footer_other a:hover figure::before {
	transform: rotate(-5deg) translateY(20px);
	transform-origin: left bottom;
}

/* .nav ul li.outer_link { display: none;} */

.footer::before {
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(100% - 1px);
	background: url(../images/ch_ft_bg01.png) top center repeat-x;
}

.footer {
	background-color: #FFFFFF;
	color: #333333;
	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: 1190px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 60px 15px;
	position: relative;
}

.footer_infoContain>* {}

.footer_link {
	padding: 10px;
	width: 475px;
	max-width: calc(100% - 360px);
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
	grid-gap: 10px;
	font-size: 18px;
}

.footer_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #DDDDDD;
	color: #444444;
	font-weight: 400;
	line-height: 210%;
	padding: 5px 10px;
	text-align: center;
}

.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: 28px;
}

.footer_link a u img {
	max-width: 100%;
}

.footer_link a span {
	max-width: 110px;
	width: calc(100% - 28px);
}

.footer_mainInfo {
	padding: 10px;
	display: flex;
	flex-direction: column;
	width: 360px;
	/* max-width: 32%; */
}

.footer_mainInfo dt {
	display: block;
	color: inherit;
	font-size: 25px;
	font-weight: bold;
	line-height: 210%;
	display: none;
}

.footer_mainInfo p {
	border-bottom: 2px dashed #cccccc;
}

.footer_mainInfo a {
	color: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}

.footer_mainInfo a span {
	font-weight: inherit;
	color: var(--mainColor04);
}

.footer_bottom_link {
	width: 100%;
	font-size: 16px;
	padding: 1em 15px;
	position: relative;
	background: url(../images/ch_ft_bg02.jpg);
}

.footer_menu {
	width: 100%;
	max-width: 660px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	display: none;
}

.footer_menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	max-width: calc((100% / 6) - 10px);
	text-align: center;
	color: #444444;
	font-size: inherit;
	font-weight: 400;
	line-height: 120%;
	padding: 0 10px 10px;
	margin: 5px;
	position: relative;
}

.footer_menu a::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #70A23A;
	position: absolute;
	bottom: 0;
}

.footer_menu a:hover::after {
	background-color: white;
}

.total_view {
	right: 5px;
	position: absolute;
	bottom: 0;
}

.copy {
	width: 100%;
	color: #444444;
	font-size: inherit;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	letter-spacing: 1px;
	text-indent: 1px;
	padding: 23px 0 0 0;
	padding: 0;
	position: relative;
}

.copy a {
	color: inherit;
}

.footer_logo {
	width: 180px;
	/* max-width: 14%; */
	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;
} */

.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: .2;
	text-align: center;
	width: 100%;
	padding: 5px 5%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.double_key a {
	font-size: 14px;
	color: #eee;
	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; */
	}

}

@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;
	}
}

@media (max-width:1100px) {
	/* .header {
		height: auto;
	}

	.top_center {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	} */

	.top_logo{
		margin-right: 0;
		max-width: 15%;
		min-height: unset;
		aspect-ratio: 1/1;
	}

	.nav {
		width: calc(85% - 10px);
	}

	.nav>ul>li>a{
		padding: 0 5px;
	}
}

@media screen and (max-width: 1024px) {

	/* footer */
	.footer_infoContain {
		padding: 30px 15px 60px;
	}

	.footer_logo {
		width: 100%;
	}

	.footer_other ul{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 5px;
	}

}

@media screen and (max-width: 950px) {

	.nav {
		width: 100%;
	}
	
	.nav ul li {
		width: 17%;
	}

	.footer_link {}

	.footer_link a {
		max-width: 100%;
	}
}

@media screen and (max-width: 890px) {
	.header {
		padding: 10px 0;
		width: 100%;
		/* position: fixed; */
		z-index: 999;
		top: 0;
		height: 60px;
	}

	.header::before {
		height: 30px;
		background-size: auto 100%;
	}

	/*
.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; */
		right: 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: 140px;
		height: auto;
		aspect-ratio: 1/1;
		max-width: 30%;
		margin: auto;
		min-height: unset;
		text-align: center;
		z-index: 10;
	}

	.top_logo img {
		max-width: 100%;
	}

	.nav {
		margin: 0;
		top: 60px;
		background: #FFFFFF;
		height: calc(100% - 60px);
		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_logo {
		max-width: 100%;
	}

	.footer_link {
		max-width: 50%;
		flex-direction: row;
		width: 100%;
		padding: 0;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}

	/* .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: 50%;
	}

	.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_infoContain{
		justify-content: flex-start;
	}

	.footer_link {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
		justify-content: center;
	}

	.footer_mainInfo {
		max-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_menu a {
		padding: 0 5px 10px;
	}

	.footer_mainInfo {
		padding: 0;
	}

	/* .footer_other ul{
		grid-template-columns: 1fr;
	} */

	.footer_other a figure{
		padding-right: 4vw;
		padding-bottom: 5vw;
		max-width: 60%;
	}

	.footer_other li {
		aspect-ratio: 1/1;
	}

	.footer_other li>img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	
}

@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% 60px;
	}

	.footer_menu {
		max-width: 400px;
		flex-wrap: wrap;
	}

	.footer_menu a {
		width: 100%;
		max-width: calc((100% / 3) - 10px);
		margin: 5px 0px;
	}

	.footer_other ul{
		grid-gap: 2px;
	}

	.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);
		grid-gap: 0;
		display: flex;
	}

	.footer_link a {
		margin: 0;
		padding: 10px 0px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0;
		margin: 0;
		flex:1;
	}

	.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

	/* :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;
		font-size: 12px;
		letter-spacing: 0;
	}

	.footer_link a+a{
		border-left: 0;
	}

	.footer_link a u img {
		display: block;
		max-width: 25px;
	}

	.footer_link a span {
		width: auto;
		max-width: 100%;
		font-size: inherit;
		margin-top: 6px;
		line-height: 1;
	}

	.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;
	}
}