@charset "UTF-8";
/* _head.ejs の common.theme がgothicの際はこちらのフォントを使用 */
/* _head.ejs の common.theme がminchoの際はこちらのフォントを使用 */
/* カラー */
@media screen and (max-width: 768px) {
  .galleryBlock {
    margin-left: -32px;
    width: 100vw;
  }
}

.galleryBlock__slider {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .galleryBlock__slider + .thumbnailFeature {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .galleryBlock__slider + .thumbnailFeature {
    margin-top: calc(20 / 390 * 100vw);
  }
}

.galleryBlock__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .galleryBlock__controller {
    padding: 0 calc(10 / 390 * 100vw);
  }
}

.galleryBlock__dir {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .galleryBlock__dir .generalArrow {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .galleryBlock__dir .generalArrow {
    width: calc(32/ 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .galleryBlock__dir--next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media print, screen and (min-width: 768px) {
  .galleryBlock__dir--prev {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  .galleryBlock__dir--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.thumbnailFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .thumbnailFeature {
    gap: 16px;
    padding: 0 216px;
  }
}

@media screen and (max-width: 768px) {
  .thumbnailFeature {
    gap: calc(6 / 390 * 100vw);
    padding: 0 calc(10 / 390 * 100vw);
  }
}

.thumbnailFeature__item {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.thumbnailFeature__item:after {
  background-color: #252b36;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .thumbnailFeature__item {
    height: 135px;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .thumbnailFeature__item {
    width: calc(88 / 390 * 100vw);
  }
}

.thumbnailFeature__item.is-active .photo {
  opacity: 1;
}

.thumbnailFeature__item .photo {
  opacity: .5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.thumbnailFeature__item .photo__capIn {
  display: none;
}

.thumbnailFeature__itemTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3;
  line-height: 1.5;
}

.thumbnailFeature__itemTtl:before {
  margin-top: calc((1 - 1.5) * 1em);
}

.thumbnailFeature__itemTtl:after {
  margin-bottom: calc((1 - 1.5) * .6em);
}

.thumbnailFeature__itemTtl:before, .thumbnailFeature__itemTtl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .thumbnailFeature__itemTtl {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .thumbnailFeature__itemTtl {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .modelroom-gallery {
    margin-top: 80px;
    padding-bottom: 138px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-gallery {
    margin-top: calc(46 / 390 * 100vw);
    padding-bottom: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .modelroom-ceil {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-ceil {
    padding-bottom: 80px;
  }
}

.modelroom-ceil__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .modelroom-ceil__img {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-ceil__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.modelroom-ceil__ttl {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .modelroom-ceil__ttl {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-ceil__ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .modelroom-ceil__txt {
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-ceil__txt {
    font-size: 13px;
    line-height: 2;
  }
}
