@charset "UTF-8";
/* CSS Document */


/*PC+ALL*/
.gold{color: #BEA774}
.font_big {font-size: 130%;}
.inner {
    width: 92%;
    margin: 0 auto;
}
.flex_area {
    display: flex;
    justify-content: space-between;
}
.sarani {
    margin-top: 10px;
    margin-right: 20px;
    padding: 10px;
	background: #BEA774;
    color: #fff;
    font-size: 24px;
	text-align:center;
	display: inline;
}
.present_up{
	max-width: 900px;
	margin: 85px auto 0;
	padding: 40px 20px 100px;
	background: #fff;
	border: solid 2px #BEA774;
}
.present_up img {
	max-width: 220px;
	max-height: 140px;
	margin-top: 10px;
}
.present_up h3 {
    font-size: 24px;
     margin-top: 10px; 
    line-height: 1.8;
}
.present_up h4{
	font-size: 24px;
	margin-top: 30px;
}
.present_up ol{
	margin-top: 34px;
}
.present_up ol li {
    line-height: 2;
    font-size: 20px;
    list-style: none;
}
.present_up ol.small li{
	line-height: 2;
	font-size: 16px;
}

.condition .anchor {
    max-width: 560px;
    margin: -70px auto 0;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.4));
}

/*アンケートフォーム　説明部分*/
#question{
	width: 915px;
	margin-top: 87px;
	padding: 50px;
	background:url(../images/campaign/bg_blue.jpg) no-repeat top;
}
#question h2{
	color: #fff;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#question .fukidashi{
	margin-right: 20px;
	padding: 10px 20px 10px 10px;
	display: flex;
	align-items: center;
	background:url(../images/campaign/fukidashi.png) no-repeat left;
	background-size: cover;
	letter-spacing: -6px;
}
#question ol{
	margin-top: 70px;
}
#question ol li{
	width: 30%;
	padding: 30px 20px 15px;
	background: #fff;
	border: 1px solid #BEA774;
	position: relative;
}
#question ol li .numbering{
	padding: 0px 15px;
	position: absolute;
	top: -20px;
	left: -1px;
}
#question ol li p{
	font-size: 20px;
	line-height: 1.6;
}
#question .lead{
	width:auto;
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 24px;
	text-align: center;
}

/*アンケートフォーム　アコーディオン部分*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	width: 915px;
	padding-bottom: 40px;
	display: block;
}
.Label img{
	width: auto;
	margin: auto;
/*	margin-left: 50%;*/
	display:block; 
	color: #fff;
}
.Label img:hover {
/*	opacity: .8;*/
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 ;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px 0;
	transition: all .3s;
}

.accordion{
	width: 900px;
	margin: auto;
	margin-top: -70px;
/*	margin-left: 16%;*/
}
/*送信ボタン*/
p.submit {
	position: relative;
	width: 560px!important;
	margin: 112px auto 138px!important;
}

/*p.submit.inview {
    line-height: 1;
	background: #68871e;
	background: linear-gradient(90deg, #7b9737 10%, #a2bd60 50%, #7b9737 90%);
}

.submit_btn{
	border: 0px;
	width:560px!important;
	height:98px!important;
	background: url("../images/reserve/btn.svg") 50% 50% no-repeat;
	padding: 0;
}*/

.submit_btn{
	border: 0px;
	width:560px!important;
	height:98px!important;
	background: url(../images/campaign/submit.jpg) left top no-repeat;
}

.submit_btn:hover{
	cursor: pointer;
	opacity:0.5;
}
.contactPage .flexBox p.submit {
	text-align: center!important;
}
.inputListOccupation p.check{
	width: 160px!important;
}
.inputListNewHouse p.check{
	width: 200px!important;
}
.contactPage .form input[type="text"]{
}
.lineheight2-8{
	line-height: 2.8!important;
}
.inputListapply{
	display: flex;
}
.inputListapply .check{
	width: 100px;
}

/*conditions*/
.conditions {
	width: 700px;
	margin: auto auto 50px;
	padding: 5%;
/*	background: #f9f9f9;*/
	background-color: rgba(76, 88, 112, 0.05);
}
.conditions h4{
	font-size: 20px;
}
.conditions ol{
	margin: 3%;
}
.conditions ol li{
	list-style-type: none;
	line-height: 2;
}
.attention{
	margin: 3%;
	font-size: 14px;
}


