/*test*/
@media (max-width:575px){
	#page {
		padding-bottom: 50px;
	}
	#hero--contact a{
		width: 80%;
		font-size: 2.4rem;
		padding: 36px 4px 6px;
	}
	#hero--contact span{
		font-size: 1.2rem;
		margin-top: 10px;
	}
	#hero--contact span.phonetic01,#hero--contact span.phonetic02{
		font-size: 1.2rem;
		top: 1px;

	}
	#hero--contact a:before {
	    background-size: 36px 36px;
	}
	#pagetop {
    	bottom: 15%;
	}
	
}