@charset "UTF-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#rent #pagetitle::after {
	content: "REAL ESTATE RENT";
}

#rentSearch {
	margin-bottom: 70px;
}

.rentSearchLead {
	margin-bottom: 10px;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

#rentSearchLeadBtn {
	margin-bottom: 70px;
}

.rentSearchItem {
	margin-bottom: 40px;
	padding: 25px;
	background-color: #e4f4eb;
	border-radius: 6px;
}

.rentSearchHead {
	margin-bottom: 20px;
	text-align: center;
}

.rentSearchHead img {
	width: 62px;
	margin-bottom: 10px;
}

.rentSearchHead span {
	display: block;
	color: #009843;
	font-size: 2.2rem;
	font-weight: 700;
}

.rentSearchBody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rentSearchImg {
	width: 50%;
	height: 256px;
	padding-right: 20px;
}

.rentSearchImg img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.rentSearchTxt {
	width: 50%;
	padding-left: 2%;
}

.rentSearchTxt h4 {
	margin-bottom: 20px;
	font-size: 2.2rem;
	letter-spacing: 0.025em;
}

.rentSearchTxt p {
	font-size: 1.4rem;
	line-height: 1.71;
	letter-spacing: 0;
}

#rentSearchBtn {
	width: 360px;
	max-width: 100%;
	margin: 0 auto 40px;
}

#rentSearchBtn .btnMain {
	font-size: 1.7rem;
}

.bnrWrap {
	margin-bottom: 50px;
}

#rentShop {
	margin-bottom: 70px;
}

/* 強み */
#rentStrength .serviceSecTtl {
	margin-bottom: 65px;
}

/* 法人様向けサポート */
#rentSupport {
	margin-bottom: 70px;
}

#rentSupportItemWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rentSupportItem {
	width: 47.6%;
	background-color: #f7f3ec;
	border-radius: 8px;
}

.rentSupportImg img {
	width: 100%;
	border-radius: 8px 8px 0 0;
}

.rentSupportBody {
	padding: 20px;
}

.rentSupportTtl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}

/* 賃貸ショップのご紹介 */
#rentShopListWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rentShopList {
	width: 31%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rentShopTtl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.rentShopBox {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #009843;
	border-radius: 8px;
}

.rentShopImg img {
	width: 100%;
	height: 180px;
	border-radius: 8px 8px 0 0;
}

.rentShopBody {
	height: 100%;
	padding: 10px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rentShopBodyTtl {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rentShopName {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.rentShopSns {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rentShopSns li {
	margin-left: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.rentShopSns img {
	width: 20px;
	vertical-align: middle;
}

.rentShopAddressWrap {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rentShopAddress {
	width: calc(100% - 48px);
	font-size: 1.2rem;
	line-height: 1.16;
	letter-spacing: 0;
}

a.rentShopAddressLink {
	width: 44px;
	padding: 0.5em;
	display: inline-block;
	color: #ffffff;
	background-color: #009843;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.rentShopAddressLink::after {
	content: "";
	width: 9px;
	height: 12px;
	display: inline-block;
	background: transparent url(../../../img/common/icon_map.svg) no-repeat center center/contain;
	vertical-align: bottom;
}

.rentShopTel {
	margin-bottom: 10px;
	padding-left: 20px;
	background: transparent url(../../../img/common/icon_tel.svg) no-repeat top 5px left/18px auto;
	font-size: 2.2rem;
	line-height: 1.2;
}

.rentShopTel .telLink {
	color: #333333;
}

.rentShopTelNote {
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
}

.rentShopTelNote .txt_sm {
	font-size: 1.1rem;
}

.rentShopBtnWrap {
	margin-top: auto;
}

.rentShopBtnWrap a {
	padding: 0.5em 2.8em;
	font-size: 1.3rem;
}

.rentShopBtnWrap a:not(:last-child) {
	margin-bottom: 10px;
}

/* -------------------------------------------------- */
/* PC調整 */
/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
	.rentShopList {
		width: 32%;
	}

	.rentShopTtl {
		font-size: 1.6rem;
	}

	.rentShopBody {
		padding: 10px;
	}

	.rentShopTelNote {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
	.rentSearchTxt h4 .inline {
		display: none;
	}
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	.rentShopSns li:hover {
		opacity: 0.7;
	}

	a.rentShopAddressLink:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 840px) {
	.rentSearchTxt h4 .inline {
		display: none;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#rentSearch {
		margin-bottom: 50px;
	}

	.rentSearchLead {
		font-size: 1.8rem;
	}

	.rentSearchItem {
		margin-bottom: 20px;
	}

	.rentSearchImg {
		width: 100%;
		height: auto;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.rentSearchTxt {
		width: 100%;
	}

	.rentSearchTxt h4 {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	.rentSearchTxt p {
		font-size: 1.3rem;
	}

	#rentSearchBtn .btnMain {
		font-size: 1.3rem;
	}

	.bnrWrap {
		margin-bottom: 30px;
	}

	#rentShop {
		margin-bottom: 50px;
	}

	/* 強み */
	#rentStrength .serviceSecTtl {
		margin-bottom: 30px;
	}

	#rentSearchLeadBtn {
		margin-bottom: 50px;
	}

	/* 法人様向けサポート */
	#rentSupport {
		margin-bottom: 50px;
	}

	.rentSupportItem {
		width: 100%;
	}

	.rentSupportItem:not(:last-child) {
		margin-bottom: 20px;
	}

	.rentSupportBody {
		padding: 20px;
	}

	.rentSupportTtl {
		font-size: 1.6rem;
	}

	.rentSupportTxt {
		font-size: 1.3rem;
	}

	/* 賃貸ショップのご紹介 */
	#rentShopListWrap {
		display: block;
	}

	.rentShopList {
		width: 100%;
	}

	.rentShopList:not(:last-child) {
		margin-bottom: 20px;
	}

	.rentShopTtl {
		margin-bottom: 5px;
	}

	.rentShopBox {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.rentShopImg {
		width: 40%;
		height: auto;
	}

	.rentShopImg img {
		border-radius: 8px 0 0 8px;
	}

	.rentShopBody {
		width: 60%;
		padding: 10px;
	}

	.rentShopBodyTtl {
		margin-bottom: 5px;
	}

	.rentShopName {
		font-size: 1.4rem;
	}

	.rentShopAddress {
		font-size: 1rem;
		width: 100%;
	}

	a.rentShopAddressLink {
		width: 50px;
		font-size: 0.8rem;
		text-align: center;
	}

	.rentShopAddressLink::after {
		margin-left: 0.1em;
	}

	.rentShopTel {
		padding-left: 15px;
		background: transparent url(../../../img/common/icon_tel.svg) no-repeat top 2px left/12px auto;
		font-size: 1.3rem;
	}

	.rentShopTelNote {
		margin-left: -15px;
		font-size: 1rem;
		letter-spacing: 0;
	}

	.rentShopTelNote .txt_sm {
		font-size: 0.9rem;
	}

	.rentShopBtnWrap {
		margin-top: auto;
	}

	.rentShopBtnWrap a {
		padding: 0.3em 2.8em;
		font-size: 1rem;
	}

	.rentShopBtnWrap a:not(:last-child) {
		margin-bottom: 5px;
	}
}