@charset "UTF-8";

/* --- ヒーローエリア --- */
section.hero_house,
section.hero_land,
section.hero_apart,
section.hero_cm {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 537px;
	background-size: cover;
}

section.hero_house { background: url(../img/hero_house.jpg) no-repeat center center; }
section.hero_land { background: url(../img/hero_land.jpg) no-repeat center center; }
section.hero_apart { background: url(../img/hero_apart.jpg) no-repeat center center; }
section.hero_cm { background: url(../img/hero_cm.jpg) no-repeat center center;}

section.hero_house img,
section.hero_land img,
section.hero_apart img,
section.hero_cm img {
	width: 467px;
	height: auto;
}

/* --- コンテンツ共通 --- */
section.rl_content div.container {
	margin: 60px 30px 40px;
}

section.rl_content div.container h2 {
	padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
}

section.rl_content div.container article {
	border-bottom: 1px solid #cccccc;
	padding-top: 30px;
	padding-bottom: 30px;
}

section.rl_content div.container article div.photo img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

section.rl_content div.container article h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

/* --- 日付・タグ --- */
section.rl_content div.container article  div.post_data ul {
	display: flex;
	margin-bottom: 10px;
}

section.rl_content div.container article div.post_data ul li:first-child {
	padding-left: 0px;
	padding-right: 0px;
}

section.rl_content div.container article div.post_data ul li:first-child:after {
	display: inline-block;
	content: "：";
}

section.rl_content div.container article div.post_data ul li {
	padding-left: 15px;
	padding-right: 15px;
}

/* -- 詳しく見る -- */
section.rl_content div.container article div.text a {
	display: inline-block;
	background: url(../img/icon_tri.png) no-repeat left center;
	padding: 6px 8px 6px 26px;
}

/* デスクトップ用 */
@media(min-width:1200px) {
/* --- コンテンツ共通 --- */
	section.rl_content div.container {
	max-width: 1200px;
	margin: 100px auto 0px;
	}
	section.rl_content div.container h2 {
	border-bottom: none;
	}
	section.rl_content div.container article {
	border-top: none;
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 60px;
	}
	section.rl_content div.container article h3 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	}
	section.rl_content div.container article div.dataArea {
	display: flex;
	}
	section.rl_content div.container article div.photo img {
	width: 280px;
	margin-bottom: 0px;
	}
	section.rl_content div.container article div.text {
	padding-left: 20px;
	}
	/* --- 日付・タグ --- */
	section.rl_content div.container article  div.post_data ul {
	margin-bottom: 6px;
	}
}

/* スマートフォン用 */
@media(max-width:641px) {
	section.rl_content div.container h2 img {
	width: 100% !important;
	height: auto !important;;
	}
}
@media(max-width:500px) {
	section.hero_house img,
	section.hero_land img,
	section.hero_apart img,
	section.hero_cm img {
	width: 310px;
	height: auto;
	}
}