@charset "UTF-8";
/*******************************************************
 * for PHOTO PAGE
 *******************************************************/

 /* フォトサービスページ
---------------------------------------- */
.bunarea a {	display: block; }
	body.page_costume .hero .text,
	body.page_photo .hero .text { line-height: 1.6; }

@media only screen and (min-width: 1024px) {
	.bunarea { margin-top: 50px; }
}
@media only screen and (min-width: 1500px) {
	body.page_costume .hero .text,
	body.page_photo .hero .text { width: 35%; }
}

