html{overflow-x: hidden;}
/******header******/
#header{
  width: 100%;
  margin: 0 auto;
}

.wrap_header{
  width: 100%;
  padding: 30px 50px;
  box-sizing: border-box;
}


.leftHeader{
  display:inline-block;
}

.leftHeader h1{
  display: inline-block;
	width:160px;
	vertical-align:middle;
}

.leftHeader h1 img{
	width:100%;
}

.HeaderList{
	display:inline-block;
	vertical-align:middle;
  width: 650px;
  margin-left: 20px;
}

.HeaderList >li{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #222;
  margin-left: 20px;
  position: relative;
  width: 16%;
  text-align: center;
}

.HeaderList >li:first-child{
  margin-left: 0;
}

.HeaderList >li >a:hover{
  text-decoration:none;
}

.HeaderList >li >a{
  font-size: 18px;
  display: block;
  line-height: 40px;
  transform: skew(-0.03deg);
}

.RightHeader{
  float: right;
  margin-top: 20px;
}

.Contact{
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  border-radius: 30px;
  border: 1px solid #1d2088;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #1d2088;
  font-weight: bold;
  transition: All 0.4s;
  text-decoration: none;
}


.Contact:hover{
  border: 1px solid #1d2088;
  background-color: #1d2088;
  color: #fff;
}

.Menu{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 40px;
}

.Menu img{
  width: 100%;
}

.HeaderAbbox{
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.3s;
  background-color: #fff;
  z-index: 2;
}


.headermenu{
  width: 100%;
  margin: 0;
}

.headermenu >li{
  border-bottom: 1px solid #e5e5e5;
}

.headermenu >li:last-child{
  border-bottom: 0;
}

.headermenu >li >a{
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  transform: skew(-0.03deg);
}

.HeaderList >li:hover .HeaderAbbox01{
  height: 120px;
}

.HeaderList >li:hover .HeaderAbbox02{
  height: 80px;
}

.HeaderList >li:hover .HeaderAbbox03{
  height: 160px;
}

.headermenu >li:hover >a{
  background-color: #70917c;
  color: #fff;
  text-decoration: none;
}

/******footer*****/


#footer{
  width: 100%;
  margin: 0 auto;

  border-top: 1px solid #e5e5e5;
}

.wrap_footer{
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}


.wrap_footer::after{
  display: block;
  content: "";
  clear: both;
}




.wrap_footer{}

.LeftFooter{
  float: left;
}


.LeftFooter >a{
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}

.LeftFooter >a >img{
  width: 100%;
}


.footerInfo{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: 30px;
}

.footerInfo address{
  transform: skew(-0.03deg);
  font-size: 16px;
  line-height: 26px;
}

.footerInfo >p{
  transform: skew(-0.03deg);
  font-size: 16px;
  line-height: 26px;
}




.Sns{
  float: right;
  width: 14%;
  position: relative;
}

.Sns::after{
  display: block;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #e5e5e5;
  position: absolute;
  left: -74%;
  top: 15%;
}


.snsList{
  width: 100%;
  margin: 50px auto 0;
}

.snsList >li{
  display: inline-block;
  vertical-align: middle;
  width: 29.3%;
  margin-left: 2%;
}

.snsList >li:first-child{
  margin-left: 0;
}

/***************/
.over{
  display: none;
}

.mo_ham{
  display: none;
}

.hamburger{
  display: none;
}

/************/

.mo_767{
  display: none;
}

.mo_1180{
  display: none;
}
