@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");


/* 取扱店一覧タブ切り替え */
.store__block {
  display: none;
  margin-top: 1em;
}

.store__block.active {
  display: block;
}

.category__nav {
  display: flex;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  padding: 2rem 0;
  font-size: 18px;
}

.category__nav button {
  position: relative;
  display: block;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgb(21, 22, 34);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0.2rem 1.5rem;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
  max-width: 100%;
  white-space: nowrap;
  background-color: #fff;
}

.category__nav button:hover {
  color: #fff;
  background: #151622;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.category__nav button.active {
  color: #fff;
  background: #151622;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.store__block h3 {
  padding-left: 30px;
  text-align: left;
}

.store__block table {
  width: 100%;
  margin: 20px 0 0;
  border-bottom: 1px solid #000;
  table-layout: fixed;
}

.store__block table tr {
  width: 100%;
}

.store__block table th,
.store__block table td {
  text-align: left;
  font-size: 20px;
}

.store__block table th {
  padding: 20px 30px 0 30px;
  white-space: nowrap;
}

.store__block table td {
  display: block;
}

.store__block table tr:last-child th,
.store__block table tr:last-child td {
  padding-bottom: 40px;
}

@media only screen and (min-width: 840.01px) {
  .store__block table th {
    width: 150px;
  }
}

@media only screen and (max-width: 840px) {
  .stores__container {
    margin-bottom: 60px;
  }

  .stores__list {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .stores__list th,
  .stores__list td {
    display: block;
  }

  .stores__list th {
    padding-bottom: 0.5rem;
  }

  .stores__list tr:first-child th {
    padding-bottom: 0.3rem;
  }

  .stores__list td {
    padding-left: 0;
  }

  .stores__list .date {
    font-size: 20px;
  }

  .stores__list td .note {
    line-height: 1.0em;
    font-size: 13px;
  }

  .store__block {
    margin-top: 0;
  }

  .category__nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
    width: 100%;
    padding: 20px 0;
  }

  .category__nav button {
    width: 48%;
    padding: 0.6rem 1.5rem;
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 0.25em;
  }

  .category__nav button.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .stores-list {
    margin-bottom: 80px;
  }

  .stores-list__head {
    font-size: 16px;
  }

  .store__block h3 {
    padding-left: 16px;
    font-size: 12.5px;
  }

  .store__block table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .store__block table tr::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .store__block table th,
  .store__block table td {
    padding: 14px 0 0;
    font-size: 12.5px;
  }

  .store__block table th {
    margin: 0 16px;
    white-space: nowrap;
  }

  .store__block table a {
    word-break: break-all;
  }

  .store__block table tr:last-child th,
  .store__block table tr:last-child td {
    padding-bottom: 20px;
  }
}
