@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  background-image: url(../images/common/stone_screen.webp);
}

.mr_mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mr_mv_image {
  width: 100%;
  position: relative;
}
.mr_mv_title_bkg {
  width: 100%;
  height: 190px;
  background-color: rgba(57, 69, 89, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mr_mv_title {
  width: 100%;
  height: 190px;
  padding: 50px 0 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 740px) {
  .mr_mv_title {
    padding: 45px 0 35px;
  }
}
.mr_mv_title h1 {
  font-size: clamp(3rem, -1.554rem + 6.154vw, 4.6rem);
  letter-spacing: 0.04em;
  color: #a7935e;
  margin: 0 auto 30px;
}
@media (max-width: 740px) {
  .mr_mv_title h1 {
    letter-spacing: 0.05em;
    margin: 0 auto 25px;
  }
}
.mr_mv_title p {
  font-size: 20px;
  letter-spacing: 0.14em;
  color: #fff;
}

.mr_intro {
  padding: 80px 0;
}
@media (max-width: 740px) {
  .mr_intro {
    padding: 40px 0;
  }
}
.mr_intro .text {
  font-size: clamp(1.4rem, -0.308rem + 2.308vw, 2rem);
  line-height: 1.85;
  text-align: center;
}

.mr_slides {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 100px;
  position: relative;
}
@media (max-width: 740px) {
  .mr_slides {
    width: 90%;
    margin-bottom: 40px;
  }
}
.mr_slides_title {
  width: 100%;
  display: grid;
  grid-template-columns: 275fr 725fr;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .mr_slides_title {
    grid-template-columns: 1fr;
  }
}
.mr_slides_title .left_wrap {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #384458;
}
@media (max-width: 740px) {
  .mr_slides_title .left_wrap {
    height: 20px;
  }
}
.mr_slides_title .left_wrap .text {
  color: #fff;
  font-size: clamp(1rem, -1.846rem + 3.846vw, 2rem);
  font-family: "Cinzel", serif;
  letter-spacing: 0.095em;
}
@media (max-width: 740px) {
  .mr_slides_title .left_wrap .text {
    letter-spacing: 0.295;
  }
}
.mr_slides_title .right_wrap {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  background-color: #a7935e;
  color: #fff;
}
@media (max-width: 740px) {
  .mr_slides_title .right_wrap {
    height: 45px;
    gap: 10px;
  }
}
.mr_slides_title .right_wrap .type {
  font-size: clamp(1.4rem, -3.154rem + 6.154vw, 3rem);
  font-family: "Cinzel", serif;
  letter-spacing: 0.04em;
}
.mr_slides_title .right_wrap .type .bg {
  font-size: clamp(2rem, -5.115rem + 9.615vw, 4.5rem);
}
.mr_slides_title .right_wrap .area {
  font-size: clamp(1.2rem, -2.785rem + 5.385vw, 2.6rem);
  font-family: "Cinzel", serif;
}
.mr_slides_title .right_wrap .area .bg {
  font-size: clamp(2.4rem, -5.569rem + 10.769vw, 5.2rem);
}
.mr_slides_title .right_wrap .area .sm {
  font-size: clamp(0.8rem, -0.338rem + 1.538vw, 1.2rem);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
}
.mr_slides_title .right_wrap .floor {
  font-size: clamp(1rem, -1.277rem + 3.077vw, 1.8rem);
  font-family: "Cinzel", serif;
}
.mr_slides_title .right_wrap .floor .bg {
  font-size: clamp(2rem, -5.115rem + 9.615vw, 4.5rem);
}
.mr_slides_title .right_wrap .floor .mid {
  font-size: clamp(1.4rem, -3.154rem + 6.154vw, 3rem);
}
.mr_slides_title .right_wrap * {
  text-box-trim: none !important;
  text-box-edge: auto !important;
}
.mr_slides .swiper_main {
  margin-bottom: 5px;
}
@media (max-width: 740px) {
  .mr_slides .swiper_main {
    margin-bottom: 2px;
  }
}
.mr_slides .swiper_main .img {
  position: relative;
}
.mr_slides .swiper_main .img_cap {
  color: #dbca88;
  font-size: clamp(1rem, -0.708rem + 2.308vw, 1.6rem);
  font-family: "Cinzel", serif;
  letter-spacing: 0.16em;
  background-color: rgba(23, 33, 34, 0.8);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 740px) {
  .mr_slides .swiper_main .img_cap {
    padding: 5px;
  }
}
.mr_slides .swiper-button-prev,
.mr_slides .swiper-button-next {
  width: 40px;
  top: 50%;
}
@media (max-width: 740px) {
  .mr_slides .swiper-button-prev,
  .mr_slides .swiper-button-next {
    width: 10px;
  }
}
.mr_slides .swiper-button-prev::after,
.mr_slides .swiper-button-next::after {
  content: none;
}
.mr_slides .swiper-button-prev {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
@media (max-width: 740px) {
  .mr_slides .swiper-button-prev {
    -webkit-transform: translateX(-250%);
            transform: translateX(-250%);
  }
}
.mr_slides .swiper-button-next {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
@media (max-width: 740px) {
  .mr_slides .swiper-button-next {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
}
.mr_slides .swiper_thumb {
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .mr_slides .swiper_thumb {
    margin-bottom: 10px;
  }
}
.mr_slides .swiper_thumb .thumb {
  position: relative;
  cursor: pointer;
}
.mr_slides .swiper_thumb .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media not all and (pointer: coarse) {
  .mr_slides .swiper_thumb .thumb:hover::after {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.mr_slides .swiper_thumb .swiper-slide-thumb-active .thumb::after {
  background-color: transparent;
}
.mr_slides .mr_cap {
  font-size: clamp(1rem, -0.708rem + 2.308vw, 1.6rem);
  line-height: 1.65;
}

.mr_cv {
  padding-bottom: 100px;
}
@media (max-width: 740px) {
  .mr_cv {
    padding-bottom: 50px;
  }
}
.mr_cv .btn {
  position: relative;
  width: 372px;
  height: 64px;
  margin: 0 auto;
  background-color: #6c1700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 740px) {
  .mr_cv .btn {
    width: 320px;
    height: 50px;
  }
}
@media not all and (pointer: coarse) {
  .mr_cv .btn:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.mr_cv .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mr_cv .btn a p {
  color: #fff;
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
}
.mr_cv .btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
          transform: rotateZ(-45deg) translateY(-50%);
}
@media (max-width: 740px) {
  .mr_cv .btn a::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

.mr_cap {
  padding-top: 40px;
  font-size: 1rem;
}
@media (max-width: 740px) {
  .mr_cap {
    padding-top: 30px;
  }
}/*# sourceMappingURL=modelroom.css.map */