/*-------------------------------------------------
|-  cmn
|-  bannerBlock
|-
-------------------------------------------------*/
.bannerBlock{
	width: 80%;
	margin: 50px auto;
}
.topBanner{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.topBannerTtl{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	word-break: break-word;
	margin: 10px auto;
}
@media screen and (max-width: 767px){
	.bannerBlock{
		width: 100%;
	}
}
/*-------------------------------------------------
|-  cmn
|-  detailTtlBlock
|-
-------------------------------------------------*/
.detailTtl {
	width: 100%;
	padding: 125px 0;
	background-image: url(/assets/img/bg_pickup.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detailTtl_item-newHouse {
	width: 21%;
	min-width: 289px;
	margin: 0 auto 10px;
}
.detailTtl_item-txt {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 8px;
}
@media screen and (max-width: 767px){
	.detailTtl {
		padding: 25px 0;
	}
	.detailTtl_item-newHouse {
		width: 42%;
		min-width: auto;
		margin: 0 auto 5px;
	}
	.detailTtl_item-txt {
		font-size: 13px;
		letter-spacing: 2px;
	}
}
/*-------------------------------------------------
|-  cmn
|-  newHouseTtlBlock
|-
-------------------------------------------------*/
.newHouseTtlBlock {
	width: 100%;
	padding: 18px 0;
	background-color: rgba(162,142,113,0.8);
}
.cs-ttlLink {
	position: relative;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}
.cs-ttlLink:after {
	content: '';
	position: absolute;
	top: 30%;
	right: 15%;
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-ttlLink:hover:after {
	right: 1.5em;
}
@media screen and (max-width: 767px){
	.newHouseTtlBlock {
		padding: 15px 0;
	}
}
/*-------------------------------------------------
|-  cmn
|-  other
|-
-------------------------------------------------*/
/*--- contentsTtl ----------------*/
.contentsTtl {
	margin-bottom: 35px;
}
.contentsTtl_img-concept {
	width: 15%;
	margin: 0 auto 10px;
}
.contentsTtl_img-blockdiagram {
	width: 28%;
	margin: 0 auto 20px;
}
.contentsTtl_img-floorplan {
	width: 20%;
	margin: 0 auto 20px;
}
.contentsTtl_img-access {
	width: 12%;
	margin: 0 auto 15px;
}
.contentsTtl_img-facility {
	width: 15%;
	margin: 0 auto 15px;
}
.contentsTtl_txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
}
.contentsTtl_txt-facility {
	text-indent: 0.4em;
	letter-spacing: 0.4em;
}
@media screen and (max-width: 767px){
	/*--- contentsTtl ----------------*/
	.contentsTtl {
		margin-bottom: 22px;
	}
	.contentsTtl_img-concept {
		width: 29%;
		margin: 77px auto 5px;
	}
	.contentsTtl_img-blockdiagram {
		width: 53%;
		margin: 0 auto 9px;
	}
	.contentsTtl_img-floorplan {
		width: 38%;
		margin: 0 auto 9px;
	}
	.contentsTtl_img-access {
		width: 24%;
		margin: 0 auto 10px;
	}
	.contentsTtl_img-facility {
		width: 29%;
		margin: 0 auto 10px;
	}
	.contentsTtl_txt {
		font-size: 13px;
	}
}
/*-------------------------------------------------
|-  top
|-  tabBlock
|-
-------------------------------------------------*/
.tabBlock {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #a28e71;
}
.tabBtn {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 96%;
	max-width: 1350px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.tabBtn_item {
	width: 33%;
	padding: 25px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	line-height: 100%;
	background-color: rgba(225,225,225,0.5);
}
.tabBtn_item.active {
	padding: 25px 0 30px;
	color: #a28e71;
	background-color: #fff;
}
@media screen and (max-width: 767px){
	.tabBlock {
		height: 58px;
	}
	.tabBtn {
		width: 97%;
	}
	.tabBtn_item {
		width: 32.5%;
		padding: 20px 0;
		font-size: 12px;
		letter-spacing: 4px;
	}
	.tabBtn_item.active {
		padding: 20px 0;
	}
}
/*-------------------------------------------------
|-  top
|-  newHouseSearchBlock
|-
-------------------------------------------------*/
.newHouseSearchBlock {
	width: 100%;
	margin: 35px auto 235px;
}
/*--- searchHelpArea ----------------*/
.searchHelpArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto 75px;
}
.helpBtn {
	width: 30px;
	margin: 0 0 23px auto;
	padding: 1px;
	border-bottom: 1px solid #2a2a2a;
	cursor: pointer;
}
.helpBtn:hover {
	border-bottom: 1px solid #fff;
}
.searchArea {
	display: flex;
	justify-content: space-between;
}
.filteringCont {
	width: 76%;
}
.filteringCont_btn {
	position: relative;
	padding: 25px 0;
	background-color: #f0f0f0;
	color: #a28e71;
	font-weight: bold;
	text-align: center;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	cursor: pointer;
}
.filteringCont_btn:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #a28e71;
	border-right: solid 2px #a28e71;
	border-radius: 1px;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);	
}
.filteringCont_btn.avtive:after {
	content: '';
	position: absolute;
	top: 49%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #a28e71;
	border-right: solid 2px #a28e71;
	border-radius: 1px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.conditionsSearch {
	display: none;
	padding: 10px 4% 30px;
	box-sizing: border-box;
	background-color: #f0f0f0;
}
.conditionsSearch_ttl {
	margin-bottom: 5px;
	color: #a28e71;
	font-weight: bold;
}
.cs-checkIcon {
	width: 15px;
	margin-right: 1%;
}
.filteringContList {
	margin-bottom: 15px;
}
.filteringContList_item {
	margin-right: 3%;
	display: inline-block;
}
.filteringContList_item:last-of-type {
	margin-right: 0;
}
.cs-checkbox {
	display: none;
}
.cs-cbParts {
	position: relative;
	width: auto;
	padding-left: 25px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}
.cs-cbParts:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #a28e71;
	background-color: #fff;
	display: block;
}
.cs-cbParts:after {
	content: '';
	position: absolute;
	top: 15%;
	left: 5px;
	transform: rotate(45deg);
	width: 5px;
	height: 9px;
	border-right: 2px solid #a28e71;
	border-bottom: 2px solid #a28e71;
	display: block;
	opacity: 0;
}
.cs-checkbox:checked + .cs-cbParts:after {
	opacity: 1;
}
.conditionsSearchBtn {
	clear: both;
	display: flex;
	justify-content: space-between;
}
.conditionsSearchBtn_item {
	width: 48%;
}
.cs-resetBtn {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #a28e71;
	box-sizing: border-box;
	background-color: #fff;
	color: #a28e71;
	font-weight: bold;
	text-indent: 0.3em;
	letter-spacing: 0.3em;
	cursor: pointer;
	transition: all .2s;
}
.cs-resetBtn:after {
	content: '';
	position: absolute;
	top: 39%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #a28e71;
	border-right: solid 2px #a28e71;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-resetBtn:hover:after {
	right: 4%;
}
.cs-resetBtn:hover {
	opacity: 0.8;
	transition: all .2s;
}
.cs-pushBtn {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #a28e71;
	box-sizing: border-box;
	background-color: #a28e71;
	color: #fff;
	font-weight: bold;
	text-indent: 0.3em;
	letter-spacing: 0.3em;
	cursor: pointer;
	transition: all .2s;
}
.cs-pushBtn:after {
	content: '';
	position: absolute;
	top: 39%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-pushBtn:hover:after {
	right: 4%;
}
.cs-pushBtn:hover {
	opacity: 0.8;
	transition: all .2s;
}
/*--- searchHelpArea ----------------*/
.searchMap {
	width: 22%;
}
.cs-searchMapLink {
	padding: 25px 0;
	background-color: #f0f0f0;
	color: #a28e71;
	font-weight: bold;
	text-align: center;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	display: block;
	transition: all .2s;
}
.cs-searchMapLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
/*--- newHouseResultArea ----------------*/
.newHouseResultArea {
	display: none;
	padding-bottom: 100px;
	border-bottom: 1px solid #d4d4d4;
}
.newHouseResultArea.current {
	display: block;
}
.newHouseResultWrap {
	padding: 35px 0;
}
.newHouseResultWrap:nth-child(odd){
	background-color: #f0f0f0;
}
.newHouseResultWrap:last-of-type {
	margin-bottom: 0;
}
.newHouseDetailArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
.cs-newHouseDetailLink {
	position: relative;
	color: #030303;
	display: block;
}
.cs-newHouseDetailLink:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10%;
	width: 25px;
	height: 25px;
	border-top: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
@media screen and (max-width: 767px){
	.cs-newHouseDetailLink:after {
		display: none;
	}
}
.cs-newHouseDetailLink:hover:after {
	right: -11%;
}
.newHouseDetailArea_ttl {
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: bold;text-align: center;
}
.newHouseFlex {
	display: flex;
	justify-content: space-around;
}
.newHouseDetail_right {
	width: 41%;
}
.newHousePhoto {
	position: relative;
	margin-bottom: 10px;
	line-height: 100%;
}
.newHousePhoto_new:before {
	content: '';
	position: absolute;
	top: 4%;
	left: 3%;
	width: 11%;
	height: 14.5%;
	background-color: #d46672;
	background-image: url(/assets/img/txt_new.svg);
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
}
.newHouseTerms {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newHouseTerms_item {
	width: 19%;
	margin-bottom: 5px;
	padding: 3px 0;
	background-color: #fff;
	color: #838383;
	font-size: 13px;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.newHouseResultWrap:nth-child(even) .newHouseTerms_item {
	background-color: #f0f0f0;
}
.newHouseTerms_item.active {
	background-color: #a28e71;
	color: #fff;
	font-weight: bold;
}
.newHouseResultWrap:nth-child(even) .newHouseTerms_item.active {
	background-color: #a28e71;
}
.newHouseDetail_left {
	width: 49%;
}
.newHouseCate {
	display: flex;
	flex-wrap: wrap;
}
.newHouseCate_item {
	width: 20%;
	min-width: 100px;
	margin: 0 1% 5px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
}
.newHouseCate_item:last-of-type {
	margin-right: 0;
}
.newHouseCate_item-01 {
	background-color: #d48f81;
}
.newHouseCate_item-02 {
	background-color: #a28e71;
}
.newHouseCate_item-03 {
	background-color: #7598b4;
}
.newHouseDetail_ttl {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 20px;
	font-weight: bold;
	word-break: break-word;
}
.newHouseDetail_txt {
	line-height: 170%;
	letter-spacing: 1px;
}
.newHouseDetail_txt-fontW {
	font-weight: bold;
}
.newHouseDetailList:first-of-type {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #d4d4d4;
}
.newHouseDetailList {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newHouseDetailList_ttl {
	width: 80px;
	color: #a28e71;
	font-weight: bold;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.newHouseDetailList_txt {
	width: 85%;
}
.newHouseDetailList_txt-lineH {
	line-height: 170%;
}
.newHousePrice {
	margin-top: 20px;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
}
.cs-priceTtl {
	margin-right: 2%;
	font-size: 16px;
	font-weight: bold;
}
/*.cs-priceTxt {
	font-size: 40px;
	font-weight: bold;
}*/
.cs-priceSubTxt {
	font-size: 23px;
	font-weight: bold;
}
@media screen and (max-width: 990px){
	/*--- newHouseResultArea ----------------*/
	.newHousePrice {
		font-size: 3.8vw;
	}
	.cs-priceTtl {
		font-size: 1.5vw;
	}
	/*.cs-priceTxt {
		font-size: 3.8vw;
	}*/
	.cs-priceSubTxt {
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 845px){
	/*--- searchHelpArea ----------------*/
	.filteringCont_btn {
		font-size: 1.3vw;
	}
	.cs-searchMapLink {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 767px){
	.newHouseSearchBlock {
		width: 100%;
		margin: 25px auto 40px;
	}
	/*--- searchHelpArea ----------------*/
	.searchHelpArea {
		width: 89%;
		margin: 0 auto 25px;
	}
	.helpBtn {
		width: 11%;
	}
	.searchArea {
		display: block;
	}
	.filteringCont {
		width: 100%;
	}
	.filteringCont_btn {
		padding: 10px 0;
		font-size: 12px;
	}
	.conditionsSearch_ttl {
		font-size: 12px;
	}
	.cs-cbParts {
		padding-left: 20px;
		font-size: 13px;
	}
	.cs-cbParts:before {
		width: 10px;
		height: 10px;
	}
	.cs-cbParts:after {
		left: 4px;
		width: 4px;
		height: 8px;
	}
	.searchMap {
		width: 100%;
		margin-top: 10px;
	}
	.cs-searchMapLink {
		padding: 10px 0;
		font-size: 12px;
	}
	.conditionsSearchBtn_item {
		width: 49%;
	}
	.cs-resetBtn {
		padding: 5px 0;
		font-size: 13px;
		text-indent: 0;
		letter-spacing: 0;
	}
	.cs-resetBtn:after {
		top: 37%;
		right: 8%;
		width: 5px;
		height: 5px;
	}
	.cs-pushBtn {
		padding: 5px 0;
		font-size: 13px;
		text-indent: 0;
		letter-spacing: 0;
	}
	.cs-pushBtn:after {
		top: 37%;
		right: 8%;
		width: 5px;
		height: 5px;
	}
	/*--- newHouseResultArea ----------------*/
	.newHouseDetailArea {
		width: 89%;
	}
	.newHouseResultArea {
		padding: 0;
	}
	.newHouseResultWrap {
		padding: 25px 0;
	}
	.newHouseDetailArea_ttl {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.newHouseFlex {
		display: block;
	}
	.newHouseDetail_right {
		width: 100%;
	}
	.newHousePhoto {
		margin-bottom: 23px;
	}
	.newHousePhoto_new:before {
		top: 0;
		left: 0;
		width: 14%;
		height: 18.5%;
		background-size: 70%;
	}
	.newHouseTerms {
		display: none;
	}
	.newHouseDetail_left {
		width: 100%;
	}
	.newHouseCate {
		margin-bottom: 10px;
	}
	.newHouseCate_item {
		width: calc(100% / 3.1);
		min-width: auto;
		font-size: 13px;
		text-indent: 0.1em;
		letter-spacing: 0.1em;
	}
	.newHouseDetail_ttl {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 16px;
	}
	.newHouseDetail_txt {
		font-size: 13px;
	}
	.newHouseDetailList {
		padding-bottom: 13px;
		display: block;
	}
	.newHouseDetailList:first-of-type {
		margin-top: 15px;
		padding-top: 13px;
	}
	.newHouseDetailList_ttl {
		width: 100%;
		font-size: 13px;
	}
	.newHouseDetailList_txt {
		width: 100%;
		font-size: 13px;
	}
	.newHousePrice {
		margin-top: 10px;
		font-size: 25px;
	}
	.cs-priceTtl {
		font-size: 10px;
	}
	/*.cs-priceTxt {
		font-size: 25px;
	}*/
	.cs-priceSubTxt {
		font-size: 14px;
	}
}
/*-------------------------------------------------
|-  下層cmn
|-  newHouseCmnBlock
|-
-------------------------------------------------*/
.newHouseCmnTtl {
	width: 64%;
	/*margin: 110px auto;*/
	margin: 110px auto 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	word-break: break-word;
}
.detailNewHouseCate {
	width: 10%;
	min-width: 100px;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
}
.detailNewHouseCate-01 {
	background-color: #d48f81;
}
.detailNewHouseCate-03{
	background-color: #7598b4;
}

/*--- newHouseCmnLink ----------------*/
.newHouseCmnLink {
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	margin: 0 auto 20px;
	padding: 10px 0;
	background: #fff;
	display: flex;
	justify-content: center;
	z-index: 11;
}
.newHouseCmnLink_item {
	position: relative;
	width: calc(100% / 7);
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newHouseCmnLink_item.active {
	/*padding: 10px 0;*/
	color: #dad2c6;
	font-weight: bold;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.newHouseCmnLink_item:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 34px;
	background-color: #c7bbaa;
}
.newHouseCmnLink_item:last-of-type:after {
	display: none;
}
.cs-newHouseCmnLink {
	width: 100%;
	padding: 10px 0;
	color: #a28e71;
	font-weight: bold;
	display: block;
	transition: all .2s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cs-newHouseCmnLink:hover {
	background-color: #a28e71;
	color: #fff;
	transition: all .2s;
}
/*--- リンク6つ用 ----------------*/
.newHouseCmnLink_item-cutBack {
	width: calc(100% / 6);
}
@media screen and (max-width: 1120px){
	.newHouseCmnLink_item {
		font-size: 1vw;
	}
	.newHouseCmnLink_item:after {
		height: 30px;
	}
}
@media screen and (max-width: 767px){
	.newHouseCmnTtl {
		width: 89%;
		margin: 30px auto 25px;
		font-size: 19px;
	}
	/*--- newHouseCmnLink ----------------*/
	.newHouseCmnLink {
		width: 100%;
		margin: 0 auto;
		padding: 10px 4%;
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	.newHouseCmnLink_item {
		width: calc(100% / 3);
		height: 45px;
		font-size: 12px;
	}
	.newHouseCmnLink_item:nth-child(7) {
		display: none;
	}
	.newHouseCmnLink_item:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		width: 90%;
		height: 1px;
		margin: auto;
		background-color: #c7bbaa;
	}
	.newHouseCmnLink_item:after {
		top: auto;
	}
	/*.newHouseCmnLink_item:nth-child(n + 4){
		margin-top: 5px;
	}*/
	.newHouseCmnLink_item:nth-child(n + 4):before {
		display: none;
	}
	/*.newHouseCmnLink_item:after {
		height: 34px;
	}*/
	.newHouseCmnLink_item:nth-child(3n):after{
		display: none;
	}
	.cs-newHouseCmnLink {
		height: 100% !important;
		padding: 0;
	}
	.cs-newHouseCmnLink:hover {
		color: #a28e71;
		background-color: #fff;
	}
	.newHouseCmnLink_item-cutBack {
		/*width: auto;*/
	}
}
/*-------------------------------------------------
|-  下層cmn
|-  newHouseBtmCmnBlock
|-
-------------------------------------------------*/
.newHouseBtmCmnBlock {
	position: relative;
	width: 100%;
	margin-bottom: 135px;
	padding-bottom: 205px;
}
.newHouseBtmCmnBlock:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #d4d4d4;
}
.newHouseInquiryBtn {
	width: 23%;
	max-width: 323px;
	margin: 0 auto 50px;
}
.newHouseListBtn {
	width: 23%;
	max-width: 323px;
	margin: 0 auto 195px;
}
.cs-inquiryBtnLink {
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	background-color: #A28E71;
	display: block;
	transition: all .2s;
}
.cs-inquiryBtnLink:after {
	content: '';
	position: absolute;
	top: 38%;
	right: 4%;
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-inquiryBtnLink:hover:after {
	right: 1.8%;
}
.cs-listBtnLink {
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	background-color: #2a2a2a;
	display: block;
	transition: all .2s;
}
.cs-listBtnLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
.cs-listBtnLink:before {
	content: '';
	position: absolute;
	top: 38%;
	left: 4%;
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	transition: all .2s;
}
.cs-listBtnLink:hover:before {
	left: 1.8%;
}
.newHouseLinkBtn {
	width: 30%;
	min-width: 400px;
	max-width: 1040px;
	margin: 0 auto;
}
.newHouseOverviewBanner {
	width: 50%;
	max-width: 500px;
	margin: 25px auto 0 auto;
}
.newHouseOverviewBanner:hover {
	opacity: 0.8;
	transition: all .2s;
}
.newHouseLinkBtn_caption {
	margin-top: 5px;
	display: inline-block;
}

@media screen and (max-width: 767px){
	.newHouseBtmCmnBlock {
		margin: 60px 0 30px;
		padding-bottom: 37px;
	}
	.newHouseInquiryBtn {
		width: 81%;
		margin: 0 auto 35px;
	}
	.newHouseListBtn {
		width: 81%;
		margin: 0 auto 35px;
	}
	.newHouseLinkBtn {
		width: 81%;
		min-width: auto;
	}
	.newHouseOverviewBanner {
		width: 100%;
		max-width: none;
		padding-bottom: 20px;
	}
	.cs-listBtnLink {
		font-size: 13px;
	}
}
/*-------------------------------------------------
|-  concept
|-  conceptBlock
|-
-------------------------------------------------*/
.conceptBlock {
	width: 100%;
	margin-bottom: 155px;
	padding: 95px 0 110px;
	background-color: #f0efec;
}
.conceptArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
.conceptTtl {
	margin-bottom: 55px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	word-break: break-word;
}
.conceptTxt {
	margin-bottom: 65px;
	font-size: 16px;
	text-align: center;
	line-height: 250%;
}
/*--- photoGallery ----------------*/
.photoGallery {
	width: 100%;
}
/*--- slick ----------------*/
.photoGallery.slick-dotted.slick-slider {
	margin-bottom: 200px;
}
.photoGallery .slick-dots {
	bottom: -30px;
}
.photoGallery .slick-dots li {
	margin: 0;
}
.photoGallery .slick-dots li button:before {
	font-size: 20px;
}
.videoArea {
	position: relative;
}
.videoArea .video {
	background-color: #000000;
	width: 100%;
	aspect-ratio: 3 / 2;
}
.videoPlayBtn{
	display: block;
	width: 16%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.videoPlayBtn.playActive{
	display:none;
}
.playButtonOuter {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.playButtonOuter:hover {
	cursor: pointer;
}
/*--- conceptImgWrap ----------------*/
.conceptImgWrap {
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	background-color: #fff;
}
@media screen and (max-width: 767px){
	.conceptBlock {
		margin: 10px 0;
		padding: 30px 0 15px;
	}
	.conceptArea {
		width: 89%;
	}
	.conceptTtl {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.conceptTxt {
		margin-bottom: 25px;
		font-size: 13px;
		text-align: left;
		line-height: 170%;
	}
	/*--- photoGallery ----------------*/
	.photoGalleryBlock {
		padding: 32px 0;
		border-top: 1px solid #d4d4d4;
	}
	/*--- slick ----------------*/
	.photoGallery.slick-dotted.slick-slider {
		margin-bottom: 39px;
	}
	.photoGallery .slick-dots {
		bottom: -25px;
	}
	.photoGallery .slick-dots li button:before {
		font-size: 15px;
	}
	.photoGallery .slick-dots li, .slick-dots li button, .slick-dots li button:before {
		width: 12px;
	}
	/*--- conceptLinkBtn ----------------*/
	.conceptLinkBtn {
		width: 100%;
	}
	.cs-linkBtnLink {
		position: relative;
		padding: 5px 0;
		background-color: #a28e71;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		text-indent: 0.1em;
		letter-spacing: 0.1em;
		display: block;
	}
	.cs-linkBtnLink:after {
		content: '';
		position: absolute;
		top: 37%;
		right: 5%;
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		border-radius: 1px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*--- conceptImgWrap ----------------*/
	.conceptImgWrap {
		padding: 15px;
	}
}
/*-------------------------------------------------
|-  plan
|-  planBlock
|-
-------------------------------------------------*/
.planBlock {
	width: 100%;
	margin-bottom: 155px;
	padding: 105px 0 120px;
	background-color: #f0efec;
}
.planArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
/*--- blockdiagramWrap ----------------*/
.blockdiagramWrap {
	width: 100%;
	margin-bottom: 110px;
	padding: 80px 16% 60px;
	box-sizing: border-box;
	background-color: #fff;
}
.blockdiagram_img {
	margin-bottom: 60px;
}
.blockdiagram_txt {
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
/*--- floorplanContWrap ----------------*/
.floorplanTabArea {
	overflow-x: auto;
}
.floorplanTabArea::-webkit-scrollbar {
	height: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.floorplanTabArea::-webkit-scrollbar-track {
	background: #d4d4d4;
}
/*スクロールバーの色・角丸指定*/
.floorplanTabArea::-webkit-scrollbar-thumb {
	background:#a28e71;
}



.floorplanTab {
	display: flex;
}
.floorplanTab_item {
	width: 170px;
	margin-right: 3px;
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
}
.floorplanTab_item:last-of-type {
	margin-right: 0;
}
.floorplanTab_item.active {
	color: #a28e71;
	background-color: #fff;
}
.floorplanArea {
	width: 100%;
	background-color: #fff;
}
.floorplanCont {
	display: none;
	width: 90%;
	margin: 0 auto;
	padding: 45px 0 65px;
}
.floorplanCont.current {
	display: block;
}
.floorplanDetail {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d4d4d4;
	display: flex;
	justify-content: space-between;
}
.floorplanDetail_txt {
	width: 60%;
	line-height: 180%;
}
.floorplanDetail_price {
	width: 37%;
	font-size: 33px;
	font-weight: bold;
	text-align: right;
	line-height: 210%;
}
/*.floorplanDetail_price .cs-priceTxt {
	font-size: 33px;
}*/
.floorplanDetail_price .cs-priceSubTxt {
	font-size: 19px;
}
.floorplanImg {
	width: 74%;
	margin: 0 auto 70px;
}
.floorplanListArea {
	width: 51%;
	float: left;
}
.floorplanList {
	padding: 10px 0;
	border-top: 1px solid #d4d4d4;
	display: flex;
}
.floorplanList:last-of-type {
	border-bottom: 1px solid #d4d4d4;
}
.floorplanList_ttl {
	width: 80px;
	color: #a28e71;
	font-weight: bold;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.floorplanList_txt {
	width: 85%;
}
.floorplanBtn {
	width: 45%;
	float: right;
}
.floorplanBtn_item {
	margin-bottom: 10px;
}
.cs-floorplanBtnLink {
	position: relative;
	width: 100%;
	padding: 25px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	background-color: #a28e71;
	display: block;
	transition: all .2s;
}
.cs-floorplanBtnLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
.cs-floorplanBtnLink:after {
	content: '';
	position: absolute;
	top: 45%;
    right: 6%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-floorplanBtnLink:hover:after {
	right: 5%;
}
@media screen and (max-width: 1120px){
	.floorplanDetail_price {
		font-size: 3vw;
	}
	.floorplanDetail_price .cs-priceSubTxt {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 1100px){
	.cs-floorplanBtnLink {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 767px){
	.planBlock {
		margin: 20px 0;
		padding: 40px 0 21px;
	}
	.planArea {
		width: 89%;
	}
	/*--- blockdiagramWrap ----------------*/
	.blockdiagramWrap {
		margin-bottom: 43px;
		padding: 15px 20px 20px;
	}
	.blockdiagram_img {
		margin-bottom: 20px;
	}
	.blockdiagram_txt {
		font-size: 13px;
		text-align: left;
	}
	/*--- floorplanContWrap ----------------*/
	.floorplanTab_item {
		width: 85px;
		margin-right: 4px;
		padding: 8px 0;
		font-size: 12px;
	}
	.floorplanCont {
		width: 91%;
		padding: 21px 0;
	}
	.floorplanDetail {
		margin-bottom: 20px;
		padding-bottom: 14px;
		display: block;
	}
	.floorplanDetail_txt {
		width: 100%;
		margin-bottom: 15px;
		font-size: 13px;
	}
	.floorplanDetail_price {
		width: 100%;
		font-size: 23px;
	}
	.floorplanDetail_price .cs-priceSubTxt {
		font-size: 13px;
	}
	.floorplanImg {
		width: 100%;
		margin-bottom: 23px;
	}
	.floorplanListArea {
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	.floorplanList_ttl {
		width: 85px;
		margin-left: 2%;
		font-size: 13px;
	}
	.floorplanList_txt {
		width: 80%;
		font-size: 13px;
	}
	.floorplanBtn {
		width: 100%;
		float: none;
	}
	.cs-floorplanBtnLink {
		padding: 10px 0;
		font-size: 3.5vw;
	}
	.cs-floorplanBtnLink:after {
		top: 40%;
	}
}
/*-------------------------------------------------
|-  location
|-  locationBlock
|-
-------------------------------------------------*/
.locationBlock {
	width: 100%;
	margin-bottom: 155px;
	padding: 105px 0 120px;
	background-color: #f0efec;
}
.locationArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
.locationWrap {
	padding: 65px 0 125px;
	background-color: #fff;
}
.locationInner {
	border-bottom: 1px solid #d4d4d4;
}
.locationInner:last-of-type {
	border: 0;
}
/*--- accessMapArea ----------------*/
.accessMapArea {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 70px;
}
.accessMap_ttl {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	clear: both;
}
.accessMap_item {
	width: 48%;
	margin-bottom: 25px;
	cursor: pointer;
}
.accessMap_item-1col {
	width: 64%;
	margin:0 auto 25px;
	cursor: pointer;
	float: none;
}
.accessMap_txt {
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 180%;
	clear: both;
}
/*--- accessRouteMapArea ----------------*/
.accessRouteMapArea {
	width: 90%;
	margin: 85px auto 0;
	padding-bottom: 90px;
}
.accessRouteMap_ttl {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
}
.accessRouteMap_item {
	width: 64%;
	margin: 0 auto 25px;
	cursor: pointer;
}
.accessRouteMap_txt {
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 180%;
	clear: both;
}
/*--- surroundingsArea ----------------*/
.surroundingsArea {
	width: 90%;
	margin: 85px auto 0;
	/*padding-bottom: 90px;*/
}
.surroundingsTtl {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
}
/*--- surroundingsList ----------------*/
.surroundingsList {
	width: 31%;
	margin: 0 3.5% 45px 0;
	float: left;
}
.surroundingsList:nth-child(3n){
	margin-right: 0;
}
.surroundingsList_photo {
	margin-bottom: 15px;
}
.surroundingsList_cate {
	display: inline-block;
}
.cs-listCate {
	min-width: 150px;
	margin-bottom: 5px;
	padding: 0 3%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	display: block;
}
.cate01 {
	background-color: #d48f81;
}
.cate02 {
	background-color: #7faa93;
}
.cate03 {
	background-color: #dda03b;
}
.cate04 {
	background-color: #7598b4;
}
.cate05 {
	background-color: #a28e71;
}
.cate06 {
	background-color: #6a6a6a;
}
.surroundingsList_ttl {
	font-size: 16px;
	font-weight: bold;
}
.surroundingsList_distance {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
}
/*--- otherListArea ----------------*/
.otherListArea {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	clear: both;
}
.otherList {
	width: 48%;
	padding: 20px 0;
	border-top: 1px dotted #2a2a2a;
	border-bottom: 1px dotted #2a2a2a;
	display: flex;
	justify-content: space-between;
}
.otherList:nth-child(n + 3) {
	border-top: 0;
}
.otherList_cate {
	margin-right: 2%;
	display: inline-block;
}
.otherList_ttl {
	width: 42%;
	font-weight: bold;
}
.otherList_distance {
	width: 31%;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}
.locationLinkBtn {
	width: 34%;
	max-width: 323px;
	margin: 0 auto;
	background-color: #2a2a2a;
}
.cs-locationLink {
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	display: block;
	transition: all .2s;
}
.cs-locationLink:hover {
	transition: all .2s;
	opacity: .8;
}
.cs-locationLink:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 6%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-locationLink:hover:after {
	right: 5%;
}
/* モーダル コンテンツエリア */
.modalImg {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #666;
	position: fixed;
	z-index: 120;
}
/* モーダル 背景エリア */
#modalBg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 110;
}
@media screen and (max-width: 767px){
	.modalImg {
		width: 90%;
	}
}
@media screen and (max-width: 1000px){
	.cs-locationLink {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 767px){
	.locationBlock {
		margin: 20px 0;
		padding: 38px 0 29px;
	}
	.locationArea {
		width: 89%;
	}
	.locationWrap {
		padding: 26px 0 0;
	}
	/*--- accessMapArea ----------------*/
	.accessMapArea {
		width: 91%;
		padding-bottom: 25px;
	}
	.accessMap_ttl {
		margin-bottom: 25px;
		font-size: 15px;
	}
	.accessMap_item {
		width: 100%;
		margin-bottom: 7px;
		float: none;
	}
	.accessMap_txt {
		margin: 10px 0;
		font-size: 13px;
		text-align: left;
	}
	/*--- accessRouteMapArea ----------------*/
	.accessRouteMapArea {
		width: 91%;
		margin: 30px auto 0;
		padding-bottom: 30px;
	}
	.accessRouteMap_ttl {
		margin-bottom: 25px;
		font-size: 15px;
	}
	.accessRouteMap_item {
		width: 100%;
		margin-bottom: 10px;
	}
	.accessRouteMap_txt {
		font-size: 13px;
		text-align: left;
	}
	/*--- surroundingsArea ----------------*/
	.surroundingsArea {
		width: 91%;
		margin: 30px auto 0;
	}
	.surroundingsTtl {
		margin-bottom: 25px;
		font-size: 15px;
	}
	/*--- surroundingsList ----------------*/
	.surroundingsList {
		width: 48%;
		margin: 0 4% 15px 0;
	}
	.surroundingsList:nth-child(odd){
		margin-right: 4%;
	}
	.surroundingsList:nth-child(even){
		margin: 0;
	}
	.cs-listCate {
		min-width: 75px;
		font-size: 10px;
	}
	.surroundingsList_ttl {
		font-size: 13px;
	}
	.surroundingsList_distance {
		font-size: 12px;
	}
	.surroundingsList_txt {
		display: none;
	}
	/*--- otherListArea ----------------*/
	.otherListArea {
		display: block;
	}
	.otherList {
		width: 100%;
		border-top: 0;
		padding: 10px 0;
		display: block;
	}
	.otherList:first-of-type {
		border-top: 1px dotted #2a2a2a;
	}
	.otherList_ttl {
		width: 100%;
		font-size: 13px;
	}
	.otherList_distance {
		width: 100%;
		font-size: 12px;
	}
	.viewmoreBtn {
		width: 39%;
		margin: 18px auto 44px;
	}
	.locationLinkBtn {
		width: 100%;
		max-width: none;
	}
	.cs-locationLink {
		font-size: 13px;
	}
	.cs-locationLink:after {
		width: 7px;
		height: 7px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}
/*-------------------------------------------------
|-  equipment
|-  equipmentBlock
|-
-------------------------------------------------*/
.equipmentBlock {
	width: 100%;
	margin-bottom: 155px;
	padding: 105px 0 180px;
	background-color: #f0efec;
}
.equipmentArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
.equipmentWrap {
	padding: 50px 0;
	background-color: #fff;
}
/*--- equipmentTab ----------------*/
.equipmentTab {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.equipmentTab_item {
	width: 24.8%;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
	cursor: pointer;
}
.equipmentTab_item.active {
	color: #7598b4;
	font-weight: bold;
	background-color: #fff;
}
/*--- equipmentCont ----------------*/
.equipmentCont {
	width: 100%;
	margin: 0 auto;
}
.equipmentContTab {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.equipmentContTab_item {
	position: relative;
	width: 50%;
	padding: 20px 0;
	background-color: rgba(117,152,180,0.6);
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
	cursor: pointer;
}
.equipmentContTab_item:after {
	content: '';
	position: absolute;
	top: 44%;
	right: 6%;
	width: 5px;
	height: 5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.equipmentContTab_item:hover:after {
	right: 5%;
}
.equipmentContTab_item.active {
	background-color: #7598b4;
}
/*--- equipmentFeatureCont ----------------*/
.equipmentFeatureCont {
	margin: 60px 0 90px;
}
.equipmentFeature {
	margin-bottom: 60px;
	padding-bottom: 90px;
	border-bottom: 1px solid #d4d4d4;
}
.equipmentFeature:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.equipmentTtl {
	width: 90%;
	margin: 0 auto 50px;
}
.equipmentTtl_txt {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}
.cs-ttlCate {
	width: 11%;
	min-width: 100px;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	background-color: #7598b4;
	display: block;
}
.equipmentContTop {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.featureImg {
	position: relative;
	width: 50%;
	padding-top: 35%;
	background-color: #efefef;
}
.cs-featureImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	display: block;
}
.featureTxt {
	width: 47%;
}
.noItem {
	width: 90%;
	margin: 20px auto;
	text-align: center;
}
/*--- equipmentaListArea ----------------*/
.equipmentaListArea {
	width: 90%;
	margin: 0 auto;
	padding: 30px 3% 20px;
	background-color: #f0efec;
}
.equipmentaList {
	width: 31%;
	margin: 0 5px;
}
.equipmentaList_item {
	position: relative;
	width: 100%;
	padding-top: 74%;
	background-color: #f7f7f7;
}
.cs-itemImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	display: block;
}
.equipmentaList_caption {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
/*--- slick ----------------*/
.equipmentaListArea .slick-prev {
	left: -10px;
	background-image: url(/assets/img/btn_gallery_prev.svg);
}
.equipmentaListArea .slick-next {
	right: -10px;
	background-image: url(/assets/img/btn_gallery_next.svg);
}
.equipmentaListArea .slick-prev, .equipmentaListArea .slick-next {
	width: 24px;
	height: 24px;
	z-index: 10;
}
.equipmentaListArea .slick-prev:before,
.equipmentaListArea .slick-next:before {
	content: '';
}
/*--- equipmentOtherListArea ----------------*/
.equipmentOtherListArea {
	width: 90%;
	margin: 0 auto;
	padding: 30px 3% 0;
	box-sizing: border-box;
	background-color: #f0efec;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.equipmentOther {
	width: 31%;
	margin: 0 5px 20px;
}
.equipmentOther_item {
	position: relative;
	width: 100%;
	padding-top: 74%;
	background-color: #f7f7f7;
}
.cs-itemImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	display: block;
}
.equipmentOther_caption {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.equipmentBlock {
		margin: 55px 0 0;
		padding: 40px 0 20px;
	}
	.equipmentArea {
		width: 89%;
	}
	.equipmentWrap {
		padding: 15px 0;
	}
	/*--- equipmentTab ----------------*/
	.equipmentContTab {
		width: 91%;
	}
	.equipmentTab_item {
		font-size: 12px;
		font-weight: bold;
		text-indent: 0;
		letter-spacing: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*--- equipmentCont ----------------*/
	.equipmentContTab_item {
		width: 32.7%;
		padding: 10px 0;
		font-size: 11px;
	}
	.equipmentContTab_item:after {
		display: none;
	}
	/*--- equipmentFeatureCont ----------------*/
	.equipmentFeatureCont {
		margin: 35px 0 20px;
	}
	.equipmentFeature {
		margin-bottom: 30px;
		padding-bottom: 35px;
	}
	.equipmentTtl {
		margin: 0 auto 25px;
	}
	.equipmentTtl_txt {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.cs-ttlCate {
		width: 30%;
		min-width: 93px;
	}
	.equipmentContTop {
		width: 91%;
		margin-bottom: 20px;
		display: block;
	}
	.featureImg {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 75%;
	}
	.featureTxt {
		width: 100%;
		font-size: 13px;
	}
	/*--- equipmentaListArea ----------------*/
	.equipmentaListArea {
		width: 91%;
		padding: 0;
		background-color: #fff;
	}
	.equipmentaList_caption {
		margin-top: 10px;
		font-size: 12px;
	}
	/*--- slick ----------------*/
	.equipmentaListArea .slick-prev, .equipmentaListArea .slick-next {
		top: 45%;
		width: 30px;
		height: 30px;
	}
	.equipmentaListArea .slick-prev {
		left: -13px;
	}
	.equipmentaListArea .slick-next {
		right: -13px;
	}
	/*--- equipmentOtherListArea ----------------*/
	.equipmentOtherListArea {
		width: 91%;
		padding: 0;
		background-color: #fff;
	}
	.equipmentOther {
		width: 48%;
		margin: 0 0 10px;
	}
	.equipmentOther_caption {
		margin-top: 10px;
		font-size: 12px;
	}
}
/*-------------------------------------------------
|-  about
|-  aboutBlock
|-
-------------------------------------------------*/
.aboutBlock {
	width: 100%;
	margin-bottom: 155px;
	padding: 105px 0 120px;
	background-color: #f0efec;
}
.aboutArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
.newhouseAbout {
	width: 100%;
	border: 1px solid rgba(162, 142, 113, 0.5);
	box-sizing: border-box;
	border-collapse:collapse;
}
.newhouseAbout_list-ttl {
	width: 25%;
	padding: 15px 3%;
	box-sizing: border-box;
	color: #fff;
	/*background-color: #a28e71;*/
	background-color: rgba(162, 142, 113, 0.8);
	vertical-align: top;
	border: 1px solid rgb(162, 142, 113);
}
.newhouseAbout_list-txt {
	padding: 15px 3%;
	box-sizing: border-box;
	background-color: #fff;
	vertical-align: top;
	border: 1px solid rgba(162, 142, 113, 0.5);
}
.newhouseAboutRemarks-ttl {
	font-size: 85%;
	margin-top: 5px;
}
.newhouseAboutRemarks {
	font-size: 85%;
}
.newhouseAboutTxt {
	margin-top: 10px;
	text-align: right;
}
@media screen and (max-width: 767px){
	.aboutBlock {
		margin: 20px 0;
		padding: 38px 0 29px;
	}
	.aboutArea {
		width: 89%;
	}
	.newhouseAbout_list-ttl,
	.newhouseAbout_list-txt {
		padding: 10px 3%;
		font-size: 13px;
	}
	.newhouseAboutTxt {
		font-size: 13px;
	}
}
/*--- intermediateFee ----------------*/
.intermediateFee {
	margin: 2% auto 0 auto;
	width: 90%;
}
@media screen and (max-width: 767px){
	.intermediateFee {
		width: 90%;
		margin: 30px auto;
	}
}

/*-------------------------------------------------
|-
|-  fithouseBlock
|-
-------------------------------------------------*/
.fithouseBlock {
	margin-bottom: 135px;
	padding-bottom: 200px;
	border-bottom: 1px solid #d4d4d4;
}
.fithouseTopTxt {
	width: 74%;
	max-width: 1040px;
	margin: 90px auto 60px;
	font-size: 15px;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 250%;
}
/*--- fithouseCateWrap ----------------*/
.fithouseCateWrap {
	width: 100%;
	padding: 70px 0;
}
.fithouseCateWrap:nth-child(odd) {
	background-color: #f0f0f0;
}
.fithouseCateArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
	/*	margin-bottom: 145px;*/
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.fithouseCateWrap:nth-child(odd) > .fithouseCateArea {
	display: block;
}
.fithouseCateTxt {
	width: 22%;
	margin-top: 70px;
}
.fithouseCateWrap:nth-child(odd) > .fithouseCateArea .fithouseCateTxt {
	float: right;
}
.fithouseCateTxt_num {
	width: 57%;
	margin: 0 auto;
}
.fithouseCateTxt_num:after {
	content: '';
	width: 35px;
	height: 1px;
	margin: 50px auto 45px;
	background-color: #d4d4d4;
	display: block;
}
.fithouseCateTxt_ttl {
	margin-bottom: 25px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
}
.cs-cateTtlTxt {
	font-size: 10px;
	display: block;
	text-indent: 0.3em;
	letter-spacing: 0.3em;
}
.fithouseCateTxt_txt {
	margin-bottom: 50px;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 200%;
}
.fithouseCateTxt_btn {
	position: relative;
	width: 72%;
	max-width: 163px;
	margin: 0 auto;
	background-color: #a28e71;
}
.cs-cateBtnLink {
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 100%;
	display: block;
	transition: .2s;
}
.cs-cateBtnLink:hover {
	opacity: .8;
	transition: .2s;
}
.cs-cateBtnLink:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	width: 6px;
	height: 6px;
	margin: auto;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .2s;
}
.cs-cateBtnLink:hover:after {
	right: 7%;
	transition: .2s;
}
.fithouseTopSlide {
	position: relative;
	width: 67%;
}
.fithouseCateWrap:nth-child(odd) > .fithouseCateArea .fithouseTopSlide {
	float: left;
}
.fithouseTopSlide_item {
	position: relative;
	background-color: #f0f0f0;
}
.fithouseTopSlide_item:before {
	content: '';
	padding-top: 75%;
	display: block;
}
.cs-slideImg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}
.fithouseNavSlide {
	margin-top: 5px;
	padding-bottom: 40px;
}
.fithouseNavSlide_item {
	position: relative;
	margin-right: 3px;
	background-color: #f0f0f0;
}
.fithouseNavSlide_item:before {
	content: '';
	padding-top: 75%;
	display: block;
}
.cs-slideNavImg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: auto;
}
.fithouseNavSlide .slick-track {
	margin-left: 0;
}

.fithouseNavSlide .slick-prev,
.fithouseNavSlide .slick-next {
	top: auto;
	bottom: 0;
	width: 73px;
	height: 8px;
	z-index: 50;
}
.fithouseNavSlide .slick-prev {
	left: 30%;
}
.fithouseNavSlide .slick-prev:before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_prev.svg);
	background-repeat: no-repeat;
	display: block;
}
.fithouseNavSlide .slick-next {
	right: 30%;
}
.fithouseNavSlide .slick-next:before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_next.svg);
	background-repeat: no-repeat;
	display: block;
}
.slideCount {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 10px;
	text-align: center;
}
.slideCount .cs-current {
	font-size: 10px;
}
.slideCount .cs-total {
	font-size: 10px;
}
/*--- fithouseTopBtn ----------------*/
.fithouseTopBtn {
	position: relative;
	width: 23%;
	max-width: 323px;
	margin: 110px auto 0;
}
.cs-topLink {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	background-color: #2a2a2a;
	display: block;
	transition: all .2s;
}
.cs-topLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
.cs-topLink:before {
	content: '';
	position: absolute;
	top: 40%;
	right: 4%;
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-topLink:hover:before {
	right: 1.8%;
}
/*--- youtube ----------------*/
.youtube{
	position: relative;
	max-width: 1040px;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.youtube{
		margin-bottom: 5px;
	}
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 1280px){
	.fithouseTopBtn {
		width: 25%;
	}
	.cs-topLink {
		font-size: 1vw;
	}
}
@media screen and (max-width: 1230px){
	.fithouseCateTxt {
		margin-top: 35px;
	}
	.fithouseCateTxt_btn {
		width: 100%;
	}
}
@media screen and (max-width: 1030px){
	.slick-prev {
		left: 20%;
	}
	.slick-next {
		right: 20%;
	}
}
@media screen and (max-width: 767px){
	.fithouseBlock {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.fithouseTopTxt {
		width: 90%;
		margin: 25px auto 10px;
		font-size: 14px;
		text-indent: 0;
		letter-spacing: 0;
		line-height: 180%;
	}
	/*--- fithouseCateWrap ----------------*/
	.fithouseCateWrap {
		width: 89%;
	}
	.fithouseCateWrap {
		width: 100%;
		padding: 45px 0;
	}
	.fithouseCateArea {
		width: 89%;
		display: block;
	}
	.fithouseCateTxt {
		width: 100%;
		margin: 0;
	}
	.fithouseCateWrap:nth-child(odd) > .fithouseCateArea .fithouseCateTxt {
		float: none;
	}
	.fithouseCateTxt_num {
		width: 19%;
		margin-right: 3%;
		float: left;
	}
	.fithouseCateTxt_num:after {
		display: none;
	}
	.fithouseCateTxt_ttl {
		margin-bottom: 20px;
		font-size: 20px;
		text-align: left;
		text-indent: 0.1em;
		letter-spacing: 0.1em;
		line-height: 100%;
		float: left;
	}
	.cs-cateTtlTxt {
		font-size: 12px;
		text-indent: 0.2em;
		letter-spacing: 0.2em;
	}
	.fithouseCateTxt_txt {
		margin-bottom: 25px;
		font-size: 13px;
		text-indent: 0;
		letter-spacing: 0;
		clear: both;
	}
	.fithouseCateTxt_btn {
		max-width: none;
		margin-top: 15px;
	}
	.cs-cateBtnLink {
		font-size: 13px;
	}
	.cs-cateBtnLink:after {
		right: 5%;
	}
	.cs-cateBtnLink:hover:after {
		right: 5%;
	}
	.fithouseTopSlide {
		width: 100%;
	}
	.fithouseCateWrap:nth-child(odd) > .fithouseCateArea .fithouseTopSlide {
		float: none;
	}
	.fithouseTopSlide_item:before {
		/*padding-top: 65%;*/
		/*padding-top: 66.6%;*/
	}
	.cs-slideImg {
		height: 100%;
	}
	.fithouseNavSlide {
		margin-top: 5px;
		padding-bottom: 30px;
	}
	.fithouseNavSlide_item {
		margin-right: 0;
	}
	.fithouseNavSlide_item:before {
		/*padding-top: 65%;*/
		padding-top: 73%;
	}
	.slideCount {
		font-size: 12px;
	}
	.fithouseNavSlide .slick-prev,
	.fithouseNavSlide .slick-next {
		width: 50px;
	}
	.fithouseNavSlide .slick-prev {
		left: 25%;
	}
	.fithouseNavSlide .slick-next {
		right: 25%;
	}
	.fithouseNavSlide .slick-prev:before {
		width: 50px;
		height: 10px;
		background-image: url(/assets/img/btn_fithouse_prev_sp.svg);
	}
	.fithouseNavSlide .slick-next:before {
		width: 50px;
		height: 10px;
		background-image: url(/assets/img/btn_fithouse_next_sp.svg);
	}
	/*--- fithouseTopBtn ----------------*/
	.fithouseTopBtn {
		width: 81%;
		max-width: none;
		margin: 50px auto 0;
	}
	.fithouseTopBtn_detail {
		margin: 30px auto 0;
	}
	.cs-topLink {
		padding: 5px 0;
		font-size: 13px;
	}
}
/*-------------------------------------------------
|-  underLayer
|-  fithouseBlock
|-
-------------------------------------------------*/
.fithouseBlock-under {
	border: 0;
}
.fithouseTopTxt_lowerLayer {
	margin: 100px auto 90px;
	font-size: 28px;
	font-weight: bold;
	line-height: 140%;
}
.cs-topSubTxt {
	font-size: 10px;
	display: block;
}
.fithouseContWrap {
	width: 100%;
}
.fithouseContWrap:nth-child(even) {
	background-color: #f0f0f0;
}
.fithouseContWrap:last-of-type {
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}
.cs-contLink {
	position: relative;
	width: 70%;
	max-width: 975px;
	margin: 0 auto;
	padding: 50px 0;
	color: #2a2a2a;
	display: block;
}
.cs-contLink:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10%;
	width: 25px;
	height: 25px;
	border-top: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-contLink:hover:after {
	right: -11%;
}
.fithouseContTtl {
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: bold;
	line-height: 100%;
}
.fithouseContArea {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.fithouseContPhoto {
	position: relative;
	width: 44%;
	max-width: 425px;
}
.fithouseContPhoto-new:before {
	content: '';
	position: absolute;
	top: 3%;
	left: 3%;
	width: 11%;
	height: 14.5%;
	background-color: #d46672;
	background-image: url(/assets/img/txt_new.svg);
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
}
/*--- fithouseContTxtArea ----------------*/
.fithouseContTxtArea {
	width: 52%;
	max-width: 505px;
}
.fithouseContTxt {
	border-bottom: 1px solid #d4d4d4;
}
.fithouseContIcon {
	display: flex;
}
.fithouseContIcon_inspection {
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #597aa2;
	margin-right: 2%;
	padding: 0 20px;
}
.fithouseContTxt_inspection-cate {
	background-color: #a28e71;
}
.fithouseContIcon_inspection:last-child {
	margin-right: 2%;
}
.fithouseContTxt_txt {
	margin: 15px 0;
	font-size: 20px;
	font-weight: bold;
}
.fithouseContStation,
.fithouseContCompletion {
	padding: 15px 0;
	display: flex;
	border-bottom: 1px solid #d4d4d4;
}
.fithouseContStation_ttl,
.fithouseContCompletion_ttl {
	width: 85px;
	color: #a28e71;
	font-weight: bold;
}
.fithouseContStation_txt {
	line-height: 170%;
}
.fithousePrice {
	margin-top: 60px;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
}
.cs-priceTtl {
	margin-right: 1%;
	color: #a28e71;
	font-size: 16px;
	font-weight: bold;
}
.cs-priceSubTxt {
	font-size: 23px;
	font-weight: bold;
}
/*--- fithouseTopBtn ----------------*/
.cs-topLink.back:before {
	content: '';
	position: absolute;
	top: 40%;
	left: 4%;
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	transition: all .2s;
}
.cs-topLink.back:hover:before {
	left: 1.8%;
}
@media screen and (max-width: 767px){
	.fithouseBlock-under {
		border-bottom: 1px solid #d4d4d4;
	}
	.fithouseTopTxt_lowerLayer {
		margin: 25px auto 20px;
		font-size: 18px;
		text-indent: 0.1em;
		letter-spacing: 0.1em;
	}
	/*--- fithouseContTxtArea ----------------*/
	.fithouseContWrap:last-of-type {
		padding-bottom: 0;
		border: 0;
	}
	.cs-contLink {
		width: 89%;
		max-width: none;
		padding: 20px 0;
	}
	.fithouseContArea {
		display: block;
	}
	.fithouseContPhoto {
		width: 100%;
		max-width: 100%;
	}
	.fithouseContPhoto-new:before {
		top: 0;
		left: 0;
		width: 15%;
		height: 20%;
		background-size: 70%;
	}
	.fithouseContTtl {
		margin: 10px 0;
		font-size: 15px;
	}
	.fithouseContTxtArea {
		width: 100%;
		max-width: 100%;
	}
	.fithouseContTxt_inspection {
		width: 33%;
	}
	.fithouseContTxt_txt {
		margin: 10px 0;
		font-size: 16px;
	}
	.fithouseContStation, .fithouseContCompletion {
		padding: 10px 0;
		font-size: 13px;
		display: block;
	}
	.fithousePrice {
		margin-top: 20px;
		font-size: 28px;
	}
	.cs-priceTtl {
		margin-right: 2%;
		font-size: 13px;
	}
	.cs-priceSubTxt {
		font-size: 16px;
	}
}
/*-------------------------------------------------
|-  detail
|-  fithouseBlock
|-
-------------------------------------------------*/
.fithouseTopTxt_detail {
	width: 100%;
	max-width: none;
	margin: 5px auto 0;
	padding: 20px 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 150%;
	background-color: #a28e71;
}
.fithouseDetailTxt {
	width: 85%;
	margin: 60px auto 50px;
}
.fithouseDetailTxt_item {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.fithouseDetailTxt_item-num {
	margin-bottom: 10px;
}
.fithouseDetailTxt_item-ttl {
	margin-bottom: 40px;
}
.fithouseDetailTxt_item-txt {
	font-size: 16px;
	font-weight: normal;
	line-height: 200%;
}
/*--- fithouseDetaiWrap ----------------*/
.fithouseDetailTab {
	width: 390px;
	margin: 0 auto 40px;
	display: flex;
}
@media screen and (max-width: 767px){
	.fithouseDetailTab {
		width: 89%;
	}
}
.fithouseDetailTab_item {
	width: 195px;
	padding: 10px 0;
	color: #a28e71;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	cursor: pointer;
	transition: .2s;
}
.fithouseDetailTab_item {
	border-right: 1px solid #c6bba9;
	box-sizing: border-box;
}
.fithouseDetailTab_item:last-child {
	border-right: none;
	padding: 0;
}
.fithouseDetailTab_item:hover {
	color:  #fff;
	background-color: #a28e71;
	transition: .2s;
}
.fithouseDetailTab_item.active {
	color: #d9d1c6;
	cursor: auto;
}
.fithouseDetailTab_item.active:hover {
	color:  #d9d1c6;
	background-color: #fff;
}
.fithouseDetailTab.bottom {
	margin-top: 50px;
}
.fithouseDetailTabItem_acv {
	color:#a28e71;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	/*box-sizing: border-box;*/
}
.fithouseDetailTabItem_acv:hover {
	color:#fff;
}
.fithouseDetaiWrap_bg {
	padding: 105px 0 100px;
	background-color: #f0efec;
}
.fithouseWrap {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
/*--- fithouseDetaiCont ----------------*/
.fithouseDetaiContTtl {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
	text-align: center;
}
.fithouseDetaiContTtl_img {
	margin: 0 auto 15px;
}
.fithouseDetaiContTtl_img-design {
	width: 12%;
}
.fithouseDetaiContTtl_img-facility {
	width: 15%;
}
.fithouseDetaiContTtl_img-floorplan {
	width: 20%;
}
.fithouseDetaiContTtl_img-blockdiagram {
	width: 28%;
}
.fithouseDetaiContTtl_txt {
	font-size: 16px;
	font-weight: bold;
	text-indent: 0.3em;
	letter-spacing: 0.3em;
}
@media screen and (max-width: 767px){
	.fithouseTopTxt_detail {
		padding: 10px 3%;
		box-sizing: border-box;
		font-size: 13px;
	}
	.fithouseDetailTxt {
		width: 80%;
		margin: 20px auto 30px;
	}
	.fithouseDetailTxt_item {
		font-size: 19px;
	}
	.fithouseDetailTxt_item-num {
		margin-bottom: 0;
	}
	.fithouseDetailTxt_item-ttl {
		margin-bottom: 10px;
	}
	.fithouseDetailTxt_item-txt {
		font-size: 13px;
		text-align: left;
		line-height: 150%;
	}
	/*--- fithouseDetaiWrap ----------------*/
	.fithouseDetaiTab {
		width: 81%;
		margin: 0 auto 15px;
	}
	.fithouseDetaiTab_item {
		width: 50%;
		font-size: 13px;
	}
	.fithouseDetaiTab.bottom {
		margin-top: 30px;
	}
	.fithouseDetaiWrap_bg {
		padding: 40px 0 30px;
	}
	.fithouseWrap {
		width: 89%;
	}
	/*--- fithouseDetaiCont ----------------*/
	.fithouseDetaiCont {
		width: 100%;
		margin: 0 auto;
	}
	.fithouseDetaiContTtl {
		width: 89%;
	}
	.fithouseDetaiContTtl_img {
		margin: 0 auto 10px;
	}
	.fithouseDetaiContTtl_img-design {
		width: 23%;
	}
	.fithouseDetaiContTtl_img-facility {
		width: 29%;
	}
	.fithouseDetaiContTtl_img-floorplan {
		width: 38%;
	}
	.fithouseDetaiContTtl_img-blockdiagram {
		width: 53%;
	}
	.fithouseDetaiContTtl_txt {
		font-size: 13px;
		text-indent: 0.1em;
		letter-spacing: 0.1em;
	}
}
/*--- fithouseInsideLink ----------------*/
.fithouseInsideLink {
	width: 74%;
	max-width: 1040px;
	margin: 40px auto 50px;
	display: flex;
	justify-content: center;
}
.fithouseInsideLink_item {
	width: 30%;
}
.fithouseInsideLink_item:first-child {
	margin-right: 1%;
}
.cs-insideLink {
	position: relative;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	background-color: #cd8c7f;
	display: block;
	transition: .2s;
}
.cs-insideLink:hover {
	background-color: rgba(205,140,127,0.4);
}
.cs-insideLink:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	width: 5px;
	height: 5px;
	margin: auto;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .2s;
}
.cs-insideLink:hover:after {
	right: 9%;
}
@media screen and (max-width: 767px){
	.fithouseInsideLink {
		width: 89%;
		margin: 25px auto 20px;
	}
	.cs-insideLink {
		padding: 10px 0;
		font-size: 11px;
		text-indent: 0;
		letter-spacing: 0;
	}
	.cs-insideLink:after {
		display: none;
	}
}
/*--- slideDetaiFithouse ----------------*/
.fithouseDetaiSlide {
	position: relative;
	width: 85%;
	max-width: 1190px;
	margin: 0 auto 50px;
}
.slideDetaiFithouse {
	width: 100%;
	margin-bottom: 5px;
}
.slideDetaiFithouse_item {
	position: relative;
	background-color: #fff;
}
.slideDetaiFithouse_item:before {
	content: '';
	padding-top: 57%;
	display: block;
}
.slideDetaiNavFithouse {
	padding-bottom: 70px;
}
.slideDetaiNavFithouse_item {
	position: relative;
	margin: 0 3px 0;
	background-color: #fff;
}
.slideDetaiNavFithouse_item:before {
	content: '';
	padding-top: 61%;
	display: block;
}
.cs-slideImg {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.slideDetaiNavFithouse .slick-track {
	margin-left: 0;
}
.slideDetaiNavFithouse .slick-prev,
.slideDetaiNavFithouse .slick-next {
	top: auto;
	bottom: 0;
	width: 73px;
	height: 8px;
	z-index: 50;
}
.slideDetaiNavFithouse .slick-prev {
	left: 37%;
}
.slideDetaiNavFithouse .slick-next {
	right: 37%;
}
.slideDetaiNavFithouse .slick-prev:before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_prev.svg);
	background-repeat: no-repeat;
	display: block;
}
.slideDetaiNavFithouse .slick-next:before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_next.svg);
	background-repeat: no-repeat;
	display: block;
}
.slideCount_detail {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 12px;
	text-align: center;
}
.fithouseDesignTxt {
	width: 85%;
	max-width: 1190px;
	margin: 0 auto 150px;
	font-size: 13px;
	text-align: center;
}
/*--- fithouseDetaiPhotosArea ----------------*/
@media screen and (max-width: 767px){
	.fithouseDetaiPhotos {
		margin-bottom: 30px;
	}
	.fithouseDetaiPhotos_item {
		margin-bottom: 5px;
	}
	.photoBlock02_item-left {
		/*width: 49.2%;*/
		width: 46.7%;
		float: left;
	}
	.photoBlock02_item-right {
		/*width: 49.2%;*/
		width: 51.44%;
		float: right;
	}
	.photoBlock02_item-right:nth-child(2) {
		margin-bottom: 5px;
	}
	.photoBlock04 {
		display: flex;
		justify-content: space-between;
	}
	.photoBlock04_item {
		width: 49%;
	}
	.photoBlock06 {
		width: 49.2%;
		float: left;
	}
	.photoBlock06_item:nth-child(1) {
		margin-bottom: 5px;
	}
	.photoBlock06_item-right {
		width: 49.2%;
		float: right;
	}
	.fithouseDesignTxt {
		width: 89%;
		margin: 0 auto 75px;
		text-align: left;
	}
	#lightbox {
		position: fixed;
		top: 50% !important;
		-webkit-transform : translateY(-50%) !important;
		transform : translateY(-50%) !important;
		overflow: hidden;
	}
	.lb-dataContainer {
		display: none !important;
	}
}
/*--- fithouseFloorplanWrap ----------------*/
.fithouseWrap_floorplan {
	margin: 35px auto 95px;
	background-color: #fff;
}
.fithouseFloorplanWrap {
	padding: 100px 0 65px;
}
.fithouseFloorplanArea {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #d4d4d4;
}
.fithouseFloorplanImg {
	width: 74%;
	margin: 0 auto;
}
.fithouseFloorplanTxtArea {
	width: 46%;
	max-width: 480px;
	margin: 30px auto 0;
}
.fithouseFloorplanTxt {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #d4d4d4;
	display: flex;
}
.fithouseFloorplanTxt_ttl {
	width: 75px;
	color: #a28e71;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.fithouseWrap_floorplan {
		margin: 15px auto 50px;
	}
	.fithouseFloorplanWrap {
		padding: 20px 0 30px;
	}
	.fithouseFloorplanArea {
		width: 91%;
		padding-bottom: 0;
	}
	.fithouseFloorplanImg {
		width: 100%;
	}
	.fithouseFloorplanTxtArea {
		width: 91%;
		margin: 0 auto;
		font-size: 13px;
	}
}
/*--- fithouseFloorplanWrap ----------------*/
.fithouseWrap_blockdiagram {
	margin: 35px auto 95px;
	padding: 110px 0;
	background-color: #fff;
}
.fithouseBlockdiagramImg {
	width: 70%;
	margin: 0 auto;
}
.fithouseBlockdiagramTxtArea {
	width: 34%;
	max-width: 480px;
	margin: 0 auto 110px;
}
.fithouseBlockdiagramTxt {
	padding: 15px 0;
	border-bottom: 1px solid #d4d4d4;
	display: flex;
}
.fithouseBlockdiagramTxt_ttl {
	width: 75px;
	margin-left: 20px;
	color: #a28e71;
	font-weight: bold;
}
.fithouseBlockdiagramTxt_txt {
	width: 405px;
}
.fithouseBlockdiagramBtn {
	width: 30%;
	max-width: 425px;
	margin: 0 auto;
}
.fithouseBlockdiagramBtn_item {
	margin-bottom: 10px;
}
.cs-blockdiagramLink {
	position: relative;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	background-color: #a28e71;
	display: block;
	transition: .2s;
}
.cs-blockdiagramLink:hover {
	opacity: .8;
}
.cs-blockdiagramLink:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	width: 6px;
	height: 6px;
	margin: auto;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .2s;
}
.cs-blockdiagramLink:hover:after {
	right: 4%;
}
.fithouseLinkBtn {
	width: 30%;
	min-width: 400px;
	max-width: 1040px;
	margin: 195px auto 0;
}
@media screen and (max-width: 767px){
	.fithouseWrap_blockdiagram {
		margin: 15px auto 30px;
		padding: 20px 0;
	}
	.fithouseBlockdiagramImg {
		width: 90%;
	}
	.fithouseBlockdiagramTxtArea {
		width: 81%;
		margin: 0 auto 30px;
	}
	.fithouseBlockdiagramTxt {
		padding: 10px 0;
		font-size: 13px;
	}
	.fithouseBlockdiagramTxt_ttl {
		width: 65px;
		margin-left: 10px;
	}
	.fithouseBlockdiagramBtn {
		width: 81%;
	}
	.cs-blockdiagramLink {
		padding: 10px 0;
		font-size: 13px;
	}
	.fithouseLinkBtn {
		width: 81%;
		min-width: auto;
		margin: 30px auto 0;
	}
}
/*-------------------------------------------------
|-  underLayer
|-  fithouseEquipment
|-
-------------------------------------------------*/
.fithouseEquipment {
	width: 74%;
	max-width: 1040px;
	margin: 40px auto 0;
}
.fithouseBlockdiagramBtn_equipment {
	margin-top: 100px;
}
/*--- equipmentTab ----------------*/
.equipmentTab {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.equipmentTab_item {
	width: 24.8%;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
	cursor: pointer;
}
.equipmentTab_item.active {
	color: #7598b4;
	font-weight: bold;
	background-color: #fff;
}
/*--- equipmentCont ----------------*/
.equipmentCont {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fff;
}
.equipmentContTab {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.equipmentContTab_item {
	position: relative;
	width: 50%;
	padding: 20px 0;
	background-color: rgba(117,152,180,0.6);
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
	cursor: pointer;
}
.equipmentContTab_item:after {
	content: '';
	position: absolute;
	top: 44%;
	right: 6%;
	width: 5px;
	height: 5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.equipmentContTab_item:hover:after {
	right: 5%;
}
.equipmentContTab_item.active {
	background-color: #7598b4;
}
/*--- equipmentFeatureCont ----------------*/
.equipmentFeatureCont {
	margin: 60px 0 90px;
}
.equipmentFeature {
	margin-bottom: 60px;
	padding-bottom: 90px;
	border-bottom: 1px solid #d4d4d4;
}
.equipmentFeature:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.equipmentTtl {
	width: 90%;
	margin: 0 auto 50px;
}
.equipmentTtl_txt {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}
.cs-ttlCate {
	width: 11%;
	min-width: 100px;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	background-color: #7598b4;
	display: block;
}
.equipmentContTop {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.featureImg {
	position: relative;
	width: 50%;
	padding-top: 35%;
	background-color: #efefef;
}
.cs-featureImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	display: block;
}
.featureTxt {
	width: 47%;
}
.noItem {
	width: 90%;
	margin: 20px auto;
	text-align: center;
}
/*--- equipmentaListArea ----------------*/
.equipmentaListArea {
	width: 90%;
	margin: 0 auto;
	padding: 30px 3% 20px;
	background-color: #f0efec;
}
.equipmentaList {
	width: 31%;
	margin: 0 5px;
}
.equipmentaList_item {
	position: relative;
	width: 100%;
	padding-top: 74%;
	background-color: #f7f7f7;
}
.cs-itemImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	display: block;
}
.equipmentaList_caption {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
/*--- slick ----------------*/
.equipmentaListArea .slick-prev {
	left: -10px;
	background-image: url(/assets/img/btn_gallery_prev.svg);
}
.equipmentaListArea .slick-next {
	right: -10px;
	background-image: url(/assets/img/btn_gallery_next.svg);
}
.equipmentaListArea .slick-prev, .equipmentaListArea .slick-next {
	width: 24px;
	height: 24px;
	z-index: 10;
}
.equipmentaListArea .slick-prev:before,
.equipmentaListArea .slick-next:before {
	content: '';
}
/*--- equipmentOtherListArea ----------------*/
.equipmentOtherListArea {
	width: 90%;
	margin: 0 auto;
	padding: 30px 3% 0;
	box-sizing: border-box;
	background-color: #f0efec;
	display: flex;
	flex-wrap: wrap;
}
.equipmentOther {
	width: 31%;
	margin: 0 5px 20px;
}
.equipmentOther_item {
	position: relative;
	width: 100%;
	padding-top: 74%;
	background-color: #f7f7f7;
}
.cs-itemImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	display: block;
}
.equipmentOther_caption {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
.videoArea {
	position: relative;
}
.videoArea .video {
	background-color: #000000;
	width: 100%;
	aspect-ratio: 3 / 2;
}
.videoPlayBtn{
	display: block;
	width: 16%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.videoPlayBtn.playActive{
	display:none;
}
.playButtonOuter {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.playButtonOuter:hover {
	cursor: pointer;
}
@media screen and (max-width: 767px){
	.fithouseEquipment {
		width: 89%;
	}
	.fithouseBlockdiagramBtn_equipment {
		margin-top: 30px;
	}
	.equipmentBlock {
		margin: 55px 0 0;
		padding: 40px 0 20px;
	}
	.equipmentArea {
		width: 89%;
	}
	.equipmentWrap {
		padding: 15px 0;
	}
	/*--- equipmentTab ----------------*/
	.equipmentContTab {
		width: 91%;
	}
	.equipmentTab_item {
		font-size: 12px;
		font-weight: bold;
		text-indent: 0;
		letter-spacing: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*--- equipmentCont ----------------*/
	.equipmentContTab_item {
		width: 32.7%;
		padding: 10px 0;
		font-size: 11px;
	}
	.equipmentContTab_item:after {
		display: none;
	}
	/*--- equipmentFeatureCont ----------------*/
	.equipmentFeatureCont {
		margin: 35px 0 20px;
	}
	.equipmentFeature {
		margin-bottom: 30px;
		padding-bottom: 35px;
	}
	.equipmentTtl {
		margin: 0 auto 25px;
	}
	.equipmentTtl_txt {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.cs-ttlCate {
		width: 30%;
		min-width: 93px;
	}
	.equipmentContTop {
		width: 91%;
		margin-bottom: 20px;
		display: block;
	}
	.featureImg {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 75%;
	}
	.featureTxt {
		width: 100%;
		font-size: 13px;
	}
	/*--- equipmentaListArea ----------------*/
	.equipmentaListArea {
		width: 91%;
		padding: 0;
		background-color: #fff;
	}
	.equipmentaList_caption {
		margin-top: 10px;
		font-size: 12px;
	}
	/*--- slick ----------------*/
	.equipmentaListArea .slick-prev, .equipmentaListArea .slick-next {
		top: 45%;
		width: 30px;
		height: 30px;
	}
	.equipmentaListArea .slick-prev {
		left: -13px;
	}
	.equipmentaListArea .slick-next {
		right: -13px;
	}
	/*--- equipmentOtherListArea ----------------*/
	.equipmentOtherListArea {
		width: 91%;
		padding: 0;
		background-color: #fff;
	}
	.equipmentOther {
		width: 48%;
		margin: 0 0 10px;
	}
	.equipmentOther_caption {
		margin-top: 10px;
		font-size: 12px;
	}
}

/*-------------------------------------------------
|-
|-  lightbox
|-
-------------------------------------------------*/
@media screen and (max-width: 767px){
	.lightbox .lb-image {
		border-radius: 0;
	}
	.lb-nav a.lb-next {
		opacity: 1;
	}
	.lb-nav a.lb-prev {
		opacity: 1;
	}
}
.wrap {
	 width: 100%;
	 margin-bottom: 150px;
	 padding-bottom: 150px;
	 background: #efeeeb;
 }
.box {
	margin-bottom: 140px;
}
@media screen and (max-width: 767px){
	.wrap {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.box {
		margin-bottom: 40px;
	}
}

.contentsTtl {
	margin-bottom: 35px;
}
.contentsTtl_img-concept {
	width: 15%;
	margin: 0 auto 10px;
}
.contentsTtl_img-blockdiagram {
	width: 28%;
	margin: 0 auto 20px;
}
.contentsTtl_img-floorplan {
	width: 20%;
	margin: 0 auto 20px;
}
.contentsTtl_img-access {
	width: 12%;
	margin: 0 auto 15px;
}
.contentsTtl_txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
}
.contentsTtl_txt-facility {
	text-indent: 0.4em;
	letter-spacing: 0.4em;
}
@media screen and (max-width: 767px){
	/*--- contentsTtl ----------------*/
	.contentsTtl {
		margin-bottom: 22px;
	}
	.contentsTtl_img-concept {
		width: 29%;
		margin: 77px auto 5px;
	}
	.contentsTtl_img-blockdiagram {
		width: 53%;
		margin: 0 auto 9px;
	}
	.contentsTtl_img-floorplan {
		width: 38%;
		margin: 0 auto 9px;
	}
	.contentsTtl_img-access {
		width: 24%;
		margin: 0 auto 10px;
	}
	.contentsTtl_img-facility {
		width: 29%;
		margin: 0 auto 10px;
	}
	.contentsTtl_txt {
		font-size: 13px;
	}
}
/*-------------------------------------------------
|-  top
|-  tabBlock
|-
-------------------------------------------------*/
.tabBlock {
	width: 100%;
	padding-top: 20px;
	background: #a28e71;
}
.tabBtn {
	width: 96%;
	max-width: 1350px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 5px;
}
.tabBtn_item {
	margin-bottom: 5px;
	padding: 25px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-indent: .5em;
	letter-spacing: .5em;
	line-height: 100%;
	background: rgba(225,225,225,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabBtn_item.active {
	margin: 0;
	padding: 25px 0 30px;
	color: #a28e71;
	background: #fff;
}
@media screen and (max-width: 767px){
	.tabBlock {
		padding-top: 5px;
	}
	.tabBtn {
		width: 97%;
		gap: 0 3px;
	}
	.tabBtn_item {
		margin-bottom: 3px;
		padding: 10px 0;
		font-size: 12px;
		display: flex;
		letter-spacing: 1px;
		text-indent: 0;
		justify-content: center;
	}
	.tabBtn_item.active {
		padding: 10px 0;
	}
}
/*-------------------------------------------------
|-  top
|-  emiraieArea
|-
-------------------------------------------------*/
.emiraieArea {
	width: 86%;
	max-width: 1210px;
	margin: 0 auto 35px;
	border: 1px solid #a28e70;
	box-sizing: border-box;
}
.emiraie {
	width: 88%;
	max-width: 1060px;
	margin: 25px auto 20px;
}
.emiraie_item {
	margin-bottom: 25px;
	display: flex;
	align-items: flex-end;
}
.emiraie_itemTxt {
	margin-left: 1%;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
}
.emiraie_txt {
	width: 90%;
	max-width: 956px;
	margin: 0 auto;
	font-size: 18px;
}
@media screen and (max-width: 767px){
	.emiraieArea {
		width: 93%;
		margin: 0 auto 15px;
	}
	.emiraie {
		width: 94%;
		margin: 10px auto;
	}
	.emiraie_item {
		margin-bottom: 5px;
		display: block;
	}
	.cs-emiraieImg {
		width: 45%;
	}
	.emiraie_itemTxt {
		font-size: 13px;
		line-height: 150%;
		display: block;
	}
	.emiraie_txt {
		width: 100%;
		font-size: 12px;
		line-height: 150%;
	}
}
/*-------------------------------------------------
|-  top
|-  usedHouseSearchBlock
|-
-------------------------------------------------*/
.usedHouseSearchBlock {
	width: 100%;
	margin: 35px auto 235px;
}
/*--- searchHelpArea ----------------*/
.searchHelpArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto 75px;
}
.helpBtn {
	width: 30px;
	margin: 0 0 23px auto;
	padding: 1px;
	border-bottom: 1px solid #2a2a2a;
	cursor: pointer;
}
.helpBtn:hover {
	border-bottom: 1px solid #fff;
}
.searchArea {
	display: flex;
	justify-content: space-between;
}
.filteringCont {
	width: 76%;
}
.filteringCont_btn {
	position: relative;
	padding: 25px 0;
	background-color: #f0f0f0;
	color: #a28e71;
	font-weight: bold;
	text-align: center;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	cursor: pointer;
}
.filteringCont_btn:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #a28e71;
	border-right: solid 2px #a28e71;
	border-radius: 1px;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.filteringCont_btn.avtive:after {
	content: '';
	position: absolute;
	top: 49%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #a28e71;
	border-right: solid 2px #a28e71;
	border-radius: 1px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.conditionsSearch {
	display: none;
	padding: 10px 4% 30px;
	box-sizing: border-box;
	background-color: #f0f0f0;
}
.conditionsSearch_ttl {
	margin-bottom: 5px;
	color: #a28e71;
	font-weight: bold;
}
.cs-checkIcon {
	width: 15px;
	margin-right: 1%;
}
.filteringContList {
	margin-bottom: 15px;
}
.filteringContList_item {
	margin-right: 3%;
	display: inline-block;
}
.filteringContList_item:last-of-type {
	margin-right: 0;
}
.cs-checkbox {
	display: none;
}
.cs-cbParts {
	position: relative;
	width: auto;
	padding-left: 25px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}
.cs-cbParts:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #a28e71;
	background-color: #fff;
	display: block;
}
.cs-cbParts:after {
	content: '';
	position: absolute;
	top: 15%;
	left: 5px;
	transform: rotate(45deg);
	width: 5px;
	height: 9px;
	border-right: 2px solid #a28e71;
	border-bottom: 2px solid #a28e71;
	display: block;
	opacity: 0;
}
.cs-checkbox:checked + .cs-cbParts:after {
	opacity: 1;
}
.conditionsSearchBtn {
	clear: both;
	display: flex;
	justify-content: space-between;
}
.conditionsSearchBtn_item {
	width: 48%;
}
.cs-resetBtn {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #a28e71;
	box-sizing: border-box;
	background-color: #fff;
	color: #a28e71;
	font-weight: bold;
	text-indent: 0.3em;
	letter-spacing: 0.3em;
	cursor: pointer;
	transition: all .2s;
}
.cs-resetBtn:after {
	content: '';
	position: absolute;
	top: 39%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #a28e71;
	border-right: solid 2px #a28e71;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-resetBtn:hover:after {
	right: 4%;
}
.cs-resetBtn:hover {
	opacity: 0.8;
	transition: all .2s;
}
.cs-pushBtn {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #a28e71;
	box-sizing: border-box;
	background-color: #a28e71;
	color: #fff;
	font-weight: bold;
	text-indent: 0.3em;
	letter-spacing: 0.3em;
	cursor: pointer;
	transition: all .2s;
}
.cs-pushBtn:after {
	content: '';
	position: absolute;
	top: 39%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-pushBtn:hover:after {
	right: 4%;
}
.cs-pushBtn:hover {
	opacity: 0.8;
	transition: all .2s;
}
/*--- searchHelpArea ----------------*/
.searchMap {
	width: 22%;
}
.cs-searchMapLink {
	padding: 25px 0;
	background-color: #f0f0f0;
	color: #a28e71;
	font-weight: bold;
	text-align: center;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	display: block;
	transition: all .2s;
}
.cs-searchMapLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
/*--- usedHouseResultArea ----------------*/
.usedHouseResultArea {
	display: none;
	padding-bottom: 100px;
	border-bottom: 1px solid #d4d4d4;
}
.usedHouseResultArea.current {
	display: block;
}
.usedHouseResultWrap {
	padding: 35px 0;
}
.usedHouseResultWrap:nth-child(odd){
	background-color: #f0f0f0;
}
.usedHouseResultWrap:last-of-type {
	margin-bottom: 0;
}
.usedHouseDetailArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
.cs-usedHouseDetailLink {
	position: relative;
	color: #030303;
	display: block;
}
.cs-usedHouseDetailLink:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10%;
	width: 25px;
	height: 25px;
	border-top: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
@media screen and (max-width: 767px){
	.cs-usedHouseDetailLink:after {
		display: none;
	}
}
.cs-usedHouseDetailLink:hover:after {
	right: -11%;
}
.usedHouseDetailArea_ttl {
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: bold;text-align: center;
}
.usedHouseFlex {
	display: flex;
	justify-content: space-around;
}
.usedHouseDetail_right {
	width: 41%;
}
.usedHousePhoto {
	position: relative;
	margin-bottom: 10px;
	line-height: 100%;
}
.usedHousePhoto_new:before {
	content: '';
	position: absolute;
	top: 4%;
	left: 3%;
	width: 11%;
	height: 14.5%;
	background-color: #d46672;
	background-image: url(/assets/img/txt_new.svg);
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
}
.usedHouseTerms {
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	gap: 0 5px;
}
.usedHouseTerms_item {
	width: 32.5%;
	margin-bottom: 5px;
	padding: 3px 0;
	background: #a28e71;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.usedHouseDetail_left {
	width: 49%;
}
.usedHouseCate {
	display: flex;
	flex-wrap: wrap;
}
.usedHouseCate_item {
	width: 20%;
	min-width: 150px;
	margin: 0 1% 5px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
}
.usedHouseCate_item:last-of-type {
	margin-right: 0;
}
.usedHouseCate_item-01 {
	background-color: #d48f81;
}
.usedHouseCate_item-02 {
	background-color: #a28e71;
}
.usedHouseCate_item-03 {
	background-color: #7598b4;
}
.usedHouseCate_item-04 {
	background-color: #228B22;
}
.usedHouseDetail_ttl {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 20px;
	font-weight: bold;
	word-break: break-word;
}
.usedHouseDetail_txt {
	line-height: 170%;
	letter-spacing: 1px;
}
.usedHouseDetail_txt-fontW {
	font-weight: bold;
}
.usedHouseDetailList:first-of-type {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #d4d4d4;
}
.usedHouseDetailList {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.usedHouseDetailList_ttl {
	width: 80px;
	color: #a28e71;
	font-weight: bold;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.usedHouseDetailList_txt {
	width: 85%;
}
.usedHouseDetailList_txt-lineH {
	line-height: 170%;
}
.usedHousePrice {
	margin-top: 20px;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
}
.cs-priceTtl {
	margin-right: 2%;
	font-size: 16px;
	font-weight: bold;
}
/*.cs-priceTxt {
	font-size: 40px;
	font-weight: bold;
}*/
.cs-priceSubTxt {
	font-size: 23px;
	font-weight: bold;
}
@media screen and (max-width: 990px){
	/*--- usedHouseResultArea ----------------*/
	.usedHousePrice {
		font-size: 3.8vw;
	}
	.cs-priceTtl {
		font-size: 1.5vw;
	}
	/*.cs-priceTxt {
		font-size: 3.8vw;
	}*/
	.cs-priceSubTxt {
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 845px){
	/*--- searchHelpArea ----------------*/
	.filteringCont_btn {
		font-size: 1.3vw;
	}
	.cs-searchMapLink {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 767px){
	.usedHouseSearchBlock {
		width: 100%;
		margin: 25px auto 40px;
	}
	/*--- searchHelpArea ----------------*/
	.searchHelpArea {
		width: 89%;
		margin: 0 auto 25px;
	}
	.helpBtn {
		width: 11%;
	}
	.searchArea {
		display: block;
	}
	.filteringCont {
		width: 100%;
	}
	.filteringCont_btn {
		padding: 10px 0;
		font-size: 12px;
	}
	.conditionsSearch_ttl {
		font-size: 12px;
	}
	.cs-cbParts {
		padding-left: 20px;
		font-size: 13px;
	}
	.cs-cbParts:before {
		width: 10px;
		height: 10px;
	}
	.cs-cbParts:after {
		left: 4px;
		width: 4px;
		height: 8px;
	}
	.searchMap {
		width: 100%;
		margin-top: 10px;
	}
	.cs-searchMapLink {
		padding: 10px 0;
		font-size: 12px;
	}
	.conditionsSearchBtn_item {
		width: 49%;
	}
	.cs-resetBtn {
		padding: 5px 0;
		font-size: 13px;
		text-indent: 0;
		letter-spacing: 0;
	}
	.cs-resetBtn:after {
		top: 37%;
		right: 8%;
		width: 5px;
		height: 5px;
	}
	.cs-pushBtn {
		padding: 5px 0;
		font-size: 13px;
		text-indent: 0;
		letter-spacing: 0;
	}
	.cs-pushBtn:after {
		top: 37%;
		right: 8%;
		width: 5px;
		height: 5px;
	}
	/*--- usedHouseResultArea ----------------*/
	.usedHouseDetailArea {
		width: 89%;
	}
	.usedHouseResultArea {
		padding: 0;
	}
	.usedHouseResultWrap {
		padding: 25px 0;
	}
	.usedHouseDetailArea_ttl {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.usedHouseFlex {
		display: block;
	}
	.usedHouseDetail_right {
		width: 100%;
	}
	.usedHousePhoto {
		margin-bottom: 10px;
	}
	.usedHousePhoto_new:before {
		top: 0;
		left: 0;
		width: 14%;
		height: 18.5%;
		background-size: 70%;
	}
	.usedHouseTerms {
		margin-bottom: 20px;
		gap: 0 4px;
	}
	.usedHouseDetail_left {
		width: 100%;
	}
	.usedHouseCate {
		margin-bottom: 10px;
	}
	.usedHouseCate_item {
		width: calc(100% / 3.1);
		min-width: auto;
		font-size: 13px;
		text-indent: 0.1em;
		letter-spacing: 0.1em;
	}
	.usedHouseDetail_ttl {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 16px;
	}
	.usedHouseDetail_txt {
		font-size: 13px;
	}
	.usedHouseDetailList {
		padding-bottom: 13px;
		display: block;
	}
	.usedHouseDetailList:first-of-type {
		margin-top: 15px;
		padding-top: 13px;
	}
	.usedHouseDetailList_ttl {
		width: 100%;
		font-size: 13px;
	}
	.usedHouseDetailList_txt {
		width: 100%;
		font-size: 13px;
	}
	.usedHousePrice {
		margin-top: 10px;
		font-size: 25px;
	}
	.cs-priceTtl {
		font-size: 10px;
	}
	/*.cs-priceTxt {
		font-size: 25px;
	}*/
	.cs-priceSubTxt {
		font-size: 14px;
	}
}
/*-------------------------------------------------
|-  下層cmn
|-  usedHouseCmnBlock
|-
-------------------------------------------------*/
.usedHouseCmnTtl {
	width: 64%;
	margin: auto;
	padding: 110px 0 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	word-break: break-word;
}
.detailUsedHouseCate {
	width: 10%;
	min-width: 150px;
	margin: 0 auto 50px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
}
.detailUsedHouseCate-01 {
	background-color: #d48f81;
}
.detailUsedHouseCate-02 {
	background-color: #a28e71;
}
.detailUsedHouseCate-03{
	background-color: #7598b4;
}
.detailUsedHouseCate-04{
	background-color: #228B22;
}

/*--- usedHouseCmnLink ----------------*/
.usedHouseCmnLink {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.usedHouseCmnLink_item {
	position: relative;
	width: calc(100% / 7);
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.usedHouseCmnLink_item.active {
	/*padding: 10px 0;*/
	color: #dad2c6;
	font-weight: bold;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.usedHouseCmnLink_item:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 34px;
	background-color: #c7bbaa;
}
.usedHouseCmnLink_item:last-of-type:after {
	display: none;
}
.cs-usedHouseCmnLink {
	width: 100%;
	padding: 10px 0;
	color: #a28e71;
	font-weight: bold;
	display: block;
	transition: all .2s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cs-usedHouseCmnLink:hover {
	background-color: #a28e71;
	color: #fff;
	transition: all .2s;
}
/*--- リンク6つ用 ----------------*/
.usedHouseCmnLink_item-cutBack {
	width: calc(100% / 6);
}
@media screen and (max-width: 1120px){
	.usedHouseCmnLink_item {
		font-size: 1vw;
	}
	.usedHouseCmnLink_item:after {
		height: 30px;
	}
}
@media screen and (max-width: 767px){
	.usedHouseCmnTtl {
		width: 89%;
		padding: 30px 0 25px;
		font-size: 19px;
	}
	/*--- usedHouseCmnLink ----------------*/
	.usedHouseCmnLink {
		width: 58%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.usedHouseCmnLink_item {
		width: calc(100% / 2);
		height: 45px;
		font-size: 12px;
	}
	.usedHouseCmnLink_item:nth-child(7) {
		display: none;
	}
	.usedHouseCmnLink_item:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		width: 90%;
		height: 1px;
		margin: auto;
		background-color: #c7bbaa;
	}
	.usedHouseCmnLink_item:after {
		top: auto;
	}
	.usedHouseCmnLink_item:nth-child(n + 3):before {
		display: none;
	}
	.usedHouseCmnLink_item:nth-child(2n):after{
		display: none;
	}
	.cs-usedHouseCmnLink {
		height: 100% !important;
		padding: 0;
	}
	.cs-usedHouseCmnLink:hover {
		color: #a28e71;
		background-color: #fff;
	}
}
/*-------------------------------------------------
|-  下層cmn
|-  usedHouseBtmCmnBlock
|-
-------------------------------------------------*/
.usedHouseBtmCmnBlock {
	position: relative;
	width: 100%;
	margin-bottom: 135px;
	padding-bottom: 205px;
}
.usedHouseBtmCmnBlock:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #d4d4d4;
}
.usedHouseInquiryBtn {
	width: 23%;
	max-width: 323px;
	margin: 0 auto 50px;
}
.usedHouseListBtn {
	width: 23%;
	max-width: 323px;
	margin: 0 auto;
}
.cs-inquiryBtnLink {
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	background-color: #A28E71;
	display: block;
	transition: all .2s;
}
.cs-inquiryBtnLink:after {
	content: '';
	position: absolute;
	top: 38%;
	right: 4%;
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-inquiryBtnLink:hover:after {
	right: 1.8%;
}
.cs-listBtnLink {
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	background-color: #2a2a2a;
	display: block;
	transition: all .2s;
}
.cs-listBtnLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
.cs-listBtnLink:before {
	content: '';
	position: absolute;
	top: 38%;
	left: 4%;
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	transition: all .2s;
}
.cs-listBtnLink:hover:before {
	left: 1.8%;
}
.usedHouseLinkBtn {
	width: 30%;
	min-width: 400px;
	max-width: 1040px;
	margin: 0 auto;
}
.usedHouseLinkBtn_caption {
	margin-top: 5px;
	display: inline-block;
}

@media screen and (max-width: 767px){
	.usedHouseBtmCmnBlock {
		margin: 60px 0 30px;
		padding-bottom: 37px;
	}
	.usedHouseInquiryBtn {
		width: 81%;
		margin: 0 auto 35px;
	}
	.usedHouseListBtn {
		width: 81%;
	}
	.usedHouseLinkBtn {
		width: 81%;
		min-width: auto;
	}
	.cs-listBtnLink {
		font-size: 13px;
	}
}
/*-------------------------------------------------
|-  block
-------------------------------------------------*!*/
/* .topBlock {
	width: 100%;
	margin-bottom: 155px;
	padding: 95px 0 110px;
} */
.block {
	width: 89%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 120px 0 110px;
}
.topArea {
	margin-bottom: 150px;
}
.topTtl {
	margin-bottom: 55px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	word-break: break-word;
}
.topTxt {
	margin-bottom: 65px;
	font-size: 16px;
	text-align: center;
	line-height: 250%;
}
/*--- slideArea ----------------*/
.slideArea {
	width: 100%;
	padding: 10px 10px 50px;
	box-sizing: border-box;
	background: #fff;
}
.slider_item {
	position: relative;
	background: #f0f0f0;
}
.slider_item:before {
	content: '';
	padding-top: 66.5%;
	display: block;
}
.slider_item_img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}
.cs-slideTxt {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 3%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.75);
	display: block;
}
.thumbnail_slider {
	margin-top: 5px;
	padding-bottom: 40px;
}
.thumbnail_slider_item {
	position: relative;
	margin-right: 3px;
	background-color: #f0f0f0;
}
.thumbnail_slider_item:before {
	content: '';
	padding-top: 66.5%;
	display: block;
}
.thumbnail_slider_img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: auto;
}
.thumbnail_slider .slick-track {
	margin-left: 0;
}

.thumbnail_slider .slick-prev,
.thumbnail_slider .slick-next {
	top: auto;
	bottom: 0;
	width: 73px;
	height: 8px;
	z-index: 50;
}
.thumbnail_slider .slick-prev {
	left: 30%;
}
.thumbnail_slider .slick-prev:before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_prev.svg);
	background-repeat: no-repeat;
	display: block;
}
.thumbnail_slider .slick-next {
	right: 30%;
}
.thumbnail_slider .slick-next:before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_next.svg);
	background-repeat: no-repeat;
	display: block;
}
.slideCount {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 10px;
	text-align: center;
}
.slideCount .cs-current {
	font-size: 10px;
}
.slideCount .cs-total {
	font-size: 10px;
}
/*--- featureArea ----------------*/
.featureArea {
	padding-bottom: 80px;
	background: #fff;
}
.featureTtl {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.featureList {
	max-width: 775px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.featureList_item {
	min-width: 170px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #7598b4;
}
@media screen and (max-width: 1000px){
	.thumbnail_slider .slick-prev {
		left: 20%;
	}
	.thumbnail_slider .slick-next {
		right: 20%;
	}
}
@media screen and (max-width: 767px){
	.block {
		padding: 50px 0 50px;
	}
	.topArea {
		margin-bottom: 50px;
	}
	.topTtl {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.topTxt {
		margin-bottom: 25px;
		font-size: 13px;
		text-align: left;
		line-height: 170%;
	}
	/*--- slideArea ----------------*/
	.slideArea {
		padding: 10px 10px 25px;
	}
	.slider_item:before {
		padding-top: 65%;
	}
	.cs-slideTxt {
		display: none;
	}
	.thumbnail_slider {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.thumbnail_slider .slick-prev {
		left: 15%;
	}
	.thumbnail_slider .slick-next {
		right: 15%;
	}
	.concepthouseTxtSlide_item {
		font-size: 13px;
		line-height: 200%;
	}
	/*--- featureArea ----------------*/
	.featureArea {
		padding-bottom: 15px;
	}
	.featureTtl {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.featureList {
		width: 100%;
		margin: auto;
		padding: 0 10px;
		box-sizing: border-box;
		gap: 5px;
	}
	.featureList_item {
		min-width: 90px;
		padding: 0 5px;
		font-size: 13px;
	}
	/*--- photoGallery ----------------*/
	/* .photoGalleryBlock {
		padding: 32px 0;
		border-top: 1px solid #d4d4d4;
	} */
	/*--- slick ----------------*/
	/* .photoGallery.slick-dotted.slick-slider {
		margin-bottom: 39px;
	}
	.photoGallery .slick-dots {
		bottom: -25px;
	}
	.photoGallery .slick-dots li button:before {
		font-size: 15px;
	}
	.photoGallery .slick-dots li, .slick-dots li button, .slick-dots li button:before {
		width: 12px;
	} */
	/*!*--- topLinkBtn ----------------*!*/
	.topLinkBtn {
		width: 100%;
	}
	.cs-linkBtnLink {
		position: relative;
		padding: 5px 0;
		background-color: #a28e71;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		text-indent: 0.1em;
		letter-spacing: 0.1em;
		display: block;
	}
	.cs-linkBtnLink:after {
		content: '';
		position: absolute;
		top: 37%;
		right: 5%;
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		border-radius: 1px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*--- topImgWrap ----------------*/
	.topImgWrap {
		padding: 15px;
	}
}
/*--- floorplanContWrap ----------------*/
.floorplanTabArea {
	overflow-x: auto;
}
.floorplanTabArea::-webkit-scrollbar {
	height: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.floorplanTabArea::-webkit-scrollbar-track {
	background: #d4d4d4;
}
/*スクロールバーの色・角丸指定*/
.floorplanTabArea::-webkit-scrollbar-thumb {
	background:#a28e71;
}



.floorplanTab {
	display: flex;
}
.floorplanTab_item {
	width: 170px;
	margin-right: 3px;
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
}
.floorplanTab_item:last-of-type {
	margin-right: 0;
}
.floorplanTab_item.active {
	color: #a28e71;
	background-color: #fff;
}
.floorplanArea {
	width: 100%;
	background-color: #fff;
}
.floorplanCont {
	display: none;
	width: 90%;
	margin: 0 auto;
	padding: 45px 0 65px;
}
.floorplanCont.current {
	display: block;
}
.floorplanDetail {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d4d4d4;
	display: flex;
	justify-content: space-between;
}
.floorplanDetail_txt {
	width: 60%;
	line-height: 180%;
}
.floorplanDetail_price {
	width: 37%;
	font-size: 33px;
	font-weight: bold;
	text-align: right;
	line-height: 210%;
}
/*.floorplanDetail_price .cs-priceTxt {
	font-size: 33px;
}*/
.floorplanDetail_price .cs-priceSubTxt {
	font-size: 19px;
}
.floorplanImg {
	width: 74%;
	margin: 0 auto 70px;
}
.floorplanListArea {
	width: 51%;
	float: left;
}
.floorplanList {
	padding: 10px 0;
	border-top: 1px solid #d4d4d4;
	display: flex;
}
.floorplanList:last-of-type {
	border-bottom: 1px solid #d4d4d4;
}
.floorplanList_ttl {
	width: 150px;
	color: #a28e71;
	font-weight: bold;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.floorplanList_txt {
	width: 85%;
}
.floorplanBtn {
	width: 45%;
	float: right;
}
.floorplanBtn_item {
	margin-bottom: 10px;
}
.cs-floorplanBtnLink {
	position: relative;
	width: 100%;
	padding: 25px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	background-color: #a28e71;
	display: block;
	transition: all .2s;
}
.cs-floorplanBtnLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
.cs-floorplanBtnLink:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 6%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-floorplanBtnLink:hover:after {
	right: 5%;
}
@media screen and (max-width: 1120px){
	.floorplanDetail_price {
		font-size: 3vw;
	}
	.floorplanDetail_price .cs-priceSubTxt {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 1100px){
	.cs-floorplanBtnLink {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 767px){
	.planBlock {
		margin: 20px 0;
		padding: 40px 0 21px;
	}
	.planArea {
		width: 89%;
	}
	/*--- blockdiagramWrap ----------------*/
	.blockdiagramWrap {
		margin-bottom: 43px;
		padding: 15px 20px 20px;
	}
	.blockdiagram_img {
		margin-bottom: 20px;
	}
	.blockdiagram_txt {
		font-size: 13px;
		text-align: left;
	}
	/*--- floorplanContWrap ----------------*/
	.floorplanTab_item {
		width: 85px;
		margin-right: 4px;
		padding: 8px 0;
		font-size: 12px;
	}
	.floorplanCont {
		width: 91%;
		padding: 21px 0;
	}
	.floorplanDetail {
		margin-bottom: 20px;
		padding-bottom: 14px;
		display: block;
	}
	.floorplanDetail_txt {
		width: 100%;
		margin-bottom: 15px;
		font-size: 13px;
	}
	.floorplanDetail_price {
		width: 100%;
		font-size: 23px;
	}
	.floorplanDetail_price .cs-priceSubTxt {
		font-size: 13px;
	}
	.floorplanImg {
		width: 100%;
		margin-bottom: 23px;
	}
	.floorplanListArea {
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	.floorplanList_ttl {
		width: 155px;
		margin-left: 2%;
		font-size: 13px;
	}
	.floorplanList_txt {
		width: 80%;
		font-size: 13px;
	}
	.floorplanBtn {
		width: 100%;
		float: none;
	}
	.cs-floorplanBtnLink {
		padding: 10px 0;
		font-size: 3.5vw;
	}
	.cs-floorplanBtnLink:after {
		top: 40%;
	}
}
/*-------------------------------------------------
|-  location
|-  locationBlock
|-
-------------------------------------------------*/
.locationBlock {
	width: 100%;
	margin-bottom: 155px;
	padding: 105px 0 120px;
	background: #f0efec;
}
.locationArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
.locationWrap {
	padding-top: 65px;
	background: #fff;
}
.locationInner {
	border-bottom: 1px solid #d4d4d4;
}
.locationInner:last-of-type {
	border: 0;
}
/*--- accessMapArea ----------------*/
.accessMapArea {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 70px;
}
.accessMap_ttl {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	clear: both;
}
.accessMap_item {
	width: 48%;
	margin-bottom: 25px;
	cursor: pointer;
}
.accessMap_item-1col {
	width: 64%;
	margin:0 auto 25px;
	cursor: pointer;
	float: none;
}
.accessMap_txt {
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 180%;
	clear: both;
}
/*--- accessRouteMapArea ----------------*/
.accessRouteMapArea {
	width: 90%;
	margin: 85px auto 0;
	padding-bottom: 90px;
}
.accessRouteMap_ttl {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
}
.accessRouteMap_item {
	width: 64%;
	margin: 0 auto 25px;
	cursor: pointer;
}
.accessRouteMap_txt {
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 180%;
	clear: both;
}
/*--- surroundingsArea ----------------*/
.surroundingsArea {
	width: 90%;
	margin: 85px auto 0;
	/*padding-bottom: 90px;*/
}
.surroundingsTtl {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
}
/*--- surroundingsList ----------------*/
.surroundingsList {
	width: 31%;
	margin: 0 3.5% 45px 0;
	float: left;
}
.surroundingsList:nth-child(3n){
	margin-right: 0;
}
.surroundingsList_photo {
	margin-bottom: 15px;
}
.surroundingsList_cate {
	display: inline-block;
}
.cs-listCate {
	min-width: 150px;
	margin-bottom: 5px;
	padding: 0 3%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	display: block;
}
.cate01 {
	background-color: #d48f81;
}
.cate02 {
	background-color: #7faa93;
}
.cate03 {
	background-color: #dda03b;
}
.cate04 {
	background-color: #7598b4;
}
.cate05 {
	background-color: #a28e71;
}
.cate06 {
	background-color: #6a6a6a;
}
.surroundingsList_ttl {
	font-size: 16px;
	font-weight: bold;
}
.surroundingsList_distance {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
}
/*--- otherListArea ----------------*/
.otherListArea {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	clear: both;
}
.otherList {
	width: 48%;
	padding: 20px 0;
	border-top: 1px dotted #2a2a2a;
	border-bottom: 1px dotted #2a2a2a;
	display: flex;
	justify-content: space-between;
}
.otherList:nth-child(n + 3) {
	border-top: 0;
}
.otherList_cate {
	margin-right: 2%;
	display: inline-block;
}
.otherList_ttl {
	width: 42%;
	font-weight: bold;
}
.otherList_distance {
	width: 31%;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}
.locationLinkBtn {
	width: 34%;
	max-width: 323px;
	margin: 0 auto;
	background-color: #2a2a2a;
}
.cs-locationLink {
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	display: block;
	transition: all .2s;
}
.cs-locationLink:hover {
	transition: all .2s;
	opacity: .8;
}
.cs-locationLink:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 6%;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-locationLink:hover:after {
	right: 5%;
}
/* モーダル コンテンツエリア */
.modalImg {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #666;
	position: fixed;
	z-index: 120;
}
/* モーダル 背景エリア */
#modalBg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 110;
}
@media screen and (max-width: 767px){
	.modalImg {
		width: 90%;
	}
}
@media screen and (max-width: 1000px){
	.cs-locationLink {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 767px){
	.locationBlock {
		margin: 20px 0;
		padding: 38px 0 29px;
	}
	.locationArea {
		width: 89%;
	}
	.locationWrap {
		padding: 26px 0 0;
	}
	/*--- accessMapArea ----------------*/
	.accessMapArea {
		width: 91%;
		padding-bottom: 25px;
	}
	.accessMap_ttl {
		margin-bottom: 25px;
		font-size: 15px;
	}
	.accessMap_item {
		width: 100%;
		margin-bottom: 7px;
		float: none;
	}
	.accessMap_txt {
		margin: 10px 0;
		font-size: 13px;
		text-align: left;
	}
	/*--- accessRouteMapArea ----------------*/
	.accessRouteMapArea {
		width: 91%;
		margin: 30px auto 0;
		padding-bottom: 30px;
	}
	.accessRouteMap_ttl {
		margin-bottom: 25px;
		font-size: 15px;
	}
	.accessRouteMap_item {
		width: 100%;
		margin-bottom: 10px;
	}
	.accessRouteMap_txt {
		font-size: 13px;
		text-align: left;
	}
	/*--- surroundingsArea ----------------*/
	.surroundingsArea {
		width: 91%;
		margin: 30px auto 0;
	}
	.surroundingsTtl {
		margin-bottom: 25px;
		font-size: 15px;
	}
	/*--- surroundingsList ----------------*/
	.surroundingsList {
		width: 48%;
		margin: 0 4% 15px 0;
	}
	.surroundingsList:nth-child(odd){
		margin-right: 4%;
	}
	.surroundingsList:nth-child(even){
		margin: 0;
	}
	.cs-listCate {
		min-width: 75px;
		font-size: 10px;
	}
	.surroundingsList_ttl {
		font-size: 13px;
	}
	.surroundingsList_distance {
		font-size: 12px;
	}
	.surroundingsList_txt {
		display: none;
	}
	/*--- otherListArea ----------------*/
	.otherListArea {
		display: block;
	}
	.otherList {
		width: 100%;
		border-top: 0;
		padding: 10px 0;
		display: block;
	}
	.otherList:first-of-type {
		border-top: 1px dotted #2a2a2a;
	}
	.otherList_ttl {
		width: 100%;
		font-size: 13px;
	}
	.otherList_distance {
		width: 100%;
		font-size: 12px;
	}
	.viewmoreBtn {
		width: 39%;
		margin: 18px auto 44px;
	}
	.locationLinkBtn {
		width: 100%;
		max-width: none;
	}
	.cs-locationLink {
		font-size: 13px;
	}
	.cs-locationLink:after {
		width: 7px;
		height: 7px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}

.noItem {
	width: 90%;
	margin: 20px auto;
	text-align: center;
}

/*-------------------------------------------------
|-  about
|-  aboutBlock
|-
-------------------------------------------------*/
.aboutBlock {
	width: 100%;
	margin-bottom: 155px;
	padding: 105px 0 120px;
	background-color: #f0efec;
}
/* .aboutArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
} */
.usedhouseAbout {
	width: 100%;
	border: 1px solid rgba(162, 142, 113, 0.5);
	box-sizing: border-box;
	border-collapse:collapse;
}
.usedhouseAbout_list-ttl {
	width: 25%;
	padding: 15px 3%;
	box-sizing: border-box;
	color: #fff;
	/*background-color: #a28e71;*/
	background-color: rgba(162, 142, 113, 0.8);
	vertical-align: top;
	border: 1px solid rgb(162, 142, 113);
}
.usedhouseAbout_list-txt {
	padding: 15px 3%;
	box-sizing: border-box;
	background-color: #fff;
	vertical-align: top;
	border: 1px solid rgba(162, 142, 113, 0.5);
}
.usedhouseAboutRemarks-ttl {
	font-size: 85%;
	margin-top: 5px;
}
.usedhouseAboutRemarks {
	font-size: 85%;
}
.usedhouseAboutTxt {
	margin-top: 10px;
	text-align: right;
}
@media screen and (max-width: 767px){
	.aboutBlock {
		margin: 30px 0;
		padding: 38px 0 29px;
	}
	/* .aboutArea {
		width: 89%;
	} */
	.usedhouseAbout_list-ttl,
	.usedhouseAbout_list-txt {
		padding: 10px 3%;
		font-size: 13px;
	}
	.usedhouseAboutTxt {
		font-size: 13px;
	}
}
/*-------------------------------------------------
|-  usedhousetabBlock
-------------------------------------------------*/
.usedhousetabBlock {
	width: 100%;
}
.tabBlock_top {
	width: 100%;
	padding: 80px 0 0;
	background: #dbdcdc;
	border-bottom: 1px solid #231815;
}
/*.tabBox {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}*/
.tabBox_item {
	width: 98%;
	max-width: 980px;
	margin: 0 auto 30px;
}
.tabBox_img {
	width: 92%;
	max-width: 1220px;
	margin-left: 10px;
}
.tabSelect {
	width: 79%;
	max-width: 760px;
	margin: 0 auto -1px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.tabSelect_item {
	width: 39%;
	padding-top: 13%;
	cursor: pointer;
}
.tabSelect_item:hover {
	opacity: .8;
}
.tabSelect_item-left {
	background: url(/assets/img/btn_usedhouse_select01_off.svg) no-repeat;
	background-position: bottom;
}
.tabSelect_item-left.active {
	background: url(/assets/img/btn_usedhouse_select01_on.svg) no-repeat;
	background-position: bottom;
}
.tabSelect_item-right {
	background: url(/assets/img/btn_usedhouse_select02_off.svg) no-repeat;
	background-position: bottom;
}
.tabSelect_item-right.active {
	background: url(/assets/img/btn_usedhouse_select02_on.svg) no-repeat;
	background-position: bottom;
}
.tabSelectCont_item {
	width: 100%;
	padding: 70px 0 90px;
	background: rgba(252,249,235,.6);
}
.tabSelectCont_item-bg {
	background: rgba(162,205,217,.6);
}
.tabSelectCont_img {
	width: 85%;
	max-width: 940px;
	margin: 0 auto;
}
.tabSelectCont_link {
	margin-bottom: 150px;
	padding: 60px 0;
	border-bottom: 1px solid #d4d4d4;
}
.tabSelectCont_link_item {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
}
.tabSelectCont_link_item:nth-child(2) {
	margin-top: 50px;
}
@media screen and (max-width: 767px){
	.tabBlock_top {
		padding: 20px 0 0;
	}
	.tabBox_item {
		margin: 0 auto 5px;
	}
	.tabBox_img {
		margin: 0;
	}
	.tabSelect {
		margin: 0 auto;
	}
	.tabSelectCont_item {
		padding: 30px 0 20px;
	}
	.tabSelectCont_link {
		margin-bottom: 40px;
		padding: 35px 0;
	}
	.tabSelectCont_link_item:nth-child(2) {
		margin-top: 15px;
	}
	.tabSelectCont_img-btm {
		width: 93%;
		margin: 0 auto;
	}
}

.cmpIcon {
	width: 190px;
}
.cmpIcon-center {
	bottom: 375px;
}
@media screen and (max-width: 767px){
	.cmpIcon {
		width: 120px;
	}
	.cmpIcon-center {
		bottom: 300px;
	}
}
