@charset "UTF-8";

/* ここから物件情報 */

.custom_common_fv_box .text {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: .06em;
	font-weight: 700;
}

.common_property_custom .head_box {
	position: relative;
	margin-bottom: 50px;
}

.common_property_custom .head_box .text {
	font-size: 16px;
	letter-spacing: .04em;
	line-height: 1.8;
}

.common_property_custom .head_box .img {
	width: 640px;
	margin: 50px auto 0;
	height: 350px;
}

.common_property_custom .head_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.common_property_custom .theme_sec .text_box .ttl {
	background-color: #55A520;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	color: #fff;
	border-left: .5em solid #378901;
	padding: .5em;
	margin-bottom: 30px;
}

.common_property_custom .theme_sec .text_box .ttl_btm_img {
	margin: 0 auto 30px;
	width: 60%;
	aspect-ratio: 5/3;
}

.common_property_custom .theme_sec .text_box .ttl_btm_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.common_property_custom .theme_sec .text_box .catch {
	font-size: 18px;
	letter-spacing: .05em;
	border-left: 5px solid #55A520;
	line-height: 1.5;
	padding-left: 0.7em;
	margin-bottom: 0.9em;
}

.common_property_custom .theme_sec .text_box .text {
	font-size: 16px;
	letter-spacing: .03em;
	line-height: 1.8;
}

.common_property_custom .theme_sec .text_box .text_area+.text_area {
	margin-top: 30px;
}

.common_property_custom .theme_sec .text_box+.text_box {
	margin-top: 50px;
}

.common_property_custom {
	margin-bottom: 80px;
}

.common_property_custom .property_sec {
	/* padding: 50px 50px; */
	margin-top: 50px;
	/* background: #fffef1; */
}

.common_property_custom .property_sec .ttl_box .ttl {
	text-align: center;
	font-size: 24px;
	letter-spacing: .03em;
	font-weight: 700;
	color: #55A52F;
}

.common_property_custom .property_sec .cont {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.common_property_custom .property_sec .cont .item_box {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.common_property_custom .property_sec .cont .img {
	width: 270px;
	height: 166px;
	flex-shrink: 0;
}

.common_property_custom .property_sec .cont .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.common_property_custom .property_sec .cont .text_box .text_area {
	display: flex;
	align-items: center;
	gap: 12px;
}

.common_property_custom .property_sec .cont .text_box .text_area .theme {
	font-size: 15px;
	font-weight: 500;
	width: 4em;
	background-color: #55A520;
	color: #fff;
	text-align: center;
	padding: 0.2em 0.4em;
	flex-shrink: 0;
}

.common_property_custom .property_sec .cont .text_area .text {
	font-size: 15px;
	letter-spacing: .03em;
	line-height: 1.7;
}

.common_property_custom .property_sec .cont .text_box .text_area+.text_area {
	margin-top: 14px;
}

.common_property_custom .property_sec .cont .text_area .link {
	background-color: #ED8217;
	color: #fff;
	font-size: 15px;
	letter-spacing: .03em;
	width: 15em;
	padding: 1em;
	text-align: center;
	font-weight: 700;
	transition: .3s;
	display: block;
	border-radius: 5px;
	width: 100%;
}

.common_property_custom .property_sec .cont .text_box .text_area .name {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .03em;
	color: #55A520;
}

.common_property_custom .property_sec .ttl_box {
	margin-bottom: 30px;
}

.common_property_custom .property_sec .cont+.cont {
	margin-top: 45px;
}

.common_property_custom .property_sec .cont .text_box .text_area .link:hover {
	opacity: .7;
}

.common_property_custom .property_sec .cont .text_box .text_area .add {
	font-size: 15px;
	letter-spacing: .03em;
	line-height: 1.7;
}

.custom_common_fv_box {
	position: relative;
	background-image: url(/wp-content/themes/swell_child/image/custom_fv_img.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 120px 0;
}

.custom_common_fv_box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
}

.theme_sec.bottom {
	padding: 30px 0;
}

.common_property_custom .property_sec .text_area .ranking_ttl {
	font-size: 18px;
	letter-spacing: .03em;
	text-align: center;
	margin: 2em 0 1em;
	font-weight: 700;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 0.6em;
	align-items: center;
}

.common_property_btn {
	width: 350px;
	margin: 50px auto 0;
}

.common_property_btn .link {
	width: 100%;
	padding: 0.8em 0;
	align-items: center;
	justify-content: center;
	background-color: #55A520;
	border-radius: 8px;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #fff;
}

.search_contact_box {
	text-align: center;
	margin: 30px 0;
}

.search_contact_box .top_search_cont.form.input_box {
	background: unset;
	background-image: unset;
	padding: unset;
}

.search_contact_box .common_property_btn {
	width: 350px;
	margin: 0 auto;
}

.search_contact_box .top_search_cont.form.input_box form.flex.search {
	margin: unset;
}

.search_contact_box .top_search_cont.form.input_box input.text {
	background-color: #fff;
}

.common_property_custom .theme_sec {
	/* background: #e6fff7; */
}

.common_property_custom .property_layout {
	display: grid;
	grid-template-columns: 1fr 280px;
	margin: 90px auto 0;
	width: 1140px;
	gap: 50px;
	align-items: flex-start;
}

.common_property_custom aside.property_sidebar {
	padding: 20px;
	background-color: #eef9e7;
}

.common_property_custom .property_layout #main_content {
	width: 100%;
	border-radius: 20px;
}

.common_property_custom .property_layout #main_content .wrap {
	width: 100%;
	max-width: 100%;
}

