@charset "UTF-8";

.p-showroom__sections {
  max-width: 980px;
  margin: 0 auto 0
}

.p-showroom__headline2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 36px
}

.p-showroom__headline2.underline {
  position: relative
}

.p-showroom__headline2.underline:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #eb6120;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 52px)
}

.p-showroom__headline2.underline::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: gray;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 10px)
}

.p-showroom__textOrange {
  color: #eb6120
}

.p-showroom__headline3 {
  font-size: 32px;
  color: white;
  background: #76471b;
  color: #fff;
  font-weight: 700;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  background-size: auto auto;
  background-color: #9d652f;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #76471b 1px, #76471b 6px);
  margin-bottom: 40px
}

.p-showroom__reasonText {
  font-size: 18px;
  max-width: 500px;
  margin-left: 54px;
  line-height: 1.6
}

.p-showroom__listHeadline {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-align: center
}

.p-showroom__listHealineBg {
  background: #eb6120;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center
}

.p-showroom__listMainText {
  font-size: 18px;
  padding: 18px 14px;
  line-height: 1.7
}

.p-showroom__listFlexChild {
  max-width: 460px;
  background: #FFF;
  width: calc((100% - 60px) / 2)
}

.p-showroom__listThumbWrapper {
  position: relative
}

.p-showroom__listFlex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start
}

.p-showroom__bgGray {
  background: #f1f1f1;
  padding: 46px 0 58px
}

.p-showroom__reasonFlex {
  display: flex;
  gap: 40px;
  margin-bottom: 74px;
  justify-content: space-between
}

.p-showroom__reasonFlex.reverse {
  flex-direction: row-reverse
}

.reverse .p-showroom__reasonText {
  margin-left: 0;
  margin-right: 54px
}

.p-showroom__mv {
  margin-bottom: 29px;
  margin-top: 40px
}

.p-showroom__eyeCatch {
  margin-bottom: 51px
}

.showroomBrSp {
  display: none
}

.p-showroom__reasonTextBox {
  position: relative
}

.p-showroom__reasonTextBox::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 392px;
  height: 209px;
  background-image: url(./assets/images/showroom/tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  left: 0;
  bottom: 0
}

.p-showroom__reasonTextBoxReverse::after {
  transform: scale(-1, 1);
  left: initial;
  right: 0
}

.p-showroom__contactText {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-top: 30px
}

.p-showroom__contactImgWrapper {
  padding-top: 12px;
  padding: 0 10px;
  box-sizing: content-box
}

.p-showroom__headlineDec {
  position: relative
}

.p-showroom__headlineDec::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 102px;
  background-color: #292e28;
  position: absolute;
  right: 25px;
  transform: rotate(30deg);
  bottom: -3px
}

.p-showroom__headlineDec::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 102px;
  background-color: #292e28;
  position: absolute;
  left: 25px;
  transform: rotate(-30deg);
  bottom: -3px
}

.p-showroom__reasonFlexLastChild {
  margin-bottom: 48px
}

@media screen and (max-width:767px) {
  .p-showroom__listMainText {
    padding: 12px 14px;
    line-height: 1.8
  }

  .p-showroom__contactText {
    padding-top: 10px
  }

  .p-showroom__contactText {
    font-size: 24px
  }

  .p-showroom__reasonImgBox img {
    width: 100%
  }

  .p-showroom__reasonTextBox::after {
    width: 200px;
    height: 106px
  }

  .p-showroom__reasonText {
    max-width: 100%;
    padding: 0 10px
  }

  .p-showroom__mv {
    margin-top: 0;
    margin-bottom: 19px
  }

  .p-showroom__listFlex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px
  }

  .p-showroom__headline2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px
  }

  .p-showroom__headline3 {
    font-size: 24px;
    height: auto;
    min-height: 72px
  }

  .p-showroom__reasonFlex,
  .p-showroom__reasonFlex.reverse {
    flex-direction: column
  }

  .p-showroom__headlineDec {
    font-size: 20px;
    line-height: 1.6
  }

  .p-showroom__reasonText {
    margin: 0
  }

  .p-showroom__listFlex,
  .p-showroom__eyeCatch,
  .p-showroom__reasonFlex {
    padding: 0 10px
  }

  .p-showroom__eyeCatch {
    margin-bottom: 32px
  }

  .p-showroom__headline3 {
    margin-bottom: 10px;
    text-align: center;
    padding: 0;
    line-height: 1.2
  }

  .p-showroom__reasonText {
    font-size: 16px;
    line-height: 2
  }

  .p-showroom__reasonFlex {
    gap: 10px;
    margin-bottom: 32px
  }

  .showroomBrSp {
    display: block
  }

  .reverse .p-showroom__reasonText {
    margin: 0;
    padding: 0 8px
  }

  .p-showroom__listHealineBg {
    min-height: 50px
  }

  .p-showroom__listHeadline {
    font-size: 18px
  }

  .p-showroom__bgGray {
    padding: 28px 0 86px
  }

  .p-showroom__listFlexChild {
    width: 100%
  }

  .p-showroom__headlineDec::after {
    height: 66px;
    right: 37px;
    transform: rotate(35deg);
    bottom: -4px;
    display: none
  }

  .p-showroom__headlineDec::before {
    height: 66px;
    left: 40px;
    transform: rotate(-35deg);
    bottom: -4px;
    display: none
  }

  .p-showroom .br_pc {
    display: none
  }

  .p-showroom__reasonFlexLastChild {
    margin-bottom: 22px
  }

  .p-showroom__headline2Font20 {
    font-size: 20px;
    line-height: 1.6
  }
}

@media screen and (min-width:767px) {
  .p-showroom__sections {
    padding: 0 10px;
    box-sizing: content-box
  }
}
.p-showroom__cv--txt {
  position: relative;
  width: fit-content;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 10px;
}

.p-showroom__cv--txt:before {
  position: absolute;
  left: -15px;
  bottom: 2px;
  content: "";
  width: 1px;
  height: 80%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.p-showroom__cv--txt:after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: 2px;
  width: 1px;
  height: 80%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}