@charset "UTF-8";
.renovations {
  background-color: #f2f2f2;
}

.page_content {
  background-color: #FFF;
}

.renovations-area {
  font-size: 14px;
  background: #fff;
  margin-bottom: 10rem;
}

.renovations .renovations-area {
  padding-top: 30px;
  padding-bottom: 8.4rem;
}

.renovations .filter-area {
  position: relative;
  width: 90%;
  margin: 30px auto;
  border-top: #014796 solid 2px;
  background-color: #f5f5f7;
  height: 80px;
}

.renovations .filter-area h1 {
  position: absolute;
  top: 2.1rem;
  left: 4.2rem;
  font-size: 2.52rem;
  color: #6e6e73;
  font-weight: bold;
}

.renovations .filter-area .select-area {
  margin: 25px 50px auto auto;
  position: relative;
  width: 130px;
}

.renovations .filter-area .select-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 3.5rem;
  border: none;
  background: transparent;
  border-radius: 5px;
}

.renovations .filter-area .select-area select::-ms-expand {
  display: none;
}

.renovations .filter-area .select-area::before {
  border-bottom: 5px solid #014796;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 10px;
  width: 0;
}

.renovations .filter-area .select-area::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #014796;
  content: "";
  position: absolute;
  right: 9px;
  top: 21px;
  width: 0;
}

.renovations .list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.renovations .list .col {
  float: left;
  width: 520px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.renovations .list a {
  color: #333333;
}

.renovations .list a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.renovations .list_content_area {
  position: relative;
}

.renovations .list_content_area .list_back_img {
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1rem solid #FFF;
}

.renovations .list_content_area .list_contents {
  padding: 0.5rem 1.4rem;
  height: 8.4rem;
  width: 100%;
}

.renovations .list_content_area .list_tags {
  padding: 0 1.4rem;
  width: 100%;
}

.renovations .list_content_area .list_tags span.sepalater {
  color: #014796;
  margin: 0 0.5rem 0;
  font-weight: bold;
}

.zestock-unico-logo-area {
  text-align: left;
}

.zestock-unico-logo-area img {
  text-align: left;
}

.zestock-unico-logo-area span {
  font-size: 24px;
  font-family: serif;
  line-height: 1;
  vertical-align: bottom;
  color: #FFF;
}

/*　画面サイズが560px以下の場合読み込む　*/
@media screen and (max-width: 560px) {
  .renovations-area {
    font-size: 13px;
  }
  .renovations .select-area {
    display: none;
  }
  .renovations .list .col {
    width: 100%;
    max-width: 400px;
  }
  .renovations .list_content_area .list_back_img {
    background-position: center;
    height: 30vh;
  }
  .zestock-unico-logo-area img {
    height: 20px;
    display: block;
    margin: 0 auto;
  }
  .zestock-unico-logo-area span {
    display: block;
    text-align: center;
    font-size: 12px;
  }
}
.renovations-detail-area h1 {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  padding: 3em 0;
  font-size: 2.52rem;
  line-height: 4.9rem;
}

/*リンクボタン*/
.renovations-link-area {
  text-align: center;
}

/*
.renovations-link-area a {
	background-color: #f5f5f7;
	color: #6e6e73;
    margin: auto;
    padding: 1rem * 1.4;
    transition: opacity .3s;
    display: inline-block;
}
.renovations-link-area a:hover {
	text-decoration: none;
	opacity: 0.8;
}
*/
/*格子状の背景*/
/*
.lattice-area {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #01479630 calc(100% - 1px)),
						linear-gradient(90deg, transparent calc(100% - 1px), #01479630 calc(100% - 1px));
	background-size: 30px 30px;
	background-repeat: repeat;
	background-position: center center;
	padding: 20px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
*/
.about-area {
  max-width: 860px;
  margin: 80px auto;
  font-size: 1.68rem;
  line-height: 4.9rem;
}

.about-area h4 {
  font-size: 1.68rem;
  margin-bottom: 4.2rem;
  font-weight: bold;
  color: #014796;
}

.about-area table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.68rem;
}

.about-area table tbody {
  border: whitesmoke solid 3px;
}

