@charset 'UTF-8';

header .logo svg {
    fill: #000;
}

header .icons .to_onlineshop svg {
    fill: #000;
}

header .icons .to_onlineshop span {
    color: #000;
}

#nav_toggle span:not(:nth-child(4)) {
    background-color: #000;
}

#nav_toggle span:nth-child(4) {
    color: #000;
}

body .post-single-page .post-wrap {
    width: 100%;   
}

@media screen and (max-width: 700px) {
    main .inner_wrap {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    main {
        padding-top: 50px;
    }
}

@media (max-width: 1200px) {
body .post-single-page .post-wrap {
    width: 100%;
}
}

@media screen and (min-width: 701px) {
    main .inner_wrap {
        width: 78.1%;
        max-width: 1140px;
        margin: 0 auto;
    }

    main {
        padding-top: 60px;
    }

    body .post-single-page .post-wrap {
        max-width: 100%;  
    }
}

/* 記事部分 */
.content_top {
    text-align: center;
}

.content_top h2 {
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: normal;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.content_top span {
    display: block;
    background-color: #9e9e9f;
    color: #fff;
    text-align: center;
}

.eyecatch img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 700px) {
    .article_content_wrap {
        padding-bottom: 28px;
    }

    .content_top h2 {
        font-size: 20px;
    }

    .content_top span {
        width: 100px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        letter-spacing: 0.1em;
        margin: 10px auto 0;
    }

    .eyecatch {
        margin: 17px calc(50% - 50vw) 0;
        width: 100vw;
    }

    .article_content {
        width: 100%;
        margin: 23px auto 0;
    }

    /* .article_content img {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        margin-top: 25px;
    }

    .article_content p {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        margin-top: 25px;
    } */
}

@media screen and (min-width: 701px) {
    .article_content_wrap {
        padding-bottom: 44px;
    }

    .content_top h2 {
        font-size: 32px;
    }

    .content_top span {
        width: 162px;
        height: 24px;
        line-height: 24px;
        font-size: 11px;
        letter-spacing: 0.2em;
        margin: 20px auto 0;
    }

    .eyecatch {
        margin-top: 60px;
        width: 100%;
        padding-top: 75%;
        position: relative;
        overflow: hidden;
    }

    .eyecatch img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .article_content {
        width: 71.2%;
        margin: 83px auto 0;
        line-height: 1.8!important;
    }

    /* .article_content img {
        max-width: 100%;
        margin-top: 80px;
    }

    .article_content p {
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0.02em;
        margin-top: 80px;
    } */
}

/* topics */


.topics {
    padding-top: 38px;
    border-top: 1px solid #c8c5c4;
}

.topics .section_title strong {
    letter-spacing: 0.2em;
    font-weight: normal;
    color: #231815;
}

.topics .section_title h3 {
    letter-spacing: 0.2em;
    font-weight: normal;
    color: #231815;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.topics_content_wrap {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.topics_content {
    border-bottom: 1px solid #b4b4b5;
}

.topics_content a {
    display: block;
    padding-bottom: 19px;
}

.topics_content .img {
    position: relative;
    width: 100%;
    padding-top: 62.6%;
    overflow: hidden;
}

.topics_content .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.topics_content .text_wrap span {
    display: block;
    background-color: #9e9e9f;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}

.topics_content .text_wrap .title {
    display: block;
    letter-spacing: 0;
    color: #231815;
    font-weight: normal;
    text-align: left;
}

.topics_content .text_wrap p {
    line-height: 1.3;
    letter-spacing: 0;
    color: #231815;
}

@media screen and (max-width: 700px) {
    .topics_wrap {
        /* padding-top: 60px;
        margin-top: -60px; */
    }

    .topics .section_title strong {
        font-size: 10px;
    }
    
    .topics .section_title h3 {
        font-size: 20px;
        margin-top: 5px;
    }

    .topics_content_wrap {
        margin-top: 22px;
    }

    .topics_content {
        width: 47.5%;
        margin-right: 3.7%;
        margin-bottom: 25px;
    }

    .topics_content:nth-child(2n) {
        margin-right: 0;
    }

    .topics_content .text_wrap {
        margin-top: 13px;
    }

    .topics_content .text_wrap span {
        width: 80px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
    }

    .topics_content .text_wrap .title {
        margin-top: 11px;
        font-size: 15px;
        line-height: 1.2;
        height: 3.6em;
        overflow-y: hidden;
    }

    .topics_content .text_wrap p {
        /* margin-top: 8px;
        font-size: 10px; */
        display: none;
    }
}

@media screen and (min-width: 701px) {
    .topics_wrap {
        /* padding-top: 200px;
        margin-top: -200px; */
    }

    .topics_content_wrap {
        margin-top: 54px;
    }

    .topics .section_title strong {
        font-size: 16px;
    }
    
    .topics .section_title h3 {
        font-size: 32px;
        margin-top: 20px;
    }

    .topics_content {
        width: 28.4%;
        margin-right: 7%;
        margin-bottom: 60px;
    }

    .topics_content:nth-child(3n) {
        margin-right: 0;
    }

    .topics_content .text_wrap {
        margin-top: 27px;
    }

    .topics_content .text_wrap span {
        width: 86px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .topics_content .text_wrap .title {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.5;
        height: 3em;
        overflow-y: hidden;
    }

    .topics_content .text_wrap p {
        margin-top: 10px;
        font-size: 12px;
        height: 2.6em;
        overflow-y: hidden;
    }

    .topics_content a:hover img {
        opacity: 0.4;
    }
}

/* ページネーション */
.pnavi {
    text-align: center;
    margin-bottom: 30px;
}

.pnavi .prev,
.pnavi .next {
    display: none!important;
}

.pnavi .page-numbers {
    color: #231815;
    border: 1px solid #231815;
    width: 38px;
    height: 43px;
    display: inline-block;
    line-height: 43px;
    margin-right: 10px;
}

.pnavi .current {
    background-color: #231815;
    color: #fff;
    width: 38px;
    height: 43px;
    display: inline-block;
    line-height: 43px;
    margin-right: 10px;
}

@media screen and (max-width: 700px) {
    .pnavi .page-numbers {
        width: 20px;
        height: 25px;
        line-height: 25px;
        margin-right: 5px;
    }
    
    .pnavi .current {
        width: 20px;
        height: 25px;
        line-height: 25px;
        margin-right: 5px;
    }
}