@charset "UTF-8";
.pre-inc {
  /***メインスライダー1***/
  /***メインスライダー2***/
  /***ポイント***/
  /***ご案内例***/
  /*******Q AND A********/
  /***マンションギャラリー案内図***/
}
.pre-inc #wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pre-inc .page_main_image {
  margin-bottom: 80px;
}
.pre-inc .voice_k_wrapp h2 {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  letter-spacing: 0.05rem;
  font-size: min(4.8vw, 38px);
  font-weight: 900;
  line-height: 130%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.pre-inc .mr_slide_wrapp {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 5;
}
.pre-inc .slide_mr span {
  display: block;
  text-align: right;
  padding-top: 10px;
  font-size: min(3.2vw, 16px);
}
.pre-inc .slide_mr img {
  border-radius: 30px;
}
.pre-inc .mr_slide_wrapp .slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 6;
  top: 45%;
  background-image: url(../images/voice/slide_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s ease;
}
.pre-inc .mr_slide_wrapp .slide-arrow.prev-arrow {
  left: -5%;
}
.pre-inc .mr_slide_wrapp .slide-arrow.next-arrow {
  right: -5%;
  background-image: url(../images/voice/slide_right.svg);
}
.pre-inc .mr_slide_wrapp .slide-arrow:hover {
  transform: scale(1.3);
}
.pre-inc .thumbnail-slider {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.pre-inc .thumbnail-slider li {
  width: 18%;
  padding: 0 1%;
  cursor: pointer;
}
.pre-inc .thumbnail-slider li.slick-current {
  opacity: 0.6;
}
.pre-inc .thumbnail-slider li img {
  border-radius: 20px;
}
.pre-inc .thumbnail-slider li span {
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: min(2.9vw, 13px);
}
.pre-inc .thumbnail-slider .slick-track {
  transform: unset !important;
}
.pre-inc .main_slide {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.pre-inc .swiper {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 5;
}
.pre-inc .swiper.slider-thumbnail {
  margin-bottom: 90px;
}
.pre-inc .swiper img {
  border-radius: 30px;
}
.pre-inc .swiper span {
  display: block;
  text-align: right;
  padding-top: 5px;
  font-size: min(2.9vw, 14px);
}
.pre-inc .main_slide .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 6;
  top: 50%;
  background-image: url(../images/voice/slide_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s ease;
  left: 0%;
}
.pre-inc .main_slide .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 6;
  top: 50%;
  background-image: url(../images/voice/slide_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s ease;
  right: 0%;
}
.pre-inc .main_slide .swiper-button-prev:hover, .pre-inc .main_slide .swiper-button-next:hover {
  transform: scale(1.3);
}
.pre-inc .swiper-button-next:after, .pre-inc .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.pre-inc .swiper-button-prev:after, .pre-inc .swiper-rtl .swiper-button-next:after {
  content: "";
}
.pre-inc .point_wrapp {
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding-bottom: 150px;
}
.pre-inc .point_wrapp .point_sub_title {
  width: 65%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.pre-inc .point_wrapp .point_in {
  width: 96%;
  max-width: 960px;
  margin: 0 auto 30px;
}
.pre-inc .point_wrapp .point_in.mb60 {
  margin-bottom: 60px;
}
.pre-inc .guidance_wrapp {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
}
.pre-inc .guidance_wrapp .mr_sub_title {
  width: 46%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.pre-inc .exp_wrapp {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.pre-inc .exp_wrapp .ex_title {
  text-align: center;
  color: #fff;
  background: #00b6ec;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: min(4.8vw, 28px);
  letter-spacing: 0.1em;
}
.pre-inc .exp_wrapp .ex_title.title_2 {
  background: #fbc700;
}
.pre-inc .exp_wrapp .ex_title.title_3 {
  background: #45ad35;
}
.pre-inc .exp_wrapp .photo_wrapp1 {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.pre-inc .exp_wrapp .photo_wrapp1.mb90 {
  margin-bottom: 80px;
}
.pre-inc .exp_wrapp .photo_wrapp1.rev {
  flex-direction: row-reverse;
}
.pre-inc .exp_wrapp .photo_wrapp1 div {
  position: relative;
}
.pre-inc .exp_wrapp .photo_wrapp1 .cap {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 12px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
}
.pre-inc .exp_wrapp .photo_wrapp1 img {
  border-radius: 20px;
}
.pre-inc .exp_wrapp .photo_wrapp1 p {
  font-size: min(3.8vw, 18px);
}
.pre-inc .exp_wrapp .photo_wrapp1 .photo_in1 {
  width: 55%;
}
.pre-inc .exp_wrapp .photo_wrapp1 .photo_in2 {
  width: 40%;
}
.pre-inc .exp_wrapp .photo_wrapp1 .photo_in3 {
  width: 48%;
}
.pre-inc .exp_wrapp .photo_wrapp1 .photo_in4 {
  width: 48%;
}
.pre-inc .exp_wrapp .photo_wrapp1 .photo_in2 div {
  margin-bottom: 15px;
}
.pre-inc .mr_reserve_bt {
  width: 80%;
  max-width: 420px;
  margin: 0 auto;
}
.pre-inc .another_wrapp {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 10vw 0 80px;
  background: rgba(0, 48, 137, 0.76);
}
.pre-inc .qa_wrapp {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pre-inc .qa_wrapp .qa_in {
  width: 48%;
  margin-bottom: 40px;
}
.pre-inc .another_wrapp .another_title {
  height: 6vw;
  width: auto;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: center;
}
.pre-inc .another_wrapp .another_title img {
  width: auto;
  height: 100%;
}
.pre-inc .another_wrapp .slick-initialized .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.pre-inc .another_wrapp .slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 6;
  top: 45%;
  background-image: url(../images/voice/slide_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s ease;
}
.pre-inc .another_wrapp .slide-arrow.prev-arrow {
  left: 3%;
}
.pre-inc .another_wrapp .slide-arrow.next-arrow {
  right: 3%;
  background-image: url(../images/voice/slide_right.svg);
}
.pre-inc .another_wrapp .slide-arrow:hover {
  transform: scale(1.3);
}
.pre-inc .mr_map_wrapp .accordion_inner {
  display: none;
}
.pre-inc .mr_map_wrapp .accordion_header {
  cursor: pointer;
}
.pre-inc .mr_map_wrapp .accordion_header p {
  transition-duration: 0.7s;
}
.pre-inc .mr_map_wrapp .accordion_header p:hover {
  opacity: 0.7;
}
.pre-inc .mr_map_wrapp .accordion_header.open p:hover {
  opacity: 1;
}
.pre-inc .mr_map_wrapp .obi {
  background: #fff;
  text-align: center;
  color: #000;
  padding: 25px 15px;
  font-size: min(4vw, 30px);
  font-weight: 600;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 0px;
  border-radius: 20px;
}
.pre-inc .mr_map_wrapp .obi.open {
  border-radius: 20px 20px 0 0;
}
.pre-inc .mr_map_wrapp .obi p {
  display: inline-block;
  position: relative;
}
.pre-inc .mr_map_wrapp .obi p::after {
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(../images/modelroom/obi_button_open.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.1em;
  right: -3em;
  transform: scale(0.9, 0.9);
  transition-duration: 0.7s;
}
.pre-inc .mr_map_wrapp .obi:hover p::after {
  transform: scale(1.1, 1.1);
}
.pre-inc .mr_map_wrapp .obi.open p::after {
  background-image: url(../images/modelroom/obi_button_close.svg);
}
.pre-inc .mr_map_wrapp .map_in {
  width: 96%;
  max-width: 1000px;
  margin: 0px auto 0px;
  padding: 20px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
}
.pre-inc .mr_map_wrapp .map_in .mg_map {
  margin-bottom: 40px;
}
.pre-inc .mr_map_wrapp .map_btn {
  margin: 0 auto;
  width: 40%;
  position: relative;
  z-index: 5;
}
.pre-inc .mr_map_wrapp .map_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 112.5%;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  background: #CB5E2A;
  transition: 0.8s ease;
  border-radius: 50px;
  font-size: min(2.2vw, 18px);
  box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.5803921569);
}
.pre-inc .mr_map_wrapp .map_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
.pre-inc .mr_map_wrapp .map_btn a:hover {
  background: #d20734;
}
@media (max-width: 767px) {
  .pre-inc {
    /***ポイント***/
    /***ご案内例***/
    /***Q AND A***/
  }
  .pre-inc .page_main_image span.gallery {
    right: 10px;
    bottom: 10px;
    left: auto;
  }
  .pre-inc .voice_k_wrapp h2 {
    margin-bottom: 30px;
    font-size: min(5.8vw, 38px);
    line-height: 180%;
  }
  .pre-inc .page_main_image {
    margin-bottom: 40px;
  }
  .pre-inc .mr_reserve_bt {
    width: 73%;
    max-width: inherit;
    margin: 0 auto;
  }
  .pre-inc .thumbnail-slider {
    margin: 0 auto 50px;
    justify-content: flex-start;
  }
  .pre-inc .mr_slide_wrapp .slide-arrow {
    width: 30px;
    height: 30px;
    z-index: 6;
    top: 40%;
  }
  .pre-inc .mr_slide_wrapp .slide-arrow.prev-arrow {
    left: 1%;
  }
  .pre-inc .mr_slide_wrapp .slide-arrow.next-arrow {
    right: 1%;
  }
  .pre-inc .thumbnail-slider .slick-track {
    width: 100% !important;
  }
  .pre-inc .thumbnail-slider li {
    width: 33% !important;
    padding: 0 1%;
    cursor: pointer;
    margin-bottom: 15px;
  }
  .pre-inc .thumbnail-slider li span {
    display: block;
    text-align: center;
    padding-top: 5px;
    font-size: min(2.1vw, 13px);
  }
  .pre-inc .point_wrapp {
    width: 96%;
    padding-bottom: 100px;
  }
  .pre-inc .point_wrapp .point_sub_title {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto 30px;
  }
  .pre-inc .point_wrapp .point_in {
    width: 100%;
    margin: 0 auto 30px;
  }
  .pre-inc .guidance_wrapp .mr_sub_title {
    width: 90%;
    margin: 0 auto 30px;
  }
  .pre-inc .exp_wrapp .ex_title {
    font-size: min(4.8vw, 24px);
  }
  .pre-inc .exp_wrapp .photo_wrapp1 {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .pre-inc .exp_wrapp .photo_wrapp1.sp_noblake {
    display: flex;
  }
  .pre-inc .exp_wrapp .photo_wrapp1.mb90 {
    margin-bottom: 40px;
  }
  .pre-inc .exp_wrapp .photo_wrapp1 .photo_in1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .exp_wrapp .photo_wrapp1 .photo_in2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pre-inc .exp_wrapp .photo_wrapp1 .photo_in2 div {
    width: 50%;
  }
  .pre-inc .exp_wrapp .photo_wrapp1 .photo_in2 img {
    width: 100%;
    height: auto;
  }
  .pre-inc .exp_wrapp .photo_wrapp1 p {
    width: 45%;
    font-size: min(3.5vw, 15px);
  }
  .pre-inc .exp_wrapp .photo_wrapp1 .cap {
    font-size: min(2.1vw, 13px);
    text-align: right;
  }
  .pre-inc .qa_wrapp {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto 40px;
    display: block;
  }
  .pre-inc .qa_wrapp .qa_in {
    width: 100%;
    margin-bottom: 30px;
  }
  .pre-inc .another_wrapp .another_title {
    height: auto;
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .pre-inc .another_wrapp .another_title img {
    width: 100%;
    height: auto;
  }
  .pre-inc .another_wrapp .slick-initialized .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  .pre-inc .another_wrapp .slide-arrow {
    width: 30px;
    height: 30px;
    top: 40%;
  }
  .pre-inc .mr_map_wrapp .obi {
    padding: 20px 10px;
    font-size: min(4.8vw, 33px);
  }
  .pre-inc .mr_map_wrapp .obi {
    width: 94%;
  }
  .pre-inc .mr_map_wrapp .obi p::after {
    width: 30px;
    height: 30px;
    top: 0.2em;
    right: -2.5em;
  }
  .pre-inc .mr_map_wrapp .map_in {
    width: 94%;
    padding: 0px 20px;
    padding-bottom: 40px;
  }
  .pre-inc .mr_map_wrapp .map_in .mg_map {
    margin-bottom: 25px;
  }
  .pre-inc .mr_map_wrapp .map_btn {
    margin: 0 auto;
    width: 90%;
    position: relative;
  }
  .pre-inc .mr_map_wrapp .map_btn a {
    font-size: min(3.3vw, 18px);
  }
}/*# sourceMappingURL=modelroom.css.map */