@charset "utf-8";

.blog_mv_title {
    font-size: clamp(16px, 3vw, 24px);
    margin-top: 60px;
    color: #382A25;
    line-height: 2;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: center;
}

/* パンくず */
.breadcrumb_nav{
    font-size: 14px;
    margin: 24px 0 32px;
    line-height: 1.4;
}
/* サイドバー */

.widget_search .search-submit {
    background-color: #382A25;
}
.widget_search .search-submit img {
    width: 19px;
    height: 19px;
}
/* カテゴリーリスト */
.cat-list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.cat-item{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 10px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
.cat-list li::before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #FFFD90;
}
.cat-item a{
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: normal;
}
.widget_img{
    padding-bottom: 17px;
}
.widget_info_item{
    padding-bottom: 17px;
    border-bottom: 1px solid #382A25;
}
  /* 人気記事ランキング */
.widget_popular{
    padding-top: 50px;
    padding-bottom: 40px;
}
.widget_popular .popular-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.widget_popular .popular-list li {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}
.widget_popular .popular-list img {
    width: 100%;
    max-width: 100px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
.widget_popular .popular-list li a{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}
.widget_popular .popular-list .pop-title {
    font-size: 0.875rem;
    line-height: 1.37;
    letter-spacing: 0.04em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.widget_info_btn{
    width: 100%;
    display: block;
    background: #382A25;
    text-align: center;
    margin: 26px auto 0;
}
.widget_info_btn a{
    color: #fff;
    display: block;
    width: 100%;
    max-width: 270px;
    padding: 7px 30px 12px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 2;
    transition: opacity .3s ease-in-out;
}
.widget_info_btn a:hover{
    opacity: 0.8;
}
.search_text{
    display: block;
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 500;
    padding-bottom: 75px;
}
/* 記事内 */
.single_contents h2{
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #382A25;
    border-bottom: 5px solid #382A25;
    margin-top: 10px;
    margin-bottom: 16px;
}
.single_contents h3{
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: bold;
    padding-left: 10px;
    border-left: 8px solid #382A25;
    margin-top: 10px;
    margin-bottom: 10px;
}
.single_contents p{
    font-size: 1rem;
    letter-spacing: 0.09em;
    line-height: 1.8;
}
@media(max-width:1280px){
    .l_flex{
        gap: 50px;
    }
    .archive_sidebar{
        width: 180px;
    }
    .widget_search .search_field{
        padding: 10px 4px;
        width: 100%;
    }
    .widget_search .search_submit img{
        width: 15px;
        height: 15px;
    }
}
@media(max-width:1024px){
    .archive_sidebar {
        width: 100%;
    }
    .l_flex{
        flex-direction: column;
    }
    .widget_title{
        padding-bottom: 12px;
    }
    .archive_thumb{
        max-width: 250px;
    }
    .archive_thumb img{
        max-height: 224px;
        height: 100%;
    }
    .widget_container{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}
@media(max-width:600px){
    .archive-item a{
        flex-direction: column;
        gap: 12px;
    }
    .archive_thumb{
        max-width: 300px;
        margin: 0 auto;
    }
    .archive_date{
        margin-top: 7px;
        margin-bottom: 12px;
    }
    .archive_excerpt{
        padding-top: 10px;
    }
    .l_inner{
        padding-bottom: 35px;
        gap: 0;
    }
    .widget_container{
        flex-direction: column;
        align-items: center;
    }
}

/* 目次 */
.toc_container{
    width: 100%;
    padding-top: 45px;
    padding-bottom: 55px;
}
.toc{
    max-width: 475px;
    width: 100%;
    border: 1px solid #CCCCCC
}
.toc_title{
    padding: 8px 9px 7px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #382A25;
    color: #fff;
}
.toc_title::before{
    content: "";
    display: inline-block;
    background: url('../img/toc_icon.svg') no-repeat center/contain;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 0;
    left: 13px;
}
.single_contents .toc_title p{
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
}
.toc_list a{
    display: block;
    font-size: 1rem;
    letter-spacing: 0.09em;
    line-height: 1.6;
    margin-bottom: 3px;
}
.toc_list{
    padding: 20px 15px 20px 35px;
}
.toc_list ul{
    padding-bottom: 50px;
}
.toc-level-3{
    padding-left: 16px;
}
.toc_toggle{
    font-size: 14px;
    padding: 6px 8px 7px 11px;
    border-radius: 20px;
}
.single_contents .entry_content ol{
    list-style-position: inside;
}
.su-highlight{
    background: linear-gradient(transparent 80%, #fff070 50%) !important;
    font-weight: bold !important;
    padding: 0 !important;
}
@media(max-width:480px){
    .toc_list{
        padding: 10px 7px 10px 16px;
    }
    .toc_list a{
        letter-spacing: 0.02em;
    }
    .toc_list ul{
        padding-bottom: 20px;
    }
}
/* 記事内style追加 */
.su-box{
    border-color: #382A25 !important;
}
.su-box-style-default .su-box-title{
    background-color: #382A25 !important;
}
.su-list.blog_su_list ul li{
    padding: 4px 0 4px 2em !important;
}
.su-list ul li>i{
    color: #8f8682 !important;
    left: 7px !important;
}
.toc_list {
    overflow: hidden;
    transition: max-height .28s ease;
    will-change: max-height;
}

.toc_toggle {
    cursor: pointer;
}
.toc_toggle:focus-visible {
    outline: 2px solid rgba(56,42,37,.3);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .toc_list {
        transition: none;
    }
}

