@charset "utf-8";

.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");
}

/* ファーストビュー */

.first-view {
  height: 350px;
  background-image: url(../images/rcmd-quayside/img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
}

.first-view-cityresidence {
  height: 350px;
  background-image: url(../images/rcmd-cityresidence/cr-img01.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
}

.first-view-title {
  background-color: rgba(255, 255, 255, 0.5);
  width: 300px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 50%;
  margin-bottom: 25px;
  border-radius: 15px;
}

.first-view-title h2 {
  font-size: 22px;
}

.first-view-title p {
  color: #0014ac;
  margin-top: 15px;
  line-height: 0.4;
}

.first-view-text {
  width: 400px;
  color: #f3f3f4;
  line-height: 1.5;
  background-color: rgba(0, 20, 172, 0.5);
  backdrop-filter: blur(2px) brightness(80%);
  margin-left: calc(50% - 50px);
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
  border-radius: 15px;
}

.first-view-text p::after {
  content: '';
  display: block;
  width: 350px;
  height: 2px;
  background-color: #f3f3f4;
  margin-top: 10px;
  margin-left: 15px;
}

.first-view-icon {
  width: 240px;
  transform: rotate(-12deg);
  position: absolute;
  top: -20px;
  left: -110px;
}

.first-view-price {
  font-size: 1.6rem;
  margin-top: 10px;
  height: 40px;
  display: flex;
  justify-content: center;
}

.first-view-price-rent {
  background-image: url(../images/rcmd-quayside/rent-icon.png);
  background-size: 27px;
  background-position: left calc(50% - 5px);
  background-repeat: no-repeat;
  line-height: 30px;
}

.first-view-price-rent span {
  padding-left: 30px;
}

.first-view-price-buy {
  margin-left: 20px;
  background-image: url(../images/rcmd-quayside/buy-icon.png);
  background-size: 27px;
  background-position: left calc(50% - 5px);
  background-repeat: no-repeat;
  line-height: 30px;
}

.first-view-price-buy span {
  padding-left: 30px;
}

/* セカンドメッセージ */

.second-message {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.second-message-map {
  width: 110px;
  margin-top: 10px;
}

.second-message-text {
  width: 500px;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 1.5;
  border-left: 5px solid rgb(251, 176, 59);
}

.second-message-text span {
  background: linear-gradient(transparent 70%, #f9b737 70%);
  font-weight: bold;
}

/* ハイライト */

.hilight {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.hilight li {
  flex-shrink: 0;
  width: 220px;
  padding-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.hilight img {
  border-radius: 12px 12px 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.hilight dt {
  font-weight: bold;
  text-align: center;
  background-color: #0014ac;
  color: #f3f3f4;
  margin-top: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.hilight dd {
  height: 110px;
  background-color: #0014ac;
  color: #f3f3f4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  padding: 0 5px 10px 5px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* 目次 */

.contents-table {
  background-color: #f3f3f4;
  width: 480px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  border-left: 7px solid #0014ac;
}

.table-title {
  height: 45px;
  line-height: 30px;
  background-image: url(../images/rcmd-quayside/menu-icon.svg);
  background-size: 30px;  /* アイコンサイズ */
  background-repeat: no-repeat;
}

.table-title span {
  padding-left: 35px;
  font-weight: bold;
  font-size: 1.8rem;
}

.table-text {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
}

#info,
#topic1,
#topic2,
#topic3,
#topic4,
#property {
  padding-top: 30px;
  margin-top: -20px;
}

/* 基本情報 */

table {
  font-size: 1.6rem;
  background-color: #f3f3f4;
  margin: 30px auto 0 auto;
  border-collapse: collapse;
}

table th {
  border-right: 4px solid #0014ac;
  border-top: 1px solid #0014ac;
  border-bottom: 1px solid #0014ac;
  padding: 0 15px;
}

table td {
  border-top: 1px solid #0014ac;
  border-bottom: 1px solid #0014ac;
  padding: 10px 12px 10px 12px;
}

table iframe {
  display: block;
  width: 200px;
  height: 200px;
}

.second-map {
  display: none;
}

.additional-text {
  max-width: 580px;
  line-height: 1.5;
  margin: 15px auto 0 auto;
  padding: 0 15px;
}

/* 各トピック */
.topic h2 {
  width: 680px;
  max-width: 90%;
  padding-left: 10px;
  padding-bottom: 5px;
  margin: 30px auto 0 auto;
  border-bottom: 1px solid #0014ac;
  border-left: 5px solid #0014ac;
}

.topic-text p {
  width: 680px;
  max-width: 90%;
  line-height: 1.5;
  margin: 20px auto 0 auto;
}

.topic p span {
  background: linear-gradient(transparent 70%, #f9b737 70%);
  font-weight: bold;
}

.topic-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.topic-images li {
  flex-shrink: 0;
  width: 200px;
  padding-top: 20px;
  margin-left: 7px;
  margin-right: 7px;
}

.topic-images p {
  text-align: center;
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.3;
}

iframe {
  display: block;
  max-width: 600px;
  width: 90%;
  height: 250px;
  margin: 0 auto 20px auto;
}

.img400px { /* 400px幅画像 */
  display: block;
  width: 400px;
  max-width: 90%;
  margin: 10px auto;
}

.img500px { /* 500px幅画像 */
  display: block;
  width: 500px;
  max-width: 90%;
  margin: 10px auto;
}

.img600px { /* 600px幅画像 */
  display: block;
  width: 600px;
  max-width: 90%;
  margin: 10px auto;
}

.center-text p {
  text-align: center;
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.3;
}

.topic-mp4 {
  display: block;
  width: 300px;
  max-width: 90%;
  margin: 15px auto 10px auto;
}

/* 物件紹介 */

.rcmd-link-button-area {
  font-size: 15px;
  margin: 5px auto 0 auto;
  text-align: center;
}

.link-button-iproperty {
  display: inline-block;
  color: #ffffff;
  background-color: #05173f;
  width: 240px;
  line-height: 25px;
  border: 1px solid #05173f;
  border-radius: 20px;
}

.link-button-iproperty:hover {
  font-weight: bold;
}

.link-button-buy {
  display: inline-block;
  color: #ffffff;
  background-color: #108810;
  width: 140px;
  line-height: 25px;
  border: 1px solid #108810;
  border-radius: 20px;
}

.link-button-buy:hover {
  font-weight: bold;
}

/* 最後に */
.last-message {
  width: 680px;
  max-width: 90%;
  line-height: 1.5;
  margin: 20px auto 0 auto;
  padding: 10px 15px;
  border: 2px solid #0014ac;
  border-radius: 20px;
}

.link-button-area {
  font-size: 16px;
  margin: 20px auto 0 auto;
  text-align: center;
}

.link-button {
  display: inline-block;
  color: #ffffff;
  background-color: #05173f;
  width: 200px;
  line-height: 25px;
  border: 1px solid #05173f;
  border-radius: 20px;
}

.link-button:hover {
  font-weight: bold;
}

  @media (max-width: 768px) {

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

    .first-view-title {
      width: 230px;
      margin-left: auto;
      margin-right: auto;
    }

    .first-view-title h2 {
      font-size: 16px;
    }

    .first-view-text {
      width: 310px;
      margin-left: auto;
      margin-right: auto;
    }

    .first-view-icon {
      width: 150px;
      transform: rotate(-8deg);
      position: absolute;
      top: -25px;
      left: -30px;
    }

    .first-view-text p::after {
      width: 280px;
      margin-left: 5px;
    }

    .first-view-price-buy {
      margin-left: 10px;
    }

    .second-message-map {
      width: 80px;
    }

    .second-message-text {
      width: 260px;
    }

    table iframe {
      display: none;
    }

    .second-map {
      display: block;
      width: 330px;
      max-width: 90%;
      margin: 15px auto 0 auto;
    }

    .topic h2 {
      font-size: 16px;
    }

    .property-info h2 {
      font-size: 16px;     
    }

  }