@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
#main #shops {
  max-width: 1200px;
  padding-top: 40px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main #shops {
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 767px) {
  #main #shops {
    padding-bottom: 34px;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #main #shops h2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main #shops h2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main #shops h2 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  #main #shops .pref {
    margin: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  #main #shops .pref {
    margin: 10px;
  }
}
#main #shops .pref h3 {
  margin: 0;
  border-top: solid #4176e5;
  background: #eff4ff url(../media/images/2022/top/shops-pref-open.svg) no-repeat;
  color: #1e3779;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: opacity .2s;
}
#main #shops .pref h3:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  #main #shops .pref h3 {
    border-top-width: 2px;
    background-position: calc(100% - 25px) calc(50% + 2px);
    background-size: 16px;
    font-size: 20px;
    line-height: calc(37 / 20);
    padding: 15px 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #shops .pref h3 {
    border-top-width: 1px;
    background-position: calc(100% - 8.5px) 50%;
    background-size: 10.5px;
    font-size: 15px;
    line-height: calc(37 / 30);
    padding: 10px 8px 10.5px;
  }
}
#main #shops .pref h3.opened {
  background-image: url(../media/images/2022/top/shops-pref-close.svg);
}
@media print, screen and (min-width: 768px) {
  #main #shops .pref h3.opened {
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 2px 2px 4px;
  }
}
@media screen and (max-width: 767px) {
  #main #shops .pref h3.opened {
    box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 2px;
  }
}
#main #shops .pref .list {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #main #shops .pref .list {
    margin-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.16) 2px 2px 4px;
    padding: 6px 36.8px 0;
  }
}
@media screen and (max-width: 767px) {
  #main #shops .pref .list {
    box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 2px;
    padding: 0 10px 1px;
  }
}
#main #shops .pref .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #main #shops .pref .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#main #shops .pref .list ul li {
  border-bottom: 1px solid #b6b4b9;
  background: url(../media/images/2022/top/shops-detail-arrow.svg) no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main #shops .pref .list ul li {
    flex: 0 1 500px;
    background-position: calc(100% - 7px) 50%;
    background-size: 8px;
    margin-top: 3px;
  }
  #main #shops .pref .list ul li:last-child, #main #shops .pref .list ul li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
@media screen and (max-width: 1199px) {
  #main #shops .pref .list ul li {
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 767px) {
  #main #shops .pref .list ul li {
    background-position: right;
    background-size: 6px;
  }
  #main #shops .pref .list ul li:last-child {
    border-bottom: none;
  }
}
#main #shops .pref .list ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.03em;
  font-weight: 500;
  transition: opacity .2s;
}
@media print, screen and (min-width: 768px) {
  #main #shops .pref .list ul li a {
    font-size: 16px;
    line-height: calc(35 / 16);
    padding: 13px 20px 14px 61px;
  }
}
@media screen and (max-width: 767px) {
  #main #shops .pref .list ul li a {
    font-size: 14px;
    line-height: calc(35 / 28);
    padding: 16px 10px 11px 52px;
  }
}
#main #shops .pref .list ul li a:hover {
  opacity: 0.7;
}
#main #shops .pref .list ul li a.kura {
  background: url(../media/images/2022/top/shops-icon-kura.svg) no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main #shops .pref .list ul li a.kura {
    background-position: 0 calc(50% - 1px);
    background-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main #shops .pref .list ul li a.kura {
    background-position: 0 calc(50% + 2px);
    background-size: 45px;
  }
}
#main #shops .pref .list ul li a.rs {
  background: url(../media/images/2022/top/shops-icon-rs.svg) no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main #shops .pref .list ul li a.rs {
    background-position: 13px calc(50% - 1px);
    background-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main #shops .pref .list ul li a.rs {
    background-position: 10px calc(50% + 2px);
    background-size: 25px;
  }
}

/*# sourceMappingURL=2022-shops.css.map */
