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

.marriott-background {
  color: #f3f3f4;
  background-color: black;
  font-family: 'Sawarabi Mincho', serif;
}

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

.first-view {
  height: 400px;
  background-image: url(../images/rcmd-marriott/img01.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.first-view-logo {
  width: 200px;
  margin-top: 30px;
  margin-left: 40px;
}

.first-view-text h1 {
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
}

.first-view-text span {
  font-weight: bold;
  color: #a0072b;
  text-shadow: 0 0 3px #f3f3f4
}

.first-view-text p {
  width: 670px;
  max-width: 90%;
  text-align: center;
  margin: 25px auto 0 auto;
  line-height: 1.5;
}

/* アピールポイント */

.sellingpoint-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.sellingpoint-view {
  flex-shrink: 0;
  width: 240px;
  padding-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.sellingpoint-view dt {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

.sellingpoint-view dd {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.4;
}

/* 現在の工事進捗 */

.progress-view {
  width: 600px;
  max-width: 90%;
  margin: 40px auto 0 auto;
  border: 2px solid #f3f3f4;
  border-radius: 20px;
}

.progress-view h3 {
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

.progress-view-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.progress-view-block1 {
  width: 180px;
  margin: 0 15px 20px 15px;
}

.progress-view-block2 {
  width: 320px;
  margin: 0 15px;
}

.progress-view-block2 p {
  width: 300px;
  margin: 10px 0 10px 10px;
  line-height: 1.5;
}

/* 基本情報 */
.center-header {
  width: 500px;
  max-width: 95%;
  margin: 40px auto 0 auto;
}

.center-header h3 {
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

.center-header h3::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #f3f3f4;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.info-table {
  max-width: 90%;
  margin: 30px auto 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.info-table th {
  width: 120px;
  font-weight: normal;
  border-right: 4px solid #f3f3f4;
  border-top: 1px solid #f3f3f4;
  border-bottom: 1px solid #f3f3f4;
  padding: 0 15px;
}

.info-table td {
  font-size: 1.6rem;
  line-height: 1.3;
  border-top: 1px solid #f3f3f4;
  border-bottom: 1px solid #f3f3f4;
  padding: 10px 12px 10px 12px;
}

/* Google Maps */

.googlemaps iframe {
  display: block;
  width: 500px;
  max-width: 90%;
  height: 300px;
  margin: 30px auto 40px auto;
}

/* 共通 */

.text-800px {
  width: 800px;
  max-width: 90%;
  line-height: 1.5;
  margin: 30px auto 0 auto;
}

/* 完成された室内空間 */

.room-intro-block {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0 auto;
}

.room-intro-view {
  width: 420px;
  margin: 0 10px;
}

.room-intro-view img {
  margin-bottom: 20px;
}

.room-intro-view p {
  line-height: 1.5;
  /* width: 400px; */
  margin: 10px auto 20px auto;
}

/* 間取り */

.room-layout-block {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0 auto;
}

.room-layout-view {
  width: 400px;
  margin: 0 15px;
}

.room-layout-view h3 {
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.room-layout-view h3::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #f3f3f4;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.layout-type {
  height: 40px;
  margin-top: 30px;
}

.layout-view {
  margin-top: 20px;
}

.room-layout-view-4A {
  width: 800px;
  max-width: 90%;
  margin: 10px auto 0 auto;
}

.layout-type-4A {
  height: 40px;
  margin-top: 30px;
}

.layout-view-4A {
  margin-top: 20px;
}

/* ペナン唯一のサービス */

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.service-list-view {
  width: 400px;
  margin: 0 15px;
}

.service-list-view img {
  margin-bottom: 20px;
}

.service-list-view h4 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}

.service-list-view p {
  margin-bottom: 8px;
}

/* ガーニードライブの好立地 */

.location p {
  line-height: 1.5;
  width: 800px;
  max-width: 90%;
  margin: 30px auto 0 auto;
}

.sketch-map {
  display: block;
  width: 730px;
  max-width: 90%;
  margin: 25px auto 0 auto;
}

.location-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0 auto;
}

.location-details-img {
  width: 200px;
  margin: 0 15px 15px 15px;
  border-radius: 10px;
}

.location-details-text {
  width: 500px;
  line-height: 1.5;
  margin: 0 15px;
}

.location-details-text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f3f3f4;
}

/* 販売中のお部屋 */

.onsale-unit p {
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.onsale-unit-message {
  width: 700px;
  max-width: 90%;
  line-height: 1.5;
  margin: 20px auto 0 auto;
  padding: 10px 15px;
  border: 2px solid #f3f3f4;
  border-radius: 20px;
}

.onsale-unit-message span {
  background: linear-gradient(transparent 80%, #f9b737 70%);
}

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

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

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

@media (max-width: 768px) {

  .title h1 {
    font-size: 20px;
  }

  .first-view-logo {
    width: 120px;
  }

  .first-view-text h1 {
    font-size: 22px
  }

  .first-view-text p {
    font-size: 15px;
  }

  .progress-view-block {
    display: block;
  }
  
  .progress-view-block1 {
    margin-right: auto;
    margin-left: auto;
  }

  .progress-view-block2 {
    width: 320px;
    max-width: 90%;
    margin: 0 auto 10px auto;
  }

  .progress-view h3 {
    font-size: 15px;
  }

  .info-table th {
    width: 100px;
  }

  .room-intro-block {
    display: block;
  }

  .room-intro-view {
    width: 420px;
    max-width: 90%;
    margin: 15px auto 0 auto;
  }

  .room-layout-block {
    display: block;
  }

  .room-layout-view {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
  }

  .service-list {
    display: block;
  }
 
  .service-list-view {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
  }
  
}