.top_image {
	background-image: url(../image/top_image.jpg);
	background-position: center top;
	height: 300px;
	width: 100%;
	margin-top: 79px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_image .showroom_title {
	height: autopx;
	width: 288px;
	margin-right: auto;
	margin-left: auto;
}
 @media screen and (max-width: 760px) {
.top_image {
	background-image: url(../image/top_images.jpg);
	background-position: center center;
	background-size: 100%;
	height: 160px;
	width: 100%;
	margin-top: 0px !important;
	background-repeat: no-repeat;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
.top_image .showroom_title {
	height: auto;
	width: 48%;
	margin-right: auto;
	margin-left: auto;
}
 }
#contents_wrapper .showroom_block {
	height: auto;
	width: 1070px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 80px;
}
#contents_wrapper .showroom_block .showroom {
	height: 290px;
	width: 350px;
}
#contents_wrapper .showroom_block .showroom img{
	height: 290px;
	width: 350px;
	transition: 0.4s;
}
#contents_wrapper .showroom_block .showroom img:hover{
	opacity: 0.6;
}
#contents_wrapper .zoom_block {
	height: 146px;
	width: 706px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px;
}
#contents_wrapper .zoom_block .showroom img{
	height: 146px;
	width: 706px;
	transition: 0.4s;
}
#contents_wrapper .zoom_block .showroom img:hover {
	opacity: 0.6;
}
.sp{
	display: none;
}
.pc{
	display:block;
}

 @media screen and (max-width: 760px) {
	 
#contents_wrapper .showroom_block {
	height: auto;
	width: 92%;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	display: block;
}
#contents_wrapper .showroom_block .showroom {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	margin-right: 0px;
}
#contents_wrapper .showroom_block .showroom img {
	height: auto;
	width: 100%;
}
#contents_wrapper .zoom_block {
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px;
}
#contents_wrapper .zoom_block img{
	height: auto;
	width: 100%;

}
.sp{
	display:block;
}
.pc{
	display: none;
}

 }