@charset "utf-8";
/* houseSlideArea
================================================== */
#houseSlideArea {
	position: relative;
	min-width: 960px;
}
@media screen and (max-width: 639px) {
	#houseSlideArea {
		min-width: inherit;
	}
}
/* houseSlideTit
================================================== */
#houseSlideTit {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
}
#houseSlideTit .title {
	padding: 4% 0 0 36%;
    width: 28%;
    filter: drop-shadow(0 0 20px #222);
}
@media screen and (max-width: 639px) {
	#houseSlideTit .title {
		padding: 20% 25% 0;
		width: 50%;
	}
}
/* mainImg
================================================== */
.mainImg {
	position: relative;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
/* titBox
================================================== */
.titBox {
	padding: 0 0 40px;
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	.titBox {
		padding: 5% 0 40px;
	}
}
.titBox h1,.titBox h2 {
	font-size: 180%;
	line-height: 140%;
	margin: 0;
	padding: 0 0 5px;
	text-align: center;
}
@media screen and (max-width: 639px) {
	.titBox h1,.titBox h2 {
		padding: 0 5%;
		font-size: 6vw;
		text-align: left;
	}
}
/* txtBoxS
================================================== */
.txtBoxS {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.txtBoxS p {
	padding-bottom: 1em;
}
@media screen and (max-width: 639px) {
	.txtBoxS p {
		padding: 0 5% 1em;
		text-align: justify;
	}
}
/* addArea
================================================== */
.addArea {
	background-color: #fff;
	padding: 5%;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    filter: drop-shadow(0 0 10px #ddd);
	max-width: 700px;
	margin: 0 auto 40px;
}
.addArea dl{
}
.addArea dt{
	background-color: #235261;
	color: #fff;
	padding: 3px 10px;
	margin-bottom: 10px;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.addArea dd{
	line-height: 160%;
	padding-left: 10px;
}
.addArea dd.time {
	font-size: 80%;
	font-weight: 600;
	padding: 0 10px;
}
.addArea dd.telNo {
	font-size: 150%;
	font-weight: bold;
	line-height: 120%;
}
.addArea dd.telNo span.free {
	font-size: 70%;
}
.addArea dd.telNo br {
	display: none;
}
@media screen and (max-width: 639px) {
	.addArea dd.telNo {
		font-size: 130%;
	}
	.addArea dd.telNo br {
		display: block;
	}
}
.addArea h3 {
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	padding: 0 10px;
	color: red;
}
.titLine {
	padding: 20px 0;
}
.addArea h2 {
	font-weight: bold;
	border-bottom: #373737 solid 2px;
}
/* formArea
================================================== */
#formArea {
	background-color: #fff;
	padding: 5%;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    filter: drop-shadow(0 0 10px #ddd);
	max-width: 700px;
	margin: 0 auto;
}
.formTit h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	line-height: 160%;
}
@media screen and (max-width: 639px) {
	.formTit h2 {
		font-size: 100%;
	}
}
/* thanksTxt
================================================== */
.thanksTxt {
	text-align: center;
	padding-bottom: 30px;
}
@media screen and (max-width: 639px) {
	.thanksTxt {
		text-align: left;
	}
	.thanksTxt br {
		display: none;
	}
}



