@charset "Shift_JIS";
/* CSS Document */

/* 写真スライド=========================== */
#photo_slide{
	background-color: #FBFBF5;
	padding: 0 0 40px;
	height: 300px;
	overflow: hidden;
}

#photo_slide .inner{
}

#photo_slide .inner li{
	padding: 0 5px;
	float: left;
}




#container{
	position: relative;
}

#openhouse{
	height: 75px;
	width: 400px;
	overflow: hidden;
	position: absolute;
	top: -30px;
	right: 0px;
}

#openhouse a{
	background-image: url(../openhouse/image/top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 400px;
	display: block;
}

#openhouse a:hover{
	background-position: left -75px;
}

#openhouse a span{
	display: block;
	padding: 120px 0 0;
}

/* トピックス=========================== */
#topics{
	margin: 0 0 30px;
}

#topics iframe{
	width: /*100%*/640px;
	height: /*100px*/160px;
}

.imgR{
	float: right;
}

a img.imgR:hover{
	opacity: 0.7;
}


/* 売主物件=========================== */
#recommend{
	float: left;
	width: 640px;
}

#recommend h3{
	margin: 0 0 15px;
	height: 35px;
}

#recommend iframe{
	height: 310px;
	width: 640px;
}


#recommend #modelhouse{
	margin: 10px 0;
}

#recommend #modelhouse a:hover img{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

/* ボタン=========================== */
#btn_box{
	float: right;
	width: 340px;
	/* margin: 20px 0 0; */
}

#btn_box ul{
	margin: 0 0 10px;
}

#btn_box ul li{
	float: left;
	margin: 10px 0 0 10px;
	display: block;
}

#btn_box ul li a{
	display: block;
	height: 160px;
	width: 160px;
}

#btn_box ul li#btn01 a{ background-color: #ACAC9C; }
#btn_box ul li#btn02 a{ background-color: #B59D88; }
#btn_box ul li#btn03 a{ background-color: #95B5AA; }
#btn_box ul li#btn04 a{ background-color: #B58C9B; }

#btn_box ul li#btn01 a:hover{ background-color: #78786D; }
#btn_box ul li#btn02 a:hover{ background-color: #7E6E5E; }
#btn_box ul li#btn03 a:hover{ background-color: #687E77; }
#btn_box ul li#btn04 a:hover{ background-color: #7E626C; }

#btn_box ul li a .title{
	display: block;
	padding: 20px 20px 20px;
	margin: 0 0 10px;
	background-color: #000;
}

#btn_box ul li a .text{
	font-size: 10px;
	line-height: 1.4em;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #FFF;
}



#btn_box #kaitori{
	display: block;
	float: none;
	clear: both;
	margin: 0 0 0 10px;
}


#btn_box #kaitori a:hover img{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}


.property {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 15px;
	margin: 0px 0 30px;
}
.property_item {
	flex: 1;
}

.property_ttl {
	position: relative;
	color: #333;
	font-size: 1.3rem;
	margin: 30px 0 10px;
	padding: 15px 0 15px 20px;
}

.property_ttl::after {
	position: absolute;
	top: 0.5rem;
	left: 0;
	content: '';
	width: 5px;
	height: calc(100% - 0.9em);
	background-color: #333;
}
