/* design */

#design {
}

#design h2 {
	font-family:"Cormorant Garamond", serif;
	text-transform:uppercase;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
    font-weight: 400;
	color: var(--accent-color2);
}
@media screen and (max-width:600px) {
	#design h2 {
		font-size: 1.2rem;
	}
}


/*design-main-wrap*/
.design-main-wrap {
}
.design-main {
	font-size: 0;
}
.design-main-image {
	margin: 0 auto;
}


/*facade*/
.design-facade-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
	height: 1460px;
}
.design-facade-wrap h2 {
	margin-bottom: 20px;
}
.design-facade {
	/*height: 300px;*/
	color: #fff;
}

.design-facade-concept {
	background: #272316;
	padding: 40px 24px;
}

.design-facade-concept h3 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.facade-concept-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}
.facade-concept-image {
	max-width: 25%;
}
.facade-concept-txt {
	max-width: 70%;
}
.facade-concept-txt h5 {
	font-size: 1rem;
	margin-bottom: 8px;
}

.cotona {
	max-width: 200px;
}
.design-facade-concept p {
	letter-spacing: 0;
	font-size: .85rem;
}
.facade-concept-bw p.tx-xs {
	letter-spacing: -0.02em;
	line-height: 1.6;
}
@media (min-width: 900px) {
	.design-facade-wrap {
		padding-top: 60px;
		height: 1200px;
	}
	.design-facade {
		background: url("../img/design/de_facade.jpg") no-repeat center/cover;
		background-size: cover;
		height: 80vh;
		position: relative;
	}
	.design-facade-concept {
		padding: 60px;
	}
	.design-facade-concept {
		max-width: 50%;
		margin: 100px 0 0 auto;
		position: absolute;
		right: 0;
	}
	.design-facade-concept h3 {
		font-size: 1.3rem;
	}

	.design-facade-concept p {
		font-size: .9rem;
	}
	.facade_sp {
		display: none;
	}
}
@media (max-width: 899px) {
	.design-facade-concept {
		max-width: 100%;
		margin: -12px auto 60px;
		position: static;
	}
	.design-entrance-wrap {/*調整*/
		margin-top: 130px;
	}
}
@media (max-width: 600px) {
	.design-entrance-wrap {/*調整*/
		margin-top: 12px;
	}
}



/*エントランス*/
.design-entrance-wrap {
	padding-top: 60px;
	padding-bottom: 40px;
	color: #fff;
}
.design-entrance-wrap h2 {
	margin-bottom: 12px;
}

.design-entrance01 {
	margin-bottom: 32px;
}
.design-entrance02 h3 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.design-entrance-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.design-entrance02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;	
	}
	.design-entrance02 h3 {
		font-size: 1.3rem;
		letter-spacing: 0;
		margin-bottom: 24px;
	}
	.design-entrance02-txt {
		max-width: 45%;
	}
	.design-entrance02-image {
		max-width: 50%;
	}
}
@media screen and (max-width:600px) {
	.design-entrance-wrap p {
		font-size: .9rem;
	}
}


/*landplan*/
#landplan {
	padding-top: 60px;
	padding-bottom: 40px;
	background: url("../img/design/land_bg.jpg") no-repeat center center;
	background-size: cover;
}

#landplan h3 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.landplan-txt {
	margin-bottom: 24px;
}

.landplan-fig-area {
	margin: 20px auto 40px auto;
	max-width: 900px;
}
@media screen and (max-width:600px) {
	.landplan-fig-area {
		margin: 0 auto 32px auto;
	}
	#landplan h3 {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.landplan-txt p {
		font-size: .9rem;
	}
}

.landplan-detail-area {
	margin-bottom: 48px;
}
.landplan-detail-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 660px;
    margin: 20px auto;
}
.landplan-detail-item-txt {
	max-width: 55%;	
}
.landplan-detail-item-image {
	max-width: 40%;
}

.landplan-detail-area h5 {
	font-size: 1.1rem;
	line-height: 1.4;
	margin-bottom:10px;
}
.num-box {
	background: #002f63;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.1;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	text-align: center;
	display: inline-block;
}
.landplan-detail-area p {
	line-height: 1.6;
	margin-bottom: 6px;
}
@media screen and (max-width:600px) {
	.landplan-detail-item {
		margin-bottom: 32px;
		align-items: flex-end;
	}
	.landplan-detail-item-txt {
		max-width: 58%;	
	}
	.landplan-detail-item-image {
		max-width: 40%;
	}
	.landplan-detail-area h5 {
		font-size: 1rem;
		margin-bottom:6px;
	}
	.num-box {
		font-size: 1.1rem;
		line-height: 1.1;
		width: 20px;
		height: 20px;
	}
	.landplan-detail-area p {
		font-size: .8rem;
		line-height: 1.4;
	}
}



.design-btn {
	display: flex;
	justify-content: center;
	margin-top: 32px;
	margin-bottom: 32px;
}
.design-btn .btn a {
	line-height: 1.2;
}
@media screen and (max-width:600px) {
	.design-btn {
		margin-top: 12px;
	}
	.design-btn .btn a {
		width: 270px;
	}
}
