#wrap_curtain .btn_01 {
    max-width: 360px;
}

#wrap_curtain .btn_01 a {
    padding: 15px 0px;
    font-size: 20px;
}

#wrap_curtain .wrap_3col_items_inner {}

#wrap_curtain .wrap_3col_items_inner>section {
    margin: 0px 20px 40px 20px;
}

#wrap_curtain h2 {
    position: relative;
    padding-top: 40px;
    font-size: 36px;
    text-align: center;
}

#wrap_curtain .wrap_2col_items {
    margin: 20px auto;
}

#wrap_tip_imgs h2::before,
#wrap_fabric_imgs h2::before,
.wrap_other_sample h2::before,
#wrap_construction_imgs h2::before,
#wrap_flow h2::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
}


#wrap_tip_imgs h2::before {
    background-image: url(https://curtain-ya.com/shop/items/curtain/images/common/ttl_color.png);
    width: 40px;
    height: 40px;

}

#wrap_fabric_imgs h2:before,
.wrap_other_sample h2:before {
    background-image: url(https://curtain-ya.com/shop/items/curtain/images/common/ttl_kiji.png);
    width: 42px;
    height: 38px;

}

#wrap_construction_imgs h2:before {
    background-image: url(https://curtain-ya.com/shop/items/curtain/images/common/ttl_image.png);
    width: 46px;
    height: 33px;

}

#wrap_flow_imgs h2:before {
    background-image: url(https://curtain-ya.com/shop/items/curtain/images/common/ttl_flow.png);
    width: 70px;
    height: 36px;

}

#wrap_curtain h3 {
    font-size: 22px;
    margin: 10px 0px;
    text-align: center;
}

#wrap_hd_domment {
    max-width: 960px;
    margin: 0px auto;
    padding: 20px 20px;
    background-color: #f3f3f3;
}

.wrap_other_sample {
    max-width: 960px;
    margin: 0px auto;
}

.wrap_other_sample .bnr_sample {
    margin-top: 20px;
}

#wrap_curtain #wrap_construction_imgs {
    margin-top: 80px;
}

/*============================================================
注文の流れ
============================================================*/
#wrap_order_flow {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.wrap_flow {
    position: relative;
    padding: 120px 0px 40px 0px;
    ;
}

.wrap_flow:nth-of-type(even) {
    background-color: #fff;
}

.wrap_flow:nth-of-type(odd) {
    background-color: #f9f2ea;

}

.wrap_flow::after {
    content: "";
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0px;
    bottom: -59px;
}

.wrap_flow:nth-of-type(2n)::after {
    background-color: #fff;
}

.wrap_flow:nth-of-type(2n+1)::after {
    background-color: #f9f2ea;
}

.wrap_flow>section {
    max-width: 960px;
    margin: 0px auto;
}

#wrap_flow_01 {
    z-index: 5;
    padding-top: 20px;
}

#wrap_flow_02 {
    z-index: 4;
}

#wrap_flow_03 {
    z-index: 3;
}

#wrap_flow_04 {
    z-index: 2;
}

#wrap_flow_05 {
    z-index: 1;
}

#wrap_curtain .wrap_flow h3 {
    font-size: 28px;
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.wrap_flow h3 span {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    border-radius: 30px;
    font-size: 36px;
    line-height: 60px;
    background-color: #5c4444;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
}

.wrap_flow h4 {
    font-size: 24px;
    margin: 20px auto;
    text-align: center;
}

.wrap_flow h5 {
    font-size: 18px;
    margin: 0px auto 20px auto;
    text-align: center;
    padding: 5px 20px;
    background-color: #5c4444;
    color: #fff;
}


.wrap_flow .wrap_2col_items_inner>section {
    width: calc(100% / 2 - 80px);
    margin: 0px auto 20px auto;
}

.wrap_how_to_measure>section {
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 20px 20px;
}
/*============================================================
カート周り
============================================================*/
#wrap_cart_bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 120px auto;
}

.wrap_bottom_item_imgs {
    width: calc(100% / 2 - 40px);
}

.wrap_curtain_cart_detail {
    width: calc(100% / 2 - 40px);
}
#wrap_cart_main h3{
background-color:#5c4444;
color:#fff;
margin:20px 0px 0px 0px;
font-size:18px;
padding:2px 10px;
}

#cart_color
/*========================================================================================================================
SPSPSPSPSPSPSPSPSPSP
========================================================================================================================*/
@media screen and (max-width: 940px) {
    #wrap_curtain h2 {
        font-size: 24px;
    }

    #wrap_curtain h3 {
        font-size: 18px;
    }
}

/*========================================================================================================================
SPSPSPSPSPSPSPSPSPSP
========================================================================================================================*/
@media screen and (max-width: 768px) {
    .wrap_flow {
        width: calc(100 - 40px);
        padding: 80px 20px 40px 20px;
    }

    .wrap_flow::after {
        height: 40px;
        bottom: -39px;
    }

    .wrap_flow .wrap_2col_items_inner>section {
        width: calc(100% / 1 - 20px);
        margin-bottom: 0px;
    }

    .wrap_flow .wrap_2col_items_inner>section+section {
        margin-top: 40px;
    }

    .wrap_how_to_measure>section.wrap_2col_items {
        width: calc(100% - 0px - 22px);
    }

    .wrap_how_to_measure section.wrap_2col_items_inner {
        margin: 0px auto;
        width: calc(100% - 40px);
    }

    #wrap_curtain .wrap_flow h3 {
        font-size: 20px;

    }

    #wrap_curtain .wrap_flow h4 {
        font-size: 16px;

    }

    #wrap_curtain .wrap_flow h5 {
        font-size: 16px;

    }

    #wrap_cart_bottom {
        flex-direction: column-reverse;
    }

    .wrap_bottom_item_imgs {
        width: calc(100%);
    }

    .wrap_curtain_cart_detail {
        width: var(--width_default);
        max-width: var(--max_width_default);
        margin: 20px auto;
    }
}