@charset "utf-8";
body{
	overflow : hidden;
}
#EYECATCH{
    position: relative;
}
#EYECATCH_IMG{
	display: block;
}
#EYECATCH_TEXT{
    position: absolute;
    top: 50%;
    left: 10px;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: calc(100% - 20px);
}
#EYECATCH_COPY{
    max-width: 630px;
    margin: auto;
    text-indent: -0.5em;
}
.text_red {
	color: #ff783c;
}
.text_shadow_white {
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), 0px 1px 0 rgba(255,255,255,0.8), 0-1px 0 rgba(255,255,255,0.8), -1px 0 0 rgba(255,255,255,0.8), 1px 0 0 rgba(255,255,255,0.8);
}
.text_white {
	color : #fff;
}
.text_shadow {
	text-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}
.fontsize_subtext{
	font-size : 24px;
}

/* ニュース */
#NEWS{
    background-color: #f2f2f2;
    padding : 20px 0;
}
#INDEX_TITLE_NEWS{
    line-height : 1em;
    width : 75px;
    font-weight : bold;
}
#INDEX_NEWS_RESULT{
    padding-left : 30px;
    width : calc(100% - 75px);
}
#INDEX_NEWS_RESULT a{
    padding : 5px 0;
}
.news_date{
    width : 8em;
    color : #808080;
}
.news_text{
    width : calc(100% - 8rem);
    color : #808080;
}
/* 通常テキスト */
.index_text_tile{
	display: flex;
}
.index_text{
	width : calc(100% - 400px);
	padding : 0px 50px 0px 0px;
}
.index_text_img{
	width : 400px;
}
.index_text_img img{
	margin : auto;
}
/* エリア検索 */
/* おすすめ物件 */
.button{
	text-align : center;
	margin : 10px 0px 30px 0px;
}
#ESTATE .choise_button.active{
	background-color: #cc0000;
	color: #fff;
}
#ESTATE .choise_button:nth-of-type(1){
	margin : 0px 20px 0px 0px;
}
#ESTATE .page_title {
	text-align : center;
}
#ESTATE .fontsize_subtext{
	text-align : center;
}
#ESTATE .fontsize_subtext:before{
	content : "＼";
	display : inline-block;
}
#ESTATE .fontsize_subtext:after{
	content : "／";
	display : inline-block;
}
#INDEX_ESTATE{
	display : flex;
	flex-wrap : wrap;
}
.estate_list{
	width : calc((100% - 60px) / 4 - 0.1px);
	margin : 0px 20px 60px 0px;
	position : relative;
}
.estate_list:nth-of-type(4n){
	margin : 0px 0px 0px 0px;
}
.estate_image_wrapper{
	height : 190px;
	position : relative;
	overflow : hidden;
}
.estate_image_wrapper img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
}

@supports (object-fit: cover) {
	.estate_image_wrapper img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}
.estate_teleview_icon{
	position: absolute;
	top : 10px;
	right : 10px;
}
.estate_teleview_icon img{
	width : 25px;
}
.estate_teleview_icon li{
	float : left;
	margin: 0px 0px 0px 5px;
}
.estate_tag{
	margin: 15px 0px 0px 0px;
}
.estate_tag li{
	display : inline-block;
	margin: 0px 5px 0px 0px;
}
.estate_tag a{
	color : #ff8282;
	font-size : 12px;
}
.estate_tag a:before{
	content : "#";
	display : inline-block;
}
.estate_price{
	font-size : 24px;
}
.estate_price span{
	font-size : 13px;
}
.estate_link{
	text-align : right;
	color : #cc0000;
}
.index_estate_teleview_icon{
	width : 20px;
	margin-right : 5px;
}
/* 件数 */
#INDEX_SEARCH{
	background-color : #f2f2f2;
	height : 600px;
	background-image : url(../img/map.png);
    background-repeat: no-repeat;
    background-position: left calc(-1200px + 45vw) center;
}
#INDEX_SEARCH .max_width_1200{
    position: relative;
}
#INDEX_SEARCH_RIGHT{
	width: 950px;
	position: absolute;
	right: 0px;
	margin: 60px 0px 0px 0px;
}
#INDEX_SEARCH_RIGHT .page_title{
	margin: 0px 0px 30px 0px;
}
#INDEX_SEARCH_RIGHT h3{
	font-size : 24px;
	font-weight : bold;
}
#INDEX_SEARCH_RIGHT ul{
	display : flex;
	margin : 0px 0px 20px 0px;
}
#INDEX_SEARCH_RIGHT li{
	/*width : calc(100% / 3);*/
	margin: 0px 40px 10px 0px;
	display : flex;
	flex-wrap: wrap;
}
#INDEX_SEARCH_RIGHT li:nth-last-of-type(1){
	margin : 0px 0px 10px 0px;
}
#INDEX_SEARCH_RIGHT a{
	font-size : 16px;
	display: block;
	text-align: right;
	color: #cc0000;
	width: 100%;
}
.estate_type{
	/*width : 110px;*/
	line-height: 35px;
	width: calc(100% - 120px);
}
.estate_count_text{
	font-size: 30px;
	color: #cc0000;
	padding: 0px 5px 0px 0px;
	line-height: 35px;
}
.estate_count{
	width : 120px;
	text-align : right;
	line-height: 35px;
}

