article:not(.page-first-view) {
    padding: 50px 5%;
}
/*--------------------------------------------
min-width 1400
--------------------------------------------*/
@media (min-width: 1400px) {
    article:not(.page-first-view) {
        padding: 100px calc((100% - 1400px) / 2);
    }
}

/*--------------------------------------------

page-first-view

--------------------------------------------*/
.page-first-view::before {
    background: rgb(217, 224, 241);
}

/*--------------------------------------------
min-width 650
--------------------------------------------*/
@media (min-width: 650px) {
    
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {

}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
}


/*--------------------------------------------

category

--------------------------------------------*/
#category {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
#category h2 {
    font-size: 125%;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 100px;
    line-height: 1.3em;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0.7em;
}
#category h2::before {
    content: "";
    width: 1.25em;
    height: 0.75em;
    background: rgb(240, 240, 240);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -0.7em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.category-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
}
.category-btn {
    font-size: 160%;
    width: 100%;
    padding: 40px 20px;
    border-radius: 20px;
}
.category-btn a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    transition: all 0.3s;
}
.category-btn a:hover {
    transform: scale(1.1);
}
.category-btn h3 {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#lesson-btn h3 {
    width: min-content;
}
.category-btn svg {
    width: 1em;
    flex-shrink: 0;
}
#chiropractic-btn svg {
    fill: rgb(58, 85, 152);
}
#gym-btn svg {
    fill: rgb(126, 79, 120);
}
#lesson-btn svg {
    fill: rgb(188, 73, 106);
}
#basic-btn {
    font-size: 110%;
    padding: 20px;
}
#basic-btn a h3 {
    line-height: 1.35em;
}

#basic-btn svg {
    fill: rgb(255, 255, 255);
}


/*--------------------------------------------
min-width 650
--------------------------------------------*/
@media (min-width: 650px) {
    
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {

}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    .category-btn {
        width: calc(100% / 3 - 50px / 3);
    }
    #basic-btn {
        max-width: 600px;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
    }
}

/*--------------------------------------------

menu

--------------------------------------------*/
.category-menu > div {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.category-menu > div h2 {
    font-size: 150%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    position: sticky;
    top: 70px;
    padding: 10px 0;
}
/*category-menu-detail*/
.category-menu-detail {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px 10px;
    padding: 20px 0;
    margin: 0 auto;
}
.category-menu-detail:last-child {
    border: none !important;
}
.category-menu-detail h3 {
    font-size: 135%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.category-menu-detail h3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.category-menu-detail img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.category-menu-detail .menu-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.category-menu-detail .menu-text dl {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.category-menu-detail .menu-text dt {
    width: fit-content;
    padding: 2.5px 10px;
    border-radius: 100px;
}
.category-menu-detail .menu-text dd {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.category-menu-detail .menu-text dd span {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.category-menu-detail .menu-text dd span svg {
    height: 1.5em;
    flex-shrink: 0;
}
.category-menu-detail .menu-text ul {
    display: flex;
    justify-content: space-around;
}
.category-menu-detail .menu-text ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
    border-radius: 100px;
    transition: all 0.3s;
}
.category-menu-detail .menu-text ul li a:hover {
    transform: scale(1.025);
}
.category-menu-detail .menu-text ul li a svg {
    height: 1.2em;
    fill: rgb(255, 255, 255) !important;
}



/*--------------------------------------------
min-width 650
--------------------------------------------*/
@media (min-width: 650px) {
    /*category-menu-detail*/
    .category-menu-detail .menu-text ul li {
        width: calc(100% / 2 - 15px / 2);
    }
    .category-menu-detail .menu-text ul li a {
        width: 100%;
        justify-content: center;
    }
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    .category-menu > div h2 {
        top: 75px;
    }
    /*category-menu-detail*/
    .category-menu-detail {
        width: calc(100% - 80px);
    }
    .category-menu-detail img {
        width: 40%;
    }
    .category-menu-detail .menu-text {
        width: calc(60% - 20px);
    }
}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    .category-menu > div h2 {
        top: 88.8px;
    }
}

/*--------------------------------------------

menu個別(chiropractic)

--------------------------------------------*/
#chiropractic-menu svg {
    fill: rgb(58, 85, 152);
}
#chiropractic-menu .category-menu-detail {
    border-bottom: dotted 5px rgb(58, 85, 152);
}


/*--------------------------------------------
min-width 650
--------------------------------------------*/
@media (min-width: 650px) {
    
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {

}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
}

/*--------------------------------------------

menu個別(gym)

--------------------------------------------*/
#gym-menu svg {
    fill: rgb(126, 79, 120);
}
#gym-menu .category-menu-detail {
    border-bottom: dotted 5px rgb(126, 79, 120);
}

/*--------------------------------------------
min-width 650
--------------------------------------------*/
@media (min-width: 650px) {
    
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {

}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
}

/*--------------------------------------------

menu個別(lesson)

--------------------------------------------*/
#lesson-menu svg {
    fill: rgb(188, 73, 106);
}
#lesson-menu .category-menu-detail {
    border-bottom: dotted 5px rgb(188, 73, 106);
}

/*--------------------------------------------
min-width 650
--------------------------------------------*/
@media (min-width: 650px) {
    
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {

}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
}
