@charset "UTF-8";

/*-------------------------
__style
-------------------------*/

@media screen and (min-width:767px) {
#wrap {min-width: 1300px!important;}
}

/*-----------------エリア名メインタイトル部分-----------------*/

.area_pagetop{}

#area_main_title{
    background-image: url("images/main_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#area_main_title .amt_left{
    width: 100%;
    float: left;
    margin-right: -340px;
    padding-right: 340px;
    box-sizing: border-box;
}

#area_main_title .amt_left h1{
    color: #583906;
    font-size: 5em;
    font-weight: 700;
    margin-bottom: 10px;
}

#area_main_title .amt_left p{
    font-size: 1.5em;
    line-height: 1.7em;
    color: #583906;
    font-weight: 700;
    margin-bottom: 10px;
}

#area_main_title .amt_left p.town_name{
    color: #875f36;
}

#area_main_title .amt_right{
    width: 320px;
    float: right;
}

#area_main_title .amt_right img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {

#area_main_title{
    padding: 15px 15px 0;
    margin-bottom: 20px;
}

#area_main_title .amt_left{
    width: 100%;
    float: none;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

#area_main_title .amt_left h1{
    color: #583906;
    font-size: 2.5em;
    margin-bottom: 5px;
}

#area_main_title .amt_left p{
    font-size: 1.3em;
    line-height: 1.5em;
    color: #583906;
    font-weight: 700;
    margin-bottom: 5px;
}

#area_main_title .amt_left p.town_name{
    color: #875f36;
}

#area_main_title .amt_right{
    width: 100%;
    float: none;
}

#area_main_title .amt_right img{
    width: 100%;
    height: auto;
}


}

/*-----------------ピックアップエリア情報-----------------*/

.pickup_list{
    margin-bottom: 40px;
}

