@charset "UTF-8";
/*******************************
03matterportページ Css
*******************************/
/*全画面movie*/
main{
	/*display: none;*/
}

/*pageTop*/
.pageTop{
	background-image: url("../img/pagetitle-bg.jpg");
	padding-bottom: 0;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}
.pageTitle{
	width: 100%;
	margin-bottom: 0;
}
#page .contents .inner .flex{
	margin-top: 50px;
}

/*dassui*/
#dassui{
	background-image: url("../img/block01-bg.jpg");
}

/*chindenchi*/
#chindenchi{
	background-image: url("../img/block02-bg.jpg");
}

@media screen and (max-width: 1024px) {
}
/*==== mobile スマホ用css ===*/
@media screen and (max-width: 768px) {
}
/*==== mobile スマホ縦用css ===*/
@media screen and (max-width: 480px) {
	#page .contents .inner .flex {
		margin-top: 20px;
	}
}