@charset "utf-8";
/* CSS Document */
/*480 600 960 1280*/
/*margin-bottom: 100px(PC)margin-bottom: 60px(SP)*/
/*========================================   system-price-料金   ========================================*/
.access_wrap{/*common_contents_wrap*/
	padding-bottom: 20px;
}
.access_explain01{
	margin-bottom: 1.5em;
}
.howto_access li{
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
.access_wrap h4{
	margin-top: 2em;
}
@media screen and (min-width:0px) and ( max-width:959.9px) {/*960まで(SP)*/
	.access_image{
		text-align: center;
		margin-bottom: 1em;
	}
}
@media screen and (min-width:0px) and ( max-width:479.9px) {/*480まで(SP)*/
	.howto_access{
		font-size: 1.4rem;
	}
}
.googlemap{
	width: 100%;
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.access_wrap{/*common_contents_wrap*/
	padding-bottom: 30px;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.access_wrap{/*common_contents_wrap*/
		display: flex;
		flex-wrap: wrap;
	}
	.access_image{
		max-width: 300px;
		width: 40%;
	}
	.howto_access{
		padding-left: 50px;
		width: 60%;
		box-sizing: border-box;
	}
	.access_wrap h4{
		width: 100%;
	}
}