@charset "UTF-8";

/* ヘッダーメディア */

.slider-2-nav {
  margin-top: 70px;
}

/* 767px以下 */

@media(max-width: 767px) {

  .slider-2-nav {
    margin-top: 50px;
  }

}

/* about */

.about-wrapper {
  margin: 180px 0 100px;
}

/* 767px以下 */

@media(max-width: 767px) {

  .about-wrapper {
    margin: 90px 0 50px;
  }

}

/* floor-plan */

.floor-plan-wrapper {
  margin-top: 100px;
}

.floor-plan .box {
  width: 100%;
  padding-top: 70%;
  position: relative;
}

.floor-plan .box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floor-plan .box-101::before {
  background: url("../images/floor-plan-101.png") no-repeat 0% 0%/cover;
}

.floor-plan .box-102::before {
  background: url("../images/floor-plan-102.png") no-repeat 0% 0%/cover;
}

.floor-plan .box-103::before {
  background: url("../images/floor-plan-103.png") no-repeat 0% 0%/cover;
}

.floor-plan .box-104::before {
  background: url("../images/floor-plan-104.png") no-repeat 0% 0%/cover;
}

.floor-plan .box-201::before {
  background: url("../images/floor-plan-201.png") no-repeat 0% 0%/cover;
}

.floor-plan .box-202::before {
  background: url("../images/floor-plan-202.png") no-repeat 0% 0%/cover;
}

.floor-plan .box-203::before {
  background: url("../images/floor-plan-203.png") no-repeat 0% 0%/cover;
}

.floor-plan .box-204::before {
  background: url("../images/floor-plan-204.png") no-repeat 0% 0%/cover;
}

.floor-plan .box-301::before {
  background: url("../images/floor-plan-301.png") no-repeat 0% 0%/cover;
}

.floor-plan .box-302::before {
  background: url("../images/floor-plan-302.png") no-repeat 0% 0%/cover;
}

/* 767px以下 */

@media(max-width: 767px) {

  .floor-plan-wrapper {
    margin-top: 50px;
  }

  .floor-plan .box::before {
    font-size: 2rem;
    letter-spacing: 3px;
  }

}

/* detail */

.detail-wrapper {
  margin-bottom: 180px;
}

.detail .texts {
  flex: none;
  width: 100%;
}

.detail .texts ul li {
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  text-align: left;
  margin: 10px 0;
}

/* 767px以下 */

@media(max-width: 767px) {

  .detail-wrapper {
    margin-bottom: 90px;
  }

  .detail .texts ul li {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    margin: 5px 0;
  }

}

/* company */

.company {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}

.company .title {
  font-size: 5rem;
  letter-spacing: 5px;
  color: #000000;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}

.company .sub-title {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  color: #000000;
  font-weight: bold;
}

.company table {
  width: 100%;
  max-width: 768px;
  margin:  50px auto 0;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  line-height: 1.5;
  font-weight: bold;
  border-collapse: collapse;
}

.company th {
  width: 20%;
  vertical-align: text-top;
  padding: 30px 10px;
}

.company td {
  width: 80%;
  vertical-align: text-top;
  padding: 30px 10px;
}

.company tr {
  border-bottom: 1px dotted #000000;
}

/* 767px以下 */

@media(max-width: 767px) {

  .company {
    max-width: 600px;
  }

  .company .title {
    font-size: 3rem;
    letter-spacing: 3px;
  }

  .company .sub-title {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .company table {
    max-width: 500px;
    margin:  30px auto 0;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }

  .company th {
    width: 25%;
    padding: 20px 5px;
  }

  .company td {
    width: 75%;
    padding: 20px 5px;
  }

}

/* contact */

.contact-box {
  text-align: center;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.5;
  margin-top: 15px;
}

.contact-text {
  margin-bottom: 15px;
}

.contact-box a {
  color: #0000ee;
}

/* 767px以下 */

@media(max-width: 767px) {

  .contact-box {
    font-size: 1.2rem;
  }

}
