@charset "UTF-8";

/* ===================================================================

	交通アクセス
	
=================================================================== */

.pageHeadingDoor {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)),  url("/access/images/access_heading.jpg") top center no-repeat;
  	background-size: cover;
}

.gmap {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
	margin-bottom:20px;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.wrapper-access {
	background-color: #fff;
	border-top: 1px solid #ae2353;
	padding: 30px 0;
}

#bus {	
	border-bottom: 1px solid #ae2353;
}