@charset "utf-8";
/*-----------------------------------

	lower.css

-----------------------------------*/
#contents_left a, #contents_left a:link, #contents_left a:visited {
  color: #C1C1C1;
}
@media screen and (max-width: 640px) {}
/*-----------------------------------

	base

-----------------------------------*/
#h2_titleimg {
  position: relative;
}
#h2_titleimg h2 {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#h2_titleimg h2 span {
  display: block;
  font-size: 15px;
  font-weight: 100;
  padding-top: 5px;
}

.red {
    color: #D84525;
}
.gold {
    color: #C39139;
}

@media screen and (max-width: 640px) {
  #h2_titleimg h2 {
    font-size: 18px;
  }
  #h2_titleimg h2 span {
    font-size: 12px;
  }
}
/*-----------------------------------

	estate

-----------------------------------*/
#estate #contents h3 {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
#estate #contents h3 span {
  display: block;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.01rem;
  margin-bottom: 15px;
}
#estate #contents h3:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
@media screen and (max-width: 640px) {
  #estate #contents h3 {
    font-size: 18px;
    /*font-size: 1.8rem;*/
    margin-bottom: 60px;
  }
  #estate #contents h3 span {
    margin-bottom: 5px;
  }  
}


/*-- estate01 --*/
#estate #estate01 {
  padding: 70px 0;
}
#estate #estate01 .estate01_wrap01 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 70px;
	position: relative;
}
#estate #estate01 .estate01_wrap01 .textArea {
  margin-left: -27.1%;
  background: #FFF;
  z-index: 1;
  padding: 32px;
  width: 67.8%;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.16);
}
#estate #estate01 .estate01_wrap01 .imageArea {
  width: 58.442%;
}
#estate #estate01 .estate01_wrap01 .imageArea img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#estate #estate01 .estate01_wrap02{
	margin: 0 auto 70px;
	padding: 23px 67px;
}
.kakko_box{
/*  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 10px;*/
	position: relative;
	max-width: 599px;
	width: 100%;
}
.kakko_box::before,
.kakko_box::after {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
	position: absolute;
}
.kakko_box::before {
  content: "「";
	top: 0;
	left: 0;
}
.kakko_box::after {
  content: "」";
	right: 0;
	bottom: 0;
	
 /* -ms-flex-item-align: end;
	align-self: flex-end;*/
}
.kakko_box p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

/*estate01_wrap03*/
#estate01 .estate01_wrap03{
	
}
.box_top{
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	text-align: center;
}
#estate01 .estate01_wrap03 .estate_table{
	margin: 38px auto 0;
}
#estate01 .estate01_wrap03 .estate_table table{
	border-collapse: separate;
    border-spacing: 10px;
	box-sizing: border-box;
}
#estate01 .estate01_wrap03 .estate_table tr th:first-child,
#estate01 .estate01_wrap03 .estate_table tr td:first-child{
	width: 106px;
}
#estate01 .estate01_wrap03 .estate_table tr th:nth-child(2),
#estate01 .estate01_wrap03 .estate_table tr td:nth-child(2),
#estate01 .estate01_wrap03 .estate_table tr th:last-child,
#estate01 .estate01_wrap03 .estate_table tr td:last-child{
	width: 43%;
}

#estate01 .estate01_wrap03 .estate_table tr th{
	padding: 9px;
	vertical-align: middle;
}
#estate01 .estate01_wrap03 .estate_table tr th:first-child{
	background: transparent;
}
#estate01 .estate01_wrap03 .estate_table tr th:nth-child(2){
	background: #000;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
