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

html {
	position: relative;
	min-width: 1240px;
	width: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
body {
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	color:#222222;
	font-size:18px;
}
/*
.wf-loading body {
	opacity: 0;
}
.wf-active body {
	opacity: 1;
	transition: opacity 0.3s ease;
}
*/
@media print {
	a[href]:after {
		content: "" !important;
	}

	abbr[title]:after {
		content: "" !important;
	}
}

a {
	color: #ff0000;
}

a:hover {
	transition: 0.5s;
}

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

header {
	width:100%;
	min-width: 1240px;
	height:100px;
	padding:0px 50px 0 20px;
	box-sizing:border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:fixed;
	z-index:10000;
	top:0;
	left:0;
	gap:30px;
}
header h1{
	width:230px;
	flex:none;
}
header h1 a{
	display:block;
	white-space:nowrap;
}
header h1 img{
	display:block;
}
#gnav{
	display:flex;
	height:100%;
	align-items:center;
}
#gnav ul {
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	padding:0;
	gap:clamp(50px,5.2dvw,100px);
}
#gnav ul li a{
	font-size:18px;
	display:block;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	line-height:1em;
	overflow:visible;
	border-bottom:2px solid transparent;
}
#gnav ul li a:hover {
	border-bottom:2px solid #00a3e8;
}
header.bg_white{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
	backdrop-filter: blur(5px) brightness(110%);
}
#wrapper {
	padding: 0px 0 0;
}

main {
	line-height: 1.8em;
	position: relative;
	width: 100%;
}
footer {
	box-sizing:border-box;
	padding:35px 0;
	background:#191b19 url('../images/common/bg_footer.webp?20250819') no-repeat right center;
	background-size:auto 100%;
	color:#fff;
	font-size:16px;
}
.footer-inner{
	display:flex;
	max-width:940px;
	margin:0 auto;
	justify-content:space-between;
	align-items:center;
}
#fnav ul {
	list-style: none;
	gap:70px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
#fnav a {
	color: #fff;
	text-decoration: none;
}
#fnav a:hover {
	text-decoration: underline;
}
footer h3{
	padding:0 0 10px;
}
footer h3 img{
	display:block;
}
footer address {
	font-style: normal;
	white-space:nowrap;
}
.gotop {
	width: 64px;
	height: 64px;
	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:3px solid #33b5ed;
	box-sizing:border-box;
	border-radius:50%;
	background:#fff;
}
.gotop img {
	display: block;
}
.copyright{
	display:flex;
	justify-content:space-between;
	max-width:940px;
	margin: 0 auto;
	color:#222;
	font-size:16px;
	line-height: 50px;
}
.copyright a{
	color:#222;
	text-decoration:none;
}
.copyright a:hover{
	text-decoration:underline;
}

img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

img.alignright {
	float: right;
	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;
}

.sp_only {
	display: none !important;
}