@charset "utf-8";
.head_img_access {
  background-image: url(/access/img/head_img.jpg);
}
.address {
	font-size: 140%;
	margin-top: 0.5em;
}
.tel {
	font-size: 140%;
	margin-top: 0.5em;
}
.google_map {
  margin-top: 2em;
  position: relative;
  padding-top: 66.6%;
  height: 0;
  overflow: hidden;
}
.google_map iframe {
    position: absolute;
    top: 0;
    left: 2px;
    width: 100%;
    height: 100%;
}







@media screen and (max-width: 768px) {
.google_map {
  padding-top: 100%;
}
}
