@charset "UTF-8";

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
#realestate .c-main__ttl02-wrap {
  background: url(../images/realestate/header_fv.jpg) no-repeat top center/cover;
}

#realestate_single .c-main__ttl02-wrap {
  background: url(../images/realestate/header_fv.jpg) no-repeat top center/cover;
}

.system-list {
  display: grid;
  gap: 81px 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 10rem 0;
  margin-inline: auto;
  width: min(95%, 1500px);
}

.system-list li {
  display: grid;
  grid-row: span 8;
  grid-template-rows: subgrid;
  grid-template-rows: auto auto auto auto auto auto auto 1fr;
}

.system-list li a {
  display: inherit;
  grid-row: inherit;
  grid-template-rows: inherit;
}

.system-day {
  color: #B3B3B3;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 8px;
  text-align: right;
}

.system-pic {
  margin-bottom: 1.3125rem;
}

.system-pic img {
  height: 20rem;
  width: 100%;
}

.system-add {
  color: #B3B3B3;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 8px;
}

#realestate_single .system-add {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3125;
}

.system-price {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 8px;

  display: -webkit-box;
  -webkit-line-clamp: 5; /* 最大5行まで */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.system-area {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 8px;
}

.system-toti {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 8px;

  display: -webkit-box;
  -webkit-line-clamp: 5; /* 最大5行まで */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.system-ttl {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6875;
  margin-bottom: 1.25rem;
}

.system-arrow {
  align-items: flex-end;
  border-bottom: 1px solid #333333;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: flex-end;
  letter-spacing: 0em;
  line-height: 1.75;
  padding-bottom: 7px;
}

.system-content {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.system-img {
  margin-bottom: 3rem;
}

.slick-img img {
  height: 33.75rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thumbnail-img {
  margin: 0 5px;
}

.thumbnail-img img {
  height: 8.125rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.realestate-table {
  border-collapse: collapse;
  margin-bottom: 3rem;
  width: 100%;
}

.realestate-table tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.realestate-info-row {
  border-bottom: 1px solid #E6E6E6;
  display: grid;
  grid-template-columns: 11.25rem 23.125rem;
}

.realestate-info-row:nth-child(1) {
  border-top: 1px solid #E6E6E6;
}

.realestate-info-row:nth-child(2) {
  border-top: 1px solid #E6E6E6;
}

.realestate-info-row-left {
  background: #F2F2F2;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  padding: 1rem 2.5rem 1rem;
  text-align: left;
}

.realestate-info-row-right {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  padding: 1rem 1.25rem 1rem;
  text-align: left;
}

.system-gaiyo {
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
  display: grid;
  gap: 0 3rem;
  grid-template-columns: 45.4545454545% 50%;
  margin-bottom: 6.25rem;
  padding: 3.75rem 0;
}

.system-gaiyo-left p {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.system-map {
  margin-bottom: 0px;
}

.system-map iframe {
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sysytem-link {
  margin-bottom: 20px;
}

.sysytem-link a {
  color: #B3B3B3;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  text-decoration: underline;
}

.system-contact-box {
  background: #F2F2F2;
  padding: 16px 40px 25px;
}

.system-contact-box p {
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 12px;
  padding: 2px 33px;
  width: -moz-fit-content;
  width: fit-content;
}

.system-contact-box .system-contact {
  background: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  margin-bottom: 0;
  padding: 0;
}

.gaiyo-table .realestate-info-row {
  border-bottom: 1px solid #E6E6E6;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26.25rem;
}

.gaiyo-table .realestate-info-row:nth-child(1) {
  border-top: 1px solid #E6E6E6;
}

.gaiyo-table .realestate-info-row-left {
  background: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
  padding: 1.1875rem 0rem;
  text-align: left;
}

.gaiyo-table .realestate-info-row-right {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  padding: 1.125rem 1.25rem 1.125rem 0;
  text-align: left;
}

#realestate_single .form-Box {
  background: none;
}

#realestate_single .form-Box .form-box-inner {
  position: static;
  padding: 0;
}

#realestate_single .system-ttl02 {
  text-align: left;
  padding: 19px 0px 19px;
}

#realestate_single .system-contents {
  margin-bottom: 6rem;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1000px) 
======================================== */
@media screen and (min-width:768px) and ( max-width:1000px) {
.gaiyo-table .realestate-info-row {
  grid-template-columns: minmax(0, 1fr) 23.25rem;
}
}

/* ========================================
@media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#realestate .c-main__ttl02-wrap {
  background: url(../images/realestate/sp_header_fv.jpg) no-repeat top center/cover;
}

#realestate_single .c-main__ttl02-wrap {
  background: url(../images/realestate/sp_header_fv.jpg) no-repeat top center/cover;
}

.system-list {
  display: grid;
  gap: 9.903vw 2.415vw;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 19.324vw 0;
  margin-inline: auto;
  width: min(95%, 94.2vw);
}

.system-list li {
  display: grid;
  grid-row: span 8;
  grid-template-rows: subgrid;
  grid-template-rows: auto auto auto auto auto auto auto 1fr;
}

.system-list li a {
  display: inherit;
  grid-row: inherit;
  grid-template-rows: inherit;
}

.system-day {
  color: #B3B3B3;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 1.932vw;
  text-align: left;
}

.system-pic {
  margin-bottom: 1.691vw;
}

.system-pic img {
  height: 31.401vw;
  width: 100%;
}

.system-add {
  color: #B3B3B3;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.3333333333;
  margin-bottom: 1.932vw;
}

#realestate_single .system-add {
  color: #333333;
  font-size: 3.865vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3125;
}

.system-price {
  color: #B3B3B3;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-bottom: 1.932vw;

  display: -webkit-box;
  -webkit-line-clamp: 5; /* 最大5行まで */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

.system-area {
  color: #B3B3B3;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.3333333333;
  margin-bottom: 1.932vw;
}

.system-toti {
  color: #B3B3B3;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-bottom: 1.932vw;

  display: -webkit-box;
  -webkit-line-clamp: 5; /* 最大5行まで */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.system-ttl {
  font-size: 3.8vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3333333333;
  margin-bottom: 1.449vw;
}

.system-arrow {
  align-items: flex-end;
  border-bottom: 0.2vw solid #333333;
  display: flex;
  font-size: 3.865vw;
  font-weight: 700;
  justify-content: flex-end;
  letter-spacing: 0em;
  line-height: 1.75;
  padding-bottom: 1.691vw;
}

.system-content {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.865vw;
}

.system-img {
  margin-bottom: 12.077vw;
}

.slick-img img {
  height: 43.478vw;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thumbnail-img {
  margin: 0 0.483vw;
}

.thumbnail-img img {
  height: 10.87vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.realestate-table {
  border-collapse: collapse;
  margin-bottom: 12.077vw;
  table-layout: fixed;
  width: 100%;
}

.realestate-table tbody {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.realestate-info-row {
  border: none;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.realestate-info-row:nth-child(1) {
  border: none;
  order: 1;
}

.realestate-info-row:nth-child(2) {
  order: 4;
}

.realestate-info-row:nth-child(3) {
  order: 2;
}

.realestate-info-row:nth-child(4) {
  order: 5;
}

.realestate-info-row:nth-child(5) {
  order: 3;
}

.realestate-info-row-left {
  background: #F2F2F2;
  font-size: 3.382vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.2857142857;
  padding: 3vw 4.831vw 3vw;
  text-align: left;
}

.realestate-info-row-right {
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
  padding: 6.488vw 4.831vw 6.488vw;
  text-align: left;
}

.system-gaiyo {
  border-bottom: 0.2vw solid #333333;
  border-top: 0.2vw solid #333333;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 14.493vw;
  padding: 10vw 0;
}

.system-gaiyo-left {
  display: contents;
}

.system-gaiyo-left p {
  font-size: 5.314vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3636363636;
  margin-bottom: 7vw;
  order: 1;
  text-align: center;
}

.system-map {
  margin-bottom: 0vw;
  order: 3;
}

.system-map iframe {
  height: 53.14vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sysytem-link {
  margin-bottom: 4vw;
  order: 4;
}

.sysytem-link a {
  color: #B3B3B3;
  display: block;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  text-decoration: underline;
}

.system-contact-box {
  background: #F2F2F2;
  order: 5;
  padding: 4.831vw 4.831vw 4.831vw;
}

.system-contact-box p {
  background: #ffffff;
  font-size: 3.865vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-bottom: 1.623vw;
  padding: 0vw 7.246vw;
  width: -moz-fit-content;
  width: fit-content;
}

.system-contact-box .system-contact {
  background: none;
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}

.gaiyo-table {
  order: 2;
  margin-bottom: 7vw;
}

.gaiyo-table .realestate-info-row {
  border-bottom: 0.2vw solid #E6E6E6;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62.8vw;
}

.gaiyo-table .realestate-info-row:nth-child(1) {
  border-top: 0.2vw solid #E6E6E6;
}

.gaiyo-table .realestate-info-row-left {
  background: none;
  font-size: 3.382vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.9;
  padding: 4vw 0px;
  text-align: left;
}

.gaiyo-table .realestate-info-row-right {
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.9;
  padding: 4vw 4.831vw 4vw 0;
  text-align: left;
}

#realestate_single .form-Box {
  background: none;
}

#realestate_single .form-Box .form-box-inner {
  position: static;
}

#realestate_single .system-ttl02 {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  padding: 4vw 0px 4vw;
}

#realestate_single .system-contents {
  margin-bottom: 0vw;
}
}

