img{
	max-width:100%;
	height:auto;
}
html {
	position: relative;
	min-width: 1240px;
	width:100%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
body {
	color: #313131;
	width: 100%;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	text-justify: inter-ideograph;
	font-feature-settings:'palt';
	width:100%;
	padding:100px 0 0;
}
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}
a{
	color:#1c8600;
	overflow:visible;
}
a:hover{
	transition:0.5s;
}
a:hover img{
	opacity:0.7;
	transition:0.5s;
}
header{
	width:100%;
	padding:0 2.0833dvw;
	min-width: 1240px;
	box-sizing:border-box;
	height: 100px;
	border-bottom:2px solid #cecece;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	position:fixed;
	gap:10px;
	top:0;
	left:0;
	z-index:10000;
	background:rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
    backdrop-filter: blur(5px) brightness(110%);
}
header h1,
footer h3{
	flex:none;
	box-sizing:border-box;
	display: flex;
	align-items:center;
	white-space:nowrap;
	font-weight:normal;
}
header h1{
	height:100%;
}
header h1 a,
footer h3 a{
	display: flex;
	align-items:center;
	text-decoration:none;
	color: #313131;
	gap:10px;
}
.logo small.keiaikai{
	font-size:16px;
}
.logo a img{
	display:block;
	width:60px;
	flex:none;
}
.logo .logotype{
	font-size:48px;
	font-weight:700;
}
.logo .logotype .eng{
	font-size:13px;
	font-weight:400;
	display:block;
	letter-spacing:0.5em;
}
header .logo .logotype{
	margin-top:-10px;
}
header .logo .logotype .eng{
	margin-top:-5px;
}
footer .logo .logotype .eng{
	margin-top:5px;
}
#gnav{
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:18px;
	align-items:flex-end;
}
#gnav ul{
	display:flex;
	list-style:none;
	padding:0;
	justify-content:flex-end;
}
#gnav a{
	text-decoration:none;
	color:#313131;
	font-weight:700;
}
#gnav a:hover{
	color:#44aa00;
}
#gnav1{
	order:2;
}
#gnav2{
	order:1;
}
#gnav1 ul{
	gap:clamp(10px,1.2dvw,20px);
}
#gnav1 li{
	font-size:clamp(16px,0.9375dvw,18px);
	white-space:nowrap;
}
#gnav2 ul{
	border-left:1px solid #313131;
}
#gnav2 li{
	font-size:16px;
	padding:0 13px;
	border-right:1px solid #313131;
}
#wrapper{
	padding:0px 0 0;
}
main{
	line-height:1.8em;
	position:relative;
	width:100%;
}
footer{
	border-top:2px solid #cecece;
	border-bottom:2px solid #cecece;
	padding:9px 0;
}
#footer_inner{
	display:flex;
	justify-content:center;
	gap:clamp(30px,3.125dvw,60px);
}
footer address{
	padding:30px 0;
	font-style:normal;
	line-height:1.5em;
	width:400px;
}
footer address dl{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
footer address dt{
	width:60px;
	flex:none;
}
footer address dd{
	width:calc(100% - 75px);
	flex:none;
}
footer h3{
	margin-bottom:30px;
}
footer .instagram{
	padding:40px 0 0;
}
.instagram a{
	display:inline-block;
	color:#313131;
	text-decoration:none;
	line-height:38px;
	align-items:center;
	padding:0 30px 0 0;
	background:url('../images/common/icon_target.svg') no-repeat right center;
}
.instagram a img{
	vertical-align:middle;
	margin-right:10px;
}
.footer_r{
	flex:none;
	display:flex;
	justify-content:flex-end;
	gap:20px;
}
#fnav{
	display:flex;
}
#fnav > ul{
	min-width:320px;
	padding:0 clamp(20px,2.08333dvw,40px);
	border-left:2px solid #c7c7c7;
}
#fnav > ul:last-child{
	border-right:2px solid #c7c7c7;
}

#fnav > ul > li{
	border-bottom:2px solid #c7c7c7;
}
#fnav a{
	position:relative;
	line-height:58px;
	display: block;
	color:#313131;
	text-decoration:none;
	padding:0 0 0 25px;
	background:url('../images/common/arrow_fnav.svg') no-repeat left center;
}
#fnav a:hover{
}

footer details{
}
footer details:first-child{
}
footer summary{
	line-height:60px;
	padding:0 25px;
	line-height:60px;
	cursor:pointer;
	list-style:none;
	position:relative;
	background:url('../images/common/arrow_fnav.svg') no-repeat left center;
}
footer details ul{
	padding:0 0 0 20px;
}
footer summary:after{
	position:absolute;
	width:40px;
	color:#008628;
	text-align:center;
	content:"＋";
	line-height:40px;
	border-left:2px solid #ccc;
	top:10px;
	right:0;
	font-weight:bold;
}
footer details[open] summary:after{
	color:#212121;
	content:"×";
}
.gotop{
	width:50px;
	height:50px;
	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:2px solid #44aa00;
	box-sizing:border-box;
	border-radius:10px;
	background:#fff;
}
.gotop a:hover{
	background:#44aa00;
	color:#fff;
}
.gotop img{
	display:block;
}
#copyright{
	margin:0 auto;
	text-align:center;
	line-height:46px;
}
img.alignleft{
	float:left;
	max-width:40%;
	margin:0 40px 40px 0;
}
img.alignright{
	float:right;
	max-width:40%;
	margin:0 0 40px 40px;
}
img.aligncenter{
	display:block;
	margin:0 auto 20px;
}
figure.alignleft{
	float:left;
	margin:0 40px 40px 0;
}
figure.alignright{
	float:right;
	margin:0 0 40px 40px;
}
figure.aligncenter{
	display:block;
	margin:0 auto 20px;
}
iframe{
	max-width:100%;
}
.sp_only{
	display:none;
}