.policy{
	background-color: #FDF8F2;
}
.policy-img{
	margin-top:80px;
	margin-bottom:150px;
}
.shisetsujouhou-img{
	margin:80px auto;
	width:30%;
}
.access{
	background-color: #FDF8F2;
}
.map-warapper{
	width:80%;
	margin:80px auto ;
	display:flex;
	gap:5%;
}
.access-map{
	width:60%;
}
.map-img{
	width:35%;
}
@media screen and (max-width: 834px) {
	.policy-img{
		margin-top:30px;
		margin-bottom:0;
	}
	.shisetsujouhou-img{
		margin:40px auto;
		width:70%;
	}
	.map-warapper{
		width:90%;
		margin:40px auto ;
		display:flex;
		flex-flow: column;
		gap:50px;
	}
	.access-map{
		width:100%;
		height:400px;
	}
	.map-img{
		width:100%;
	}	
}