#slider {
  overflow: hidden;
  padding-bottom: 50px;
}

.content.sub {
  max-width: 820px;
}

#thumbnail_slider li {
  transition-property: opacity;
  transition-duration: 0.4s;
  opacity: 1;
  cursor: pointer;
}

#thumbnail_slider li:hover {
  opacity: 0.5;
}

.thumbnail-item {
  width: 98%;
  margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
  color: #111;
}

#slider .slide-item .pic-wrap {
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.gal-box {
  background: #000;
}

#slider .slide-item .pic-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  /* max-height: 80px; */
  max-width: none;
}

#slider .slide-item .caption {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}

.slider-box {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  padding-top: 0px;
  position: relative;
  z-index: 999;
}
.slider-box .slick-prev {
  background: url(../images/property/left.png) no-repeat center center/contain !important;
  left: 35px;
  width: 35px;
  height: 136px;
  font-size: 0;
  opacity: 1 !important;
  z-index: 999;
  display: none !important;
}
.slider-box .slick-prev::before {
  content: "";
}
.slider-box .slick-prev:hover {
  background: url(../images/property/left.png) no-repeat center center/contain !important;
  opacity: 0.5 !important;
}
.slider-box .slick-next {
  background: url(../images/property/right.png) no-repeat center center/contain !important;
  right: 35px;
  width: 35px;
  height: 136px;
  opacity: 1 !important;
  font-size: 0;
  z-index: 999;
  display: none !important;
}
.slider-box .slick-next::before {
  content: "";
}
.slider-box .slick-next:hover {
  background: url(../images/property/right.png) no-repeat center center/contain !important;
  opacity: 0.5 !important;
}

#thumbnail_slider {
  /*display: flex;
  flex-wrap: wrap;*/
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  position: relative;
}

#thumbnail_slider .thumbnail-item {
  width: 19.2%;
  margin-right: 0.9%;
  padding: 0px;
  margin-top: 16x;
  cursor: pointer;
}

#thumbnail_slider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

#thumbnail_slider .thumbnail-item.active {
  border: 1px solid #000;
}

#thumbnail_slider .thumbnail-item:nth-child(5n) {
  margin-right: 0;
}

#thumbnail_slider .thumbnail-item .pic-wrap {
  padding-top: 136px;
  position: relative;
  overflow: hidden;
}

#thumbnail_slider .thumbnail-item .pic-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  /* max-height: 80px; */
  max-width: none;
}

#thumbnail_slider .slick-prev {
  position: absolute;
  top: 48%;
  left: 25px;
  transform: translateY(-50%);
  background: url(../images/property/left.png) no-repeat center center/contain !important;
  width: 25px;
  height: 136px;
  display: block;
  z-index: 9999;
}
#thumbnail_slider .slick-prev::before {
  content: "";
}

#thumbnail_slider .slick-next {
  position: absolute;
  top: 48%;
  right: 25px;
  transform: translateY(-50%);
  background: url(../images/property/right.png) no-repeat center center/contain !important;
  width: 25px;
  height: 136px;
  display: block;
  z-index: 9999;
}
#thumbnail_slider .slick-next::before {
  content: "";
}

.en-ttl {
  font-size: 28px;
}

