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

.title span {
  vertical-align: super;
  font-size: 16px;
}

.alila2-background {
  background-color: #F2F1E6;
  font-family: 'Sawarabi Mincho', serif;
}

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

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

.first-view-text {
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  margin-left: calc(90% - 350px);
}

.first-view-logo {
  width: 150px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.first-view-text h1 {
  text-align: center;
  font-size: 30px;
  text-shadow: 0 0 3px #f3f3f4;
  margin-top: 90px;
}

.first-view-text span {
  color: #007022;
}

.first-view-text p {
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.7;
  text-shadow: 0 0 3px #f3f3f4;
  margin-top: 60px;
}

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

.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;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

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

/* 公式YouTube */

.alila2-youtube {
  width: 850px;
  max-width: 90%;
  padding: 20px 20px;
  margin: 30px auto 0 auto;
}

.alila2-youtube h3 {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}

.alila2-youtube span {
  vertical-align: super;
  font-size: 10px;
}

.alila2-youtube iframe {
  display: block;
  width: 100%;
  height: 456px;
}

/* 基本情報 */

.center-header h3 {
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.center-header h3::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: black;
  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-size: 1.6rem;
  border-right: 4px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0 15px;
}

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

/* Google Maps */

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

/* 緑豊かなやすらぎ空間 */

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

.peaceofmind-list-view1 {
  width: 450px;
}

.peaceofmind-list-view2 {
  width: 400px;
  margin-top: 35px;
}

.peaceofmind-list-view2 img {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.peaceofmind-list-view2 dd {
  line-height: 1.5;
  padding: 0 20px;
  margin-top: 25px;
}

/* 充実の共有施設 */

.facilities-intro {
  line-height: 1.5;
  width: 700px;
  max-width: 90%;
  margin: 30px auto 0 auto;
}

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

.facilities-list-view {
  width: 300px;
  margin: 0 15px;
}

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

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

.facilities-image-view {
  width: 350px;
  max-width: 90%;
  margin: 0 auto;
}

.facilities-image-view img {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.facilities-image-view p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* 利便性も犠牲にしない */

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

.location-intro-map {
  display: block;
  width: 500px;
  max-width: 90%;
  margin: 20px auto 0 auto;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.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;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.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 black;
}

/* 間取りの一例 */

.room-layout-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0 auto;
}

.room-layout-view1 {
  text-align: center;
  width: 300px;
}

.room-layout-view1 h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.room-layout-view2 {
  width: 450px;
  margin-left: 20px;
}

.room-layout-mp4 {
  display: block;
  width: 500px;
  max-width: 90%;
  margin: 15px auto 10px auto;
}

/* 販売中のお部屋 */

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

.unit-table th {
  font-size: 1.6rem;
  line-height: 1.3;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 4px solid black;
  padding: 10px 10px 8px 10px;
}

.unit-table td {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 10px 10px 8px 10px;
}

th:last-child,
td:last-child {
  border-right: none;
}

.unit-table td span {
  vertical-align: super;
  font-size: 0.8rem;
}

.privilege-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0 auto;
}

.privilege-view-table {
  width: 280px;
  max-width: 90%;
  margin-bottom: 20px;
}

.privilege-title {
  width: 180px;
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  margin: 0 auto -10px auto;
}

.privilege-txt {
  width: 300px;
  line-height: 1.5;
}

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

.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: 40px auto 0 auto;
  padding: 10px 15px;
  border: 2px solid black;
  border-radius: 20px;
}

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

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

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

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

@media (max-width: 768px) {

  .title {
    height: 55px;
    line-height: 55px;
  }

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

  .title span {
    font-size: 10px;
  }

  .first-view {
    height: 350px;
  }

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

  .first-view {
    background-position: top center;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
  }

  .first-view-text {
    margin-top: 0;
    margin-left: calc(90% - 250px);
  }

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

  .first-view-text p {
    font-size: 14px;
    line-height: 1.5;
  }

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

  .location-details-text {
    max-width: 90%;
    margin: 0;
  }

  .peaceofmind-list {
    display: block;
  }
  
  .peaceofmind-list-view1 {
    display: block;
    width: 450px;
    max-width: 90%;
    margin: 0 auto;
  }
  
  .peaceofmind-list-view2 {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
  }

  .facilities-list-view {
    width: 270px;
    margin: 0 auto;
  }

  .room-layout-block {
    display: block;
  }
  
  .room-layout-view1 {
    width: 300px;
    max-width: 90%;
    margin: 0 auto;
  }
  
  .room-layout-view2 {
    width: 450px;
    max-width: 90%;
    margin: 0 auto;
  }

  .unit-table th {
    font-size: 1.4rem;
    padding: 10px 8px 8px 8px;
  }
  
  .unit-table td {
    font-size: 1.4rem;
    padding: 10px 8px 8px 8px;
  }
  
  .privilege-title {
    width: 120px;
  }

}