@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;
}

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

.page_title strong {
    letter-spacing: 0.2em;
    font-weight: normal;
    display: block;
}

@media screen and (max-width: 700px) {
    main {
        padding-top: 50px;
    }

    main .inner_wrap {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .page_title .inner_wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .page_title h2 {
        font-size: 24px;
        margin-top: 5px;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
    
    .page_title strong {
        font-size: 12px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .page_title p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
}

@media screen and (min-width: 701px) {
    main {
        padding-top: 60px;
    }

    main .inner_wrap {
        width: 78.1%;
        max-width: 1140px;
        margin: 0 auto;
    }

    .page_title {
        text-align: center;
    }

    .page_title h2 {
        font-size: 32px;
    }
    
    .page_title strong {
        font-size: 16px;
        margin-top: 26px;
    }

    .page_title p {
        margin-top: 62px;
    }
}


/* topics_content */
.topics_content_wrap .inner_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: 100%;
    object-fit: cover;
}

.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;
}

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

@media screen and (max-width: 700px) {
    .topics_content_wrap {
        margin-top: 34px;
    }

    .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;
        height: 2.6em;
        overflow: hidden; */
        display: none;
    }
}

@media screen and (min-width: 701px) {
    .topics_content_wrap {
        margin-top: 54px;
    }

    .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;
    }
}