@media screen and (max-width: 1200px) {
	#INDEX_SEARCH {
		background-position: left calc(-1100px + 50vw) center;
	}
}

@media screen and (max-width: 1100px) {
	.estate_list{
		width : calc((100% - 40px) / 3 - 1px);
	}
	.estate_list:nth-of-type(4n){
		margin : 0px 20px 60px 0px;
	}
	.estate_list:nth-of-type(3n){
		margin : 0px 0px 0px 0px;
	}
	.estate_list:nth-of-type(12n){
		margin : 0px 0px 0px 0px;
	}
}
@media screen and (max-width: 1000px) {
	#INDEX_SEARCH {
		background-position: left calc(-950px + 50vw) center;
	}
	#INDEX_SEARCH_RIGHT{
		width: 100%;
		padding: 50px 20px 50px 20px;
		position: static;
		box-sizing: border-box;
	}
	#INDEX_SEARCH_RIGHT li{
        width : 250px;
        -ms-align-items : center; /* IE10 */
	    align-items : center;
	}
	#INDEX_SEARCH_RIGHT li:nth-last-of-type(1){
		margin: 0px 0px 10px 0px;
	}
	#INDEX_SEARCH_RIGHT a:after{
		content: "≫";
		display: block;
		text-align: right;
		margin-top: -55px;
	}
	.estate_type {
		text-align: left;
	}
	#INDEX_SEARCH_RIGHT li:nth-of-type(1) .estate_type{
		width: 110px;
	}
	.estate_count{
		width: calc(100% - 110px - 20px);
	}
    #INDEX_SEARCH_RIGHT li:nth-of-type(2) .estate_type,
    #INDEX_SEARCH_RIGHT li:nth-of-type(3) .estate_type,
    #INDEX_SEARCH_RIGHT li:nth-of-type(4) .estate_type{
		width: 50px;
	}
    #INDEX_SEARCH_RIGHT li:nth-of-type(2) .estate_count,
    #INDEX_SEARCH_RIGHT li:nth-of-type(3) .estate_count,
    #INDEX_SEARCH_RIGHT li:nth-of-type(4) .estate_count{
		width: calc(100% - 50px - 20px);
	}
	#INDEX_SEARCH_RIGHT a {
		text-indent: -99999px;
		text-align: left;
	}
	#INDEX_SEARCH_RIGHT ul{
        margin : 0px;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
	}
}
@media screen and (max-width: 900px) {
	#EYECATCH{
		height: 0;
		padding-bottom: 40%;
	}
	#EYECATCH_IMG {
		display: block;
		position: absolute;
		max-width: none;
		height: 100%;
		right: -20%;
	}
	.index_text_tile {
		flex-wrap: wrap;
	}
	.index_text, .index_text_img{
		width: 100%;
		padding : 0px;
	}
	.index_text_img{
		margin: 40px 0px 0px 0px;
		display : flex;
	}
	#INDEX_SEARCH_RIGHT li:nth-of-type(1) .estate_type{
		width: 80px;
		font-size: 15px;
	}
	.estate_count {
		width: calc(100% - 80px - 20px);
	}
	#INDEX_SEARCH_RIGHT li:nth-of-type(2) .estate_type, #INDEX_SEARCH_RIGHT li:nth-of-type(3) .estate_type {
		width: 50px;
		font-size: 15px;
	}
}




