@charset "UTF-8";
/* CSS Document */


.access{
	width: 90%;
	margin: 100px auto 0;
}
.access h1{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.access p{
	font-size: 1rem;
	text-align: left;
	
}
iframe{
	width: 100%;
}

.map-00{
	width: 80%;
	margin: 40px auto 0;
}
.map-00 h1{
	font-size: 1.3rem;
}
.map-00 p{
	font-size: 1rem;
	line-height: 1.3rem;
	text-align: left;
}
.map-00-text{
	width: 62%;
	margin: 0 auto 20px;
}
.map-access{

	justify-content: center;
	margin: 0px auto 50px;
    display: flex;
	flex-wrap: wrap;
 
}
.map-access h2{
	font-size: 1.1rem;
	line-height: 1.3rem;
}
.map-access p{
	font-size: 1rem;
	text-align: center;
	line-height: 1.3rem;
}
.map-access img{
	width: 100%;
	max-height: 120px;
	object-fit: cover;
	
}
.map-access00{
	width: 250px;
margin: 0 10px;
}

@media screen and (max-width: 1100px) {
	.map-00-text{
	width: 90%;
}
	.map-access{
		widows: 90%;
	}
	.map-access00{
		margin-bottom: 20px;
	}
}