.common_property_custom aside.property_sidebar .sidebar_ttl {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0.7em;
	border-left: 3px solid #55A520;
	padding-left: .3em;
}

.common_property_custom aside.property_sidebar .sidebar_list .sidebar_item {
	display: flex;
	align-items: center;
	gap: 15px;
	border-bottom: 1px dotted #abaaaa;
	padding-bottom: 1.4em;
}

.common_property_custom aside.property_sidebar .sidebar_list .sidebar_item+.sidebar_item {
	margin-top: 15px;
}

.common_property_custom aside.property_sidebar .sidebar_list .sidebar_item .img {
	width: 85px;
	height: 53px;
	flex-shrink: 0;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.common_property_custom aside.property_sidebar .sidebar_list .sidebar_item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.common_property_custom aside.property_sidebar .sidebar_list .sidebar_item .title {
	font-size: 14px;
	color: #000;
	letter-spacing: .03em;
	margin-top: .5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.common_property_custom .property_sec .text_area .ranking_ttl::before,
.common_property_custom .property_sec .text_area .ranking_ttl::after {
	content: "";
	display: block;
	background-color: #55A520;
	width: 0.1em;
	height: 0.9em;
}

.common_property_custom .property_sec .text_area .ranking_ttl::before {
	rotate: -25deg;
}

.common_property_custom .property_sec .text_area .ranking_ttl::after {
	rotate: 25deg;
}

.common_property_custom aside.property_sidebar .sidebar_list .sidebar_item .date {
	font-size: 13px;
	letter-spacing: .03em;
	color: #55A520;
}

.property_layout .top_search_cont form.flex.search {
	margin-top: 0;
	justify-content: center;
	position: relative;
}

.property_layout .top_search_cont::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
}

.property_layout .top_search_cont {
	background-color: unset;
	padding: 50px;
	background-image: url(/wp-content/themes/swell_child/image/top_mv_img.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.common_property_custom .property_sec .cont .bottom_box {
	margin-top: 30px;
}

.common_property_custom .property_sec .cont .bottom_box .text_area .text {
	margin-bottom: 1.7em;
	background-color: #eef9e7;
	padding: 0.9em;
}

.common_property_custom .property_sec .cont .bottom_box .text_area .link {
	margin: 0 auto;
}

.property_layout .top_search_cont .theme {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.04em;
	position: relative;
	text-align: center;
	margin-bottom: 0.6em;
}

.common_property_custom.single_property_area .input_box input.text {
	border: 2px solid #55A520;
	font-size: 16px;
}

.common_property_custom #top_search {
	background: unset;
	padding: 0;
}

.common_property_custom #top_search .top_search_cont .top_search_link_box ul li .area h4 {
	font-size: 16px;
}

.common_property_custom #top_search .top_search_cont .top_search_link_box ul li h4 .big {
	font-size: 20px;
}

.common_property_custom #top_search .top_search_cont {
	background-size: 331px 240px;
}

.common_property_custom #top_search .top_search_cont .top_search_h2_sub_text {
	font-size: 17px;
	font-weight: 700;
}

