/* 物件詳細 */

.recommend_top_area {
	margin-bottom: 50px;
}
.recommend_top_area2 {
	margin-bottom: 40px;
}
.recommend_area {	
	margin-bottom: 80px;	
	margin-top: 80px;
}
.recommend_ttl {
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000;
	padding-top: 10px;
	text-align: center;
}
.recommend_ttl span {
	font-size: 40px;	
}
.recommend_ttl2 {
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #00747a;
	padding: 10px;
}
.plan_area {	
	margin-bottom: 30px;	
	margin-top: 40px;
}

.plan_img {
    font-size: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    
}
.plan_main_ttl {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 500;
	line-height: 1.6;
}
.plan_img span{
    font-size: 18px;
    color: #08045F;
}
.land_area {	
	margin-bottom: 10px;	
	margin-top: 40px;
}
.outline_tx {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000;
	padding: 5px;
}
.outline_tx span {
	font-size: 20px;	
}
.outline_price {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    padding: 5px;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    margin-bottom: 10px;
	padding-bottom: 5px;
	/*text-align: center;*/
}
.outline_price span{
    font-size: 33px;
    color: #FF0000;
    
}
.location_area {	
	margin-bottom: 40px;	
	margin-top: 40px;
}
.outline_price2 {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    /*padding-top: 5px;*/
    padding-right: 5px;
    padding-left: 5px;
    /*padding-bottom: 0px;*/
	/*border-bottom: 1px solid #000000;*/    /*margin-bottom: 5px;*/
	text-align: center;
}
.outline_price2 span{
    font-size: 33px;
    color: #FF0000;
    
}
.location_tx {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000;
	padding: 5px;
}
.recommend_img2 {
	margin-top: 10px;
}

.access_area {	
	margin-bottom: 40px;	
	margin-top: 40px;
}
.map_area {	
	margin-bottom: 40px;	
	margin-top: 40px;
}

.outline_area {	
	margin-bottom: 40px;	
	margin-top: 40px;
}

.caution_tx {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000;
	padding: 5px;
}


/* flex
---------------------------------*/
.flex{
    display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.flex .col-sm-4{
width:33.2%;
}

/* 概要
---------------------------------*/

.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.n_table th {
	width: 25%;
	background-color: #e5e4d7;
}
.n_table td {
	width: 75%;
	background-color: #fff;
}
.n_table th,.n_table td {
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}

.n_table td ul li {
	display: inline;
	margin-right: 15px;
	white-space:nowrap;	
}


/* タイトル
---------------------------------*/

.title_obi{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size: 25px;
	color: #FFF;
	background-color: #797979;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 20px;
}
.title_obi2{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size: 25px;
	color: #FFF;
	background-color: #797979;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 20px;
}
.title_obi span{
	font-size: 16px;
}


.point_ttl{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
	margin-top: 50px;
	margin-bottom: 20px;
}

/* フォーム
---------------------------------*/
.estate_form{
	font-size: 12px;
}

@media (max-width: 1200px) {


}


@media (max-width: 992px)  {

	
}



@media (max-width: 768px)  {

}


@media (max-width: 468px) {
.flex .col-sm-4{
width:100%;
}
.own_area {	
	margin-bottom: 0px;	
	margin-top: 30px;
}

.recommend_top_area2 {
	margin-bottom: 0px;
}



}