@media screen and (max-width: 900px) {
  .en-ttl {
    font-size: 5.3vw;
  }
  #slider {
    padding-bottom: 3vw;
  }
  #slider .slide-item .pic-wrap {
    padding-top: 66%;
    position: relative;
    overflow: hidden;
  }
  #slider .slide-item .pic-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #slider .slide-item .caption {
    margin-top: 2.6vw;
    text-align: center;
    font-size: 3.2vw;
    line-height: 1;
  }
  .slider-box {
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;
    padding-top: 0vw;
  }
  .slider-box .slick-prev {
    background: url(../images/property/left.png) no-repeat center center/contain !important;
    left: 6vw;
    width: 6vw;
    height: 30vw;
    opacity: 1 !important;
    z-index: 999;
  }
  .slider-box .slick-prev::before {
    content: "";
  }
  .slider-box .slick-prev:hover {
    background: url(../images/property/left.png) no-repeat center center/contain !important;
    opacity: 0.5 !important;
  }
  .slider-box .slick-next {
    background: url(../images/property/right.png) no-repeat center center/contain !important;
    right: 6vw;
    width: 6vw;
    height: 30vw;
    opacity: 1 !important;
    z-index: 999;
  }
  .slider-box .slick-next::before {
    content: "";
  }
  .slider-box .slick-next:hover {
    background: url(../images/property/right.png) no-repeat center center/contain !important;
    opacity: 0.5 !important;
  }
  #thumbnail_slider {
    /*display: flex;
    flex-wrap: wrap;*/
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0vw;
  }
  #thumbnail_slider .thumbnail-item {
    width: 32.3%;
    margin-top: 1.3vw;
  }
  #thumbnail_slider .slick-slide {
    margin-right: 0.8vw;
    margin-left: 0.8vw;
  }
  #thumbnail_slider .thumbnail-item.active {
    border: 1px solid #000;
  }
  #thumbnail_slider .thumbnail-item:nth-child(5n) {
    margin-right: 1.5%;
  }
  #thumbnail_slider .thumbnail-item:nth-child(3n) {
    margin-right: 0;
  }
  #thumbnail_slider .thumbnail-item .pic-wrap {
    padding-top: 66%;
    position: relative;
    overflow: hidden;
  }
  #thumbnail_slider .thumbnail-item .pic-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #thumbnail_slider .slick-prev {
    position: absolute;
    top: 50%;
    left: 6vw;
    transform: translateY(-50%);
    background: url(../images/property/left.png) no-repeat center center/contain !important;
    width: 6vw;
    height: 6vw;
  }
  #thumbnail_slider .slick-next {
    position: absolute;
    top: 50%;
    right: 6vw;
    transform: translateY(-50%);
    background: url(../images/property/right.png) no-repeat center center/contain !important;
    width: 6vw;
    height: 6vw;
  }
}
.name-box {
  background: #000;
  position: relative;
  color: #fff;
}
.name-box .wrap {
  padding: 86px 0 90px;
  position: relative;
  z-index: 2;
}
.name-box .name-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.name-box .name-img img {
  width: auto;
  max-width: none;
  height: 210px;
}
.name-box .name-text {
  font-size: 20px;
  margin-bottom: 50px;
}
.name-box .name {
  font-size: 70px;
  margin-bottom: 20px;
}
.name-box .name-text2 {
  font-size: 15px;
  line-height: 1.22;
  font-weight: 600;
}

.plan1-box {
  background: #000;
  padding-top: 100px;
  padding-bottom: 110px;
}
.plan1-box .en-ttl {
  color: #fff;
}
.plan1-box .note-center {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  margin-top: 20px;
  color: #fff;
}
.plan1-box .plan-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.plan1-box .plan-list li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 25px;
}
.plan1-box .plan-list li:nth-child(3n) {
  margin-right: 0;
}
.plan1-box .plan-list li:last-child {
  margin-right: 0;
}
.plan1-box .plan-list li .plan-img-box {
  height: 310px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.plan1-box .plan-list li .plan-img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87%;
}
.plan1-box .plan-list li .plan-text-box .text1 {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}

.spec-box {
  padding: 95px 0 100px;
  background: #e9eaea;
}
.spec-box .spec-table {
  background: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px;
  border-radius: 10px;
  margin-top: 50px;
}
.spec-box .spec-table table {
  width: 100%;
  border-collapse: collapse;
}
.spec-box .spec-table table tr td {
  padding: 15px 5px 15px;
  border-bottom: 1px solid #000;
  font-size: 15px;
  line-height: 1.66;
}
.spec-box .spec-table table tr td:first-child {
  width: 28%;
  text-align: center;
}
.spec-box .spec-table table tr td:last-child {
  width: 70%;
}
.spec-box .spec-table table tr:last-child td {
  border-bottom: none;
}

.slick-list {
  overflow: visible !important;
}

.slick-disabled {
  opacity: 0 !important;
}

.map-box {
  padding: 100px 0 100px;
  background: #000;
  color: #fff;
}
.map-box .map-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.map-box .map-wrap iframe {
  width: 100%;
  height: 700px;
  border-radius: 10px;
}

