@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body.modelroom div.modelroom {
  background: #f8f4ee;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  body.modelroom div.modelroom {
    padding-bottom: 80px;
  }
}
body.modelroom .header {
  transition: transform 0.1s;
}
body.modelroom .block_mv {
  background: url(../img/modelroom/main.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body.modelroom .block_mv {
    background: url(../img/modelroom/main_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
body.modelroom .section_lead {
  width: 90%;
  margin: auto;
  padding: 100px 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.modelroom .section_lead {
    padding: 40px 0 30px;
  }
}
body.modelroom .section_lead .title {
  font-size: 33px;
  line-height: 1.75;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  body.modelroom .section_lead .title {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
}
body.modelroom .section_main {
  max-width: 1160px;
  padding: 0 80px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  body.modelroom .section_main {
    padding: 0 20px;
  }
}
body.modelroom .section_main .mainimg {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
}
body.modelroom .section_main .mainimg figcaption {
  margin-top: 5px;
  font-size: 11px;
  text-align: right;
}
body.modelroom .section_main .mainimg .gallery-prev {
  position: absolute;
  top: 50%;
  left: -75px;
  width: 40px;
  height: 80px;
  transform: translateY(-50%);
  cursor: pointer;
  background: url(../img/modelroom/arrow_prev.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.modelroom .section_main .mainimg .gallery-prev {
    width: 20px;
    height: 40px;
    left: 5px;
  }
}
body.modelroom .section_main .mainimg .gallery-next {
  position: absolute;
  top: 50%;
  right: -75px;
  width: 40px;
  height: 80px;
  transform: translateY(-50%);
  cursor: pointer;
  background: url(../img/modelroom/arrow_next.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.modelroom .section_main .mainimg .gallery-next {
    width: 20px;
    height: 40px;
    right: 5px;
  }
}
body.modelroom .section_main .thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  body.modelroom .section_main .thumbnails {
    gap: 9px;
    margin-top: 40px;
  }
}
body.modelroom .section_main .thumbnails .each {
  width: calc(25% - 9px);
}
@media screen and (max-width: 767px) {
  body.modelroom .section_main .thumbnails .each {
    width: calc(33.333% - 6px);
  }
}
body.modelroom .section_main .thumbnails .each img {
  width: 100%;
}
body.modelroom .section_main .thumbnails .each figure {
  position: relative;
}
body.modelroom .section_main .thumbnails .each figure figcaption {
  position: absolute;
  right: 5px;
  bottom: 2px;
  font-size: 11px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.modelroom .section_main .thumbnails .each figure figcaption {
    font-size: 10px;
    transform-origin: right bottom;
    transform: scale(0.8);
    white-space: nowrap;
  }
}
body.modelroom .section_main .thumbnails .js-thumbs {
  cursor: pointer;
}
body.modelroom .section_main .thumbnails .js-thumbs img {
  transition: opacity 0.3s;
}
body.modelroom .section_main .thumbnails .js-thumbs:hover img {
  opacity: 0.7;
}
body.modelroom .mfp-content {
  max-width: 800px;
  background: none;
}
@media screen and (max-width: 767px) {
  body.modelroom .mfp-content {
    padding-inline: 30px;
  }
}
body.modelroom .mfp-content figure {
  display: block;
  position: relative;
}
body.modelroom .mfp-content figure figcaption {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 10px;
}
body.modelroom .mfp-figure:after {
  background: none;
  box-shadow: none;
}
body.modelroom button.mfp-arrow {
  opacity: 1;
}
body.modelroom button.mfp-arrow:before {
  display: none;
}
body.modelroom button.mfp-arrow:after {
  display: none;
}
body.modelroom button.mfp-arrow-left {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  background: url(../img/modelroom/arrow_prev_w.svg) no-repeat center center;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  body.modelroom button.mfp-arrow-left {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
body.modelroom button.mfp-arrow-right {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  background: url(../img/modelroom/arrow_next_w.svg) no-repeat center center;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  body.modelroom button.mfp-arrow-right {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}/*# sourceMappingURL=modelroom.css.map */