@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');

/*-----------------------------------------
-----------------------------------------*/
/*----------------------------------------
	residence CSS
	- head_area
	- residence_area01
	- residence_area02
	- residence_area03
	- landplan_area

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

.ib{
	display: inline-block;
}


.page_cap {
	max-width: 1200px;
	margin: 0 auto 60px;
}
.page_cap p {
	font-size: 12px;
}
@media only screen and (max-width: 768px){
	.page_cap {
		max-width: 1200px;
		margin: 0 auto 60px;
		padding: 0 5%;
	}
	.page_cap p {
		font-size: 12px;
	}

}


/*-----------------------------------------
	head_area
-----------------------------------------*/
#head_area {
	background: url(../img/residence/main.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 36.8636vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 120px;
}
#head_area h2 {
	width: 44.63vw;
	max-width: 981.7686px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform : translateY(-50%);
}
#head_area p.notion {
	content: '';
	position: absolute;
	bottom: -25px;
	right: 2.4vw;
}
@media screen and (max-width:768px) {
	#head_area {
		/* background: url(../img/residence/main_sp.jpg) no-repeat; */
		/* background-size: cover; */
		height: 69.6vw;
		margin-bottom: 80px;
	}
	#head_area h2 {
		/* width: 72.3vw; */
		width: 90%;
	}
	#head_area p.notion {
		bottom: -20px;
	}
}



/*============================
parts
============================*/
.inner {
	max-width: 1200px;
	width: 90%;
	padding: 0;
}
@media only screen and (max-width: 768px){
.inner {
	width: 90%;
}
}



.notion.txt_R {
	text-align: right;
}
.tb,.mb {
		display: none;
}
@media screen and (max-width:1400px) {
	.tb {
		display: block;
		font-size: 10px;
	}
}
@media screen and (max-width:1200px) {
	.tb {
		display: none;
	}
	.mb {
		display: block;
	}
}
@media only screen and (max-width: 768px){
.notion.txt_R {
	/* text-align: left; */
}
.mb {
	display: none;
}
}



.copy {
	font-size: 34px;
	text-align: center;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
.copy {
	font-size: 20px;
	font-size: clamp(1.188rem, 0.949rem + 1.02vw, 1.438rem);
}
}


.copy02 {
	font-size: 20.5px;
}
.copy02 span {
	font-size: 18px;
	display: block;
}
@media only screen and (max-width: 768px){
.copy02 {
	font-size: 18px;
}
.copy02 span {
	font-size: 15px;
}
}



.flex_area {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 768px){
.flex_area {
	display: block;
}
}



.txt_white {
	color: #fff;
}



/*============================
#residence_area01
============================*/
section#residence_area01 {
	margin-bottom: 200px;	
}
section#residence_area01 div.inner div.item div.img {
	margin-bottom: 20px;
	position: relative;
}
section#residence_area01 div.inner >  div.item div.txt_area p.txt {
	text-align: center;
	margin-bottom: 110px;
}
section#residence_area01 div.inner div.item div.img p.notion_en {
	font-size: calc(25/1200*100vw);
	position: absolute;
	bottom: 40px;
	left: 2.5%;
	letter-spacing: 0.2em;
	color: #fff;
}
section#residence_area01 div.inner div.flex_area {
	justify-content: space-between;
}
section#residence_area01 div.inner div.flex_area div.item {
	width: 48.69%;
}
section#residence_area01 div.inner div.flex_area div.item div.img {
	margin-bottom: 10px;
}
section#residence_area01 div.inner div.flex_area div.item div.img p.notion_en {
	font-size: calc(19.5/1200*100vw);
	left: 5%;
}
section#residence_area01 div.inner div.flex_area div.item div.txt_area p.copy02 {
	text-align: left;
	margin-bottom: 20px;
}
section#residence_area01 div.inner div.flex_area div.item div.txt_area p.txt {
	text-align: left;
}
@media only screen and (min-width: 1200px){
section#residence_area01 div.inner div.item div.img p.notion_en {
	font-size: 25px;
}
section#residence_area01 div.inner div.flex_area div.item div.img p.notion_en {
	font-size: 19.5px;
	left: 5%;
}
}
@media only screen and (max-width: 768px){
section#residence_area01 {
	margin-bottom: 100px;
}
section#residence_area01 div.inner div.flex_area {
	margin-bottom: 10px;
}
section#residence_area01 div.inner >  div.item div.txt_area p.txt {
	margin-bottom: 35px;
}
section#residence_area01 div.inner div.item div.img p.notion_en {
	font-size: 16px;
	bottom: 25px;
}
section#residence_area01 div.inner div.flex_area div.item {
	width: 100%;
	margin-bottom: 35px;
}
section#residence_area01 div.inner div.flex_area div.item div.img p.notion_en {
	font-size: 16px;
	left: 2.5%;
}
section#residence_area01 div.inner div.flex_area div.item div.txt_area p.copy02 {
	text-align: center;
}
section#residence_area01 div.inner div.flex_area div.item div.txt_area p.txt {
	text-align: center;
}
}



