@charset "utf-8";

/*
  File Name   : estate.css
  Description : コンテンツエリア関係 他
*/

/* -section-list-estate
============================================================ */
.-section-list-estate {
}
.-section-list-estate .item-base {
  margin-top: 100px;
}
.-section-list-estate .item-base:first-of-type {
  margin-top: 0;
}
.item-base .title-wrap {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid 1px #000;
}
.item-base .title-wrap .title-en {
  font-size: 32px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  letter-spacing: 5px;
}
.item-base .title-wrap .title-ja {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.-section-list-estate .item-base .list-wrap {
  margin-top: 80px;
}
.-section-list-estate .item-base .list-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.-section-list-estate .item-base .list-wrap li {
  width: calc((100% - 20px * 2) / 3);
  margin-right: 20px;
}
.-section-list-estate .item-base .list-wrap li:nth-child(3n) {
  margin-right: 0;
}
.-section-list-estate .item-base .list-wrap li:nth-child(n + 4) {
  margin-top: 80px;
}
.-section-list-estate .item-base .list-wrap li .img-block {
  position: relative;
  height: 265px;
}
.-section-list-estate .item-base .list-wrap li .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
.-section-list-estate .item-base .list-wrap li .img-block .status {
  display: flex;
  position: absolute;
  top: -20px;
  left: -10px;
}
.-section-list-estate .item-base .list-wrap li .img-block .status .item {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding-top: 17px;
  display: block;
  margin-right: 6px;
  color: #fff;
  background-color: #14648c;
}
.-section-list-estate .item-base .list-wrap li .img-block .list-categorys-warp {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
.-section-list-estate .item-base .list-wrap li .img-block .category {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  padding: 8px 10px;
  color: #fff;
  display: inline-block;
}
.-section-list-estate .item-base .list-wrap li .img-block .category.-color-tochi {
  background-color: #0000a4;
}
.-section-list-estate .item-base .list-wrap li .img-block .category.-color-tateuri {
  background-color: #d37000;
}
.-section-list-estate .item-base .list-wrap li .img-block .category.-color-chukojutaku {
  background-color: #0094b6;
}
.-section-list-estate .item-base .list-wrap li .img-block .category.-color-area {
  background-color: #3c3c3c;
}
.-section-list-estate .item-base .list-wrap li .img-block .category.-color-city {
  background-color: #b1b1b1;
}
.-section-list-estate .item-base .list-wrap li .img-block .category.-color-intermediary {
  background-color: #e6e6e6;
  color: #7f7873;
}
.-section-list-estate .item-base .list-wrap li .desc-block {
  margin-top: 20px;
}
.-section-list-estate .item-base .list-wrap li .desc-block .title {
  font-size: 14px;
  font-weight: bold;
  color: #14648c;
}
.-section-list-estate .item-base .list-wrap li .desc-block table {
  margin-top: 10px;
}
.-section-list-estate .item-base .list-wrap li .desc-block table th,
.-section-list-estate .item-base .list-wrap li .desc-block table td {
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}
.-section-list-estate .item-base .list-wrap li .desc-block table th {
  width: 6em;
}
.-section-list-estate .item-base .list-wrap li .desc-block .com-btn-wrap {
  margin-top: 20px;
}
.estate-request-btn-wrap {
  text-align: center;
  margin-top: 150px;
}
.estate-request-btn-wrap .request-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  display: inline-block;
  max-width: 370px;
  padding: 24px 33px;
  border-radius: 50px;
  background-color: #14648c;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
.estate-request-btn-wrap .request-btn:hover {
  text-decoration: none;
  opacity: .7;
}
.estate-request-btn-wrap .request-btn span {
  position: relative;
  padding-left: 40px;
}
.estate-request-btn-wrap .request-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  background: url(../img/common/icon-mail-wh.png) 0 0 no-repeat;
  background-size: 29px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-list-estate .item-base .list-wrap li {
    width: 100%;
    margin-right: 0;
  }
  .-section-list-estate .item-base .list-wrap li:nth-child(n + 4),
  .-section-list-estate .item-base .list-wrap li:nth-child(n + 2) {
    margin-top: 60px;
  }
  .-section-list-estate .item-base .list-wrap li .img-block {
    height: 265px;
  }
  .estate-request-btn-wrap {
    margin-top: 80px;
  }
  .estate-request-btn-wrap .request-btn {
    font-size: 16px;
    padding: 15px 20px;
  }
  .estate-request-btn-wrap .request-btn:hover {
    opacity: 1;
  }
  .estate-request-btn-wrap .request-btn span {
    padding-left: 40px;
  }
  .estate-request-btn-wrap .request-btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background: url(../img/common/icon-mail-wh.png) 0 0 no-repeat;
    background-size: 29px;
  }
}

