@charset "UTF-8";
/*-----------------------土地・物件販売*/
.section_mv #buy.mv_inner {
	background-image: url("../img/buy/main_v.jpg");
}
.buy {
	overflow: hidden;
}
.buy .menu-btn_wrap {
	display: none;
	z-index: 0;
} 
.buy .contents {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.buy .contents .left_box {
	width: 28%;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.buy .contents .left_box .search_caption {
	background-color: #007850;
	color: #ffffff;
	font-weight: 600;
	padding: 0.7em 10px;
}
.buy .contents .left_box .searchform_wrap {
	padding: 10px;
}
.buy .dl_buy {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	padding: 0.5em 0 1em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #f4f0ed;
}
.buy .dl_buy dt {
	/*width: 260px;*/
	text-align: left;
	font-weight: 700;
	line-height: 40px;
}
.buy .dl_buy dd {
	/*width: calc(100% - 260px);*/
}

.buy .dl_buy dd .checkbox {
	display: inline-block;
	margin-bottom: 5px;
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}
.buy .dl_buy dd .checkbox input[type=checkbox] {
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 3px;
}
.buy .dl_buy dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	position: relative;
	background-image: url("../img/common/select_arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
/*.buy .dl_buy dd select.pc_inline {
	max-width: 200px;
}*/
.buy .dl_buy dd p.rent {
	display: inline-block;
	padding: 0 10px;
}
.buy .dl_buy dd .list_col2 {
	display: flex;
	flex-wrap: wrap;
}
.buy .dl_buy dd .list_col2 li {
	width: 49%;
	margin-right: 1%;
}
/* チェックボックス全体 */
.buy .dl_buy dd .list_col2 li .checkbox-wrap {
	display: block;
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: normal;
	user-select: none;
}
/* デフォルトチェックボックス非表示 */
.buy .dl_buy dd .list_col2 li .checkbox-wrap input {
	display: none;
}
/* チェックボックスのスタイル */
.buy .dl_buy dd .list_col2 li .checkbox-wrap .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
/* チェックマーク作成 */
.buy .dl_buy dd .list_col2 li .checkbox-wrap .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: 2px solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/* チェック時のスタイル */
.buy .dl_buy dd .list_col2 li .checkbox-wrap input:checked + .checkmark {
	background-color: #0096ff;
}
/* チェック時 チェックマーク表示 */
.buy .dl_buy dd .list_col2 li .checkbox-wrap input:checked + .checkmark:after {
	display: block;
}

.buy .left_box .searchform_wrap .submit_area {
	text-align: center;
	margin: 10px auto 20px;
}
.buy .left_box .searchform_wrap .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #007560;
	font-weight: 600;
	background-color: #f9f9e1;
	border: 1px solid #007560;
	border-radius: 25px;
	transition: .2s;
}
.buy .left_box .searchform_wrap .submit_area input[type=submit]:hover {
	background-color: #007560;
	color: #ffffff;
}
.buy .left_box .searchform_wrap .submit_area input[type=reset] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	margin: 10px auto 0;
	color: #333333;
	font-weight: 600;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	transition: .2s;
}
.buy .left_box .searchform_wrap .submit_area input[type=reset]:hover {
	background-color: #efefef;
}
.buy .left_box .searchform_wrap .submit_area input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	margin: 10px auto 0;
	color: #333333;
	font-weight: 600;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	transition: .2s;
}
.buy .left_box .searchform_wrap .submit_area input[type=button]:hover {
	background-color: #efefef;
}

