@charset "utf-8";

body:has(#lotsforsale) #container.page #article { padding-top: 65px;}
#ui-datepicker-div { width: 250px; font-size: 12px; }
#lotsforsale * {
	box-sizing: border-box;
}

#lotsforsale .cta-sp { display: none;}
#lotsforsale .inline-block { display: inline-block;}

#lotsforsale .section .inner {
	max-width: 1000px;
	width: 93.75%;
	margin-inline: auto;
}
@media (hover: hover) and (pointer: fine) {
	#lotsforsale a { transition: opacity .3s;}
	#lotsforsale a:hover { opacity: .7;}
}
#container.page #lotsforsale .section_1 {
	background-image: url('/images/lotsforsale-mvbg.webp');
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom: 460px;
	margin-bottom: 60px;
}
#lotsforsale .mvbg-sp {
	display: none;
}
#lotsforsale .mv-text .h3_1 {
	font-size: 38px;
	text-align: center;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 36px;
}
#lotsforsale .mv-text .lead-text {
	font-size: 18px;
	text-align: center;
	line-height: 2.1;
	margin-bottom: 32px;
}
#lotsforsale .mv-text .lead-f {
	display: flex;
	gap: 80px;
	max-width: 770px;
	width: 100%;
	margin-bottom: 40px;
	margin-inline: auto;
}
#lotsforsale .mv-text .lead-f picture {
	width: calc((100% - 80px) / 2);
	display: block;
}
#lotsforsale .mv-text .lead-f picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#lotsforsale .section.section_2 {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #1a1a1a;
}
#lotsforsale .section_2 .h3_1 {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
#lotsforsale .section_2 .m-wrap {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
#lotsforsale .section_2 .m-wrap picture {
	width: 345px;
}
#lotsforsale .section_2 .m-wrap picture.cross {
	width: 30px;
}
#lotsforsale .section_2 .lead-text {
	font-size: 15px;
	line-height: 2.1;
}
#lotsforsale .section_3 .h4-wrap {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 50px;
}
#lotsforsale .section_3 .h-num {
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	background-color: #000;
	flex-shrink: 0;
}
#lotsforsale .section_3 .h4_1 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 8px;
}
#lotsforsale .section_3 .h4-sub {
	display: block;
	font-size: 15px;
	font-weight: 600;
}
#lotsforsale .section_3 .flex-box {
	display: flex;
	gap: 30px;
	align-items: center;
}
#lotsforsale .section_3 .box-text {
	width: 47%;
}
#lotsforsale .section_3 .box-text p {
	font-size: 15px;
	line-height: 2.1;
}
#lotsforsale .section_3 .p-box_1 {
	margin-bottom: 100px;
}
#lotsforsale .section_3 .pic_label {
	text-align: right;
	position: relative;
	flex-grow: 1;
	padding-right: 8%;
}
#lotsforsale .section_3 .pic_label::after {
	content: '';
	width: 140px;
	aspect-ratio: 1;
	background-image: url('/images/lotsforsale-label.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	z-index: -1;
	right: 6%;
    top: -38%;
}
#lotsforsale .section_3 .pic_label img {
	width: auto;
	display: inline-block;
}

#lotsforsale .section.section-cta {
	background-color: #dbdbdb;
	padding: 50px 0 75px;
	text-align: center;
	margin: 78px 0 40px;
}
#lotsforsale .section-cta .h3_1 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 16px;
}
#lotsforsale .section-cta .cta-lead {
	font-size: 18px;
	font-weight: 600;
}
#lotsforsale .cta-btn {
	display: flex; 
	gap: 34px;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
#lotsforsale .cta-btn a {
	width: 100%;
	max-width: 355px;
	font-size: 20px;
	text-align: center;
	display: block;
	border-radius: 10px;
	font-weight: 600;
	line-height: 1.4;
	padding: 17px 10px;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.13em;
}
#lotsforsale .cta-btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	transform: translateY(-50%) rotate(45deg);
}
#lotsforsale .cta-btn a.line-btn {
	color: #fff;
	background-color: #49a32e;
}
#lotsforsale .cta-btn a.line-btn::after {
	border-color: #fff;
}
#lotsforsale .cta-btn a.c-btn {
	color: #1a1a1a;
	background-color: #fff;
}
#lotsforsale .cta-btn a.c-btn::after {
	border-color: #1a1a1a;
}

