/*店舗のご案内_途中からメニューが固定になるhttps://okamurog.com/header-navi-scroll-fixed/#st-toc-h-5*/

#store_info_menu {
	border-top:6em solid #F7F1DD;
	background-color:#F7F1DD;
	margin: 0;
	padding-bottom:2em;
	width: 100%;
    top: 0;
    text-align:center;
    font-size:18px;
}

#store_info_menu h2 {
	padding-bottom:1em;
	}

.store_info_menu_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.store_info_menu_list_link {
	display:inline-block;
}

.store_info_menu_list_link + .store_info_menu_list_link::before {
	content: "/";
	font-size:80%;
	margin-left: 1em;  
	margin-right: 1em;  
}

.store_info_menu_list_link a {
	text-align: center;
	text-decoration: none;
	font-size:80%;
	color: inherit;
}
a.store_anchor {
    display: block;
    padding-top: 11em;
    margin-top: -11em;
}
/*ファクトリー店オープン当日まで用*/
.factory_openschedule {
	float: left;
	margin-right: 40px;
}
/*情報はございません用*/
.source_reg.noinfo {
	font-size: 80%;
}

@media screen and (max-width:750px){
	#store_info_menu {
	border-top: 3em solid #F7F1DD;
	}
	.store_info_menu_list {
	line-height: 1.3em;
	}
	
	.store_info_menu_list_link {
	display:inherit;
	}
	
	.store_info_menu_list_link + .store_info_menu_list_link::before {
	content: '\A';
	margin-left:0;  
	margin-right:0;  
	}

	a.store_anchor {
	display: block;
	padding-top: 15em;
	margin-top: -15em;
	}
	.store_list:first-child > ul > li:nth-child(-n+2) {
		padding-bottom:1.5em;
	}

	.store_list ul {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.store_list ul li:nth-child(n+3)::before,
	.store_list::before {
		display: block;
		clear: both;
		content: '';
	}
	.store_list ul li {
		margin-bottom: 1.7em !important;
	}
	.store_list ul li:not(li.limit):nth-child(odd) {
		width:45% !important;
		padding-right:0;
	}
	.store_list ul li:nth-child(even) {
		padding-left: 15px;
	  width: 42%;
		margin-right: 0;
	}
	.store_list ul li:nth-child(2n+1) {

	}
	.limit > div {
		font-size:80% !important;
	}
}