@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* titIndex */
.titIndex{
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
}
.titIndex img{
	margin-right: 14px;
	vertical-align: -8px;
}

/* secMap */
.secMap{
	background: #F3F1E2;
	border-bottom: 1px solid #D1CDC2;
}
.secMap .wrapper{
	width: 1070px;
	height: 680px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.secMap .wrapper::after{
	content: "";
	position: absolute;
	width: 742px;
	height: 680px;
	top: 0;
	left: -63px;
	background: url("../img/index/bgMap.jpg?240325") left top no-repeat;
}
.secMap .boxCheck{
	width: 721px;
	height: 579px;
	position: relative;
	z-index: 2;
}
.secMap .boxCheck li{
	position: absolute;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.secMap .boxCheck li label{
	cursor: pointer;
}
.secMap .boxCheck li input[type="checkbox"]{
	opacity: 0;
	position: absolute;
}
.secMap .boxCheck li input[type="checkbox"] + span:before{
	content: '';
	width: 18px;
	height: 17px;
	display: inline-block;
	vertical-align: -4px;
	margin-right: 5px;
}
.secMap .boxCheck li input[type="checkbox"] + span:before{
	background: url(../img/index/imgCheck01.png) no-repeat left top;
}
.secMap .boxCheck li input[type="checkbox"]:checked + span:before{
	background: url(../img/index/imgCheck02.png) no-repeat left top;
}
.secMap .boxCheck .select01{top: 211px;left: 251px;}
.secMap .boxCheck .select02{top: 233px;left: 90px;}
.secMap .boxCheck .select03{top: 279px;left: 350px;}
.secMap .boxCheck .select04{top: 312px;left: 281px;}
.secMap .boxCheck .select05{top: 339px;left: 153px;}
.secMap .boxCheck .select06{top: 339px;left: 7px;}
.secMap .boxCheck .select07{top: 396px;left: 74px;}
.secMap .boxCheck .select08{top: 429px;left: 136px;}
.secMap .boxCheck .select09{top: 444px;left: 258px;}
.secMap .boxCheck .select10{top: 404px;left: 299px;}
.secMap .boxCheck .select11{top: 404px;left: 386px;}
.secMap .boxCheck .select12{top: 473px;left: 401px;}
.secMap .boxCheck .select13{top: 525px;left: 350px;}
.secMap .boxCheck .select14{top: 499px;left: 273px;}
.secMap .boxCheck .select15{top: 550px;left: 261px;}
.secMap .boxCheck .select16{top: 498px;left: 178px;}
.secMap .boxCheck .select17{top: 463px;left: 97px;}
.secMap .boxCheck .select18{top: 489px;left: 7px;}
.secMap .boxCheck .select19{top: 553px;left: 74px;}
.secMap .boxCheck .select20{top: 579px;left: 119px;}
.secMap .boxCheck .select21{top: 540px;left: 165px;}
.secMap .boxCheck .select22{top: 647px;left: 68px;}
.secMap .boxCheck .select23{top: 67px; left: 497px;}
.secMap .boxCheck .select24{top: 203px;left: 399px;}
.secMap .boxCheck .select25{top: 82px;left: 387px;}
.secMap .boxCheck .select26{top: 132px;left: 465px;}
.secMap .boxCheck .select27{top: 27px;left: 451px;}
.secMap .boxCheck .select28{top: 41px;left: 540px;}
.secMap .boxCheck .select29{top: 127px;left: 355px;}
.secMap .boxForm{
	width: 375px;
	padding-bottom: 12px;
	position: absolute;
	top: 58px;
	right: 39px;
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #D3A310;
	box-shadow: 0 0 0 5px #EEC520;
	font-size: 0;
	z-index: 4;
}
.secMap .boxForm .btnForm{
	width: 197px;
	position: absolute;
	top: 6px;
	right: 19px;
}
.secMap .boxForm .btnForm li{
	display: inline-block;
}
.secMap .boxForm .btnForm li:first-child{
	margin-right: 5px;
}
.secMap .boxForm .btnForm li a{
	display: table-cell;
	width: 96px;
	height: 43px;
	line-height: 14px;
	border: 1px solid #9A9A9A;
	border-radius: 5px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	box-shadow: 0 -3px #D9D9D9 inset;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.5px;
}
.secMap .boxForm .boxTable{
	width: 335px;
	font-size: 13px;
	margin: 19px auto 10px;
}
.secMap .boxForm .boxTable th{
	width: 90px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-right: 5px solid #FFF;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 1px;
}
.secMap .boxForm .boxTable td{
	width: 240px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px 0 5px;
	letter-spacing: 0.5px;
	white-space: nowrap;
}
.secMap .boxForm .boxTable tr:first-child td,
.secMap .boxForm .boxTable tr:last-child td{
	padding: 6px 0 3px;
}
.secMap .boxForm .boxTable td .row{
	display: block;
	margin-bottom: 4px;
}
.secMap .boxForm .boxTable td input[type=checkbox]{
	margin: 3px 6px 3px 7px;
}
.secMap .boxForm .boxTable td input[type=radio]{
	margin-left: 7px;
}
.secMap .boxForm .boxTable td select{
	width: 90px;
	height: 36px;
	margin-left: 4px;
}
.secMap .boxForm .boxTable td select + span{
	margin: 0 3px;
}
.secMap .boxForm .boxTable .boxFloor td{
	width: auto;
	border: none;
	padding: 0 5px 0 0 !important;
}
.secMap .boxForm .txtEstate{
	width: 335px;
	height: 40px;
	line-height: 38px;
	background: #FEFCCD;
	border: 1px solid #FC0;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
}
.secMap .boxForm .txtEstate span{
	color: #F60;
	font-size: 22px;
	margin: 0 5px 0 8px;
	vertical-align: -2px;
}
.secMap .boxForm .btnSearch a{
	display: block;
	width: 335px;
	height: 50px;
	background: #F60;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	margin: 10px auto 0;
	line-height: 48px;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid #F30;
	box-shadow: 0 -4px #D95700 inset;
	letter-spacing: 1.5px;
}
.secMap .boxForm .btnBottom{
	width: 285px;
	margin: 11px auto 0;
}
.secMap .boxForm .btnBottom a{
	display: inline-block;
	color: #333;
	width: 80px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #999;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 -4px #D9D9D9 inset;
	border-radius: 3px;
	letter-spacing: 0.5px;
}
.secMap .boxForm .btnBottom a:last-child{
	width: 200px;
	margin-left: 5px;
}

/* secSearch */
.secSearch .txtTop{
	color: #333;
	font-size: 12px;
	text-align: center;
	margin: 26px 0 50px;
	letter-spacing: 0.4px;
}
.secSearch .bnrOnline{
	width: 1000px;
	margin: 0 auto 50px;
}
.secSearch .boxBnr{
	width: 1000px;
	margin: 40px auto 20px;
	font-size: 0;
}
.secSearch .boxBnr li{
	display: inline-block;
	margin: 0 20px 20px 0;
}
.secSearch .boxBnr li:nth-child(3n){
	margin-right: 0;
}

/* wrapperIndex */
.wrapperEstate{
	width: 1000px;
	margin: 50px auto 0;
}
.wrapperEstate #estate{
	width: 750px;
	float: left;
}
.wrapperEstate #sub{
	width: 220px;
	float: right;
}
.wrapperEstate #sub .boxBnr li{
	margin-bottom: 30px;
}
.wrapperEstate #sub .boxBnr li:last-child{
	margin-bottom: 0;
}
.wrapperEstate #sub .boxBnr li a img{
	width: 220px;
	height: auto;
}

