@charset "utf-8";
/* CSS Document */

/* 極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {}
/* 小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) and (max-width: 767.98px) {}
/* 中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) and (max-width: 991.98px) {}
/* 大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) and (max-width: 1199.98px) {}
/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {}

div.breadcrumbs a.archive,span.archive{
   border: none;
    padding: 0px;
    margin: 0px;
}

div.breadcrumbs a.archive{
   color: #0e6eff;
}





#editor-style h3{
    border-bottom: 1px dotted #ddd;
    font-size: 1.4rem;
    padding: 6px 8px;
    margin:8px 0 16px 0;
}

#editor-style h4{
    font-size: 1.3rem;
        padding: 8px;
    margin:8px 0 16px 0;
        border-left: 4px solid #2356BA;
}

#editor-style h5{
    font-size: 1.2rem;
        padding: 6px;
    margin:8px 0 16px 0;
            border-left: 3px solid #686868;
}

#editor-style p{margin-bottom: 24px;
}

#editor-style ul{margin-bottom: 24px;
}



p.shop-tel{
    font-size: 1.5rem;
}
