@charset "utf-8";

/*---------------------------------------------

estateスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼共通PC */
#pagemenu {
	width: 800px;
	margin: 120px auto;
}

#pagemenu_title {
	font-size: 48px; font-size: 4.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 35px;
}

#pagemenu ul {
	display: flex;
	justify-content: space-between;
}

#pagemenu li {width: 247px;}

#pagemenu li a {
	display: block;
	width: 100%;
	height: 80px;
	background: url("../img/common/pagebtn_bk.png") no-repeat;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	text-align: center;
	font-size: 25px; font-size: 2.5rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-decoration: none;
	padding: 25px 0 0 0;
	color: #fff;
	box-sizing: border-box;
}

#estate {padding-bottom: 120px;}

h1 {
	width: 900px;
	margin: 0 auto 90px auto;
	padding: 25px 0 16px 0;
	text-align: center;
	border-bottom: solid 1px #000;
	font-size: 30px; font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	position: relative;
}

h1 span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -30px;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.estate_title {
	font-size: 30px; font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 60px;
}

.estate_txt {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 60px;
}

.estate_img {
	width: 492px;
	margin: 0 auto 16px auto;
}

.estate_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.estate_img_txt {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	text-align: center;
}

}

@media only screen and (max-width: 767px) {

/* ▼共通SP */
#pagemenu {
	width: 60%;
	margin: 18vw auto;
}

#pagemenu_title {
	font-size: 9vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 8vw;
}

#pagemenu li {
	width: 100%;
	margin-bottom: 5vw;
}

#pagemenu li:last-of-type {margin-bottom: 0;}

#pagemenu li a {
	display: block;
	width: 100%;
	height: 18.8vw;
	background: url("../img/common/pagebtn_bk.png") no-repeat;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	text-align: center;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-decoration: none;
	padding: 6.5vw 0 0 0;
	color: #fff;
	box-sizing: border-box;
}

#estate {padding-bottom: 12vw;}

#estate .inner {width: 100%;}

h1 {
	width: 90%;
	margin: 0 auto 14vw auto;
	padding: 5vw 0 3vw 0;
	text-align: center;
	border-bottom: solid 1px #000;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	position: relative;
}

h1 span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -6vw;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.estate_title {
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 8vw;
}

.estate_txt {
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 2;
	text-align: center;
	margin-bottom: 6vw;
}

.estate_img {
	width: 100%;
	margin: 0 auto 6vw auto;
}

.estate_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.estate_img_txt {
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	text-align: center;
}

}
