@charset "UTF-8";
:root {
  scroll-behavior: smooth;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, form, fieldset, input, textarea, blockquote, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-size: 1em;
}

ul, ol, li {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  color: currentColor;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: currentColor;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  line-height: 1.6;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.04em;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  padding-inline: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
  box-sizing: border-box;
  gap: clamp(0.625rem, 0.4049295775rem + 0.9389671362vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .header {
    flex-direction: column;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(1.3125rem, 0.8503521127rem + 1.9718309859vw, 2.625rem);
}
.header__nav .el_btn {
  width: clamp(5rem, 3.2394366197rem + 7.5117370892vw, 10rem);
  aspect-ratio: 160/36;
  font-weight: 700;
  font-family: "Montserrat", serif;
  letter-spacing: 0.1em;
}

.site_name {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer .site_name {
    align-items: end;
  }
}
@media screen and (max-width: 767px) {
  .footer .site_name {
    align-items: start;
  }
}
.header .site_name__logo {
  width: clamp(3.75rem, 3.3098591549rem + 1.8779342723vw, 5rem);
  margin-bottom: -16px;
}
@media screen and (max-width: 767px) {
  .header .site_name__logo {
    margin-bottom: -8px;
  }
}
.footer .site_name__logo {
  width: clamp(4.375rem, 3.8028169014rem + 2.441314554vw, 6rem);
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .footer .site_name__logo {
    margin-top: -8px;
  }
}
.site_name__text {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.6875rem, 0.6434859155rem + 0.1877934272vw, 0.8125rem);
  line-height: 1.35;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .footer .site_name__text {
    padding-top: 16px;
  }
}

.footer_head {
  position: relative;
  padding-block: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem) clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.footer_head__heading {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
}
.footer_head__heading::before {
  font-weight: 300;
  font-size: clamp(2.25rem, 2.1179577465rem + 0.5633802817vw, 2.625rem);
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
  content: "CONTACT";
}
.footer_head__cta {
  display: flex;
  justify-content: center;
  gap: clamp(1.875rem, -0.985915493rem + 12.20657277vw, 10rem);
}
@media screen and (max-width: 767px) {
  .footer_head__cta {
    flex-direction: column;
    align-items: center;
  }
}
.footer_head__cta img {
  filter: brightness(0) invert(1);
}
.footer_head__cta dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
}
.footer_head__cta dt::before {
  width: 28px;
  aspect-ratio: 28/20;
  background-image: url("../img/icon_mail.svg");
  background-repeat: no-repeat;
  content: "";
  filter: brightness(0) invert(1);
}
.footer_head__cta .tel dt::before {
  width: 24px;
  aspect-ratio: 1;
  background-image: url("../img/icon_tel.svg");
}
.footer_head__cta .tel dd:last-child {
  margin-top: 8px;
  font-size: 11px;
}
.footer_head__bg {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: -1;
}
.footer_head__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_info {
  padding-bottom: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
  padding-inline: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
}

.footer_foot {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .footer_foot {
    flex-direction: column;
    align-items: center;
  }
}

.footer_nav {
  display: flex;
  color: #3c3c3c;
  font-size: 13px;
  gap: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .footer_nav {
    flex-direction: column;
  }
}
.footer_nav li a {
  display: grid;
  align-items: center;
  position: relative;
  min-width: 168px;
  height: 32px;
  border-bottom: 1px solid #c8c8c8;
}
.footer_nav li a::after {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 9px;
  aspect-ratio: 9/8;
  background: url("../img/icon_arrow.svg") no-repeat;
  content: "";
  transition: 0.3s;
}
.footer_nav li a:hover::after {
  right: 0;
}

.copyright {
  margin-top: 2em;
  font-weight: 400;
  font-size: clamp(0.625rem, 0.5809859155rem + 0.1877934272vw, 0.75rem);
  font-family: "Montserrat", serif;
}

.main {
  padding-bottom: clamp(5rem, 3.2394366197rem + 7.5117370892vw, 10rem);
}

.section {
  padding: clamp(1.25rem, -0.0704225352rem + 5.6338028169vw, 5rem);
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 20px;
  }
}

.section_heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: clamp(1.4375rem, 0.9313380282rem + 2.1596244131vw, 2.875rem);
  font-weight: 600;
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  line-height: 1;
  gap: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}
