img {
	max-width: 100%;
	height: auto;
}
html {
	position: relative;
	width: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
	min-width: 1200px;
}
body {
	color: #222222;
	width: 100%;
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings: 'palt';
	width: 100%;
	padding: 100px 0 0;
}
.wf-loading body {
	opacity: 0;
}
.wf-active body {
	opacity: 1;
	transition: opacity 0.3s ease;
}
a {
	color: #36526f;
}
a:hover {
	transition: 0.5s;
}
a:hover img {
	opacity: 0.7;
	transition: 0.5s;
}
@media print {
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
}
header {
	width: 100%;
	min-width: 1200px;
	padding: 0px 2.86dvw 0 1.3dvw;
	box-sizing: border-box;
	height: 100px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	position: fixed;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
	backdrop-filter: blur(5px) brightness(110%);
	top: 0;
	left: 0;
	z-index: 10000;
}
header.bg_white{
	
}
header h1 {
	width: 373px;
	box-sizing: border-box;
	display: flex;
	flex: none;
	align-items: center;
	position: relative;
}
header h1 a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
header h1 a img {
	display: block;
}
#header_nav{
	padding: 0px 0 0;
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:10px;
}
#header_nav ul {
	list-style: none;
	display:flex;
	justify-content:flex-end;
	gap:30px;
}
#header_nav li img {
	margin-right: 5px;
	vertical-align:middle;
}
#header_nav a {
	text-decoration: none;
	color:#45a90d;
	line-height:30px;
}
#header_nav a:hover {
	color: #f7ab00;
	text-decoration: underline;
}
#hnav {
	font-size: 16px;
}
#gnav ul {
}
#sidenav{
	position:fixed;
	top:110px;
	right:0;
	z-index:9000;
}
#sidenav li{
	width:100px;
	font-size:26px;
	border-radius:10px 0 0 10px;
	font-weight: 700;
	box-sizing:border-box;
	margin-bottom:20px;
	border:2px solid #fff;
	border-right:0 !important;
}
#sidenav li:nth-child(1){
	background:#f7ab00;
	color:#fff;
	text-align:right;
	padding:10px 10px 10px 0;
}
#sidenav li:nth-child(2) a{
	display:block;
	background:#5eb62f;
	color:#fff;
	padding:10px 0px 10px 10px;
	border-radius:10px 0 0 10px;
	text-decoration:none;
}
#sidenav li:nth-child(2) a:hover{
	background:#9fdf7d;
}
#wrapper {
	padding: 0px 0 0;
}

main {
	line-height: 1.8em;
	position: relative;
	width: 100%;
	min-width:1200px;
	overflow-x:hidden;
}

footer {
	padding: 0px 0 0;
}

#footer_inner {
	width: 1100px;
	height: 204px;
	margin: 0 auto;
	display: flex;
}

#footer_inner figure {
	width: 550px;
	flex: none;
	position: relative;
	z-index: 1;
	text-align: center;
}

footer address {
	font-style: normal;
	width: calc(100% - 550px);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	flex:none;
	line-height: 1.5em;
}
footer address h3 {
	margin-bottom:10px;
}

#fnav {
	padding: 80px 0 40px;
	background: linear-gradient(to right, rgba(105,191,53,1) 0%,rgba(73,165,36,1) 100%);
	margin: 0 auto;
}

#fnav ul{
	position: relative;
	z-index: 1;
}

#fnav_wrap {
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 2em;
}
#fnav a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-weight:500;
}
#fnav_wrap li ul {
	padding: 0 0 0 20px;
}

#fnav a:hover {
	text-decoration: underline;
}

.gotop {
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}
.gotop a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #d4b968;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.gotop img {
	display: block;
}
.gotop a:hover {
	color: #fff;
	background: #fcc700;
}
#copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	color: #2e4c63;
}

.sp_only {
	display: none;
}