
/*============================================================================

	#mainvisual

============================================================================*/
.mainvisual_wrap{
  height: 1538px;
  background: none;
}
#mainvisual{
  height: calc(1538px - 206px);
  background: url(../images/slider_bg.png) no-repeat center bottom;
}

#mainvisual::before{
  display: none;
}

.box1{
	position:relative;
	width:1200px;
	margin:0 auto 0px;
}

nav li.logo {
  margin-top: -50px;
}
nav li h1 img{
  width: 172px;
	height: 172px;
}

nav li:nth-child(4) a::after {
    top: auto;
    bottom: 18px;
}

.fixed h1{
  margin-top: 50px;
}

@media screen and (max-width:640px) {
/* スマホ */
  
  .mainvisual_wrap{
    height: inherit;
  }
#mainvisual{
	height:900px;
  background-size: cover;
  margin-top:150px;
}
  
  .box1 {
    width: auto;
}
  
  .fixed h1{
    margin-top: 0;
  }

}