*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
scroll-behavior: smooth;
font-size: 1.5vw;
}
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;

}
a{
	text-decoration: none;
}
h1{
}
h2{
	font-size:30px;
	margin:20px auto;
	color: #8cc63f;/*文字色*/
	position: relative;
display: inline-block;
	padding: 0 2.5em;

}
h2:before, h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 7%;
height: 1px;
background-color: #8cc63f;
}

h2:before {left:0;}
h2:after {right: 0;}
h3{
	font-size: 20px;
	text-align: left;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #000;/*文字色*/
background: #f4f4f4;
border-left: solid 5px #8cc63f;/*左線*/
}

#header{
padding:0px 0px -0px 0px;
background:#fff;
position: absolute!important;
top:0;
left: 0;
width:100%;
z-index:100;
transition: .3s;
box-shadow: 0px 0px 3px #9e9e9e;
border-top: 5px solid #8cc63f;
}
.inner{
margin:0 auto;
width:100%;
}
.h-t{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.logo{
	max-width: 400px;
	margin: 0px 0px 0px 20px;
  display: block;
}

.logo-big{
	width: 280px;
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.company-name{
	font-weight: lighter;
	font-size: 15px;
	margin: 0px;
}
.company-name2{
	font-size: 1em;
	margin: 0px;
}
.logo-big p a img{
	height: 60px;
	margin-right: 10px;
}
.name{

}
.company-name2 img{
	width: 100%;
	max-width: 220px;
}
.top-info{
	display: flex;
	height: 35px;
  margin: 20px 20px 5px 0;
	font-size: 15px;
	text-align: center;
	padding: 2px;
	align-items: center;
}

.top-info .phone {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color:#fff;
	background: #70531c;
	transition: .3s;
  border-radius: 5px;
	padding: 5px;
}
/*

.top-info .phone::after {
  position: absolute;
  bottom: .2em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: .2s;
}
.top-info .phone:hover::after {
  bottom: 0;
  opacity: 1;
}
*/
.top-info a img{
	width: 35px;
	height: 35px;
	margin:0px 15px;
}
.modal{
    display: none;
	}
#menu-box{
margin-left: auto;
background-color: #8cc63f;
}
/* ---------------------------------------- ナビ上に関する指定 */
#menu{
  width: 100%;
  display: flex;
	justify-content: space-around;
  padding: 0;
	margin:0;
	background-color: #8cc63f;

}
#menu li{
  display: block;
	width: 20%;
  float: left;
  margin: 0;
  padding:15px 0;
	line-height: 18px;
	text-align: center;
}
#menu li+li{
  border-left: solid #fff 1px;
}
#menu li i{
	font-size:30px;
}
#menu li a{
	width: 100%;
  padding: 0px;
  text-align: center;
  text-decoration: none;
	position: relative;
  display: inline-block;
  transition: .3s;
color:#fff;
font-size: 15px;
}
#menu li a p{
	color:#fff;
	margin:10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu li a p img{
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	margin: 0 auto;
	vertical-align: bottom;
}
/*
#menu li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: .2s;
}
#menu li a:hover::after {
  bottom: 0;
  opacity: 1;
}
*/

#toggle{
 display: none;
}
.menu-box2{
	display: none;
}
main{
margin-top: 134px;
}
/*-------------------------------------------------------------------*/
footer{
	background: #8cc63f;
	color: #fff;

width: 100%;
height: auto;
font-size: 20px;
padding: 20px 0;
}
footer a{
	color: #fff;
	text-decoration: none;
}
.ft{
	display: flex;
	justify-content: flex-start;
	margin: 10px auto;
	width: 80%;
	max-width: 800px;
}

.f-info{
	display: block;
	margin: 0px auto 30px;;
	font-size: 0.8em;
}

.f-info p{
	margin-bottom: 15px;
}
.f-info p a{
	position: relative;
  display: inline-block;
  transition: .3s;
	color:#fff;
}
.f-info p a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: .3s;
}
.f-info p a:hover::after {
  bottom: 0;
  opacity: 1;
}


.f-menu{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	padding: 0 0px;
	margin: 0px auto 0;
	font-size: 0.8em;

}
.f-menu li{
list-style: none;
margin-bottom: 15px;
}
.f-menu li a {
	position: relative;
  display: inline-block;
  transition: .3s;
		color:#fff;
}
.f-menu li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: .3s;
}
.f-menu a:hover::after {
  bottom: 0;
  opacity: 1;
}