.section_heading::before {
  display: inline-block;
  padding: 4px clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
  background-color: #ff3100;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.6875rem, 0.6214788732rem + 0.2816901408vw, 0.875rem);
  line-height: 1;
  font-family: "Montserrat", serif;
  text-align: center;
  content: attr(data-text);
}

.property_head {
  display: grid;
  position: relative;
  height: 28.8888888889vw;
  max-height: 416px;
  margin-bottom: clamp(3.5rem, 2.2676056338rem + 5.2582159624vw, 7rem);
  place-items: center;
}
@media screen and (max-width: 767px) {
  .property_head {
    height: 53.3333333333vw;
  }
}
.property_head__title {
  max-width: 800px;
  padding: clamp(0.625rem, 0.4049295775rem + 0.9389671362vw, 1.25rem) clamp(1.75rem, 1.1338028169rem + 2.6291079812vw, 3.5rem);
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .property_head__title {
    max-width: 90%;
  }
}
.property_head__title::before {
  display: inline-block;
  margin-bottom: clamp(0.25rem, 0.161971831rem + 0.3755868545vw, 0.5rem);
  padding-bottom: clamp(0.375rem, 0.2429577465rem + 0.5633802817vw, 0.75rem);
  border-bottom: 1px solid #ff3100;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  line-height: 1;
  content: "物件詳細";
}
.property_head__heading {
  font-size: clamp(1.125rem, 0.9049295775rem + 0.9389671362vw, 1.75rem);
  line-height: 1.35;
}
.property_head__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.property_head__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property_container {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, -0.0704225352rem + 5.6338028169vw, 5rem);
}
@media screen and (max-width: 767px) {
  .property_container {
    padding-inline: 20px;
  }
}

