@charset "utf-8";

h3 {
  font-size: 2.2rem;
}

#quayside,
#tamarind,
#marinox,
#gurney,
#moulmein,
#queens,
#elit,
#summerskye {
  padding-top: 30px;
  margin-top: -20px;
}

/* タイトル */
.title {
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  background-color: #0014ac;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235661b5' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

/* 物件紹介ヘッダー */

.rcmd-view {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.rcmd-view-img {
  width: 170px;
  margin: 20px 20px 0 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.rcmd-view-txtblock {
  width: 520px;
  max-width: 90%;
  margin-top: 20px;
}

.rcmd-view-txtblock h4 {
  font-size: 2.0rem;
}

.rcmd-view-txtblock h5 {
  font-weight: normal;
  color: #0014ac;
  margin-top: 3px;
}

.rcmd-view-summary {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 10px;
}

.rcmd-view-summary-price {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 10px;
}

/* 物件紹介ボックス */

.propertylist-label {
  color: #ffffff;
  height: 40px;
  width: 800px;
  max-width: 95%;
  margin: 25px auto 0 auto;
  background-color: #05173f;
  border: 1px solid #05173f;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.propertylist-label-icon {
  width: 80px;
  position: absolute;
  top: 7px;
  left: 15px;
}

.propertylist-label h3 {
  line-height: 38px;
}

.propertylist-label h3 span {
  padding-left: 105px;
}

.splide {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
  border-left: 1px solid #05173f;
  border-right: 1px solid #05173f;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.splide h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

/* スライダーのサイズ調整 */
.splide__track {
  height: 350px;
  max-height: 350px; /* 最大の高さ */
}
/* スライダーを上下中央 */
.splide__slide {
  display: flex;
  justify-content: center; /* 左右の中央揃え */
}
/* スライド共通のスタイル */
.splide__slide img {
  align-self: center; /* 上下の中央揃え */
  max-height: 100%;
  max-width: 100%;
  width: auto;
  opacity: .3; /* 左右のスライドを薄くする */
  transition: .3s; /* ゆっくり小さくさせる */
}
/* アクティブなスライドのスタイル */
.splide__slide.is-active img {
  opacity: 1; /* 中央のスライドは薄くしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.propertylist-contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.propertylist-contents {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
  border-left: 1px solid #05173f;
  border-right: 1px solid #05173f;
  border-bottom: 1px solid #05173f;
  border-radius: 0 0 8px 8px;
}

.propertylist-contents-table1 {
  width: 350px;
  margin: 15px 10px;
  border-collapse: collapse;
}

.propertylist-contents-table2 {
  width: 300px;
  margin: 15px 10px;
  border-collapse: collapse;
}

.propertylist-contents-table1 th,
.propertylist-contents-table2 th {
  background-color: #ececec;
  line-height: 1.3;
  font-size: 1.4rem;
  border-top: 1px solid #05173f;
  border-bottom: 1px solid #05173f;
  padding: 5px;
}

.propertylist-contents-table1 td,
.propertylist-contents-table2 td {
  font-size: 1.4rem;
  border-top: 1px solid #05173f;
  border-bottom: 1px solid #05173f;
  padding: 5px;
}

.propertylist-contents-table2 td span {
  vertical-align: super;
  font-size: 10px;
}

table iframe {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 164px;
}

.propertylist-contents-memo {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 30px 15px 30px;
}



@media (max-width: 768px) {

  html {
    font-size: 50%;
  }

  h3 {
    font-size: 1.7rem;
  }

  .title {
    font-size: 12px;
    height: 55px;
    line-height: 55px;
  }

  .rcmd-view-summary-price {
    font-size: 1.3rem;
  }

  .rcmd-view-txtblock h4 {
    font-size: 2.0rem;
  }

  .propertylist-contents-table1 th,
  .propertylist-contents-table2 th {
    font-size: 1.2rem;
  }
  
  .propertylist-contents-table1 td,
  .propertylist-contents-table2 td {
    font-size: 1.3rem;
  }

}
