@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html{
	
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    }
header nav a{
	position: relative;
	color: #000;
}
footer nav a{
	position: relative;
	color: #fff;
}
header nav a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #000000;
bottom: -1px;               
transform: scale(0, 1);     
transform-origin: left top; 
transition: transform 0.3s;
}
footer nav a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #fff;
bottom: -1px;               
transform: scale(0, 1);     
transform-origin: left top; 
transition: transform 0.3s;
}
nav a:hover::after {
transform: scale(1, 1);
}
#page-top a {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	background-image: url(../images/btn_pagetop.png);
	background-size: 100%;
	border-radius: 8px;
	text-indent: -9999px;
	z-index: 999;
}
#page-top a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.hed_line{
	background: linear-gradient(90deg, #919191 0%, #919191 64%, #2a6214 50%, #2a6214 100%);
height: 21px;
}
.hed_wrap{
	display: -webkit-flex;
 display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
	width: 1200px;
	margin: 15px auto 0;
	
}
.hed_wrap a{
	color:#000;
}
.hed-logo_wrap:hover{
	opacity: 0.8;
}
.hed-logo_txt{

  font-size: 28px;

	font-weight: bold;
	letter-spacing: 3px;
	display: flex; 
justify-content: center;
align-items: center;
 cursor:pointer;

}
.hed-logo_wrap h1{

  font-size: 28px;

	font-weight: bold;
	letter-spacing: 3px;
	display: flex; 
justify-content: center;
align-items: center;
 cursor:pointer;
	margin: 0;

}

.hed-logo_txt::before{
	 content: '';
  display: inline-block;
  width: 59px;
  height: 53px;
  background-image:url("../images/hed_logo.png");
  background-size: contain;
  vertical-align: middle;
	margin: 0 12px 0 0;
}
header nav{
	margin: 37px 0 0;
	font-weight: bold;
}

.hed_wrap ul{
	margin: 0;
}
.hed_wrap li{
	display: inline;
	margin: 0 9px;
}
.hed_wrap li:last-child{
	margin: 0;
}
.foot {
  background: #919191;
  color: #fff;
}
.top-foot_contents {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
.top-foot_logo {
  font-size: 18px;
  
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  font-weight: bold;
}
.top-foot_logo::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 53px;
  background-image: url("../images/foot_logo.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.foot {
  padding: 39px 0;
}
.top-foot-contents_left {
  padding: 0 41px 0 0;
  border-right: 1px solid;
}
.foot nav {
  display: -webkit-flex;
  display: flex;
  margin: 41px 0 0 0;
  padding: 0 0 0 64px;
  line-height: 47px;
}
.foot ul {
  margin: 0 86px 0 0;
}
.foot li {
  display: block;
}
.top-foot-address_wrap {
  margin: 22px 0 0 0;
  font-size: 14px;
  
  color: rgb(255, 255, 255);
  line-height: 23px;
}
.top-foot-address_flex {
  display: flex;
  align-items: center;
}
.top-foot-address_flex div:first-child {
  margin: 0 16px 0 0;
}
.top-foot-contents_right {
  text-align: center;
  margin: 112px 0 0 137px;
}
.top-foot-contents_right div:first-child {
  background: #16a88e;
  font-size: 14px;
  
  color: rgb(254, 254, 254);
  text-align: center;
}
.top-foot-contents_right div:nth-child(2) {
  margin: 28px 0 0 0;
  font-size: 14px;
  
  color: rgb(254, 254, 254);
}
.top-foot-contents_right div:nth-child(3) {
  font-size: 20px;
  
  color: rgb(254, 254, 254);
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 33px;
}
.top-foot-contents_right div:nth-child(3)::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 23px;
  background-image: url("../images/top-foot-tel_ico.png");
  background-size: contain;
  vertical-align: middle;
}
.top-foot-contents_right div:nth-child(4) {
  font-size: 14px;
  
  color: rgb(254, 254, 254);
  line-height: 1.143;
  margin: 12px 0 0 0;
}
.top_copy {
  background: #676868;
  text-align: center;
  font-size: 14px;
  
  color: rgb(254, 254, 254);
  padding: 28px 0;
}