.buy .contents .right_box {
	width: 72%;
	padding: 0 0 0 20px;
}
.buy .contents .right_box .item_box_wrap .item_box {
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 20px;
}
.buy .contents .right_box .item_box_wrap .item_box .title {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 5px;
	transition: .2s;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 1em;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .imagebox {
	width: 32%;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .imagebox figure {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	transition: .2s;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .imagebox figure:hover {
	opacity: .7;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .imagebox figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox {
	width: 66%;
	margin-left: auto;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .title:hover {
	opacity: .7;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec {
	width: 100%;
	border: 1px solid #dddddd;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec th {
	width: 28%;
	padding: 0.5em;
	background-color: #efefef;
	border: 1px solid #dddddd;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec td {
	padding: 0.5em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .btn_more {
	display: block;
	width: 180px;
	line-height: 40px;
	border-radius: 20px;
	color: #ffffff;
	background-color: #007850;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	margin-left: auto;
	transition: .2s;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .btn_more:hover {
	opacity: .7;
}

.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec td a {
	transition: .2s;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec td a:hover {
	opacity: .5;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec td a span {
	display: inline-block;
	padding-left: 1.5em;
	position: relative;
}
.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec td a span::before {
	content:"double_arrow";
	font-family:"Material Symbols Outlined";
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	top: 0;
}
.buy .contents .right_box .item_box_wrap .item_box .item_img {
	display: flex;
	flex-wrap: wrap;
}
.buy .contents .right_box .item_box_wrap .item_box .item_img li {
	width: 23.5%;
	margin: 0 2% 2% 0; 
}
.buy .contents .right_box .item_box_wrap .item_box .item_img li:nth-child(4n) {
	margin: 0 0 2%; 
}
.buy .contents .right_box .item_box_wrap .item_box .item_img li a {
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 70%;
	position: relative;
	transition: .2s;
}
.buy .contents .right_box .item_box_wrap .item_box .item_img li a:hover {
	opacity: .7;
}
.buy .contents .right_box .item_box_wrap .item_box .item_img li a img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
.buy .contents .right_box .item_box_wrap .item_box .comment_box {
	margin-top: 1em;
}
.buy .contents .right_box .item_box_wrap .item_box .comment_box .catch3 {
	font-weight: 700;
	padding-left: 1.7em;
	margin-bottom: 0.8em;
	border-bottom: 2px solid #c8e6c8;
	position: relative;
}
.buy .contents .right_box .item_box_wrap .item_box .comment_box .catch3::before {
	content:"mode_comment";
	font-family:"Material Symbols Outlined";
	font-size: 2rem;
	color: #007560;
	position: absolute;
	left: 0;
	top: -0.1em;
}
@media screen and (max-width: 768px) {
	.section_mv #buy.mv_inner {
		display: none;
	}
	.buy {
		margin-top: 60px;
	}
	.buy .menu-btn_wrap {
		position: fixed;
		top: 60px;
		left: 0;
		display: block;
		padding: 10px 0;
		width: 100%;
		background: rgba(230, 244, 230, 0.9);
		z-index: 11;
	}
	/*---モーダルウィンドウ開閉用ボタン*/
	.buy .menu-btn_wrap .menu-btn {
		/*position: fixed;
		top: 80px;
		left: 50%;
		transform: translateX(-50%);*/
		display: block;
		width: 200px;
		line-height: 40px;
		font-size: 1.3rem;
		text-align: center;
		cursor: pointer;
		/*z-index: 11;*/
		border-radius: 20px;
		background-color: #007850;
		margin: 0 auto;
	}
	.buy .menu-btn_wrap .menu-btn span {
		color: #ffffff;
	}
	.buy .menu-btn_wrap .menu-btn span:after {
		content: attr(data-txt-menu);
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open .buy .menu-btn_wrap .menu-btn span:after {
		content: attr(data-txt-close);
	}
	.buy .contents .left_box {
		position: fixed;
		display: table;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .8);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		border: none;
		z-index: 10;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open .buy .contents .left_box {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	.buy .contents .left_box .left_box_inner {
		background-color: #ffffff;
		position: relative;
		z-index: 11;
		width: 100%;
		height: calc(100% - 120px);
		overflow: scroll;
		margin-top: 120px;
	}
	.buy .contents .left_box .left_box_inner .search_caption {
		display: none;
	}
	.buy .contents .left_box .left_box_inner .searchform_wrap {
		padding: 10px 20px;
	}
	.buy .contents .right_box {
		width: 100%;
		padding: 0;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner {
		flex-direction: column;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .imagebox {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 2em;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox {
		width: 100%;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec td a span::before {
		font-size: 1.4rem;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_img {
		justify-content: space-between;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_img li,
	.buy .contents .right_box .item_box_wrap .item_box .item_img li:nth-child(4n) {
		width: 48%;
		margin: 0 0 2%;
	}
}
@media screen and (max-width: 480px) {
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner {
		flex-direction: column;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .imagebox {
		width: 100%;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .imagebox figure {
		padding-top: 70%;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox {
		width: 100%;
		margin: 10px 0 0;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .title {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec th {
		width: 31%;
		font-size: 1.2rem;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .tbl_spec td {
		font-size: 1.2rem;
	}
	.buy .contents .right_box .item_box_wrap .item_box .item_box_inner .textbox .btn_more {
		font-size: 1.2rem;
		margin: 0 auto;
	}
}

