@charset "UTF-8";

.column_wrapper {
    background: #FBF8F7;
    padding: 95px 0 90px;
}

.column_innner {
    max-width: 1000px;
    margin: 0 auto;
    background: #FBF8F7;
}

.aioseo-breadcrumbs {
    padding-bottom: 35px !important;
}

.single_wrapper {
    background-color: #fff;
    padding: 80px 50px;
}

/* 記事詳細 */
.single_inner {
    max-width: 838px;
    margin: 0 auto;
}
.post-category a {
    /* タグ */
    font-size: 12px;
    font-weight: 300;
    background-color: #B27F75;
    color: #fff;
    padding: 0.3em 0.9em;
    border-radius: 20px;
}
.post-meta {
    font-family: "Yu Gothic";
    font-weight: 300;
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.post-meta span {
    font-family: "Inter", serif;
    font-size: 13px;
    font-weight: 300;
}
.post_ttl_box {
    display: grid;
    grid-template-columns: 80% 20%;
    margin: 25px 0 35px;
}
.post-title {
    font-family: "Yu Gothic";
    font-size: clamp(1.5rem, 1.313rem + 0.94vw, 2.063rem);
    font-weight: 400;
    letter-spacing: 0.05em;
}
.post-title svg {
    width: 34px;
    height: 34px;
}
.post_title_sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}
.post-content h2 {
    font-family: "Yu Gothic";
    font-size: clamp(1.25rem, 1.152rem + 0.43vw, 1.5rem);
    font-weight: 300;
    line-height: 36px;
    background-color: #B27F75;
    color: #fff;
    padding: 1em;
}
.post-content h3 {
    font-family: "Yu Gothic";
    font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.05em;
    border-left: solid 3px #B27F75;
    padding-left: 20px;
    margin: 40px 0 30px;
}
.post-content h4 {
    font-family: "Yu Gothic";
    font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.wp-block-preformatted strong {
    font-family: "Yu Gothic";
    font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.05em;
    display: block;
}
.wp-block-preformatted {
    font-family: "Yu Gothic";
    font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
    font-weight: 300;
    line-height: 30px;
}
.post-content p {
    font-family: "Yu Gothic";
    font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
    font-weight: 300;
    line-height: 30px;
}
.post-content img {
    width: auto;
    margin: 35px 0;
}
.no-thumbnail {
    background: #FBF8F7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 440px;
}
.no-thumbnail img {
    width: 123px;
    height: 90px;
}
.l_no-thumbnail {
    background: #FBF8F7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 132px;
}
.l_no-thumbnail img {
    width: 37px;
    height: 27px;
}
.post-content blockquote {
    background: #FBF8F7;
    padding: 30px 25px;
    margin: 47px 0 58px;
}
.post-content blockquote p:nth-child(1) {
    display: flex;
    gap: 20px;
    padding-left: 15px;
    padding-bottom: 35px;
    border-bottom: solid 1px #B27F75;
}
.post-content blockquote p:nth-child(1)::before {
    content: url('../img/comma.svg'); /* SVGファイルを直接指定 */
    display: inline-block; /* インライン表示 */
    margin-right: 10px; /* 必要に応じて余白を設定 */
    vertical-align: middle; /* テキストと揃える */
}

.post-content blockquote p:nth-child(2) {
    padding-top: 20px;
    margin-left: 15px;
}
.post-content a {
    border-bottom: solid 1px #1A1311;
}
.post-content blockquote a {
    color: #0071C1;
    border-bottom: solid 1px #0071C1;
}
/* 小さい画像のスタイル */
.post-content .small-image {
    float: left; /* 画像を左側に配置 */
    margin-right: 15px; /* 画像とテキストの間に余白を設定 */
    width: auto; /* 画像の元サイズを保持 */
    height: auto;
    margin-top: 0px;
  }
  .post-content p:last-child {
    clear: both; /* フロートを解除して次の段落を画像の下に配置 */
    display: block;
    /* margin-top: 20px; */
  }
  
/* 大きい画像のスタイル */
.post-content img.large-image {
    width: 100%;
    height: auto;
    display: block;
    margin-right: 20px;
}

/* 目次 */
/* TOC全体のスタイル */
#toc_container {
    border: none !important;
    padding: 35px 25px 0px !important;
    margin: 42px 0 62px !important;
}
#toc_container {
    background-color: #FBF8F7;
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 5px;
}
#toc_container p.toc_title+ul.toc_list {
    margin-top: 0;
    /* padding: 0 20px !important; */
}
.toc_title {
    text-align: left !important;
    color: #B27F75 !important;
    font-weight: 300 !important;
    border-bottom: solid 1px #B27F75;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
}
.toc_list > li:first-of-type {
    padding-top: 30px !important;
}
#toc_container ul ul {
    /* padding-left: 15px !important; */
    margin-left: 15px !important;
}
.toc_list > li {
    padding: 0 20px !important;
margin-bottom: 30px !important;
}
.toc_list li > ul > li {
    padding: 0 20px !important;
}
#toc_container .toc_list a[href*="#h2"] {
font-family: "Yu Gothic";
font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
font-weight: 300;
letter-spacing: 0.05em;
/* margin-bottom: 35px !important; */
display: inline-block;
position: relative;
border: none;
} 
#toc_container .toc_list a[href*="#h2"]::after {
    content: ""; /* 擬似要素の内容を空にする */
    position: absolute; /* 絶対位置に配置 */
    left: -1px; /* 左端から開始 */
    bottom: 5px; /* 要素の最下部に配置 */
    width: 100%; /* 親要素の幅（文字幅）に合わせる */
    height: 0.1px; /* 下線の太さ */
    background-color: #1A1311; /* 下線の色 */
}
#toc_container .toc_list a[href*="#h3"] {
    font-family: "Yu Gothic";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    /* margin-bottom: 25px !important; */
    display: inline-block;
    text-decoration: underline;
    position: relative;
    border: none;
    margin-left: 30px;
}
#toc_container .toc_list a[href*="#h4"] {
    font-family: "Yu Gothic";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    display: inline-block;
    text-decoration: underline;
    position: relative;
    border: none;
    margin-left: 30px;
}
#toc_container .toc_list a[href*="#h3"]::before,
#toc_container .toc_list a[href*="#h4"]::before {
    content: "";
    position: absolute; /* 絶対位置で配置 */
    left: -15px; /* リスト項目の左側に配置 */
    top: 50%; /* 垂直方向の中央に配置 */
    transform: translateY(-50%); /* 真ん中に揃える */
    background: #1A1311; /* ドットの背景色 */
    width: 3px; /* ドットの幅 */
    height: 3px; /* ドットの高さ */
    border-radius: 50%; /* ドットを丸くする */
}
#toc_container .toc_list a[href*="#h3"]::after,
#toc_container .toc_list a[href*="#h4"]::after {
    content: ""; /* 擬似要素の内容を空にする */
    position: absolute; /* 絶対位置に配置 */
    left: -1px; /* 左端から開始 */
    bottom: 5px; /* 要素の最下部に配置 */
    width: 100%; /* 親要素の幅（文字幅）に合わせる */
    height: 0.1px; /* 下線の太さ */
    background-color: #1A1311; /* 下線の色 */
}
/* TOCのリストスタイル */
#toc_container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* 最新投稿 */
.latest-column-posts {
background: #fff;
padding: 50px 0;
margin-top: 30px;
}
.latest-inner {
    max-width: 838px;
    margin: 0 auto;
}
.latest-inner h2 {
    font-family: "Yu Gothic";
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    font-weight: 300;
    border-left: solid 3px #B27F75;
    padding-left: 20px;
}
.posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px;
    padding: 0 25px;
}
.l_post-item {
    margin-top: 30px;
}
.l_post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}
.l_post-date {
    font-family: "Inter", serif;
    font-size: 12px;
    font-weight: 200;
}
.l_post-title {
    font-family: "Yu Gothic";
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 15px;
}
.l_post-category {
        /* タグ */
        font-family: "Yu Gothic";
        font-size: 11px;
        font-weight: 300;
        background-color: #B27F75;
        color: #fff;
        padding: 0.3em 0.9em;
        border-radius: 20px;
}
/* art-trouble */
.single_column .art_trouble {
    margin-bottom: 120px;
}
.l_border {
    display: none;
}

