@charset"utf-8";

#maincontent {
	margin-top: 50px;
}

/*---------------------------------------------------
メインビジュアル
---------------------------------------------------*/
#mainvisual {
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
}

#mainvisual.cover {
	-webkit-background-size: cover;
	background-size: cover;
}

	#mainvisual .inner {

	}

		#mainvisual .switch_search {
			min-width: 600px;
			z-index: 1;
		}

			#mainvisual .catch_copy {
				width: 250px;
				height: 250px;
				border-radius: 50%;
				margin-top: 30px;
				padding: 20px;
				position: relative;
				top: 35px;
				left: 50px;
				font-size: 24px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				justify-content: center;
				align-items: center;
			}

			#mainvisual .switch_tabs {
				display: -webkit-flex; /* Safari */
				display: flex;
				margin: 15px auto 0;
				width: 600px;
			}

			#mainvisual .switch_tab {
				width: 25%;
				height: 60px;
			}

				#mainvisual .switch_tab .tab_link {
					display: block;
					position: relative;
					opacity: 0.7;
					border: 1px solid;
					border-left: none;
					width: 100%;
					height: 100%;
					line-height: 60px;
					text-align: center;
					text-decoration: none;
					transition: all 0.3s ease;
				}

                #mainvisual .switch_tab .tab_link {
                    
                }

				#mainvisual .switch_tab:first-child .tab_link {
					border: 1px solid #FFF;
				}

				#mainvisual .switch_tab .tab_link:hover {
					opacity: 0.9;
				}

				#mainvisual .switch_tab .tab_link.on {
					//background-color: #255e8d;
					opacity: 0.9;
					cursor: default;
				}

				#mainvisual .tab_link.on::before {
					content: '';
					border-radius: 0 !important;
					bottom: 0;
					background: 0 0 !important;
					border-color: transparent transparent #fff;
					border-style: solid;
					border-width: 0 10px 10px;
					display: inline-block;
					margin-bottom: -21px;
					margin-left: -5px;
					top: auto;
					position: absolute;
					left: 48%;
				}

			.search_input_wrap {
				overflow: hidden;
				position: relative;
				width: 600px;
				height: 60px;
				background: #FFF;
				margin: 20px auto 0;
				border-radius: 4px;
			}

				.search_input {
					width: 540px;
					height: 60px;
					line-height: 60px;
					padding: 0 10px;
					font-size: 16px;
					font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
					border: none;
				}

				.search_submit {
					position: absolute;
					width: 60px;
					height: 60px;
					right: 0;
					top: 0px;
					cursor: pointer;
					background: none;
					border: none;
					font-size: 35px;
					line-height: 0;

				}

/*---------------------------------------------------
バナー
---------------------------------------------------*/
#bnr_campaign {
	padding-top: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#bnr_campaign img {
	width: 600px;
	height: auto;
}


/*---------------------------------------------------
お知らせ、取り扱いエリア
---------------------------------------------------*/
#information {
    padding-bottom: 30px;
}
.color_info{
    padding-bottom: 1px;
}

.color_info h2{
	border: none;
	margin-bottom: 10px;
	//text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

/*---------------------------------------------------
オススメ物件
---------------------------------------------------*/
.tab_disabled{
	opacity: 0.5;
	background: none !important;
	cursor: default !important;
}
.color_recommend{
}
.color_recommend_text{
	//color: #fff;
}

/*---------------------------------------------------
リノベーション事例
---------------------------------------------------*/
.color_renovation{
	//background: #2e1e11;
}
.color_renovation_text{
	//color: #fff;
}

/*---------------------------------------------------
お客様の声
---------------------------------------------------*/
.color_voice{
	//background: #F8EBD8;
}
.color_voice_text{
	//color: #2e1e11;
}


h2 .eng{
	font-size: 28px;
	margin-right: 20px;
	font-weight: bold;
}
h2 .kana{
	font-size: 20px;
}

/*---------------------------------------------------
お知らせ
---------------------------------------------------*/
#information h2 {
	border: none;
	margin-bottom: 2px;
}
#news, #new_bukken {
	width: 540px;
}

	#news h2 a {
		float: right;
		font-size: 14px;
		padding: 5px 10px;
		font-weight: normal;
		text-decoration: none;
		margin-top: 5px;
	}

	.info_box {
		overflow: auto;
		height: 150px;
		padding: 10px;
		font-size: 12px;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
		border-style: solid;
		border-width: 1px;
}

		.info_box dt {
			font-size: 15px;

		}
		.info_box dd {
			border-bottom-style: solid;
			border-width: 1px;
			padding-bottom: 3px;
			margin-bottom: 10px;
			margin-top: 3px;
		}

		.info_box dd:last-child {
			border: none;
		}

