@charset "UTF-8";
.map_wrap{
	width:100%;
	height: 0;
	overflow: hidden;
	/* padding-bottom: 56.25%; */
	padding-bottom: 40%;
	position: relative;
	/* float:left; */
}
.map_wrap iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.address{
	width: 362px;
	margin: 0 auto 20px;
}
.root_1{
	width: 310px;
	float: right;
	margin-top:15px;
}
.root_2{
	width: 252px;
	clear: both;
	float: right;
	margin-top:6px;
}
.box_map{
	max-width: 600px;
	margin: 10vw auto;
	overflow: hidden;
}
@media screen and (max-width: 480px){
	.address{
		width: 80vw;
	}
	.root_1{
		width: 69vw;
	}
	.root_2{
		width: 56vw;
	}
}