.sp_view {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_view {
    display: block;
  }
}
.p-top__mail {
  background: #fff;
  padding-top: 60px;
}
.p-top__mail__inr {
  width: min(100%, 1046px);
  background: url(../img/top/backgrouund-mail.jpg) no-repeat center center/cover;
  padding: 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-top__mail__icon {
  text-align: center;
  margin-bottom: 0;
}
.p-top__mail__title {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
}
.p-top__mail__subtitle {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.p-top__mail__text {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-top__mail__inr {
    padding: 40px;
  }
  .p-top__mail__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .p-top__mail__subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .p-top__mail__text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.sb_instagram_header.sbi_medium {
  display: none !important;
}

#sb_instagram.sbi_col_4 #sbi_images {
  grid-template-columns: repeat(2, 1fr) !important;
}

.sec-Instagram #sb_instagram {
  max-width: 100% !important;
}
.sec-Instagram .instagram-feed {
  margin: 0 !important;
}
.sec-Instagram .instagram-feed #sbi_images {
  padding: 0 !important;
}
.sec-Instagram .instagram-feed #sbi_images .sbi_item {
  padding: 0 !important;
}
.sec-Instagram .instagram-feed #sbi_images .sbi_item:nth-child(3), .sec-Instagram .instagram-feed #sbi_images .sbi_item:nth-child(4) {
  display: none !important;
}

.p-top__sns__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  width: min(100%, 1046px);
  margin: 40px auto 0;
}
.p-top__sns__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.p-top__sns__title h3 {
  margin: 0;
  display: flex;
  align-items: center;
}
.p-top__sns__title h3 .icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.p-top__sns__title h3 .text {
  font-size: 24px;
  line-height: 1.5;
  color: #000;
}
.p-top__sns__title .follow a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  width: 100px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-top__sns__title .follow a:hover {
    background-color: #000;
    color: #fff;
  }
}
.p-top__sns__item {
  flex: 1;
}
.p-top__sns__bnr figure {
  width: 100%;
}
.p-top__sns__bnr figure a {
  display: block;
  width: 100%;
}
.p-top__sns__bnr figure a picture,
.p-top__sns__bnr figure a img {
  width: 100%;
}
.p-top__sns__bnr figure a img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-top__sns__bnr figure a img:hover {
    opacity: 0.8;
  }
}
.p-top__sns__line {
  display: flex;
  align-items: flex-end;
  gap: 17px;
  padding: 0 69px 0 80px;
  box-sizing: border-box;
  width: min(100%, 1046px);
  background: url(../img/top/background_line.jpg) no-repeat center center/cover;
  margin: 100px auto 0;
}
.p-top__sns__line__content {
  flex: 1.4;
  padding: 62px 0;
}
.p-top__sns__line__title {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.p-top__sns__line__title .icon {
  width: 52px;
  margin-right: 10px;
}
.p-top__sns__line__title .text {
  font-size: 47px;
  line-height: 1.5;
  color: #fff;
}
.p-top__sns__line__text {
  font-size: 23px;
  line-height: 1.8;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
.p-top__sns__line__text .color-yellow {
  color: #ff0;
}
.p-top__sns__line .sec-Tateuri__archiveLink {
  text-align: left;
}
.p-top__sns__line__qr {
  flex: 1;
}
.p-top__sns__line__qr figure {
  width: 100%;
  margin: 0;
}
.p-top__sns__line__qr figure picture,
.p-top__sns__line__qr figure img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top__sns__flex {
    flex-direction: column;
    gap: 20px;
  }
  .p-top__sns__title h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .p-top__sns__bnr figure {
    width: 100%;
  }
  .p-top__sns__bnr figure a picture,
  .p-top__sns__bnr figure a img {
    width: 100%;
  }
  .p-top__sns__tiktok {
    margin-top: 30px;
  }
  .p-top__sns__line {
    padding: 0 20px 0;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .p-top__sns__line__content {
    padding: 30px 0 0;
    text-align: center;
  }
  .p-top__sns__line__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    justify-content: center;
  }
  .p-top__sns__line__title .icon {
    width: 40px;
  }
  .p-top__sns__line__title .text {
    font-size: 24px;
  }
  .p-top__sns__line__text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
  }
  .p-top__sns__line .sec-Tateuri__archiveLink {
    text-align: center;
  }
  .p-top__sns__line__qr {
    width: 100%;
  }
  .p-top__sns__line__qr figure picture,
  .p-top__sns__line__qr figure img {
    width: 100%;
  }
}

.p-top__search .property_categories__item--used-house a {
  background-image: url(../img/top/icon_tateuri-used-house.svg);
}
.p-top__search .property_categories__item--used-mansion a {
  background-image: url(../img/top/icon_tateuri-used-mansion.svg);
}
.p-top__search .property_categories__item--commercial {
  grid-column-start: 1;
  grid-column-end: 3;
}

.h-nav__item--2nd.h-nav__item--used-house a:before {
  background-image: url(../img/top/icon_tateuri-used-house.svg);
}
.h-nav__item--2nd.h-nav__item--used-mansion a:before {
  background-image: url(../img/top/icon_tateuri-used-mansion.svg);
}

.contact__intro .sec-Contact__tel a::before {
  background: url("../img/top/icon_tel.svg") no-repeat center/contain;
}/*# sourceMappingURL=custom.css.map */