#news {
	float: left;
}

#new_bukken {
	float: right;
}


/*---------------------------------------------------
取り扱いエリア
---------------------------------------------------*/
.handling {
	width: 540px;
	padding: 0 15px 20px;
    border: 1px solid;
}

.handling_town {
	float: left;
}

.handling_station {
	float: right;
}

	.handling h3 {
		padding: 10px 15px;
		margin: 0 -15px 20px -15px;
		font-size: 18px;
	}

	.handling dl {
		margin-top: 10px;
	}

		.handling dl * {
			float: left;
		}

		.handling .handling_name {
			width: 170px;
		}

		.handling .score {
			width: 60px;
			text-align: right;
		}

		.handling .chart_wrap {
			width: 268px;
			height: 25px;
			margin-left: 10px;
		}

		.handling .chart {
			width: 0;
			height: 100%;
		}

.btn_all_area {
	margin: 40px 0 0;
	text-align: center;
}

	.btn_all_area .btn {
		display: block;
		width: 430px;
		padding: 25px;
		margin: 0 auto;
	}

	#all_area .area_tab {
		margin: 0;
	}

	#all_area .area_tab li {
		display: table-cell;
		vertical-align: middle;
		width: 550px;
		height: 45px;
		padding: 0 15px;
		cursor: pointer;
		border: 1px solid;
	}

		#all_area .area_tab li span {
			display: table-cell;
			vertical-align: middle;
			height: 45px;
		}

	#all_area .area_tab li.parts_color {
		color: #FFF;
	}

		#all_area .area_tab li i {
			margin-right: 10px;
		}

	#all_area .area_contents {
	}
		#all_area .area_contents > div {
			display: none;
			width: 100%;
			padding: 10px 20px;
		}

			.area_contents ul {
				margin: 0;
			}

				.area_contents li {
					float: left;
					margin-right: 20px;
				}


/*---------------------------------------------------
おすすめ物件
---------------------------------------------------*/
.bu_narrow_down {
	padding: 20px 0 5px;
	margin-bottom: 30px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: inherit;
}

.bu_narrow_down .narrow_side_by_side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bu_narrow_down .narrow_side_by_side dl:nth-child(2) {
	margin-left: 8px;
}

.bu_narrow_down dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.bu_narrow_down dd {
	margin-left: -8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn_narrow_down {
	width: 115px;
	height: 45px;
	padding: 3px;
	line-height: 1.2;
	margin-left: 8px;
	margin-bottom: 10px;
	border: none;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.btn_narrow_down input[type="checkbox"] {
	display: none;
}

.btn_narrow_down.on:hover {
	opacity: 1;
}

.btn_narrow_down.on:after {
	display: none;
}


/*---------------------------------------------------
masonry_list
---------------------------------------------------*/
.masonry_list {
	position: relative;
	width: 270px;
}

.grid {
	position: relative;
	margin-left: -16px;
	left: 16px;
}
.grid-item {
	float: left;
	width: 263px;
	padding: 10px;
	margin: 7px 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.list_image {
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	text-align :center;
}

.masonry_list.new .list_image a:after {
	content: url(/common/img/premium/new.png);
	position: absolute;
	top: 0;
	left: 0;
}

.masonry_list .list_image img {
	width: 100%;
	height: auto;
}

.masonry_list .ico_wrap {
	margin-bottom: 5px;
}


.masonry_list .ico_wrap span {
	float: left;
	padding: 4px;
	margin-right: 4px;
	font-size: 11px;
}

.masonry_list .ico_new {
}


.masonry_list .rec_list_address {
	font-size: 12px;
	margin-right: 5px;
}

.masonry_list .list_title {
	margin: 5px 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.masonry_list .list_title div {
	display: inline-block;
	text-align: left;
}

.masonry_list .list_detail {
	margin: 5px 0;
	font-size: 12px;
}

.masonry_list .list_detail dt, .masonry_list .list_detail dd {
	float: left;
	padding: 3px 0;
	margin-top: 3px;
}

.masonry_list .list_detail dt {
	width: 60px;
	text-align: center;
	border: 1px solid #333;
	font-weight: bold;
}

.masonry_list .list_detail dt:nth-of-type(3) {
	clear: left;
}

.masonry_list .list_detail dd {
	width: 75px;
	padding-left: 5px;
}

.rec_list_line {
	font-size: 12px;
}

.masonry_list .price{
	text-align: right;
	padding-top: 2px;
	font-size: 13px;
}


/*---------------------------------------------------
会社概要
---------------------------------------------------*/
.company_pr{
	margin: 0 auto;
	width: 80%;
}
.company_pr ul{
	display: flex;
	justify-content: space-between;
}
