@charset "utf-8";
/* CSS Document */

/*------------------------------------------

　shopカテゴリ内 css

------------------------------------------*/

.ankerLink .outer ul li{
	padding-right: 20px;
	}
.btns{
	float: right;
	display: table;
}
.btns ul li{
	display: table-cell;
	padding: 0 0 0 10px;
	}
.shopList{
    border-bottom: 1px solid #d8d8d8;
	}
#okinawa .shopList {
	margin-bottom: 0;
	}

.shopDetailInfo p{
	text-align: left;	
	}
.shopDetailInfo .btns{
	float: none;
	margin: 0 auto;
}

.voice .column4 .columnContent .inner .imgArea{
	margin-bottom: 10px;
	}
.voice .name{
	margin-bottom: 0;
}
.voice .comment{
	text-align: left;
}

.modelhouse .inner{
	text-align: left;
}
.modelhouse .inner .btnArea,
.modelhouse .inner .imgArea{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 10px;
	}
.modelhouse .inner .imgArea{
	max-width: 168px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: #e1e1e1 !important;
	}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #004136 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -40px !important;
	}

.ttlArea.ulFullLength.ttl_underline{
	font-size: 145%;
	line-height: 1.3;
	border-bottom: 1px solid #004136;
	padding-bottom: 15px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 30px;
	}
.ttlArea.ulFullLength.ttl_underline h2{
	display: inline-block;
	font-weight: bold;
	margin-right: 1em;
	}
.ankerArea{
	display: inline-block;
}
.ankerArea .prefectures{
	display: inline-block;
}
.ankerArea .towns{
	display: inline-block;
}
.ankerArea .towns ul:before {
	content: "（";
	font-size: 80%;
}
.ankerArea .towns ul:after{
	content: "）";
	font-size: 80%;
}
.ankerArea .prefectures ul li{
	display: inline-block;
	font-size: 80%;
	}
.ankerArea .prefectures ul li span{
	font-weight: bold;
}
.ankerArea .prefectures ul li a span{
}
.ankerArea .towns ul li{
	display: inline-block;
	font-size: 65%;
}
.ankerArea .prefectures ul li a span{
	font-weight: bold;
	margin-right: .5em;
	font-weight: bold;
	background: url(../img/common/ico_ankerLink.png) no-repeat left center;
	background-size: 16px 10px;
	padding-left: 22px;
}
.ankerArea .towns ul li a span{
	font-weight: bold;
	background: url(../img/common/ico_ankerLink.png) no-repeat left center;
	background-size: 11px 7px;
	padding-left: 17px;
	margin-right: .5em;
}

@media only screen
 and (max-width: 767px) {

.ankerLink .outer ul li{
	display: inline-block;
	padding: 1em;
	}
.voice .column4 .columnContent .inner .imgArea{
	max-width: 75%;
	margin: 0 auto;
	}
.modelhouse .inner .linkList:nth-child(even){
	clear: both;
}
.modelhouse .inner .btnArea,
.modelhouse .inner .imgArea{
	width: 50%;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 0;
	}
.btnArea a{
	display: block;
	}
.btnArea a span{
	font-size: 100%;
	}

}