@charset "UTF-8";
/*color*/
/* guideline */
/*font-family*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*gHeader用*/
/*gHeader用*/
/* media query */
/* ------------------------------------------------------------
    FRAME
------------------------------------------------------------ */
.p_pagettl_img .cont {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.p_pagettl_img .cont .lbl {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* ------------------------------------------------------------

------------------------------------------------------------ */
.s_model_gallery_sld {
  max-width: 1600px;
  margin: 0 auto;
}
.s_model_gallery_sld .item .cap {
  position: absolute;
  font-family: "EB Garamond", serif;
  color: #fff;
  right: 16px;
  bottom: 16px;
  font-size: clamp(1.8rem, 1.5771428571rem + 0.5714285714vw, 2.4rem);
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 769px) {
  .s_model_gallery_sld .item .cap {
    right: 24px;
    bottom: 24px;
  }
}

.s_model_gallery_sld_th {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4px auto 4px auto 4px auto 4px auto 4px auto;
  grid-template-columns: repeat(5, auto) auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 10px auto 0;
  gap: 4px;
}
@media only screen and (min-width: 1200px) {
  .s_model_gallery_sld_th {
    -ms-grid-columns: (auto)[10] auto;
    grid-template-columns: repeat(10, auto) auto;
  }
}
.s_model_gallery_sld_th li:not(.ctrl) {
  max-width: 104px;
  cursor: pointer;
  background-color: #000;
}
.s_model_gallery_sld_th li:not(.ctrl):not(.current) img {
  opacity: 0.5;
}
.s_model_gallery_sld_th li:not(.ctrl):not(.current):hover img {
  opacity: 1;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.s_model_gallery_sld_th .ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6px;
}
@media only screen and (min-width: 1000px) {
  .s_model_gallery_sld_th .ctrl {
    padding-left: 10px;
  }
}
.s_model_gallery_sld_th .ctrl_btn {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.s_model_gallery_sld_th .ctrl_btn:hover {
  opacity: 0.7;
}
.s_model_gallery_sld_th .ctrl_btn::before, .s_model_gallery_sld_th .ctrl_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.s_model_gallery_sld_th .ctrl_btn::before {
  background-image: url(../img/common/i_pause_black.svg);
}
.s_model_gallery_sld_th .ctrl_btn::after {
  background-image: url(../img/common/i_play_black.svg);
  opacity: 0;
}
.s_model_gallery_sld_th .ctrl_btn.is-paused::before {
  opacity: 0;
}
.s_model_gallery_sld_th .ctrl_btn.is-paused::after {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .s_model_gallery_sld_th .ctrl_btn {
    width: 32px;
    height: 32px;
  }
}
.s_model_gallery_sld_th img {
  vertical-align: bottom;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .s_model_gallery_sld_th {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .s_model_gallery_sld_th {
    gap: 6px;
  }
}

.s_room_image {
  margin-top: clamp(56px, 41.1428571429px + 3.8095238095vw, 96px);
}
.s_room_image_list {
  max-width: 576px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(12px, 7.5428571429px + 1.1428571429vw, 24px) 1fr clamp(12px, 7.5428571429px + 1.1428571429vw, 24px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 7.5428571429px + 1.1428571429vw, 24px);
}
/*# sourceMappingURL=floorplan_model.css.map */