/* st-PageIntro
-----------------------------------*/
.is-showroom .st-PageIntro {
  background-image: url("../img/bg_showroom_01.jpg");
}

/* showroom-Intro
-----------------------------------*/
.showroom-Intro {
  max-width: 640px;
  margin: 44px auto 0;
  padding: 0 20px;
}
.showroom-Intro_Text {
  font-size: 123.1%;
  line-height: 1.625;
}
.showroom-Intro_Text + .showroom-Intro_Text {
  margin-top: 12px;
}
.showroom-Intro_Ontime {
  margin-top: 33px;
  padding-top: 15px;
  border-top: 1px solid #969696;
  display: flex;
}
.showroom-Intro_Ontime_Title {
  font-size: 123.1%;
  line-height: 1.625;
  white-space: nowrap;
}
.showroom-Intro_Ontime_Data {
  font-size: 123.1%;
  font-weight: 700;
  line-height: 1.625;
  color: #8f2238;
}

@media only screen and (min-width: 960px) {
  .showroom-Intro {
    margin-top: 85px;
  }
  .showroom-Intro_Ontime {
    margin-top: 25px;
  }
}
/* showroom-Inside
-----------------------------------*/
.showroom-Inside {
  margin-top: 63px;
  background-color: rgba(143, 34, 56, 0.05);
}
.showroom-Inside_Inner {
  padding: 54px 0 39px;
}
.showroom-Inside_Title {
  font-size: 167%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.showroom-Inside_List {
  max-width: 1180px;
  padding: 0 20px;
  margin: 18px auto 0;
}
.showroom-Inside_List_Item {
  list-style: none;
}
.showroom-Inside_List_Item + .showroom-Inside_List_Item {
  margin-top: 60px;
}
.showroom-Inside_List_Title {
  font-size: 167%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #8f2238;
  text-align: center;
}
.showroom-Inside_List_Image {
  margin-top: 28px;
}
.showroom-Inside_List_Image_Item {
  width: 100%;
  height: auto;
}
.showroom-Inside_List_Text {
  font-size: 123.1%;
}
.showroom-Inside_List_Image + .showroom-Inside_List_Text {
  margin-top: 30px;
}
.showroom-Inside_List_Text + .showroom-Inside_List_Text {
  margin-top: 12px;
}

@media only screen and (min-width: 600px) {
  .showroom-Inside_List {
    display: flex;
    justify-content: space-between;
  }
  .showroom-Inside_List_Item {
    width: calc(33.33333% - 14px);
  }
  .showroom-Inside_List_Item + .showroom-Inside_List_Item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .showroom-Inside {
    margin-top: 69px;
  }
  .showroom-Inside_Inner {
    padding-bottom: 59px;
  }
  .showroom-Inside_List {
    padding-left: 50px;
    padding-right: 50px;
  }
  .showroom-Inside_List_Item {
    width: calc(33.33333% - 34px);
  }
}
/* showroom-Event
-----------------------------------*/
.showroom-Event {
  max-width: 1000px;
  margin: 75px auto 141px;
  padding: 0 20px;
}
.showroom-Event_Row {
  display: flex;
  flex-direction: column-reverse;
}
.showroom-Event_Row + .showroom-Event_Row {
  margin-top: 60px;
}
.showroom-Event_Col-text {
  margin-top: 27px;
}
.showroom-Event_Caption {
  font-size: 100%;
  font-family: "Noto Serif JP", serif;
}
.showroom-Event_Title {
  font-size: 167%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #8f2238;
  margin-top: 3px;
}
.showroom-Event_Title_Sm {
  font-size: 70%;
}
.showroom-Event_Text {
  font-size: 123.1%;
  line-height: 1.625;
}
.showroom-Event_Title + .showroom-Event_Text {
  margin-top: 26px;
}
.showroom-Event_Text + .showroom-Event_Text {
  margin-top: 12px;
}
.showroom-Event_Image_Item {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .showroom-Event_Row {
    flex-direction: row;
    justify-content: space-between;
  }
  .showroom-Event_Row:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .showroom-Event_Col {
    width: calc(50% - 15px);
  }
  .showroom-Event_Text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .showroom-Event {
    margin-top: 100px;
    margin-bottom: 105px;
    padding: 0 50px;
  }
  .showroom-Event_Row:nth-of-type(odd) .showroom-Event_Col-text {
    padding-left: 70px;
  }
  .showroom-Event_Col {
    width: 50%;
    box-sizing: border-box;
  }
  .showroom-Event_Col-text {
    margin-top: 74px;
  }
  .showroom-Event_Title .is-sp {
    display: none;
  }
  .showroom-Event_Title + .showroom-Event_Text {
    margin-top: 28px;
  }
}