/* =================================
アクセス(pageID12)
===================================*/

/* アクセス(ID12) */
#post-12 {
}

#post-12 h1 {
	display:block;
	background:url(../images/icon_h1_access.png) no-repeat 10px 45%, url(../images/bg_tit_access.png) repeat-x;

	color:#3fa9f5;
	padding:30px 0 0 90px;
	height:70px;
}


#post-12 h2 {
	border:1px solid #dcdcdc;
	border-bottom: 3px solid #6ecdff;
	font-size:16px;
	padding:5px;
	
	background: -moz-linear-gradient(top, #e6e6e6, #fff);　/* Firefox用 */  
   background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));　/* Safari,Google Chrome用 */ 
}

#post-12 h3 {
	color:#0082d9;
	font-size:16px;
	margin:10px auto;
}

.parking {
	border-bottom:1px dashed #dfdfdf;
	float:left;
	width:100%;
	
	margin-bottom:50px;
	padding-bottom:20px;
}

.park_info {
	font-size:14px;
}

.park_info th {
	background-color:#BFE1E9;
	text-align:center;
	vertical-align:middle;
}

.park_info td {
	padding:5px;
}

.page-navigation {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	list-style:none;
	margin:30px 0;
}

.page-navigation li {
	box-sizing:border-box;
	padding:10px;
	display:flex;
}

.page-navigation a {
	display:block;
	background-color:#0082d9;
	color:#fff;
	text-decoration:none;
	padding:5px 10px;
	border-radius:5px;
}

section {
	margin-bottom:80px;
}

#parking .d-flex {
	display:flex;
	flex-wrap:wrap;
}

.parking-cell {
	width:250px;
	margin:0 20px;
}

.parking-cell h4 {
	font-size:18px;
}

.parking-cell th {
	white-space:nowrap;
	width:70px;
	text-align:center;
	text-align: justify;
	text-align-last:justify;
}

.map {
	margin:30px 20px;
	position:relative;
}

.parking-link {
	position:absolute;
}

.parking-link.parking-01 {
	top:20px;
}


@media screen and (max-width: 640px) {

/* アクセス(ID12)（ローカルID13） */
#post-12 {
}

#post-12 h1, #post-13 h1 {
	display:block;
	background:#3fa9f5;

	color:#fff;
	padding:5px;
	height:auto;
	font-size:20px;
	font-weight:bold;
}


#post-12 h2, #post-13 h2 {
	border:1px solid #dcdcdc;
	border-bottom: 3px solid #6ecdff;
	font-size:16px;
	padding:5px;
	
	background: -moz-linear-gradient(top, #e6e6e6, #fff);　/* Firefox用 */  
   background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));　/* Safari,Google Chrome用 */ 
}

#post-12 h3, #post-13 h3 {
	color:#0082d9;
	font-size:16px;
	margin:10px auto;
}

.page-navigation li {
	width:50%;
}

.page-navigation a {
	width:100%;
}

.parking {
	border-bottom:1px dashed #dfdfdf;
	float:left;
	width:100%;
	
	margin-bottom:50px;
	padding-bottom:20px;
}

.parking-cell {
	width:100%;
}


.park_l {
width:100% !important;
float:none !important;
}

.park_l img{
float:left;
margin-right:30px;
margin-bottom:20px;
}

.park _l h4 {
display:block;
}

.park_info {
	font-size:14px;
	width:100% !important;
}

.park_info th {
	background-color:#BFE1E9;
	text-align:center;
	vertical-align:middle;
}

.park_info td {
	padding:5px;
}

.rent-a-car img {
float:none !important;
}

}