/*-------------------------------
---.archive_head
-------------------------------*/

.archive_head {
  margin-top: 6rem;
  margin-bottom: 10rem;
}

.archive_head .en_title {
  font-size: 12rem;
  font-weight: 500;
  color: #DEDEE4;
  line-height: 1.4;
  margin-left: -5%;
}

.archive_head .title_wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-gap: 1rem 3rem;
  line-height: 1.2;
}

.archive_head .archive_title {
  font-size: var(--font-size-exl);
  font-weight: 500;
}

.archive_head .area_title {
  font-size: var(--font-size-xxl);
  font-weight: bold;
}


/*-------------------------------
---main
-------------------------------*/

main {
  margin-bottom: 12rem;
}


/*-------------------------------
---.prop_contents
-------------------------------*/

.prop_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 9rem 6rem;
}

.prop_contents .item_link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content auto;
  grid-gap: 1rem;
  height: 100%;
}

.prop_contents .item .image {
  position: relative;
}

.prop_contents .item .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50%;
}

.prop_contents .item .image img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.prop_contents .item .image .iema {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  width: 7.5rem;
  height: 2.05736725rem;
  background-image: url(../image/ready-built-homes/iema_icon.svg);
  background-size: cover;
  background-position: center;
}

.prop_contents .item .item_txt {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content max-content auto;
  align-items: flex-end;
  grid-gap: 1rem;
}

.prop_contents .item .item_title {
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
}

.prop_contents .item .item_title .flag_contents {
  display: flex;
  column-gap: 0.5rem;
}

.prop_contents .item .item_title .flag {
  display: inline-block;
  line-height: 1;
  word-break: keep-all;
  padding: 0.35em 0.5em;
}

.prop_contents .item .item_title .flag.new,
.prop_contents .item .item_title .flag.furnished {
  font-weight: bold;
  color: #fff;
  background-color: #D70000;
}

.prop_contents .item .item_title .flag.negotiation {
  font-weight: bold;
  color: #fff;
  background-color: var(--main-color);
}

.prop_contents .item .item_title .flag.visit {
  border: 0.1rem solid #000;
}

.prop_contents .item .item_title .title_body {
  display: inline-block;
  font-size: var(--font-size-subject_ready-built);
  font-weight: bold;
  line-height: var(--line-height-narrow);
}

.prop_contents .item .catch_copy {
  line-height: var(--line-height-narrow);
}

.prop_contents .item .price {
  font-weight: bold;
  text-align: right;
}

.prop_contents .item .price span {
  display: inline-block;
  line-height: 1;
}

.prop_contents .item .price .value {
  font-size: var(--font-size-xxxl);
  letter-spacing: 0.025em;
  margin-left: 1rem;
  margin-right: 0.5rem;
}

.prop_contents .item .price .value .decimal {
  font-size: 0.75em;
}
