@charset "UTF-8";

.access_headcap {
	padding-bottom: 25px;
}

.access_section {
	margin-bottom: 50px;
}

.access_section:last-child {
	margin-bottom: 0;
}

.access_secttl {
	background: #E3E3DF;
	border-left: 5px solid #64403D;
	line-height: 1.3;
	padding: 8px 10px;
	font-size: 19px;
	margin-bottom: 25px;
}

.access_dlist {}

.access_dlist>dt {
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 10px;
}

.access_dlist>dt::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.access_dlist>dt.-bus01::before {
	background-image: url(../access/img/icn-bus01.png);
	width: 27px;
	height: 15px;
}

.access_dlist>dt.-bus02::before {
	background-image: url(../access/img/icn-bus02.png);
	width: 27px;
	height: 15px;
}

.access_dlist>dt.-taxi::before {
	background-image: url(../access/img/icn-taxi.png);
	width: 23px;
	height: 18px;
}

.access_dlist>dt.-car::before {
	background-image: url(../access/img/icn-car.png);
	width: 23px;
	height: 20px;
}

.access_dlist>dt h4 {
	display: inline-block;
}

.access_dlist>dd {
	padding-bottom: 25px;
	border-bottom: 1px dashed #bbb;
}

.access_dlist>dd {
	padding-bottom: 25px;
	padding-left: 20px;
	border-bottom: 1px dashed #bbb;
}

.access_dlist>dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.access_dlist dd>ul {
	list-style: none;
}

.access_rootlist::before {
	content: "●";
}

.access_rootlist li {
	display: inline-block;
}

.access_rootlist li::after {
	padding: 0 5px;
	content: "―――";
	letter-spacing: -1px;
}

.access_rootlist li:last-child::after {
	content: none;
}

.access_buslist li::before,
.access_highwaylist li::before {
	content: "●";
}

.access_parkingaddr>* {
	display: inline-block;
	padding: 0 1em;
}

.access_table {
	width: 100%;
	border-bottom: 1px solid #bbb;
	margin-top: 15px;
}

.access_table th,
.access_table td {
	border-top: 1px solid #bbb;
	padding: 10px 15px;
}

.access_table th {
	white-space: nowrap;
}

.access_table td {
	border-left: 1px solid #bbb;
}

.access_table_dlist {
	border-bottom: 1px dashed #bbb;
	padding: 10px 0;
}

.access_table_dlist:first-child {
	padding-top: 0;
}

.access_table_dlist:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.access_table_dlist>dt {
	float: left;
	clear: both;
}

.access_table_dlist>dd {
	margin-left: 6em;
}

.access_table_dl dd:last-child {
	margin-bottom: 0;
}

.access_table_fee dd {
	padding-bottom: 1em;
}

.access_table_fee dd:last-child {
	padding-bottom: 0;
}

#gmap {
	border: 1px solid #bbb;
	width: 100%;
	height: 560px;
	transition: height .5s;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
	#gmap {
		height: 420px;
	}
}

/* All SP */
@media screen and (max-width:640px) {
	.contents {
		font-size: 12px;
	}

	.access_dlist>dt {
		padding-top: 20px;
	}

	.access_dlist>dd {
		padding: 0 10px 20px;
	}

	.access_parkingaddr>* {
		display: block;
	}

	.access_table th,
	.access_table td {
		padding: 5px 10px;
	}

	.access_table_dlist dt {
		float: none;
	}

	.access_table_dlist dd {
		margin-left: 0;
	}

	.secParking__addr .addr {
		display: block;
		margin-top: 10px;
	}

	#gmap {
		height: 280px;
	}
}