img{
	max-width:100%;
	height:auto;
}
html {
	position: relative;
	min-width: 1280px;
	width:100%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
body {
	color: #222;
	width: 100%;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings:'palt';
	width:100%;
}
a{
	color:#f8b500;
}
a:hover{
	transition:0.5s;
}
a:hover img{
	opacity:0.7;
	transition:0.5s;
}
header{
	width:463px;
	box-sizing:border-box;
	height: 100px;
	position:fixed;
	top:0;
	right:0;
	z-index:10000;
}
#logo1{
	width:178px;
	text-align:center;
	position:absolute;
	top:20px;
	right:102px;
}
#logo1 img{
	display:block;
	margin:0 auto;
}
#logo1 a{
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:14px;
}
header h1 a img{
	display:block;
	width:auto;
}
#menu {
	position: absolute;
	top:20px;
	right:20px;
	box-sizing: border-box;
	text-align: center;
	z-index: 10001;
	width: 40px;
	height:40px;
	color:#fff;
	font-size:13px;
}
.nav-toggle {
	width: 40px;
	cursor: pointer;
	position: relative;
}

.nav-toggle div {
	position: relative;
	width: 40px;
	height: 24px;
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	margin: 0 auto;
}

.nav-toggle span {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 3px;
	width: 100%;
	background: #fff;
	left: 0%;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.nav-toggle span:nth-child(1) {
}

.nav-toggle span:nth-child(2) {
}

.nav-toggle span:nth-child(3) {
}

.menu-close{
	display:none;
}
header.bg_white{
	background:#f89200;
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	border-radius:0 0 0 100px;
}
header.bg_white #logo1{
	width:270px;
}
header.bg_white #logo1 a{
	font-size:21px;
}
header.bg_white h1{
	transition:0.5s;
}
header.bg_white #menu {
	width: 60px;
	height:60px;
	font-size:20px;
}
header.bg_white .nav-toggle {
	width: 60px;
}
header.bg_white .nav-toggle div {
	position: relative;
	width: 60px;
	height: 35px;
}
.nav-toggle span {
	height: 5px;
}
.open header{	
	width:630px;
}
.open .nav-toggle span {
	background:#666;
}
.open .menu-close{
	display:block;
	color:#666666;
}
.open .menu-open{
	display:none;
}
.open .nav-toggle span:nth-child(1) {
	position:absolute;
	top: 40%;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open .nav-toggle span:nth-child(3) {
	position:absolute;
	top: 40%;
	display: block !important;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}.open .nav-toggle span:nth-child(2){
	position:absolute;
	top: 40%;
	opacity: 0;
} 

#nav-open {
	padding: 0px 0 0 0;
	font-size: 12px;
}

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

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

.open #nav-open {
	display: none;
	padding: 0px 0 0 0;
}
#logo2{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	padding:0 0 0 20px;
	text-align:center;
}
#gnav {
	position: fixed;
	width: 630px;
	height: 100px;
	border-radius:0 0 0 20px;
	overflow:auto;
	padding: 0px 50px 0px 0;
	box-sizing: border-box;
	background:#fff;
	top: 0px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 8000;
	display: none;
	gap:25px;
}
#gnav ul{
	display:flex;
	flex-wrap:wrap;
	padding:20px 20px 0 0;
}
#gnav ul li{
	width:calc(100% / 3);
}
.open #gnav {
	display: flex;
}
.open #gnav a{
	color:#222;
	text-decoration:none;
	display:block;
	font-size:15px;
	box-sizing:border-box;
}
.open #gnav a span{
	color:#016600;
	font-size:12px;
}
#wrapper{
	padding:0px 0 0;
}
main{
	line-height:1.8em;
	position:relative;
	width:100%;
}
footer{
	padding:80px 0 0px;
}
footer address{
	font-style:normal;
	font-size:16px;
	white-space:nowrap;
	line-height:1.5em;
	font-style:normal;
	text-align:center;
}
footer address h3{
	font-weight:normal;
	margin:0 0 15px;
}
footer address h3 img{
	display:block;
	margin:0 auto;
}
.gotop{
	width:45px;
	height:90px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

.gotop a{
	display: flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
}
.gotop a:hover{
	color:#fff;
}
#copyright{
	margin:20px auto 0;
	text-align:center;
	line-height:40px;
	color:#fff;
	background:#f8b500;
}
.sp_only{
	display:none;
}