.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #fff;
	height: 1px;
}

.drawer-hamburger-text {
	margin-top: 14px;
    color: #fff;
	font-size: 0.9em;
}

.drawer-hamburger {
	background-color: rgba(160,60,6,0.80);
	margin-right: 5px;
	margin-top: 5px;
}
.drawer-hamburger:hover {
	background-color: rgba(160,60,6,0.80);
}
.drawer--right .drawer-nav {
	background-color: rgba(255,255,255,0.90);
	width: 20rem;
	right: -20rem;
	touch-action: auto !important;
  overflow: auto!important;
  -webkit-overflow-scrolling: touch!important;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 20rem;
}
.drawer-overlay {
    background: rgba(0, 0, 0, .5);
}

.drawer-menu {
	margin-top: 10px;
	border-top: rgba(135,100,0,0.90) solid 2px;
	border-bottom: rgba(160,60,6,0.80) solid 2px;
}
.drawer-menu li {
	width: 100%;
	border-bottom: rgba(160,60,6,0.80) solid 1px;
	text-align: left;
}
.drawer-menu li:last-child {
	border-bottom: none;
}
.drawer-menu li a,.drawer-menu li a:hover {
	color: rgba(160,60,6,0.80);
	text-decoration: none;
}
.drawer-menu-item{
	font-family: "����ī", YuMincho, "Hiragino Mincho ProN W3", "�ҥ饮����ī ProN W3", "Hiragino Mincho ProN", "HG��īE", "�ͣ� ����ī", "�ͣ� ��ī", serif;
}

.drawer-nav-shopinfo{
	padding: 10px;
	color:rgba(160,60,6,0.80);
	font-size: 0.9rem;
	line-height: 120%;
}
.drawer-nav-shopinfo_2{
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 0.6rem;
}
.line-through {
	text-decoration: line-through;
}

.drawer-hamburger {
	padding-bottom: 10px;
}
.drawer-hamburger-icon {
	margin-top: 5px;
	line-height: 0.8em;
	font-size: 0.8em;
}
ul.menu_tel {
	display: flex;
}
ul.menu_tel li {
	width: 48%;
	margin: auto;
	background-color: rgba(160,60,9,0.80);
}
ul.menu_tel li a {
	display: block;
	padding: 5px auto;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	padding:5px 0 5px 29px;
}
ul.menu_tel li a::before {
    content: "\f87b";
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: 14px;
    font-size: 22px;
}
.menu_tel_number {
	font-size: 0.8em;
}


