@charset "UTF-8";

.galleria-sec {
margin-bottom: 90px;
}

.main-img {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 90px;
}
.main-img img {
width: 33.33%;
flex-grow: none;
}

.shop-logo-box, .prof-box {
margin-bottom: 60px;
}


/* ===== width 700 以上 ===== */

@media (min-width: 700px) {

.gal-img-wrap {
column-count: 2;
column-gap: 0;
}
.grid {
  -webkit-break-inside: avoid;
  break-inside: avoid;
}

}
