@charset "utf-8";

html {
    height: 100%;
    font-size: 14px;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    line-height: 1.7;
    color: #000;
    margin: 0;
    min-height: 100%;
    background: #666;
    font-size: clamp(1rem, 4vw, 1.5rem);
}

@keyframes auroraGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.fade-slide-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.fade-slide-in.active {
    opacity: 1;
    transform: translateY(0);
}

#content-area {
    background: #fff;
    margin: 0 auto;
    max-width: 700px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

header {
    background: #000;
    padding: 2%;
}

header img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

footer {
    background: #000;
    padding: 2%;
    font-size: clamp(0.6rem, 4vw, 0.8rem);
    text-align: center;
    color: #fff;
}

.content {
    padding: 7% 0 0;
}

.content-inner {
    padding: 0 5%;
}

a,
.wpcf7-submit {
    transition: all 0.6s ease-out;
}

a:hover,
.wpcf7-submit:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
}

h2 {
    display: flex;
    align-items: center;
    background: #c99904;
    color: #fff;
    font-weight: bold;
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    line-height: 1.5;
    margin: 2rem 0 1.7rem;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
}

.content-inner h2:first-of-type {
    margin-top: 0;
}

h3 {
    border-bottom: 2px solid #c99904;
    font-weight: bold;
    padding-bottom: 0.2rem;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    line-height: 1.5;
    margin: 1.5rem 0 1.2rem;
    letter-spacing: 1px;
}

.content-inner p {
    margin-bottom: 2rem;
}

.content-inner p:last-child {
    margin-bottom: 0rem;
}

.supplement {
    background: #ff0000;
    color: #fff;
    padding: 1rem;
    margin-top: 2rem;
}

.supplement span {
    font-weight: bold;
}

.cancel {
    border: 1px solid #c99904;
    padding: 1rem;
    margin-top: 2rem;
}

.vip-img {
    margin: 0 0 1rem;
}

.access-img {
    margin-bottom: 1.5rem;
}


.gym-list li {
    position: relative;
    padding-left: 1.25em;
    font-weight: bold;
}

.gym-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.8em;
    height: 0.8em;
    background-color: #c99904;
    border-radius: 50%;
}

.shoes-caution {
    font-size: clamp(0.8rem, 4vw, 1.2rem);
    margin-top: 1rem;
}

.contact-form p {
    margin-bottom: 0px !important;
}

.contact-form h3 span {
    background: #ff0000;
    padding: 0.15rem 0.5rem;
    font-size: clamp(0.7rem, 4vw, 1.2rem);
    color: #fff;
    margin-right: 0.3rem;
    border-radius: 3px;
    line-height: 1;
}

.contact-form input,
.contact-form textarea {
    background: #eee;
    border-radius: 3px;
    width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.contact-form textarea {
    height: 10rem;
}

.contact-form .wpcf7-submit {
    background-color: #c99904;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 1.5rem 0 0;
    padding: 1rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0 0 0 !important;
}

/*タブレット&スマホ*/
@media screen and (max-width: 699px) {

    .display-pc {
        display: none !important;
    }

    .display-sp {
        display: block !important;
    }


}
