.c-accordion__txt {
  margin-bottom: 30px;
  text-indent: 0;
  padding-left: 1.85ch;
  position: relative;
}
@media screen and (min-width: 767px) {
  .c-accordion__txt {
    text-indent: 0;
    padding-left: 1.9ch;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__txt {
    text-indent: 0;
    padding-left: 1.4ch;
  }
}

.c-accordion__txt-body::before {
  position: absolute;
  left: -2.5ch;
}
@media screen and (min-width: 767px) {
  .c-accordion__txt-body::before {
    left: -2.35ch;
    padding-left: 1.9ch;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__txt-body::before {
    left: -2.45ch;
    padding-left: 1.4ch;
  }
}
.c-accordion__txt-body a {
  color: #006ef8;
}

.p-showroom__bg-gray {
  background-color: #F2F5F5;
  display: inline-block;
  padding: 8px;
}

.showroom-detail__section .c-listInfo {
  font-size: 1.4rem;
}
.showroom-detail__section .c-listInfo:not(:last-child) {
  margin-bottom: 2.4rem;
}

.showroom-detail__section--bg {
  padding: 30px 10px;
  background: #fbf7ef;
  border-radius: 4px;
}

.p-showrooom__news-contents h1 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px;
}
.p-showrooom__news-contents h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px;
}
.p-showrooom__news-contents h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px;
}
.p-showrooom__news-contents h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px;
}
.p-showrooom__news-contents h5 {
  font-size: 12px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px;
}
.p-showrooom__news-contents a {
  color: #563bff;
  text-decoration: underline;
}
.p-showrooom__news-contents p {
  font-size: 16px;
}

.p-showroom__preview {
  padding-top: 60px;
}
.p-showroom__preview .footer {
  background: #4b4a48;
  margin-top: 80px;
}
.p-showroom__preview .footer__inner {
  padding: 40px 0 83px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-showroom__preview .footer__inner {
    padding: 30px 0 20px;
  }
}
.p-showroom__preview .footer__icon-flex {
  display: flex;
  align-items: center;
}
.p-showroom__preview .footer__icon {
  margin-right: 6px;
}
.p-showroom__preview .footer__text {
  margin-top: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 2.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-showroom__preview .footer__text {
    margin-top: 20px;
  }
}

.p-showroom__preview-header-top {
  height: 60px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.p-showroom__preview-header-top a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

.p-showroom__preview-header-top-inner {
  max-width: 1000px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .p-showroom__preview-header-top-inner {
    padding: 0 20px;
  }
}

.p-showroom__preview-header-bottom {
  background-color: #fff;
  height: 60px;
}

.p-showroom__preview-header-bottom-inner {
  max-width: 1000px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .p-showroom__preview-header-bottom-inner {
    padding: 0 20px;
  }
}

.p-showroom__preview-header-logo--microcms {
  width: 200px;
}
.p-showroom__preview-header-logo--microcms img {
  width: 65%;
}

.p-showroom__preview-header-logo--toli {
  width: 140px;
}
.p-showroom__preview-header-logo--toli img {
  width: 100%;
}

.p-showroom__preview-bar {
  background: yellow;
}

.p-showroom__preview-bar-inner {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .p-showroom__preview-bar-inner {
    flex-direction: column;
  }
}
.p-showroom__preview-bar-inner p {
  flex: 2;
  text-align: right;
}
.p-showroom__preview-bar-inner div {
  flex: 1;
  text-align: right;
}
.p-showroom__preview-bar-inner div button {
  background-color: #fff;
  border: solid 1px #000;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .p-showroom__preview-bar-inner div {
    margin-top: 10px;
  }
}

.p-showroom__preview-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}
.p-showroom__preview-heading::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-showroom__preview-heading.has-no-border::before {
  display: none;
}

.showroom-detail__slider .swiper-slide img {
  width: 395px;
  height: 261px;
  object-fit: cover;
}
