@charset "utf-8";
/*============================
一覧ボタン
============================*/
.shop_list .shop_box .more_btn {
	padding-bottom: 0.20rem;
}

.shop_list .shop_box .more_btn a {
	display: block;
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
	line-height: 0;
	padding: 0.26rem 0 0.28rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 800;
	color: #FFF;
	border-radius: 0.08rem;
	text-shadow: 0 2px 0.06rem rgba(0,0,0,0.4);
	box-shadow: 0 2px 0.08rem rgba(0,0,0,0.4);
	position: relative;
}

.shop_list .shop_box .more_btn a:hover {
	filter: brightness(1.6);
}

.shop_list .shop_box .more_btn a::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_bold_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
}

/*============================
簡体字
============================*/
/* カテゴリ名 */
html[lang="zh-cmn-Hans"] .shop_list .tag_wrap .tag.word01::before {
	content: "美食";
}
html[lang="zh-cmn-Hans"] .shop_list .tag_wrap .tag.word02::before {
	content: "购物";
}
html[lang="zh-cmn-Hans"] .shop_list .tag_wrap .tag.word03::before {
	content: "其他";
}
html[lang="zh-cmn-Hans"] .shop_list .tag_wrap .tag.word04::before {
	content: "札幌站・大通周边";
}
html[lang="zh-cmn-Hans"] .shop_list .tag_wrap .tag.word05::before {
	content: "薄野・狸小路周边";
}
html[lang="zh-cmn-Hans"] .shop_list .tag_wrap .tag.word06::before {
	content: "札幌近郊";
}
html[lang="zh-cmn-Hans"] .shop_list .tag_wrap .tag.word07::before {
	content: "其他区域";
}

/* ボタンテキスト */
html[lang="zh-cmn-Hans"] .shop_list .more_btn span::before {
	content: "查看优惠券";
}
/* ボタンテキスト（クーポン無し） */
html[lang="zh-cmn-Hans"] .shop_list .more_btn.no_coupon span::before {
	content: "查看推荐信息";
}

/*============================
簡体字
============================*/
/* カテゴリ名 */
html[lang="zh-cmn-Hant"] .shop_list .tag_wrap .tag.word01::before {
	content: "美食";
}
html[lang="zh-cmn-Hant"] .shop_list .tag_wrap .tag.word02::before {
	content: "購物";
}
html[lang="zh-cmn-Hant"] .shop_list .tag_wrap .tag.word03::before {
	content: "其他";
}
html[lang="zh-cmn-Hant"] .shop_list .tag_wrap .tag.word04::before {
	content: "札幌站・大通週邊";
}
html[lang="zh-cmn-Hant"] .shop_list .tag_wrap .tag.word05::before {
	content: "薄野・貍小路週邊";
}
html[lang="zh-cmn-Hant"] .shop_list .tag_wrap .tag.word06::before {
	content: "札幌近郊";
}
html[lang="zh-cmn-Hant"] .shop_list .tag_wrap .tag.word07::before {
	content: "其他區域";
}

/* ボタンテキスト */
html[lang="zh-cmn-Hant"] .shop_list .more_btn span::before {
	content: "查看好康優惠券";
}
/* ボタンテキスト（クーポン無し） */
html[lang="zh-cmn-Hant"] .shop_list .more_btn.no_coupon span::before {
	content: "查看推薦資訊";
}

/*============================
英語
============================*/
/* カテゴリ名 */
html[lang="en"] .shop_list .tag_wrap .tag.word01::before {
	content: "Food";
}
html[lang="en"] .shop_list .tag_wrap .tag.word02::before {
	content: "Shopping";
}
html[lang="en"] .shop_list .tag_wrap .tag.word03::before {
	content: "Other";
}
html[lang="en"] .shop_list .tag_wrap .tag.word04::before {
	content: "Sapporo Station and Odori area";
}
html[lang="en"] .shop_list .tag_wrap .tag.word05::before {
	content: "Susukino and Tanukikoji area";
}
html[lang="en"] .shop_list .tag_wrap .tag.word06::before {
	content: "Sapporo suburbs";
}
html[lang="en"] .shop_list .tag_wrap .tag.word07::before {
	content: "Other areas";
}

/* ボタンテキスト */
html[lang="en"] .shop_list .more_btn span::before {
	content: "Check out coupons";
}
/* ボタンテキスト（クーポン無し） */
html[lang="en"] .shop_list .more_btn.no_coupon span::before {
	content: "Check out information";
}

/*============================
韓国語
============================*/
/* カテゴリ名 */
html[lang="ko"] .shop_list .tag_wrap .tag.word01::before {
	content: "미식";
}
html[lang="ko"] .shop_list .tag_wrap .tag.word02::before {
	content: "쇼핑";
}
html[lang="ko"] .shop_list .tag_wrap .tag.word03::before {
	content: "그 외 장르";
}
html[lang="ko"] .shop_list .tag_wrap .tag.word04::before {
	content: "삿포로역, 오도리 주변";
}
html[lang="ko"] .shop_list .tag_wrap .tag.word05::before {
	content: "스스키노, 다누키코지 주변";
}
html[lang="ko"] .shop_list .tag_wrap .tag.word06::before {
	content: "삿포로 근교";
}
html[lang="ko"] .shop_list .tag_wrap .tag.word07::before {
	content: "그 외 지역";
}
/* ボタンテキスト */
html[lang="ko"] .shop_list .more_btn span::before {
	content: "알뜰 쿠폰 확인";
}
/* ボタンテキスト（クーポン無し） */
html[lang="ko"] .shop_list .more_btn.no_coupon span::before {
	content: "추천 정보 확인";
}

/*============================
タイ語
============================*/
/* カテゴリ名 */
html[lang="th"] .shop_list .tag_wrap .tag.word01::before {
	content: "ของกินอร่อย";
}
html[lang="th"] .shop_list .tag_wrap .tag.word02::before {
	content: "ช้อปปิ้ง";
}
html[lang="th"] .shop_list .tag_wrap .tag.word03::before {
	content: "หมวดอื่น ๆ";
}
html[lang="th"] .shop_list .tag_wrap .tag.word04::before {
	content: "บริเวณสถานีซัปโปโร/ถนนโอโดริ";
}
html[lang="th"] .shop_list .tag_wrap .tag.word05::before {
	content: "บริเวณซูซูกิโนะ/ทานุกิโคจิ";
}
html[lang="th"] .shop_list .tag_wrap .tag.word06::before {
	content: "ชานเมืองซัปโปโร";
}
html[lang="th"] .shop_list .tag_wrap .tag.word07::before {
	content: "พื้นที่อื่น ๆ";
}
/* ボタンテキスト */
html[lang="th"] .shop_list .more_btn span::before {
	content: "เช็กคูปองส่วนลดที่คุ้มค่า";
}
/* ボタンテキスト（クーポン無し） */
html[lang="th"] .shop_list .more_btn.no_coupon span::before {
	content: "เช็กข้อมูลแนะนำ";
}