<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

section {
  margin-bottom: 120px;
}
section.findStore {
  margin-bottom: 20px;
}

#maincate h2 {
  font-size: 160%;
}

.findStore .lead {
  padding: 20px 0;
}
.findStore .findStore__area {
  background-color: #f4f4f4;
  padding: 32px 0 50px;
  /* 基本のセレクトボックスのカスタマイズ */
}
.findStore .findStore__area p.ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 40px;
}
.findStore .findStore__area p.ttl span {
  display: inline-block;
}
.findStore .findStore__area .findStore__list {
  position: relative;
  width: 96%;
  max-width: 368px;
  margin: auto;
  background: #fff;
  text-align: left;
}
.findStore .findStore__area .findStore__list .labelStyle {
  display: block;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px;
  position: relative;
  line-height: 1;
}
.findStore .findStore__area .findStore__list .labelStyle::before {
  position: absolute;
  content: "";
  display: block;
  right: 12px;
  background: #f60;
  height: 13.8564064606px;
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.findStore .findStore__area .findStore__list ul {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  max-width: 368px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  text-align: left;
  padding: 0;
}
.findStore .findStore__area .findStore__list ul li a {
  display: block;
  line-height: 1;
  padding: 8px 12px 4px;
}
.findStore .findStore__area .findStore__list ul li a:hover {
  background-color: #ffe0cc;
}
.findStore .findStore__area .findStore__list #toggle {
  display: none;
  cursor: pointer;
}
.findStore .findStore__area .findStore__list #menu {
  visibility: hidden;
}
.findStore .findStore__area .findStore__list #toggle:checked + #menu {
  visibility: visible;
  opacity: 1;
}
.findStore .findStore__area .select {
  background: #fff;
  height: 48px;
  width: 368px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  margin: auto;
}
.findStore .findStore__area .select::after {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #f60;
  height: 13.8564064606px;
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.findStore .findStore__area select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
}
.findStore p.notes {
  text-align: center;
  padding: 40px;
}
.findStore p.notes a {
  text-decoration: underline;
  transition: 0.2s;
}
.findStore p.notes a:hover {
  color: #f60;
}

.notes {
  text-align: right;
  font-size: 14px;
  padding-bottom: 20px;
}

.ttl_Pref {
  background-color: #f60;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  margin: 0 0 24px;
}

.table__wrap {
  overflow-y: scroll;
  max-height: 460px;
  margin: -1px 0 0 -1px;
}
.table__wrap .table__inner {
  width: 100%;
}
.table__wrap .table__inner table {
  position: relative;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.table__wrap .table__inner table thead tr {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.table__wrap .table__inner table thead tr th {
  background-color: #fff;
  border: solid 1px #ccc;
}
.table__wrap .table__inner table thead tr th.table-head {
  position: sticky;
  top: 0;
  background-color: #ffe0cc;
  color: #333;
  z-index: 4;
}
.table__wrap .table__inner table thead tr th.table-head span.holiday {
  color: red;
}
.table__wrap .table__inner table thead tr th.table-head.table-head--fst {
  left: 0;
  width: 306px;
  height: 60px;
  z-index: 4;
}
.table__wrap .table__inner table tbody tr {
  text-align: center;
}
.table__wrap .table__inner table tbody tr:nth-of-type(2n) .table-data {
  background-color: #f4f4f4;
}
.table__wrap .table__inner table tbody tr td {
  border: solid 1px #ccc;
  padding: 8px 8px 8px 18px;
}
.table__wrap .table__inner table tbody tr td.table-data {
  text-align: left;
  z-index: 2;
  background-color: #fff;
}
.table__wrap .table__inner table tbody tr td.table-data.table-data--fst {
  left: 0;
  z-index: 3;
  height: 60px;
  text-align: left;
}
.table__wrap .table__inner table tbody tr td span {
  color: red;
}

@media screen and (max-width: 767px) {
  section {
    margin-bottom: 60px;
  }
  .findStore .findStore__area {
    background-color: #f4f4f4;
    padding: 32px 0;
    /* 基本のセレクトボックスのカスタマイズ */
  }
  .findStore .findStore__area p.ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px;
  }
  .findStore .findStore__area .findStore__list ul {
    font-size: 14px;
  }
  .findStore .findStore__area .findStore__list ul li a {
    padding: 4px 12px 2px;
  }
  .findStore .findStore__area .select {
    width: 90%;
  }
  .findStore p.notes {
    text-align: left;
    padding: 40px 8px 20px;
  }
  .table__wrap {
    overflow: scroll;
  }
  .table__wrap .table__inner table {
    position: relative;
  }
  .table__wrap .table__inner table thead tr th.table-head {
    position: sticky;
    top: 0;
    width: 60px;
    font-size: 14px;
  }
  .table__wrap .table__inner table thead tr th.table-head span {
    font-size: 12px;
  }
  .table__wrap .table__inner table thead tr th.table-head.table-head--fst {
    left: 0;
    width: 120px;
    height: 60px;
    z-index: 5;
  }
  .table__wrap .table__inner table tbody tr {
    text-align: center;
  }
  .table__wrap .table__inner table tbody tr:nth-of-type(2n) {
    background-color: #f4f4f4;
  }
  .table__wrap .table__inner table tbody tr td {
    border: solid 1px #ccc;
    padding: 4px;
  }
  .table__wrap .table__inner table tbody tr td.table-data {
    text-align: left;
    font-size: 12px;
    height: auto;
  }
  .table__wrap .table__inner table tbody tr td.table-data span.wb {
    display: inline-block;
    color: revert;
  }
  .table__wrap .table__inner table tbody tr td.table-data.table-data--fst {
    text-align: left;
    -webkit-box-shadow: 7px 6px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 7px 6px 6px rgba(0, 0, 0, 0.08);
    position: sticky;
    left: 0;
    width: 40px;
    height: auto;
  }
  .table__wrap .table__inner table.scroll thead tr th.table-head.table-head--fst {
    width: 40px;
    height: auto;
    -wbkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    display: inline-block;
    padding: 8px;
    z-index: 4;
  }
  .table__wrap .table__inner table.scroll tbody tr td.table-data.table-data--fst {
    width: 40px;
    height: auto;
    -wbkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    display: inline-block;
    padding: 8px;
    text-overflow: ellipsis;
    min-height: 120px;
    left: 0;
  }
}/*# sourceMappingURL=nenmatsunenshi.css.map */</pre></body></html>