@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	background-image: url(../web/kominka/mimg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	top: 380px;
	z-index: 1000;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #fff;
    text-align: center;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 70px;
}
#contents01 {
	position: relative;
	width: 1200px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 33px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	float: left;
	margin-bottom: 100px;
}
#c01Img {
	position: relative;
	width: 500px;
	height: 600px;
	float: left;
}

#c01Txt {
	width: 600px;
	height: auto;
	margin-top: 50px;
	margin-left: 100px;
	float: left;
}
h3 {
	width: 600px;
	height: auto;
	text-align: left;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	float: left;
}
#c01Txt .st1{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #FFF;
	margin-top: 30px;
	float: left;
}

#section02 {
	position: relative;
	width: 100%;
	min-height: 70vh;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../web/kominka/sec02.webp);
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #e4ddd0;
}
#contents03 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#c03Img {
	position: relative;
	width: 500px;
	height: 600px;
	float: left;
}


#c03Txt {
	width: 600px;
	height: auto;
	margin-top: 50px;
	margin-left: 100px;
	float: left;
}
h4 {
	width: 600px;
	height: auto;
	text-align: left;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	float: left;
}
#c03Txt .st1{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	margin-top: 30px;
	float: left;
}

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

}
