@charset "utf-8";

/* common
====================================================================*/
.config {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.config_wide {
  width: 94%;
  margin: 0 auto;
}
.config_full {
  width: 100%;
  margin: 0 auto;
}

.common_btn a,
.common_btn span{
	display: inline-block;
	background: #333333;
	color: #fff;
	font-weight: 500;
	padding: 0.8em 2em 0.8em 1.5em;
	border-radius: 5px;
	position: relative;
	line-height: 1;
}
.common_btn a i,
.common_btn span i{
	color: #27C36F;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0.5em;
	font-size: 1.8rem;
	line-height: 1;
}
.common_btn a:hover,
a:hover .common_btn span {
	background: #797979;
}

/* header
====================================================================*/

header .sp_navi,
header #nav-input { display: none; }

header {
  background: #fff;
  border-top: 3px solid #27C36F;
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  z-index: 999;
}
header .logo {
	width: 345px;
	position: relative;
	z-index: 5;
}

header .nav_set {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}

header .contact {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
header .contact dl {
	display: -webkit-flex;
	display: flex;
	background: #27C36F;
	position: relative;
	padding: 0.7rem 0 1rem 0;
}
header .contact dl::before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 200px 200px 0;
	border-color: transparent #27C36F transparent transparent;
	position: absolute;
	bottom: 0;
	right: 100%;
}
header .contact dl dt {
	color: #fff;
	font-size: 2rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	padding-right: 1.5rem;
	border-right: 1px solid #fff;
	line-height: 1;
}
header .contact dl dd {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	padding: 0 1.5rem;
}
header .contact dl dd > * {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
}
header .contact dl dd .label {
	display: block;
	width: 2.5em;
	background: #fff;
	color: #27C36F;
	line-height: 1;
	padding: 0.5rem 0;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 0.5rem;
}
header .contact dl dd .tel {
	margin-right: 1.5rem;
}
header .contact dl dd .tel a {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
header .contact dl dd .mail a {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
#gnav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
	text-align: center;
	padding-left: 10rem;
}
#gnav ul {
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

#gnav ul li {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	padding: 0 1rem;
}

#gnav .sp_only {
	display: none;
}

@media screen and (min-width:1061px){
	#gnav ul li:hover,
	#strength #gnav ul li.strength,
	#merit #gnav ul li.merit,
	#flow #gnav ul li.flow,
	#lineup #gnav ul li.lineup,
	#company #gnav ul li.company {
		background: #C6991B;
	}
	#gnav ul li:hover a,
	#strength #gnav ul li.strength a,
	#merit #gnav ul li.merit a,
	#flow #gnav ul li.flow a,
	#lineup #gnav ul li.lineup a,
	#company #gnav ul li.company a{
		color: #fff;
	}
}

@media screen and (max-width:1500px){
	#gnav {
		padding-left: 345px;
	}
}
@media screen and (max-width:1250px){
	header .contact dl dt {
		font-size: 1.6rem;
	}
	header .contact dl dd .label {
		font-size: 1.2rem;
	}
	header .contact dl dd .tel a {
		font-size: 2.4rem;
	}
	#gnav ul li a {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:1140px){
	header .logo {
		width: 280px;
	}
	#gnav {
		padding-left: 280px;
	}
}
@media screen and (max-width:1080px){
	header .contact dl dt {
		font-size: 1.4rem;
	}
	header .contact dl dd .label {
		font-size: 1rem;
	}
	header .contact dl dd .tel a {
		font-size: 2rem;
	}
	header .logo {
		width: 240px;
	}
	#gnav {
		padding-left: 240px;
	}
}

