.btn.menu {
  z-index: 1051;
}
.footer_top_link{
    text-decoration: none;
    margin: 3em auto 10px;
    display: block;
    text-align: center;
    color: #fff;
}
.footer_top_link:hover{
    text-decoration: underline;
    color: #fff;
}
.footer_info{
                text-align: center;
                margin: 3rem 0 -37px;
            }
.retouch-guide-item-wrapper {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.retouch-guide-items {
    width: calc(50% - 10px/2);
}
.retouch-guide-item-list {
    list-style-type: none;
    padding: 0;
}
.retouch-guide-item {
    margin-bottom: 30px;
}
.retouch-guide-txt-bold {
    font-weight: bold;
}
.retouch-guide-item-link {
    margin-top: 15px;
}
.retouch-guide-item-link-btn {
    width: 150px;
    padding: 12px;
    font-weight: bold;
    color: #fff;
    background: #d5b68e;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
}
.retouch-guide-item-link-btn:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.retouch-guide-links-wrapper {
    display: flex;
    justify-content: space-between;
}
.retouch-guide-link {
    width: calc(33% - 10px/3);
    display: block;
    background: #af8c5e;
    text-align: center;
    padding: 14px;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
}
.retouch-guide-link:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
@media screen and (max-width: 765.98px) {
    .retouch-guide-item-wrapper {
        display: block;
    }
    .retouch-guide-items {
        width: 100%;
    }
    .retouch-guide-links-wrapper {
        display: block;
    }
    .retouch-guide-link {
        width: 100%;
        margin-bottom: 10px;
    }
}