@charset "utf-8";

/*-------------------------------------------------
/* $ACCESS
-------------------------------------------------*/
h2.pageTtl {
	margin-bottom: 24px;
}

h3 {
	width: 100%;
	margin-bottom: 15px;
}

h4 {
	margin-bottom: 10px;
}

p {
	font-size: 1.2rem;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

/* $sec01
-------------------------------------------------*/
#sec01 {
	margin-bottom: 25px;
}

#sec01 .access {
	width: 100%;
	margin-top: 20px;
	background: #f9fdf6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #daebcd;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#sec01 #map_1{
	width: 100%;
	height: 205px;
	margin: 3% 0 5% 0;
}
#sec01 .access .Parking h4{
	padding: 13px 13px 0 13px;
}
#sec01 .access .Parking p{
	padding: 0 13px;
}
#sec01 .access .Parking p.parkingImg {
	text-align: center;
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #daebcd;
}

#sec01 .access .Train{
	padding: 0 13px 13px 13px;
}

#sec01 .access dl {
	font-size: 1.2rem;
}

#sec01 .access dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#sec01 .access dl dd li {
	padding-left: 10px;
	background: url(../../common/images/listIcon.gif) left 0.5rem no-repeat;
	-moz-background-size: 5px 5px;
	-webkit-background-size: 5px 5px;
	background-size: 5px 5px;
	line-height: 1.7em;
}

#sec01 .access hr {
	margin: 12px 0;
	border: none;
	border-top: 1px dotted #c2dab1;
}

/* $sec02
-------------------------------------------------*/
#sec02 {
	width: 100%;
	background: #fcfbf2;
	border-top: 1px solid #f1efdf;
	border-bottom: 1px solid #f1efdf;
	padding: 25px 0 30px 0;
}

#sec02 .access {
	width: 100%;
	padding: 13px;
	margin-top: 20px;
	background: #f7f5e4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #e3e0ca;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 1.2rem;
}

#sec02 #map_2{
	width: 100%;
	height: 205px;
	margin: 3% 0 5% 0;
}

