@charset "UTF-8";

body.find.shops .bread {
	background: var(--col1-90);
    padding-block: 8px;
    overflow-x: auto;
    * {
        color: #000;
    }
    > ol {
        display: flex;
        gap: 8px;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
	* {
		font-size: 1.4rem;
		line-height: 1;
	}
    a, a:visited {
        color: var(--col-link);
    }
	ol > li:not(:last-of-type)::after {
		content: "/";
		margin-left: 8px;
	}
}