@charset "utf-8";

/* ====================
Article header
==================== */
.articleHeader__visual {
    width: 100%;
    background-image: url(../images/headerVisual_information_sp.png);
    background-size: cover;
    background-position: center;
}

.topic__row.subPage.information {
    padding: 76px 0;
}

.btnSub {
    margin-top: 45px;
    padding: 0 5.13%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.btn--sub a {
    color: var(--primary-blue);
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 10px 47px 10px 37px;
    border-radius: 50px;
}

.btn--sub a::after {
    width: 8px;
    height: 8px;
    border: 1px;
    border-bottom: 1px solid var(--primary-blue);
    border-right: 1px solid var(--primary-blue);
    background-image: none;
    transform: rotate(45deg);
    translate: 2px -5px;
}

/* .article__header pc */
@media screen and (min-width:769px) {
    .articleHeader__visual {
        background-image: url(../images/headerVisual_information.png);
    }

    .topic__row.subPage.information {
        padding: 158px 0;
    }

    .btnSub {
        justify-content: center;
        padding: 0;
    }

    .btn--sub a {
        padding: 15px 60px;
        width: auto;
    }

    .btn--sub a:hover::after {
        border-bottom: 1px solid var(--primary-white);
        border-right: 1px solid var(--primary-white);
        background-image: none;
        translate: 2px -3px;
    }

}

/* pc 769px */

/* ====================
history
==================== */
.history .content {
    display: flex;
    flex-direction: column-reverse;
}

.yamashita {
    margin-top: 50px;
}

.history .name {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
}

.historyList {
    margin-top: 70px;
}

.historyItem-02 {
    margin-top: 25px;
    padding: 25px 0;
    border-top: 1px solid var(--primary-lightGray);
    border-bottom: 1px solid var(--primary-lightGray);
}

.historyItem-02 h4:last-of-type {
    margin-top: 25px;
}

.historyItem-03 {
    margin-top: 25px;
}

.historyItem p {
    margin-top: 20px;
}

/* history pc */
@media screen and (min-width:769px) {
    .history .content {
        flex-direction: row;
        margin-top: 75px;
        align-items: center;
        gap: 5.86%;
    }

    .yamashita {
        margin-top: 0;
        max-width: 340px;
    }

    .history .name {
        font-size: 1.6rem;
        margin-top: 20px;
    }

    .historyList {
        margin-top: 0;
        width: 67.58%;
    }

    .historyItem-02 {
        margin-top: 30px;
        padding: 30px 0;
    }

    .historyItem-03 {
        margin-top: 30px;
    }

}

/* pc 769px */

/* ====================
club
==================== */
.section.subPage.club {
    background-image: url(../images/bg_white.jpg);
    background-size: contain;
    padding: 70px 5.13%;
}

.club__item {
    margin-top: 70px;
}

.club__list {
    margin-top: 45px;
    display: flex;
    flex-direction: column-reverse;
}

.club .title {
    margin-top: 30px;
}

.club .label {
    font-size: 1.2rem;
    font-family: "Noto Sans JP";
    color: var(--primary-blue);
    display: block;
    padding: 6px 10px;
    border: 1px solid var(--primary-blue);
    border-radius: 8px;
    width: fit-content;
}

.club .category {
    margin-top: 20px;
    display: block;
}

.club p {
    margin-top: 20px;
    font-family: "Noto Sans JP";
}

/* club pc */
@media screen and (min-width:769px) {
    .section.subPage.club {
        padding: 130px 5.56%;
        background-image: none;
    }

    .club__item {
        margin-top: 75px;
    }

    .club__list {
        margin-top: 60px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .club img {
        width: 39.06%;
    }

    .club .txtWrap {
        width: 49.22%;
    }

    .club .title {
        margin-top: 0;
    }

    .club .label {
        font-size: 1.5rem;
        padding: 8px 15px;
    }

    .club p {
        margin-top: 30px;
    }

}

/* pc 769px */

/* ====================
join
==================== */
.section.subPage.join {
    padding-top: 70px;
}

.flexContent {
    margin-top: 70px;
}

/* target */
.target ul {
    margin-top: 25px;
    display: flex;
}

.targetItem {
    display: flex;
    align-items: center;
    width: 50%;
}

.target .icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_home.png);
    background-size: 15px 14px;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 1px var(--primary-blue);
    border-radius: 50%;
    margin-right: 8px;

}

.target .icon--02::before {
    background-image: url(../images/icon_person.png);
    background-size: 15px 10px;
}

.target .txt {
    font-family: "Noto Sans JP";
    line-height: 1;
}

.targetItem02 span {
    font-size: 1.0rem;
    display: block;
    margin-top: 4px;
}

/* schedule */
.schedule h4 {
    margin-top: 45px;
}

.schedule .container {
    margin-top: 25px;
    text-align: center;
    display: grid;
    grid-template-columns: 34.29% repeat(7, 1fr);
    font-family: "Noto Sans JP";
}

.schedule .gridItem.circle {
    color: var(--primary-blue);
}

/* .schedule .gridItem.circle {
    padding-left: 31.25%;
}

.schedule .circle::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-blue);
} */

