

@media screen and (max-width: 834px) {
	
	
.wrap_matterport{
	width:80%;
	float:left;
	padding:0% 0% 5%;
	margin: 0 10%;
	text-align: center;
}


	
   /* ウィンドウ幅スマホ用1250px以下指定 */
}

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

	
.wrap_matterport{
	width:50%;
	padding:0% 0% 5%;
	float: left;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
}



   /* ウィンドウ幅1250px以上指定 */
}


.wrap_matterport-t{
	width:100%;
	margin: 5% 0%;
	padding:2% 0%;
	text-align: center;
	font-size: 1.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