/* secNew */
.secNew{
	position: relative;
}
.secNew .titNew{
	width: 750px;
	height: 50px;
	border: 1px solid #8FA0A3;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 3px #70B438 inset, 0px 2px #E3E7E8;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.5px;
	padding: 17px 0 0 17px;
}
.secNew .btnList a{
	position: absolute;
	top: 11px;
	right: 7px;
	width: 140px;
	height: 32px;
	border: 1px solid #90A1A4;
	border-radius: 3px;
	font-size: 13px;
	color: #333;
	line-height: 30px;
	text-align: center;
	letter-spacing: 2px;
	box-shadow: 0 -4px #D9D9D9 inset;
}
.secNew .boxList li a{
	display: block;
	width: 750px;
	padding: 15px 0 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #90A1A4;
}
.secNew .boxList li a .date{
	display: inline;
	color: #000;
	margin-right: 20px;
	letter-spacing: 1.5px;
}
.secNew .boxList li a .txt{
	display: inline;
	letter-spacing: 1.5px;
}

/* secSlider */
.secSlider .titNew{
	margin: 39px 0 44px;
}
.secSlider .titNew img{
	vertical-align: -4px;
}
.secSlider .titRecent{
	margin: 40px 0;
}
.secSlider .titRecent span{
	font-size: 16px;
	letter-spacing: 3px;
}