#estate01 .estate01_wrap03 .estate_table tr th:last-child{
	background: #C39139;
}
#estate01 .estate01_wrap03 .estate_table tr td{
	vertical-align: top;
	padding: 16px 9px;
}
#estate01 .estate01_wrap03 .estate_table tr td:first-child{
	background: #F7EFDB;
	padding: 17px;
	align-content: center;
}
#estate01 .estate01_wrap03 .estate_table tr td:first-child img{
	width: 100%;
	object-fit: contain;
	margin: auto;
	display: block;
}
#estate01 .estate01_wrap03 .estate_table tr td:nth-child(2){
	background: #E2E2E2;
}
#estate01 .estate01_wrap03 .estate_table tr td:last-child{
	background: rgba(195, 145, 57, 0.5);
}
#estate01 .estate01_wrap03 .estate_table tr td .table_box{
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}
#estate01 .estate01_wrap03 .estate_table tr td .table_box:not(:first-child){
	margin-top: 15px;
}
#estate01 .estate01_wrap03 .estate_table tr td .table_box .img_icon{
	width: 30px;
	margin-top: -3px;
}
#estate01 .estate01_wrap03 .estate_table tr td .table_box .txt_box{
	width: calc(100% - 35px);
}
#estate01 .estate01_wrap03 .estate_table tr td .table_box .txt_box .table_ttl{
	font-size: 16px;
	font-weight: 700;
}
#estate01 .estate01_wrap03 .estate_table tr td .table_box .txt_box .txt{
	font-size: 12px;
	font-weight: 500;
	margin-top: 5px;
}

@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	.box_top{
		font-size: 14px;
	}
  #estate #estate01 {
    padding: 50px 0 0;
  }
  #estate #estate01 .estate01_wrap01 {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  #estate #estate01 .estate01_wrap01 .textArea {
    margin-left: 0;
    /*margin-bottom: -50px;*/
    padding: 30px;
    width: 100%;
    font-size: 14px;
  }
  #estate #estate01 .estate01_wrap01 .imageArea {
    width: 100%;
  }
  #estate #estate01 .estate01_wrap01 .imageArea img {
    height: auto;
  }
  #estate #estate01 .estate01_wrap02{
	  margin-bottom: 20px;
	  padding: 20px 2em;
  }
  .kakko_box{
	padding: 15px 40px;
	max-width: 500px;
    /*gap: 5px;*/
  }
  #estate #estate01 .estate01_wrap02::before,
  #estate #estate01 .estate01_wrap02::after {
    font-size: 24px;
  }
  .kakko_box p {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
	
	#estate01 .estate01_wrap03 .estate_table{
		overflow-x: auto;
	}
	#estate01 .estate01_wrap03 .estate_table table{
		width: 580px;
	}
}

/*-- estate02 --*/
#estate #estate02{
}

/*estate02_wrap01*/
#estate #estate02 .estate02_wrap01{
	margin: 0 auto 30px;
	padding: 45px 50px;
}

/*estate02_wrap02*/
#estate #estate02 .estate02_wrap02 .img_box{
	margin: 42px auto 0;
}
#estate #estate02 .estate02_wrap02 .img_box img{
	width: 100%;
	margin: auto;
	display: block;
}

/*estate02_wrap03*/
#estate #estate02 .estate02_wrap03{
	margin: 120px auto 0;
}
#estate #estate02 .estate02_wrap03 .result_img_wrap{
	margin: 29px auto 0;
	flex-direction: column;
	gap: 47px;
}
#estate #estate02 .estate02_wrap03 .result_img_wrap .img_box{
	padding: 13px;
	border: 1px solid #EEEDEF;
}
#estate #estate02 .estate02_wrap03 .bottom_txt{
	font-size: 14px;
	margin: 8px auto 0;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#estate #estate02 {
		padding: 50px 0 0;
	}
	#estate #estate02 .estate02_wrap01{
		padding: 20px 2em;
	}
	#estate #estate02 .estate02_wrap02 .img_box{
		margin: 30px auto 0;
	}
	#estate #estate02 .estate02_wrap03{
		margin: 50px auto 0;
	}
	#estate #estate02 .estate02_wrap03 .result_img_wrap{
		gap: 20px;
	}
}

