@charset "UTF-8";
.wrapper {
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	.wrapper {
		padding-top: 74px;
	}
}
.tenant {
	padding: 50px 5%;
}
.tenant__inner {
	max-width: 1100px;
	margin: 0 auto;
}
.tenant h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
}
@media screen and (max-width: 767px) {
	.tenant {
		padding: 15px 1rem 0;
	}
	.tenant h1 {
		font-size: 23px;
		line-height: 31px;
	}
}
/* -------------------------------- */
.tenant__floor ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 20px;
}
.tenant__floor ul li a {
    display: flex;
	align-items: center;
	justify-content: center;
    width: 40px;
	height: 40px;
    color: #333;
    border: 1px solid #EAEAEA;
	border-radius: 4px;
}
.tenant__floor ul li.this a {
	background-color: #F36385;
	color: #fff;
	font-size: 14px;
	border: 1px solid #F36385;
}
/* -------------------------------- */
.tenant__list {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #EAEAEA;
}
.tenant__list ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.tenant__list ul li {
	padding: 20px 18px;
	background-color: #FCFCFC;
	color: #333;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
}
.tenant__list ul li.pro {
	background-color: #FEF9FA;
	border: 2px solid #F36385;
}
.tenant__list-title {
	display: flex;
	align-items: center;
	gap: 8px;
}
.tenant__list-title h3 {
	font-size: 19px;
	font-weight: bold;
}
.tenant__list-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 17px;
	background-color: #F36385;
	color: #fff;
	font-size: 11px;
	border-radius: 2px;
}
.tenant__list-category {
	margin-top: 8px;
	color: #909090;
}
.tenant__list-tel {
	margin-top: 8px;
}
.tenant__list-explain {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #EAEAEA;
}
.tenant__list-tel {
	display: flex;
	align-items: center;
	gap: 2px;
}
.tenant__list-tel-icon {
	width: 12px;
	min-width: 12px;
}
.tenant__list-btn {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}
.tenant__list-btn a {
	position: relative;
	width: 50%;
	max-width: 200px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F36385;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
}
.tenant__list-btn a:nth-of-type(2) {
	background-color: #EBA811;
}
.tenant__list-btn a.off {
	pointer-events: none;
	cursor: none;
	opacity: .3;
}
.tenant__list-btn-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
	width: 6px;
}
@media screen and (max-width: 767px) {
	.tenant__list {
		margin-top: 20px;
		padding-top: 20px;
	}
	.tenant__list ul {
		gap: 15px;
	}
	.tenant__list ul li {
		padding: 20px 18px;
	}
	.tenant__list-title {
		gap: 8px;
	}
	.tenant__list-title h3 {
		font-size: 19px;
	}
	.tenant__list-badge {
		width: 45px;
		height: 17px;
		font-size: 11px;
		border-radius: 2px;
	}
	.tenant__list-category {
		margin-top: 8px;
	}
	.tenant__list-tel {
		margin-top: 8px;
	}
	.tenant__list-explain {
		margin-top: 20px;
		padding-top: 20px;
		font-size: 14px;
		line-height: 24px;
	}
	.tenant__list-tel {
		gap: 2px;
	}
	.tenant__list-tel-icon {
		width: 12px;
		min-width: 12px;
	}
	.tenant__list-btn {
		gap: 15px;
		margin-top: 20px;
	}
	.tenant__list-btn a {
		width: 50%;
		max-width: 180px;
		height: 40px;
		font-size: 14px;
	}
}