@charset "utf-8";
/* CSS Document */

/* ===================================
PC表示
=================================== */
@media screen and (min-width: 751px) {
  /* ヘッダーロゴ */
  #headerContents h1 a {
    width: 332px;
    height: 65px;
    background: url(/common/img/logo.svg) no-repeat left center / contain;
  }
  /* ハンバーガーメニュー 物件検索のメニュー部分 */
  .spNav dd.linkListWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spNav dd.linkListWrap ul.linkList {
    max-width: 270px;
    width: 50%;
  }
  /* フッターロゴ */
  footer .logo a {
    width: 332px;
    height: 65px;
    background: url(/common/img/logo.svg) no-repeat left center / contain;
  }
}
@media screen and (max-width: 860px) {
  .headerTelBox {
    display: none;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .headerTelBox {
    padding-right: calc(650px - 50vw);
  }
}
@media screen and (max-width: 1100px) {
  .headerTelBox {
    padding-right: calc(1200px - 100vw);
  }
}

/* ===================================
SP表示
=================================== */
@media screen and (max-width: 750px) {
  /* ヘッダーロゴ */
  #headerContents h1 a {
    width: 168px;
    height: 48px;
    background: url(/common/img/logo.svg) no-repeat left center / contain;
  }
  /* フッターロゴ */
  footer .logo a {
    width: 250px;
    height: 40px;
    background: url(/common/img/logo.svg) no-repeat left center / contain;
  }
  /* 下層ニュースリリースページのNEWアイコンの位置調整 */
  .newsAreaInner .newIcon::after {
    left: 105px;
    right: unset;
  }
}
