img{
	max-width:100%;
	height:auto;
}
html {
	position: relative;
	min-width: 1360px;
	width:100%;
}
body {
	color: #000;
	width: 100%;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings:'palt';
	width:100%;
}
a{
	color:#ad1417;
}
a:hover{
	transition:0.5s;
}
a:hover img{
	opacity:0.7;
	transition:0.5s;
}
a[href^="tel:"] {
    pointer-events: none;
	text-decoration:none;
	color: #000;
}
header{
	width:300px;
	height:100vh;
	border-right:4px solid #ad1417;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	background:#fff;
}
header h1{
	height:30.185vh;
	padding:3vh 1vw 3vh 1vw;
	border-bottom:4px solid #ad1417;
	box-sizing:border-box;
}
header h1 a{
	width:100%;
	height:100%;
	display: block;
	display: flex;
	justify-content:center;
	text-align:center;
	align-items:center;
	text-decoration:none;
}
header h1 a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}
#gnav{
	height:69.815vh;
	display:flex;
}
#menu{
	/*width:80px;*/
	width:3px;
	flex:none;
	height:100%;
	background:#ad1417;
	box-sizing: border-box;
	text-align: center;
	z-index: 10001;
	display:flex;
	justify-content:center;
	align-items:center;
}
.nav-toggle {
	/*display: block;*/
	display:none;
	cursor: pointer;
	position: relative;
	color: #fff;
}
.nav-toggle div {
	position: relative;
	width: 43px;
	box-sizing: border-box;
	margin: 0 auto;
}
.nav-toggle span {
	display: block;
	position: absolute;
	margin: 0 auto;
	height: 6px;
	width: 100%;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.nav-toggle span:nth-child(1) {
	top: 0px;
}
.nav-toggle span:nth-child(2) {
	top: 16px;
}
.nav-toggle span:nth-child(3) {
	top: 32px;
}
.open .nav-toggle span:nth-child(1) {
	top: 16px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open .nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open .nav-toggle span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
#nav-open {
	padding: 46px 0 0 0;
	font-size: 16px;
}
#nav-close {
	display: none;
	padding: 46px 0 0 0;
	font-size: 16px;
}
.open #nav-close {
	display: block;
}
.open #nav-open {
	display: none;
}
#gnav_wrap{
	/*width:calc(100% - 80px);*/
	width:calc(100% - 10px);
	padding:5.5vh 20px 0;
	box-sizing:border-box;
	position:relative;
}
#gnav ul{
}
#gnav1 a{
	position:relative;
	display: block;
	font-weight:700;
	text-decoration:none;
	color:#000;
}
#gnav1 li{
	margin-bottom:1.8dvh;
}
#gnav1 a:hover{
	color:#ad1417;
}
#gnav2{
	position:absolute;
	bottom:8.3vh;
	width:calc(100% - 40px);
}
#gnav2 li:nth-child(1){
	margin-bottom:2.7vh;
}
#gnav2 a{
	display:block;
	line-height:5.9vh;
	text-align:center;
	border:3px solid #ad1417;
	border-radius:20px;
	text-decoration:none;
	font-weight:700;
}
#gnav2 li:nth-child(1) a{
	background:#ad1417;
	color:#fff;
}
#gnav2 li:nth-child(1) a:hover{
	background:#fff;
	color:#ad1417;
}
#gnav2 li:nth-child(2) a:hover{
	background:#ad1417;
	color:#fff;
}
#global-nav {
	position: fixed;
	width: calc(100% - 300px);
	padding: 6vh 10vw 8vh 3.9vw;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
    backdrop-filter: blur(5px) brightness(110%);
	top: 0;
	left: 300px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 10000;
	display: none;
}
#global-nav li {
	margin: 0 0 7px;
}
#global-nav a {
	text-decoration: none;
	font-weight:700;
}
.open #global-nav{
	display: block;
}
#global-nav > ul > li{
	border-bottom:1px dotted #ccc;
}
#global-nav > ul > li > a{
	display:block;
	line-height:7.4vh;
	padding:0 20px;
	color:#000;
	text-decoration:none;
}
#global-nav a:hover{
	color:#ad1417;
}
.child-nav a{
	color:#000;
	white-space:nowrap;
}
.child-nav a:before{
	content:"●";
	color:#ad1417;
}
#global-nav7 .child-nav{
	display:flex;
	padding:0 40px;
	gap:3.5%;
}
#global-nav8 .child-nav{
	padding:0 0 0 40px;
}
#wrapper{
	padding:0px 0 0 300px;
}
main{
	line-height:1.8em;
	position:relative;
	width:100%;
}
footer{
	display:flex;
	padding:0 0 4px;
}
footer address{
	width:63%;
	padding:0 7vw 0 7vw;
	box-sizing:border-box;
	flex:none;
	display:flex;
	justify-content:center;
	align-items:center;
	font-style:normal;
	line-height:1.8em;
}
footer address h2{
	margin-bottom:30px;
}
#footer_contact{
	padding:20px 0 50px;
}
#footer_contact a{
	display:block;
	line-height:48px;
	color:#000;
	text-decoration:none;
	border:1px solid #ad1417;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	width:200px;
	text-align:center;
	box-sizing:border-box;
}
#privacy a{
	text-decoration:none;
	color:#7c7c7c;
}
#privacy a:hover{
	text-decoration:underline;
}
#fnav{
	width:37%;
	padding:5.5vh 0 5.5vh 4.68vw;
	box-sizing:border-box;
	flex:none;
	background:#ad1417;
	flex:none;
	border-radius:20px 0 0 20px;
}
#fnav ul{
}
#fnav ul li{
	margin-bottom:20px;
}
#fnav a{
	position:relative;
	display: block;
	font-size:24px;
	color:#fff;
	text-decoration:none;
}
#fnav a:hover{
	text-decoration:underline;
}
.gotop{
	width:50px;
	height:50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

.gotop a{
	display: block;
	line-height:40px;
	text-align:center;
	border-radius:5px;
	color:#ad1417;
	text-decoration:none;
	background:#fff;
	border:5px solid #ad1417;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	font-size:24px;
	font-weight:700;
}
.gotop a:hover{
	background:#ad1417;
	color:#fff;
}
#copyright{
	position:absolute;
	text-align:center;
	font-size:12px;
	color:#7c7c7c;
	bottom:1.8vh;
}
.sp_only{
	display:none;
}