@charset "UTF-8";

.shoplist { padding: 20vw 0;}
.shoplist-item { margin-bottom: 10vw; }
.shoplist-item:last-child { margin-bottom: 0; }
.shoplist-item-image { width: 100%; margin-bottom: 4vw; }
.shoplist-item-title { position: relative; }
.shoplist-item-title:after { content: ''; width: 6.5vw; height: 6.5vw; background: url(../images/arrow01.png) no-repeat center; background-size: 2vw; border: 0.5px solid #6b6b6b; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; top: 50%; right: 0; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.shoplist-item-title .jp { font-size: 3.95vw; display: block; }
.shoplist-item-title .en { color: #a5a5a5; font-size: 3.16vw; font-family: futura-pt; letter-spacing: 0.4vw; display: block; }

/* =============================================
pc-size 
================================================*/
@media screen and (min-width: 736px) {

.shoplist { width: 90%; max-width: 1200px; margin: 0 auto; padding: 100px 0; }
.shoplist-item { margin: 0; }
.shoplist-item a:hover { opacity: 1; }
.shoplist-item a:hover .shoplist-item-title:after { right: 0; }
.shoplist-item-image { margin-bottom: 30px; }
.shoplist-item-title:after { width: 32px; height: 32px; background-size: 12px; right: 10px; -moz-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.shoplist-item-title .jp { font-size: 18px; }
.shoplist-item-title .en { font-size: 15px; letter-spacing: 2px; }
}

@media screen and (min-width: 1000px) {
.shoplist-items { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.shoplist-item { width: 30%; margin: 0; }
}

/* retina用
----------------------------------------------- */
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {
.shoplist-item-title:after { background: url(../images/arrow01@2x.png) no-repeat center; background-size: 12px; }
}