/*-- estate03 --*/
#estate #estate03{
	padding: 120px 0 0;
}
#estate #estate03 .estate03_list01 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #EEEDEF;
  border-left: 1px solid #EEEDEF;
  margin: 20px auto 0;
}
#estate #estate03 .estate03_list01 li {
  width: calc(100% / 4);
  border-right: 1px solid #EEEDEF;
  border-bottom: 1px solid #EEEDEF;
  padding: 10px 10px 20px 10px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.22em;
}
#estate #estate03 .estate03_list01 li img {
  margin-bottom: 10px;
}
#estate #estate03 .text01 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
#estate #estate03 .estate03_list02 {
  border: 1px solid #EEEDEF;
  padding: 35px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}
#estate #estate03 .estate03_list02 li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
#estate #estate03 .estate03_list02 li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #C39139;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#estate #estate03 .text02 {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
	#estate #estate03{
		padding: 50px 0 0;
	}
  #estate #estate03 .estate03_list01 {
	  margin: 30px auto 0;
  }
  #estate #estate03 .estate03_list01 li {
    width: calc(100% / 2);
    font-size: 14px;
  }
  #estate #estate03 .text01 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #estate #estate03 .estate03_list02 {
    padding: 20px 0;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
  #estate #estate03 .estate03_list02 ul {
    width: 160px;
  }
  #estate #estate03 .estate03_list02 li {
    font-size: 14px;
  }
  #estate #estate03 .text02 {
    font-size: 14px;
  }
  
}

/*-- estate04 --*/
#estate #estate04{
	padding: 120px 0 0;
}
#estate #estate04 .estate04_wrap01{
	margin: 25px auto 0;
}

#estate #estate04 .estate04_box{
	padding: 25px;
	box-sizing: border-box;
	border: 1px solid #EEEDEF;
	line-height: 1.7;
}
#estate #estate04 .estate04_box_02{
	margin: 30px auto 0;
}
#estate #estate04 h4{
	font-size: 30px;
	font-weight: 700;
	color: #C39139;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	letter-spacing: 0.14em;
	margin: 0 auto 25px;
}
#estate #estate04 h4 img{
	width: 50px;
}
#estate #estate04 .box_ttl{
	font-size: 18px;
	font-weight: 500;
	margin: 0 auto 5px;
}
#estate #estate04 .box_txt{
	font-size: 16px;
	font-weight: 400;
}
#estate #estate04 h5{
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-left: 40px;
	margin: 25px auto;
}
#estate #estate04 h5::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url("../img/estate/icon_estate04_03.svg")no-repeat center/contain;
}
#estate #estate04 .list_box{
	gap: 30px;
	margin: 0 auto 24px;
	align-items: flex-start;
}
#estate #estate04 .estate04_box_02 .list_box{
	gap: 20px;
}
#estate #estate04 .list_box li{
	width: calc((100% - 60px) / 3);
}
#estate #estate04 .estate04_box_02 .list_box li{
	width: calc((100% - 60px) / 4);
}
#estate #estate04 .list_box li .img_box img{
	width: 100%;
	object-fit: cover;
}
#estate #estate04 .list_box li .txt_box{
	margin: 12px auto 0;
}
#estate #estate04 .list_box li .txt_box .list_ttl{
	font-size: 16px;
	font-weight: 500;
}
#estate #estate04 .list_box li .txt_box .list_txt{
	font-size: 14px;
	font-weight: 400;
	margin: 5px auto 0;
}
#estate #estate04 .btn{
	display: block;
	max-width: 265px;
	width: 100%;
	margin: auto;
	padding: 18px 10px;
	position: relative;
	border: 1px solid #000;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #000;
	letter-spacing: 0.22em;
}
#estate #estate04 .btn::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	margin: auto;
	width: 5px;
	height: 11px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #000;
}

@media screen and (max-width: 640px){
	#estate #estate04{
		padding: 50px 0 0;
	}
	#estate #estate04 .estate04_wrap01{
		margin: 30px auto 0;
	}
	#estate #estate04 h4{
		font-size: 20px;
		gap: 5px;
		margin: 0 auto 10px;
	}
	#estate #estate04 h4 img{
		width: 35px;
	}
	#estate #estate04 .box_ttl{
		font-size: 16px;
	}
	#estate #estate04 .box_txt{
		font-size: 14px;
	}
	#estate #estate04 h5{
		font-size: 16px;
		margin: 15px auto;
		padding-left: 35px;
	}
	#estate #estate04 h5::before{
		width: 25px;
		height: 25px;
	}
	#estate #estate04 .list_box{
		gap: 20px;
	}
	#estate #estate04 .list_box li,
	#estate #estate04 .estate04_box_02 .list_box li{
		width: 100%;
	}
}