/*============================
#residence_area02
============================*/
section#residence_area02 {
	margin-bottom: 50px;
}
section#residence_area02 div.inner > div.img:nth-of-type(1) {
	margin-bottom: 50px;
}
@media only screen and (max-width: 768px){
section#residence_area02 {
}
section#residence_area02 div.inner > div.img:nth-of-type(1) {
	margin-bottom: 25px;
}
section#residence_area02 div.inner ul {
	padding: 20px 5%;
	margin-bottom: 10px;
	border: 1px solid #9d8a5a;
}
section#residence_area02 div.inner ul li {
	width: 100%;
}
section#residence_area02 div.inner ul li:not(:last-child) {
	border-bottom: 1px solid #9d8a5a;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
section#residence_area02 div.inner .notion.txt_R {
	text-align: left;
}
}



/*============================
#residence_area03
============================*/
section#residence_area03 {
	margin-bottom: 80px;
}
section#residence_area03 div.inner div.item.item01 {
	margin-bottom: 50px;
}
section#residence_area03 div.inner div.item.item01 p.copy02 {
	margin-bottom: 10px;
}
section#residence_area03 div.inner div.item.item01 ul.flex_area {
	justify-content: space-between;
}
section#residence_area03 div.inner div.item.item01 ul.flex_area li {
	width: 31.37%;
}
section#residence_area03 div.inner div.item.item01 ul.flex_area li div.img {
	position: relative;
}
section#residence_area03 div.inner div.item.item01 ul.flex_area li div.img p.notion {
	position: absolute;	
	bottom: 8px;
	right: 8px;
}
section#residence_area03 div.inner div.item.item02.flex_area {
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: 1px solid #221714;
	margin-bottom: 25px;
}
section#residence_area03 div.inner div.item.item02.flex_area div.img_area {
	width: 31.37%;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area {
	width: 65.68%;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area p.copy02 {
	margin-bottom: 20px;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area p.copy02 span {
	display: inline-block;
	margin-right: 10px;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area ul {
	justify-content: space-between;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area ul li {
	width: 31.64%;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area ul li:not(:first-child) {
	background: #ded6c1;
	padding: 8px 15px;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area ul li p.hd_txt {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 700;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area ul li p.txt {
	letter-spacing: -0.03em;
}
section#residence_area03 div.inner div.item.item03 ul {
	justify-content: space-between;
	flex-flow: wrap;
	margin-bottom: 10px;
}
section#residence_area03 div.inner div.item.item03 ul li {
	background: #ded6c1;
	width: 32.84%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.126;
	padding: 10px 0;
}
section#residence_area03 div.inner div.item.item03 .item03-flex {
	justify-content: space-between;
	display: flex;
}
section#residence_area03 div.inner div.item.item03 .item03-flex .txt {
	width: fit-content;
}
section#residence_area03 div.inner div.item.item03 .item03-flex .item03-img {
	width: 28%;
	min-width: 250px;
}
section#residence_area03 div.inner div.item.item03 .item03-flex .item03-img .notion{
	display: block;
	margin-left: auto;
}

@media only screen and (max-width: 768px){
section#residence_area03 {
	margin-bottom: 40px;
}
section#residence_area03 div.inner div.item.item01 {margin-bottom: 20px;}
section#residence_area03 div.inner div.item.item01 p.copy02 {
}
section#residence_area03 div.inner div.item.item01 ul.flex_area li {
	width: 100%;
	margin-bottom: 35px;
}
section#residence_area03 div.inner div.item.item01 ul.flex_area li div.img p.notion {
	bottom: 8px;
	right: 8px;
}
section#residence_area03 div.inner div.item.item02.flex_area {
	padding-bottom: 20px;
}
section#residence_area03 div.inner div.item.item02.flex_area div.img_area {
	width: 100%;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area {
	width: 100%;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area p.copy02 {
	margin-bottom: 10px;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area p.copy02 span {
	margin-right: 0;
	display: block;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area ul li {
	width: 100%;
	margin-bottom: 20px;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area ul li:not(:first-child) {
	padding: 8px 15px;
}
section#residence_area03 div.inner div.item.item02.flex_area div.txt_area ul li p.hd_txt {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 700;
}
section#residence_area03 div.inner div.item.item03 ul li {
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
}
section#residence_area03 div.inner div.item.item03 .notion {
	display: block;
}

section#residence_area03 div.inner div.item.item03 .item03-flex {
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
section#residence_area03 div.inner div.item.item03 .item03-flex .txt{
	margin-top: 15px;
}
section#residence_area03 div.inner div.item.item03 .item03-flex .item03-img {
	width: 100%;
}
section#residence_area03 div.inner div.item.item03 .item03-flex .item03-img .copy02{
	padding-top: 5px;
	line-height: 1.7;
	font-size: clamp(1.125rem, 1.036rem + 0.45vw, 1.25rem);
}
}