.about-area table tr:nth-child(odd) {
  background-color: whitesmoke;
}

.about-area table th {
  width: 200px;
  text-align: left;
}

.about-area table th,
.about-area table td {
  padding: 0.8em 1.5em;
}

/*　画面サイズが960px以下の場合読み込む　*/
@media screen and (max-width: 960px) {
  .about-area h4 {
    padding-left: 1.4rem;
  }
  .about-area table th {
    width: 6em;
  }
  .about-area table th,
  .about-area table td {
    padding: 0.4em 1em;
  }
}
/*物件コメント*/
.comment {
  max-width: 860px;
  margin: 80px auto;
  font-size: 1.68rem;
  line-height: 4.9rem;
}

.comment h4 {
  margin-bottom: 4.2rem;
  font-weight: bold;
  color: #014796;
  font-size: 1.68rem;
}

/*　画面サイズが960px以下の場合読み込む　*/
@media screen and (max-width: 960px) {
  .comment {
    line-height: 3.5rem;
    padding: 0 1.4rem;
  }
}
/*間取*/
/*
.floorplan-area {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #e9f1f9;
	color: #014796;
}
*/
.floorplan {
  margin-left: auto;
  margin-right: auto;
  width: 97%;
  max-width: 1060px;
  padding-bottom: 100px;
}

.floorplan > div {
  display: inline-block;
  text-align: center;
  width: 49%;
}

.floorplan > div img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*　画面サイズが960px以下の場合読み込む　*/
@media screen and (max-width: 960px) {
  .floorplan > div {
    width: 100%;
  }
}
.floorplan h5 {
  font-size: 1.68rem;
  margin-top: 7rem;
  margin-bottom: 4.2rem;
  font-weight: bold;
  color: #014796;
}

.floorplan img {
  max-width: 350px;
}

.pagination .pnavi {
  text-align: center;
  padding: 1rem 0;
  letter-spacing: 0.5em;
}

/*slick スライダー */
.slider-container {
  width: 100%;
  margin: 3rem auto 1.4rem;
  max-width: 750px;
}

.slider-container img {
  width: auto !important;
  height: 500px;
  margin: 0 auto;
}

.slider-container #thumbs img {
  height: auto;
  max-height: 80px;
  max-width: 120px !important;
}

.slick-slide {
  padding: 2px 0;
}

.slick-slide > div {
  text-align: center;
  background: whitesmoke;
}

#thumbs {
  margin: 0 auto;
  max-width: 750px;
  padding: 0 50px;
}

#thumbs .slick-arrow {
  background: whitesmoke;
  height: 100%;
  width: 40px;
}

#thumbs .slick-arrow:hover {
  opacity: 0.9;
}

#thumbs .slick-prev:hover,
#thumbs .slick-prev:focus,
#thumbs .slick-next:hover,
#thumbs .slick-next:focus {
  background-color: whitesmoke;
}

#thumbs .slick-prev,
#thumbs .slick-next {
  z-index: 200;
}

#thumbs .slick-prev {
  left: 0 !important;
}

#thumbs .slick-prev:before {
  content: "＜";
  color: #014796;
  font-weight: bold;
  /*
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  position: absolute;
  top: -80px;
  left: -45px;
  opacity: 1;
  */
}

#thumbs .slick-next {
  right: 0 !important;
}

#thumbs .slick-next:before {
  content: "＞";
  color: #014796;
  font-weight: bold;
  /*
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  position: absolute;
  top: -80px;
  right: -45px;
  opacity: 1;
  */
}

/*　画面サイズが960px以下の場合読み込む　*/
@media screen and (max-width: 960px) {
  #slider .slick-prev {
    left: 0;
    z-index: 2;
  }
  #slider .slick-prev:before {
    content: "＜";
    color: whitesmoke;
    font-weight: bold;
  }
  #slider .slick-next {
    right: 0;
    z-index: 2;
  }
  #slider .slick-next:before {
    content: "＞";
    color: whitesmoke;
    font-weight: bold;
  }
  .slider-container img {
    height: 250px;
  }
}
/*slick スライダー end*/