@charset "UTF-8";
/*--------------------
#sunheightsHead
--------------------*/
.sunheightsHead {
  position: relative;
  z-index: 1;
}
.sunheightsHead::after {
  content: "";
  background-color: #fdf6ef;
  width: 100%;
  height: 180px;
  position: absolute;
  transform: skewY(4deg);
  transform-origin: 50% 50%;
  z-index: -1;
  bottom: 50px;
}
.sunheightsHead_head {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 40px 0 100px;
}
@media only screen and (max-width: 640px) {
  .sunheightsHead::after {
    height: 40vw;
    bottom: 8%;
  }
  .sunheightsHead_head {
    font-size: 4.6vw;
    padding: 10% 0 20%;
  }
}
/*--------------------
#sunheightsOverview
--------------------*/
.sunheightsOverview_construction {
  font-size: 14px;
  margin: 10px 0 10px 5px;
  display: block;
}

.sunheightsOverview_list {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #f08437;
  font-size: 14px;
  //  margin-bottom: 90px;
}
.sunheightsOverview_th {
  width: 240px;
  text-align: left;
  font-weight: normal;
  color: #f08437;
  border-right: 1px solid #f08437;
  border-top: 1px solid #f08437;
  background-color: #fdf6ef;
  padding: 14px 30px;
}
.sunheightsOverview_td {
  border-top: 1px solid #f08437;
  padding: 14px 30px;
}
/*--slider--*/
.slick-dots {
  bottom: -40px;
}
.slick-dots li button:before {
  font-size: 15px;
  content: "○";
  color: #f08437;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  content: "●";
  opacity: 1;
  color: #f08437;
}
@media only screen and (max-width: 640px) {
  .sunheightsOverview_construction {
    font-size: 12px;
    margin: 4% 0 5% 1%;
  }
  .sunheightsOverview_list {
    font-size: 12px;
    margin-bottom: 20%;
  }
  .sunheightsOverview_th {
    width: 90px;
    padding: 4%;
    text-align: center;
  }
  .sunheightsOverview_td {
    padding: 4%;
  }
  /*--slider--*/
  .slick-dots {
    bottom: -40px;
  }
}
/*--------------------
#facility
--------------------*/
.facility {
  margin: 200px 0 0;
  z-index: 1;
  position: relative;
  background-color: #fdf6ef;
  padding: 0 0 70px;
}
.facility::before {
  content: "";
  background-color: #fdf6ef;
  width: 100%;
  height: 180px;
  position: absolute;
  transform: skewY(-5deg);
  transform-origin: 50% 50%;
  z-index: -1;
  top: -80px;
}
.facility::after {
  content: "";
  background-color: #fdf6ef;
  width: 100%;
  height: 180px;
  position: absolute;
  transform: skewY(5deg);
  transform-origin: 50% 50%;
  z-index: -1;
  bottom: -80px;
}
.sunheights-subttl {
  font-size: 28px;
  text-align: center;
  color: #f08437;
  font-style: italic;
}
.sunheights-subttl span {
  font-size: 14px;
}
.facility_list {
  margin: 50px 0 0;
}
.facility_item {
  width: 22.8%;
  float: left;
  border: 1px solid #f08437;
  margin-bottom: 1rem;
  margin-left: 2.9%;
}
.facility_item:nth-child(4n + 1) {
  margin-left: 0%;
}
@media only screen and (max-width: 640px) {
  .facility {
    margin: 37% 0 0;
    padding: 0 0 15%;
  }
  .facility::before {
    height: 40vw;
    top: -8%;
  }
  .facility::after {
    height: 40vw;
    bottom: -4%;
  }
  .sunheights-subttl {
    font-size: 22px;
  }
  .sunheights-subttl span {
    font-size: 12px;
  }
  .facility_list {
    margin: 10% 0 0;
  }
  .facility_item {
    width: 48%;
    float: left;
    border: 1px solid #f08437;
  }
  .facility_item:nth-child(n + 2) {
    margin-left: 4%;
  }
  .facility_item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .facility_item:nth-child(n + 3) {
    margin-top: 4%;
  }
}
/*--------------------
#goIntoARoom
--------------------*/
.goIntoARoom_360view {
  margin: 40px 0 80px;
}
@media only screen and (max-width: 640px) {
  .goIntoARoom_360view {
    margin: 10% 0 0;
  }
}
/*--------------------
#sunheightsFoot
--------------------*/
#sunheightsFoot {
  position: relative;
  z-index: 1;
  background-color: #fdf6ef;
  /* margin: 180px 0 0; */
  padding: 60px 0;
}
/* #sunheightsFoot::before {
  content: '';
  background-color: #fdf6ef;
  width: 100%;
  height: 180px;
  position: absolute;
  transform: skewY(-4deg);
  transform-origin: 50% 50%;
  z-index: -1;
  top: -50px;
} */
#sunheightsFoot .sunheights-subttl {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #f08437;
  text-align: left;
}
/*--room--*/
.room {
  float: left;
  width: 46%;
}
/*--information--*/
.information {
  float: right;
  width: 46%;
}
.sunheights_list_ttl {
  background-color: #f08437;
  color: #fff;
  font-size: 18px;
  padding: 20px 95px 20px 15px;
  font-weight: 400;
  position: relative;
}
.sunheights_list_ttl span {
  background-color: #fff;
  color: #f08437;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  padding: 11px 20px;
}
.information_list {
  width: 100%;
  font-size: 14px;
  border-spacing: 0;
}
.information_list tr:nth-child(2n + 1) {
  background-color: #fff;
}
.information_list tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.information_th {
  color: #f08437;
  padding: 10px 20px;
  width: 100px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: center;
  border-right: 1px solid #f08437;
}
.information_td {
  padding: 10px 20px;
}
@media only screen and (max-width: 640px) {
  #sunheightsFoot {
    /* margin: 32% 0 0; */
    padding: 0;
  }
  #sunheightsFoot::before {
    height: 40vw;
    top: -3%;
  }
  #sunheightsFoot .sunheights-subttl {
    padding-bottom: 0;
    margin-bottom: 10%;
    border-bottom: 0;
    text-align: center;
  }
  /*--room--*/
  .room,
  .information {
    float: none;
    width: 100%;
    margin-bottom: 20%;
  }
  .sunheights_list_ttl {
    font-size: 14px;
    padding: 18px 60px 18px 15px;
  }
  .sunheights_list_ttl span {
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 10px;
  }
  .information_list {
    font-size: 12px;
  }
  .information_list tr:nth-child(2n + 1) {
    background-color: #fff;
  }
  .information_list tr:nth-child(2n) {
    background-color: #f2f2f2;
  }
  .information_th {
    padding: 10px 13px;
    width: 75px;
  }
  .information_td {
    padding: 10px 13px;
  }
}
/*--------------------
#sunheights_btnArea
--------------------*/
.sunheights_btnArea {
  background-color: #fdf6ef;
  padding: 0 0 60px;
}
.btnArea_list {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.btnArea_item {
  width: 46%;
  max-width: 310px;
  float: left;
}
.btnArea_item + .btnArea_item {
  float: right;
}
.btnArea_item a {
  border: 2px solid #f08437;
  font-size: 18px;
  text-align: center;
  padding: 16px 0;
}
.btnArea_item-print a {
  background-color: #fff;
  color: #f08437;
}
.btnArea_item-print a:hover {
  background-color: #f08437;
  color: #fff;
}
.btnArea_item-contact a {
  background-color: #f08437;
  color: #fff;
}
.btnArea_item-contact a:hover {
  background-color: #fff;
  color: #f08437;
}
@media only screen and (max-width: 640px) {
  .sunheights_btnArea {
    padding: 0 0 20%;
  }
  .btnArea_list {
    width: 100%;
  }
  .btnArea_item {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .btnArea_item-print {
    display: none;
  }
  .btnArea_item a {
    font-size: 15px;
    padding: 15px 0;
  }
}
