/*下層 - styleorder
----------------------------*/
#styleorder_block {
    margin-top: 50px;
}
#styleorder_block #lower_head {
    background-image: url(../images/pages/styleorder/lower-titile_styleorder_back.jpg);
    background-position: center top;
    background-size: cover;
}
#styleorder_block #styleorder_intro_box {
    padding: 80px 0;
}
#styleorder_block .styleorder_text {
    width: 990px;
    margin: 0 auto !important;
}
#styleorder_block .styleorder_content {
    width: 980px;
    margin: 0 auto !important;
}
#styleorder_block #styleorder_intro_box img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 1280px) {
    #styleorder_block .styleorder_content {
        width: 80%;
    }
    #styleorder_block .styleorder_text {
        width: 90%;
        margin: 0 auto !important;
    }
}
@media (max-width: 991px) {
    #styleorder_block {
        margin-top: 50px;
    }
}
@media (max-width: 840px) {
    #styleorder_block #styleorder_intro_box {
        padding: 60px 0;
    }
    #styleorder_block #styleorder_intro_box {
        padding: 80px 0;
    }
}
@media (max-width: 640px) {
    #styleorder_block .styleorder_content {
        width: 90%;
    }
    #styleorder_block {
        margin-top: 50px;
    }
    #styleorder_block #styleorder_intro_box {
        padding: 40px 0;
    }
    #styleorder_block #styleorder_intro_box img.sp:last-child {
        padding-top: 7%;
    }
}
/*下層 - styleorder_plan_box
----------------------------*/
#styleorder_block .ttl_box {
    margin-top: 100px;
    background-color: #1f286f;
    color: #fff;
    width: 100%;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#styleorder_block .ttl_box img {
    vertical-align: middle;
    margin: 0 auto;
}
#styleorder_block .styleorder_inner {
    width: 874px;
    margin: 0 auto;
}
#styleorder_block .ttl_sub {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 37px;
    text-align: center;
    padding-bottom: 45px;
}
#styleorder_plan_box .ttl_box {
    margin-top: 0;
}
#styleorder_plan_box .row_box {
    padding-top: 24px;
}
#styleorder_plan_box .left_box {
    width: 52%;
}
#styleorder_plan_box .left_box .graphic {
    width: 382px;
    padding: 55px 0 32px;
    margin: 0 auto;
    display: block;
}
#styleorder_plan_box .right_box {
    width: 43%;
}
#styleorder_plan_box .right_box .graphic {
    padding-top: 20px;
    width: 272px;
    margin: 0 auto;
    display: block;
}
#styleorder_plan_box .right_box figure:first-child {
    padding-bottom: 60px;
}
#styleorder_plan_box .right_box figure {
    position: relative;
}
#styleorder_plan_box .right_box figure::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 26px;
    border-color: transparent transparent transparent #832429;
    position: absolute;
    top: 50%;
    left: -9%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 940px) {
    #styleorder_block .styleorder_inner {
        width: 90%;
        margin: 0 auto;
    }
    #styleorder_plan_box .right_box figure::before {
        border-width: 15px 0 15px 15px;
        left: -6%;
    }
}
@media screen and (max-width: 840px) {
    #styleorder_plan_box .left_box {
        width: 80%;
        margin: 0 auto;
    }
    #styleorder_plan_box .right_box {
        margin-top: 60px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #styleorder_plan_box .right_box figure {
        width: 48%;
    }
    #styleorder_plan_box .right_box figure::before {
        border-width: 15px 0 15px 15px;
        left: 50%;
        top: -40px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #styleorder_plan_box .right_box figure:first-child {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 640px) {
    #styleorder_plan_box .left_box {
        width: 100%;
    }
    #styleorder_block .ttl_box {
        margin-top: 50px;
        padding: 12px;
    }
    #styleorder_plan_box .ttl_box {
        margin-top: 0;
    }
    #styleorder_block .ttl_sub {
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
    #styleorder_block .ttl_sub br {
        display: none;
    }
    #styleorder_plan_box .row_box {
        padding-top: 0;
    }
    #styleorder_plan_box .left_box .graphic {
        padding: 15px 0;
    }
    #styleorder_plan_box .right_box {
        margin-top: 50px;
    }
    #styleorder_plan_box .right_box figure::before {
        top: -35px;
    }
}
/*下層 - styleorder_color_box
----------------------------*/
#styleorder_color_box figcaption {
    font-weight: 600;
    font-size: 15px;
    padding-top: 5px;
}
#styleorder_color_box figure {
    width: 23%;
    margin: 0 !important;
}
figure {
    margin: 0 !important;
}
@media screen and (max-width: 940px) {
    #styleorder_color_box figcaption {
        font-size: 13px;
    }
}
@media screen and (max-width: 640px) {
    #styleorder_color_box figure {
        width: 48%;
    }
    #styleorder_color_box .row_box {
        width: 100%;
        margin: 0 auto;
    }
    #styleorder_color_box figure:nth-child(n+3) {
        padding-top: 15px;
    }
}
/*下層 - styleorder_kitchen_box
----------------------------*/
#styleorder_kitchen_box figure img {
    margin: 0 auto;
    width: 685px;
    display: block;
}
/*下層 - styleorder_option_box
----------------------------*/
#styleorder_option_box .row_box {
    width: 716px;
    margin: 0 auto;
}
#styleorder_option_box figure:nth-child(1) {
    width: 23%;
}
#styleorder_option_box figure:nth-child(2) {
    width: 40%;
}
#styleorder_option_box figure:nth-child(3) {
    width: 31%;
}
@media screen and (max-width: 1100px) {
    #styleorder_option_box .row_box {
        width: 100%;
        margin: 0 auto;
    }
}
/*下層 - styleorder_order_box
----------------------------*/
.col2 {
    margin-bottom: 30px;
    height: 422px;
}
.col2 div {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.col2 div:first-child {
    width: 66.5%;
    background-image: url(../images/pages/styleorder/order_img01.jpg);
}
.col2 div:last-child {
    width: 32%;
    background-image: url(../images/pages/styleorder/order_img02.jpg);
}
.left_list {
    width: 74%;
}
.left_list li {
    width: 49%;
    height: 210px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.left_list li:nth-child(n+3) {
    margin-top: 2%;
}
.left_list .item01 {
    background-image: url(../images/pages/styleorder/order_img03.jpg);
}
.left_list .item02 {
    background-image: url(../images/pages/styleorder/order_img04.jpg);
}
.left_list .item03 {
    background-image: url(../images/pages/styleorder/order_img06.jpg);
}
.left_list .item04 {
    background-image: url(../images/pages/styleorder/order_img07.jpg);
}
.left_list .item05 {
    background-image: url(../images/pages/styleorder/order_img09.jpg);
}
.left_list .item06 {
    background-image: url(../images/pages/styleorder/order_img10.jpg);
}
.right_list {
    width: 24.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.right_list li {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.right_list .item07 {
    background-image: url(../images/pages/styleorder/order_img05.jpg);
}
.right_list .item08 {
    background-image: url(../images/pages/styleorder/order_img08.jpg);
}
.col3 ul li {
    position: relative;
}
.col3 ul li p {
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 12px;
    width: 100%;
    line-height: 100%;
    font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", ヒラギノ角ゴシック, "Hiragino Sans", "Meiryo UI", sans-serif;
    padding: 0.5em 0.8em;
    background: #5a5758;
    margin: 0px;
}
#styleorder_order_box .text {
    font-size: 12px;
    font-weight: 600;
    padding-top: 85px;
}
@media screen and (max-width: 940px) {
    .col3 ul li p {
        text-align: left;
        line-height: 1.5;
    }
}
@media screen and (max-width: 768px) {
    .col2 div:first-child {
        width: 66%;
    }
}
@media screen and (max-width: 640px) {
    #styleorder_order_box .text {
        padding-top: 40px;
    }
    .left_list {
        width: 100%;
    }
    .left_list li {
        height: 190px;
    }
    .right_list {
        margin-top: 2%;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .right_list li {
        width: 49%;
        height: 320px;
    }
    .col2 {
        margin-bottom: 20px;
        height: 190px;
    }
    .col3 ul li p {
        height: 48px;
    }
    .right_list .item07 {
        background-image: url(../images/pages/styleorder/sp/order_img05.jpg);
    }
    .right_list .item08 {
        background-image: url(../images/pages/styleorder/sp/order_img08.jpg);
    }
}
@media screen and (max-width: 425px) {
    .right_list li {
        width: 49%;
        height: 220px;
    }
}
