
@charset "UTF-8";

.shop_link{
    opacity: 1.0;
    transition: opacity .3s;
}
.shop_link:hover{
    opacity: 0.8;
}