.copy{
	width: 100%;
	color: #fff;
	text-align:center;
  margin-top: 10px;
	font-size: 0.8em;

}

@media only screen and (max-width:1000px) {
h2{
	font-size: 24px;
}
	#header{
		height: auto;
		border-top: none;
	}
	.inner{
		margin:0px auto 0 auto;
		width:100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-info{
		display: none;
	}
	.logo{
		margin: 5px 0px 5px 15px;
	}
	.logo-big{
		height: 50px;
	}
.h-t{
	height: auto;
}
#links02{

}
	.company-name{
		font-size: 12px;
		margin: 0px;
	}
	.company-name2{
		font-size: 15px;
		margin: 0px;
	}
	.logo-big p a img{
		height: 40px;

	}
	.top-info{
		height: 30px;
		margin-top:45px;
		font-size: 15px;
		margin-right: 20px;
	}
	.top-info a img{
		margin: 0 10px;
	}
	.sns{
		display: none;
	}
	#menu-box{
	display: none;

	}
	/*		#menu{
				display: none;
			}
			#menu li{
				width: 100%;
				height: 50px;
				padding-bottom: 10px;
				background: #a0a0a0;
	      margin-top: -18px;
				font-size: 15px;
				font-weight: normal;
			}
			#toggle{
				display: block;
				position: relative;
				width: 100%;
				background: #a0a0a0;
				padding-bottom: 0px;

			}
			#toggle a{
				display: block;
				position: relative;
				padding: 6px 0 10px;
				color: #fff;
				text-align: center;
				text-decoration: none;
				background: #a0a0a0;
				font-size: 15px;
			}
			*/
			.js-modal-open{
	text-decoration: none;
	color:#000;
	font-size:30px;
	padding:9.5px 12px;
	display: inline-block;
	vertical-align: middle;

}
.modal{
	width: 100vw;
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
}
.modal__bg{
    background: rgba(140,198,63,0.9);
    height: 100vh;
    position: absolute;
    width: 100vw;
}
.modal__content{
    padding: 40px;
    position: absolute;
    top: 0%;
		font-size: 15px;
		height: auto;
		height: 100vh;
		z-index: 9999;

}
.modal__content ul{
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
.modal__content ul li{
	width: 100%;
	list-style: none;
	margin:15px 0;
}
.modal__content ul li a{
	text-decoration: none;
	color:#fff;
}
.modal__content ul li a i{
	padding-right: 10px;
}
.js-modal-close{
	text-decoration: none;
	color:#fff;
}
	.menu-box2 {
			display: block;
	    margin: 0px auto 0px;
	    padding: 0;
			font-size: 15px;
			text-align: right;
	}

	.menu-box2 a {
	    display: block;
	    text-decoration: none;
	    color: #000;
	    line-height: 1;

	}

	main{
	margin-top: 60px;
	}
}/*max--width:1000px;*/


@media only screen and (max-width:768px) {
	h2{
	}
	.company-name2 img{
		width: 100%;
		max-width: 100px;
	}
	.top-info{
		font-size: 15px;
	}
		#page-top a img{
			width: 50px;
			-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		}
		#page-top a:hover img {
		  width: 70px;

		}
	/*-------------------------------------------------------------------*/
	footer{
		color: #fff;

	width: 100%;
	height: auto;
	font-size: 20px;

	}
	footer a{
		color: #fff;
		text-decoration: none;
	}
	.ft{
		width: 90%;
		margin-top: 10px;
	}
	.f-innner{
		width: 100%;
	}

	.f-info{
	}

	.f-info p a {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
			color:#fff;
	}

	.f-menu{
		padding: 15px 0px;
		margin: 0;
		border-top: 1px #fff solid;
		border-bottom: 1px #fff solid;

	}
	.f-menu li{
		padding-left: 0px;
	list-style: none;
	margin: 5px 0;
	}
	.f-menu li a {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
			color:#fff;
	}
	.copy{
		width: 100%;
		color: #fff;
		text-align:center;
	  margin-top: 10px;
		font-size: 12px;

	}
}
@media only screen and (max-width:450px) {
	h2{
		font-size: 20px;
		padding: 0 8%;
	}
	.logo-big{
		width: auto;
	}
}
