@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.showroom {
  background-color: #fff;
  color: #000;
}
.showroom img {
  display: block;
  width: 100%;
  height: auto;
}
.showroom .breadcrumbs_area {
  border: none;
  background-color: transparent;
}
.showroom .himeji-showroom-fv {
  position: relative;
  width: 100%;
  height: auto;
  padding: clamp(92px, 8vw, 130px) 0 clamp(52px, 6vw, 86px);
  background-color: #fff;
  overflow: visible;
}
.showroom .himeji-showroom-fv .breadcrumbs_area {
  margin-bottom: clamp(18px, 2vw, 28px);
  color: #000;
}
.showroom .himeji-showroom-fv .breadcrumbs_area .breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.showroom .himeji-showroom-fv .fv-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/8.35;
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv .fv-img {
    aspect-ratio: 16/10;
    min-height: 360px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .fv-img {
    aspect-ratio: 1/1.15;
    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;
}
.showroom .himeji-showroom-fv .fv-copy {
  position: absolute;
  left: 50%;
  top: 58%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .fv-copy {
    top: 56%;
    width: 88%;
  }
}
.showroom .himeji-showroom-fv .fv-copy-ja {
  margin: 0 0 clamp(16px, 1.4vw, 20px);
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-weight: 400;
  font-size: clamp(2rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv .fv-copy-ja {
    font-size: clamp(2rem, 3.75vw, 3.6rem);
  }
}
.showroom .himeji-showroom-fv .fv-copy-en {
  margin: 0 0 clamp(18px, 2vw, 28px);
  font-size: clamp(4.2rem, 3.3333333333vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-transform: lowercase;
}
@media screen and (max-width: 960px) {
  .showroom .himeji-showroom-fv .fv-copy-en {
    font-size: clamp(4rem, 6.0416666667vw, 5.8rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .fv-copy-en {
    font-size: 42px;
  }
}
.showroom .himeji-showroom-fv .fv-copy-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 .himeji-showroom-fv .fv-copy-lead {
    font-size: clamp(2rem, 3.75vw, 3.6rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .himeji-showroom-fv .fv-copy-lead {
    line-height: 1.9;
    letter-spacing: 0.08em;
  }
}
.showroom .sec-flow {
  position: relative;
  background-color: #fff;
  color: #000;
}
.showroom .sec-flow .flow-wrap {
  position: relative;
}
.showroom .sec-flow .flow-head {
  margin-bottom: clamp(44px, 5vw, 76px);
  text-align: center;
}
.showroom .sec-flow .flow-en {
  margin: 0;
  color: #202b51;
  font-size: clamp(1.6rem, 0.7291666667vw, 1.4rem);
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-flow .flow-en {
    font-size: clamp(1.6rem, 1.4583333333vw, 1.4rem);
  }
}
.showroom .sec-flow .flow-body {
  display: block;
}
.showroom .sec-flow .flow-content {
  padding-top: 0;
}
.showroom .sec-flow .flow-ttl {
  margin: 0 0 clamp(40px, 5vw, 70px);
  text-align: center;
  font-size: clamp(2rem, 1.4583333333vw, 2.8rem);
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-flow .flow-ttl {
    font-size: clamp(2rem, 2.7083333333vw, 2.6rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-flow .flow-ttl {
    text-align: left;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}
.showroom .sec-flow .flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.45);
  border-left: none;
}
@media screen and (max-width: 960px) {
  .showroom .sec-flow .flow-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-flow .flow-list {
    grid-template-columns: 1fr;
  }
}
.showroom .sec-flow .flow-item {
  min-height: clamp(230px, 18vw, 300px);
  padding: clamp(20px, 2.4vw, 32px) clamp(18px, 2vw, 28px);
  border-right: 1px solid rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  position: relative;
}
.showroom .sec-flow .flow-item:nth-child(3n) {
  border-right: none;
}
@media screen and (max-width: 960px) {
  .showroom .sec-flow .flow-item:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0.45);
  }
  .showroom .sec-flow .flow-item:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-flow .flow-item {
    min-height: auto;
    padding: 24px 20px;
    border-right: none;
  }
}
.showroom .sec-flow .flow-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.showroom .sec-flow .flow-logo {
  max-width: 50%;
}
.showroom .sec-flow .flow-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-block: 0px 30px;
  position: relative;
  padding-top: 30px;
}
.showroom .sec-flow .flow-num {
  margin: 0;
  font-size: clamp(2.2rem, 3.3333333333vw, 7.2rem);
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .showroom .sec-flow .flow-num {
    font-size: clamp(2.2rem, 7.5vw, 7.2rem);
  }
}
.showroom .sec-flow .flow-icon {
  height: clamp(34px, 4.2vw, 98px);
  max-width: 50%;
  margin-inline: auto;
}
.showroom .sec-flow .flow-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.showroom .sec-flow .flow-item-ttl {
  min-height: 3.4em;
  margin: 0 0 clamp(16px, 1.6vw, 22px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-flow .flow-item-ttl {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-flow .flow-item-ttl {
    min-height: auto;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
.showroom .sec-flow .flow-text {
  margin: 0;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-flow .flow-text {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-flow .flow-text {
    font-size: 16px;
    line-height: 1.9;
  }
}
.showroom .sec-about {
  background-color: #fff;
  color: #000;
}
.showroom .sec-about .about-row {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 44%);
  justify-content: space-between;
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
}
@media screen and (max-width: 960px) {
  .showroom .sec-about .about-row {
    grid-template-columns: 1fr;
  }
}
.showroom .sec-about .about-ttl {
  position: relative;
  display: inline-block;
  margin: 0 0 clamp(38px, 4vw, 58px);
  padding-bottom: 8px;
  font-size: clamp(2rem, 1.4583333333vw, 2.8rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-about .about-ttl {
    font-size: clamp(2rem, 2.7083333333vw, 2.6rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-about .about-ttl {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.07em;
  }
}
.showroom .sec-about .about-text p {
  margin: 0;
  font-size: clamp(1.6rem, 0.7291666667vw, 1.4rem);
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.showroom .sec-about .about-text p + p {
  margin-top: clamp(24px, 3vw, 38px);
}
@media screen and (max-width: 960px) {
  .showroom .sec-about .about-text p {
    font-size: clamp(1.6rem, 1.6666666667vw, 1.6rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-about .about-text p {
    font-size: 1em;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.showroom .sec-about .about-img {
  overflow: hidden;
}
.showroom .sec-about .about-img img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
}
.showroom .sec-floor {
  background-color: #fff;
  color: #000;
}
.showroom .sec-floor .floor-head {
  margin-bottom: clamp(16px, 2vw, 24px);
  text-align: center;
}
.showroom .sec-floor .floor-main-ttl {
  margin: 0;
  font-size: clamp(2.2rem, 1.5625vw, 3rem);
  line-height: 1.8;
  letter-spacing: 0.16em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-floor .floor-main-ttl {
    font-size: clamp(2.1rem, 2.9166666667vw, 2.8rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-floor .floor-main-ttl {
    font-size: 19px;
    letter-spacing: 0.1em;
  }
}
.showroom .sec-floor .floor-block {
  display: grid;
  grid-template-columns: minmax(0, 30%) minmax(0, 68%);
  align-items: center;
  gap: clamp(36px, 4vw, 58px);
  margin-bottom: clamp(74px, 8vw, 120px);
}
@media screen and (max-width: 960px) {
  .showroom .sec-floor .floor-block {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.showroom .sec-floor .floor-block-2f {
  margin-top: 0;
}
.showroom .sec-floor .floor-content {
  position: relative;
}
.showroom .sec-floor .floor-num-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(56px, 6vw, 86px);
}
.showroom .sec-floor .floor-num-wrap::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 960px) {
  .showroom .sec-floor .floor-num-wrap {
    margin-bottom: 30px;
  }
}
.showroom .sec-floor .floor-num {
  margin: 0;
  min-width: 44px;
  font-size: clamp(2.2rem, 1.5625vw, 3rem);
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .showroom .sec-floor .floor-num {
    font-size: 22px;
  }
}
.showroom .sec-floor .floor-ttl {
  margin: 0 0 clamp(22px, 2.5vw, 34px);
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 1.9;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .showroom .sec-floor .floor-ttl {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-floor .floor-ttl {
    font-size: 16px;
    line-height: 1.8;
  }
}
.showroom .sec-floor .floor-text p {
  margin: 0;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .showroom .sec-floor .floor-text p {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-floor .floor-text p {
    font-size: 16px;
    line-height: 2;
  }
}
.showroom .sec-floor .floor-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 576px) {
  .showroom .sec-floor .floor-img-grid {
    grid-template-columns: 1fr;
  }
}
.showroom .sec-floor .floor-img,
.showroom .sec-floor .floor-img-single {
  overflow: hidden;
  background-color: #eee;
}
.showroom .sec-floor .floor-img img,
.showroom .sec-floor .floor-img-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showroom .sec-floor .floor-img img {
  aspect-ratio: 4/4.4;
}
.showroom .sec-floor .wide-img {
  width: 100%;
  margin-bottom: clamp(82px, 9vw, 140px);
  overflow: hidden;
}
.showroom .sec-floor .wide-img img {
  width: 100%;
  height: clamp(420px, 48vw, 720px);
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .showroom .sec-floor .wide-img img {
    height: 320px;
  }
}
.showroom .sec-floor .floor-block-kids,
.showroom .sec-floor .floor-block-3f {
  grid-template-columns: minmax(0, 26%) minmax(0, 68%);
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .showroom .sec-floor .floor-block-kids,
  .showroom .sec-floor .floor-block-3f {
    grid-template-columns: 1fr;
  }
}
.showroom .sec-floor .floor-img-single img {
  aspect-ratio: 16/7.6;
}
@media screen and (max-width: 576px) {
  .showroom .sec-floor .floor-img-single img {
    aspect-ratio: 16/10;
  }
}
.showroom .sec-access {
  background-color: #fff;
  color: #000;
}
.showroom .sec-access .access-row {
  display: grid;
  grid-template-columns: minmax(0, 64%) minmax(250px, 28%);
  align-items: center;
  gap: clamp(48px, 10vw, 200px);
}
@media screen and (max-width: 960px) {
  .showroom .sec-access .access-row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.showroom .sec-access .access-visual {
  position: relative;
  padding-bottom: clamp(40px, 5vw, 72px);
}
.showroom .sec-access .access-img {
  width: 100%;
  overflow: hidden;
}
.showroom .sec-access .access-img img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.showroom .sec-access .access-building {
  position: absolute;
  right: -16%;
  bottom: 3%;
  width: min(44%, 500px);
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.25));
}
.showroom .sec-access .access-building img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .showroom .sec-access .access-building {
    right: -5%;
    width: min(35%, 300px);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-access .access-building {
    right: 0;
    width: 42%;
  }
}
.showroom .sec-access .access-ttl {
  margin: 0 0 clamp(38px, 4vw, 56px);
  font-size: clamp(2rem, 1.3541666667vw, 2.6rem);
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .showroom .sec-access .access-ttl {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}
.showroom .sec-access .access-info p {
  margin: 0;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.05em;
}
.showroom .sec-access .access-info p + p {
  margin-top: clamp(24px, 3vw, 36px);
}
@media screen and (max-width: 960px) {
  .showroom .sec-access .access-info p {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-access .access-info p {
    font-size: 16px;
  }
}
.showroom .sec-access .modelhouse-access-reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: clamp(30px, 3vw, 42px);
  width: 70%;
  min-height: 104px;
  padding: 22px 18px;
  background-color: #142653;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
}
.showroom .sec-access .modelhouse-access-reserve:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-access .modelhouse-access-reserve {
    min-height: 100px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-access .modelhouse-access-reserve {
    min-height: 98px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-access .modelhouse-access-reserve {
    min-height: 88px;
    margin-top: 28px;
  }
}
.showroom .sec-access .modelhouse-access-reserve-en {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(2.6rem, 1.7708333333vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .showroom .sec-access .modelhouse-access-reserve-en {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-access .modelhouse-access-reserve-en {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-access .modelhouse-access-reserve-en {
    font-size: 26px;
  }
}
.showroom .sec-access .modelhouse-access-reserve-ja {
  display: block;
  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: 1200px) {
  .showroom .sec-access .modelhouse-access-reserve-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .showroom .sec-access .modelhouse-access-reserve-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-access .modelhouse-access-reserve-ja {
    font-size: 10px;
  }
}
.showroom .showroom-map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(280px, 34vw, 460px);
  margin-top: clamp(56px, 6vw, 90px);
  background-color: #d9d9d9;
  color: #666;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.showroom .sec-modelhouseRgl {
  background-color: #fff;
  color: #000;
}
.showroom .sec-modelhouseRgl .modelhouse-rgl-wrap {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr);
  align-items: stretch;
  width: 100%;
  min-height: clamp(380px, 36vw, 560px);
  border-top: 1px solid rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouseRgl .modelhouse-rgl-wrap {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.showroom .sec-modelhouseRgl .modelhouse-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .showroom .sec-modelhouseRgl .modelhouse-list {
    grid-template-columns: 1fr;
  }
}
.showroom .sec-faq {
  background-color: #fff;
  color: #000;
}
.showroom .sec-faq .faq-body {
  max-width: 980px;
  margin: 0 auto;
}
.showroom .sec-faq .faq-ttl {
  margin: 0 0 clamp(28px, 3vw, 42px);
  text-align: center;
  font-size: clamp(2.4rem, 1.7708333333vw, 3.4rem);
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-faq .faq-ttl {
    font-size: clamp(2.2rem, 3.125vw, 3rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-faq .faq-ttl {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}
.showroom .sec-faq .faq-txt {
  margin: 0 0 clamp(48px, 6vw, 76px);
  text-align: center;
  font-size: clamp(1.6rem, 0.7291666667vw, 1.4rem);
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .showroom .sec-faq .faq-txt {
    font-size: clamp(1.6rem, 1.4583333333vw, 1.4rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-faq .faq-txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.showroom .sec-faq .faq-list .faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  color: #000;
}
.showroom .sec-faq .faq-list .faq-item:nth-of-type(n+2) {
  margin-top: -1px;
}
.showroom .sec-faq .faq-list .faq-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.showroom .sec-faq .faq-list .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2vw, 32px);
  padding: clamp(22px, 2.2vw, 34px) 0;
  transition: 0.3s ease-in-out;
}
.showroom .sec-faq .faq-list .item-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 100vmax;
  background: #202b51;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}
.showroom .sec-faq .faq-list .item-ttlBlock {
  width: 100%;
  padding: 0;
}
.showroom .sec-faq .faq-list .item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  color: #828282;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.showroom .sec-faq .faq-list .item-ttl {
  margin: 0;
  font-size: clamp(1.6rem, 0.78125vw, 1.5rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .showroom .sec-faq .faq-list .item-ttl {
    font-size: clamp(1.6rem, 1.5625vw, 1.5rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-faq .faq-list .item-ttl {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.showroom .sec-faq .faq-list .item-btn {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showroom .sec-faq .faq-list .item-btn::before, .showroom .sec-faq .faq-list .item-btn::after {
  content: none;
}
.showroom .sec-faq .faq-list .item-btn .btn-more-block,
.showroom .sec-faq .faq-list .item-btn .btn-more-wrap {
  margin: 0;
}
.showroom .sec-faq .faq-list .item-btn .btn-more-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.showroom .sec-faq .faq-list .item-btn .btn-more-txt {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
}
.showroom .sec-faq .faq-list .item-body {
  padding: 0 56px clamp(28px, 3vw, 42px) 64px;
  border-top: none;
}
.showroom .sec-faq .faq-list .item-body .editor-style {
  font-size: clamp(1.6rem, 0.7291666667vw, 1.4rem);
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  .showroom .sec-faq .faq-list .item-body .editor-style {
    font-size: clamp(1.6rem, 1.4583333333vw, 1.4rem);
  }
}
@media screen and (max-width: 576px) {
  .showroom .sec-faq .faq-list .item-body .editor-style {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.showroom .sec-faq .faq-list .item-body .editor-style p {
  margin: 0;
}
.showroom .sec-faq .faq-list .item-closeBtn {
  display: none;
}
@media screen and (max-width: 576px) {
  .showroom .sec-faq .faq-list .item-head {
    align-items: flex-start;
    gap: 16px;
    padding: 22px 0;
  }
  .showroom .sec-faq .faq-list .item-icon,
  .showroom .sec-faq .faq-list .item-btn {
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-top: 4px;
  }
  .showroom .sec-faq .faq-list .item-icon {
    font-size: 16px;
  }
  .showroom .sec-faq .faq-list .item-body {
    padding: 0 0 28px 42px;
  }
}

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