@charset "utf-8";
/* CSS Document */
/*------------------------------
パンくずリスト
------------------------------*/
/*-----背景　黒ver.-----*/
#breadcrumbs {
	overflow: hidden;
	width: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height: 3;
	text-align: left;
}

#breadcrumbs ul, #breadcrumbs ol {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbs ul li, #breadcrumbs ol li {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 3;
}

#breadcrumbs dl {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbs dl dd {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 3;
}

#breadcrumbs a {
	display: block;
	padding: 0;
	margin-right: 8px;
	background: none;
}

#breadcrumbs li:not(:last-child) a::after {
	content: "＞";
	margin-left: 8px;
}

#breadcrumbs a:hover {
	color: #c00;
}


/*-----背景　白ver.-----*/

#breadcrumbs.white ul li, #breadcrumbs.white ol li, #breadcrumbs.white dl dd {
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	color: #522910;
	line-height: 1;
}

#breadcrumbs.white a {
	display: block;
	margin: 0;
	padding: 0 1.5em 0 0;
	background: url(//www.cocktail-do.xyz/img/bg_breadcrumbs_gray.png) center right no-repeat;
	color: #f60;
	line-height: 3;
	text-decoration: none;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 500;
}

#breadcrumbs.white ol li:nth-last-of-type(1) a{
	background:none;
	pointer-events : none;
}
#breadcrumbs.white a span {
    font-size: 14px;
}
#breadcrumbs.white a:hover {
	color: #f90;
	text-decoration: underline;
}

@media (min-width: 769px) {
	#breadcrumbs ol {
		overflow-x: auto;
	}

	#breadcrumbs {
		max-width: 1040px;
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	#breadcrumbs {
		margin-left: 3%;
	}
}