/* detail
============================================================ */
#estate.detail #lay-main {
  padding-bottom: 0;
}
.-section-detail-estate .com-section-inner {
  max-width: calc(850px + 40px * 2);
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* com-detail-head */
.com-detail-head {
  margin-top: 60px;
  padding-bottom: 100px;
}
.com-detail-head .head-inner,
.com-detail-head .com-section-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.com-detail-head .detail-categorys-warp .category {
  min-width: 80px;
  margin-right: 5px;
}
.com-detail-head .detail-categorys-warp .category.-color-area {
  background-color: #3c3c3c;
}
.com-detail-head .detail-categorys-warp .category.-color-city {
  background-color: #b1b1b1;
}
.com-detail-head .detail-categorys-warp .category.-color-intermediary {
  background-color: #e6e6e6;
  color: #7f7873;
}
.com-detail-head .detail-categorys-warp .name {
  font-weight: 500;
  margin-left: 20px;
}
.com-detail-head .detail-slider-wrap .slide-item {
  height: 566px;
}
.com-detail-head .thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.com-detail-head .thumbnail-list .thumb-item {
  width: calc((100% - 10px * 5) / 6);
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  height: 100px;
}
.com-detail-head .thumbnail-list .thumb-item:nth-child(6n) {
  margin-right: 0;
}
.com-detail-head .thumbnail-list .thumb-item:nth-child(n + 7) {
  margin-top: 10px;
}
.com-detail-head .thumbnail-list .thumb-item.thumbnail-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 4px #14648c;
}
.com-detail-head .detail-slider-wrap img,
.com-detail-head .thumbnail-list .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.eyecatch-img-wrap .slick-prev,
.eyecatch-img-wrap .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 25px;
  display: block !important;
  z-index: 1;
}
.eyecatch-img-wrap .slick-prev:hover,
.eyecatch-img-wrap .slick-next:hover {
  opacity: .7;
}
.eyecatch-img-wrap .slick-next {
  right: 30px;
}
.eyecatch-img-wrap .slick-prev {
  left: 30px;
}
.eyecatch-img-wrap .slick-prev::before,
.eyecatch-img-wrap .slick-next::before {
  font-family: '';
  font-size: 0;
  opacity: 1;
  content: "";
  width: 15px;
  height: 35px;
  background: url(../img/common/icon-slider-prev-wh.png) 0 0 no-repeat;
  background-size: 15px auto;
  display: block !important;
  position: relative;
  z-index: 1;
}
.eyecatch-img-wrap .slick-next::before {
  background: url(../img/common/icon-slider-next-wh.png) 0 0 no-repeat;
  background-size: 15px auto;
}

