/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/

section.mv {
	background-image: url("../../common/images/estate/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/estate/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
	top: 74px;
	margin: 0 auto;
	height: 88px;
	width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl h1 {
	font-size: 11px;
	color: #013e98;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}


section.estate_float {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/estate/estate_area01_bg.jpg");
    background-position: center bottom;
    background-size: contain;
}


.fix_right {
	width: 100%;
	height: auto;
}
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.estate_desc_inner div {}
	.estate_desc_img {
		width: 100%;
		height: auto;
	}
	ul.estate_banner li {
		flex-direction: column;
	}
	.banner01 h2 img {
		width: 255px;
	}
	.banner_inner {
		width: 90%;
	}
	.banner_btn {
		width: 100%;
	}
	.banner_txt {
		font-size: 16px;
	}

	.banner_txt {
		line-height: 28px;
	}
}
@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.estate_desc_inner div {
		width: 55%;
	}
	.estate_desc_img {
		width: 40%;
		height: auto;
	}
	ul.estate_banner li {
		flex-direction: row;
	}
	.banner_inner {
		width: 46%;
	}
	.banner_btn {
		width: 50%;
	}
	.banner_inner img {
		width: 70%;
	}
	.banner_txt {
		font-size: 12px;
	}
	.banner_txt {
		line-height: 18px;
	}
}
.estate_float_inner {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 18px auto 0;
}		
.estate_news {
	position: relative;
	width: 100%;
	height: 135px;
	margin-bottom: 60px;
}
.estate_news_inner {
	width: 836px;
	height: 135px;
}	
.estate_news_inner > ul.link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.estate_news_inner > ul.link li {
	width: 258px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	background-color: #103e98;
	text-align: center;
	line-height: 60px;
}
.estate_news_inner > ul.link li::before {
	content: url("../../common/images/estate/down_arrow.svg");
	position: absolute;
	display: block;
	margin-left: 30px;
}
.estate_news .section_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/estate/news_ttl.png");
	background-position: 0 0;
	/*top: 100px;*/
	margin: 0 auto 30px;
	height: 78px;
	width: 102px;
}
.estate_news .section_ttl p {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 39px;
	text-align: center;
}
.estate_news_inner .more_btn {
	position: absolute;
	left: 711px;
	top: 50px;
}



/*.estate_area {
	width: 2560px;
	height: 1509px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/estate/estate_area01_bg.jpg");
	background-position: 0 0;
}*/
/*.background_img {
	width: 2560px;
	background: url("../../common/images/estate/estate_area01_bg.jpg"),
				linear-gradient(70deg,#d9edec 0%, #d2ddfa 80%);
				-webkit-linear-gradient(70deg,#d9edec 0%, #d2ddfa 80%);
				-moz-linear-gradient(70deg,#d9edec 0%, #d2ddfa 80%);
				#d9edec;
	background-repeat: no-repeat,no-repeat;
	background-position:top,bottom;
	position: relative;

}*/
.estate_desc {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 80px;
}
.estate_desc_inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 90%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-around;
}
.estate_desc_inner div {
	/*width: 436px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.estate_desc_ttl {
	font-size: 30px;
	margin-bottom: 10px;
	color: #003567;
}
.estate_desc_txt {
	font-size: 16px;
	color: #1b1b1b;
	line-height: 30px;
	margin-bottom: 10px;
}
.estate_desc_img {

}
ul.estate_banner {
	position: relative;
	width: 95%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
ul.estate_banner li {
	width: 100%;
	box-sizing: border-box;
    border: solid 6px #126ec4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.banner_inner {
	margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.banner_inner > h2 {
	margin-bottom: 10px;
}
.banner01,
.banner02,
.banner03 {
	background-color: #126ec4;	
}

.banner_txt {
	width: 100%;
	color: #fff;
	/*line-height: 28px;*/
}
.banner_btn {
	position: relative;
	display: flex;
	height: auto;
}
.banner_btn > img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

section.estamate_link {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url("../../common/images/estate/estate_area02_bg.jpg");
	background-position: center bottom;
	padding-top: 30px;
	padding-bottom: 40px;
	background-size: cover;
}
.estamate_link_inner {
	width: 90%;
	position: relative;
	margin: 0 auto;
}
.estamate_link_ttl {
	font-size: 22px;
	color: #71757a;
	text-align: center;
	margin-bottom: 10px;
}
.estamate_link_inner > img {
	display: block;
	width: 300px;
	margin: 0 auto 30px;
}
.estamate_link_desc {
	font-size: 16px;
	color: #404040;
	text-align: left;
	margin-bottom: 10px;
}
.estamate_link ul {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.estamate_link li {
	width: 213px;
	height: 55px;
	margin: 20px;
	background-color: #fff;
	border: solid 2px #013e98;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.estamate_link li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 60px;
}

