@charset "utf-8";
/* Global Styles */
.shop_wrap { text-align: center; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #666666; }
.shop_area { display: block; text-align: center; line-height: 30px; background-color: #000000; color: #FFFFFF; }
.shop_area span { margin-left: 10px; color: #FFFFFF; font-weight: bold; background-color: #ff6363; padding-left: 5px; padding-right: 5px; padding-bottom: 1px; border-radius: 3px; padding-top: 1px; }
.shop_card { width: 100%; }
.shop_card a { font-weight: bold; display: block;}
.shop_card a:hover {text-decoration: none !important;}
.shop_card a:active { text-decoration: none !important; background-color: #FFF5D8; }
.shop_title { text-align: center; font-size: 110%; line-height: 30px; }
.shop_title a { font-weight: bold; display: block; }
.shop_time { padding-bottom: 5px; font-weight: bold; color: #000000; }
.shop_fee { text-align: center; }
.shop_copy { font-size: 90%; font-weight: bold; padding-top: 10px; color: #FF1F7A; }
.shop_girl_pict { display: flex; }
.shop_girl_pict a {flex: auto;}
.shop_girl_pict img { max-width: 60px; }