.pickup_list ul li{
    background-image: url("images/sub_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.pickup_list ul li .photo_box{
    position: relative;
    width: 200px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.pickup_list ul li .photo_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.pickup_list ul li .text_box{
    float: right;
    width: 100%;
    box-sizing: border-box;
    margin-left: -220px;
    padding-left: 220px;
}

.pickup_list ul li .text_box p{
    color: #231815;
}

.pickup_list ul li .text_box p:nth-child(1){
    font-size: 2.3em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
    width: 100%;
    height: 25px;
    overflow: hidden;
}

.pickup_list ul li .text_box p:nth-child(2){
    font-size: 1.4em;
    line-height: 1.7em;
    margin-bottom: 10px;
    font-weight: 700;
    height: 90px;
    overflow: hidden;
}

.pickup_list ul li .text_box p:nth-child(3){}

.pickup_list ul li .text_box p:nth-child(3) a{
    font-size: 1.4em;
    line-height: 1.6em;
    color: #875f36;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

.pickup_list{
    margin-bottom: 20px;
}

.pickup_list ul li{
    padding: 10px;
}

.pickup_list ul li .photo_box{
    position: relative;
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
}

/*.pickup_list ul li .photo_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}*/

.pickup_list ul li .text_box{
    float: right;
    width: 100%;
    box-sizing: border-box;
    margin-left: -160px;
    padding-left: 160px;
}

.pickup_list ul li .text_box p{
    width: 100%;
    overflow: hidden;
}
    
.pickup_list ul li .text_box p:nth-child(1){
    font-size: 1.8em;
    height: 1em;
    margin-bottom: 10px;
}

.pickup_list ul li .text_box p:nth-child(2){
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: normal;
    height: 92px;
    overflow: hidden;
}

.pickup_list ul li .text_box p:nth-child(3){}

.pickup_list ul li .text_box p:nth-child(3) a{
    font-size: 1.3em;
    line-height: 1.5em;
    height: 1em;
    color: #875f36;
    font-weight: 700;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
    
}

/*-----------------取材レポート一覧-----------------*/

.report_list{
    margin:25px 0 25px;
}

.report_list ul li{
    border: 1px solid #b5b5b6;
    float: left;
    margin-right:25px;
    margin-bottom:25px;
	width: 25%;
	width: calc((100% - 75px) / 4);
	width: -webkit-calc((100% - 75px) / 4);
	width: -moz-calc((100% - 75px) / 4);
	box-sizing:border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.report_list ul li:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.report_list ul li:nth-child(4n){
    margin-right: 0;
}

.report_list ul li a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #231815;
}

.report_list ul li a:hover{
}

.report_list ul li a .photo_box{
    width:100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    background-color: #eee;
}

.report_list ul li a .photo_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.report_list ul li a .text_box{}

.report_list ul li a .text_box p.area_icon{
    font-size: 1.2em;
    font-weight: 700;
    padding: 7px 7px 5px;
    border-radius: 13px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
}


.report_list ul li a .text_box p.area_title{
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden;
}

.report_list ul li a .text_box p.area_text{
     font-size: 1.4em;
    line-height: 1.5em;
    height: 60px;
    overflow: hidden;
}


@media screen and (max-width: 767px) {

.report_list{
    margin:10px 0 20px;
}

.report_list ul li{
    border: 1px solid #b5b5b6;
    float: left;
    margin-right:10px;
    margin-bottom:10px;
	width: 50%;
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: -moz-calc((100% - 10px) / 2);
	box-sizing:border-box;
}

.report_list ul li:nth-child(2n){
    margin-right: 0;
}

.report_list ul li a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #231815;
}

.report_list ul li.oono a{
    border-top: 5px solid #f37900;
}

.report_list ul li a .photo_box{
    width:100%;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    background-color: #eee;
}

.report_list ul li a .photo_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.report_list ul li a .text_box{}

.report_list ul li a .text_box p.area_icon{
    font-size: 1.1em;
    font-weight: 700;
    padding: 7px 7px 5px;
    border-radius: 13px;
    display: inline-block;
    margin-bottom: 10px;
}

.report_list ul li.oono a .text_box p.area_icon{
    background-color: #f37900;
}

.report_list ul li a .text_box p.area_title{
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    height: 32px;
    overflow: hidden;
}

.report_list ul li a .text_box p.area_text{
     font-size: 1.2em;
    line-height: 1.5em;
    height: 53px;
    overflow: hidden;
}
    
}


/*-------------------------おすすめ物件一覧ここから-------------------------*/

.osusume_list{
    margin:25px 0 25px;
    background-color:#d0d9ee;
	padding: 25px 25px 0;
	box-sizing: border-box
}

.osusume_list ul li{
	background-color:#fff;
	float:left;
	margin-right:25px;
    margin-bottom: 25px;
	width: 25%;
	width: calc((100% - 75px) / 4);
	width: -webkit-calc((100% - 75px) / 4);
	width: -moz-calc((100% - 75px) / 4);
	box-sizing:border-box;
	border-left:1px solid #fff;
	border-radius:10px;
	padding:0;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;}

.osusume_list ul li:hover{ filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;}

.osusume_list ul li a{
    text-decoration: none;
    color: #000;
    display: block;
}

.osusume_list ul li a:hover{
}

@media screen and (min-width: 768px) {

.osusume_list ul li:nth-child(4n){
	margin-right:0;}

}

.osusume_list ul li p.bukken_name{
	font-size:1.6em;
	font-weight:700;
	padding:10px;}

.osusume_list ul li .pic{
	text-align:center;
	width:100%;
	height:170px;
	overflow:hidden;
	border:1px solid #ccc;
	box-sizing:border-box;}

.osusume_list ul li .pic img{
	height:100%;
	width:auto;}

.bukken_detail{
	padding:10px;
	box-sizing:border-box;}

.osusume_list ul li p.syubetsu{
	font-size:1.5em;
	font-weight:700;}

.osusume_list ul li p.shinchiku{ color:#fa7d6e;}
.osusume_list ul li p.cyuko{ color:#42ade9;}
.osusume_list ul li p.tochi{ color:#50b478;}
.osusume_list ul li p.mansion{ color:#ffbe1e;}

.osusume_list ul li p.kakaku{
    text-align: right;
	font-size:1.3em;
	font-weight:700;}

.osusume_list ul li p.rosen{
	font-size: 1.4em;
	line-height: 1.5em;
	margin:10px 0 0 0;
	height:38px;
	overflow:hidden;}

.osusume_list ul li p.rosen span.access_span{
	color:red;}

.osusume_list ul li p.kakaku span{
	color:red;
	font-size:1.5em;}

.osusume_list ul li p.bukken_comment{
	background-color:#eee;
	font-size:1.3em;
	line-height:1.5em;
	padding:10px;
	box-sizing:border-box;
	-webkit-border-radius:0 0 10px 10px/0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px/0 0 10px 10px;
	border-radius:0 0 10px 10px/0 0 10px 10px;}

.osusume_list ul li p.bukken_comment span{
	display:block;
	height:40px;
	overflow:hidden;}

#new_arrivals .more{
	text-align:center;}

#new_arrivals .more a{
	font-weight:700;
	display:inline-block;
	font-size:1.4em;
	color:#fff;
	border:2px solid #fff;
	text-decoration:none;
	padding:15px 40px 12px;
	box-sizing:border-box;
	border-radius:5px;
	margin:20px 0 0 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

#new_arrivals .more a:hover{
	background-color:#fff;
	color:#00349F;}

@media screen and (max-width: 767px) {

#new_arrivals{
	padding:20px 0 20px;}

#new_arrivals .inner{
	box-sizing:border-box;
	padding:0 10px;}

#new_arrivals h2{
	margin-bottom:10px;}

#new_arrivals h2 img{
	height:22px;}

#new_arrivals h2 span span{
	font-size: 1.1em;
    margin-top: 5px;}

.osusume_list{
    margin: 10px 0 15px;
    padding: 10px 10px 0;
	overflow:hidden;}

.osusume_list ul li{
	float: left;
    margin-right: 10px;
    margin-top:0;
    margin-bottom:10px;
    width: 50%;
    width: calc((100% - 10px) / 2);
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    box-sizing: border-box;
    border-left: 1px solid #fff;
    padding: 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;}
	
.osusume_list ul li:nth-child(2),
.osusume_list ul li:nth-child(4),
.osusume_list ul li:nth-child(6){
	margin-right:0;}

.osusume_list ul li p.bukken_name{
	padding:10px;}

.osusume_list ul li .pic{
	height: 130px;}

.bukken_detail{
	padding:10px;}

.osusume_list ul li p.bukken_comment{
	padding:10px;
	-webkit-border-radius:0 0 5px 5px/0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px/0 0 5px 5px;
	border-radius:0 0 5px 5px/0 0 5px 5px;}

#new_arrivals .more a{
	margin:0;}

