@charset "UTF-8";
/*----------------------------------------

	- syunsenbinNav

-----------------------------------------*/

/*----------------------------------------
	syunsenbinNav
-----------------------------------------*/

#fwCms_wrapper .syunsenbinNav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1px;
	margin-top: 1px;
	font-size: 4vw;
	line-height: 1.5;
}

#fwCms_wrapper .syunsenbinNav li {
	display: flex;
	align-items: center;
	width: calc((100% - 2px)/3);
}

#fwCms_wrapper .syunsenbinNav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 3.4vw 2.6vw 3.4vw;
	background: #7b8812;
	color: #fff;
	text-decoration: none !important;
}

#fwCms_wrapper .syunsenbinNav li a,
#fwCms_wrapper .syunsenbinNav li a:visited {
	transition: opacity 0s;
}

#fwCms_wrapper .syunsenbinNav li a:hover {
	opacity: .5;
	transition: opacity .2s ease-out .1s;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .syunsenbinNav {
		gap: 2px 2px;
		margin-top: 2px;
		font-size: 1.8rem;
		line-height: 1.7;
	}

	#fwCms_wrapper .syunsenbinNav li {
		width: calc((100% - 4px)/3);
	}

	#fwCms_wrapper .syunsenbinNav li a {
		padding: 16px 10px 15px;
	}
}