@charset "utf-8";
.top{
	background:url(../image/topslide/IMG_2079.JPG);
	background-size:cover;
}
.logoEni{color:#000;}
.top-logo{background:linear-gradient(90deg,rgba(0,0,0,0.9),rgba(0,0,0,0.0));}
.write-area h1{background:#9966CC;}


 
@media screen and (min-width:481px){
.gmap {
position: relative;
padding-top: 30px;
height:630px;
width:820px;
overflow: hidden;
}
 

.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width:820px;
height:600px;
}



}

@media screen and (max-width:480px){
.gmap {
position: relative;
padding-top: 10px;
width:100%;
height:270px;
overflow: hidden;
}
	
	
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width:100%;
height:260px;
}

}