@charset "UTF-8";
a {
  text-decoration: none;
}

/*==========================================
  サムネイル
==========================================*/
.thumbnail-area {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.thumbnail {
  width: 990px;
  height: 660px;
  margin-bottom: 10px;
}
@media (max-width: 1140px) and (min-width: 769px) {
  .thumbnail {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) / 3 * 2);
  }
}
@media (max-width: 768px) {
  .thumbnail {
    width: 100%;
    height: 60vw;
  }
}
.thumbnail img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail-slider {
  padding: 0;
}
.thumbnail-slider .slick-track {
  display: flex;
}
.thumbnail-slider .slick-slide {
  width: 190px !important;
  height: 126px;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 1030px) {
  .thumbnail-slider .slick-slide {
    width: calc((100vw - 40px) / 3) !important;
    height: calc((100vw - 40px) / 3 * 0.645);
  }
}
.thumbnail-slider .slick-slide:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in;
}
.thumbnail-slider .slick-slide img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail-slider .slide-arrow {
  height: 20px;
  position: absolute;
  top: calc((100% - 20px) / 2);
  cursor: pointer;
}
.thumbnail-slider .prev-arrow {
  left: -35px;
}
.thumbnail-slider .next-arrow {
  right: -35px;
}

.catch-copy {
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
}

/*==========================================
  フォーマット
===========================================*/
@media (min-width: 768px) and (max-width: 1280px) {
  .format-area {
    padding-right: 80px;
  }
}
.format-area .highlight-txt {
  font-size: clamp(18px, 50vw, 26px);
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.16em;
  background: linear-gradient(transparent 70%, #d1b5c6 30%);
  text-align: center;
  margin-bottom: 50px;
}
.format-area .format-txt {
  font-size: clamp(14px, 3.2vw, 16px);
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.format-area .format-txt a {
  color: #000;
  text-decoration: underline !important;
}
.format-area .format-txt a img {
  transition: 0.3s;
}
.format-area .format-txt a:hover {
  text-decoration: none !important;
}
.format-area .format-txt a:hover img {
  opacity: 0.7;
}
.format-area .format-txt p:not(:last-child) {
  margin-bottom: 1em;
}
.format-area .format-txt strong {
  font-weight: bold;
}
.format-area .format-txt em {
  font-style: italic;
}
.format-area .format-txt ul {
  margin: 1em 0;
}
.format-area .format-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.format-area .format-txt ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-txt ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.format-area .format-txt ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
}
.format-area .format-txt ol li {
  padding: 0;
}
.format-area .format-txt ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-img {
  font-size: 0;
  text-align: center;
}
.format-area .format-img img {
  display: block;
  width: 100%;
}
.format-area .img-caption {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 10px;
}
.format-area .format-row {
  display: flex;
  justify-content: space-between;
}
.format-area .format01,
.format-area .format02,
.format-area .format03,
.format-area .format04,
.format-area .format05,
.format-area .format06,
.format-area .format07,
.format-area .format08,
.format-area .format09,
.format-area .format10 {
  margin-bottom: 50px;
}
.format-area .format01:last-child,
.format-area .format02:last-child,
.format-area .format03:last-child,
.format-area .format04:last-child,
.format-area .format05:last-child,
.format-area .format06:last-child,
.format-area .format07:last-child,
.format-area .format08:last-child,
.format-area .format09:last-child,
.format-area .format10:last-child {
  margin-bottom: 0;
}
.format-area .format01 .ttl-lrg {
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.13em;
}
.format-area .format02 .ttl-mid {
  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.13em;
}
.format-area .format06 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .format-area .format-rowPC {
    display: flex;
    justify-content: space-between;
  }
  .format-area .format-rowPC .format-img,
.format-area .format-rowPC .format-txt {
    width: 48%;
  }
  .format-area .format05 .format-rowPC {
    flex-direction: row-reverse;
  }
  .format-area .format10 .format-rowPC .format-img {
    width: 30.5%;
  }
}
@media (max-width: 768px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format04 .format-txt,
.format-area .format05 .format-txt {
    margin-top: 20px;
  }
  .format-area .format07 .format-row,
.format-area .format09 .format-row,
.format-area .format10 .format-row {
    display: block;
  }
  .format-area .format07 .format-img,
.format-area .format09 .format-img,
.format-area .format10 .format-img {
    width: 100%;
  }
  .format-area .format07 .format-img:nth-child(n+2),
.format-area .format09 .format-img:nth-child(n+2),
.format-area .format10 .format-img:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* 動画 */
.format-area .video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.format-area .video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*==========================================
  パーツ
===========================================*/
.btn-single {
  margin: 80px auto;
  text-align: center;
}
.btn-single + .btn-reserve {
  margin-top: -50px;
}

.single-btn {
  display: block;
  max-width: 660px;
  padding: 16px 0;
  margin: 0 auto;
  background-image: url("../img/showroom/btn_bg02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
}
@media (min-width: 660px) {
  .single-btn {
    height: 110px;
  }
}
.single-btn_txt01 {
  max-height: 30px;
  margin-bottom: clamp(5px, 1.875vw, 15px);
  text-align: center;
}
@media (max-width: 480px) {
  .single-btn_txt01 {
    line-height: 1;
  }
}
.single-btn_txt01 .txt {
  margin: 0 auto;
  font-size: clamp(14px, 2.25vw, 18px);
  font-weight: bold;
  letter-spacing: 0.3em;
  background: transparent;
  position: relative;
}
@media (min-width: 480px) {
  .single-btn_txt01 .txt {
    line-height: 30px;
  }
}
.single-btn_txt01 .txt::before, .single-btn_txt01 .txt::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
}
.single-btn_txt01 .txt::before {
  right: calc(100% + 1em);
}
.single-btn_txt01 .txt::after {
  left: calc(100% + 1em);
}
.single-btn_txt02 {
  font-size: clamp(20px, 4.625vw, 37px);
  line-height: 0.9;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-align: center;
}

/*==========================================
  各詳細
===========================================*/
.showroom-single.c-container {
  margin-bottom: 0 !important;
}
.showroom-single .btn-reserve:last-child {
  margin-bottom: 0;
}

/*==========================================
  Utility
===========================================*/
.sp480 {
  display: none;
}

@media (max-width: 480px) {
  .sp480 {
    display: block;
  }
}
.l-grid::before {
  content: "";
  display: block;
  width: 50%;
  order: 3;
}
@media (min-width: 768px) {
  .l-grid::before {
    width: 33.33333%;
  }
}
/*# sourceMappingURL=single.css.map */