@charset "utf-8";

/* --------------------------------------------


top


---------------------------------------------- */


.top {
    position: relative;
    top: 64px;
    height: 400px;
    background-image: url(../_image/gym/top.jpg);
}

.top__title {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top__title h1 {
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.top__title h1 span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}


@media only screen and (max-width:640px) {
    .top {
        background-position: center;
    }

    .top__title h1 {
        text-align: center;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .top__title h1 span {
        font-size: 16px;
        font-size: 1.6rem;
    }
}


/* --------------------------------------------


lead


---------------------------------------------- */

.lead {
    display: flex;
    align-items: center;
    gap: 80px;
    margin: 120px auto;
}

.lead__img {
    width: 50vw;
    max-width: 880px;
    min-width: 600px;
}

.lead__box {
    max-width: 600px;
    margin-right: 80px;
}

.lead__box img {
    display: block;
    width: 400px;
    margin-bottom: 20px;
}

.lead__box h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 3.2rem;
    text-align: start;
}

.lead__box p {
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (max-width:640px) {

    .lead {
        flex-direction: column-reverse;
        gap: 40px;
        margin: 120px auto 80px;
    }

    .lead__img {
        width: 100%;
    }

    .lead__box {
        max-width: 94%;
        margin: 3%;
    }

    .lead__box img {
        margin: 20px auto;
    }
}


/* --------------------------------------------

gymList

---------------------------------------------- */

.gymList {
    margin: 120px 0;
}

.gymList__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    width: 94%;
    max-width: 920px;
    margin: 80px auto;
}

.gymList__box {
    width: 440px;
    padding: 20px;
    border: 1px solid #B9B9B9;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(185, 185, 185, 0.5);
}

.gymList__box img {
    width: 100%;
}

.gymList__box h3 {
    margin: 20px 0;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
}

.gymList__box div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gymList__box div p {
    width: calc(100% - 40px);
    line-height: 1.4;
}

.gymList__box div .instagram {
    width: 40px;
}


.wpg__site {
    display: block;
    width: 94%;
    max-width: 400px;
    margin: 80px auto;
    padding: 40px;
    text-align: center;
    border: solid 4px #F7B52C;
    border-radius: 20px;
    background-color: #FFF9EE;
}

.wpg__site p {
    text-align: center;
}

.wpg__site img {
    width: 240px;
}

@media only screen and (max-width:640px) {

    .gymList {
        margin: 80px 0;
    }

    .gymList__box {
        width: 100%;
    }

    .gymList__box img {
        width: 100%;
    }

    .gymList__box div .instagram {
        width: 60px;
    }

    .wpg__site {
        max-width: 94%;
    }

    .wpg__site img {
        width: 400px;
        margin-top: 20px;
    }
}


/* --------------------------------------------

merit

---------------------------------------------- */

.merit h2 {
    font-weight: bold;
}

.merit__wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 40px;
    margin: 80px;
}

.merit__box {
    max-width: 360px;
}

.merit__box h3 {
    margin: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.4;
}


@media only screen and (max-width:640px) {

    .merit {
        margin: 120px 0;
    }

    .merit__wrap {
        display: block;
        margin: 40px 3%;
    }

    .merit__box {
        max-width: 100%;
        margin: 40px 0;
    }

    .merit__box h3 {
        font-size: 20px;
        font-size: 2rem;
    }


}

/* --------------------------------------------

point

---------------------------------------------- */

.point {
    margin: 80px 0;
    padding: 80px 0;
    background-color: #FFF9EE;
}

.point h2 {
    font-weight: bold;
}

.point h2 span {
    font-size: 48px;
    font-size: 4.8rem;
    color: #F7B52C;
}

.point__wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px;
    margin: 80px;
}

.point__box {
    width: 440px;
    padding: 20px;
    text-align: center;
    border: 4px solid #F7B52C;
    border-radius: 20px;
    background-color: #fff;
}

.point__box img {
    width: 80px;
}

.point__box h3 {
    margin: 12px 0;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.4;
}

.point__box p {
    text-align: center;
}


@media only screen and (max-width:640px) {

    .point h2 span {
        font-size: 36px;
        font-size: 3.6rem;
    }

    .point__wrap {
        display: block;
        margin: 40px 3%;
    }

    .point__box {
        width: 100%;
        margin: 20px 0;
    }

    .point__box h3 {
        font-size: 20px;
        font-size: 2rem;
    }

}

/* --------------------------------------------

reason

---------------------------------------------- */

.reason {
    margin: 120px auto;
}

.reason h2 {
    font-weight: bold;
}

.reason h2 small {
    font-size: 20px;
    font-size: 2rem;
}

.reason h2 span {
    color: #F7B52C;
}

.reason__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 80px;
}

.reason__wrap-last {
    flex-direction: row-reverse;
}

.reason__photo {
    width: 400px;
}

.reason__photo h3 {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
}

.reason__box {
    max-width: 600px;
}

.reason__box h4 {
    margin: 40px 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
}

.reason__box h4 b {
    color: #F7B52C;
    font-weight: bold;
}



@media only screen and (max-width:640px) {

    .reason h2 {
        font-size: 32px !important;
        font-size: 3.2rem !important;
        line-height: 1.4;
    }

    .reason h2 small {
        display: inline-block;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 20px;
    }

    .reason__wrap {
        display: block;
        margin: 40px 3%;
    }

    .reason__photo {
        width: 100%;
    }

    .reason__photo h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .reason__box {
        max-width: 100%;
    }

    .reason__box h4 {
        font-size: 20px;
        font-size: 2rem;
    }

}

/* --------------------------------------------

cost

---------------------------------------------- */

.cost {
    margin: 120px 0;
    text-align: center;
}

.cost h2 {
    font-weight: bold;
}

.cost p {
    text-align: center;
}

.cost__table {
    margin: 40px auto;
}

.cost__table th,
.cost__table td {
    padding: 10px 20px;
    border: solid 1px #000;
    font-size: 16px;
    font-size: 1.6rem;
}

.cost__table .sum th,
.cost__table .sum td {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    border: solid 1px #fff;
    background-color: #000;
}

.cost__table td {
    text-align: end;
}

.result {
    width: 300px;
}

@media only screen and (max-width:640px) {

    .result {
        width: 400px;
    }
}

/* --------------------------------------------

fc__contact

---------------------------------------------- */

.fc__contact {
    padding: 80px 0;
    background-color: #FFF9EE;
}

.fc__contact h2 {
    margin: 20px 0;
    font-weight: bold;
}

.fc__contact p {
    text-align: center;
}


@media only screen and (max-width:640px) {

    .fc__contact {
        padding: 80px 3%;
        background-color: #FFF9EE;
    }

}

/* --------------------------------------------

estate

---------------------------------------------- */

.estate {
    margin: 120px auto;
}

.estate h2 {
    font-weight: bold;
}

.estate p {
    text-align: center;
}

.estate__table {
    margin: 40px auto;
}

.estate__table th,
.estate__table td {
    padding: 10px 20px;
    border: solid 1px #000;
    font-size: 16px;
    font-size: 1.6rem;
}

.estate__table th {
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width:640px) {

    .estate {
    margin: 120px 3%;
}


}