#prefectureSelectArea{
	display: flex;
	margin: auto;
	width: fit-content;
}
#prefectureListWrapper{
	width: 20vw;
	max-width: 300px;
	break-inside: avoid;
	margin: auto;
}
#prefectureListWrapper a{
	white-space: nowrap;
	margin: 5px 10px;
}
#japanmap{
	width: 60vw;
	height: 60vw;
	margin: auto;
}
@media screen and (max-width: 600px) {
	#prefectureSelectArea{
		display: block;
	}
	#prefectureListWrapper{
		width: 80vw;
		max-width: 480px;
	}
	#japanmap{
		width: 80vw;
		height: 80vw;
	}
}