img {
	max-width: 100%;
	height: auto;
}

html {
	position: relative;
	min-width: 1250px;
	width: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	color: #222;
	width: 100%;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings: 'palt';
	padding: 80px 0 0;
}
nav{
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
}

a {
	color: #088943;
}

a:hover {
	transition: 0.5s;
}

a:hover img {
	opacity: 0.7;
	transition: 0.5s;
}

details summary {
	cursor: pointer;
}

header {
	width: 100%;
	padding: 0 2dvw;
	height: 80px;
	min-width: 1200px;
	box-sizing: border-box;
	position: fixed;
	display: flex;
	justify-content: space-between;
	top: 0;
	left: 0;
	z-index: 10000;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
	backdrop-filter: blur(5px) brightness(110%);
}

header.bg_white {}

header h1{
	width: 328px;
}

header h1 a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	text-decoration: none;
}

#gnav {
	display: flex;
	align-items: center;
}

#gnav ul {
	display: flex;
	gap: 50px;
	justify-content: flex-end;
}

#gnav ul a {
	color: #222;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	line-height: 1.8em;
	white-space: nowrap;
}

#gnav ul a:hover {
	color: #ee404a;
}
#gnav ul a img{
	vertical-align:middle;
	margin-right:5px;
}

#wrapper {
	padding: 0px 0 0;
}

main {
	line-height: 1.8em;
	position: relative;
	width: 100%;
}

footer {
	padding:45px 0;
	display: flex;
	gap: 100px;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	position:relative;
}
footer:before{
	content:"";
	width:100%;
	height:7px;
	display:block;
	background:url('../images/common/bg_footer.webp') repeat-x;
	position:absolute;
	top:0;
	left:0;
}
footer:after{
	content:"";
	width:100%;
	height:7px;
	display:block;
	background:url('../images/common/bg_footer.webp') repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}

footer address {
	font-style: normal;
	white-space: nowrap;
	line-height: 1.5em;
	font-style: normal;
}

footer address h3{
	width:210px;
	margin-bottom: 10px;
}

footer address h3 img{
	display:block;
}
#fnav {
}

#fnav ul {
	display: flex;
	justify-content: flex-end;
	list-style:disc;
	gap:45px;
}

#fnav ul li {
}

#fnav a {
	position: relative;
	display: block;
	font-weight: 500;
	font-style: normal;
	color: #222;
	text-decoration: none;
}

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

.gotop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}


.gotop a{
	display:block;
	background:#fff;
	border:#ee404a double 3px;
	color:#ee404a;
	text-align:center;
	line-height:34px;
	text-decoration:none;
}
.gotop a img {
	display: block;
}

.gotop a:hover {
	color:#fff;
	background:#ee404a;
}

#copyright {
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.sp_only {
	display: none;
}