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

section.unit p.ph01 {background-image:url(../img/ph01.jpg);}
section.unit p.ph02 {background-image:url(../img/ph02.jpg);}
section.unit p.ph03 {background-image:url(../img/ph03.jpg);}
section.unit p.ph04 {background-image:url(../img/ph04.jpg);}
section.unit p.ph05 {background-image:url(../img/ph05.jpg);}
section.unit p.ph06 {background-image:url(../img/ph06.jpg);}

/* PC only */
@media screen and (min-width: 768px) {
	/* 文中イメージ */
	section.unit p.ph01 {width:560px;height:320px;margin: 15px auto 30px;}
	section.unit p.ph02 {width:560px;height:320px;margin: 15px auto 30px;}
	section.unit p.ph03 {width:560px;height:320px;margin: 15px auto 30px;}
	section.unit p.ph04 {width:560px;height:320px;margin: 15px auto 30px;}
	section.unit p.ph05 {width:560px;height:320px;margin: 15px auto 30px;}
	section.unit p.ph06 {width:560px;height:320px;margin: 15px auto 30px;}
}

/* SMP only */
@media screen and (max-width: 767px) {
	/* 文中イメージ */
	section.unit p.ph01 {width:296px;height:170px;margin: 15px auto 20px;}
	section.unit p.ph02 {width:296px;height:170px;margin: 15px auto 20px;}
	section.unit p.ph03 {width:296px;height:170px;margin: 15px auto 20px;}
	section.unit p.ph04 {width:296px;height:170px;margin: 15px auto 20px;}
	section.unit p.ph05 {width:296px;height:170px;margin: 15px auto 20px;}
	section.unit p.ph06 {width:296px;height:170px;margin: 15px auto 20px;}
}
