@charset "utf-8";

.wrapper { /* 全体の背景に市松模様。ベタ塗りはcontainerを分割して適応 */
	background-image: url(../img/common/sl_bg.jpg);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
}
@media (min-width: 1200px) { /* bootstrap:1601行目のcontainerのwidthを強制変更 */
  .container-fluid {
		padding: 0;
	}
  .container {
    width: 1100px !important;
		background: #FFF;
		/* padding: ; */ /* 他ページとバランスが取れるよう計算し直し。def-lr:15px; */
	  margin: 5.0rem auto;
  }
	.footer {
		background: #FFF !important;
	}
}

h2.PageTitle {
	text-align: center;
	font-size: 2.4rem;
	color: #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	margin: 10rem 0 0;
	padding-bottom: 15px;
}

.map_wrapper {
  max-width: 100%;
  min-width: 280px;
  margin: 20px auto;
  padding: 4px;
  border: 1px solid #CCC;  
}
 
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.googlemap {
    position: relative;
    padding-bottom: 300px;
    height: 0;
    overflow: hidden;
}
@media only screen and (min-width:  600px) { 
  .googlemap {
    padding-bottom: 400px;
  }
}
 
@media only screen and (min-width:  960px) { 
  .googlemap {
    padding-bottom: 500px;
  }
}