@charset "UTF-8";
/* CSS Document */
.site-content {
	margin-top: 0;
	margin-bottom: 0;
}
	
.site-content > .container {
	padding: 0 !important;
	background-color: #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0 !important;
}
.content-area {
	width: 100%;
	float: none;
	margin-left: -1px;

}

.triangle01{
  background: #ECD189;
	padding:20px 0 0;
	margin: 0  0 0!important;
	display: block;
	position: relative;
}

[class^="triangle"]{
  position: relative;
}
[class^="triangle"]::after{
	width: 100% !important;
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-right: 50rem solid transparent;
  border-left: 50rem solid transparent;
display: inline-block;
}
[class^="triangle"] + div{
  padding-top: 100px;
}
.triangle01::after{
  border-top: 80px solid #ECD189;
}
	.triangle01::before {
   content: "";
    display: block;
}
.triangle01 img{
	display: block;
	margin: 0 auto;
}
.estate_top{
	display: block;
	height: 1000px;
}
.es_top{
	min-height: 640px !important;
	position: absolute;
	z-index: 2;
	display: block;
	text-align: center;
}
.es_top img{
	margin: 0 auto;
	display: block;
	width: 80%;
}
h1{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 130%;
	padding-bottom: 40px;
}
.text{
	width: 90%;
	display: block;
	margin: 0 auto;
}
.estate_title{
	padding: 260px 0 0;
	position: relative;
	display: block;
	margin-bottom: 20px;	
}
.fukidashi{
	position: absolute;
	z-index: 5;
	top: 0;
	max-width: 750px;
}
h2,h3,h4,h5{
	display: block;
	padding: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 130%;
}
h4{font-size: 1.9em;
	text-align: center;
	padding: 30px 0 20px;
}
p{
	line-height: 140%;
	padding: 10px 0;
	font-size: 1.1em;
}
.cen{
	display: block;
	margin: 0 auto 30px;
	width: 80% !important;
	
}
.link_estate{
	background: #F7D49B;
	overflow: hidden;
	width: 100%;
	max-width: 1500px;
	margin-bottom: 40px;
}
.link_estate p{
	font-size: 150% !important;
	font-weight: bold;
}
.link_estate p span.mid{
	font-size: 140% !important;
}
.link_estate p span.xl{
	font-size: 170% !important;
	display: block;
	padding: 15px 0 0;
}
span.link_tit{
	font-size: 1.8em;
	padding-bottom: 15px;
	color: #D52E10;
	font-weight: bold;
	text-align: center !important;
	display: block;
}
.link_estate a img{
	display: block;
	margin: 0 auto;
}


@media only screen and (max-width: 1024px) {
.site-content {
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}
	
.site-content > .container {
	padding: 0;
	background-color: #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.content-area {
	width: 100%;
	float: none;
	margin-left: -1px;
}

	[class^="triangle"]{
  position: relative;
}
[class^="triangle"]::after{
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  z-index: 2;
}
[class^="triangle"] + div{
  padding-top: 100px;
}
.estate_top{
	display: block;
	height: 460px;
}
	.estate_title{
	padding: 200px 0 0;
}
.fukidashi{
	max-width: inherit;
	width: 90%;
}
h1{
	font-size: 15px !important;
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 10px;
}
.estate_top{
	display: block;
	height: 380px;
}
.triangle01{
	padding:20px 0 1px;
}
.triangle01 div img{
	width: 90% !important;
}

.es_top{
	min-height: 200px !important;
	position: absolute;
	z-index: 2;
	display: block;
	text-align: center;
}
.es_top img{
	margin-top: -10px;
}
	h4{
		text-align: left;
	}
.link_estate{
	background: #F7D49B;
	overflow: hidden;
	width: 100%;
	max-width: 1500px;
	margin-bottom: 20px;
}
.link_estate p{
	font-size: 190%;
	font-weight: bold;
}
.link_estate p span.mid{
	font-size: 120%;
}
.link_estate p span.xl{
	font-size: 130%;
	display: block;
	padding: 15px 0 0;
}
span.link_tit{
	font-size: 1.3em;
	line-height: 120%;
}
}