@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0px 0;
	background-image: url(../web/housing/mimgsp.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	top: 190px;
	z-index: 1000;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
    text-align: center;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	min-height: inherit;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none;
}
h2 {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	float: left;
	margin-bottom: 20px;
}
#c01Img {
	width: 320px;
	height: 384px;
	float: left;
}
#c01Img .bgImg{
	z-index: 1000;
	width: 100%;
	height: 384px;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 18s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: contain;
}
#c01Img .src1{
	display:block;
	background-image: url(../web/housing/img1.jpg);
	background-size: cover;
}
#c01Img .src2{
	background-image: url(../web/housing/img2.jpg);  
	animation-delay: 6s;
	background-size: cover;
}
#c01Img .src3{
	background-image: url(../web/housing/img3.jpg); 
	animation-delay: 12s;
	background-size: cover;
}

#c01Txt {
	width: 320px;
	height: auto;
	margin-top: 15px;
	margin-left: 0px;
	float: left;
}
h3 {
	width: 320px;
	height: auto;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	float: left;
}
#c01Txt .st1{
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #FFF;
	margin-top: 10px;
	float: left;
}
#section02 {
	position: relative;
	width: 100%;
	min-height: 30vh;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../web/housing/sec02sp.webp);
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

#section03 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents03 {
	width: 320px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#c03Img {
	width: 320px;
	height: 384px;
	float: left;
}
#c03Img .bgImg{
	z-index: 1000;
	width: 100%;
	height: 384px;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 18s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: contain;
}
#c03Img .src1{
	display:block;
	background-image: url(../web/housing/img4.jpg);
	background-size: cover;
}
#c03Img .src2{
	background-image: url(../web/housing/img5.jpg);  
	animation-delay: 6s;
	background-size: cover;
}
#c03Img .src3{
	background-image: url(../web/housing/img6.jpg); 
	animation-delay: 12s;
	background-size: cover;
}

#c03Txt {
	width: 320px;
	height: auto;
	margin-top: 15px;
	margin-left: 0px;
	float: left;
}
h4 {
	width: 320px;
	height: auto;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0px;
	float: left;
}
#c03Txt .st1{
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	margin-top: 10px;
	float: left;
}

}
