@charset "utf-8";
#footer{
	background-color: #EEEEEE;
	text-align: center;
	margin-top: 30px;
}

.page-header h1 a {
	color: #000;
}
.page-header h1 a:hover {
	text-decoration: none;
}

.img-responsive-overwrite{
    margin: 0 auto;
}
.carousel{
  width:80%;  /*希望するサイズ*/
  margin:auto;
}

.carousel img{
  width:100%;
}

#map_canvas {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#map_canvas iframe,
#map_canvas object,
#map_canvas embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}