.sumaubnr {
	max-width: 800px;
	margin: 80px auto 40px;
}

.sumaubnr img {
	width: 100%;
}
@media screen and (max-width: 767px) {
.sumaubnr {
	max-width: 760px;
	margin: 80px auto 40px;
}
.sumaubnr img {
	width: 100%;
}
}


.topPricesBanner {
  /*height: 340px;*/
}
.topPricesBanner .fw {
	font-size: 24px;
	margin-top: 40px;
}

.topPricesBanner .m1 {
	/*margin:20px 0 10px;*/
	margin: 0 0 10px;
}

.topPricesBanner .m1 span {
	color: #843c0c;
	font-size: 160%;
}

.topPricesBanner .m3 {
	margin:20px 0 10px;
}

.topPricesBanner .m3 span {
	font-size: 120%;
}

.topPricesBanner .m2 {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
  .topPricesBanner {
    /*height: 340px;*/
  }
.topPricesBanner .fw {
	font-size: 180%;
	margin-top: 20px;
}	
}

/* 現地案内図用 */
.exclusiveColumn__wrapper {
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr 1fr;
	margin: 100px auto 80px;
  }
  .exclusiveColumn__item {
	display: flex;
	flex-direction: column;
  }
  .exclusiveColumn__imgInner {
	position: relative;
  }
  .exclusiveColumn__textArea {
	background-color: #fff;
	display: block;
	flex: 1;
	padding: 30px 0;
	position: relative;
	text-align: center;
  }
  .exclusiveColumn__textArea--title {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: .57;
  }
  .exclusiveColumn__textArea--subtitle {
	color: #333;
	font-family: "Shippori Mincho B1", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 14px;
  }
  .exclusiveColumn__textArea--text {
	color: #333;
	font-family: "Shippori Mincho B1", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 14px;
  }
  .exclusiverColumn__textArea--new {
	background-color: #983a39;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	line-height: 1.4;
	padding: 3px 6px;
	position: absolute;
	top: 0;
	width: fit-content;
  }

  @media screen and (max-width: 767px) {

	.exclusiveColumn__wrapper {
	  grid-template-columns: 1fr;
	  margin: 40px auto;
	}
	.exclusiveColumn__textArea {
	  padding: 20px 0;
	}
	.exclusiveColumn__textArea--title {
	  font-size: 23.3px;
	  line-height: .9;
	}
	.exclusiveColumn__textArea--subtitle {
	  font-size: 13.3px;
	  line-height: 1.75;
	  margin-top: 10px;
	}
	.exclusiveColumn__textArea--text {
	  font-size: 11.7px;
	  line-height: 1.7;
	  margin-top: 10px;
	}
	.exclusiverColumn__textArea--new {
	  font-size: 11.7px;
	}
	.complement__text {
	  font-size: 10px;
	}
  }

/* プラン住戸表用 */
  .mainContainer {
	padding-top: 120px;
  }
  .top__container {
	padding: 0 20px;
  }
  .Container__title {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
  }
  .reservation__caption--item {
    display: flex;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 16px 0 15px;
}
  @media screen and (max-width: 767px) {
	.mainContainer {
	  padding-top: 60px;
	}
  }


.topHighlights-title {
    margin-top: 60px;

}

@media screen and (max-width: 767px) {
    .topHighlights-title {
        margin-top: 40px;
    }
}

.infor_box {
	display: block;
	margin-top: 20px;
}