.p-showroom__mainImgArea .l-container {
  margin-top: 0;
}
@media screen and (max-width: 1028px) {
  .p-showroom__mainImgArea .l-container {
    padding: 0 1rem;
  }
}
.p-showroom__mainImgArea .p-breadCrumb {
  padding: 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-showroom__mainImgArea .p-breadCrumb {
    padding: 1rem 0;
  }
}

.p-showroom__mainImg {
  background-image: url(/showroom/img/showroom_main.jpg);
}
@media screen and (max-width: 1028px) {
  .p-showroom__mainImg {
    min-height: 300px;
  }
}

.p-showroom__mainImgTxt {
  padding: 2rem 1rem 2rem 0;
  background-color: #fff;
  line-height: 1.4;
  left: auto;
}
@media screen and (max-width: 1028px) {
  .p-showroom__mainImgTxt {
    padding: 2rem 1rem 2rem 1rem !important;
  }
}
.p-showroom__mainImgTxt .c-headingSub--top {
  letter-spacing: 0.8rem;
}
.p-showroom__mainImgTxt .c-headingSub--bt {
  letter-spacing: 0.2rem;
}

.p-showroom__imgItem {
  width: 100%;
  max-width: 245px;
  position: relative;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  overflow: hidden;
}
@media screen and (max-width: 1028px) {
  .p-showroom__imgItem {
    width: 24.45%;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom__imgItem {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    overflow: hidden;
  }
  .p-showroom__imgItem:nth-child(3) {
    margin-right: 3%;
  }
}
.p-showroom__imgItem:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 1028px) {
  .p-showroom__imgItem:nth-child(4) {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom__imgItem:nth-child(2n) {
    margin-right: 0;
  }
}
.p-showroom__imgItem:hover .p-showroom-imgCard {
  color: #3d3d3d;
  background: #f5f5f5;
}
.p-showroom__imgItem:hover .p-showroom-imgCard::before {
  border-right: 280px solid #f5f5f5;
}
.p-showroom__imgItem:hover .p-showroom__imgWifi {
  background-image: url(/showroom/img/wifi-icon__hover.svg);
}
@media screen and (max-width: 767px) {
  .p-showroom__imgItem:hover .p-showroom-imgCard {
    pointer-events: none;
  }
  .p-showroom__imgItem:hover .p-showroom__imgWifi {
    background-image: url(/showroom/img/wifi_icon_sp.svg);
  }
}

.p-showroom__imgItem:hover .p-showroom__imgCard {
  color: #3d3d3d;
  background: #fff;
}

.p-showroom-imgCard {
  display: block;
  min-height: 9rem;
  padding: 1rem;
  font-size: 1.4rem;
  transition: 0.3s;
}
.p-showroom-imgCard::before {
  position: absolute;
  content: "";
  display: block;
  top: -40px;
  left: 0;
  border-right: 280px solid #3d3d3d;
  border-top: 40.5px solid transparent;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-showroom-imgCard::before {
    top: -20px;
    border-right: 46vw solid #3d3d3d;
    border-top: 20.5px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom-imgCard {
    min-height: auto;
    height: auto;
  }
}

.p-showroom__imgContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.3%;
}
@media screen and (max-width: 767px) {
  .p-showroom__imgContainer {
    margin-left: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-showroom__imgContainer img {
  width: 100%;
  height: auto;
  margin-bottom: -3px;
}
@media screen and (max-width: 767px) {
  .p-showroom__imgContainer img {
    width: 100%;
  }
}

.p-showroom__imgTitle {
  line-height: 1.8;
  text-align: left;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-showroom__imgTitle {
    font-size: 1.8252933507vw;
  }
}

.p-showroom__textLg {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-showroom__textLg {
    font-size: 2.3468057366vw;
  }
}

@media screen and (max-width: 767px) {
  .p-showroom__textWrap {
    margin-bottom: 2vw;
  }
}

.p-showroom__figCaption {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-showroom__figCaption {
    width: 28rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-showroom__imgWrap {
    margin-bottom: 0;
  }
}

.p-showroom__imgWifi {
  background-image: url(/showroom/img/wifi-icon.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  right: 3%;
  top: 78%;
  z-index: 2;
}
@media screen and (max-width: 1028px) {
  .p-showroom__imgWifi {
    top: 80.5%;
    right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom__imgWifi {
    background-image: url(/showroom/img/wifi_icon_sp.svg);
    width: 31.5px;
    height: 31.5px;
    top: 75%;
    right: 3%;
  }
}

.p-showroom__secContents .l-container:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1028px) {
  .p-showroom__secContents {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom__secContents {
    padding: 0;
  }
}

.p-showroom__btnWrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-showroom__btnWrap {
    flex-wrap: wrap;
  }
}

.p-showroom__btnLink {
  display: block;
}
.p-showroom__btnLink:not(last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-showroom__btnLink {
    margin-right: 0;
    margin-bottom: 3.9113428944vw;
  }
}

.p-showroom__info {
  border: none;
}

.p-showroom__infoTitle {
  color: #444;
  font-size: 2rem;
  font-weight: 300;
  padding: 1.5rem 3rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-showroom__infoTitle {
    font-size: 3.9113428944vw;
  }
}

.p-showroom__infoItem {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.p-showroom__infoItem:last-child {
  margin-bottom: 0;
}
.p-showroom__infoItem:nth-child(n+9) {
  margin-bottom: 0;
}

.p-showroom__infoItem {
  display: flex;
  align-items: center;
}
.p-showroom__infoItem:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-showroom__infoItem {
    margin-bottom: 1.5rem;
    font-size: 2.60756vw;
  }
}
.p-showroom__infoItem:last-child {
  margin-bottom: 0;
}

.p-showroom__banerWrap {
  max-width: 67rem;
  border: 3px solid #3d3d3d;
}
@media screen and (max-width: 767px) {
  .p-showroom__banerWrap {
    width: 90%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-showroom__imgText {
    flex-wrap: nowrap;
  }
}

.p-showroom__textRight {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1028px) {
  .p-showroom__textRight {
    width: auto;
    margin: 0 0.5rem;
    text-align: center;
  }
}

.p-showroom__textLeft {
  height: 190px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-showroom__textLeft {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom__textLeft img {
    margin: 0;
  }
}

.p-showroom__related--info {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-showroom__related--info {
    margin-bottom: 0;
  }
}

.p-showroom__table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.p-showroom__table th, .p-showroom__table td {
  padding: 1.5rem 1rem;
  border: 1px solid #999;
  font-weight: normal;
}

.p-showroom__secContents a.p-showroom__link {
  color: #0077ff;
}
.p-showroom__secContents a.p-showroom__link:hover {
  text-decoration: underline;
}

.p-showroom__btnWidth {
  width: 67rem;
  max-width: 67rem;
}
@media screen and (max-width: 1028px) {
  .p-showroom__btnWidth {
    width: 90%;
  }
}

.p-showroom__tokyo--tel {
  font-size: 1.6rem;
}
