@charset "UTF-8";
/*******************************
 共通
********************************/
/*******************************
 TOP
********************************/
.front-gallery .gallery-list{
	gap:50px 25px;
}
.front-gallery .gallery-list-item{
	width:calc(calc(100% - 50px) / 2);
}

/*******************************
 コンセプトハウス
********************************/
.concept-house .gallery-list{
	gap:50px 25px;
}
.concept-house .gallery-list-item{
	width:calc(calc(100% - 50px) / 2);
}

/*******************************
 イベント
********************************/
.event .eventlist-box-list-item{
	width:calc(calc(100% - 50px) / 2);
}


/******************************
 土地情報(詳細)
********************************/
/*コンセプトハウス*/
.landlist .concepthouse-block-link-image{
	width:40%;
}
.landlist .concepthouse-block-link-detail{
	width:60%;
}