.property_body {
  display: grid;
  margin-bottom: clamp(1.6875rem, 1.0933098592rem + 2.5352112676vw, 3.375rem);
  gap: clamp(1.3125rem, 0.8503521127rem + 1.9718309859vw, 2.625rem);
}
@media screen and (min-width: 768px) {
  .property_body {
    grid-template-columns: clamp(17.5rem, 11.338028169rem + 26.2910798122vw, 35rem) 1fr;
  }
}
.property_pics {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .property_pics {
    margin-inline: -20px;
  }
}
.property_pics__main .swiper-slide {
  text-align: center;
  background-color: #faf8f5;
  height: auto;
}
.property_pics__main .swiper-slide > div {
  display: grid;
  place-items: center;
  height: 100%;
}
.property_pics__main .swiper-slide img {
  width: auto;
  max-height: clamp(23.9375rem, 20.0422535211rem + 16.6197183099vw, 35rem);
}
@media screen and (max-width: 767px) {
  .property_pics__main .swiper-slide img {
    max-height: 100vw;
  }
}
.property_pics__thumb {
  margin-top: clamp(0.5625rem, 0.3644366197rem + 0.8450704225vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .property_pics__thumb {
    padding-inline: 4px;
  }
}
.property_pics__thumb .swiper-slide {
  cursor: pointer;
  transition: opacity 0.3s;
  overflow: hidden;
  aspect-ratio: 1;
}
.property_pics__thumb .swiper-slide.swiper-slide-thumb-active, .property_pics__thumb .swiper-slide:hover {
  opacity: 0.7;
}

.property_data {
  padding-top: clamp(0.9375rem, 0.6073943662rem + 1.4084507042vw, 1.875rem);
  color: #3c3c3c;
}
.property_data__name {
  margin-bottom: clamp(0.3125rem, 0.2024647887rem + 0.4694835681vw, 0.625rem);
  font-weight: 600;
}
.property_data__copy {
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  line-height: 1.35;
}
.property_data__price {
  margin-bottom: clamp(0.625rem, 0.4049295775rem + 0.9389671362vw, 1.25rem);
  font-weight: 600;
}
.property_data__price span {
  font-size: clamp(1.75rem, 1.6179577465rem + 0.5633802817vw, 2.125rem);
}
.property_data__info {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
  font-weight: 500;
  font-size: clamp(0.8125rem, 0.7904929577rem + 0.0938967136vw, 0.875rem);
  line-height: 1.35;
  gap: 1em;
}
.property_data .bl_tags {
  margin-bottom: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}
.property_data .el_btn {
  width: 288px;
  aspect-ratio: 288/80;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .property_data .el_btn {
    margin-inline: auto;
  }
}

.property_detail {
  display: grid;
  margin-bottom: clamp(1.25rem, 1.0299295775rem + 0.9389671362vw, 1.875rem);
  padding: clamp(1.6875rem, 1.0933098592rem + 2.5352112676vw, 3.375rem) clamp(2.125rem, 1.3767605634rem + 3.1924882629vw, 4.25rem) clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
  background-color: #faf8f5;
  font-size: 15px;
  column-gap: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
  row-gap: clamp(1.75rem, 1.1117957746rem + 2.7230046948vw, 3.5625rem);
}
@media screen and (min-width: 768px) {
  .property_detail {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .property_detail {
    margin-inline: -20px;
    padding-inline: 20px;
  }
}
.property_detail__heading {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .property_detail__heading {
    grid-column: span 2;
  }
}
.property_detail dl dd {
  font-weight: 500;
}
.property_detail dl dd + dt {
  margin-top: 1em;
}

.property_map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.property_map__inner iframe {
  width: 100%;
  height: 540px;
  margin-top: -130px;
  overflow: hidden;
  filter: grayscale(100%);
}

.top_fv {
  display: grid;
  align-items: center;
  position: relative;
  width: 100%;
  height: 53.1944444444vw;
  max-height: 766px;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .top_fv {
    height: 53.3333333333vw;
  }
}
.top_fv__content {
  padding-left: clamp(1.25rem, -0.5985915493rem + 7.8873239437vw, 6.5rem);
  font-size: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_fv__content {
    padding-left: 20px;
  }
}
.top_fv__title {
  margin-bottom: clamp(0.9375rem, 0.6073943662rem + 1.4084507042vw, 1.875rem);
  font-weight: 600;
  font-size: clamp(1.25rem, 0.2816901408rem + 4.1314553991vw, 4rem);
  line-height: 1.2;
}
.top_fv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.top_fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_btns {
  max-width: clamp(29rem, 18.7887323944rem + 43.5680751174vw, 58rem);
  margin-top: calc(clamp(2.25rem, 1.4577464789rem + 3.3802816901vw, 4.5rem) * -1);
  margin-bottom: clamp(1.25rem, -0.0704225352rem + 5.6338028169vw, 5rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top_btns {
    margin-top: 20px;
  }
}
.top_btns ul {
  display: flex;
  gap: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
}
@media screen and (max-width: 767px) {
  .top_btns ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.top_btns ul li {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top_btns ul li {
    width: auto;
  }
}
.top_btns ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: clamp(9rem, 5.8309859155rem + 13.5211267606vw, 18rem);
  aspect-ratio: 288/144;
  box-sizing: border-box;
  background-color: #ff3100;
  color: #fff;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  line-height: 1.3;
  text-align: center;
  gap: clamp(0.375rem, 0.2429577465rem + 0.5633802817vw, 0.75rem);
  place-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_btns ul li a {
    aspect-ratio: 288/180;
  }
}
.top_btns ul li a:hover {
  opacity: 0.7;
}
.top_btns ul li a:hover::after {
  right: 5px;
}
.top_btns ul li a strong {
  font-size: clamp(1rem, 0.8679577465rem + 0.5633802817vw, 1.375rem);
}
.top_btns ul li a::before {
  width: clamp(1.375rem, 0.8908450704rem + 2.0657276995vw, 2.75rem);
  aspect-ratio: 44/48;
  background: url("../img/top/top_nav_icon.svg") no-repeat;
  background-repeat: no-repeat;
  content: "";
}
.top_btns ul li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 9px;
  aspect-ratio: 9/8;
  background: url("../img/icon_arrow.svg") no-repeat;
  content: "";
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.top_btns ul li:nth-child(2) a {
  background-color: #ee8c24;
}
.top_btns ul li:nth-child(2) a::before {
  width: clamp(1.5rem, 0.9718309859rem + 2.2535211268vw, 3rem);
  aspect-ratio: 1;
  background: url("../img/top/top_nav_icon2.svg") no-repeat;
}
.top_btns ul li:nth-child(3) a {
  border: 2px solid currentColor;
  background-color: #fff;
  color: #ff3100;
}
.top_btns ul li:nth-child(3) a::before {
  background: url("../img/top/top_nav_icon3.svg") no-repeat;
}
.top_btns ul li:nth-child(3) a::after {
  background: url("../img/icon_arrow_red.svg") no-repeat;
  filter: none;
}

@media screen and (min-width: 768px) {
  .new_items__outer {
    padding-right: 0;
  }
}

.new_items {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.25rem, 0.1056338028rem + 4.882629108vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  .new_items {
    flex-direction: column-reverse;
  }
}
.new_items__body {
  position: relative;
  padding: clamp(1.25rem, -0.0704225352rem + 5.6338028169vw, 5rem);
  overflow: hidden;
  box-sizing: border-box;
  background-color: #faf8f5;
}
@media screen and (max-width: 767px) {
  .new_items__body {
    margin-inline: -20px;
  }
}

.new_items_nav {
  flex-shrink: 0;
  width: 19.4444444444vw;
  color: #3c3c3c;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .new_items_nav {
    width: 100%;
  }
}
.new_items_nav li {
  position: relative;
  padding: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
  border: 1px solid currentColor;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.new_items_nav li.swiper-slide-thumb-active, .new_items_nav li:hover {
  background-color: #ff3100;
  color: #fff;
}
.new_items_nav li::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 9px;
  aspect-ratio: 9/8;
  background: url("../img/icon_arrow.svg") no-repeat;
  content: "";
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.new_items_nav__heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.35;
}

.new_item {
  color: #3c3c3c;
}
.new_item__name {
  font-weight: 600;
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
}
.new_item__copy {
  margin-bottom: 0.3em;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2799295775rem + 0.9389671362vw, 2.125rem);
  line-height: 1.35;
}
.new_item__price {
  margin-bottom: 0.3em;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
}
.new_item__price span {
  font-size: clamp(1rem, 0.8679577465rem + 0.5633802817vw, 1.375rem);
}
.new_item__info {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.8125rem, 0.7904929577rem + 0.0938967136vw, 0.875rem);
  line-height: 1.35;
  gap: 1em;
}
.new_item .bl_tags {
  margin-bottom: 0.5em;
}