/*-- estate05 --*/
#estate #estate05{
	padding: 110px 0 0;
}
#estate #estate05 .estate05_wrap01 .estate05_box{
	margin: 67px auto 0;
	padding: 35px 24px 14px;
	position: relative;
	border: 1px solid #EEEDEF;
	z-index: 2;
	line-height: 1.7;
}
#estate #estate05 .estate05_wrap01 .estate05_box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 20px;
	background: #C39139;
	z-index: -1;
}
#estate #estate05 .estate05_wrap01 .estate05_box .ttl_box{
	justify-content: flex-start;
	gap: 17px;
	align-items: flex-end;
	margin: -60px 0 18px;
}
#estate #estate05 .estate05_wrap01 .estate05_box .ttl_box h4{
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: 500;
}
#estate #estate05 .estate05_wrap01 .estate05_box .ttl_box img{
	width: 88px;
}
#estate #estate05 .estate05_wrap01 .estate05_box .box_txt{
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto 10px;
}
#estate #estate05 .estate05_wrap01 .estate05_box .name{
	font-size: 12px;
	font-weight: 400;
	position: relative;
	padding-left: 35px;
}
#estate #estate05 .estate05_wrap01 .estate05_box .name::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url("../img/estate/icon_estate05_01.svg")no-repeat center/contain;
}
#estate #estate05 .estate05_wrap01 .list_box{
	margin: 10px auto 0;
}
#estate #estate05 .estate05_wrap01 .list_box li{
	padding-left: 1em;
	position: relative;
	font-size: 12px;
	font-weight: 400;
}
#estate #estate05 .estate05_wrap01 .list_box li::before{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 640px){
	#estate #estate05{
		padding: 50px 0 0;
	}
	
	#estate #estate05 .estate05_wrap01 .estate05_box{
		margin: 25px auto 0;
	}
	#estate #estate05 .estate05_wrap01 .estate05_box .ttl_box{
		margin: -40px 0 10px;
		gap: 10px;
	}
	#estate #estate05 .estate05_wrap01 .estate05_box .ttl_box h4{
		font-size: 16px;
	}
	#estate #estate05 .estate05_wrap01 .estate05_box .ttl_box img{
		width: 60px;
	}
}

/*-- estate06 --*/
#estate #estate06{
	padding: 125px 0 0;
}
#estate #estate06 .estate06_wrap01{
	margin: 35px auto 0;
	padding: 50px 40px;
	border: 1px solid #EEEDEF;
	box-sizing: border-box;
}
#estate #estate06 .estate06_wrap01 .estate06_box:not(:first-child){
	margin: 47px auto 0;
}
#estate #estate06 .estate06_wrap01 .estate06_box h5{
	font-size: 20px;
	font-weight: 500;
	gap: 10px;
	justify-content: flex-start;
	padding-bottom: 13px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
#estate #estate06 .estate06_wrap01 .estate06_box h5 span{
	font-size: 26px;
	font-weight: 500;
	font-family: 'Outfit', sans-serif;
}
#estate #estate06 .estate06_wrap01 .estate06_box .txt{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

@media screen and (max-width: 640px){
	#estate #estate06{
		padding: 50px 0 0;
	}
	#estate #estate06 .estate06_wrap01{
		padding: 25px;
	}
	#estate #estate06 .estate06_wrap01 .estate06_box:not(:first-child){
		margin: 25px auto 0;
	}
	#estate #estate06 .estate06_wrap01 .estate06_box h5{
		font-size: 18px;
		gap: 6px;
	}
	#estate #estate06 .estate06_wrap01 .estate06_box h5 span{
		font-size: 23px;
	}
	#estate #estate06 .estate06_wrap01 .estate06_box .txt{
		font-size: 14px;
	}
}