@charset "UTF-8";

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
#real-estate .system-list li a {
	position: relative;
}

#real-estate .system-list .icon {
	color: #fff;
	font-weight: bold;
	left: 0;
	padding: 10px clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem) 10px clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
	position: absolute;
	text-align: center;
	top: 0;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  line-height: 1.6;
  font-weight: 500;
}

#real-estate .icon.single {
	margin-bottom: 24px;
	margin-inline: auto;
	position: static;
  color: #fff;
	font-weight: bold;
	padding: 10px 40px 10px 40px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

#real-estate .icon01 {
	background-color: #870000;
}

#real-estate .icon02 {
	background-color: #000;
}

#real-estate .icon03 {
	background-color: #88561A;
}

#real-estate .system-pic {
	text-align: center;
}

#real-estate .system-pic img {
	height: 240px;
	width: 384px;
}

#real-estate .text-box {
	margin-inline: auto;
	width: 100%;
}

#real-estate .text-box table {
	border-collapse: collapse;
	width: 95%;
  margin-inline: auto;
  margin-bottom: 40px;
}

#real-estate .text-box table.single {
	border-collapse: collapse;
	width: 80%;
}

#real-estate .text-box table.single th {
  font-size: 16px;
  width: 100px;
} 

#real-estate .text-box table.single td .start-txt.price {
  font-size: 16px;
}

#real-estate .text-box table.single td .start-txt {
  font-size: 16px;
  padding: 0 0 8px;
}

#real-estate .text-box table tr {
	border-bottom: 1px solid #9C9C9C;
}

#real-estate .text-box table th {
	color: #9C9C9C;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 0;
	padding: 16px 0 8px;
	text-align: left;
  width: 50px;
}

#real-estate .text-box table td {
	margin: 0;
	padding: 0;
	text-align: left;
  padding: 0 0 8px;
}

#real-estate .text-box table td .start-txt {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

#real-estate .text-box table td .start-txt.price {
	color: #870000;
	font-size: 18px;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
}

#real-estate .system-ttl {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: -1px;
}

#real-estate .system-ttl {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2.64px;
	line-height: 1.4;
	margin-bottom: 15px;
}

#real-estate .system-txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 500;
}

#real-estate .system-date {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

#real-estate .system-date.single {
	background: #f8f8f8;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px;
}

#real-estate .photoset {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 40px;
}

#real-estate .photoset li figure {
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

#real-estate .photoset li figure img {
	height: auto;
	width: 100%;
}

#real-estate .system-ttl02 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}

#real-estate .esttl {
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 1.6;
	margin-bottom: 30px;
	padding: 8px;
	text-align: center;
}

#real-estate .estate-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 40px;
}

#real-estate .estate-list li {
	border: #ccc 1px solid;
	display: flex;
	flex-basis: 50%;
	margin-bottom: -1px;
}

#real-estate .estate-list li .estate-list-ttl {
	background: #f8f8f8;
	flex-basis: 33%;
	padding: 5%;
}

#real-estate .estate-list li p {
	background: #fff;
	flex-basis: 67%;
	padding: 5%;
}

#real-estate .estate-list li:nth-of-type(2n) {
	margin-left: -1px;
}

#real-estate .form-Box {
  padding-block: 100px 0;
}

#real-estate .form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {
  font-size: 14px;
  line-height: 1.6;
  padding: 2% 3% 2%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #EFEDEE;
  font-family: inherit;
}

#real-estate .form-Box .confirm_area input[type="text"] {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
  border: none;
  font-family: inherit;
  margin-inline: 0;
  padding: 0;
}


}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1250px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1250px) {
#real-estate .system-pic img {
	height: 19.2vw;
	width: 30.72vw;
}
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#real-estate .system-list {
	display: grid;
	gap: 24px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

#real-estate .system-list li a {
	position: relative;
}

