@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__reasonText.-full{
	max-width: initial;
}

.p-showroom__reasonstore{
	margin: 40px 0 60px;
	display: flex;
	justify-content: center;
	gap: 6px;
}


.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(../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
  }
	.p-showroom__reasonstore{
		margin: 20px 0 40px;
		padding: 0 10px;
		flex-direction: column;
		gap: 10px;
	}

  .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
  }
}


/* add colona warning text start */
.ColonaWarningInner {
  border: solid 3px #f00;
  border-radius: 10px;
  padding: 20px;
  color: #f00;
  width: 980px;
  margin: 20px auto 60px;
  box-sizing: border-box;
}
.ColonaWarningInner h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 10px 0;
  text-align: center;
}
.ColonaWarningInner h3 {
  text-align: left;
  font-size: 16px;
}
.ColonaWarningInner h3 + ul {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ColonaWarning {
    margin: 10px;
    box-sizing: border-box;
  }
  .ColonaWarningInner h2 {
    font-size: 6vw;
  }
  .ColonaWarningInner {
    width: 100%;
		margin-bottom: 30px;
  }
}
/* add colona warning text end */


.showroomArea {
	padding: 40px 0;
	background-color: #fff;
}
.showroomArea .showroomS6{
  max-width:980px;
  margin:0 auto;
  padding: 0 10px;
}
.showroomArea h2.point{
  text-align: left;
  position: relative;
  height: 80px;
  line-height: 80px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #eb6120;
}
.showroomArea h2.point::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 33%;
  width: 2px;
  background-color: #000;
}
.showroomArea h2.point::after{
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 33%;
  width: 2px;
  background-color: #eb6120;
}
.showroomArea h2.point .num{
  display: inline;
}
.showroomArea h2.point .num img{
  height: 100%;
  width: auto;
}
.showroomArea h2.point .ttl{
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
}
.showroomArea p{
  line-height: 1.8;
  font-weight: 900;
}
.showroomArea h2, .showroomArea h3{
  text-align:center;
}
@media screen and (max-width: 1000px) {
  .showroomArea h2.point {
		height: 60px;
		line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
	.showroomArea h2.point{
    display: table;
    width: 100%;
  }
  .showroomArea h2.point .num{
    display: table-cell;
    width: 40px;
    vertical-align: top;
    height: 60px
  }
  .showroomArea h2.point .num img{
    height: 40px;
  }
  .showroomArea h2.point .ttl{
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
  }
  .showroomArea h2.point{
    height: auto;
    line-height: 50px;
  }
}


/* add google map start */
.GoogleAccessMap {
  display: flex;
}
.GoogleAccessMap h3 {
  color: #eb6120;
  font-size: 30px;
	font-weight: 700;
}
.GoogleAccessMap li {
  width: calc(99% / 2);
  box-sizing: border-box;
  border: solid 2px #999;
  padding: 20px 10px;
}
.GoogleAccessMap li:not(:last-child) {
  margin-right: 1%;
}
.GoogleAccessMap li div {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 10px;
}
.GoogleAccessMap li div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.GoogleAccessMap .MapText1 {
  font-size: 12px;
	font-weight: 500;
}
.GoogleAccessMap .MapText2 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .GoogleAccessMap {
    flex-wrap: wrap;
  }
  .GoogleAccessMap h3 {
    font-size: 26px;
  }
  .GoogleAccessMap li {
    width: 100%;
  }
  .GoogleAccessMap li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* add google map end */

.p-showroom__form{
	margin-top: 40px;
	padding: 0 10px;
}
.p-showroom__form .txt{
	text-align: center;
}
.p-showroom__form .bnr{
	text-align: center;
}