#map2{text-align:center}
#map2 img{vertical-align:middle}
.ac-t2{width:100%;clear:both;text-align:left;margin-bottom:8px;border-bottom:1px solid #999999}
.ac-ct{padding-left:18px}
.ac-st{float:left;padding-left:10px;padding-top:6px;padding-bottom:5px}
.ac-st img{margin-right:5px}
.ac-st3{clear:both;padding-left:10px;padding-top:6px;padding-bottom:5px}
.ac-st3 img{margin-right:5px}
#ac-st5{clear:both;padding-left:10px;padding-top:6px;margin-bottom:50px}
.ac-ac{border-bottom:1px solid #CCCCCC}
.ac-desc{clear:both;padding-left:135px;padding-top:3px;margin-bottom:11px}
#ac-title {
	opacity: 0;
	transition: opacity 0.5s;
}
#mapbox {
	position: relative;
	margin: 0 auto;
}
#fukidasi {
	background-image: url(../img/fukidashi3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
	position: absolute;
	transition: opacity 0.5s;
	opacity: 0;
}
#batu {
	width: 20px;
	position: absolute;
    top: 6px;
    font-weight: bold;
    font-size: 1rem;
    color: aliceblue;
    cursor: pointer;
}
#church {
	position: absolute;
	cursor: pointer;
}
@media (min-width: 640px) {
	#mapbox {
		width: 500px;
	}
	#fukidasi {
		width: 170px;
		height: 170px;
		top: -72px;
		left: 0px;
	}
	#batu {
		width: 20px;
	    top: 6px;
	    left: 117px;
	}
	#church {
		width: 90px;
		height: 130px;
		top: 42px;
		left: 136px;
	}
}
@media (max-width: 640px) {
	#fukidasi {
		width: 120px;
		height: 120px;
		top: -52px;
		left: 0px;
	}
	#batu {
		width: 20px;
	    top: 4px;
	    left: 77px;
	}
	#church {
		width: 65px;
		height: 92px;
		top: 30px;
		left: 96px;
	}
}
