@charset "UTF-8";

/**************************************************************
thanks 個別
***************************************************************/
header .tel {
    display: none;
}

.step {
    /* background-image: url(/asset/form/ladysreserve/img/step03.gif); */
    background-image: url(/asset/form/img/form_step03.png);
}

.wrap {
    margin: 30px auto;
    padding: 30px 15px;
    text-align: center;
    line-height: 1.4;
    word-break: break-all;
    border-top: #cba solid 1px;
    border-bottom: #cba solid 1px;
    box-sizing: border-box;
}

.wrap p {
    line-height: 1.8;
    font-size: 14px;
}

.wrap p:first-of-type {
    font-size: 16px;
}

.wrap p b {
    color: #f00;
    font-weight: normal;
}

.salon {
    margin: 30px auto;
    max-width: 490px;
}

.salon a {
    display: block;
    padding: 15px 25px;
    border: 2px solid #ccad77;
    border-radius: 5px;
    position: relative;
}

.salon a:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-top: 3px solid #ccad77;
    border-right: 3px solid #ccad77;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.salon .logo {
    background: url(/asset/form/img/logo.gif) no-repeat center;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    height: 60px;
    margin: 0 0 15px;
}

.salon .name {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 10px 0;
}

.salon .addr {
    font-size: 11px;
}

.salon .url {
    font-size: 11px;
}

.backtop {
    font-size: 0;
    line-height: 0;
    display: block;
    background: url(/asset/form/ladysreserve/img/btn_backtop.jpg) no-repeat center;
    background-size: 100%;
    width: 300px;
    height: 60px;
    margin: auto;
}

.backtop a {
    display: block;
    height: 100%;
}

footer {
    margin-top: 70px;
}

@media (max-width: 640px) {
    .wrap {
        margin: auto;
        border: none;
    }

    .wrap p {
        font-size: 10.5px;
        line-height: 2;
    }

    .wrap p:first-of-type {
        font-size: 13px;
        margin: 0 0 20px;
    }

    .backtop {
        width: 95%;
        max-width: 240px;
    }
}

@media (min-width: 641px) {
    .salon .name {
        font-size: 18px;
    }

    .salon .addr {
        font-size: 12px;
    }

    .salon .url {
        font-size: 12px;
    }
}

@media (min-width: 941px) {
    .step {
        background-image: url(/asset/form/img/step-new_03_pc.png);
    }
}