@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/*-------------------------------------------------------------------------
▼スライド
-------------------------------------------------------------------------*/
#mainImg{
  margin-bottom:20px;
}
#mainImg-in img {
  width: 100%;
  height: auto;
}

.scene-box{
  margin-bottom:30px;
}
.scene-box .img-max{
  max-width:800px;
  margin-bottom:10px;
}

.access table{
	width:100%;
	padding:0;
	margin:5px 0 20px 0;
}
.access th{
	font-size:13px;	
	color:#382f2c;
     width: 5em;
     vertical-align:top;
     text-align:left;
     padding:7px;
	border-bottom: 1px dotted #382f2c;
}

.access td{
	font-size:13px;
     vertical-align:top;
     text-align:left;
     padding:7px;
	border-bottom: 1px dotted #382f2c;
}
.box_3{ margin-bottom:10px;}

/*-------------------------------------------------------------------------
▼bn-box
-------------------------------------------------------------------------*/
.box img{
  margin-bottom:10px;
}
#bn-box{
  text-align:center;
}
#bn-box .img-max{
  max-width:600px;
  margin-bottom:10px;
}


