/*--------------- mv ---------------*/

.sub_mv {
	background: url(../img/bg_map_mv.jpg) no-repeat center center;
	background-size: cover;
}

.map {
	width: 100%;
	padding: 90px 0;
}

.map.gray {
	width: 100%;
	padding: 90px 0 60px 0;
}

#maps {
	display: block;
	width: 100%;
	height: 550px;
	border: 0;
}

.map_info {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #968939;
}

.map_info li {
	width: 100%;
	padding-left: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 2.5;
	padding-top: 4px\0;
}

.map_info li.map_name {
	background: url(../img/icon_hospital.png) no-repeat left center;
}

.map_info li.map_addr {
	background: url(../img/icon_addr.png) no-repeat left center;
}

.map_info li.map_tel {
	background: url(../img/icon_tel02.png) no-repeat left center;
}

.map_info li.map_fax {
	background: url(../img/icon_fax.png) no-repeat left center;
}

.map_info li.map_tel a {
	color: #000000;
}

.map_traffic {
	width: 100%;
	margin-top: 40px;
}

.map_traffic_tit {
	width: 100%;
	background: url(../img/map_icon01.png) no-repeat left center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #968939;
	padding: 15px 0 15px 70px;
	padding: 15px 0 10px 70px\0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.map_traffic_tit02 {
	background: url(../img/map_icon02.png) no-repeat left center;
}

.map_traffic_txt {
	font-size: 1.8rem;
	line-height: 1.9;
	margin-top: 10px;
}

@media only screen and (max-width:1000px) {
	#maps {
		height: 450px;
	}
	.map_traffic_tit {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width:767px) {
	.map {
		padding: 60px 0;
	}
	.map.gray {
		padding: 60px 0 40px 0;
	}
	#maps {
		height: 350px;
	}
	.map_info {
		padding-bottom: 20px;
	}
	.map_info li {
		font-size: 1.6rem;
	}
	.map_traffic {
		margin-top: 30px;
	}
	.map_traffic_tit {
		font-size: 2rem;
	}
	.map_traffic_txt {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width:480px) {
	#maps {
		height: 250px;
	}
	.map_info li {
		padding-left: 30px;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.map_info li:last-of-type{
		margin-bottom: 0;
	}
	.map_info li.map_name,.map_info li.map_addr,.map_info li.map_tel,.map_info li.map_fax {
		background-size: 22px;
	}
	.map_traffic_tit {
		background-size: 40px;
		font-size: 1.8rem;
		padding: 15px 0 15px 50px;
	}
	.map_traffic_tit02 {
		background-size: 40px;
	}
}