@charset "UTF-8";

/* ***********************************************************************
	18周年スペシャルキャンペーン
*********************************************************************** */

.special_campaign {
	margin: 0 auto 20px;
	width: 950px;
	text-align: center;
	background: #1EA2A5;
}
.special_campaign p.note {
	padding: 3px 0;
	color: #FFFFFF;
}
.special_campaign .inner {
	position: relative;
	display: block;
	margin: 0;
	width: 950px;
	height: 520px;
	text-align: center;
	background: url("../images/lp_special_campaign/bn_lp.png") no-repeat center bottom;
	background-color: #67C6C6;
}
.special_campaign #remaining_days {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: auto;
	padding-left: 10px;
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
}
.special_campaign #remaining_days span {
	color: #FFF429;
	font-size: 52px;
}
.special_campaign #remaining_days span.last {
	display: inline-block;
	padding: 7px 0 0 5px;
	font-size: 42px;
}

.detail {
	margin-bottom: 50px;
}
.detail span {
	font-weight: bold;
	text-decoration: underline;
}



h2.title {
	margin: 0 0 30px;
	padding: 30px 0;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background: #67C6C6;
	border: none;
}


.bukkenList {
	margin: 0 -7px 0 -6px;
	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-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.bukkenList section {
	position: relative;
	margin: 0 7px 40px;
	padding: 0;
	width: 310px;
}
.bukkenList section .copy {
	padding: 0 10px;
	height: 60px;
	font-size: 110%;
	line-height: 1.3;
	color: #6A3906;
	background: #EEEEEE;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.bukkenList section h2 a {
	position: relative;
	margin: 0;
	padding: 0 15px;
	height: 80px;
	display: block;
	font-size: 135%;
	line-height: 1.2;
	font-weight: bold;
	color: #6A3906 !important;
	background: #CBF0D6;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	transition: all .25s ease-out;
}
.bukkenList section h2 a:hover {
	background: #73E394;
}
.bukkenList section img {
	max-width: 310px;
	margin-bottom: 10px;
}
.bukkenList section table {
	width: 100%;
	line-height: 1.6;
}
.bukkenList section table th {
	position: relative;
	padding: 8px 8px 8px 15px;
	width: 60px;
	font-weight: normal;
	vertical-align: top;
}
.bukkenList section table td {
	padding: 8px;
}
.bukkenList section table th:before {
	position: absolute;
	left: 0;
	content: " ";
	height: 20px;
	width: 5px;
	background: #FFC500;
}
.bukkenList section table tr.rent {
	border-bottom: 1px dashed #AAAAAA;
}
.bukkenList section table tr.rent td p {
	text-decoration: line-through
}
.bukkenList section table tr.rent td span {
	font-size: 110%;
	font-weight: bold;
	color: #ff8a00;
}

.bukkenList .campaign_title {
	padding: 5px;
	font-weight: bold;
	font-size:18px;
	color: #6A3906;
	text-align: center;
	background: #FFC500;
	line-height:1.4;
}
.bukkenList .campaign_num {
	padding: 1px;
	font-size: 125%;
	font-weight: bold;
	color: #6A3906;
	text-align: center;
	background: #EEEEEE;
}
.bukkenList .campaign_num.sold {
	padding: 4px 0;
	font-size: 100%;
}

.bukkenList .campaign_text{
	padding:10px 5px;
	line-height:1.4;
}

.bukkenList .linkBtn a {
	margin: 5px 0 0;
	padding: 12px 20px;
	display: block;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	background: #676767;
	transition-property: all;
	transition: 0.2s linear;
}
.bukkenList .linkBtn a:after {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 130%;
	float: right;
	position: relative;
	top: -5px;
}
.bukkenList .linkBtn a:hover {
	color: #FFD500;
	background: #363636;
}





/*キャンペーン適用条件*/
.detail_title{font-size:18px; font-weight:bold;}
.detail ul{margin-left:30px;}

/*キャンペーン*/
.campagin{}
.campagin_title{
	padding: 20px 10px;
	margin-bottom:20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	background: #FFC500;
	color:#6A3906;
}


.campagin_catchcopy{
	margin-bottom:20px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	border-bottom: 1px dashed #C1B199;
	border-top: 1px dashed #C1B199;
	color: #6A3906;
	}


.campagin_contents{
	display:flex;
	margin-bottom:40px;
    padding: 20px;
	background: #EEE;
}
.campagin_contents_left	{width:40%; margin-right:2%;}
.campagin_contents_right{width:58%;}

	.campagin_contents_left img{width:100%;}

	.house_name{
		text-align: center;
		margin-bottom: 10px;
		background: #7E6B5A;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		}

	.house_price,
	.house_station{
		font-size:16px;
		font-weight:bold;
	}

	.house_price span,
	.house_station span{
		display:inline-block;
		width:80px;
	}
	
.staff{display:flex; margin-top:20px}
.staff li:first-child	{ width:20%; margin-right:3%;}
.staff li:last-child	{ width:77%; }
	.staff li:first-child img{width:100%;}
	.staff_name{
		width:auto;
		color:#000;
		font-weight: bold;
	}

.staff_eyes,
.house_photo{
	text-align:center;
	padding:3px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight:bold;
	border-bottom:solid 1px #6A3906;
	border-top:solid 1px #6A3906;
	color:#6A3906;
	background:#b9ec9b;
}
	div.staff_comment{ margin:0 20px 60px 20px;}
	div.staff_comment p{font-size:15px;}

.house_photo_list{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:60px;
}
.house_photo_list li{
	position:relative;
	width:48%;
	margin:10px 1%;
}
.house_photo_list li img{width:100%;}
.house_photo_list li p{
	position:absolute;
	bottom:0;
	padding:10px;
	background-color: rgba( 0, 0, 0, 0.5);
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	}
