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

#container{
	background-color:#fef9ed;
	padding-top:64px;
}

#container section {
    width: 1170px;
    margin: 0 auto;
}

.access-box{
	width: 775px;
	height: auto;
	padding:20px;
	margin-bottom:40px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #e3d7c5;
	-webkit-box-shadow: 3px 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 3px 5px 5px rgba(0,0,0,.2);
	box-shadow: 3px 5px 5px rgba(0,0,0,.2);
}

.access-box .map-box{
	width:725px;
	margin:0 auto
	
	}
	
.access-box h2{
	margin-bottom:30px;}
	
.gallery p span{
	font-size:12px;
}

.access-box02{
	width: 1170px;
	height: auto;
	padding:20px;
	box-sizing: border-box;
	display: inline-block;
}

.inner-box{
	width:1100px;
}
.access-box02 .inner-box01 {
	float: left;
	width: 560px;
	
}

.access-box02 .inner-box02 {
	float: left;
	width: 560px;
	margin-left:10px;

}
.inner-box01 h3,.inner-box02 h3 {
	margin-bottom: 30px;
}

.access-txt{
	line-height:1.8;
	margin-bottom:30px;
}


.access-txt span{
	font-size:17px;
	font-weight:bold;
}
/* -------- CLEAR -------- */

.clear {
	clear: both;
}

.cf:after {   
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* clearfix for ie7 */
.cf{
  display: inline-block;
}
.cf {
  display: block;
}

/* -------- CLEAR -------- */



