@charset "utf-8";

/*********************************************************

For リフォームメニュー

*********************************************************/

/* ttl_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .ttl_wrap {
        padding-bottom: 50px;
    }

    .ttl_wrap .mv {
        margin: 40px auto 0;
        width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .ttl_wrap {
        padding-bottom: 20px;
    }

    .ttl_wrap .mv {
        margin: 20px auto 0;
        width: 80%;
    }

}

/* nav_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .nav_wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav_wrap .list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 830px;
    }

    .nav_wrap .list li {
        margin-bottom: 20px;
        width: 405px;
    }

    .nav_wrap .list li:nth-child(-n+3) {
        width: 265px;
    }

    .nav_wrap .list li a {
        position: relative;
        display: block;
        padding: 20px 10px 20px 90px;
        background-color: #ee4709;
        background-size: auto 50px;
        background-position: 20px center;
        background-repeat: no-repeat;
        border: 2px solid #ee4709;
        transition: 0.3s ease-in-out;
    }

    .nav_wrap .list li a:hover {
        background-color: #FFF;
    }

    .nav_wrap .list li:nth-child(1) a {
        background-image: url(../img/ico_reform_1_w.png);
    }

    .nav_wrap .list li:nth-child(1) a:hover {
        background-image: url(../img/ico_reform_1_o.png);
    }

    .nav_wrap .list li:nth-child(2) a {
        background-image: url(../img/ico_reform_2_w.png);
    }

    .nav_wrap .list li:nth-child(2) a:hover {
        background-image: url(../img/ico_reform_2_o.png);
    }

    .nav_wrap .list li:nth-child(3) a {
        background-image: url(../img/ico_reform_3_w.png);
    }

    .nav_wrap .list li:nth-child(3) a:hover {
        background-image: url(../img/ico_reform_3_o.png);
    }

    .nav_wrap .list li:nth-child(4) a {
        background-image: url(../img/ico_reform_4_w.png);
    }

    .nav_wrap .list li:nth-child(4) a:hover {
        background-image: url(../img/ico_reform_4_o.png);
    }

    .nav_wrap .list li:nth-child(5) a {
        background-image: url(../img/ico_reform_5_w.png);
    }

    .nav_wrap .list li:nth-child(5) a:hover {
        background-image: url(../img/ico_reform_5_o.png);
    }

    .nav_wrap .list li:nth-child(6) a {
        background-image: url(../img/ico_reform_6_w.png);
    }

    .nav_wrap .list li:nth-child(6) a:hover {
        background-image: url(../img/ico_reform_6_o.png);
    }

    .nav_wrap .list li:nth-child(7) a {
        background-image: url(../img/ico_reform_7_w.png);
    }

    .nav_wrap .list li:nth-child(7) a:hover {
        background-image: url(../img/ico_reform_7_o.png);
    }

    .nav_wrap .list li a p {
        color: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        transition: 0.3s ease-in-out;
    }

    .nav_wrap .list li a:hover p {
        color: #ee4709;
    }

    .nav_wrap .list li a::before {
        content: "";
        position: absolute;
        right: -2px;
        bottom: -2px;
        width: 17px;
        height: 17px;
        background: #000;
        z-index: 3;
        transition: 0.3s ease-in-out;
    }

    .nav_wrap .list li a::after {
        content: "";
        position: absolute;
        right: 1px;
        bottom: 2px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.0px 5px 0 5px;
        border-color: #FFF transparent transparent transparent;
        z-index: 4;
        transition: 0.3s ease-in-out;
    }

    .nav_wrap .listMini {
        position: fixed;
        top: -100px;
        left: 50%;
        transform: translateX(calc(-50% + 178px));
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 990px;
        background-color: #ee4709;
        transition: 0.3s ease-in-out;
        z-index: 5;
    }

    .nav_wrap .listMini.is_fixed {
        top: 0;
    }

    .nav_wrap .listMini li {
        margin-bottom: 0;
        width: 14.28%;
    }

    .nav_wrap .listMini li:nth-child(-n+3) {
        width: 14.28%;
    }

    .nav_wrap .listMini li a {
        position: relative;
        display: block;
        padding: 10px 0 20px;
        background-color: #ee4709;
        background-image: none !important;
        transition: 0.3s ease-in-out;
    }

    .nav_wrap .listMini li a:hover {
        background-color: #f4663b;
    }

    .nav_wrap .listMini li a p {
        color: #FFF;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;

    }

    .nav_wrap .listMini li a::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 1px;
        height: 30px;
        background-color: #FFF;
    }

    .nav_wrap .listMini li:last-child a::before {
        display: none;
    }

    .nav_wrap .listMini li a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 4px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.0px 5px 0 5px;
        border-color: #FFF transparent transparent transparent;
        z-index: 4;
        transition: 0.3s ease-in-out;
    }

}

@media screen and (min-width:768px) and (max-width:1439px) {
    .nav_wrap .listMini {
        transform: translateX(-50%);
    }

    .nav_wrap .listMini.is_fixed {
        top: 70px;
        ;
    }
}

@media screen and (max-width: 767px) {
    .nav_wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav_wrap .section_inner {}

    .nav_wrap .list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .nav_wrap .list li {

        width: 50%;
    }

    .nav_wrap .list li:last-child {
        width: 100%;
    }

    .nav_wrap .list li a {
        position: relative;
        display: block;
        margin-right: 1px;
        margin-bottom: 1px;
        padding: 10px 0 20px;
        background-color: #ee4709;
        background-image: none !important;
        transition: 0.3s ease-in-out;
    }

    .nav_wrap .list li:nth-child(2n) a {
        margin-right: 0;
    }

    .nav_wrap .list li:last-child a {
        margin-right: 0;
        margin-bottom: 0;
    }

    .nav_wrap .list li a p {
        color: #FFF;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;

    }

    .nav_wrap .list li a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 6px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.0px 5px 0 5px;
        border-color: #FFF transparent transparent transparent;
        z-index: 4;
        transition: 0.3s ease-in-out;
    }

    .nav_wrap .listMini {
        display: none;
    }
}

/* menu_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .menu_wrap {
        margin-top: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-top: 2px solid #c8c8c8;
    }

    .menu_wrap .list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .menu_wrap .list li {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 30px;
        margin: 5px;
        background-image: url(../../common/img/bg/dot_1.png);
        background-size: 14px auto;
        background-position: left top;
        background-repeat: repeat;
        border: 4px solid #ee4709;
    }

    .menu_wrap .list li.st1 {
        width: 490px;
    }

    .menu_wrap .list li.st2 {
        display: block;
        width: 323px;
    }

    .menu_wrap .list li.st3 {
        width: 700px;
    }

    .menu_wrap .list li h4 {
        margin-bottom: 10px;
        width: 100%;
        color: #ee4709;
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.5rem;
    }

    .menu_wrap .list li.st1 .img {
        width: 234px;
    }

    .menu_wrap .list li.st2 .img {
        margin-bottom: 10px;
        width: 100%;
    }

    .menu_wrap .list li.st3 .img {
        width: 355px;
    }

    .menu_wrap .list li .info {
        padding-bottom: 30px;
    }

    .menu_wrap .list li.st1 .info {
        width: 174px;
    }

    .menu_wrap .list li.st2 .info {
        width: 100%;
    }

    .menu_wrap .list li.st3 .info {
        width: 235px;
    }

    .menu_wrap .list li .info .desc {
        font-size: 1.5rem;
        text-align: justify;
    }

    .menu_wrap .list li .info .days {
        position: absolute;
        right: 30px;
        bottom: 30px;
        margin-top: 5px;
        color: #ee4709;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: right;
        line-height: 1;
        letter-spacing: 0.2rem;
    }

    .menu_wrap .list li .info .days span {
        font-size: 2.2rem;
    }

    .menu_wrap .btnWorks {
        margin-top: 20px;
    }

}

@media screen and (max-width: 767px) {
    .menu_wrap {
        margin-top: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 2px solid #c8c8c8;
    }

    .menu_wrap .list {}

    .menu_wrap .list li {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        background-image: url(../../common/img/bg/dot_1.png);
        background-size: 14px auto;
        background-position: left top;
        background-repeat: repeat;
        border: 4px solid #ee4709;
    }

    .menu_wrap .list li:last-child {
        margin-bottom: 0;
    }

    .menu_wrap .list li h4 {
        padding: 4px;
        width: 100%;
        color: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        background-color: #ee4709;
    }

    .menu_wrap .list li .img {
        margin: 50px 5% 10px;
    }

    .menu_wrap .list li .info .desc {
        margin: 0 5% 10px;
        text-align: justify;
    }

    .menu_wrap .list li .info .days {
        position: absolute;
        left: 0;
        top: 42px;
        width: 100%;
        margin-top: 5px;
        color: #ee4709;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }
    .menu_wrap .list li.st3 .info .days {
        top: 8px;
    }

    .menu_wrap .list li .info .days span {
        font-size: 2.0rem;
    }

    .menu_wrap .btnWorks {
        margin-top: 10px;
    }
}

/* btnarea_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .btnarea_wrap {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .btnarea_wrap .btnRequest {
        width: 370px;
    }
}

@media screen and (max-width: 767px) {
    .btnarea_wrap {
        padding-top: 0;
        padding-bottom: 30px;
    }
}


/* other_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .other_wrap {
        padding-top: 60px;
        border-top: 2px solid #c8c8c8;
    }

}

@media screen and (max-width: 767px) {
    .other_wrap {
        padding-top: 30px;
        border-top: 2px solid #c8c8c8;
    }
}
