/* ===========================================
	css
=========================================== */
/* 文中イメージ */
section.unit .photo {
	background-repeat:no-repeat;
	background-size:cover;
}
section.unit .photo .cover{
	width:100%;
	height:100%;
}

/* PC only */
@media screen and (min-width: 768px) {


/* SMP only */
@media screen and (max-width: 767px) {

