.page-sales-joyhorse {
  background-color: var(--colorBg2);
}
.page-sales-joyhorse .joyhorse-summary {
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.page-sales-joyhorse .joyhorse-summary__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-sales-joyhorse .joyhorse-facility {
  padding-bottom: 2rem;
}
.page-sales-joyhorse .joyhorse-facility__inner {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.page-sales-joyhorse .joyhorse-facility__heading {
  margin-bottom: 2rem;
}
.page-sales-joyhorse .joyhorse-facility__text {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.page-sales-joyhorse .joyhorse-facility__contents {
  margin-bottom: 2rem;
}
.page-sales-joyhorse .joyhorse-facility__map iframe {
  width: 100%;
  height: 24rem;
}
.page-sales-joyhorse .joyhorse-facility__info {
  margin-bottom: 2rem;
}
.page-sales-joyhorse .joyhorse-facility__sub-heading {
  margin-bottom: 1rem;
}
.page-sales-joyhorse .joyhorse-facility__table .m-basic-table__cell {
  text-align: left;
}
@media (min-width: 768px) {
  .page-sales-joyhorse .joyhorse-summary {
    padding-top: 5rem;
    margin-bottom: 4rem;
  }
  .page-sales-joyhorse .joyhorse-summary__inner {
    padding-top: 6.2rem;
    padding-bottom: 6.2rem;
  }
  .page-sales-joyhorse .joyhorse-summary__text {
    font-size: 1.8rem;
  }
  .page-sales-joyhorse .joyhorse-facility {
    padding-bottom: 5rem;
  }
  .page-sales-joyhorse .joyhorse-facility:last-child {
    padding-bottom: 10rem;
  }
  .page-sales-joyhorse .joyhorse-facility__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .page-sales-joyhorse .joyhorse-facility__heading {
    margin-bottom: 6rem;
  }
  .page-sales-joyhorse .joyhorse-facility__text {
    margin-bottom: 6rem;
  }
  .page-sales-joyhorse .joyhorse-facility__contents {
    display: flex;
    margin-bottom: 4rem;
  }
  .page-sales-joyhorse .joyhorse-facility__picture {
    width: 50%;
  }
  .page-sales-joyhorse .joyhorse-facility__map {
    width: 50%;
  }
  .page-sales-joyhorse .joyhorse-facility__map iframe {
    height: 100%;
  }
  .page-sales-joyhorse .joyhorse-facility__info {
    display: flex;
    margin-bottom: 5rem;
    gap: 1rem;
  }
  .page-sales-joyhorse .joyhorse-facility__location {
    width: 50%;
  }
  .page-sales-joyhorse .joyhorse-facility__sub-heading {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .page-sales-joyhorse .joyhorse-facility__sub-heading.m-sub-heading::before {
    top: 1.5rem;
  }
  .page-sales-joyhorse .joyhorse-facility__access {
    width: 50%;
  }
  .page-sales-joyhorse .joyhorse-facility__table .m-basic-table__cell {
    padding: 1.2rem 2rem;
  }
  .page-sales-joyhorse .joyhorse-facility__link {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .page-sales-joyhorse .joyhorse-facility__picture {
    margin-bottom: 2rem;
  }
  .page-sales-joyhorse .joyhorse-facility__location {
    margin-bottom: 2rem;
  }
  .page-sales-joyhorse .joyhorse-facility__table th {
    width: 10rem;
  }
  .page-sales-joyhorse .joyhorse-facility__table .m-basic-table__cell {
    font-size: 1.2rem;
    padding: 0.6rem 1rem;
  }
}