@charset "UTF-8";
/*$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default;
*/
/*@import "mixins/deprecate";
*/
/*@import "mixins/grid-framework";
@import "mixins/grid";
*/
/*
// 極小デバイス（縦向きモバイル, 576px 未満）
// Bootstrapではデフォルトで `xs` のメディアクエリは存在しない
// 小デバイス（横向きモバイル, 576px 以上）
@media (min-width: 576px){}
// 中デバイス（タブレット, 768px 以上）
@media (min-width: 768px){}
// 大デバイス（デスクトップ, 992px 以上）
@media (min-width: 992px){}
// 特大デバイス（ワイド・デスクトップ, 1200px 以上）
@media (min-width: 1200px){}
@include media-breakpoint-up(sm){}
@include media-breakpoint-up(md){}
@include media-breakpoint-up(lg){}
@include media-breakpoint-up(xl){}
// 極小デバイス（縦向きモバイル, 576px 未満）

// Bootstrapではデフォルトで `xs` のメディアクエリは存在しない
// 小デバイス（横向きモバイル, 576px 以上）
@media (min-width: 576px){}
// 中デバイス（タブレット, 768px 以上）
@media (min-width: 768px){}
// 大デバイス（デスクトップ, 992px 以上）
@media (min-width: 992px){}
// 特大デバイス（ワイド・デスクトップ, 1200px 以上）
@media (min-width: 1200px){}
// 極小デバイス（縦向きモバイル, 576px 未満）
@media (max-width: 575.98px) {}
// 小デバイス（横向きモバイル, 768px 未満）
@media (max-width: 767.98px) {}
// 中デバイス（タブレット, 992px 未満）
@media (max-width: 991.98px) {}
// 大デバイス（デスクトップ, 1200px 未満）
@media (max-width: 1199.98px) {}

// 特大デバイス（ワイド・デスクトップ）
// 特大のブレークポイントには上限がないので、メディアクエリはなし
@include media-breakpoint-down(xs){}
@include media-breakpoint-down(sm){}
@include media-breakpoint-down(md){}
@include media-breakpoint-down(lg){}

// 極小デバイス（縦向きモバイル, 576px 未満）
@media (max-width: 575.98px) {}
// 小デバイス（横向きモバイル, 576px 以上）
@media (min-width: 576px) and (max-width: 767.98px){}
// 中デバイス（タブレット, 768px 以上）
@media (min-width: 768px) and (max-width: 991.98px){}
// 大デバイス（デスクトップ, 992px 以上）
@media (min-width: 992px) and (max-width: 1199.98px){}
// 特大デバイス（ワイド・デスクトップ, 1200px 以上）
@media (min-width: 1200px) {}

@include media-breakpoint-only(xs){}
@include media-breakpoint-only(sm){}
@include media-breakpoint-only(md){}
@include media-breakpoint-only(lg){}
@include media-breakpoint-only(xl){}

// 例
// 中型デバイスから超大型デバイスまでのスタイルの適用
@media (min-width: 768px) and (max-width: 1199.98px) {}
@include media-breakpoint-between(md, xl) {}
*/
.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #666; }

:focus {
  outline: none; }

.jumbotron {
  position: relative;
  width: 100%;
  border-radius: 0 !important;
  padding: 0 !important;
  background: none;
  margin: 0;
  z-index: 0; }
  .jumbotron .display {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    font-size: 48px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 4px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 4px 4px 4px #244d8d;
    z-index: 2; }

.mincho {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal; }

.sp_top_txt .title_sp {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal; }
.sp_top_txt .text_sp {
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: .5px; }

.mv .swiper-slide {
  width: 100%;
  position: relative; }
.mv .swiper-button-prev:after, .mv .swiper-container-rtl .swiper-button-next:after {
  display: none; }
.mv .swiper-button-prev:after, .mv .swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }
.mv .swiper-button-next:after, .mv .swiper-container-rtl .swiper-button-prev:after {
  display: none; }
