@charset "UTF-8";
/* CSS Document */

/* 基本-モバイルファースト ======================================================================================================== */
.search_temp.top{
margin-bottom: 20px;
}
.search_temp.top,
.search_temp.top .bxslider{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_temp.top .article{
	width: 48%;
	margin-top: 4%;
    text-align: left;
}
.search_temp.top .article a{
	display: block;
	text-decoration: none;
}
.search_temp.top .article .photo{
	text-align: center;
    margin-bottom: 10px;
    background-color: #fff;
}
.search_temp.top .article .photo img{
	max-height: 29vw;
}
.search_temp.top .article .text{
	font-size: 12px;
}
.search_temp.top .article .text .type{
color: #FFF;
background-color: #cc9933;
padding: 3px;
}
.search_temp.top .article.type_land .text .type .r_condition_view_title{
font-size: 10px;
}

/*
.search_temp.top .article.type_land .text .type{ color: #5E9546;}
.search_temp.top .article.type_house .text .type{ color: #ff5a5a;}
.search_temp.top .article.type_mansion .text .type{ color: #FF7D00;}

.search_temp.top .article.type_land .text .type .r_condition_view_title{
	background-color: #5E9546;
	color: #FFF;
	padding: 2px 5px;
	border-radius: 5px;
}
*/
.search_temp.top .article .text .price{
	color: #e90042;
	font-size: 16px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search_temp.top .article .text dl{
}
.search_temp.top .article .text dt{
	display: none;
}
.search_temp.top .article .text dd{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search_temp.top .article .text .comment{
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}


.not_found{
	text-align: center;
	width: 100%;
}



/* 未公開物件 */
.search_temp.top .mikoukai_img{
	width: 48%;
	margin-top: 4%;
	background-color: #FFF;
	border: solid 2px #cc9933;
}
.search_temp.top .mikoukai_img a{
	background-image: url(../images/top_mikoukai_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* スマホの時はスライダー用＝＝＝＝＝＝＝＝ */
.search_temp.top.slider_ver .bx-wrapper{
margin-bottom: 40px !important;
}
.search_temp.top.slider_ver{
	display: block;
}
.search_temp.top.slider_ver .bxslider .article{
	width: 240px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.search_temp.top.slider_ver .bxslider .article .photo{
	width: 240px;
	height: 180px;
	margin-bottom: 0px;
}
.search_temp.top.slider_ver .bxslider .article .photo img{
	max-width: 240px;
	max-height: 180px;
}
.search_temp.top.slider_ver .bxslider .article .text{
	font-size: 14px;
    background-color: #fff;
    padding: 10px;
    height: 190px;
}
.search_temp.top.slider_ver .bxslider .article .text dl{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.search_temp.top.slider_ver .bxslider .article .text dt{
	display: block;
	width: 40px;
	background-color: #444;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.search_temp.top.slider_ver .bxslider .article .text dd{
	width: 170px;
	margin-bottom: 10px;
}


/* スライダー用未公開物件 */
.search_temp.top.slider_ver .bxslider .mikoukai_img{
	width: 240px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}



/* スタッフ紹介に入ってるトップ表示用 */
.search_temp.top table,
.search_temp.top tbody,
.search_temp.top tr,
.search_temp.top td{
	display: block;
}
.search_temp.top table{
}
.search_temp.top tbody{
}
.search_temp.top tr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_temp.top td{
	width: 48%;
}
.search_temp.top td .article{
	width: auto;
}


.search_temp.top .not_found{
padding: 50px 0;
}


.lp{
display: none;
}


/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
.search_temp.top{
 margin-bottom: 40px;
}
.search_temp.top,
.search_temp.top .bxslider{
	justify-content: flex-start;
}
.search_temp.top .bxslider{
	display: flex;
}
.search_temp.top .bx-wrapper{
min-width: 1000px;
}
.search_temp.top .article{
	width: 240px;
	margin-top: 13px;
	margin-left: 13.33px;
}
.search_temp.top .mikoukai_img:nth-child(4n-3),
.search_temp.top .article:nth-child(4n-3){
	margin-left: 0;
}
.search_temp.top .article:nth-child(-n+4){
margin-top: 0;
}
.search_temp.top .article .photo{
	width: 240px;
	height: 180px;
	margin-bottom: 0px;
}
.search_temp.top .article .photo img{
	max-width: 240px;
	max-height: 180px;
}
.search_temp.top .article .text{
	font-size: 14px;
    background-color: #fff;
    padding: 10px;
}
.search_temp.top .article .text dl{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.search_temp.top .article .text dt{
	display: block;
	width: 40px;
	background-color: #444;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.search_temp.top .article .text dd{
	width: 170px;
	margin-bottom: 10px;
}



/* スタッフ紹介に入ってるトップ表示用 */
.search_temp.top td{
	width: 240px;
}




/* 未公開物件 */
.search_temp.top .mikoukai_img{
	width: 240px;
	margin-top: 0;
	margin-left: 33.33px;
}
.search_temp.top .mikoukai_img a{
}
.search_temp.top .mikoukai_img a:hover{
	opacity: 0.8;
}


/* スマホの時はスライダー用＝＝＝＝＝＝＝＝ */
.search_temp.top .bxslider .article{
margin-top: 0;
margin-left: 0 !important;
margin-right: 13.33px !important;
}
.main .top .search_temp.top .bxslider .article{
margin-left: 0 !important;
margin-right: 33.33px !important;
}
.search_temp.top.slider_ver .bx-wrapper .bx-controls-direction a.bx-prev{
left: -80px;
}
.search_temp.top.slider_ver .bx-wrapper .bx-controls-direction a.bx-next{
right: -80px;
}

.search_temp.top .bxslider .mikoukai_img{
margin-top: 0;
margin-left: 0;
margin-right: 13.33px !important;
}
.main .top .search_temp.top .bxslider .mikoukai_img{
margin-right: 33.33px !important;
}


}