@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.showroom .breadcrumbs_area {
  border: none;
  background-color: transparent;
}
.showroom .fv {
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  color: #fff;
  top: 0;
  z-index: 0;
  width: 100%;
}
.showroom .fv .fv-img {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 961px) {
  .showroom .fv .fv-img {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 960px) {
  .showroom .fv .fv-img {
    background-attachment: scroll;
  }
}
.showroom .fv .fv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.showroom .sec-fv {
  position: absolute;
  top: 120px;
  z-index: 1;
  width: 100%;
  color: #000;
}
@media screen and (max-width: 960px) {
  .showroom .sec-fv {
    top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-fv {
    top: 120px;
  }
}
.showroom .sec-fv .cts-ttl-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .showroom .sec-fv .cts-ttl-block {
    left: 0;
    top: 0;
    margin-top: 60px;
  }
}
.showroom .sec-fv .cts-ttl-en {
  display: block;
  color: #fff;
  padding-bottom: 0.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: clamp(2rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .showroom .sec-fv .cts-ttl-en {
    font-size: clamp(2rem, 3.75vw, 3.6rem);
  }
}
.showroom .sec-fv .cts-ttl-ja {
  display: block;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: clamp(2rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .showroom .sec-fv .cts-ttl-ja {
    font-size: clamp(2rem, 3.75vw, 3.6rem);
  }
}
.showroom .sec-fv .cts-body {
  width: 100%;
  padding-left: clamp(76px, 7.4vw, 143px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .showroom .sec-fv .cts-body {
    padding-left: 0;
  }
}
.showroom .sec-fv .cts-lead {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 400;
  font-size: clamp(2rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .showroom .sec-fv .cts-lead {
    font-size: clamp(2rem, 3.75vw, 3.6rem);
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-fv .cts-lead {
    line-height: 1.9;
    letter-spacing: 0.08em;
  }
}
.showroom .sec-lead {
  padding: clamp(72px, 8vw, 120px) 0 clamp(64px, 7vw, 100px);
  background-color: #fff;
  color: #000;
}
.showroom .sec-lead .cts-wrap {
  width: 100%;
}
.showroom .sec-lead .cts-body {
  width: 100%;
}
.showroom .sec-lead .lead-intro {
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 2.15;
}
.showroom .sec-lead .lead-main {
  margin: 0 0 clamp(40px, 4.5vw, 64px);
  font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-lead .lead-main {
    font-size: clamp(1.8rem, 2.2916666667vw, 2.2rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-lead .lead-main {
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
.showroom .sec-lead .lead-text {
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 2.2;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-lead .lead-text {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-lead .lead-text {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: left;
  }
}
.showroom .sec-lead .lead-text p {
  margin: 0;
}
.showroom .sec-lead .lead-list {
  margin: clamp(24px, 2.6vw, 36px) 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
}
.showroom .sec-lead .lead-list li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
.showroom .sec-lead .lead-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 576px) {
  .showroom .sec-lead .lead-list {
    display: block;
    margin: 24px 0;
  }
}
.showroom .sec-modelhouse-card {
  padding: clamp(40px, 5vw, 80px) 0;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-modelhouse-card {
    padding: 64px 0;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouse-card {
    padding: 56px 0;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-modelhouse-card {
    padding: 44px 0;
  }
}
.showroom .sec-modelhouse-card:first-of-type {
  padding-top: clamp(80px, 9vw, 150px);
}
@media screen and (max-width: 1200px) {
  .showroom .sec-modelhouse-card:first-of-type {
    padding-top: 120px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouse-card:first-of-type {
    padding-top: 72px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-modelhouse-card:first-of-type {
    padding-top: 56px;
  }
}
.showroom .sec-modelhouse-card:last-of-type {
  padding-bottom: clamp(80px, 9vw, 150px);
}
@media screen and (max-width: 1200px) {
  .showroom .sec-modelhouse-card:last-of-type {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouse-card:last-of-type {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-modelhouse-card:last-of-type {
    padding-bottom: 56px;
  }
}
.showroom .sec-modelhouse-card .modelhouse-card-wrap {
  display: grid;
  grid-template-columns: minmax(190px, 28%) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  min-height: clamp(500px, 53vw, 720px);
}
@media screen and (max-width: 1200px) {
  .showroom .sec-modelhouse-card .modelhouse-card-wrap {
    grid-template-columns: minmax(180px, 30%) minmax(0, 1fr);
    min-height: 560px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouse-card .modelhouse-card-wrap {
    grid-template-columns: 1fr;
    min-height: 0;
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
  }
}
.showroom .sec-modelhouse-card .modelhouse-card-copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: clamp(40px, 4vw, 72px) clamp(20px, 2.8vw, 46px);
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-modelhouse-card .modelhouse-card-copy {
    padding: 48px 28px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouse-card .modelhouse-card-copy {
    order: 2;
    display: block;
    padding: 36px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-modelhouse-card .modelhouse-card-copy {
    padding-top: 30px;
  }
}
.showroom .sec-modelhouse-card .modelhouse-card-copy .btn-link {
  color: #000;
  text-decoration: none;
}
.showroom .sec-modelhouse-card .modelhouse-card-copy-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.3vw, 38px);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-modelhouse-card .modelhouse-card-copy-inner {
    gap: 28px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouse-card .modelhouse-card-copy-inner {
    flex-direction: column-reverse;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
.showroom .sec-modelhouse-card .modelhouse-card-lead {
  margin: 0;
  font-size: clamp(1.2rem, 0.78125vw, 1.5rem);
  line-height: 2.1;
  letter-spacing: 0.18em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-modelhouse-card .modelhouse-card-lead {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouse-card .modelhouse-card-lead {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-modelhouse-card .modelhouse-card-lead {
    font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
    line-height: 1.9;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
.showroom .sec-modelhouse-card .modelhouse-card-title {
  margin: 0;
  font-size: clamp(4.6rem, 3.9583333333vw, 7.6rem);
  line-height: 1.25;
  letter-spacing: 0.18em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-modelhouse-card .modelhouse-card-title {
    font-size: clamp(4.2rem, 5.3333333333vw, 6.4rem);
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouse-card .modelhouse-card-title {
    margin-top: 24px;
    font-size: clamp(3.4rem, 5vw, 4.8rem);
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-modelhouse-card .modelhouse-card-title {
    margin-top: 20px;
    font-size: 34px;
  }
}
.showroom .sec-modelhouse-card .modelhouse-card-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouse-card .modelhouse-card-img {
    order: 1;
    aspect-ratio: 16/10;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-modelhouse-card .modelhouse-card-img {
    aspect-ratio: 1/1.05;
  }
}
.showroom .sec-modelhouse-card .modelhouse-card-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.showroom .sec-modelhouse-card .modelhouse-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 640ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .showroom .sec-modelhouse-card:hover .modelhouse-card-wrap:hover .modelhouse-card-img img {
    scale: 1.1;
  }
}
.showroom .himeji-showroom-fv {
  position: relative;
  width: 100%;
  height: auto;
  padding: clamp(70px, 8vw, 120px) 0 clamp(70px, 8vw, 120px);
  background-color: #fff;
  overflow: visible;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .showroom .himeji-showroom-fv {
    padding: 96px 0;
  }
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv {
    padding: 72px 0;
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv {
    padding: 56px 0;
  }
}
.showroom .himeji-showroom-fv .fv-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1360/738;
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .showroom .himeji-showroom-fv .fv-img {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 1200px) {
  .showroom .himeji-showroom-fv .fv-img {
    min-height: 500px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv .fv-img {
    aspect-ratio: 16/10;
    min-height: 420px;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .fv-img {
    aspect-ratio: 1/1.05;
    min-height: 420px;
  }
}
.showroom .himeji-showroom-fv .fv-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv .fv-img::before {
    background: rgba(0, 0, 0, 0.24);
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .fv-img::before {
    background: rgba(0, 0, 0, 0.28);
  }
}
.showroom .himeji-showroom-fv .fv-copy {
  position: absolute;
  left: 50%;
  top: 57%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: min(90%, 620px);
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1200px) {
  .showroom .himeji-showroom-fv .fv-copy {
    top: 57%;
    width: min(88%, 600px);
  }
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv .fv-copy {
    top: 56%;
    width: min(88%, 560px);
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .fv-copy {
    top: 55%;
    width: 88%;
  }
}
.showroom .himeji-showroom-fv .fv-copy-lead {
  margin: 0 0 clamp(18px, 2.2vw, 30px);
  font-size: clamp(2rem, 1.5625vw, 3rem);
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .himeji-showroom-fv .fv-copy-lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv .fv-copy-lead {
    font-size: clamp(2rem, 3.125vw, 3rem);
    line-height: 1.9;
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .fv-copy-lead {
    margin-bottom: 20px;
    line-height: 1.85;
    letter-spacing: 0.08em;
  }
}
.showroom .himeji-showroom-fv .fv-copy-ja {
  margin: 0;
  font-size: clamp(2.2rem, 1.875vw, 3.6rem);
  line-height: 1.7;
  letter-spacing: 0.16em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .himeji-showroom-fv .fv-copy-ja {
    font-size: clamp(2.2rem, 2.6666666667vw, 3.2rem);
  }
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv .fv-copy-ja {
    font-size: clamp(2rem, 3.125vw, 3rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .fv-copy-ja {
    font-size: 22px;
    letter-spacing: 0.12em;
  }
}
.showroom .himeji-showroom-fv .btn-more-block {
  margin-top: clamp(28px, 3vw, 42px);
}
@media screen and (max-width: 1200px) {
  .showroom .himeji-showroom-fv .btn-more-block {
    margin-top: 36px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv .btn-more-block {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .btn-more-block {
    margin-top: 26px;
  }
}
.showroom .himeji-showroom-fv .btn-more-wrap {
  display: flex;
  justify-content: center;
}
.showroom .himeji-showroom-fv .btn-link {
  color: #fff;
  text-decoration: none;
}
.showroom .himeji-showroom-fv .btn-more-txt {
  color: #fff;
}
.showroom .himeji-showroom-fv .circle-arrow,
.showroom .himeji-showroom-fv svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.showroom .sec-stay-banner {
  padding: clamp(70px, 8vw, 120px) 0;
  background-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-stay-banner {
    padding: 96px 0;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-stay-banner {
    padding: 72px 0;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-stay-banner {
    padding: 56px 0;
  }
}
.showroom .sec-stay-banner .stay-banner-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1360/535;
  min-height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-stay-banner .stay-banner-img {
    min-height: 330px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-stay-banner .stay-banner-img {
    aspect-ratio: 16/8;
    min-height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-stay-banner .stay-banner-img {
    aspect-ratio: 1/1.05;
    min-height: 390px;
  }
}
.showroom .sec-stay-banner .stay-banner-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.42) 28%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0.06) 100%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .showroom .sec-stay-banner .stay-banner-img::before {
    background: rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-stay-banner .stay-banner-img::before {
    background: rgba(0, 0, 0, 0.45);
  }
}
.showroom .sec-stay-banner .stay-banner-copy {
  position: absolute;
  left: clamp(80px, 8vw, 150px);
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-stay-banner .stay-banner-copy {
    left: 80px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-stay-banner .stay-banner-copy {
    left: 48px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-stay-banner .stay-banner-copy {
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    width: 86%;
  }
}
.showroom .sec-stay-banner .stay-banner-copy-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 2vw, 34px);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-stay-banner .stay-banner-copy-inner {
    gap: 28px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-stay-banner .stay-banner-copy-inner {
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-stay-banner .stay-banner-copy-inner {
    gap: 22px;
  }
}
.showroom .sec-stay-banner .stay-banner-lead {
  margin: 0;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.18em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-stay-banner .stay-banner-lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-stay-banner .stay-banner-lead {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-stay-banner .stay-banner-lead {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
    line-height: 1.9;
    letter-spacing: 0.14em;
  }
}
.showroom .sec-stay-banner .stay-banner-title {
  margin: 0;
  font-size: clamp(3.4rem, 2.6041666667vw, 5rem);
  line-height: 1.35;
  letter-spacing: 0.18em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-stay-banner .stay-banner-title {
    font-size: clamp(3.2rem, 3.8333333333vw, 4.6rem);
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-stay-banner .stay-banner-title {
    font-size: clamp(3rem, 4.375vw, 4.2rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-stay-banner .stay-banner-title {
    font-size: 32px;
  }
}
.showroom .sec-stay-banner .btn-more-block {
  margin-top: clamp(34px, 3.4vw, 52px);
}
@media screen and (max-width: 1200px) {
  .showroom .sec-stay-banner .btn-more-block {
    margin-top: 42px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-stay-banner .btn-more-block {
    margin-top: 34px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-stay-banner .btn-more-block {
    margin-top: 30px;
  }
}
.showroom .sec-stay-banner .btn-link {
  color: #fff;
  text-decoration: none;
}
.showroom .sec-stay-banner .btn-more-txt {
  color: #fff;
}
.showroom .sec-showroom-info {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-showroom-info {
    padding: 96px 0 120px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info {
    padding: 72px 0;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-showroom-info {
    padding: 56px 0;
  }
}
.showroom .sec-showroom-info .showroom-info-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-showroom-info .showroom-info-wrap {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 56px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info .showroom-info-wrap {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-showroom-info .showroom-info-wrap {
    gap: 32px;
  }
}
.showroom .sec-showroom-info .showroom-info-img {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.showroom .sec-showroom-info .showroom-info-img picture {
  display: block;
  width: 100%;
}
.showroom .sec-showroom-info .showroom-info-img img {
  display: block;
  width: 100%;
  aspect-ratio: 980/560;
  object-fit: cover;
  object-position: center;
  transition: all 640ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info .showroom-info-img img {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-showroom-info .showroom-info-img img {
    aspect-ratio: 1/0.78;
  }
}
.showroom .sec-showroom-info .showroom-info-body {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info .showroom-info-body {
    max-width: 620px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-showroom-info .showroom-info-body {
    max-width: none;
  }
}
.showroom .sec-showroom-info .showroom-info-title {
  margin: 0 0 clamp(24px, 2.4vw, 36px);
  font-size: clamp(2.6rem, 1.875vw, 3.6rem);
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-showroom-info .showroom-info-title {
    font-size: clamp(2.4rem, 2.6666666667vw, 3.2rem);
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info .showroom-info-title {
    font-size: clamp(2.4rem, 3.3333333333vw, 3.2rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-showroom-info .showroom-info-title {
    margin-bottom: 22px;
    font-size: 24px;
  }
}
.showroom .sec-showroom-info .showroom-info-list {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.showroom .sec-showroom-info .showroom-info-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 1200px) {
  .showroom .sec-showroom-info .showroom-info-row {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info .showroom-info-row {
    grid-template-columns: 120px minmax(0, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-showroom-info .showroom-info-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }
}
.showroom .sec-showroom-info .showroom-info-row dt {
  margin: 0;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info .showroom-info-row dt {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
.showroom .sec-showroom-info .showroom-info-row dd {
  margin: 0;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .showroom .sec-showroom-info .showroom-info-row dd {
    font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  }
}
.showroom .sec-showroom-info .showroom-reserve-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: clamp(30px, 3vw, 42px);
  width: 100%;
  min-height: 1clampVw 16, 18, 18, 1920;
  padding: 24px 20px;
  background-color: #142653;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-showroom-info .showroom-reserve-btn {
    min-height: 104px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info .showroom-reserve-btn {
    min-height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-showroom-info .showroom-reserve-btn {
    min-height: 92px;
    margin-top: 28px;
  }
}
.showroom .sec-showroom-info .showroom-reserve-en {
  display: block;
  margin-bottom: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-size: clamp(3rem, 1.9791666667vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-showroom-info .showroom-reserve-en {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info .showroom-reserve-en {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-showroom-info .showroom-reserve-en {
    font-size: 28px;
  }
}
.showroom .sec-showroom-info .showroom-reserve-ja {
  display: block;
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-showroom-info .showroom-reserve-ja {
    font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-showroom-info .showroom-reserve-ja {
    font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  }
}
@media (hover: hover) {
  .showroom .sec-showroom-info:hover .showroom-info-img:hover img {
    scale: 1.1;
  }
  .showroom .sec-showroom-info:hover .showroom-reserve-btn:hover {
    opacity: 0.75;
  }
}

/*# sourceMappingURL=modelhouse-himeji.css.map */
