@charset "UTF-8";
/* Public Space */

.publicspace {
	padding: 120px 0;
}

.publicspace .content {
	max-width: 1500px;
}

.bg-top {
	background: #f1f1f1;
}

.bg-bottom {
	background: #474342;
	color: #ffffff;
}

.publicspace.bg-bottom .mTitle-en {
	color: #efda67;
}

.public-space {
	margin-bottom: 40px;
}

.public-space .photo {
	margin-top: 80px;
}

.parking-area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 90px;
}

.parking-area .txt {
	flex: 1;
	padding: 0 4%;
}

.parking-area .txt .caption {
	margin-top: 20px;
}

.parking-area .photo {
	width: 46%;
}

.entrance-design > figure {
	text-align: center;
	margin:0 auto 120px;
	max-width: 1043px;
}

.entrance-design .flexBox {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.entrance-design .flexBox .photo {
	width: 49%;
}

.lounge-design {
	margin-top: 90px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lounge-design .photo {
	width: 62%;
}

.lounge-design .txt {
	width: 32.2%;
	padding-right: 1%;
	padding-bottom: 40px;
}

.box-area {
	max-width: 1184px;
    margin: 0 auto;
    width: calc(100% - 40px);
	background: #ffffff;
	padding: 50px 30px;
}

.box-area .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.box-area .row:nth-child(1) {
	margin-bottom: 30px;
	position: relative;
}

.box-area .row:nth-child(1)::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	background: #cbbb93;
}

.box-area .row:nth-child(1) .item {
	width: 45%;
	padding: 30px 0;
}

.box-area .row:nth-child(2) .photo {
	width: 58.12%;
}

.box-area .row:nth-child(2) ul {
	width: 38.75%;
}

.box-area li {
	display: flex;
	padding-left: 5px;
}

.box-area li .num {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	border-radius: 50%;
	flex-shrink: 0;
	background: #770b11;
	color: #ffffff;
	text-align: center;
	margin-right: 10px;
	font-family: "Cormorant Infant", serif;
}

.box-area li:not(:last-child) {
	border-bottom: 1px solid #cbbb93;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.box-area .mTitle-jp {
	font-size: 20px;
	line-height: 1.5;
	color: #987827;
}

.box-area .photo__capOut {
	padding-top: 10px;
	right: 25px;
}

.box-area .row:nth-child(1) .mTitle-jp {
	margin-bottom: 20px;
}

.box-area .row:nth-child(2) .mTitle-jp {
	margin-bottom: 10px;
}

sup {
	font-size: 10px;
}

.box-area p {
	line-height: 1.6;
	color: #000000;
}

@media screen and (min-width: 768px) {
	.parking-area .mTitle,
	.parking-area .mDesc,
	.lounge-design .mTitle,
	.lounge-design .mDesc {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.photo img{width: 100%;}
	.publicspace {
		padding: 60px 0 70px;
	}

	.public-space{
		margin-bottom: 60px;
	}
	.public-space .photo {
		margin-top: 30px;
	}

	.parking-area {
		align-items: flex-start;
		margin-bottom: 45px;
	}

	.parking-area .txt {
		padding: 0;
	}

	.parking-area .txt .caption {
		margin-top: 10px;
	}

	.parking-area .photo {
		width: 100%;
		margin-top: 30px;
	}

	.entrance-design > figure {
		margin-bottom: 60px;
	}

	.entrance-design .flexBox {
		margin-top: 25px;
	}

	.entrance-design .flexBox .photo {
		width: 100%;
	}

	.entrance-design .flexBox .photo:not(:last-child) {
		margin-bottom: 20px;
	}

	.lounge-design {
		margin-top: 60px;
		align-items: flex-start;
	}

	.lounge-design .photo {
		width: 100%;
		order: 1;
	}

	.lounge-design .txt {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.box-area {
		padding: 20px;
	}

	.box-area .row {
		align-items: flex-start;
	}

	.box-area .row:nth-child(1) .item {
		width: 100%;
		padding: 0;
	}

	.box-area .row:nth-child(1) .item:not(:last-child) {
		margin-bottom: 30px;
	}

	.box-area .row:nth-child(1)::after {
		content: unset;
	}

	.box-area .row:nth-child(2) .photo {
		width: 100%;
		margin-bottom: 30px;
	}

	.box-area .row:nth-child(2) ul {
		width: 100%;
	}

	.box-area .mTitle-jp {
		font-size: 16px;
	}

	.box-area .row:nth-child(1) .mTitle-jp {
		margin-bottom: 10px;
	}

	.box-area li:not(:last-child) {
		margin-bottom: 20px;
	}

	.box-area li .num {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		margin: 4px 7px 0 0;
	}
}