#real-estate .system-list .icon {
	color: #fff;
	font-weight: bold;
	left: 0;
  padding: 1.6vw 7vw 1.6vw 7vw;
	position: absolute;
	text-align: center;
	top: 0;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

#real-estate .system-contents02 .icon {
	color: #fff;
	font-weight: bold;
  padding: 1.6vw 7vw 1.6vw 7vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
  margin-inline: auto;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 2vw;
}

#real-estate .icon01 {
	background-color: #870000;
}

#real-estate .icon02 {
	background-color: #000;
}

#real-estate .icon03 {
	background-color: #88561A;
}

#real-estate .system-pic {
	text-align: center;
}

#real-estate .system-pic img {
	height: 240px;
	width: 100%;
}

#real-estate .system-ttl {
	font-size: 4.6vw;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 3vw;
	padding-bottom: 1.5vw;
}

#real-estate .system-date {
	font-size: 3.6vw;
	font-weight: 500;
	margin-bottom: 2vw;
	padding-bottom: 1vw;
}

#real-estate .system-date.single {
  font-size: 3.2vw;
  line-height: 1.4;
  background: #f8f8f8;
  padding: 3vw;
  border-radius: 3vw;
  margin-bottom: 2vw;
}

.estate-list {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 7vw;
}

.estate-list li {
  width: 100%;
  border: #ccc 0.2vw solid;
  margin-bottom: -0.2vw;
  border-bottom: none;
}

.estate-list li:last-child {
  border-bottom: 0.2vw solid #ccc;
}

.estate-list li .estate-list-ttl {
  border-bottom: #ccc dotted 0.2vw;
  width: 100%;
  padding: 3vw;
  background: #f8f8f8;
}

.estate-list li p {
  width: 100%;
  padding: 3vw;
  background: #fff;
}

.photoset {
  display: grid;
  grid-template-columns: repeat(2,minmax(0, 1fr));
  gap: 10vw;
}

.photoset li figure {
  margin-bottom: 2vw;
}

.photoset li figure img {
  width: 100%;
  height: auto;
}

.esttl {
  border-bottom: 1px dotted #333;
  border-top: 1px dotted #333;
  font-size: 4.4vw;
  line-height: 1.6;
  letter-spacing: 0.3vw;
  font-weight: 600;
  text-align: center;
  padding: 2vw 1.0vw;
  margin-bottom: 3.9vw;
}

#real-estate .form-Box .confirm_area input[type="text"] {
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
  border: none;
  font-family: inherit;
  margin-inline: 0;
  padding: 0;
}

#real-estate .text-box {
	margin-inline: auto;
	width: 95%;
}

#real-estate .text-box table {
	border-collapse: collapse;
	width: 100%;
}

#real-estate .text-box table tr {
	border-bottom: 1px solid #9C9C9C;
}

#real-estate .text-box table th {
	color: #9C9C9C;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 0;
	padding: 4.3vw 0 1.2vw;
	text-align: left;
  width: 12vw;
}

#real-estate .text-box table td {
	margin: 0;
	padding: 0vw 0 1.2vw;
	text-align: left;
}

#real-estate .text-box table td .start-txt {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

#real-estate .text-box table td .start-txt.price {
	color: #870000;
	font-size: 4.348vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
}

#real-estate .system-ttl {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 0.246vw;
}

#real-estate .text-box table.single {
	border-collapse: collapse;
	width: 100%;
  margin-bottom: 10vw;
}

#real-estate .text-box table.single th {
  font-size: 3.382vw;
  width: 24.155vw;
} 

#real-estate .text-box table.single td .start-txt.price {
  font-size: 3.382vw;
}

#real-estate .text-box table.single td .start-txt {
  font-size: 3.382vw;
  padding: 0 0 1.932vw;
}

#real-estate .system-txt {
  font-size: 2.899vw;
  line-height: 1.6;
  margin-bottom: 1.932vw;
  font-weight: 500;
}

}