@charset "UTF-8";
/*
Theme Name: kotora
Theme URI: https://team-toranomon.com/
Description: This is theme of kotora
*/

/* ヘッダー 店舗一覧ボタン */
a.head_shoplist_btn {
	position: fixed;
	z-index: 3;
	top: 20px;
	right: 75px;
	display: inline-block;
	background-color: rgba(0, 0, 0, .7);
	transition: all .5s;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	border: 1px solid #fff;
}
a.head_shoplist_btn:hover {
	background-color: rgba(150, 150, 150, .8);
}



