@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section, main {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 62.5%;
  font-weight: 300;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-weight: 400;
  width: 100%;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #3e3e3e;
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

button {
  line-height: 1.0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media (max-width: 600px) {
  .pc {
    display: none;
  }
}

#hs_property_list_AllWrap {
  width: 100%;
  font-family: 'Noto Sans JP', "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 30px 0 30px;
}
.hs_property_list_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.hs_property_list_ttl img {
  height: 50px;
  width: auto;
  margin-right: 15px;
}
.hs_property_list_ttl .ttl {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.hs_property_list_ttl--other p {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin: 20px auto 15px;
}
@media screen and (max-width: 520px) {
  .hs_property_list_ttl img {
    height: auto;
    width: 40%;
  }
  .hs_property_list_ttl .ttl {
    font-size: 5vw;
  } 
  .hs_property_list_ttl--other p {
    font-size: 5vw;
    margin: 0px auto 15px;
  }
}

.hs_property_list_in {
  background: #ecf0f2;
  padding: 20px 0 5px;
  /* margin: 15px 0 0; */
}
.hs_property_list_inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hs_property_list_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .hs_property_list_inner {
    width: calc(100% - 2rem);
  }
}

.hs_property_list_inner ul li {
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
  margin-bottom: 15px;
}
.hs_property_list_inner ul li:nth-child(4n) {
  margin-right: 0;
}
.hs_property_list_inner .hs_siteLink {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .hs_property_list_inner ul li {
    width: calc((100% - 15px) / 2);
  }  
  .hs_property_list_inner ul li:nth-child(2n) {
    margin-right: 0;
  }  
}

.hs_siteLink a {
  display: block;
  transition: .3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto; /* fix IE11 */
}
.hs_siteLink a:hover {
  opacity: 0.6;
}
.hs_siteLink .area_img {
  position: relative;
  flex-shrink: 0; /* fix IE11 */
}
.hs_siteLink .area_img .cap {
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 3px;
  right: 5px;
  line-height: 1.2;
  text-align: right;
}
.hs_siteLink .area_img .cap.wh {
  color: #fff;
}
.hs_siteLink .area_img .label {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  background: #005fac;
  padding: 3px 5px;
  position: absolute;
  bottom: -5%;
  left: 15px;
}
.hs_siteLink .area_img .label.kanbai {
  background: #333;
  color: #fff;
  /* background: #fff;
  color: #005fac;
  border: 2px solid #005fac;
  box-sizing: border-box; */
}
.hs_siteLink .textarea {
  padding: 15px 12px 0;
}
.hs_siteLink .textarea p {
  color: #000;
}
.hs_siteLink .textarea .site_ttl {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.hs_siteLink .textarea .area {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.hs_siteLink .textarea .desc {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
  border-top: 1px solid #aeaeae;
  margin-top: 10px;
}
.hs_siteLink .textarea .desc .soldout {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #003666;
}
.hs_siteLink .textarea .desc .soldout_txt {
  font-size: 13px;
  font-weight: 600;
  color: #003666;
}
.hs_siteLink .link_txt {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  padding: 0 15px 15px;
}
.hs_siteLink .link_txt::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/hs_property_list/hs_arrow.png) center no-repeat;
  background-size: 100%;
  margin-left: 7px;
  vertical-align: middle;
}
@media screen and (max-width: 520px) {
  .hs_siteLink .area_img .label {
    font-size: 1.8vw;
  }
  .hs_siteLink .textarea {
    padding: 15px 10px 0;
  }  
  .hs_siteLink .textarea .site_ttl {
    font-size: 3.2vw;
  }
  /* .hs_siteLink .textarea .site_ttl--small {
    font-size: 11px;
  } */
  .hs_siteLink .textarea .area {
    font-size: 2.4vw;
  }
  .hs_siteLink .textarea .desc {
    font-size: 2.3vw;
  }
  .hs_siteLink .textarea .desc .soldout {
    font-size: 5vw;
  }
  .hs_siteLink .textarea .desc .soldout_txt {
    font-size: 3vw;
  }  
  .hs_siteLink .link_txt {
    font-size: 2.4vw;
  }  
}

.hs_property_list_inner .comingsoon {
  background: #e5e5e5;
  border: 1px solid #a5a5a5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hs_property_list_inner .comingsoon {
    min-height: 60vw;
  }
}
@media screen and (max-width: 520px) {
  .hs_property_list_inner .comingsoon {
    min-height: 75vw;
  }
}
.hs_property_list_inner .comingsoon .comingsoon_txt {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #a0a0a0;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .hs_property_list_inner .comingsoon .comingsoon_txt {
    font-size: 5vw;
  }  
}

#hs_property_list_AllWrap .note {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 400;
  color: #989898;
  margin-top: 15px;
}