header#reserve_header {
    height: 120px;
    padding: 0 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4b4641;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all .25s;
}

header#reserve_header.hide {
    transform: translateY(-120px)
}

header#reserve_header .logo_wrap {
    height: 76px;
    display: inline-block
}

header#reserve_header .logo_wrap img {
    height: 100%
}

header {
    background: #4b4641
}

header .side_menu {
    background: #4b4641;
    color: #fffff3
}

header .side_menu ul li a {
    color: #fffff3
}

header div.right_wrap div.button_wrap div.sidebar_wrap button.menu_btn .icon span {
    background: #fffff3
}

header div.right_wrap div.button_wrap div.sidebar_wrap button.menu_btn.action .icon span {
    background: #fffff3
}

#reserve_form {
    margin-top: 120px;
    padding: 65px 0;
    background-image: url(/assets/price_bg-CfF8NSib.png);
    background-attachment: fixed;
    background-position: initial;
    background-size: cover
}

#reserve_form .container {
    width: 90%;
    max-width: 1100px;
    margin: auto
}

#reserve_form .container > .wrap {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 1px;
    padding: 10px;
    background: #f0ede6;
    display: flex
}

#reserve_form .container > .wrap .text {
    width: 100%;
    color: #4b4641;
    background: #fff;
    white-space: pre-line;
    padding: 14px 28px
}

#reserve_form .container > p {
    text-align: center
}

#reserve_form .container > h2 {
    text-align: center;
    color: #4b4641
}

#reserve_form .container .strength_wrap {
    margin: 0 28px
}

#reserve_form .container .strength_wrap li {
    background: #f0ede6;
    color: #4b4641;
    padding: 10px;
    margin-top: 14px
}

#reserve_form .container .strength_wrap li:first-child {
    margin-top: 0
}

#reserve_form .container .strength_wrap li .wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff
}

#reserve_form .container .strength_wrap li .wrap .img_wrap {
    padding: 28px 42px 28px 56px
}

#reserve_form .container .strength_wrap li .wrap .text_wrap h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .2rem;
    margin-bottom: 7px
}

#reserve_form .container .strength_wrap li .wrap .text_wrap p {
    font-size: 18px;
    line-height: 2;
    text-align: left;
    letter-spacing: .08rem
}

#reserve_form .container .black_wrap {
    width: 100%;
    margin-top: 56px
}

#reserve_form .container .black_wrap img {
    width: 100%
}

#reserve_form .container .black_wrap > p {
    color: #fffff3;
    text-align: center
}

#reserve_form .container .black_wrap > h2 {
    color: #fffff3;
    text-align: center
}

#step {
    padding: 130px 0;
    max-width: 1100px;
    width: 90%;
    margin: auto;
    background: #fffff3
}

#step h2 {
    text-align: center;
    color: #4b4641
}

#step p {
    text-align: center
}

#step ul li {
    margin-top: 56px
}

#step ul li:first-child {
    margin-top: 0
}

#step ul li .flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #4b4641
}

#step ul li .flex div.img_wrap {
    height: 260px
}

#step ul li .flex .text_wrap {
    margin-left: 28px
}

#step ul li .flex .text_wrap .title_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

#step ul li .flex .text_wrap .title_wrap h3 {
    margin-left: 28px;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .2rem
}

#step ul li .flex .text_wrap .text {
    margin-left: 14px;
    font-size: 18px;
    line-height: 2;
    text-align: left;
    letter-spacing: .08rem
}

#form {
    padding: 130px 0;
    background-image: url(/assets/reason_bg-54zC9GxR.png);
    background-attachment: fixed;
    background-position: initial;
    background-size: cover
}

#form .container {
    max-width: 1100px;
    width: 90%;
    margin: auto
}

#form .container > p {
    text-align: center
}

#form .container > h2 {
    text-align: center;
    color: #4b4641
}

#form .container .hacomono_wrap {
    margin-bottom: 130px
}

#form .container ul li {
    background: #4b4641b3;
    position: relative;
    margin-top: 56px
}

#form .container ul li:first-child {
    margin-top: 0
}

#form .container ul li .img_wrap {
    position: absolute;
    top: 28px;
    left: 56px
}

