@charset "UTF-8";

/* ==========================================
	access_block
========================================== */

#access_block {
	margin-top: 80px;
	border-bottom: 1px solid #e6e6e6;
}
#access_block table {
	width: 530px;
	border: 1px solid #dedede;
}
#access_block table th {
	width: 140px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 10px 0 10px 10px;
	background: #5b5151;
	border-bottom: 1px solid #dedede;
}
#access_block table td {
	font-size: 15px;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #dedede;
}
#access_block table tr:last-child th,
#access_block table tr:last-child td {
	border-bottom: 0;
}
#access_block table td ul li {
	list-style: disc;
	margin-left: 22px;
}
#access_block table td ul li:nth-child(2) {
	padding-top: 15px;
}
#access_block #map_box {
	margin: 70px 0 100px;
}
#access_block #parking_box {
	margin-top: 60px;
}
#access_block #parking_box h3 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	color: #de5f99;
}

/* ==========================================

	sp

========================================== */

@media screen and (max-width:640px) {

/* ==========================================
	access_block
========================================== */

	#access_block {
		margin-top: 40px;
	}
	#access_block table {
		width: 100%;
		margin-top: 40px;
		border: none;
	}
	#access_block table th {
		display: block;
		width: 100%;
		font-size: 13px;
		border-bottom: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	#access_block table td {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 10px 10px 10px 0;
		border-bottom: none;
	}
	#access_block table tr:last-child th,
	#access_block table tr:last-child td {
		border-bottom: 0;
	}
	#access_block table td ul li {
		list-style: disc;
		margin-left: 22px;
	}
	#access_block table td ul li:nth-child(2) {
		padding-top: 15px;
	}
	#access_block #map_box {
		margin: 60px 0 100px;
	}
	#access_block #map_box iframe {
		width: 100%;
	}


}