/*画像*/
section.unit p.photo {
	background-repeat:no-repeat;
	background-size:cover;
}

section.unit p.photo .cover{
	width:100%;
	height:100%;
}

section.unit p.photo20170927_1 {
	background-image:url(../img/20170927/photo20170927_1.jpg);
}
section.unit p.photo20170927_2 {
	background-image:url(../img/20170927/photo20170927_2.jpg);
}

/* PC only*/

@media screen and (min-width: 768px) {

	/* 文中イメージ */

	section.unit p.photo20170927_1 {
		width:480px;
		height:320px;
		margin: 30px auto 30px;
	}
	section.unit p.photo20170927_2 {
		width:480px;
		height:320px;
		margin: 30px auto 30px;
	}

}


/* SMP only*/

@media screen and (max-width: 767px) {

	/* 文中イメージ */

	section.unit p.photo20170927_1 {
		width:300px;
		height:200px;
		margin: 0px auto 15px;
	}
	section.unit p.photo20170927_2 {
		width:300px;
		height:200px;
		margin: 0px auto 15px;
	}

}
