@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 style_lp_miyage_stores.css

+++++++++++++++++++++++++++++++ */

main {
  position: relative;
  padding: 60px 20px;
  overflow: hidden;
}
.miyage-stores__container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.miyage-stores__title {
  margin: 0 0 10px;
  font-size: 1.6rem;
}
.miyage-stores__container table {
  border-collapse: collapse;
  border-spacing: 0;
}
.miyage-stores__container table th,
.miyage-stores__container table td {
  display: block;
  padding: 10px;
  font-size: 1.6rem;
  border-top: var(--border-gray);
  border-bottom: var(--border-gray);
  border-left: var(--border-gray);
  border-right: var(--border-gray);
}
.miyage-stores__container table th {
  font-size: 1.6rem;
  line-height: 1;
  color: var(--white);
  background: var(--gray);
}
.miyage-stores__date {
  margin: 10px 0 0;
  text-align: right;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  main {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding: 20px 4%;
  }
}
