#key {
	background-image: url(../img/access/key.jpg);
}
#info {
	background-image: url(../img/access/info_bg.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}
#info:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	background: url(../img/access/lead_line.png) repeat center top;
	height: 10px;
}
#info:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: url(../img/access/lead_line.png) repeat center top;
	height: 10px;
}
#info #infoInner {
	position: relative;
	padding: 75px 0 110px 0;
}
#info #infoInner .fl {
	margin-left: 69px;
}
#info #infoInner .fr {
	width: 500px;
}
#info #infoInner .fr h2 {
	margin-bottom: 45px;
}
#info #infoInner .fr dl {
	font-weight: bold;
	width: 480px;
	border-bottom: 1px solid #747474;
	padding: 13px 0 13px 0;
	margin-left: 20px;
}
#info #infoInner .fr dl dt {
	width: 156px;
	float: left;
}
#info #infoInner .fr dl dd {
	float: right;
	width: 322px;
}
#info #infoInner .fr dl .tel {
	color: #c69234;
	font-size: 24px;
}
#info #infoInner:before {
	content: "";
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 20px;
	width: 10px;
	background: url(../img/access/lead_line.png) repeat center top;
}
#info #infoInner:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 30px;
	bottom: 30px;
	background: url(../img/access/lead_line.png) repeat center top;
	width: 10px;
}
#map {
	margin: 94px 0 58px 0;
}
#map h2 {
	margin-bottom: 65px;
}
#map .ggmap {
	margin-bottom: 52px;
}
#map .btn_link .fl {
	margin-left: 56px;
}
#map .btn_link .fr {
	margin-right: 67px;
}
#map .btn_link .fr .btn1 {
	margin-top: 18px;
}
#floor {
	padding-bottom: 69px;
	position: relative;
}
#floor:before {
	content: "";
	position: absolute;
	top: 68px;
	left: 0;
	background: url(../img/access/global_bg.jpg) repeat center top;
	width: calc(50% + 590px);
	height: calc(100% - 65px);
}
#floor h2 {
	margin-bottom: 73px;
}
#floor .fl {
	width: 320px;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	margin-top: 35px;
}
#floor .fl li:last-of-type {
	margin-top: 37px;
}
#floor .fr {
	margin-right: -34px;
	width: 714px;
}
#slide {
	margin: 48px 0 127px 0;
}
#slide .slide_inner {
	margin: 0 auto;
}
#slide .slide_inner .js_content {
	position: relative;
	margin: 0 1%;
	width: 32%;
	float: left;
}
#slide .slide_inner .js_content1 {
	margin: 0;
}
#slide .js_inner {
	position: relative;
	overflow: hidden;
}
#slide .js_inner img {
	width: 100%;
	height: 100%;
}
#slide .js_inner p {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	transition: all 0.5s ease !important;
}
#slide .js_inner p.show {
	transform: translate3d(0, 0, 0) !important;
	position: relative;
}
#slide .js_inner01 p:nth-child(1) {
	transform: translate3d(0, -100%, 0);
}
#slide .js_inner01 p:nth-child(2) {
	transform: translate3d(100%, 0, 0);
}
#slide .js_inner02 p:nth-child(1) {
	transform: translate3d(-100%, 0, 0);
}
#slide .js_inner02 p:nth-child(2) {
	transform: translate3d(0, -100%, 0);
}
#slide .js_inner03 p:nth-child(1) {
	transform: translate3d(0, 100%, 0);
}
#slide .js_inner03 p:nth-child(2) {
	transform: translate3d(-100%, 0, 0);
}
