@charset "utf-8";


.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;

      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
}

/* index */
.bnr_shop {
      margin: 10px 0 20px;
}
.bnr_shop h3 {
    margin-bottom: 1em;
    font-size: 1rem;
    font-weight: 900;
}
.bnr_shop .flex {
    justify-content: center;
    gap: 10px;
    font-size: .9em;
}
.bnr_shop .image {
    width: 30%;
}
.bnr_shop a {
      border: none;
}