@media screen and (max-width: 850px) {
	.estate_list{
		width : calc((100% - 20px) / 2 - 0.1px);
	}
	.estate_list:nth-of-type(3n){
		margin : 0px 20px 60px 0px;
	}
	.estate_list:nth-of-type(2n){
		margin : 0px 0px 0px 0px;
	}
	#INDEX_SEARCH_RIGHT li{
		width : calc((100% / 3) + 30px);
	}
	#INDEX_SEARCH_RIGHT li:nth-of-type(2), #INDEX_SEARCH_RIGHT li:nth-of-type(3){
		width : calc((100% / 3) - 15px);
	}
	#INDEX_SEARCH_RIGHT a:after {
		margin-top: -64px;
	}
    #INDEX_SEARCH_RIGHT ul{
		display : block;
	}
	#INDEX_SEARCH_RIGHT li, #INDEX_SEARCH_RIGHT li:nth-of-type(2), #INDEX_SEARCH_RIGHT li:nth-of-type(3){
		width : 100%;
		margin: 0px;
		background-color: rgba(255,255,255,0.5);
		border-bottom: 1px #cccccc solid;
		padding: 0px 10px 0px 10px;
	}
	.estate_type, .estate_count{
		line-height: 30px;
	}
	#INDEX_SEARCH {
		height: auto;
		background-position: 65%;
		background-size: cover;
	}
	#INDEX_SEARCH_RIGHT h3:nth-of-type(2), #INDEX_SEARCH_RIGHT h3:nth-of-type(3){
		margin-top : 10px;
	}
	#INDEX_SEARCH_RIGHT li:nth-of-type(1) .estate_type,#INDEX_SEARCH_RIGHT li:nth-of-type(2) .estate_type,#INDEX_SEARCH_RIGHT li:nth-of-type(3) .estate_type{
		width : 80px;
		display: block;
		padding: 6px 0px 0px 0px;
	}
	#INDEX_SEARCH_RIGHT li:nth-of-type(1) .estate_count,#INDEX_SEARCH_RIGHT li:nth-of-type(2) .estate_count,#INDEX_SEARCH_RIGHT li:nth-of-type(3) .estate_count{
		width: calc(100% - 80px - 20px);
		display : block;
	}
	#INDEX_SEARCH_RIGHT a:after {
	    margin-top: -55px;
	}
}


@media screen and (max-width: 800px) {
	.estate_count_text {
		font-size: 25px;
	}
	.estate_count {
		font-size: 15px;
	}
}

@media screen and (max-width: 750px) {
}
@media screen and (max-width: 700px) {
	
	#ESTATE .page_title{
		line-height: 3.5rem;
	}
	#NEWS {
		background-color: #f2f2f2;
		padding: 10px 0;
	}
	#INDEX_NEWS_RESULT li{
		font-size : 12px;
	}
	.teleview_ruby{
		display: inline;
		position : static;
		letter-spacing: 0em;
		margin : 0 5px;
		vertical-align: middle;
		font-size: 11px;
	}
	.teleview_ruby::before{
		content: "(";
	}
	.teleview_ruby::after{
		content: ")";
	}
}


@media screen and (max-width: 550px) {
	#EYECATCH_COPY{
		font-size : 1.3rem;
	}
	.estate_list,
	.estate_list:nth-of-type(2n),
	.estate_list:nth-of-type(3n){
		width : 100%;
		margin : 0px 0px 0px 0px;
		margin-bottom : 20px; 
	}
	.fontsize_subtext{
		font-size: 18px;
	}
	#ESTATE .page_title{
		line-height: 2.5rem;
		font-size: 2rem;
	}
}
button{
	background-color: lightpink;
}
button:hover{
	opacity: 0.5;
}
label[for="area"]
{color: pink;
  font-weight: bold;}


