@charset "UTF-8";
/* CSS Document */
.sp_only {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: initial;
    }
}


/*記事MV*****************************************/
.lnt23-p-hero__bg h1 {
    width: 100%;
    height: 100%;
}
.lnt23-p-hero__bg img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

/*記事コンテンツ*****************************************/
.article_page_cont {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
}
section {
    padding: 20px;
}
section h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #81520d;
    padding: 15px 0;
}
section.cont1 {
    background: #fff9e5;
}
section.cont2 {
    background: #fef1e8;
}
.content_block {
    display: flex;
    flex-direction: column;
}
.content_block h3 {
    position: relative;
    padding: 12px 10px 8px;
    font-size: 16px;
}
.content_block h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 50%;
    border-left: 2px solid #81520d;
}
.content_block p {
    line-height: 1.8;
    padding: 0px 0 20px;
    font-size: 15px;
}
.content_block img {
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .article_page_cont {
        max-width: 100%;
        margin: 0 auto;
    }
    section {
        padding: 20px 16px;
    }
    section h2 {
        font-size: 20px;
        padding: 10px 0;
    }
    .content_block p {
        line-height: 1.6;
        padding: 0px 0 10px;
        font-size: 14px;
    }
    .content_block img {
        padding-bottom: 20px;
    }
}

/*商品一覧*****************************************/
ul.item_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
li.itemlist_cont {
    width: 49%;
    background: #eee;
    padding: 10px 10px 20px;
    margin-left: 2%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
li.itemlist_cont:nth-child(2n + 1) {
    margin-left: 0;
}
.itemcont_detail p.itemname {
    font-weight: bold;
}
.itemcont_detail .fs-c-productPrice {
    justify-content: flex-end;
    font-size: 16px;
    font-weight: bold;
}
.itemcont_detail .fs-c-productPrice * {
    color: #000 !important;
}
.itemcont_text {
    margin-bottom: 10px;
}
.itemcont_review {
    background: #fff;
    padding: 5px;
    margin: 0px 0 20px;
}
.itemcont_review span * {
    display: inline-block;
}
.itemcont_review span p {
    font-weight: bold;
}
.itemcont_review .fs-c-reviewStars[data-ratingCount="5.0"]::before {
    position: relative;
    top: 2px;
}
.itemcont_review > p {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
}

.itemlist_btn {
    flex-shrink: 0;
    margin-top: auto;
}
.itemlist_cont .btn {
    display: block;
    background: #917236;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    ul.item_cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    li.itemlist_cont {
        width: 100%;
        margin-left: 0;
        padding: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .itemcont_img {
        width: 50%;
    }
    .itemcont_detail {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding: 0 0 0 2%;
    }
    .itemcont_review {
        margin: 10px 0 0px;
    }
    .itemlist_cont .btn {
        padding: 6px 0;
        width: 90%;
        margin: 0 auto 10px;
    }
}

/*よくある質問*****************************************/
.qa_cont {
    display: flex;
    flex-direction: column;
}
.qa_cont p.question, .qa_cont p.answer {
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 1.6em;
    text-indent: -1.6em;
}
.qa_cont p.question {
    margin: 0;
    color: #917236;
    font-weight: bold;
}
.qa_cont p.question:first-of-type {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.qa_cont p.answer {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.qa_cont p.question:before {
    content: "Q.";
}
.qa_cont p.answer:before {
    content: "A.";
}
.qa_cont p.question:before, .qa_cont p.answer:before {
    padding-right: 5px;
    font-size: 18px;
    font-family: 'Optima',serif;
    color: #917236;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .qa_cont p.question, .qa_cont p.answer {
        position: relative;
        font-size: 14px;
        line-height: 1.6;
    }
    .qa_cont p.question {
        margin: 0;
        color: #917236;
        font-weight: bold;
    }
    .qa_cont p.question:first-of-type {
        padding-top: 10px;
    }
    .qa_cont p.answer {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .qa_cont p.question:before, .qa_cont p.answer:before {
        font-size: 16px;
    }
}


/*キャンペーン見出し*****************************************/
.lnt23-c-headline-v1 {
    margin: 0px 0 20px;
    text-align: center;
    color: #555555;
}
@media screen and (max-width: 767px)
    .lnt23-c-headline-v1 {
        margin: 0px 0 15px;
    }
}