.new_item_data__foot {
  display: flex;
  align-items: end;
}
.new_item_data__more {
  width: 144px;
  margin-left: auto;
  border-bottom: 1px solid #ccc;
}
.new_item_data__more .inner {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
.new_item_data__more .inner .text {
  width: 100%;
}

.new_item_pics {
  display: grid;
  margin-top: 32px;
  gap: 16px;
  grid-template-columns: 66.5% 1fr;
}
.new_item_pics div:first-child {
  aspect-ratio: 552/520;
  grid-row: span 2;
}
.new_item_pics > div {
  width: 100%;
  height: 100%;
}
.new_item_pics > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup_items {
  display: grid;
  gap: 10px;
  column-gap: clamp(1.125rem, 0.7288732394rem + 1.6901408451vw, 2.25rem);
  row-gap: clamp(2.125rem, 1.3767605634rem + 3.1924882629vw, 4.25rem);
}
@media screen and (min-width: 768px) {
  .pickup_items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pickup_item {
  padding-bottom: 11px;
  border-bottom: 1px solid #c8c8c8;
  color: #3c3c3c;
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
}
.pickup_item__thumb {
  width: 100%;
  aspect-ratio: 408/320;
  margin-bottom: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
  overflow: hidden;
}
.pickup_item__thumb img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
}
.pickup_item__data {
  padding-inline: clamp(0rem, -0.3521126761rem + 1.5023474178vw, 1rem);
}
.pickup_item__name {
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  line-height: 1.35;
  font-weight: 600;
}
.pickup_item__copy {
  font-weight: normal;
  font-size: clamp(0.6875rem, 0.6434859155rem + 0.1877934272vw, 0.8125rem);
  margin-bottom: 0.5em;
}
.pickup_item__price {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  margin-bottom: 0.5em;
  font-weight: 600;
}
.pickup_item__price span {
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
}
.pickup_item__info {
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
  display: flex;
  align-items: end;
}
.pickup_item__info .el_icon_arrow {
  margin-left: auto;
}
.pickup_item .bl_tags {
  margin-bottom: 1em;
}
.pickup_item:hover .pickup_item__thumb img {
  scale: 1.1;
}

.information {
  display: flex;
  gap: clamp(0rem, -3.301056338rem + 14.0845070423vw, 9.375rem);
}
@media screen and (max-width: 767px) {
  .information {
    flex-direction: column;
  }
}

.information_list {
  width: 100%;
  border-top: 1px solid #c8c8c8;
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
}
.information_list__date {
  font-size: 12px;
  grid-area: date;
}
.information_list__tag {
  grid-area: tag;
  justify-self: start;
}
.information_list__title {
  grid-area: title;
}
.information_list li {
  border-bottom: 1px solid #c8c8c8;
}
.information_list li a {
  display: grid;
  grid-template: 
    'date tag' auto
    'title title' auto / auto 1fr;
  align-items: start;
  padding: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem) clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
  transition: 0.3s;
  gap: clamp(0.625rem, -0.2112676056rem + 3.5680751174vw, 3rem);
}
@media screen and (min-width: 768px) {
  .information_list li a {
    grid-template: 
      'date tag title' auto / auto auto 1fr;
  }
}
.information_list li a:hover {
  background-color: #faf8f5;
}