/*SP*/
@media all and (max-width: 768px) {
.sarani {
    font-size: 20px;
    display: block;
    width: max-content;
    margin: auto;
    padding: 5px;
}
.present_up .flex_area{
	flex-direction: column!important;
}
.present_up {
	margin: 25px 20px 0;
	padding: 20px 10px 50px;
	background: #fff;
	border: solid 2px #BEA774;
}
.present_up img {
	margin: 20px auto 0;
	height: auto;
	max-width: 50%;
}
.present_up h3{
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
}
.present_up h4{
	margin-top: 30px;
	font-size: 24px;
}
.present_up ol {
	margin-top: 20px;
}
.present_up ol li {
	line-height: 2;
	font-size: 14px;
}
.present_up ol.small li{
	line-height: 2;
	font-size: 16px;
}
.attention{
	margin-top: 20px;
	font-size: 14px;
}

    .contactPage .contactTitle {
        margin: 30px auto 30px;
    }
	
    .contactPage .contactTitle .title {
        margin: 45px auto 0;
        width: 70%;
    }
	
    .contactPage .form.mb30 {
        margin: 0 20px 30px;
    }	
	

/*アンケートフォーム*/
#question {
    width: 100%;
    margin-top: 30px;
    padding: 20px 10px;
    background: url(../images/campaign/bg_blue.jpg) no-repeat top;
}
#question h2 {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}
#question .fukidashi {
/*	width: 65px;*/
	margin: auto;
	padding: 5px 10px 5px 5px;
	display: flex;
	align-items: center;
	background: url(../images/campaign/fukidashi.png) no-repeat  left;
	letter-spacing: -3px;
	background-size: cover;
}
#question ol{
	margin-top: 0px;
}
#question ol.flex_area{
	margin-top: 10px;
	flex-direction: column;
}
#question ol li {
	width: 70%;
	margin: 30px auto 0;
	padding: 15px 10px 5px;
	background: #fff;
	border: 1px solid #BEA774;
	text-align: center;
	position: relative;
}
#question ol li .numbering{
	padding: 2px 10px;
	position: absolute;
	top: -15px;
	left: -1px;
}
#question ol li p{
	font-size: 14px;
}
#question .lead {
    margin-top: 20px;
	margin-bottom: 0!important;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

/*questionの中のアンケートフォーム設定*/
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	width: 100%;
	padding-bottom: 20px;
	display: block;
}
.Label img{
	width: 80%;
	margin: auto;
	display:block; 
	color: #fff;
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 ;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px 0;
	transition: all .3s;
}
/*
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
*/

/*送信ボタン*/
p.submit {
	position: relative;
	width: 100%!important;
	margin: 50px auto!important;
}
input[type="submit"]{
	border: 0;
	width: 100%;
	height: 98px;
}
p.submit.inview {
    padding: 0 60px;
}
	
.submit_btn{
	border: 0px;
	width: 100%!important;
/*height:70px!important;*/
/*	background: url(../images/campaign/submit.jpg) left top no-repeat;*/
	background-size: contain;
}
.submit_btn img{
	width: 100%;
}
.submit_btn:hover{
	cursor: pointer;
	opacity:0.5;
}

.accordion{
	width: 100%;
	margin-top:-40px;
}

.contactPage .form table tr td{
	line-height: 2;
}

/*conditions*/
.conditions{
	width: 100%;
	padding: 10% 5%;
	margin-bottom: 50px;
}
.conditions h4{
	font-size: 16px;
}
.conditions ol{
	margin: 5% 3%;
}
.conditions ol li{
	list-style-type: none;
	line-height: 2;
	font-size: 14px;
}
.attention{
	margin: 3%;
	font-size: 14px;
}


}

/*＝＝＝＝＝＝＝＝＝＝
全環空調　導入住宅展示場
＝＝＝＝＝＝＝＝＝＝＝*/

.zenkankucho img {
	width: auto;
	max-width: 100%;
}

.zenkankucho {
    background-color: rgba(76, 88, 112, 0.03);
	padding: 60px 0;
	margin-bottom: 60px;
}

.zenkankucho .inner {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    border-radius: 15px;
}

.zenkankucho h2 {
	text-align: center;
	font-size: 30px;
	position: relative;
	margin-bottom: 70px;
}

.zenkankucho h2:before {
    position: absolute;
    content: "";
    width: 160px;
    height: 4px;
    background-color: #0073aa;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
}

.contactPage .zenkankucho ul {
	display: flex;
	justify-content: space-between;
}

.zenkankucho li {
	width: 32%;
}

.zenkankucho li p.houseName {
    margin-top: 10px;
    font-size: 16px;
	text-align: center;
}

.textGreen,.contactPage .form table tr td span.textGreen {
	color: #a2bd60;
	margin: 0;
}

/*＝＝＝＝＝＝＝＝＝＝
住宅展示場見学のポイント
＝＝＝＝＝＝＝＝＝＝＝*/

.point img {
	width: auto;
	max-width: 100%;
	margin-bottom: 15px;
}

.point {
    background-color: rgba(76, 88, 112, 0.03);
	padding: 60px 0;
	margin-bottom: 60px;
}

.point .inner {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    border-radius: 15px;
}

.point h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 60px;
}

.contactPage .point ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.point li {
	width: 32%;
}

.point li p.text {
    font-size: 16px;
}



@media all and (max-width: 768px) {

	.zenkankucho {
		padding: 40px 0;
		margin-bottom: 40px;
	}
	
	.zenkankucho .inner {
        margin: 0 auto;
        border: none;
        padding: 0 20px;
    }

	.zenkankucho h2 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	
	.zenkankucho h2:before {
		width: 90px;
		height: 3px;
		bottom: -18px;
	}

	.zenkankucho li p.houseName {
		margin-top: 10px;
		font-size: 12px;
	}
	
/*＝＝＝＝＝＝＝＝＝＝
住宅展示場見学のポイント
＝＝＝＝＝＝＝＝＝＝＝*/	
	.point {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	
	.point .inner {
        margin: 0 auto;
        border: none;
        padding: 0 20px;
    }

	.point h2 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.point img {
		margin-bottom: 8px;
	}
	
	.point li p.text {
		margin-top: 0;
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
	}
	
	
	
	
	


}