/* secInfo */
.secInfo .titIndex{
	margin: 47px 0 33px;
	padding-right: 40px;
}
.secInfo .wrapper{
	background: #EFF5E9;
	height: 300px;
	padding: 50px 0;
}
.secInfo .boxBnr{
	width: 1000px;
	margin: 0 auto;
}
.secInfo .boxBnr a:first-child{
	display: block;
	float: left;
}
.secInfo .boxBnr a:last-child{
	display: block;
	float: right;
}

/* secCustomer */
.secCustomer{
	margin-bottom: 50px;
}
.secCustomer .titCustomer01{
	margin: 48px 0 38px;
	padding-right: 40px;
}
.secCustomer .boxBnr{
	width: 1000px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.secCustomer .boxBnr a{
	display: inline-block;
	width: 320px;
	height: 80px;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	line-height: 58px;
	border: 1px solid #BAC4C6;
	box-shadow: 0 -2px #D9D9D9 inset;
	margin-right: 20px;
	border-radius: 3px;
	padding: 10px;
	letter-spacing: 1px;
	text-align: left;
}
.secCustomer .boxBnr a:last-child{
	margin-right: 0;
}
.secCustomer .boxBnr a img{
	margin-right: 15px;
	border: 1px solid #BBC5C7;
}
.secCustomer .titCustomer02{
	margin: 42px 0 38px;
}


/* 180606追加分 */
/* boxKeywordForm */
.boxKeywordForm{
	width:1000px;
	margin:0 auto 70px;
	border: 1px solid #DDDDAD;
	border-radius: 0 7px 7px 0;
}
.boxKeywordForm .input{
	float: left;
	width: 795px;
}
.boxKeywordForm .input input{
	width: 795px;
	height: 52px;
	border: none;
	background: #F9F9EE;
	text-indent: 5px;
	font-size: 14px;
	outline: 0;
	text-indent: 29px;
}
.boxKeywordForm .btn{
	float: right;
	width: 203px;
}
.boxKeywordForm .btn a{
	display: block;
	width: 203px;
	height: 52px;
	line-height: 48px;
	border: 1px solid #E82F00;
	background: #F60;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border-radius: 6px;
	box-shadow: 0 -4px #D95700 inset;
}
/* 180606追加分終了 */

/*-----------------------------------------------
	PG
-----------------------------------------------*/
.txtEstate .loading{
	display: none;
}
.txtEstate .loading img{
        vertical-align: middle;
}


#campaignSlider{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
#campaignSlider .imgSlider{
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#campaignSlider .imgSlider img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#campaignSlider .swiper-button-prev,
#campaignSlider .swiper-button-next{
	width: 50px;
	height: 100px;
	margin-top: 0;
	top: 60px;
}
#campaignSlider .swiper-button-prev{
	left: -25px;
	background: center no-repeat url(../img/index/btnPrev.png);
}
#campaignSlider .swiper-button-next{
	right: -25px;
	background: center no-repeat url(../img/index/btnNext.png);
}
#campaignSlider .swiper-pagination{
	position: static;
	padding-top: 30px;
}
#campaignSlider .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	opacity: 1;
	background: #CCC;
}
#campaignSlider .swiper-pagination-bullet-active{
	background: #000;
}