.disposal {
  padding: clamp(0rem, -5.7142857143rem + 11.9047619048vw, 5rem);
  padding-bottom: 0;
}

.disposal_wrap {
  display: flex;
  padding: clamp(1.25rem, 0.1056338028rem + 4.882629108vw, 4.5rem) clamp(1.25rem, -0.4225352113rem + 7.1361502347vw, 6rem);
  background-color: #faf8f5;
  gap: clamp(1.25rem, 0.1936619718rem + 4.5070422535vw, 4.25rem);
}
@media screen and (max-width: 767px) {
  .disposal_wrap {
    flex-direction: column;
  }
}

.disposal_head {
  flex-shrink: 0;
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .disposal_head {
    width: clamp(11.25rem, 6.2323943662rem + 21.4084507042vw, 25.5rem);
  }
}
.disposal_head__thumb {
  margin-bottom: clamp(1.25rem, 0.8758802817rem + 1.5962441315vw, 2.3125rem);
}
.disposal_head__lead {
  margin-bottom: 0.7em;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.4419014085rem + 1.3145539906vw, 1.625rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .disposal_head__lead {
    text-align: center;
  }
}
.disposal_head__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.65em;
  font-weight: 600;
  font-size: clamp(1.4375rem, 0.9313380282rem + 2.1596244131vw, 2.875rem);
  line-height: 1;
  gap: 0.65em;
}
@media screen and (max-width: 767px) {
  .disposal_head__title {
    align-items: center;
  }
}
.disposal_head__title::after {
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #ff3100;
  content: "";
}

.disposal_body {
  width: 100%;
  padding: clamp(1.25rem, 0.6338028169rem + 2.6291079812vw, 3rem) clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  box-sizing: border-box;
  background-color: #fff;
}

.snow-monkey-form {
  font-size: 13px;
}
.snow-monkey-form * {
  box-sizing: border-box;
}
.snow-monkey-form input[type=text], .snow-monkey-form input[type=email], .snow-monkey-form input[type=tel] {
  max-width: 600px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  appearance: none;
}
.snow-monkey-form input[type=submit], .snow-monkey-form label, .snow-monkey-form select {
  cursor: pointer;
}
.snow-monkey-form input[type=text], .snow-monkey-form input[type=email], .snow-monkey-form input[type=tel], .snow-monkey-form select, .snow-monkey-form textarea {
  min-height: 40px;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form input[type=text], .snow-monkey-form input[type=email], .snow-monkey-form input[type=tel], .snow-monkey-form select, .snow-monkey-form textarea {
    width: 100%;
    padding: 10px;
  }
}
.snow-monkey-form input[type=checkbox], .snow-monkey-form input[type=radio] {
  margin-right: 0.6em;
}
.snow-monkey-form textarea {
  width: 100%;
  min-height: 160px;
}
.snow-monkey-form input::placeholder, .snow-monkey-form textarea::placeholder {
  color: #a0a0a0;
  font-size: 12px;
}
.snow-monkey-form input.size-s {
  width: auto;
}
.smf-button-control__control {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  color: currentColor;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  appearance: none;
}
.snow-monkey-form table {
  width: 100%;
}

.disposal_form {
  display: grid;
  grid-template-columns: auto 1fr;
}

