@charset "UTF-8";
/* おびさん　モデルルーム　2001 */

.modelroom {
}
.modelroom  p {
    color: #eee;
    letter-spacing: 0.1em;
}
@media (max-width: 575px) {
    .modelroom  p {
        font-size: 0.9rem;
        line-height: 1.6;
        letter-spacing: 0.05em;
    }
}

/*model_main*/
.model_main {
    padding-bottom: 40px;
}

.model_main h3 {
    margin: 0;
    padding: 0;
}
.model_main img {
    width: 100%;
    margin: 0 auto;
}

.model_main h4 {
    padding-top: 30px;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .model_main {
        padding-bottom: 80px;
    }
    .model_main h4 {
        padding-top: 40px;
        padding-bottom: 20px;
        max-width: 580px;
    }
     .model_main p {
       line-height: 1.8;
    }
}


/*model_slide swiper*/
.model_slide {
    padding-bottom: 50px;
}
@media (min-width: 768px) {
    .model_slide {
        padding-bottom: 100px;
    }
}
.swiper-bw-pagination .swiper-pagination-bullet {
      width: auto;
      height: auto;
      border-radius: 0;
}
.swiper-container-horizontal > .swiper-bw-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0;
}
.swiper-bw-pagination img {
      box-shadow: none;
      margin: 0;
      vertical-align: bottom;
}
.swiper-bw-pagination {
      display: table;
}
.swiper-bw-pagination {
      display: table;
      table-layout: fixed;
}
.swiper-bw-pagination .swiper-pagination-bullet {
      display: table-cell;
      padding: 2px;
      background: transparent;
      opacity: 0.4;
}
.swiper-bw-pagination .swiper-pagination-bullet-active {
      background: transparent;
      opacity: 1;
}
.swiper-button-prev, .swiper-button-next {
    margin-top: -30px;
    width: 15px;
    height: 30px;
    background-size: 15px 30px;
}
@media (min-width: 768px) {
    .swiper-button-prev, .swiper-button-next {
        margin-top: -50px;
        width: 50px;
        height: 40px;
        background-size: 50px 40px;
    }
}


.swiper-bw-pagination img {
  max-width: 100%;
  height: auto; 
}


/*------- モデルルーム案内-------*/
.modelArea {
    background: #fff;
}

.modelArea h3 {
    max-width: 595px;
    margin: 1.1rem auto 1.2rem;
}

.modelArea h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.modelArea p {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #111;
}

p.gm {
    font-size: 1.1rem;
    line-height: 1.4;
}
p.gm a {
    color: #7d6b38;
}

@media (min-width: 992px) {
    .modelArea h3 {
        margin: 1rem auto 1.9rem;
    }
    .modelArea h5 {
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
    }
    .pc-yoyaku {
        max-width: 425px;
    }
    .modelArea p {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }
    p.gm {
        font-size: 1.2rem;
    }
}

.modelArea .container {
    position: relative;
}
.new_mark {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #c7b77e;
    padding: 7px 18px;
    text-align: center;
    color: #910000;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.06em;
}
.modelArea_inner {
    padding-top: 35px;
    padding-bottom: 40px;
}

.modelArea_inner h4 span.yoyaku {
    color: #910000; 
}

@media (min-width: 768px) {
    .modelArea_inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .new_mark {
        padding: 12px 25px;
        font-size: 18px;
    }
}





.attentionArea {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