#lotsforsale .section_4 .h3_1 {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 34px;
}
#lotsforsale .m-box {
	display: flex;
	list-style: none;
	border: 1px solid #1a1a1a;
}
#lotsforsale .m-item {
	width: calc(100% / 3);
	margin: 36px 0;
	padding: 0 30px;
}
#lotsforsale .m-item:not(:last-child) {
	border-right: 1px solid #1a1a1a;
}
#lotsforsale .m-item .h4_1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	padding-left: 1.1em;
	position: relative;
	margin-bottom: 30px;
}
#lotsforsale .m-item .h4_1::before {
	position: absolute;
	top: 0px;
	left: 0;
}
#lotsforsale .m-item:nth-child(1) .h4_1::before {
	content:'①'
}
#lotsforsale .m-item:nth-child(2) .h4_1::before {
	content:'②'
}
#lotsforsale .m-item:nth-child(3) .h4_1::before {
	content:'③'
}
#lotsforsale .m-item p {
	font-size: 19px;
}

#lotsforsale .c-label {
	background-color: #1a1a1a;
	color: #fff;
	font-weight: 600;
	padding: 26px 5%;
	text-align: center;
	margin-top: 80px;
}
#lotsforsale .c-label .c-title-sub {
	font-size: 20px;
	margin-bottom: 15px;
}
#lotsforsale .c-label .c-title {
	font-size: 26px;
}


@media screen and (max-width: 768px) {
	#lotsforsale .inline-block { display: block;}
	#container.page #lotsforsale .section_1 {
		background-image: none;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	#lotsforsale .mv-text .h3_1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#lotsforsale .mv-text .lead-text {
		font-size: 14px;
		text-align: left;
	}
	#lotsforsale .mv-text .lead-f {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	#lotsforsale .mv-text .lead-f picture {
		width: 100%;
		max-width: 220px;
	}
	#lotsforsale .mvbg-sp {
		display: block;
		aspect-ratio: 390 / 170;
	}
	#lotsforsale .mvbg-sp picture {
		display: block;
		width: 100%;
		height: 100%;
	}
	#lotsforsale .mvbg-sp img {
		width: 100%;
		height: 100%;
		object-position: 100% bottom;
		object-fit: cover;
	}
	#lotsforsale .section.section_2 {
		border-bottom: none;
		padding-bottom: 0;
	}
	#lotsforsale .section_2 .h3_1 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#lotsforsale .section_2 .m-wrap {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}
	#lotsforsale .section_2 .m-wrap picture {
		width: 220px;
	}
	#lotsforsale .section_2 .m-wrap picture.cross {
		width: 17px;
	}
	#lotsforsale .section_2 .lead-text {
		font-size: 14px;
	}
	#lotsforsale .cta-sp {
		display: block;
	}
	#lotsforsale .section.section-cta {
		margin: 32px 0 40px;
		padding: 21px 0 27px;
	}
	#lotsforsale .section-cta .h3_1 {
		font-size: 19px;
		margin-bottom: 18px;
	}
	#lotsforsale .section-cta .cta-lead {
		font-size: 14px;
	}
	#lotsforsale .cta-btn {
		gap: 5%;
		margin-top: 20px;
	}
	#lotsforsale .cta-btn a {
		font-size: 14px;
	}
	#lotsforsale .section_3 .p-box_1 {
		margin-bottom: 28px;
	}
	#lotsforsale .section_3 .p-box_1 .h4-wrap {
		margin-bottom: 20px;
	}
	#lotsforsale .section_3 .h-num {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}
	#lotsforsale .section_3 .h4_1 {
		font-size: 22px;
		margin-bottom: 0;
		line-height: 1.4;
	}
	#lotsforsale .section_3 .h4-sub {
		font-size: 14px;
		margin-top: 8px;
	}
	#lotsforsale .section_3 .flex-box {
		gap: 20px;
		flex-direction: column-reverse;
	}
	#lotsforsale .section_3 .box-text {
		width: 100%;
	}
	#lotsforsale .section_3 .box-text p {
		font-size: 14px;
	}
	#lotsforsale .section_3 .p-box_2 .h4-wrap {
		margin-bottom: 27px;
	}
	#lotsforsale .section_3 .pic_label::after {
		content: none;
	}
	#lotsforsale .section_3 .pic_label {
		width: 90%;
		padding-right: 0;
	}
	#lotsforsale .section_3 .pic_label img {
		width: 100%;
	}
	#lotsforsale .section_4 .h3_1 {
		font-size: 20px;
	}
	#lotsforsale .m-box {
		flex-direction: column;
	}
	#lotsforsale .m-item {
		width: calc(100% - 19px * 2);
		margin: 19px 19px 0;
		padding: 0 0 19px;
	}
	#lotsforsale .m-item .h4_1 {
		font-size: 19px;
		margin-bottom: 24px;
	}
	#lotsforsale .m-item p {
		font-size: 14px;
	}
	#lotsforsale .m-item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #1a1a1a;
	}
	#lotsforsale .c-label {
		margin-top: 32px;
		padding: 7px 7px;
	}
	#lotsforsale .c-label .c-title-sub {
		font-size: 12px;
	}
	#lotsforsale .c-label .c-title {
		font-size: 16px;
	}
}