.disposal_form input[type=text], .disposal_form input[type=email], .disposal_form input[type=tel], .disposal_form select, .disposal_form textarea {
  width: 100%;
  border: none;
  background-color: #f6f6f6;
}
.disposal_form .smf-item__col--label, .disposal_form .smf-item__col--controls {
  padding-block: 0 clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
}
.disposal_form .smf-item {
  display: contents;
}
.smf-item--divider > * {
  grid-column: span 2;
}
@media screen and (max-width: 980px) {
  .disposal_form .smf-item__col--label, .disposal_form .smf-item__col--controls {
    display: block;
  }
}
.disposal_form .smf-item__col--label {
  align-self: center;
  display: flex;
  align-items: baseline;
  padding-right: 16px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.disposal_form .smf-item__description {
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  background-color: #ff3100;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
.disposal_form .message .smf-item__col--label {
  align-self: baseline;
  padding-top: 12px;
  vertical-align: top;
}
.disposal_form__privacy .smf-item__controls {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  text-align: center;
  gap: 16px;
}
.disposal_form__privacy a {
  color: revert;
  text-decoration: revert;
}
.smf-action {
  font-size: 14px;
  text-align: center;
}
.smf-button-control {
  margin-top: 32px;
  font-size: 14px;
  text-align: center;
}
.smf-button-control .smf-button-control__control{
  display: inline grid;
}
.disposal_form .smf-button-control__control {
  width: clamp(10.625rem, 6.9718309859rem + 15.5868544601vw, 21rem);
  aspect-ratio: 336/44;
}
@media screen and (max-width: 767px) {
  .disposal_form .smf-button-control__control {
    width: 200px;
    aspect-ratio: 200/36;
  }
}
.smf-sending {
  position: absolute;
  opacity: 0;
}
.snow-monkey-form[data-screen=loading] {
	visibility: hidden;
}
.smf-system-error-content-ready {
  display: none !important;
}

.bl_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.el_tag {
  display: inline-block;
  padding: 6px;
  border-left: 4px solid #000;
  box-sizing: border-box;
  background-color: #ccc;
  font-size: clamp(0.625rem, 0.5589788732rem + 0.2816901408vw, 0.8125rem);
  line-height: 1;
  text-align: center;
}
.el_tag_cat {
  min-width: clamp(4.0625rem, 2.6320422535rem + 6.103286385vw, 8.125rem);
  background-color: #3c3c3c;
  color: #fff;
}
.el_tag_cat--house {
  border-color: #c5a33d;
}
.el_tag_cat--apartment {
  border-color: #f1721d;
}
.el_tag_cat--income {
  border-color: #22b7a5;
}
.el_tag_cat--business {
  border-color: #3894c6;
}
.el_tag_type {
  min-width: 74px;
  background-color: #f6f6f6;
  color: #3c3c3c;
}
.el_tag_type--new {
  border-color: #f4232e;
}
.el_tag_type--used {
  border-color: #67b75b;
}

.el_btn,
.smf-button-control__control {
  display: grid;
  position: relative;
  width: clamp(15.625rem, 14.0845070423rem + 6.5727699531vw, 20rem);
  aspect-ratio: 320/48;
  background-color: #ff3100;
  color: #fff;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  line-height: 1.2;
  transition: 0.3s;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .el_btn,
  .smf-button-control__control {
    width: 200px;
    aspect-ratio: 200/36;
    font-size: 14px;
  }
}
.el_btn::after,
.smf-button-control__control::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 9px;
  aspect-ratio: 9/8;
  background: url("../img/icon_arrow.svg") no-repeat;
  content: "";
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.el_btn:hover,
.smf-button-control__control:hover {
  opacity: 0.7;
}
.el_btn:hover::after,
.smf-button-control__control:hover::after {
  right: 5px;
}

.el_icon_arrow {
  display: inline-block;
  position: relative;
  width: 24px;
  aspect-ratio: 1;
  margin-left: auto;
  border: 1px solid #ff3100;
  transition: 0.3s;
}
.el_icon_arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  aspect-ratio: 9/8;
  background: url("../img/icon_arrow_red.svg") no-repeat center;
  content: "";
}
a:hover .el_icon_arrow {
  background-color: #ff3100;
}
a:hover .el_icon_arrow::after {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
  .lg_visible {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .md_visible {
    display: none;
  }
}