#access_map_renew {
	margin:50px 0;
	position: relative;
	background-color:#efd53b; }

#access_map_renew_sp {
	display: none; }

#access_map_renew .illust {
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	width:100%; }

#access_map_renew .point {
	position: absolute;
	top:0;
	left:0;
	z-index: 3;
	width:100%; }

h2.map_renew_h2 {
	margin:20px 0;
	letter-spacing: 5px;
	font-weight:500; }

p.map_renew_p {
	font-size:15px;
	line-height:30px; }

h3.map_renew_h3 {
	letter-spacing: 4px;
	font-weight:bold; }

.howtime_box_wrap {
	margin:50px 0; }

.howtime_box {
	padding:30px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center; }

.howtime_box_img1 {
	display: block;
	width:60%; }

.howtime_box_img2 {
	display: block;
	width:40%; }

#train {
	display: block;
	width:100%;
	height:100%;
	margin:30px 0 20px 0; }

#train_sp { display: none; }

p#train_p {
	text-align: center;
	font-size:13px;
	margin-bottom:80px; }

@media screen and (max-width:800px) {
	.howtime_box {
		padding:0;
		flex-wrap:wrap;}
	.howtime_box_img1 {
		display: block;
		width:50%; }
	.howtime_box_img2 {
		display: block;
		width:50%; }
}

@media screen and (max-width:580px) {
	#access_map_renew {display: none;}
	#access_map_renew_sp {
		margin:40px 0;
		display: block;	}
	#access_map_renew_sp img {
		display: block;
		width:100%; }
	h2.map_renew_h2 {
		font-size:16px;
		letter-spacing: 3px; }
	h3.map_renew_h3 {letter-spacing: 2px;font-size:14px;}
	p.map_renew_p {
		font-size:12px;
		line-height:25px; }
	#train {display: none;}
	#train_sp {
		display: block;
		width:100%;
		height:100%;
		margin:30px 0 20px 0; }
	p#train_p {
		font-size:11px; }
	.howtime_box {
		justify-content: center;
		flex-wrap:wrap;}
	.howtime_box_img1 {
		width:100%; }
	.howtime_box_img2 {
		width:80%; }

}