.header{
	background-image: url(../images/header_0001.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	margin-top: 20px;
}

.address-part{
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}

.address-part .address-part01{
	width: 50%;
}

.address-part .address-part02{
	width: 50%;
}

.map{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}

.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
}

.address-part01{
	font-size: 1.4vw;
	line-height: 1.5;
}