.osusume_list ul li p.syubetsu{
    font-size: 1.4em;
    margin-bottom: 5px;
    }
    
.osusume_list ul li p.bukken_comment{
    font-size:1.2em;
    line-height:1.5em;
    }

.osusume_list ul li p.rosen{
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 5px 0 0 0;
    height: 38px;
    overflow: hidden;
    }

.osusume_list ul li p.bukken_comment span{
    height: 38px;
    }

}

/*-------------------------エリアボタンリスト-------------------------*/

.town_name_list{
    margin-bottom: 50px;
}

.town_name_list ul li{
	float: left;
    margin-right: 25px;
    margin-top: 25px;
    width: 33.333333%;
    width: calc((100% - 50px) / 3);
    width: -webkit-calc((100% - 50px) / 3);
    width: -moz-calc((100% - 50px) / 3);
    box-sizing: border-box;
    padding: 0;
}

.town_name_list ul li:nth-child(3n){
    margin-right:0; 
}

.town_name_list ul li a{
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 2em;
    display: block;
    padding: 18px 0 15px;
    border-radius: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.town_name_list ul li a:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.town_name_list ul li a.kounodai{ background-color: #ffad00;}
.town_name_list ul li a.soya{ background-color: #38afeb;}
.town_name_list ul li a.oono{ background-color: #f37900;}
.town_name_list ul li a.ichikawa{ background-color: #82b500;}
.town_name_list ul li a.yawata{ background-color: #e96e86;}
.town_name_list ul li a.kitakata{ background-color: #336fbf;}
.town_name_list ul li a.inarigi{ background-color: #24a19c;}
.town_name_list ul li a.gyotoku{ background-color: #6e5dac;}

@media screen and (max-width: 767px) {

.town_name_list ul li{
	float: none;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
    
.town_name_list ul li a{
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.7em;
    padding: 13px 0 10px;
}

}