@charset "utf-8";
/* CSS Document */

/* ---------------------------------
  『アクセス』ページ専用CSS
------------------------------------*/
h2 {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.12em;
	margin-bottom: 1em;
	text-align: center;
}
h2 div {
	font-size: 80%;
}

section.contents_header {
	background-image: url("../images/access/mainview.jpg");
	background-position: center center;
}

section#map {
	margin-bottom: 4em;
}
section#map .map-inner {
	display: flex;
	justify-content: space-between;
}
section#map .map-inner iframe {
	width: 65%;
	height: auto; 
}
section#map .map-inner img {
	width: 32%;
}
@media screen and (max-width: 640px){
	section#map .map-inner {
		flex-direction: column;
	}
	section#map .map-inner iframe {
		width: 100%;
		height: 400px;
		margin-bottom: 2em;
	}
	section#map .map-inner img {
		width: 100%;
	}
}

section#time-required {
	margin-bottom: 4em;
}
section#time-required .bg-white {
	background-color: #fff;
	padding: 4em;
	margin-bottom: 4em;
}
section#time-required img {
	width: 100%;
}
section#time-required .bus-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 2em;
}
section#time-required .bus-box img {
	width: 40%;
	margin-right: 2em;
}

section#time-required .bus-box table {
	border-collapse:  collapse;
	border-top: 1px solid #fff;
	width: 40%;
}
section#time-required .bus-box tr {
	border-bottom: 1px solid #fff;
}
section#time-required .bus-box tr th {
	padding: 2em;
	background-color: #000718;
	width: 30%;
}
section#time-required .bus-box tr td {
	padding: 2em;
}
@media screen and (max-width: 640px){
	section#time-required .bg-white {
		padding: 1em;
		margin-bottom: 4em;
	}
	section#time-required .bus-box {
		flex-direction: column;
	}
	section#time-required .bus-box img {
		width: 100%;
		margin-right: 0em;
		margin-bottom: 2em;
	}
	section#time-required .bus-box table {
		width: 100%;
	}
	section#time-required .bus-box tr th {
		width: 50%;
	}
}