@charset "utf-8";

/*
コンテンツ（サイドバーは無し）
-------------------------------------------*/

#container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	font-family: serif;
}

#contents {
	width: 100%;
	float: none;
	text-align: left;
	margin: 80px auto 0 auto;
}

.doc {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	font-size: 0.95em;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold !important;
}

.large {
	font-size: large !important;
}


/*　ページ内タイトル部分
-------------------------------------------*/
h1.post-title {
	width: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	font-size: 36px;
}

.main-title,
.cat-title,
.post-title {
	width: 100%;
	max-width: 100%;
	height: 250px;
	margin: -1em auto 30px auto;
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	border-left: none;
	padding-top: 130px;
}

h2.title {
	width: 100%;
	font-size: 28px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-weight: normal;
	color: #111;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"游明朝",
		YuMincho,
		"Sawarabi Mincho",
		"HG明朝E",
		"ＭＳ Ｐ明朝",
		"MS PMincho",
		serif;
	clear: both;
	padding-bottom: 0.5em;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h2.forest {
	color: darkgreen;
}

h2.forest::before {
	content: "\f1bb";
	font-family: FontAwesome;
	margin-right: 0.5em;
	color: #578a3d;
	font-size: x-large;
}

.title_box {
	position: relative;
	width: 100%;
	max-width: 1100px;
	border-top: double 8px #ccc;
	margin: 5em auto;
}

.title_box h3 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	transform: translateY(-50%);
	padding-right: 1em;
}

h3.orangeline:after {
	position: absolute;
	width: 960px;
	height: 6px;
	content: '';
	border-bottom: double 8px orange;
	margin-left: 1em;
	top: 26px;
}

h3.greenline:after {
	position: absolute;
	width: 750px;
	height: 6px;
	content: '';
	border-bottom: double 8px green;
	margin-left: 1em;
	top: 26px;
}

h3.brownline:after {
	position: absolute;
	width: 1020px;
	height: 6px;
	content: '';
	border-bottom: double 8px brown;
	margin-left: 1em;
	top: 26px;
}

.feature {
	display: block;
	clear: both;
	width: 100%;
	padding: 1em 0;
	font-size: 1.1em;
	text-align: center;
}

/*　キャッチコピー
-------------------------------------------*/
.catch_copy {
	font-family: "しまなみ",
		serif;
	font-size: 1.2em;
	text-align: center;
	margin: 3em auto;
	line-height: 1.8em;
	clear: none;
}

.catch_copy p {
	margin-bottom: 1em;
}


/*　左右横並び設定（Flexbox）
-------------------------------------------*/
.content_area1 {
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-direction: row;
	margin: 15px auto 30px auto;
}

.content_area2 {
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-direction: row-reverse;
	margin: 15px auto 30px auto;
}

.content_area1 p,
.content_area2 p {
	display: inline;
}

.photo_box {
	width: 100%;
	max-width: 480px;
	padding: 1em;
	align-self: center;
}

.text_box {
	padding: 1.5em;
	align-self: center;
}

.btn_area {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.btn_box {
	width: 100%;
	text-align: center;
	padding: 0.25em 0.75em;
}

.btn_box p {
	line-height: 1.2em;
	margin-top: 0.5em;
	display: inline-block;
	color: #333;
	font-size: 1.1em;
}

/*　ポップアップ（モーダル表示）
-------------------------------------------*/
.popup {
	padding: 0 3em;
}

.popup p {
	margin-bottom: 2em;
}

button {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 1em;
	background-color: #999;
	border: none;
}

button a,
button a:hover {
	color: #fff;
	font-size: 16px;
}

.next {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #EEE;
	margin: -0.5em auto -1em auto;
}

/*.next {
	width: 30px;
	height: 30px;
	border: 3px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: transparent transparent #EEE #EEE;
	transform: rotate(-45deg);
	margin: -1em auto;
}*/


/*　不動産メニュー非表示
-------------------------------------------*/
#g_navi ul.navi_base li.sp_menu {
	display: none;
}


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

	.btn_area {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.btn_box {
		text-align: left;
		padding: 0.25em;
	}

	h1.post-title {
		font-size: 24px;
		padding-top: 40px;
	}

	.main-title,
	.cat-title,
	.post-title {
		height: 120px;
	}

	h2.title {
		font-size: 1.1em;
		margin-top: 1em;
	}

	h2.forest {
		margin-top: 1em !important;
	}

	.catch_copy {
		font-size: 0.9em;
		margin: 0 auto 3em auto;
	}

	.title_box {
		margin: -3em auto 2em auto;
	}

	.title_box h3 {
		font-size: 1.2em;
	}

	.doc {
		font-size: 0.9em;
	}

	/*　左右横並び設定（Flexbox）
-------------------------------------------*/
	.content_area1,
	.content_area2 {
		max-width: 1010px;
		display: flex;
		align-content: center;
		flex-direction: column;
	}

	.photo_box {
		width: 100%;
		max-width: 480px;
		padding: 1em;
		align-self: center;
	}

	.photo_box img {
		max-width: 480px !important;

	}

	.text_box {
		width: 100%;
		padding: 1em !important;
	}

	.main-title,
	.cat-title,
	.post-title {
		margin: 0 auto 30px auto;
	}

}