@charset "utf-8";
/*-------------------インポート-------------------*/
@import url("./second.css");
/*-----------------------------------------------*/
.map_rapper{
	max-width: 950px;
	margin: 45px auto 100px;
}
.mapBOX {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 55%;
	margin-bottom: 25px;
}
.mapBOX iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.map_rapper p{
	font-size: 1.5rem;
	letter-spacing: 0.045em;
	margin-bottom: 1.2em;
	line-height: 1.7;
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1001px){
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
	.map_rapper{width: 90%;}
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1000px) and (min-width:641px){
}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	.map_rapper{margin: 6vw auto 40vw;}
	.mapBOX {
		padding-top: 80%;
		margin-bottom: 5vw;
	}
	.map_rapper p{
		font-size: 1.125rem;
		letter-spacing: 0.045em;
		margin-bottom: 1em;
		line-height: 1.7;
	}


}