.shoplist-info {
  padding-bottom: 60px; }
  @media screen and (max-width: 750px) {
    .shoplist-info {
      padding-bottom: 8vw; } }

.catlist {
  background: #F6F6F6;
  padding: 30px 0; }
  @media screen and (max-width: 750px) {
    .catlist {
      background: #B5D43D;
      padding: 5.3333333333vw 0; } }
  .catlist dl {
    background: #fff;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 750px) {
      .catlist dl {
        background: #63AE2A;
        box-shadow: none; } }
    .catlist dl + dl {
      margin-top: 15px; }
      @media screen and (max-width: 750px) {
        .catlist dl + dl {
          margin-top: 1px; } }
  .catlist dt {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    padding: 20px 30px; }
    @media screen and (max-width: 750px) {
      .catlist dt {
        padding: 0;
        height: 14.1333333333vw;
        padding-left: 5.3333333333vw; } }
    .catlist dt .icon {
      width: 60px;
      text-align: center; }
      @media screen and (max-width: 750px) {
        .catlist dt .icon {
          display: none; } }
    .catlist dt .ttl {
      padding-left: 15px;
      font-size: 2.0rem;
      font-weight: 500; }
      @media screen and (max-width: 750px) {
        .catlist dt .ttl {
          font-size: 2.8rem;
          font-size: 3.7333333333vw;
          color: #fff;
          padding-left: 0; } }
    .catlist dt .toggle-icon {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 30px;
      width: 34px;
      height: 34px;
      background: #B5D43D;
      border-radius: 50%; }
      @media screen and (max-width: 750px) {
        .catlist dt .toggle-icon {
          right: 2.1333333333vw;
          background: none; } }
      .catlist dt .toggle-icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        content: '';
        width: 12px;
        height: 2px;
        background: #fff; }
      .catlist dt .toggle-icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        content: '';
        width: 2px;
        height: 12px;
        background: #fff;
        transition: 0.15s; }
  .catlist dl.act dt .toggle-icon:after {
    height: 0; }
  .catlist dl.act dd {
    display: block; }
  .catlist dd {
    padding: 0 30px 30px; }
    @media screen and (max-width: 750px) {
      .catlist dd {
        padding: 0; } }
    .catlist dd ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    @media screen and (min-width: 751px) {
      .catlist dd li {
        width: 33.33%;
        border: 1px solid #ccc;
        border-top: 0; }
        .catlist dd li + li {
          border-left: 0; }
        .catlist dd li:nth-child(3n+1) {
          border-left: 1px solid #ccc; }
        .catlist dd li:nth-child(-n+3) {
          border-top: 1px solid #ccc; } }
    @media screen and (max-width: 750px) {
      .catlist dd li {
        width: 100%; }
        .catlist dd li + li {
          border-top: 1px solid #98BC0E; } }
    .catlist dd li a {
      height: 60px;
      background: #fff; }
      @media screen and (max-width: 750px) {
        .catlist dd li a {
          height: 14.1333333333vw; } }
      .catlist dd li a:hover {
        background: #D6E59B; }
      .catlist dd li a div {
        padding: 15px;
        font-size: 1.6rem; }
        @media screen and (max-width: 750px) {
          .catlist dd li a div {
            padding: 0;
            padding-left: 10.6666666667vw;
            font-size: 2.8rem;
            font-size: 3.7333333333vw; } }
    .catlist dd li.act a {
      background: #D6E59B; }

/*# sourceMappingURL=shopguide-category.css.map */
