@charset "UTF-8";



/*********** 共通・背景 *************/

.design-bg {
	background-image: url("../../design/images/design_bg.jpg");
	background-position: center top;
	background-size: cover;
}

.design-bg.pb {
	padding-bottom: 100px;
}



/*********** ↑共通・背景 *************/













/*********** concept *************/

.concept-bg {
	background-image: url("../../design/images/concept_bg.jpg");
	background-position: center top;
	background-size: cover;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
	margin-top: 160px;
}

.concept-bg .title-set .ttl {
	border-bottom: 1px solid #fff;
}

.concept-bg .title-set .head {
	font-size: 4.5rem;
	letter-spacing: 0.2em;
	margin-top: 80px;
}

.concept-bg .title-set .lead {
	font-size: 2.0rem;
	line-height: 3.0;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 80px;
}

/*********** ↑concept *************/






/*********** designer *************/

.designer-bg {
	color: #fff;
	background: linear-gradient(90deg, #6f6e6f, #231815, #6f6e6f);
	padding: 80px 0;
	margin-top: 120px;
}

.designer-bg .title-set .ttl {
	border-bottom: 1px solid #fff;
}

.designer-wrap {
	display: grid;
	grid-template-columns: 16.67% 61.66% 21.67%;
	grid-template-rows: auto 1fr;
	justify-content: space-between;
	padding: 40px 0;
	border-bottom: 1px solid #fff;
}

.designer-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.designer-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.designer-wrap li:nth-child(3) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

.designer-wrap li:nth-child(4) {
	grid-column: 2 / 4;
	grid-row: 2 / 3;
}

.designer-wrap dl {
	margin-left: 50px;
}

.designer-wrap dt {
	font-size: 1.4rem;
	line-height: 1.5;
}

.designer-wrap dd {
	font-size: 3.5rem;
	letter-spacing: 0.15em;
	margin-top: 5px;
}


.designer-wrap .copy {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: justify;
	margin-left: 50px;
	margin-top: 10px;
}

/*********** ↑designer *************/




.commonspace_02-wrap {
	width: 69.58%;
	margin: 0 auto;
	margin-top: 60px;
}



.landplan_01 {
	margin-top: 40px;
}



.planting_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 725px;
	margin: 0 auto;
	margin-top: 60px;
}

.planting_01-wrap li {
	width: 16.83%
}

.planting_01-wrap li p:nth-child(2) {
	font-size: 1.1rem;
}

.planting_01-cap {
	max-width: 725px;
	margin: 0 auto;
	font-size: 1.1rem;
	text-align: right;
	margin-top: 20px;
}













