section {
	position: relative;
	padding: 50px 0 110px;
}

#mt {
	pointer-events: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 744px;
	height: 157px;
	z-index: 2;
}


/* header 2 */

#header2 {
	position: relative;
	height: 325px;
	border-bottom: 4px solid #771237;
	overflow: hidden;
	background-size:cover;
}

/* #header2 img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% -150px
} */

#h2Label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90px;
	height: 250px;
	line-height: 90px;
	text-align: center;
	background: rgba(255, 255, 255, .9);
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 1.5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 4;
}

h2 {
	position: relative;
	height: 60px;
	line-height: 1;
	font-size: 2.8rem;
	letter-spacing: 0.8rem;
	text-align: center;
}

h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 1px;
	background: #771237;
}


/* section */

section {
	padding: 80px 0 250px;
	background: url(../../assets/png/bg.png);
}

#text {
	margin: 20px auto 60px;
	max-width: 800px;
	font-size: 1.6rem;
	letter-spacing: 0.41rem;
	line-height: 2;
	text-align: left;
}

.tenantBox {
	margin: 0 0 60px;
	min-height: 280px;
}

.tenantBox img {
	margin: 0 40px 0 0;
	width: 430px;
	height: 280px;
	float: left;
}

.tenantBox p {
	color: #000000;
}

.tenantName {
	margin: 0 0 20px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.7;
}

.businessHours {
	margin: 0 0 15px;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 600;
}

@media screen and (max-width: 600px) {
	/* header 2 */
	#header2 {
		height: 180px;
	}
	#header2 img {
		min-height: 180px;
		object-position: 50% 0
	}
	#h2Label {
		padding: 8px 0 0;
		width: 50px;
		height: 144px;
		line-height: 50px;
		font-size: 1.6rem;
		letter-spacing: 0.6rem;
	}
	h2 {
		font-size: 2.6rem;
	}
	/* section */
	section {
		position: relative;
		padding: 40px 0 69px;
	}
	#mt {
		width: 279px;
		height: 69px;
	}
	#text {
		margin: 20px auto 30px;
		width: 100%;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	.tenantBox {
		margin: 0 auto 40px;
		width: 100%;
		height: auto;
	}
	.tenantBox img {
		margin: 0 0 20px;
		width: 100%;
		height: auto;
		float: none;
	}
	.tenantBox p {
		color: #000000;
	}
	.tenantName {
		margin: 0 0 5px;
		font-size: 1.8rem;
	}
	.businessHours {
		margin: 0;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem;
		font-weight: 600;
	}
	.tenantBox p {
		margin: auto;
		width: 100%;
		padding-left: 0;
		text-indent: 0;
		box-sizing: border-box;
		font-size: 1.3rem;
	}
	section p {
		margin: auto;
		width: 100%;
		padding-left: 1.8em;
		text-indent: -1.8em;
		box-sizing: border-box
	}
}
