@charset "UTF-8";
/* CSS Document */

#contets_title h1{font-size: 2em;margin-bottom: 0}


#page_about{background: #f6f5ee;
	padding-bottom: 4em
}

#read{
	padding: 3em 1.5em;
	text-align: center;
	background: #f6f5ee
}

#read h1{
	font-size: 1.4em;
	margin-bottom: .8em;
	font-family: 'Shippori Mincho', serif;
}




@media screen and (max-width: 667px) {
	#read p br{display: none}
}	

@media print, screen and (min-width: 668px) {
	#read h1{font-size: 1.8em;}
}	




#contact_for{
}

#contact_for a{
	display: block;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	background: #222;
	color: #fff;
	text-decoration: none;
	padding: .8em;
	font-size: 1.1em;
	border-radius: 8px;
	position: relative;
	font-weight: bold
}

#contact_for a:before{
	font-family: icomoon;
	content: "\ea16";
	padding-right: .5em
}

	
@media screen and (max-width: 667px) {
	#contact_for{margin: 0 1em 2em}
}	

@media print, screen and (min-width: 668px) {}	

@media print, screen and (min-width: 1000px) {}	


