.contents{
	width: 1560px;
	position: relative;
	margin: 0 auto 40px;
}

.contents#access h3{
	width: 100%;
	height: 90px;
	background: url("../images/header_acc.png") no-repeat center center;
}

#g_map_wrap{
	width: 100%;
	height: 476px;
}

#g_map{
	width: 370px;
	height: 416px;
	padding: 30px 20px;
	background: #6D11AC;
	float: left;
}
#g_map span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

#g_map a{
	color: #fff;
	font-weight: 700;
}

#map_canvas{
	float: left;
	width: 1150px;
	height: 476px;
}


#pro{
	width: 100%;
	padding-top: 60px;
	background: url("../images/pro_bg.png") no-repeat left top;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
}
.btn{
	width: 350px;
	height: 40px;
	background: url("../images/acc_btn_route.png") no-repeat center top;
	margin: 20px 0;
}
.btn a{
	display: block;
	text-indent: -9999px;
	line-height: 40px;
}
.btn:hover{
	transition: 0.3s all;
	background: url("../images/acc_btn_route_on.png") no-repeat center top;
}
#pro2{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
	margin-bottom: 20px;
}
#pro3{
	width: 100%;
	min-height: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
}

.acc{
	width: 1260px;
	margin: 40px auto 0;
}
.acc#train{
	height: 298px;
	background: url("../images/acc_t.png") no-repeat left top;
}
.acc#airplane{
	height: 562px;
	background: url("../images/acc_a.png") no-repeat left top;
}
.acc#car{
	height: 296px;
	background: url("../images/acc_c.png") no-repeat left top;
}

.acc#car ul{
	width: 814px;
	margin-left: 452px;
}
.acc#car ul li{
	width: 250px;
	float: left;
		margin-top: 54px;
}

.acc#car ul li a{
	display: block;
	text-indent: -9999px;
	line-height: 240px;
}

.acc#car ul li:nth-child(1){
	margin-right:30px;
	background: url("../images/acc_car01.png") no-repeat left top;
}
/* .acc#car ul li:nth-child(2){
	margin-right:30px;
	background: url("../images/acc_car02.png") no-repeat left top;
} */
.acc#car ul li:nth-child(2){
	background: url("../images/acc_car03.png") no-repeat left top;
}
.acc#car ul li:hover{
	opacity: 0.7;
	transition: 0.3s all;
}

.read{
	width: 1260px;
	margin: 20px auto;
	color: #fff;
	line-height: 140%;
}

#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: 8px;
    background: url(../images/close_2.png) no-repeat center center;
}
