
/*******************************
	ヘッダー
*******************************/
#shop_header_placeholder {
	height: 40px;
}
#shop_header {
	position: relative;
	transform: translate3d(0, 0, 0);
	background-color: #F4A636;
	box-sizing: border-box;
	height: 42px;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1000;
	width: 100%;
}
#shop_header.fixed {
	position: fixed;
	left: 0;
	top: 0;
}
#shop_header .shop_name {
	display: block;
	color: #fff;
	font-weight: bold;
	width: 80%;
	width : calc(100% - 50px);
	overflow: hidden;
	line-height: 42px;
}
#shop_header .shop_name a {
	color: #fff;
	text-decoration: none;
}
#drawer_navi_trigger {
	height: 42px;
	padding: 8px 12px 10px 12px;
}

#drawer_navi_trigger .icon_bar {
	background: #fff;
}
#drawer_navi_trigger .text {
	color: #fff;
	bottom: 1px;
}


/*******************************
	フッターボタン
*******************************/
.footer_button {
	display: block;
	position: fixed;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}
#main .footer_button.style2.fixable {
	background: none;
	width: 160px;
	bottom: 5px;
	left: 5px;
	left: calc(50% - 80px) !important;
	padding: 0;
}
body.drawer_navi_opened #main .footer_button.fixable {
	left: -240px;
}
body.drawer_navi_opened #main .footer_button.style2.fixable {
	left: -245px;
	left: calc(50% - 320px ) !important;
}
.footer_button .item {
	display: block;
}
.footer_button .item a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #3498db;
	box-sizing: border-box;
	height: 46px;
	margin: 0 auto;
}
.footer_button.style2 .item a {
	background-color: rgba(0,0,0,0.7);
}
.footer_button .item a .info {
	display: block;
	font-size: 11px;
}


/*******************************
	オフィシャル
*******************************/
body.official .com_header {
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
}
body.official.shop_index .com_header {
	margin-bottom: 0;
}
body.official .com_header .shop_name {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	max-width: 240px;
	overflow: hidden;
	padding-left: 10px;
	font-size: 14px;
}
body.official .com_header a.shop_name {
	padding-left: 45px;
	background: url(../../img/sma/icon/back.png?3) no-repeat 10px 50%;
	-webkit-background-size: 29px 23px;
	background-size: 29px 23px;
	text-decoration: none;
	color: #f7a52a;
}


/*******************************
	画面上部の店名リンク
*******************************/

.com_shop_header_name {
	margin: 20px 0;
	padding: 0 10px;
	text-align: center;
}
.com_shop_header_name a {
	display: inline-block;
	text-align: left;
}
