/* CSS Document */
#simple-region img{width:100%;max-width:100%;}
#simple-region a{transition: all 0.3s;}
#simple-region section{scroll-margin-top: 100px;}
#simple-region a:hover{
	 opacity: 0.3;
}
#simple-region{
	position:relative;
	font-family: 'Zen Old Mincho', serif;
}
#simple-region-yoyaku-button{
	position:fixed;
	bottom: 5%;
	right: 0;
	width:12.5%;
}
#simple-region a{color:#001f3d;}