/* com-detail-body */
.-section-detail-estate-bottom {
  padding: 100px 0 100px;
  background-color: #fff;
}
.com-detail-body {
  max-width: 750px;
  margin: 0 auto;
}
.com-detail-body .body-item {
  margin-top: 100px;
}
.com-detail-body .body-item:first-of-type {
  margin-top: 0;
}
.com-detail-body .body-item .body-item-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #14648c;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.com-detail-body .body-item .body-item-title span {
  padding: 0 15px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.com-detail-body .body-item .body-item-title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #14648c;
  z-index: 0;
}
.com-detail-body .body-item .img-wrap {
  text-align: center;
  margin-top: 20px;
}
.com-detail-body .body-item .table-wrap-A {
  margin-top: 15px;
}
.com-detail-body .body-item .table-wrap-A table,
.com-detail-body .body-item .table-wrap-B table {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
}
.com-detail-body .body-item .table-wrap-A th,
.com-detail-body .body-item .table-wrap-A td,
.com-detail-body .body-item .table-wrap-B th,
.com-detail-body .body-item .table-wrap-B td {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 6px 6px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
.com-detail-body .body-item .table-wrap-A th,
.com-detail-body .body-item .table-wrap-B th {
  width: 130px;
  color: #fff;
  background-color: #b1b1b1;
}
.com-detail-body .body-item .table-wrap-A tr:first-child th {
  background-color: #bababa;
}
.com-detail-body .body-item .table-wrap-A td.hanbaichu {
  color: #fff;
  background-color: #838383;
}
.com-detail-body .body-item .table-wrap-B td {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.com-detail-body .body-item .table-wrap-B .table-right-text {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin-top: 10px;
}
.com-detail-body .body-item .list-wrap li {
  font-size: 14px;
  font-weight: 500;
  text-indent: calc(-1em - 5px);
  margin-left: calc(1em + 5px);
}
.com-detail-body .body-item .list-wrap ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #000;
  border-radius: 100%;
  line-height: 1;
}
.com-detail-body .body-item .map-wrap {
  padding-top: 20px;
  text-align: center;
}
.com-detail-body .body-item .map-wrap iframe {
  width: 100%;
  height: 330px;
}

/* contorol */
.detail-bottom-btn-wrap {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.estate-detail-contorol-wrap {
  position: relative;
  width: 100%;
  margin: 120px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.estate-detail-contorol-wrap .prev,
.estate-detail-contorol-wrap .next {
  width: 245px;
  position: absolute;
  top: -35px;
  display: block;
  transition: all .2s ease-in-out;
}
.estate-detail-contorol-wrap .prev {
  left: 0;
  padding-left: 40px;
  margin-right: auto;
  background: url(../img/estate/icon-prev-bl-long.png) 0 14px no-repeat;
  background-size: 247px auto;
}
.estate-detail-contorol-wrap .next {
  right: 0;
  padding-right: 40px;
  margin-left: auto;
  background: url(../img/estate/icon-next-bl-long.png) 0 14px no-repeat;
  background-size: 245px auto;
}
.estate-detail-contorol-wrap .prev:hover,
.estate-detail-contorol-wrap .next:hover {
  text-decoration: none;
  opacity: .7;
}
.estate-detail-contorol-wrap .prev .text-A,
.estate-detail-contorol-wrap .next .text-A {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #14648c;
  margin-bottom: 22px;
}
.estate-detail-contorol-wrap .prev .text-B,
.estate-detail-contorol-wrap .next .text-B {
  font-size: 12px;
  color: #14648c;
  margin: 0 0 0;
}
.estate-detail-contorol-wrap .prev .text-B {
  text-align: left;
}
.estate-detail-contorol-wrap .next .text-B {
  text-align: right;
}
.estate-detail-contorol-wrap .back {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #14648c;
  text-align: center;
  text-decoration: underline;
  margin: 0 auto;
}
.estate-detail-contorol-wrap .back:hover {
  text-decoration: none;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .com-detail-head .detail-slider-wrap .slide-item {
    height: 58.925vw;
  }
  .com-detail-head .thumbnail-list .thumb-item {
    /* width: calc((100% - 10px * 5) / 6);
    margin-right: 10px; */
    height: 8.467vw;
  }
}
@media screen and (max-width: 1101px) {
  .-section-detail-estate .com-section-inner {
    padding: 0 20px;
  }
  .com-detail-head .head-inner,
  .com-detail-head .com-section-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .com-detail-head .detail-categorys-warp .name {
    margin-left: 0;
  }
  .eyecatch-img-wrap .slick-next {
    right: 10px;
  }
  .eyecatch-img-wrap .slick-prev {
    left: 10px;
  }
}
@media screen and (max-width: 751px) {
  /* contorol */
  .detail-bottom-btn-wrap {
    padding-bottom: 30px;
  }
  .estate-detail-contorol-wrap {
    margin: 120px auto 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .estate-detail-contorol-wrap .prev,
  .estate-detail-contorol-wrap .next {
    width: 100px;
    height: 50px;
    top: -65px;
  }
  .estate-detail-contorol-wrap .prev {
    left: 0;
    padding-left: 0;
    margin-right: auto;
    background: url(../img/estate/icon-prev-bl-long.png) 0 10px no-repeat;
    background-size: 247px auto;
  }
  .estate-detail-contorol-wrap .next {
    right: 0;
    padding-right: 0;
    margin-left: auto;
    background: url(../img/estate/icon-next-bl-long.png) right 10px no-repeat;
    background-size: 245px auto;
  }
  .estate-detail-contorol-wrap .prev:hover,
  .estate-detail-contorol-wrap .next:hover {
    opacity: 1;
  }
  .estate-detail-contorol-wrap .prev .text-A,
  .estate-detail-contorol-wrap .next .text-A {
    font-size: 12px;
    margin-bottom: 22px;
  }
  .estate-detail-contorol-wrap .prev .text-B,
  .estate-detail-contorol-wrap .next .text-B {
    display: none;
  }
  .estate-detail-contorol-wrap .back:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 481px) {
  .com-detail-body .body-item .table-wrap-A th,
  .com-detail-body .body-item .table-wrap-B th {
    width: 120px;
  }
}

/* bottom-estate-list
============================================================ */
.bottom-estate-list {
  padding: 80px 0 75px;
  background-color: #f1ede2;
}
.bottom-estate-list .bottom-estate-list-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 50px;
}
.bottom-estate-list .com-bottom-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.bottom-estate-list .com-bottom-title-en {
  font-size: 32px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  letter-spacing: 5px;
}
.bottom-estate-list .com-bottom-title-ja {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.bottom-estate-list .slider-wrap:not(.slick-initialized) .slider-item:nth-child(n + 2) {
  display: none;
}
.bottom-estate-list .slider-item {
  width: calc((100% - 20px * 2) / 4);
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  opacity: 1;
}
.bottom-estate-list .slider-item:nth-child(4n) {
  /* margin-right: 0; */
}
.bottom-estate-list .slider-item:nth-child(n + 5) {
  /* margin-top: 90px; */
}
.bottom-estate-list .slider-item .img-wrap {
  position: relative;
  height: 266px;
}
.bottom-estate-list .slider-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
.bottom-estate-list .desc-wrap {
  position: relative;
  margin-top: 15px;
}
.bottom-estate-list .desc-wrap .title-sub {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #14648c;
  text-indent: -1em;
  margin-left: 1em;
}
.bottom-estate-list .slider-item .desc-wrap .text {
  font-size: 15px;
  font-weight: normal;
  margin-top: 5px;
}
.bottom-estate-list .slider-item .desc-wrap .com-category-wrap-A {
  margin-top: 3px;
}
.bottom-estate-list .slider-item .desc-wrap .day {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #787878;
  position: absolute;
  top: 3px;
  right: 0;
}
.bottom-estate-list .slider-item .img-wrap .list-categorys-warp {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
.bottom-estate-list .slider-item .img-wrap .category {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  padding: 8px 10px;
  color: #fff;
  display: inline-block;
}
.bottom-estate-list .slider-item .img-wrap .category.-color-tochi {
  background-color: #0000a4;
}
.bottom-estate-list .slider-item .img-wrap .category.-color-tateuri {
  background-color: #d37000;
}
.bottom-estate-list .slider-item .img-wrap .category.-color-chukojutaku {
  background-color: #0094b6;
}
.bottom-estate-list .slider-item .img-wrap .category.-color-area {
  background-color: #3c3c3c;
}
.bottom-estate-list .slider-item .img-wrap .category.-color-city {
  background-color: #b1b1b1;
}
.bottom-estate-list .slider-item .img-wrap .category.-color-intermediary {
  background-color: #e6e6e6;
  color: #7f7873;
}
.bottom-estate-list .slider-item .desc-wrap {
  margin-top: 20px;
}
.bottom-estate-list .slider-item .desc-wrap .title {
  font-size: 14px;
  font-weight: bold;
  color: #14648c;
}
.bottom-estate-list .slider-item .desc-wrap table {
  margin-top: 10px;
}
.bottom-estate-list .slider-item .desc-wrap table th,
.bottom-estate-list .slider-item .desc-wrap table td {
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}
.bottom-estate-list .slider-item .desc-wrap table th {
  width: 6em;
}
.bottom-estate-list .slider-item .desc-wrap .com-btn-wrap {
  margin-top: 20px;
}

/* New icon */
.bottom-estate-list .slider-item .img-wrap .status {
  display: flex;
  position: absolute;
  top: 10px;
  right: 45px;
}
.bottom-estate-list .slider-item .img-wrap .status {
  display: flex;
  position: absolute;
  top: -20px;
  left: -10px;
}
.bottom-estate-list .slider-item .img-wrap .status .item {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding-top: 17px;
  display: block;
  margin-right: 6px;
}
.bottom-estate-list .slider-item .img-wrap .status .new {
  color: #fff;
  background-color: #14648c;
}

/* slick */
.bottom-estate-list .slick-list {
  overflow: visible !important;
}
.bottom-estate-list .slick-prev,
.bottom-estate-list .slick-next {
  top: 140px;
  width: 22px;
  height: 45px;
  display: block !important;
  z-index: 1;
}
.bottom-estate-list .slick-prev:hover,
.bottom-estate-list .slick-next:hover {
  opacity: .7;
}
.bottom-estate-list .slick-next {
  right: -40px;
}
.bottom-estate-list .slick-prev {
  left: -40px;
}
.bottom-estate-list .slick-prev::before,
.bottom-estate-list .slick-next::before {
  font-family: '';
  font-size: 0;
  opacity: 1;
  content: "";
  width: 22px;
  height: 45px;
  background: url(../img/common/icon-slider-prev-bl.png) 0 0 no-repeat;
  background-size: 22px;
  display: block !important;
  position: relative;
  z-index: 1;
}
.bottom-estate-list .slick-next::before {
  background: url(../img/common/icon-slider-next-bl.png) 0 0 no-repeat;
  background-size: 22px;
}

.bottom-estate-list .slider-item:not(.slick-active) {
  opacity: 0.25;
}
/* .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
} */

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .bottom-estate-list {
  }
}

/* hoge
============================================================ */
.hoge {
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}
