@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#apartments {
	margin-bottom: 130px;
}
.mainBox .imgBox {
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.mainBox .imgBox .photoBox {
	margin-right: 65px;
	width: 260px;
}
.mainBox .imgBox .photoBox img {
	width: 100%;
}
.mainBox .imgBox .textBox {
	margin-top: -7px;
	flex: 1;
}
.mainBox .imgBox .photoBox .subBox {
	margin-top: 30px;
	padding: 15px 10px 18px;
	position: relative;
	background-color: #40210F;
}
.mainBox .imgBox .photoBox .subBox:after {
	width: 27px;  
	height: 37px;
	background: url(../img/common/icon01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -23px;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
.mainBox .imgBox .photoBox .subBox p {
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	line-height: 1.53;
	color: #fff;
	text-align: center;
}
.mainBox .imgBox .textBox p {
	text-indent: 1em;
	letter-spacing: 0.2em;
	line-height: 1.75;
	text-align: justify;
}
.mainBox .imgBox .name {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
}
.mainBox .imgBox .name small {
	font-size: 2.1rem;
	margin-right: 20px;
	vertical-align: 2px;
}
.mainBox h4 {
	margin-bottom: 65px;
	font-size: 3.7rem;
	letter-spacing: 0.2em;
	font-weight: 900;
}
#profile {
	margin-bottom: 66px;
}
.companyDl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #40210F;
}
.companyDl dt {
	width: 192px;
	padding: 29px 10px 30px 0;
	letter-spacing: 0.2em;
	color: #603813;
	box-sizing: border-box;
	border-bottom: 1px solid #40210F;
}
.companyDl dd {
	padding: 27px 10px 27px;
	width: calc(100% - 192px);
	box-sizing: border-box;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #40210F;
}
.companyDl .fwBold {
	font-weight: bold;
}
.companyDl dd .txtSpan {
	margin-left: 20px;
}
.mainBox .map {
	height: 467px;
}
.mainBox .map iframe {
	width: 100%;
	height: 100%;
}
@media all and (max-width: 896px) {
	#apartments {
		margin-bottom: 44px;
	}
	.mainBox .imgBox {
		padding-bottom: 0;
		display: block;
	}
	.mainBox .imgBox .photoBox {
		width: auto;
		margin: 0 0 23px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mainBox .imgBox .photoBox .photo {
		width: 130px;
		margin-right: 24px;
	}
	.mainBox .imgBox .spBox {
		padding-top: 18px;
		flex: 1;
	}
	.mainBox .imgBox .photoBox .subBox {
		padding: 12px 10px 15px;
		margin: 0;
	}
	.mainBox .imgBox .photoBox .subBox p {
		font-size: 1.35rem;
	}
	.mainBox .imgBox .photoBox .subBox:after {
		width: 19px;
		height: 13px;
		background-image: url(../img/common/icon02.png);
		left: -18px;
		top: 50%;
		transform: translateY(-50%);
	}
	.mainBox .imgBox .name {
		position: static;
		font-size: 1.6rem;
		text-align: center;
		margin-top: 10px;
	}
	.mainBox .imgBox .name small {
		font-size: 1.05rem;
	}
	.mainBox h4 {
		margin-bottom: 22px;
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}
	#profile {
		margin-bottom: 14px;
	}
	.companyDl {
		display: block;
		border: none;
	}
	.companyDl dt {
		width: auto;
		margin-bottom: 7px;
		padding: 0 0 7px;
		text-align: center;
		font-size: 1.25rem;
	}
	.companyDl dd {
		padding: 0 0 25px;
		width: auto;
		font-size: 1.4rem;
		border: none;
		line-height: 1.2;
		text-align: center;
	}
	.companyDl dd .txtSpan {
		margin: 0;
	}
	.mainBox .map {
		height: 63vw;
	}
}

@media all and (max-width: 374px) {
	.mainBox .imgBox .name small {
		margin-right: 5px;
	}
}