.schedule .gridItem.time {
    text-align: left;
    padding-left: 6.67%;
}

.schedule .gridItemA {
    border-bottom: 1px solid var(--primary-lightGray);
    padding-bottom: 10px;
    line-height: 1;
}

.schedule .gridItemB {
    border-bottom: 1px solid var(--primary-lightGray);
    padding: 12px 0;
    line-height: 1;
}

.schedule .gridItemC {
    border-bottom: 1px solid var(--primary-lightGray);
    padding: 12px 0;
    line-height: 1;
}

.schedule .txt {
    margin-top: 15px;
    line-height: 1;
    font-size: 1.2rem;
    font-family: "Noto Sans JP";
}

/* fee */
.fee {
    margin-top: 45px;
}

.fee .container {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 9fr 13fr 13fr;
    grid-auto-rows: 60px;
}

.fee .gridItem {
    background-color: var(--primary-blue);
    color: var(--primary-white);
    font-family: "Noto Sans JP";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fee .gridItem:first-child {
    background-color: var(--primary-white);
}

.fee .gridItem:nth-child(2) {
    border-right: 1px solid var(--primary-white);
    border-bottom: 0;
}

.fee .gridItem:nth-child(3) {
    flex-direction: column;
    line-height: 1.4;
    border-bottom: 0;
}

.fee .gridItem:last-child {
    font-size: 1.4rem;
}

.fee .gridItem.category {
    border-bottom: 1px solid var(--primary-white);
}

.fee .gridItem.category.sports {
    line-height: 1.2;
    border-bottom: 0;
}

.fee .gridItem.category span {
    font-size: 1.2rem;
}

.fee .gridItem.part {
    background-color: var(--primary-lightBlue);
    color: var(--primary-black);
    font-size: 1.6rem;
    border-bottom: 1px solid var(--primary-lightGray);
}

.fee .gridItem.part.left {
    border-right: 1px solid var(--primary-lightGray);
}

.fee .gridItem.part.bottom {
    border-bottom: 0;
}

.fee .gridItem.part.bottom.last {
    font-size: 1.4rem;
}

.fee .gridItem.part span {
    font-size: 1.2rem;
    transform: translateY(1px);
}

.fee .txt {
    font-size: 1.2rem;
    font-family: "Noto Sans JP";
    margin-top: 15px;
    line-height: 1.3;
}

.fee .txt p {
    margin-top: 4px;
    line-height: 1;
}

.fee .txt p:first-child {
    line-height: 1.3;
}

/* location */
.location {
    margin-top: 45px;
}

.location .container {
    margin-top: 25px;
}

.map {
    width: 110.26%;
    margin: 0 -5.13%;
    aspect-ratio: 39 / 26;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.location .txtWrap {
    margin-top: 25px;
    font-family: "Noto Sans JP";
    line-height: 1;
}

.location .txtWrap h5 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--primary-blue);
}

.location .txtWrap p {
    margin-top: 25px;
}

.location .txtWrap p:nth-of-type(2) {
    margin-top: 4px;
}

.location .txtWrap p:nth-of-type(3) {
    margin-top: 15px;
}

.location .txtWrap p:nth-of-type(4) {
    line-height: 1.75;
}

/* join pc */
@media screen and (min-width:769px) {
    .section.subPage.join {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .join .flexContent {
        margin-top: 75px;
        display: flex;
        justify-content: space-between;
    }

    .join .flexContent--left {
        width: 45.31%;
    }

    .targetItem01 {
        margin-right: 50px;
    }

    .targetItem02 span {
        font-size: 1.2rem;
        margin-top: 7px;
    }

    .target .icon::before {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    .schedule {
        margin-top: 100px;
    }

    .schedule .gridItemA {
        padding-bottom: 14px;
    }

    .schedule .gridItemB {
        padding: 14px 0;
    }

    .schedule .gridItemC {
        padding: 14px 0;
    }

    .schedule .gridItem.time {
        text-align: left;
        padding-left: 6.67%;
    }

    .fee {
        margin-top: 0;
        width: 50%;
    }

    .fee .container {
        margin-top: 40px;
    }

    .fee .gridItem.part {
        font-size: 1.8rem;
    }

    .fee .gridItem.part span {
        font-size: 1.4rem;
    }

    .fee .gridItem:nth-child(3) {
        line-height: 1.3;
    }

    .fee .gridItem.category span {
        font-size: 1.4rem;
    }

    .fee .txt p:first-child {
        line-height: 1;
    }

    .location {
        margin-top: 60px;
    }

    .location .container {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5.86%;
    }

    .map {
        aspect-ratio: 58 / 39;
        max-width: 580px;
        width: 100%;
        margin: 0;
    }

    .location .txtWrap h5 {
        font-size: 2.0rem;
    }

    .location .txtWrap p {
        margin-top: 30px;
    }

    .location .txtWrap p:nth-of-type(2) {
        margin-top: 10px;
    }

    .location .txtWrap p:nth-of-type(4) {
        line-height: 1.8;
    }

}

/* pc 769px */