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

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

body {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	color: #444444;
	font-size: 18px;
	padding-top: 100px;
}

@media print {
	a[href]:after {
		content: "" !important;
	}

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

a {
	color: #ff0000;
}

a:hover {
	transition: 0.25s;
}

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

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

header h1 {
	font-size: 17px;
	display: flex;
	height: 100%;
	align-items: center;
	width: 376px;
	flex: none;
}

header h1 a {
	display: flex;
	gap: 10px;
	color: #0f0f0f;
	text-decoration: none;
	white-space: nowrap;
}

header h1 img {
	display: block;
	width: 145px;
	flex: none;
}

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

#gnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0;
	gap: 10px 20px;
}

#gnav ul li a {
	font-size: 17px;
	display: block;
	padding: 0 8px;
	color: #222222;
	border-radius: 5px;
	text-decoration: none;
	line-height: 38px;
	white-space: nowrap;
	border: 1px solid transparent;
}

#gnav ul li a:hover {
	border: 1px solid #ff0000;
}

#gnav7 a,
#gnav8 a {
	padding: 0 20px;
	background: #ff0000;
	color: #fff !important;
	border: 1px solid #ff0000 !important;
}

#gnav7 a:hover,
#gnav8 a:hover {
	background: #fff;
	color: #ff0000 !important;
}

#wrapper {
	padding: 0px 0 0;
}

.more a img {
	vertical-align: middle;
	margin-right: 10px;
}

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

footer {
	padding: 50px 0;
	background: #ff0000;
	color: #fff;
	font-size: 17px;
}

#fnav ul {
	list-style: none;
	padding: 0 0 20px 0px;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#fnav > ul:nth-child(2){
	justify-content: right;
	margin: 0 auto 50px;
}

#fnav > ul:nth-child(2) li{
	margin: 0 0 0 80px;

}

#fnav a {
	color: #fff;
	text-decoration: none;
}

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

.footer-inner {
	display: flex;
	max-width: 940px;
	margin: 0 auto;
	justify-content: space-between;
}

footer h3 {
	padding: 0 0 10px;
}

footer h3 img {
	vertical-align: middle;
	margin-right: 5px;
}

footer address {
	font-style: normal;
	white-space: nowrap;
}

.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 #ff0000;
	box-sizing: border-box;
	background: #fff;
	color: #ff0000;
	border-radius: 10px;
	box-shadow: 0 0 5px #fff;
}

.gotop img {
	display: block;
}

.copyright {
	margin: 0 auto;
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	line-height: 50px;
}

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;
}