.p-srDetail__innerWrap {
  padding: 3rem;
}

.p-srDetail__link {
  font-size: 1.6rem;
  color: #0078ff !important;
  text-decoration: underline;
}
.p-srDetail__link::after {
  content: "";
  display: inline-block;
  background-image: url(/showroom/img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

.p-showroom__captionWrap img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-showroom__captionWrap img {
    max-width: 100%;
  }
}

.p-srDetail__table--bg {
  background: #fff;
}

.p-srDetail__enTable th {
  width: 30%;
}

.p-srDetail__enTable td {
  vertical-align: top;
}

@media screen and (min-width: 767px) {
  .p-srDetail__enTableArea {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media screen and (min-width: 767px) {
  .p-srDetail__enTableArea .p-srDetail__enTableBox {
    width: calc(100% - 350px);
  }
}
.p-srDetail__enTableArea .p-srDetail__gmap {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .p-srDetail__enTableArea .p-srDetail__gmap {
    width: 300px;
    height: 300px;
    padding-top: 30%;
  }
}
@media screen and (min-width: 767px) {
  .p-srDetail__enTableArea .p-srDetail__gmap iframe {
    width: 300px;
    height: 300px;
  }
}

.p-srDetail__imgBoxArea {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-srDetail__imgBox1,
.p-srDetail__imgBox2 {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.p-srDetail__imgBox1 div {
  flex: 1;
}

.p-srDetail__imgBox2 div:first-child {
  flex: 6.4;
}

.p-srDetail__imgBox2 div:last-child {
  flex: 3.6;
}

.p-srDetail__imgBox1 img,
.p-srDetail__imgBox2 img {
  width: 100%;
  height: auto;
}

.p-srDetail__listItem {
  line-height: 1.6;
}
.p-srDetail__listItem:not(:last-child) {
  margin-bottom: 1rem;
}

.p-srDetail__gmap {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.p-srDetail__gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-showroom__nottl {
  width: 13em;
}
@media screen and (max-width: 767px) {
  .p-showroom__nottl {
    width: 12.5em;
  }
}

@media screen and (min-width: 767px) {
  .p-srDetail__btnArea--double {
    display: flex;
    justify-content: space-around;
  }

  .p-srDetail__btnArea--first {
    margin-top: 2em;
  }
}
.p-srDate {
  padding: calc(0.9rem - 1px) 14px calc(0.9rem - 1px) 9px;
  font-size: 0.9rem;
  margin-top: 5px;
  text-align: center;
}
.p-srDate span {
  position: relative;
}
.p-srDate span::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #8d8c8c;
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}
