/* ===========================================
 * shop_common
=========================================== */
.shop_image_slider{
	width: 690px;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.shop_image_slider .pinch{
	position: absolute;
    background: url(/img/item/pinch.png) no-repeat top;
    z-index: 2;
    width: 100px;
    height: 100px;
    top: 30px;
    left: 30px;
}
.shop_image_slider img.shop_image{
	width: 100%;
    object-fit: cover;
}
.shop_image-prev, .shop_image-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 100px;
    z-index: 2;
}
.shop_image-prev{
	background: url(/img/shop_osaka/icon_left.png) no-repeat center;
    left: 1%;
}
.shop_image-next{
	background: url(/img/shop_osaka/icon_right.png) no-repeat center;
    right: 1%;
}