@charset "utf-8";

#thumbholder {
	width: 100%;
	height: auto;
}

#thumbholder dl {
	margin: 0 20px 10px 0;
	width: 200px;
	float: left;
	display: inline;
}

#thumbholder dl:nth-child(4n) {
	margin: 0 0px 10px 0;
	width: 200px;
	float: left;
	display: inline;
}

#thumbholder dt {
	width: 200px;
	height: 150px;
	margin-left: 0px;
}

#thumbholder dd {
	color: #777;
	font-size: 70%;
	line-height: 1.2em;
	background-color: #dedede;
	margin: -4px 0 0;
	padding: 3px;
	width: 200px;
	display: none;
}

.pagelink {
	font-size: 14px;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1.5em;
	color: #333;
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	margin-bottom: 40px;
}

.pagelink a {
	text-decoration: underline;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.pagelink a:visited {
	text-decoration: underline;
	color: #000066;
}

.pagelink a:hover {
	text-decoration: underline;
	color: #800000;
}

/*家づくりページのCSS
--------------------------------------------------------------*/

#page_content {
	text-align: left;
	padding: 0 10px;
}

#k_page_box {
	margin: 20px auto 20px auto;
	width: 100%;
	height: auto;
}

#k_page_bigimage {
	margin-top: 20px;
	margin-bottom: 20px;
}

.k_dc_box {
	margin-bottom: 50px;
	height: auto;
	width: 100%;
}

.lead {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: x-large;
}

.media {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
	margin: 0 0 50px 0;
	height: 200px;
	padding-left: 1em;
}

.flow_box {
	margin-bottom: 50px;
}

.k_ph {
	float: left;
	display: inline;
	width: 180px;
	height: 130px;
}

.k_dc {
	display: inline;
	float: left;
	width: 100%;
	height: auto;
	padding-left: 2em;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
}

.model_dc {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 150%;
	color: #993300;
	clear: both;
	padding-bottom: 30px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}

/*
上部画像ボタン
-------------------------------------------*/
.pick_up {
	width: 100%;
}

.pick_up ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1260px;
	padding: 1em;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 10px;
}

.pick_up ul li {
	width: 24%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-top: 1em;
	list-style-type: none;
}

.pick_up ul li a {
	display: block;
	overflow: hidden;
	background-color: transparent;
}

.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

a .btn_check {
	display: block;
	color: #fff;
	background-color: #417038;
	font-size: medium;
	height: 50px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -50px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: "丸フォーク M",
		sans-serif;
}

a:hover .btn_check {
	background: rgba(128, 40, 60, 1.0);
}

a .btn_check i {
	padding-right: 10px;
	padding-top: 5px;
}


/*
上部画像ボタン下の３ボタン
-------------------------------------------*/
a.forest,
a.flow,
a.afterservice {
	display: block;
	padding: 1em;
	border: solid 1px #999;
	background-color: #FFF;
	color: #333 !important;
}

a.forest:hover,
a.flow:hover,
a.afterservice:hover {
	background-color: lightyellow;
}

a.forest {
	color: darkgreen;
}

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

a.flow::before {
	content: "\f328";
	font-family: FontAwesome;
	margin-right: 0.5em;
	color: #00608d;
	font-size: x-large;
}

a.afterservice::before {
	content: "\f015";
	font-family: FontAwesome;
	margin-right: 0.5em;
	color: #6b3f31;
	font-size: x-large;
}

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

	.pick_up ul {
		max-width: 1010px;
		display: block;
	}

	.pick_up ul li {
		width: 100%;
		max-width: 480px;
		margin: 2em auto;
	}

	a .btn_check {
		position: static;
	}

}