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

/* イメージ画像表示Box */

.box {
  position   : relative;
  width: 100%;
  background-image:url("../img/image.jpg");
  background-position: center center;
  background-size: cover;
}


img.photo{
	display: none;
}

img.photoSmart{
	display: block;
	width: 60%;
	max-width: 330px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
}






















}
