@charset "euc-jp";
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
}
.grp-lst-unit {
  display: block;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
}



.category-menu-block {
    padding: 20px 0 0 0;
    border-bottom: solid 1px #333;
}

.category-lead {
    font-size: 15px !important;
}

.category-lineup {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    text-align: center;
    margin-bottom: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    position: relative;
    line-height: 1em;
    height: 0.5em;
    clear: both;
    display: block;
}

.category-lineup span {
    font-size: 15px !important;
    font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体";
    font-weight: bold;
    background-color: #FFF;
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
    margin-right: auto;
    margin-left: auto;
}