.mv .swiper-button-prev:after, .mv .swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }
.mv .swiper-button-prev {
  position: absolute;
  display: block;
  top: 100%;
  right: auto;
  left: 47%; }
.mv .swiper-button-next {
  position: absolute;
  display: block;
  top: 100%;
  right: 47%;
  left: auto; }
.mv .thinright {
  position: relative; }
.mv .thinright::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 27px;
  height: 2px;
  background: #FFF; }
.mv .thinright::after {
  content: "";
  display: block;
  position: absolute;
  top: 1;
  left: 6px;
  width: 20px;
  height: 15px;
  border: 2px solid;
  border-color: transparent transparent transparent #FFF;
  transform: rotate(-220deg); }
.mv .thinleft {
  position: relative; }
.mv .thinleft::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -2px;
  width: 27px;
  height: 2px;
  background: #FFF; }
.mv .thinleft::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: transparent transparent transparent #FFF;
  transform: rotate(45deg); }

.box {
  z-index: 2; }
  @media (max-width: 991.98px) {
    .box {
      margin-top: 0;
      max-width: 100%;
      padding: 0; } }
  .box .design_mv:hover,
  .box .jiyu_mv:hover {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
    @media (max-width: 991.98px) {
      .box .design_mv:hover,
      .box .jiyu_mv:hover {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
  .box .jiyu_mv {
    position: relative;
    height: 0;
    background: url(../img/jiyu.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: calc(490 /800 * 100%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    @media (max-width: 991.98px) {
      .box .jiyu_mv {
        padding-top: 40vh;
        background: url(../img/jiyu_sp.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; } }
    .box .jiyu_mv .mv-title {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      height: 10vh;
      font-size: 1.6rem;
      text-align: center;
      margin: auto;
      color: #FFF;
      letter-spacing: .1rem; }
      @media (max-width: 991.98px) {
        .box .jiyu_mv .mv-title {
          height: 4vh;
          font-size: 1.4rem;
          font-weight: normal; } }
    .box .jiyu_mv::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 21px;
      right: 25px;
      width: 30px;
      height: 3px;
      background: #FFF; }
    .box .jiyu_mv::after {
      content: "";
      display: block;
      position: absolute;
      right: 20px;
      bottom: 13px;
      width: 15px;
      height: 15px;
      border: 8px solid;
      border-color: transparent transparent transparent #FFF;
      transform: rotate(-220deg); }
  .box .design_mv {
    position: relative;
    height: 0;
    background: url(../img/design.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: calc(490 /800 * 100%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    @media (max-width: 991.98px) {
      .box .design_mv {
        padding-top: 40vh;
        background: url(../img/design_sp.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; } }
    .box .design_mv .mv-title {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      height: 10vh;
      font-size: 1.6rem;
      text-align: center;
      margin: auto;
      color: #FFF;
      letter-spacing: .1rem; }
      @media (max-width: 991.98px) {
        .box .design_mv .mv-title {
          height: 4vh;
          font-size: 1.4rem;
          font-weight: normal; } }
    .box .design_mv::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 21px;
      right: 25px;
      width: 30px;
      height: 3px;
      background: #FFF; }
    .box .design_mv::after {
      content: "";
      display: block;
      position: absolute;
      right: 20px;
      bottom: 13px;
      width: 15px;
      height: 15px;
      border: 8px solid;
      border-color: transparent transparent transparent #FFF;
      transform: rotate(-220deg); }
  .box .object-fit {
    height: 42vh;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.card-img,
.card-img-top {
  border-radius: 0 !important; }

.online {
  margin: 10% auto;
  position: relative;
  background: url("../../index/img/online.png");
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: contain;
  /* &:before{
   display: block;
   content: "";
   position: absolute;
   right: 0;
   top: 0;
   background: url("../../index/img/online.png");
   background-position:0 right;
   background-repeat: no-repeat;
   background-size: contain;
   padding-top:calc(290 / 739 * 100%);
   height: 0;
   width: 50%;
   margin: auto;
   z-index: -1;
   }*/ }
  @media (max-width: 991.98px) {
    .online {
      background: none;
      margin: 20% auto; } }
  .online .content-title {
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 991.98px) {
      .online .content-title {
        text-align: center; } }
    .online .content-title:after {
      background: #9e0000;
      height: 1px;
      width: 40px;
      display: inline-block;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 991.98px) {
        .online .content-title:after {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto; } }
  .online p {
    font-size: 16px;
    line-height: 1.8; }

.freeplan {
  margin: 10% auto;
  background: url("../../index/img/freeplan.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 991.98px) {
    .freeplan {
      background: none;
      margin: 20% auto; } }
  .freeplan .content-title {
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 991.98px) {
      .freeplan .content-title {
        text-align: center; } }
    .freeplan .content-title:after {
      background: #9e0000;
      height: 1px;
      width: 40px;
      display: inline-block;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 991.98px) {
        .freeplan .content-title:after {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto; } }
  .freeplan p {
    font-size: 16px;
    line-height: 1.8; }

.corona {
  margin: 10% auto;
  background: url("../../index/img/taisaku.png");
  background-position: left;
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .corona {
      background: none;
      margin: 20% auto; } }
  .corona .content-title {
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 991.98px) {
      .corona .content-title {
        text-align: center; } }
    .corona .content-title:after {
      background: #9e0000;
      height: 1px;
      width: 40px;
      display: inline-block;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 991.98px) {
        .corona .content-title:after {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto; } }
  .corona p {
    font-size: 16px;
    line-height: 1.8; }

.modelhouse {
  margin: 10% auto; }
  .modelhouse .modelhouse_list a {
    color: #000;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%; }
    .modelhouse .modelhouse_list a:hover {
      text-decoration: none; }
      .modelhouse .modelhouse_list a:hover:after {
        opacity: 1; }
    .modelhouse .modelhouse_list a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(23, 106, 21, 0.8);
      font-size: 1.5rem;
      letter-spacing: 1px;
      content: "";
      display: flex;
      align-items: center;
      justify-content: space-around;
      opacity: 0;
      transition: all .5s ease; }
    .modelhouse .modelhouse_list a .text-detail {
      overflow: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      z-index: 2;
      color: #FFF;
      font-size: 14px;
      line-height: 1.8; }
      .modelhouse .modelhouse_list a .text-detail:hover {
        opacity: 1.0; }
      .modelhouse .modelhouse_list a .text-detail .addres {
        position: relative;
        padding-bottom: 15px; }
        .modelhouse .modelhouse_list a .text-detail .addres:after {
          display: block;
          text-align: center;
          content: "";
          width: 25px;
          background: #FFF;
          height: 1px;
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          margin: auto; }
      .modelhouse .modelhouse_list a .text-detail .time {
        margin: 15px auto 20px auto; }
      .modelhouse .modelhouse_list a .text-detail .more {
        display: block;
        width: 80%;
        text-align: center;
        max-width: 200px; }
        .modelhouse .modelhouse_list a .text-detail .more span {
          border: 1px solid #FFF;
          border-radius: 0;
          display: block;
          margin: auto;
          text-align: center;
          color: #FFF;
          position: relative; }
          .modelhouse .modelhouse_list a .text-detail .more span:before {
            position: absolute;
            display: block;
            content: "";
            right: 10px;
            top: 32%;
            display: block;
            border-right: 1px solid #FFF;
            height: 10px;
            transform: rotate(-44deg); }
          .modelhouse .modelhouse_list a .text-detail .more span:after {
            position: absolute;
            display: block;
            content: "";
            width: 50px;
            right: 6px;
            top: 56%;
            height: 1px;
            display: block;
            border-top: 1px solid #FFF; }
    .modelhouse .modelhouse_list a .card-img {
      border-radius: 0;
      display: block;
      position: relative;
      text-align: center;
      margin: 0 auto;
      width: 100%; }
  .modelhouse .modelhouse_list .card-title {
    text-align: center;
    font-size: 16px; }
    .modelhouse .modelhouse_list .card-title small {
      font-size: 10px;
      color: #c21b23;
      display: block; }
  .modelhouse .modelhouse_list .card-text {
    text-align: center;
    font-size: 12px; }
    .modelhouse .modelhouse_list .card-text:after {
      border-bottom: 1px solid #c21b23;
      display: block;
      width: 70%;
      content: "";
      text-align: center;
      margin: 20px auto; }
      @media (max-width: 991.98px) {
        .modelhouse .modelhouse_list .card-text:after {
          display: none; } }

.movie .movie-title {
  text-align: center;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif; }

.event {
  margin: 10% auto; }
  @media (min-width: 768px) {
    .event .swiper-button-prev, .event .swiper-container-rtl .swiper-button-next {
      left: 6%;
      right: auto; }
    .event .swiper-button-next, .event .swiper-container-rtl .swiper-button-prev {
      right: 4%;
      left: auto; } }
  @media (max-width: 991.98px) {
    .event {
      margin: 20% auto; } }
  .event a {
    color: #000; }
    .event a:hover {
      text-decoration: none; }
  .event .row .col {
    /*    flex-shrink: 0!important;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;*/ }
  .event .event-title {
    text-align: center;
    margin: 0 auto 40px auto;
    font-size: 30px;
    letter-spacing: 3px; }
    .event .event-title small {
      display: block;
      text-align: center;
      margin: auto;
      font-size: 14px; }
  .event .date {
    font-size: 14px;
    color: #9E0000;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    max-height: 100px; }
  .event .border-left {
    border-left: 2px solid #9E0000 !important; }
  .event .card {
    border-radius: 0;
    border: 0; }
  .event .card-title {
    min-height: 42px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .event .card-text {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.information {
  margin: 10% auto; }
  @media (max-width: 991.98px) {
    .information {
      margin: 20% auto; } }
  .information a {
    color: #000; }
    .information a:hover {
      text-decoration: none; }
  .information .info-title {
    text-align: center;
    margin: 0 auto 40px auto;
    font-size: 30px;
    letter-spacing: 3px; }
    .information .info-title small {
      display: block;
      text-align: center;
      margin: auto;
      font-size: 14px; }
  .information .date {
    font-size: 12px;
    color: #c21b23; }
    @media (max-width: 991.98px) {
      .information .date {
        border-top: 1px solid #c21b23;
        padding: 15px 0 0 0; } }
  .information .card {
    border-radius: 0;
    border: 1px solid #999999; }
  .information .card-title .title-txt {
    min-height: 42px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .information .card-title .title-txt {
        border: 0;
        padding-bottom: 0;
        font-size: 15px; } }
  .information .card-title:after {
    display: block;
    content: "";
    height: 1px;
    background: #c21b23;
    width: 100%;
    margin: 15px auto; }
    @media (max-width: 991.98px) {
      .information .card-title:after {
        display: none; } }
  .information .card-text {
    font-size: 13px;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .information .card-text {
        font-size: 14px; } }

.objectFitImg {
  height: 240px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }
  @media (max-width: 1199.98px) {
    .objectFitImg {
      height: 200px; } }
  @media (max-width: 991.98px) {
    .objectFitImg {
      height: auto; } }

.objectFitImg2 {
  height: 200px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }
  @media (max-width: 991.98px) {
    .objectFitImg2 {
      height: auto; } }

.estate_list .card-title {
  margin: 0 auto 0 auto;
  line-height: 2;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }
.estate_list .sub-card-title span {
  text-align: center;
  display: block; }
  .estate_list .sub-card-title span:nth-of-type(1) {
    font-size: 14px; }
  .estate_list .sub-card-title span:nth-of-type(2) {
    color: #a49a7b;
    font-size: 18px; }
.estate_list .card {
  border-radius: 0;
  font-size: 14px;
  letter-spacing: .05rem;
  padding-bottom: 65px;
  position: relative; }
  .estate_list .card .tit {
    padding-right: 12px;
    letter-spacing: .1rem;
    text-align: right; }
.estate_list .card-body {
  padding: 20px 10px 10px 10px;
  position: relative; }
.estate_list .card-img {
  border-radius: 0; }
.estate_list .object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }
  @media (min-width: 768px) {
    .estate_list .object-fit {
      width: 100%;
      object-fit: cover;
      height: 210px; } }
  @media (max-width: 991.98px) {
    .estate_list .object-fit {
      width: 100%;
      object-fit: cover;
      height: 210px; } }
.estate_list .price {
  font-size: 20px;
  color: #9E0000; }
.estate_list .btn-eria {
  padding: 0 10px 10px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }
.estate_list .btn {
  border-radius: 0 !important;
  padding: 15px 10px !important; }
  .estate_list .btn.btn-success.btn-green {
    background: #92A584 !important;
    border: 1px solid #92A584 !important;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: .2rem; }
  .estate_list .btn.btn-dark {
    letter-spacing: .05rem;
    border-radius: 0 !important;
    text-align: center;
    font-size: 15px !important;
    padding: 15px 10px !important;
    font-weight: normal; }
    .estate_list .btn.btn-dark:hover {
      color: #FFF !important;
      opacity: .75; }
  .estate_list .btn.btn-gold {
    background: #a49a7b;
    letter-spacing: .05rem;
    border-radius: 0 !important;
    text-align: center;
    font-size: 15px !important;
    padding: 15px 10px !important;
    font-weight: normal;
    color: #FFF !important; }
    .estate_list .btn.btn-gold:hover {
      color: #FFF !important;
      opacity: .75; }
.estate_list #sold, .estate_list .sold {
  pointer-events: none;
  position: relative; }
  .estate_list #sold .price_eria, .estate_list .sold .price_eria {
    visibility: hidden !important; }
  .estate_list #sold .card:after, .estate_list .sold .card:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    letter-spacing: 1px;
    content: "";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 0; }
  .estate_list #sold .card:before, .estate_list .sold .card:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 65%;
    width: 60%;
    height: 15%;
    z-index: 999;
    margin: auto;
    background: rgba(134, 0, 0, 0.8);
    font-size: 1.9rem;
    letter-spacing: 1px;
    content: "完 売 御 礼";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 0; }
.estate_list .gakutop {
  background: #858B97;
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px; }

.information .slick-prev:before,
#realmodelhouse .slick-prev:before,
#estate .slick-prev:before {
  border-bottom: solid 2px #333;
  border-left: solid 2px #333;
  position: absolute;
  right: -100%; }
.information .slick-next,
#realmodelhouse .slick-next,
#estate .slick-next {
  cursor: pointer; }
  .information .slick-next:before,
  #realmodelhouse .slick-next:before,
  #estate .slick-next:before {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    left: -100%; }
    @media (max-width: 991.98px) {
      .information .slick-next:before,
      #realmodelhouse .slick-next:before,
      #estate .slick-next:before {
        position: absolute;
        left: -100%; } }
.information .slick-prev, .information .slick-next,
#realmodelhouse .slick-prev,
#realmodelhouse .slick-next,
#estate .slick-prev,
#estate .slick-next {
  border: 0;
  width: 30px;
  height: 60px;
  font-size: 0;
  position: absolute;
  border-radius: 100%;
  z-index: 10; }
  .information .slick-prev:before, .information .slick-next:before,
  #realmodelhouse .slick-prev:before,
  #realmodelhouse .slick-next:before,
  #estate .slick-prev:before,
  #estate .slick-next:before {
    content: "";
    width: 30px;
    height: 30px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: -100%;
    margin-top: -10px;
    opacity: 1; }
.information .slick-prev:hover, .information .slick-next:hover,
#realmodelhouse .slick-prev:hover,
#realmodelhouse .slick-next:hover,
#estate .slick-prev:hover,
#estate .slick-next:hover {
  cursor: pointer; }

.btn {
  border-radius: 0; }

.slick-dots > li:first-child:last-child {
  display: none; }
