#header{
	background:url(../img/index/key_bg1.jpg) no-repeat center / cover;
} 
#header .content p {
    bottom: 102px;
}
/* Lead */
#lead {
	background:url(../img/access/lead_bg.png) no-repeat top center; 
	position: relative;
	padding: 74px 0 100px 0; 
}
#lead h2 {
	position: absolute;
	top: 0;
	right: 32px;
}
.lead_list {
	padding: 284px 0 0 90px;
	width: 808px;
	box-sizing: border-box;	
}
.lead_list dl{ 
    padding: 8px 0 22px 0;
    font-weight: bold;
    clear: both;
    overflow: hidden;
    line-height: 30px;
    font-size: 15px;
    background:url(../img/access/lead_line.png) no-repeat bottom center; 
}
.lead_list dl:last-child {
	background: none;
}
.lead_list dt {
    padding-left: 50px;
    width: 190px;
    float: left;
    box-sizing: border-box;
}
.lead_list dd {  
	width: 518px;
    float: left;
}

/* Gmap */
#gmap {
	background:url(../img/access/gmap_bg.jpg) repeat top center; 
}
#gmap .content{
	padding:15px 0 80px 0;  
}
#gmap_map {
	height: 600px;
}
#gmap_map iframe { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
#gmap h2 {
	text-align: center;
}
.gmap_img {
	margin-top: -36px;
}

/* Set-floor */
#set-floor {
	background:url(../img/access/set-floor_bg.jpg) repeat bottom center; 
}
#set-floor .content{
	padding: 35px 0 187px 0; 
}
#set-floor h2{
	text-align: center;

}
.set-floor_info {
	margin-top: -24px;
	height: 792px;
	position: relative;
	background:url(../img/access/set-floor_bg.png) no-repeat top left; 
}
.set-floor_info div {
	position: absolute;
}
.set-floor_info h3 {
	margin-top: 18px;
	text-align: center;
}
.floor_img_1 {
	top: 0;
	right: -38px;
} 
.floor_img_2 {
	top: 459px;
	right: -38px;
}
.set-floor_info h3.floor_h3_2 {margin-top: 27px; }
