@charset "UTF-8";
.officialshop-list {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: 1fr;
  /* margin: 40px auto; */
}

.officialshop-listitem {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.officialshop-listitem table {
  width: 100%;
  border-collapse: collapse;
}

.officialshop-listitem table td:first-child {
  width: 3em; /* 「住所：」「電話：」分 */
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .officialshop-listitem table td:first-child {
    width: unset;
  }
}
.officialshop-listitem table tr {
  display: block;
  margin: 5px 0;
}

.officialshop-listitem table td {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
}

.officialshop-name {
  font-size: 16px;
  font-weight: bold;
}

*::after, *::before {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .officialshop-list {
    grid-template-columns: 1fr 1fr;
  }
}
.newsBody {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}/*# sourceMappingURL=shoplist-style.css.map */