@media screen and (max-width: 768px) {
    .column_wrapper {
        padding: 60px 0 10px;
    }
    .single_wrapper {
        padding: 40px 15px;
        margin: 0 10px;
    }
    .post_ttl_box {
        grid-template-columns: 100%;
    }
    .no-thumbnail {
        height: 185px;
    }
    .no-thumbnail img {
        width: 80px;
        height: auto;
    }
    #toc_container {
        margin: 20px 0 40px !important;
    }
    .toc_list > li {
        padding: 0 10px !important;
    }
    .toc_list li > ul > li {
        padding: 0 10px !important;
    }
    .toc_list > li:nth-child(2) {
        margin-bottom: 0px !important;
    }
    #toc_container .toc_list a[href*="#h3"] {
       margin-bottom: 20px !important;
    }
    .post-content h3 {
        margin: 30px 0 30px;
    }
    .post-content blockquote {
        padding: 30px 15px;
        margin: 27px 0 38px;
    }
    .posts-grid {
        grid-template-columns: 1fr;
    }
    .post-content blockquote p:nth-child(1) {
        padding-left: 5px;
    }
    body .is-layout-flex {
        gap: 0px;
    }
    .latest-column-posts {
        padding: 38px 15px 45px;
        margin: 40px 15px 50px;
    }
    .posts-grid {
        padding: 0px;
    }
    .l_no-thumbnail {
        height: 175px;
    }
    .l_no-thumbnail img {
        width: 80px;
        height: 58.3px;
    }
    .l_post-meta {
        margin-top: 13px;
    }
    .l_post-date {
        font-size: 13px;
    }
    .l_post-category {
        font-size: 13px;
        padding: 0.2em 0.9em;
    }
    .l_post-title {
        font-size: 16px;
    }
    .l_post-item {
        margin-top: 20px;
    }
    .l_border {
        display: block;
        margin-top: 25px;
        border-bottom: solid 0.5px #B27F75;
    }
    .l_post-item:last-of-type  .l_border {
        display: none;
    }
    .art_trouble .inner {
        padding: 70px 20px 0;
    }
}
@media screen and (max-width: 390px) {
    .single_wrapper {
        padding: 40px 15px;
    }
}
