@charset "UTF-8";

section{
	margin: 0 auto 10vh auto;
	width: 900px;
}
#footer section{
  width: auto;
}
section:not(.recruit){
	padding-top: 0;
}
#map_wrap {
    max-width: 773px;
    width: 100%;
    margin: 60px auto 70px;
    height: 490px;
}
#map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#map iframe, #map object, #map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------------------------------*/
/*768px以下*/
/*---------------------------------------------*/
@media only screen and (max-width: 768px) {
	section {
	    margin: 0 auto 10vh auto;
	    width: 100%;
	}
	footer#footer {
    	margin-top: -200px;
	}
}

