﻿@charset "utf-8";
/* CSS Document */

/*おすすめ物件*/
#pickup {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
#rent_pickup, #buy_pickup {
	width: 100%;
	margin: 0;
	padding: 0;
}
#rent_pickup h3, #buy_pickup h3 {
	width: 100%;
    display: inline-block;
	padding: 0 0 0.5em 0;;
}
#rent_pickup h3 .icon, #buy_pickup h3 .icon {
	height: 24px;
	width: 24px;
	float: left;
	padding: 5px 0 5px 15px;
}
.info {
	font-size: 0.8em;
	float: right;
	background-color: rgba(255,255,255,0.8);
	line-height: 1.4em;
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
}
.items{
	/*overflow: hidden;*/
}
.items_flexbox {
    display: flex;
    flex-wrap: wrap;
}
#buy_pickup .item {
	width: 90%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	cursor: pointer;
	margin: 0 5% 15px 5%;
	padding: 0;
    /*background-color: #f3f3f3;*/
    /*border: solid #f3f3f3 1px;*/
}
#rent_pickup .item {
	width: 90%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	cursor: pointer;
	margin: 0 5% 15px 5%;
	padding: 0 0 5px 0;
    /*background-color: #f3f3f3;*/
    /*border: solid #f3f3f3 1px;*/
}
.item:hover {
	background-color: none;
}
.item .add {
	text-align: left;
	line-height: 1.0em;
	clear: both;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}
.left_box {
	width: 100%;
	float: left;
	padding-top: 2%;
}
.right_box {
	padding-top: 2%;
	width: 100%;
	float: right;
}
#buy_pickup .item .add {
	text-indent: 0;
	color: #000;
	line-height: 1.2em;
}
#rent_pickup .item .add {
	text-indent: 0;
	color: #000;
	line-height: 1.2em;
}
#rent_pickup .item .add:before, #buy_pickup .item .add:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    background: url("/images/dia.png") no-repeat center;
    background-size: contain;
}

.item .head {
	overflow: hidden;
	margin: 0;
	padding: 10px 0 5px;
	line-height: 1.2em;
}
.item .head span.type {
	float: left;
	display: block;
	font-size: 0.85em;
	margin: 0 0.5em 0 0;
	padding: 0.25em 0.5em 0.25em 0.75em;
	color: #fff;
	font-weight: 600;
    background-color: #D70000;
    border-radius: 0.5em
}
.item .newmark, .item .newbuild {
	float: left;
	margin: 0;
	padding: 0;
}
.item .head span.floor {
	display: block;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 1.0em;
	margin: 0;
	padding: 0.25em 0;
	color: #D70000;
	font-weight: bold;
	float: left;
}
.item .bottom {
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    color: #fff;
	overflow: hidden;
	margin: 0;
	padding: 10px 5px 5px 5px;
	line-height: 1.2em;
/*background-color: rgba(0,0,0,0.50);*/
    background: linear-gradient(to top, rgba(63,63,63,1.00) 0%,rgba(115,115,115,0.00) 100%);
    box-sizing: border-box;
    z-index: 9;
}
.item .bottom span.price {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	float: right;
	color: #fff;
	font-weight: bold;
}
.item .bottom span.price_btn {
	color: rgba(0,0,0,0.80);
	background-color: #fff;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: auto;
	font-size: 0.95em;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	padding: 1% 4%;;
	/*border-width: 1px;
	border-style: double;
	border-top-color: #C40000;
	border-right-color: #820000;
	border-bottom-color: #820000;
	border-left-color: #C40000;*/
}
.item .price .icon {
	float: left;
	margin: 1%;
}
.item .p_pic_waku {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
    position: relative;
    /*max-height: 172px;*/
    border: 1px solid #CDCDCD;
	    border-radius: 0.5em;
	background-color: #fff;
}
.item .p_pic {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	    /*-webkit-transition: all .4s ease;
    transition: all .4s ease;*/
}
.item .p_pic:hover {
	overflow: hidden;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	transition-duration: 0.5s;
}
.item .comment {
	line-height: 1.4em;
	text-align: left;
	font-size: 1.0em;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0%;
	padding: 0 0 5px;
    box-sizing: border-box;
    color: #555;
}
.item .detail {
	margin: 0% auto;
	float: none;
	clear: none;
	overflow: hidden;
}
.item .more01 {
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	width: 70%;
	font-size: 0.9em;
    font-weight: 700;
	text-decoration: none;
	line-height: 1.4em;
	padding: 2%;
	margin: 0.25em auto;
/*	border-bottom: 2px double #999;*/
	text-align: center;
}
.item .more01:hover {
	color: #666666;
	background-color: #D5D5D5;
}
.item .seiyaku {
	position: absolute;
}
/*1120px以上*/
@media screen and (min-width: 1120px){
.item .p_pic_waku {
    max-height: 170px;
}
}
/*560px以上*/
@media screen and (min-width: 560px){
#pickup {
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 10px 0;
}
#rent_pickup, #buy_pickup {
	margin: 0;
	padding: 0;
}
#rent_pickup .item, #buy_pickup  .item {
	width: 47%;
    margin: 0 2% 15px 2%;
}
#rent_pickup .item:nth-child(odd), #buy_pickup  .item:nth-child(odd) {
    margin: 0 0% 15px 2%;
}
.item .p_pic_waku {
    /*max-height: 166px;*/
}
}
/*768px以上*/
@media screen and (min-width: 768px){
    #rent_pickup .item, #buy_pickup  .item {
	width: 23%;
    margin: 0 1% 15px 1%;
}
#rent_pickup .item:nth-child(odd), #buy_pickup .item:nth-child(odd) {
    margin: 0 1% 15px 1%;
}
.item .p_pic_waku {
    /*max-height: 113px;*/
}
}
/*375px以上*/
@media screen and (min-width: 375px){
.item .p_pic_waku {
    /*max-height: 206px;*/
}
}