#form .container ul li .img_wrap:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background: #fffff3;
    top: 70px;
    left: 98px;
    transform: translate(-50%) rotate(-45deg)
}

#form .container ul li .wrap {
    padding: 98px 56px 56px 196px
}

#form .container ul li .wrap .title_wrap {
    font-size: 27px;
    line-height: 1.8;
    margin-bottom: 14px;
    color: #fff
}

#form .container ul li .wrap .text_wrap {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .2rem;
    text-align: left;
    color: #fff
}

@media screen and (max-width: 1023px) {
    header#reserve_header {
        height: 60px;
        padding: 0 14px;
        justify-content: space-between;
        gap: 56px
    }

    header#reserve_header .logo_wrap {
        height: 38px
    }

    header#reserve_header .logo_wrap img {
        height: 100%
    }

    header#reserve_header h1 {
        font-size: 17px;
        letter-spacing: 0.3rem;
        white-space: nowrap;
    }

    #reserve_form {
        margin-top: 60px;
        padding: 65px 14px
    }

    #reserve_form .container {
        width: 100%;
        max-width: 425px
    }

    #reserve_form .container > .wrap {
        width: 100%;
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 1px;
        padding: 3px
    }

    #reserve_form .container > .wrap .text {
        width: 100%;
        color: #4b4641;
        background: #fff;
        white-space: pre-line;
        padding: 0 14px
    }

    #reserve_form .container .strength_wrap {
        margin: 0
    }

    #reserve_form .container .strength_wrap li {
        padding: 3px;
        margin-top: 7px
    }

    #reserve_form .container .strength_wrap li:first-child {
        margin-top: 0
    }

    #reserve_form .container .strength_wrap li .wrap {
        padding: 14px
    }

    #reserve_form .container .strength_wrap li .wrap .img_wrap {
        padding: 0;
        height: 60px;
        margin-right: 14px
    }

    #reserve_form .container .strength_wrap li .wrap .text_wrap h4 {
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 7px;
        border-bottom: 1px solid #4b4641;
        padding: 0 3px 7px
    }

    #reserve_form .container .strength_wrap li .wrap .text_wrap p {
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
        letter-spacing: 1px;
        padding: 0 3px 7px
    }

    #reserve_form .container .black_wrap {
        margin-top: 28px
    }

    #step {
        padding: 65px 14px;
        max-width: 425px;
        width: 100%
    }

    #step h2 {
        text-align: center;
        color: #4b4641
    }

    #step p {
        text-align: center
    }

    #step ul li {
        margin-top: 28px
    }

    #step ul li:first-child {
        margin-top: 0
    }

    #step ul li .flex div.img_wrap {
        height: 98px
    }

    #step ul li .flex .text_wrap {
        margin-left: 14px
    }

    #step ul li .flex .text_wrap .title_wrap img {
        height: 42px
    }

    #step ul li .flex .text_wrap .title_wrap h3 {
        margin-left: 14px;
        margin-bottom: 7px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 1px
    }

    #step ul li .flex .text_wrap .text {
        margin-left: 7px;
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1px
    }

    #form {
        padding: 65px 14px
    }

    #form .container {
        max-width: 425px;
        width: 100%
    }

    #form .container .hacomono_wrap {
        margin-bottom: 65px
    }

    #form .container ul li {
        margin-top: 14px
    }

    #form .container ul li:first-child {
        margin-top: 0
    }

    #form .container ul li .img_wrap {
        position: absolute;
        top: 14px;
        left: 14px;
        height: 42px
    }

    #form .container ul li .img_wrap:before {
        width: 76px;
        height: 1px;
        top: 32px;
        left: 42px
    }

    #form .container ul li .wrap {
        padding: 42px 0 21px
    }

    #form .container ul li .wrap .title_wrap {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 14px;
        letter-spacing: 1px;
        padding: 0 14px 0 76px
    }

    #form .container ul li .wrap .text_wrap {
        padding: 0 14px 0 21px;
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1px
    }
}

h1 {
    font-size: 27px;
}

#step {
    padding: 0;
    max-width: none;
    width: 100%;
    background: #fffff3;
}

#step .container {
    padding: 130px 0;
    max-width: 1100px;
    width: 90%;
    margin: auto;
}

header#reserve_header .right_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#reserve_header .wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

#reserve_header .wrap h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

