@charset "UTF-8";
/* =============================================

物件概要

============================================= */
.main {
  padding-top: 200px;
}

.title-outline {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.title-outline__txtEN {
  font-family: "Cormorant Infant", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
}
.title-outline__txtJA {
  font-size: 20px;
  letter-spacing: 0.4em;
}

.outline {
  width: 960px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.seller {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.seller__item {
  width: 366px;
  margin: 0 30px;
}

@media only screen and (max-width: 768px) {
  /* =============================================

  物件概要

  ============================================= */
  .main {
    padding: 26.075619296% 0% 0% 0%;
  }
  .title-outline {
    margin: 0% 0% 7.8226857888% 0%;
  }
  .title-outline__txtEN {
    font-size: 9.9087353325vw;
    margin: 0% 0% 6.518904824% 0%;
  }
  .title-outline__txtJA {
    font-size: 4.9543676662vw;
  }
  .outline {
    width: 86.0495436767%;
    margin-bottom: 60px;
  }
  .seller {
    width: 71.7948717949%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16.9491525424vw;
    display: block;
  }
  .seller__item {
    width: 100%;
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */