h2{
    line-height: 1.3;
}
.box_flex{
    display: flex;
}
.img_price{
    margin-top: 30px;
}

.price_box dt{
    background-color: #e14141;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    font-size: 15px;
}
.price_box dd{
    color: #e14141;
    font-size: 60px;
    text-align: center;
}
.price_box dd span{
    font-size: 20px;
}
.img_price .note{
    font-size: 12px;
    color: #4f4f4f;
    margin: 0 auto;
}
.btn_box{
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}
.btn_box #btn-web{
    margin-right: 20px;
}
.btn_box #btn-web,
.btn_box #btn-line{
    max-width: 50%;
}
.btn_box #btn-web a,
.btn_box #btn-line a{
    border-radius: 5px;
    height: 56px;
    font-size: 17px;
    position: relative;
}
.btn_box #btn-web a::after,
.btn_box #btn-line a::after{
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    margin: 0 0 2px 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top:0;
    bottom: 0;
    right: 17px;
    margin: auto;
}
.btn_box #btn-web a{
    background-color: #ffab1c;
    box-shadow: 0 5px #cc7e03;
}
.btn_box #btn-line a{
    background-color: #0fbd0f;
    box-shadow: 0 5px #008f00;
}
.btn_box #btn-web a img,
.btn_box #btn-line a img{
    max-width: 20px;
}
.product_detail_box {
    flex-flow: column;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ttl_product{
    background-color: #a67b5d;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}
.product_detail_box dl{
    width: 100%;
    margin-top: 5px;
    display: flex;
    align-items:stretch;
    justify-content: flex-start;
    flex-flow: wrap;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    font-size: 14px;
}
.product_detail_box dl dt{
    width: 25%;
    background-color: #e4e4e4;
    padding: 5px 0;
    border-top: 1px solid #bfbfbf;
}
.product_detail_box dl dd{
    width: 25%;
    padding: 5px 0;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}
.disc{
    margin-bottom: 30px;
    margin-left: 30px;
}
.disc li{
    list-style: disc;
    font-size: 12px;
}
.three_reason {
    justify-content: space-around;
    align-items: flex-start;
    max-width: 880px;
    margin: 0 auto;
}
.three_reason li{
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: calc(33% - (40px / 3));
}
.three_reason li:not(:last-child){
    margin-right: 20px;
}
.reasonball{
    display: flex;
    width: 130px;
    height: 130px;
    background-color: #a67b5b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
@media screen and (min-width:820px) {
    .reasonball{
    width: 180px;
    height: 180px;
    }
}
.three_reason li p{
    font-size: 12px;
}
.three_reason li p .red{
    color: #f00;
}

/* 関連記事 */

.same_maker_items_h3{
    padding: 10px 0;
    margin:50px 0 20px;
    color:#fff;
    background-color: #a67b5d;
    font-size: 20px;
    text-align:center;
}

.same_maker_items_wrap{
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cfcfcf;
}
.same_maker_items_list{
    width: calc(100%/4 - 10px);
    box-sizing: border-box;
    margin: 0 0 10px 0;
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
}

.same_maker_items_list:hover{
    opacity: .6;
    transition: .3s;
}

.same_maker_items_list figure{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.same_maker_items_list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.same_maker_items_list a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.same_maker_items_list p{
    padding: 0 10px;
    font-size: 14px;
}
.col_details{
    width: calc(100% - 100px);
    display: flex;
    height: 100%;
    flex-flow: column;
    align-items: stretch;
    justify-content: flex-start;
    
}

.same_maker_items_list p.sankou_ttl{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    margin:10px 0 5px;
    height: 50%;
}
.same_maker_items_list p.sankou_price{
    padding-bottom: 10px;
    min-height: 2em;
    line-height: 1.1;
    flex-grow: 2;
    font-size: 20px;
    color: #f00;
    margin-left: auto;
    height: 50%;
    display: flex;
    align-items: flex-end;
}
.same_maker_items_list p.sankou_price span{
    font-size: 13px;
    color: #000;
    margin-right: 10px;
}
.categorylist_box{
    margin-top: 50px;
}
.ttl_h3{
    color: #fff;
    background: #a67b5d;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.row {
    display: flex;
    flex-flow:wrap;
    justify-content: flex-start;
    margin: 0 auto
}
.categorylist_box .row{
    padding: 15px;
    background-color: #eeefee;
}
.categorylist_box .cate_box {
    flex: 0 0 calc(33% - (20px/3));
    width:calc(33% - (20px/3));
    padding: 0;
    margin: 0 10px 10px 0;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    position: relative;
    /*background: linear-gradient(to bottom, #f3f3f3 0%, #fff 48%, #fff 100%);*/
    box-shadow: -1px 0px 4px #0d0509bf;
    background-color: #fff;
}
.categorylist_box .cate_box:nth-child(3n){
    margin-right: 0;
}
.cate_box .cate_link {
    padding: 0 0 0 15px;
    display: flex;
    flex-flow: row;
    justify-content:flex-start;
    align-items: center;
    color: #333;
    font-size: 14px;
}
.cate_box .cate_link.no-link{
    pointer-events: none;
}
.cate_box .cate_link span{
    padding-right: 20px;
    line-height: 1.2;
}
.cate_box .cate_link::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 7px 0 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 10px;
}
.cate_box .cate_link figure {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.cate_box .cate_link img {
    height: auto;
    width: 100%;
    margin: 0;
    display: block;
}
.btn.more_link{
    margin: 20px auto 40px;
    text-align: center;
    width: 50%;
    min-width: 350px;
}
.link_text_btn:before {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: 0 10px 2px 0;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    transform: rotate(45deg);
    vertical-align: middle
}
.link_text_btn{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 12px 0;
    -webkit-box-shadow: 2px 3px 4px rgba(13,5,9,.75);
    box-shadow: 2px 3px 4px #0d0509bf;
    border: 2px solid #e3dfdf;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    background: #f3f3f3;
    background: -moz-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: -webkit-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: linear-gradient(to bottom,#f3f3f3 0%,#fff 48%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#ffffff",GradientType=0);
    overflow: hidden
}
.threeway_box .row{
    padding: 20px;
    background-color: #f2f0da;
}
.threeway_box .row .col-3{
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.threeway_box .row .col-3:nth-child(3){
    margin-right: 0;
}
.BLOG .threeway_box .row h4{
    border: none;
    padding: 0 0 10px;
    margin-top: 0;
    text-align: center;
}
.BLOG .threeway_box .row h4.threeway_shop{
    color: #c08e6c;
}
.BLOG .threeway_box .row h4.threeway_deliver{
    color: #2cac8f;
}
.BLOG .threeway_box .row h4.threeway_onsite{
    color: #d4796b;
}
.threeway_box .row .col-3 .text_box{
    word-break: break-all;
    font-size: 14px;
}
span.red{
    color: #f00;
}
.threeway_box .row figure{
    margin-bottom: 10px;
}
.BLOG .threeway_box .row figure img{
     border-radius: 10px;
}
.threeway_link{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.method_three_more_link {
    text-align: center;
    margin: 20px auto;
}
.method_three_more_link_text {
    color: #686e6f;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
}
.method_three_more_link_text + a {
    color: #222;
    font-size: 27px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 50px 0 0;
    position: relative;
}

@media screen and (max-width: 767px){
    h2{
        line-height: 1.3;
        font-size: 18px;
    }
    .img_price{
        margin-top: 15px;
        padding: 0 15px;
    }
    .price_box dd{
        font-size: 30px;
    }
    .price_box dd span{
        font-size: 14px;
    }
    .img_price .note{
        max-width: 100%;
        line-height: 1.2;
    }
    .blog_flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .BLOG h4 .bg_white{
        font-size: 20px;
    }
    .three_reason{
        flex-flow: column;
    }
    .three_reason li:last-child{
        margin-bottom: 0;
    }
    .sankou_item{
       max-width: inherit;
       width: 100%;
    }
    .same_maker_items_h3{
        max-width: 96%;
        margin: 20px auto 10px;
        font-size: 17px;
    }
    .same_maker_items_wrap,
    .threeway_box{
        max-width: 96%;
        margin: 0 auto;
    }
    .same_maker_items_list{
        width: 100%;
        margin: 5px;
    }
    .categorylist_box{
        max-width: 96%;
        margin: 20px auto 10px;
    }
    .ttl_h3{
        font-size: 17px;
    }
    .price_box dt{
        padding: 5px 0;
        font-size: 13px;
    }
    .btn_box #btn-web{
        margin-right: 5px;
    }
    .btn_box #btn-web, 
    .btn_box #btn-line{
        max-width: 48%;
        width: 50%;
    }
    .btn_box #btn-web a, .btn_box #btn-line a{
        font-size: 12px;
        line-height: 1;
        min-height: 42px;
        padding-left: 5px;
    }
    .btn_box #btn-web a img, .btn_box #btn-line a img{
        margin-right: 5px;
    }
    #btn-line a{
        max-width: 100%;
    }
    .btn_box #btn-line.pc{
        display: block;
    }
    .product_detail_box{
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .product_detail_box dl dt{
        width: 20%;
    }
    .product_detail_box dl dd{
        line-height: 1.2;
        text-align: left;
        padding: 5px;
        width: 30%;
    }
    .cate_box .cate_link{
        flex-flow: column;
        padding: 0 10px 5px 5px;
    }
    .cate_box .cate_link::after{
        right: 5px;
        top:0;
        bottom: 0;
        margin: auto;
    }
    .cate_box .cate_link figure{
        width: 40px;
        height: 40px;
        margin:0 0 5px;
    }
    .cate_box .cate_link span{
        padding-right: 0;
        font-size: 12px;
        text-align: center;
    }
   
    .threeway_box .row .col-3{
        display: flex;
        flex-flow: wrap;
    }
    .BLOG .threeway_box .row h4{
        width: 100%;
        padding-bottom: 0;
    }
    .threeway_box .row figure{
        max-width: 40%;
    }
    .threeway_box .row .col-3 .text_box{
        width: 60%;
        padding-left: 15px;
        font-size: 12px;
    }
    .three_reason li{
        flex-flow: row;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding-left: 20px;
        width: 100%;
    }
    .three_reason li:not(:last-child){
        margin-right: 0;
    }
    .method_three_more_link_text {
        font-size: 16px;
    }
    .method_three_more_link_text + a {
        font-size: 18px;
        padding-right: 0;
    }
    .reasonball{
        margin-right: 5px;
        width: 100px;
        height: 100px;
    }
    .reasonball img{
        max-width: 80%;
    }
    
}

@media screen and (min-width: 768px){
    .col_right{
        margin-left: 20px;
    }
    .same_maker_items_list{
        width:100%;    
    }
    .threeway_box .row .col-3{
        flex: 0 0 calc(33% - (20px / 3));
        width: calc(33% - (20px / 3));
        margin-right: 10px;
        margin-bottom: 0;
    }
    .threeway_box .row h4 {
        width: 100%;
        padding-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5em;
    }
    .product_detail_box dl dt,
    .product_detail_box dl dd{
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .product_detail_box dl :nth-child(6){
        text-align: left;
        padding: 5px 10px;
    }
    
}

.container_cta1 {

}
.call_c1 {
    margin-right: 2vw;
}
.web_c1:not(:first-child){
    margin-left: 10px;
}
.call_c1 > p {
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.call_c1 > div {
    color: #f49c1c;
    font-size: 32px;
    font-weight: 700;
}
.web_c1 > a > img {
    margin-top: 2rem;
}
@media screen and (max-width: 767px){
    .container_cta1{
        width: 90vw;
        margin: 30px auto;
        flex-flow: column;
    }
    .call_c1 > p{
        font-size: 15px;
    }
    .call_c1 > .margin_b5{
        font-size: 12px;
    }
    .call_c1 > .phone{
        font-size: 24px;
        text-align: center;
    }
    .phone img{
        width: 15px;
    }
    .web_c1{
        max-width: 100%;
    }
}