/**
 * PCの追従メニュー用
 * 落ち着いたらcommon辺りにマージする ite
 */

.f-shop-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 19;
	margin: 0;
	overflow: hidden;
	transition: height 0.5s ease;
	max-width: initial;
}

.f-shop-nav.fixed.visible{
	height: 40px;
}

.f-shop-nav.fixed ul{
	display: inline-block;
}

.f-shop-nav.fixed ul li{
	margin-top: 0;
	float: left;
}

.f-shop-nav.fixed ul li a, .f-shop-nav.fixed ul li span {
	background-color: transparent;
	background-image: none;
	padding-top: 0;
	line-height: 40px;
}
.f-shop-nav.fixed ul li.coupon a, .f-shop-nav.fixed ul li.coupon span {
	line-height: 0.85rem;
}
