@charset "utf-8";
/* ----------------------------------------------------------------------------------------
* Author        : SHIGIRA SEVEN MILES RESORT
* File          : Reset CSS file
* ---------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------
                     01. Contents area css
------------------------------------------------------------------------------------------ */
.btn-back a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border: 1px solid var(--accent-color);
    border-radius: 10px;
    background-color: rgba(184, 158, 70, 0.2);
}

.btn-back a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    width: 13px;
    height: 13px;
    border-top: 3px solid var(--accent-color);
    border-right: 3px solid var(--accent-color);
    transform: rotate(225deg);
}


.container > p {
    margin-bottom: 24px;
}
