img{
	max-width:100%;
	height:auto;
}
html {
	position: relative;
	min-width: 1260px;
	width:100%;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
body {
	color: #000000;
	width: 100%;
	min-width: 1260px;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings:'palt';
}
/*
.wf-loading body {
	opacity: 0;
}
.wf-active body {
	opacity: 1;
	transition: opacity 0.3s ease;
}
*/
a{
	color:#ff7800;
}
a:hover{
	transition:0.5s;
}
a:hover img{
	opacity:0.7;
	transition:0.5s;
}
.eng{
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 800;
	font-style: normal;
}
details summary{
	cursor:pointer;
}
header{
	width:100%;
	padding:0 15px 0 15px;
	box-sizing:border-box;
	height: 90px;
	min-width: 1200px;
	position:fixed;
	display:flex;
	justify-content:space-between;
	top:0px;
	left:0;
	z-index:10000;
	align-items:center;
}
header.bg_white{	
	background:rgba(0,0,0,0.3);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
    backdrop-filter: blur(5px) brightness(110%);
}
header h1{
	font-size:14px;
	width:340px;
	white-space:nowrap;
}
header h1 a{
	display:flex;
	flex-direction:column;
	width:100%;
	height:100%;
	color:#fff;
	align-items:center;
	text-decoration:none;
	gap:5px;
}
header h1 a img{
	display:block;
}

#header_nav{
	height:100%;
}
#header_nav ul{
	padding:0;
	list-style:none;
	display:flex;
	justify-content:flex-end;
	gap:20px;
	font-size:13px;
	height:100%;
	align-items:center;
}
#header_nav a{
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#header_nav li{
	text-align:center;
}
#header_nav a img{
	display:block;
	margin:0 auto;
	width:38px;
	height:35px;
	object-fit:contain;
}
#menu{
	width:52px;
}
#header_tel{
	font-size:30px;
	font-weight:bold;
	display:flex;
	color:#fff;
	gap:5px;
	align-items:center;
}
.nav-toggle {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	top: 0;
	right: 0;
	color: #fff;
}

.nav-toggle div {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap:6px 8px;
	box-sizing: border-box;
	margin: 0 auto 6px;
	text-align:center;
}

.nav-toggle span {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 12px;
	height: 7px;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}


.open .nav-toggle span:nth-child(1) {
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	width: 40px;
	height: 7px;
	top: 10px;
	left: 0px;
}

.open .nav-toggle span:nth-child(2),
.open .nav-toggle span:nth-child(4),
.open .nav-toggle span:nth-child(5),
.open .nav-toggle span:nth-child(6),
.open .nav-toggle span:nth-child(7),
.open .nav-toggle span:nth-child(8),
.open .nav-toggle span:nth-child(9) {
	width: 0;
	left: 50%;
}

.open .nav-toggle span:nth-child(3) {
	top: -2px;
	left: 0px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	width: 40px;
	height: 7px;
}

#nav-open {
	padding: 0px 0 0 0;
}

#nav-close {
	display: none;
	padding: 0px 0 0 0;
}

.open #nav-close {
	display: block;
	padding: 0px 0 0 0;
}

.open #nav-open {
	display: none;
	padding: 0px 0 0 0;
}

#global-nav {
	position: fixed;
	width: calc(100% - 260px);
	border: 1px solid #ccc;
	padding: 100px 15% 50px 5%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.95);
	top: 130px;
	right: 130px;
	animation-name: rotateYAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	z-index: 10000;
	display: none;
}

@keyframes rotateYAnime {
	from {
		
	}

	to {
	}
}

#global-nav li {
	margin: 0 0 10px;
}

#global-nav a {
	text-decoration: none;
}

#global-nav a img {
	width: 24px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.open #global-nav {
	display: block;
}

#gnav {
	display: flex;
	justify-content: space-between;
}

#gnav ul li ul {
	padding: 20px 0 0 30px;
}
footer {
	padding: 60px 0 0;
	background: #cccccc;
	line-height: 1.8em;
}

#footer_wrap {
    position: relative;
    width: 1100px;
    background: #fff;
    padding: 25px 0;
    border-radius: 25px;
    top: -30px;
    margin: 0 auto;
    text-align: center;
}

#footer_wrap h3 {
	padding: 30px 0;
}

#footer_wrap h3 img {
	width: 400px;
	margin: 0 auto;
	display: block;
}

#footer_inner {
	gap: 0;
    display: flex;
    justify-content: center;
}
#footer_inner dl {
	width: calc(100% / 3);
	flex: none;
	position: relative;
	display: flex;
	flex-direction: column
}

#footer_inner dl dt {
	color: #fff;
	position: relative;
	top: -20px;
}

#footer_inner dl:nth-child(1) {
	background: #ffe5c1;
}

#footer_inner dl:nth-child(2) {
	background: #e2f3d6;
}

#footer_inner dl:nth-child(3) {
	background: #ffe7e3;
}

#footer_inner dl:nth-child(1) dt {
	background: #df8500;
}

#footer_inner dl:nth-child(2) dt {
	background: #4a882c;
}

#footer_inner dl:nth-child(3) dt {
	background: #b93c32;
}

#footer_inner .address {
	height: 100px;
	margin: 0 0 30px;
}

#footer_inner .area {
	border: 2px solid #ffffff;
	border-radius: 20px;
	margin: 0 20px 20px;
	margin-top: auto;
	box-sizing: border-box;
	padding: 0px 20px 20px;
	text-align: left;
	height: 280px;
	position: relative;
}

#footer_inner .area h4 {
	position: relative;
	top: -15px;
	font-size: 18px;
	text-align: center;
}

#footer_inner dl:nth-child(1) h4 {
	color: #df8500;
}

#footer_inner dl:nth-child(2) h4 {
	color: #4a882c;
}

#footer_inner dl:nth-child(3) h4 {
	color: #b93c32;
}
.gotop {
	width: 49px;
	height: 49px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 100000;
}

.gotop a {
	display: block;
	text-align: center;
	background: #d83535;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
}

#copyright {
	line-height: 40px;
	margin: 0 auto;
	left: 0;
	text-align: center;
	color: #FFF;
}

.sp_only {
	display: none;
}