.realestate-content{
	margin: 40px auto 0;
}

.realestate-content form{
	text-align: center;
	padding: 0 16px;
	margin: 0 0 100px;
}

.post_main_head_title{
	max-width: 1120px;		
	margin: 0 auto 40px;
	padding: 0 16px;	
}
.post_main_head_title h1{
	font-size: 1.4rem ;	
	border-top: 1px solid #002d84;
	border-bottom: 1px solid #002d84;
	padding: 1.5em 16px;	
}

.realestate-main-image{
	margin: 0 auto 80px;	
	max-width: 860px;
	padding: 0 16px;
}
.realestate-section.back{
	background: #fff;
	padding: 60px 0;
}
.realestate-access,
.realestate-summary,
.realestate-feature{
	max-width: 1120px;	
	margin: 0 auto;		
	padding: 0 16px;
}
.realestate-section {
	padding: 60px 0;	
}
.realestate-section-title{
	text-align: center;
	color: #002d84;
	margin: 0 0 30px;
	font-size: 1.8rem ;	
}
.realestate-feature-heading{
	text-align: center;	
	margin: 0 0 40px;
	line-height: 1.6;
}
.realestate-map iframe{
	width: 100%;
	height: 360px;
}

.realestate-summary-items dl{
	border-top: 1px solid #002d84;
	padding: 10px;
}
.realestate-summary-items dl:last-child{
		border-bottom: 1px solid #002d84;
} 
.realestate-summary-items dl dt{
	font-weight: bold;
}

.realestate-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 10px 16px;
}

.realestate-date {
  font-size: 14px;
  color: #555;
}

.realestate-category-label {
  display: inline-block;
  padding: 3px 14px;
  font-size: 13px;
  background: #eee;
  border-radius: 999px;
  color: #333;
}

/* 成約済みなど、名前で色分けしたければ data 属性や term slug で出し分けも可 */


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

/* ===============================
   レスポンシブ：768px以上（タブレット）
================================== */
@media (min-width: 768px) {
	.realestate-map iframe{
		width: 100%;
		height: 400px;
	}	
		
	.realestate-summary-items dl{
		display: flex;
	}
	.realestate-summary-items dt{
		width: 220px;
	}
	.realestate-section.back {
	    padding: 100px 0;
	}
	.realestate-section {
	    padding: 100px 0;
	}
	.realestate-section-title{
		margin: 0 0 40px;
	}

}

/* ===============================
   レスポンシブ：992px以上（ノートPC以上）
================================== */
@media (min-width: 992px) {

}