/* スマホメニューに切り替え */
@media screen and (max-width:1060px){
	header {
		background: #27C36F;
		border-top: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
  header .logo {
		width: auto;
		height: 60px;
  }
	header .logo img {
		max-width: 100%;
		width: auto;
		height: 60px;
	}
	header .nav_set {
		width: auto;
		-webkit-flex: 1 1 0%;
		flex: 1 1 0%;
		position: static;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-items:center;
		align-items:center;
		-webkit-justify-content:flex-end;
		justify-content:flex-end;
	}
	header .contact {
		width: auto;
		-webkit-flex: 1 1 0%;
		flex: 1 1 0%;
	}
  header .sp_navi {
    display: block;
		width: 60px;
		height: 60px;
  }
  #nav-open {
		display:block;
		width:60px;
		height:60px;
		position:relative;
		background:#27C36F;
		cursor:pointer;
		z-index:6;
	}
  #nav-open .nav_border,
	#nav-open:before,
	#nav-open:after {
		display:block;
		width:calc( 100% - 30px);
		height:3px;
		position:absolute;
		background:#fff;
		transition: all .4s;
		left: 15px;
	}
	
	#nav-open:before {
		content:'';
		top:11px;
	}
	#nav-open:after {
		content:'';
		bottom:26px;
	}
	
	#nav-open .nav_border {
		top:21px;
	}
	#nav-open .text {
		font-size: 1.2rem;
		color: #fff;
		font-weight: 500;
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		text-align: center;
		transition: all .4s;
	}
	#nav-open .text.close {
		opacity: 0;
	}
	
	#nav-input:checked ~ .sp_navi #nav-open .nav_border {
		opacity:0;
	}
	
	#nav-input:checked ~ .sp_navi #nav-open:before{
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	
	#nav-input:checked ~ .sp_navi #nav-open:after {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	
	#nav-input:checked ~ .sp_navi #nav-open .text.close {
		opacity: 1;
	}
	#nav-input:checked ~ .sp_navi #nav-open .text.open {
		opacity: 0;
	}
	
	header .nav-unshown {
		display:none;
	}
  
	#gnav {
		width: 100%;
		display: block;
		position: fixed;
		top: 60px;
		left: 0;
		padding: 0;
		height: 0;
		overflow: hidden;
		opacity: 0;
	}
	#gnav ul {
		display: block;
		width: 100%;
		background: #27C36F;
	}
	#gnav ul li {
		padding: 1em 0;
	}
	#gnav ul li a {
		color: #fff;
		font-size: 1.6rem;
	}
  
	#nav-input:checked ~ #gnav {
		height: auto;
    max-height: 9999px;
		transition: .3s ease-in-out;
		opacity:1;
	}
}

@media screen and (max-width:860px){
	header .contact dl dd {
		display: block;
		padding: 0 1.5rem;
	}
	header .contact dl dd .tel {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width:680px){
	header .contact dl dt {
		display: none;
	}
}
@media screen and (max-width:570px){
	header .contact {
		display: none;
	}
	#gnav .sp_only {
		display: block;
		background: #27C36F;
		border-top: 2px solid rgba(255,255,255,0.7);
		padding: 2rem 0;
	}
	#gnav .sp_only dt {
		display: table;
		background: rgba(255,255,255,0.5);
		border-radius: 5px;
		font-weight: bold;
		margin: 0 auto;
		padding: 0.5rem 1rem;
	}
	#gnav .sp_only .label {
		display: inline-block;
		margin-right: 0.5rem;
		font-size: 1.4rem;
		font-weight: bold;
	}
	#gnav .sp_only dd > * {
		margin-top: 1rem;
	}
	#gnav .sp_only .tel a {
		font-size: 3rem;
		color: #fff;
		font-weight: bold;
	}
	#gnav .sp_only .mail a {
		font-size: 1.8rem;
		color: #fff;
		font-weight: bold;
	}
	
}


/* footer
====================================================================*/
footer {
  width: 100%;
  background: #fff;
}
#stock {
	background: #EDECE2;
	padding: 3rem 0;
}
#stock h4 {
	color: #27C36F;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#stock .kuchikomi {
	display: none;
}
#stock ul {
	width: 100%;
	max-width: 650px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin: 0 auto;
}
#stock ul li {
	width: 48%;
	max-width: 300px;
	margin-top: 2rem;
	background: #fff;
	box-shadow:3px 3px 5px 0px rgba(0,0,0,0.2);
}

#stock .other {
      text-align: center;
      margin-top: 10px;
}
#stock .other ul {
      justify-content: center;
}
#stock .other ul li {
      width: 234px;
      max-width: initial;
}

#ft_addres {
	background: #fff;
	border-top: 1px solid #3E3E3E;
	padding: 5rem 0;
}

#ft_addres .config {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#ft_addres .ft_logo {
	width: 276px;
	max-width: 40%;
	margin-right: 5rem;
}
#ft_addres .text_block {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}
#ft_addres .company_name {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}
#ft_addres .address {
	margin-top: 0.7rem;
}
#ft_addres ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#ft_addres ul li {
	margin-top: 0.7rem;
	margin-right: 2rem;
}

#copyright {
	background: url("../img/copyright_bg.png") right top no-repeat #27C36F;
	background-size: auto 100%;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	padding: 0.5rem 0;
}

@media screen and (max-width:700px){
	#ft_addres .ft_logo {
		margin-right: 2.5rem;
	}
}
@media screen and (max-width:600px){
	#stock ul {
		display: block;
	}
	#stock ul li {
		width: auto;
		margin: 0 auto;
		margin-top: 2rem;
	}
	#ft_addres .ft_logo {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 2rem;
	}

}
@media screen and (max-width:400px){
	#ft_addres {
		padding: 2.5rem 0;
	}
	#ft_addres .company_name {
		font-size: 1.6rem;
	}
	#copyright {
		font-size: 1.2rem;
	}
}