@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
    --main-color: #AA9564;
}

.breadcrumb {
    font-weight: 600;
    letter-spacing: 0.1em;
}

.breadcrumb span[property="itemListElement"]:first-child a {
    color: var(--main-color);
}

.breadcrumb span[property="itemListElement"]+span[property="itemListElement"] {
    position: relative;
    margin-left: 1em;
}

.breadcrumb span[property="itemListElement"]+span[property="itemListElement"]::before {
    content: "-";
    margin-right: 1em;
}

/* 投稿ページの上余白調整 */
#content.l-content.l-container{
    margin-top: 150px;
}

@media (max-width: 750px) {
/* 投稿ページの上余白調整 */
    #content.l-content.l-container {
        margin-top: 30vw;
    }
}