.room-box {
  padding: 100px 0 100px;
  background: #e9eaea;
}
.room-box .wrap {
  max-width: 1200px;
}
.room-box .note-center {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  margin-top: 20px;
}
.room-box table {
  border-radius: 10px;
  margin-top: 40px;
}
.room-box table tr:first-child th {
  padding: 24px 5px;
  text-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.46;
  border-right: 1px solid #e9eaea;
  background: #c9caca;
  color: #000;
}
.room-box table tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.room-box table tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
  border-right: none;
}
.room-box table tr:first-child th:nth-child(1) {
  width: 11%;
}
.room-box table tr:first-child th:nth-child(2) {
  width: 6%;
}
.room-box table tr:first-child th:nth-child(3) {
  width: 16%;
}
.room-box table tr:first-child th:nth-child(4) {
  width: 20%;
}
.room-box table tr:first-child th:nth-child(5) {
  width: 16%;
}
.room-box table tr:first-child th:nth-child(6) {
  width: 20%;
}
.room-box table tr:first-child th:nth-child(7) {
  width: 10%;
}
.room-box table tr td {
  padding: 35px 5px;
  text-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.66;
  border-bottom: 1px solid #e9eaea;
  border-right: 1px solid #e9eaea;
  background: #fff;
  color: #000;
}
.room-box table tr td .btn-link {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: #1d68ab;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.room-box table tr td .btn-link.no-link {
  pointer-events: none;
  opacity: 0.5;
}
.room-box table tr td:last-child {
  border-right: none;
}
.room-box table tr td:nth-child(1) {
  width: 11%;
}
.room-box table tr td:nth-child(2) {
  width: 6%;
}
.room-box table tr td:nth-child(3) {
  width: 16%;
}
.room-box table tr td:nth-child(4) {
  width: 20%;
}
.room-box table tr td:nth-child(5) {
  width: 16%;
}
.room-box table tr td:nth-child(6) {
  width: 20%;
}
.room-box table tr td:nth-child(7) {
  width: 10%;
}
.room-box table tr:last-child td {
  border-bottom: none;
}
.room-box table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.room-box table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 900px) {
  .name-box .wrap {
    padding: 13.3vw 0 12.4vw;
    position: relative;
    z-index: 2;
  }
  .name-box .name-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .name-box .name-img img {
    width: auto;
    max-width: none;
    height: 21.3vw;
  }
  .name-box .name-text {
    font-size: 4vw;
    margin-bottom: 10.6vw;
  }
  .name-box .name {
    font-size: 14vw;
    margin-bottom: 4vw;
  }
  .name-box .name-text2 {
    font-size: 3.6vw;
    line-height: 1.22;
    font-weight: 600;
  }
  .plan1-box {
    padding-top: 18.6vw;
    padding-bottom: 8vw;
  }
  .plan1-box .note-center {
    text-align: center;
    font-size: 2.6vw;
    line-height: 1;
    margin-top: 3.2vw;
  }
  .plan1-box .plan-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 9.3vw;
  }
  .plan1-box .plan-list li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6vw;
  }
  .plan1-box .plan-list li:nth-child(3n) {
    margin-right: 6%;
  }
  .plan1-box .plan-list li:nth-child(2n) {
    margin-right: 0;
  }
  .plan1-box .plan-list li:last-child {
    margin-right: 0;
  }
  .plan1-box .plan-list li .plan-img-box {
    height: 38.6vw;
    position: relative;
    border-radius: 2.6vw;
  }
  .plan1-box .plan-list li .plan-img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87%;
  }
  .plan1-box .plan-list li .plan-text-box .text1 {
    font-size: 3.3vw;
    line-height: 1;
    font-weight: 700;
    margin-top: 1.3vw;
  }
  .spec-box {
    padding: 13vw 0 12.4vw;
  }
  .spec-box .spec-table {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 4.5vw 4.5vw;
    border-radius: 2.6vw;
    margin-top: 7vw;
  }
  .spec-box .spec-table table {
    width: 100%;
    border-collapse: collapse;
  }
  .spec-box .spec-table table tr td {
    display: block;
    font-size: 3.3vw;
    line-height: 1.66;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.6vw;
  }
  .spec-box .spec-table table tr td:first-child {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding-top: 2.6vw;
    padding-bottom: 0;
  }
  .spec-box .spec-table table tr td:last-child {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 2.6vw;
  }
  .map-box {
    padding: 12vw 0 14.6vw;
  }
  .map-box .map-wrap {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
  }
  .map-box .map-wrap iframe {
    width: 100%;
    height: 82vw;
    border-radius: 2.6vw;
  }
  .room-box {
    padding: 13.3vw 0 13.3vw;
  }
  .room-box .note-center {
    text-align: center;
    font-size: 2.6vw;
    line-height: 1.5;
    margin-top: 2.6vw;
  }
  .room-box table {
    border-radius: 2.6vw;
    margin-top: 4vw;
  }
  .room-box table tr th {
    padding: 2.6vw 1vw;
    text-align: center;
    align-items: center;
    font-size: 3.3vw;
    line-height: 1.46;
    border-right: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
    background: #c9caca;
    color: #000;
    width: 30%;
  }
  .room-box table tr td {
    padding: 2.6vw 6vw;
    text-align: left;
    align-items: center;
    font-size: 3.3vw;
    line-height: 1.46;
    border-right: 0;
    border-bottom: 1px solid #e9eaea;
    background: #fff;
    color: #000;
    width: 70% !important;
  }
  .room-box table tr td .btn-link {
    display: block;
    width: 60%;
    margin-left: 0;
    margin-right: auto;
    border-radius: 5.2vw;
    background: #1d68ab;
    color: #fff;
    text-align: center;
    padding: 2.6vw 0;
    font-size: 3.3vw;
    line-height: 1;
    cursor: pointer;
  }
  .room-box table tr td .btn-link.no-link {
    pointer-events: none;
    opacity: 0.5;
  }
  .room-box table tr:last-child th {
    border-bottom: none;
    border-radius: 0 0 0 2.6vw;
  }
  .room-box table tr:last-child td {
    border-bottom: none;
    border-radius: 0 0 2.6vw 0;
  }
}
/*# sourceMappingURL=property.css.map */