@media screen and (max-width: 520px) {
	#lotsforsale .cta-btn {
		flex-direction: column;
		gap: 8px;
	}
	#lotsforsale .cta-btn a {
		width: 100%;
	}
	#lotsforsale .cta-btn a br {
		display: none;
	}
	#lotsforsale .cta-btn a::after {
		right: 12px;
		width: 7px;
		height: 7px;
	}
}

/* form */
.formMsg {
	color: #ff3f00;
	border: 1px solid #ff3f00;
	letter-spacing: 0.075em;
	padding: 18px;
	text-align: center;
	display: block;
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 16px;
	margin-top: 75px;
}
.form-area p {
	line-height: 1.75;
	letter-spacing: 0.075em;
	text-align: center;
}
.caution p { font-size: 21px; color: #c50c22; letter-spacing: .05em; margin: 28px auto; }
.Tleft { display: inline-block; margin: 0 auto; }
.Tleft p { font-size: 16px; letter-spacing: .05em; }
.form-wrapper { margin: 0 auto 0; }
.form-wrapper .table { width: 100%; max-width: 923px; margin: 0 auto; padding: 18px 0 60px;  background-color: #fff; }
.form-wrapper .flexItem { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 768px; margin:0 auto; padding: 32px 0; border-bottom: 1px solid #c9caca; }
.form-wrapper .flexItem.unborder { border: none; margin-bottom: -1.5vw; }
.form-wrapper .flexItem:last-child { border-bottom: 0; }
.form-wrapper .flexItem .th { width: 43.10416666666667%; font-size: 16px; font-weight: bold; letter-spacing: .05em; color: #3e3a39; }
.form-wrapper .flexItem .th p { font-size: 13.4px; font-weight: normal; margin-top: 20px; margin-left: 1em; margin-right: 40px; text-indent: -1em; text-align: left; }
.form-wrapper .flexItem .th span { display: inline-block; padding: 2px 15px; background-color: #de9816; margin-right: 15px; font-size: 16px; color: #fff; }
.form-wrapper .flexItem .th span.any { background-color: #727171; }
.form-wrapper .flexItem .td { width: 56.89583333333333%;}
.form-wrapper .flexItem .td span { width: 100%;}
.form-wrapper .flexItem .td input::placeholder { color: #ccc; }
.form-wrapper .flexItem .td input, .form-wrapper .flexItem .td textarea { font-size: 16px; letter-spacing: .05em; width: 100%; padding: 20px 20px; border: none; box-sizing: border-box; border: 1px solid #ccc; }
.form-wrapper .flexItem .td input#your-name_1, .form-wrapper .flexItem .td input#your-name_2 { width: 48%; }
.form-wrapper .flexItem .td input#your-name_1 { margin-right: 4%; }
.form-wrapper .flexItem .td input#your-kana_1, .form-wrapper .flexItem .td input#your-kana_2 { width: 48%; }
.form-wrapper .flexItem .td input#your-kana_1 { margin-right: 4%; }
.form-wrapper .flexItem .td span.wpcf7-list-item { display: unset; margin: 0 ;}
.form-wrapper .flexItem .td.join { font-size: 16px; font-weight: bold; color: #3e3a39; display: flex; justify-content: space-between; }
.form-wrapper .flexItem .td.join > div { position: relative; white-space: nowrap; }
.form-wrapper .flexItem .td.join span.wpcf7-form-control-wrap { position: unset; }
.form-wrapper .flexItem .td input.your-adult, .form-wrapper .flexItem .td input.your-child { max-width: 90px; padding: 20px; margin: 0 4px 0 24px; }
.form-wrapper .flexItem .td.join .wpcf7-not-valid-tip { font-size: 11px; white-space: nowrap; position: absolute; bottom: -20px; left: 0; display: inline; }
.form-wrapper .flexItem .td .studio { padding: 0; }
.form-wrapper .flexItem .td .studio > span > span label { display: block; width: 100%; padding: 20px 0 20px 30px; margin-bottom: 0; box-sizing: border-box; font-size: 16px; background-color: #fff; }
.form-wrapper .flexItem .td .studio input { margin: 0 30px 0 0; }
.form-wrapper .flexItem .td input[type="radio"] { width: auto; margin: -3px 20px 0 0; }
.form-wrapper .flexItem .td.hope p { font-size: 16px; font-weight: bold; margin-bottom: 4px; text-align: left; }
.form-wrapper .flexItem .td.hope > div { display: flex; justify-content: space-between; margin-bottom: 13px; }
.form-wrapper .flexItem .td.hope > div > div { width: 46%; }
.form-wrapper .flexItem .td.hope input, .form-wrapper .flexItem .td.hope select { width: 100%; padding: 14px; box-sizing: border-box; }
.form-wrapper .flexItem .td.hope select { border: 1px solid #ccc; appearance: none; }
.form-wrapper .flexItem .td.hope input::placeholder { color: #333; }
.form-wrapper .flexItem .td.hope > div > div > span { position: relative; }
/*.form-wrapper .flexItem .td.hope > div > div > span:after { content: url("../images/1x/consultationArrow.png"); display: block; position: absolute; top: -4px; right: 10px; }*/
.form-wrapper .flexItem .td > .contact > span { display: flex; justify-content: space-between; }
.form-wrapper .flexItem .td > .contact > span > span { display: block; width: 43%; padding: 13px; box-sizing: border-box; font-size: 16px; background-color: #fff; }
.form-wrapper .flexItem .td textarea { height: 113px; margin-top: 15px; }
.button_area { margin: 70px auto 0; text-align: center; }
.button_area input.wpcf7-submit, .button_area input[type="reset"] { cursor: pointer; border-radius: 3px; }
.button_area input.wpcf7-submit:hover, .button_area input[type="reset"]:hover { opacity: .7; }
.button_area input.wpcf7-submit { font-size: 29.5px; color: #fff; display: block; width: 90%; max-width: 343px; border: none; padding: 28px 0 32px; margin: 0 auto 28px; background-color: #1a1a1a;}
.button_area input[type="reset"] { font-size: 23.18px; color: #fff; display: block; width: 80%; max-width: 224px; border: none; padding: 22px 0; margin: 0 auto; background-color: #898989; }
.screen-reader-response { background-color: #efefef; text-align: center; padding: 0; }
.screen-reader-response ul { list-style: none; }
.screen-reader-response p { font-size: 24px; font-weight: bold; color: #c50c22; }
.wpcf7-response-output { display: none; }
.form-wrapper .flexItem .td.yosan select {
    border: 1px solid #ccc;
    appearance: none;
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	input, select { -webkit-appearance: none; border-radius: 0; }
	select { background-color: #fff; }
	input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer;}
	input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }
	input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }
	.form-wrapper { background-color: #efefef; padding-bottom: 5.3vw; }
	.form-wrapper .table { padding-bottom: 0; }
	.form-wrapper .flexItem { flex-wrap: wrap; padding: 6vw 0; }
	.form-wrapper .flexItem:first-child { border-top: 1px solid #c9caca; }
	.form-wrapper .flexItem:first-child .td { display: flex; gap: 15px; }
	.form-wrapper .flexItem:nth-child(2) .td { display: flex; gap: 15px; }
	.form-wrapper .flexItem .td input#your-name_1, .form-wrapper .flexItem .td input#your-name_2 { width: 100%;}
	.form-wrapper .flexItem .td input#your-kana_1, .form-wrapper .flexItem .td input#your-kana_2 { width: 100%;}
	.form-wrapper .flexItem .th, .form-wrapper .flexItem .td { width: 100%; }
	.form-wrapper .flexItem .th { font-size: max(4.53vw, 17px); margin-bottom: max(4vw, 15px); }
	.form-wrapper .flexItem .th span { font-size: max(3.37vw, 14px); }
	.form-wrapper .flexItem .td input, .form-wrapper .flexItem .td textarea { font-size: max(4.26vw, 16px); padding: 4vw; }
	.form-wrapper .flexItem .td.join { font-size: max(3.7vw, 14px); justify-content: space-around; }
	.form-wrapper .flexItem .td input.your-adult, .form-wrapper .flexItem .td input.your-child { max-width: 16vw; padding: 3vw; margin-left: max(4.5vw, 17px); }
	.form-wrapper .flexItem .td .studio > span > span label { font-size: max(4.26vw, 16px); padding: 4vw 0 4vw 3.4vw; }
	.form-wrapper .flexItem .td input[type="radio"] { margin-right: 4.7vw; position: relative; }
	.form-wrapper .flexItem .td input[type="radio"]:after, .form-wrapper .flexItem .td input[type="radio"]:before { content: ""; display: block; position: absolute; top: 0; left: 0; border-radius: 100%; }
	.form-wrapper .flexItem .td input[type="radio"]:after { top: calc(50% - 1.6vw); left: 3.2vw; width: max(3.2vw, 12px); height: max(3.2vw, 12px); border: 1px solid #231815; }
	.form-wrapper .flexItem .td input[type="radio"]:before { top: calc(50% - .8vw); left: 4vw; width: max(2.1vw, 8px); height: max(2.1vw, 8px); }
	.form-wrapper .flexItem .td input[type="radio"]:checked:before { background-color: #de9816; }
	.form-wrapper .flexItem .th p { margin-top: 4.7vw; font-size: max(3.2vw, 12px;); }
	.form-wrapper .flexItem .td.hope p { font-size: max(4.2vw, 16px); }
	.form-wrapper .flexItem .td > .contact > span > span { font-size: max(4.26vw, 16px); padding: 4vw 0 4vw 3.4vw; }
	.form-wrapper .flexItem .td p { font-size: max(3.2vw, 12px); }
	.form-wrapper .flexItem .td textarea { height: max(2.4vw, 90px); }
	.button_area { margin: 0 auto; }
	.button_area input.wpcf7-submit { font-size: max(5.6vw, 21px); width: 84%; padding: 2.3vw 0; }
	.button_area input[type="reset"] { font-size: max(3.92vw, 14.7px); width: 40%; padding: 3.6vw 0; }
	.form-wrapper .flexItem .td input[type="radio"] { border: none;}

	.wpcf7-not-valid-tip { font-size: 11px; white-space: nowrap; }


	@media (max-width: 512px) {
		.form-wrapper .flexItem .td input#your-name_1 { margin-bottom: 15px; }
		.form-wrapper .flexItem .td input#your-name_1, .form-wrapper .flexItem .td input#your-name_2 { width: 90%; margin-right: 0;}
		.form-wrapper .flexItem .td input#your-kana_1, .form-wrapper .flexItem .td input#your-kana_2 { width: 90%; margin-right: 0;}
		
		.form-area p {
			text-align: left;
		}
		.Tcenter.caution p {
			font-size: 14px;
			text-align: left;
		}
		.Tcenter.caution br.sp {
			display: none;
		}
	}
}