@media (max-width: 750px) {

	/* ここから物件情報 */

	.common_property_custom .head_box {
		/* padding: 10vw 3vw; */
		margin-bottom: 7vw;
	}

	.common_property_custom .head_box .text {
		font-size: 3.6vw;
		padding: 0;
	}

	.common_property_custom .head_box .img {
		margin: 6vw auto 0;
		height: 48vw;
		width: 100%;
	}

	.common_property_custom .theme_sec .text_box .ttl {
		font-size: 4.6vw;
		border-left: 0.3em solid #378901;
		margin-bottom: 1.1em;
	}

	.common_property_custom .theme_sec .text_box .ttl_btm_img {
		margin: 0 auto 4vw;
		width: 70%;
	}

	.common_property_custom .theme_sec .text_box .catch {
		font-size: 4vw;
		border-left: 3px solid #55A520;
	}

	.common_property_custom .theme_sec .text_box .text {
		font-size: 3.6vw;
		line-height: 1.7;
	}

	.common_property_custom {
		margin-bottom: 12vw;
	}

	.custom_common_fv_box {
		padding: 10vw 0;
	}

	.custom_common_fv_box .text {
		font-size: 4vw;
	}

	.common_property_custom .theme_sec .text_box .text_area+.text_area {
		margin-top: 7vw;
	}

	.common_property_custom .theme_sec .text_box+.text_box {
		margin-top: 10vw;
	}

	.common_property_custom .property_sec {
		padding: 10vw 0 6vw;
	}

	.common_property_custom .property_sec .ttl_box .ttl {
		font-size: 5vw;
	}

	.common_property_custom .property_sec .ttl_box {
		margin-bottom: 6vw;
	}

	.common_property_custom .property_sec .cont {
		padding: 5vw;
	}

	.common_property_custom .property_sec .cont .img {
		width: 100%;
		height: 50vw;
	}

	.common_property_custom .property_sec .cont .text_box .text_area {
		gap: 4vw;
	}

	.common_property_custom .property_sec .cont .text_box .text_area .theme {
		font-size: 3.5vw;
		padding: 0.3em 0.4em;
	}

	.common_property_custom .property_sec .cont .text_box .text_area .text {
		font-size: 3.5vw;
	}

	.common_property_custom .property_sec .cont .text_box .text_area+.text_area {
		margin-top: 2.7vw;
	}

	.common_property_custom .property_sec .cont .text_box .text_area .link {
		font-size: 3.6vw;
		margin: 0 auto;
	}

	.common_property_custom .property_sec .cont .text_box .text_area .name {
		font-size: 4.2vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.common_property_custom .property_sec .cont+.cont {
		margin-top: 10vw;
	}

	.common_property_custom .property_sec .cont .text_box .text_area .link:hover {
		opacity: 1;
	}

	.common_property_custom .property_sec .cont .text_box .text_area .add {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		font-size: 3.5vw;
	}

	.theme_sec.bottom {
		padding: 6vw 0;
	}

	.common_property_custom .property_sec .text_area .ranking_ttl {
		font-size: 5vw;
	}

	.common_property_btn {
		width: 80%;
		margin: 10vw auto 0;
	}

	.common_property_btn .link {
		font-size: 3.8vw;
	}

	.search_contact_box {
		margin: 3vw 0;
	}

	.search_contact_box .top_search_cont.form.input_box {
		width: 100%;
	}

	.search_contact_box .top_search_cont.form.input_box input.text {
		padding: 3vw;
	}

	.common_property_custom .theme_sec {
		/* padding: 14vw 0; */
	}

	.common_property_custom .property_layout {
		width: 90%;
		grid-template-columns: 1fr;
		gap: 10vw;
		margin-top: 12vw;
	}

	.common_property_custom aside.property_sidebar {
		padding: 5vw;
	}

	.common_property_custom aside.property_sidebar .sidebar_ttl {
		font-size: 4vw;
		margin-bottom: 1.1em;
	}

	.common_property_custom aside.property_sidebar .sidebar_list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 4vw;
	}

	.common_property_custom aside.property_sidebar .sidebar_list .sidebar_item .img {
		height: 19vw;
		width: 29vw;
	}

	.common_property_custom aside.property_sidebar .sidebar_list .sidebar_item+.sidebar_item {
		margin-top: 0;
	}

	.common_property_custom aside.property_sidebar .sidebar_list .sidebar_item .title {
		font-size: 3.5vw;
	}

	.property_layout .top_search_cont {
		padding: 8vw 5vw;
	}

	.search_contact_box .common_property_btn {
		width: 80%;
		margin: 0 auto;
	}

	.common_property_custom .property_sec .cont .item_box {
		flex-direction: column;
		gap: 5vw;
	}

	.common_property_custom .property_sec .cont .bottom_box .text_area .text {
		font-size: 3.5vw;
		margin-bottom: 1.3em;
	}

	.common_property_custom .property_sec .cont .text_area .link {
		font-size: 3.8vw;
	}

	.common_property_custom .property_sec .cont .bottom_box {
		margin-top: 4vw;
	}

	.property_layout .top_search_cont .theme {
		font-size: 5vw;
	}

	.common_property_custom #top_search input.text {
		font-size: 16px;
	}

	.common_property_custom #top_search .top_search_cont .top_search_h2_sub_text {
		font-size: 3.7vw;
	}

	.common_property_custom #top_search .top_search_cont {
		background-size: 15vw 19vw;
		padding: 4vw;
		background-position: top 1vw left 3vw, top 3vw right;
	}

}