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(251, 234, 254);
}

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

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

}

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

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

basic-price

--------------------------------------------*/
#basic-price section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.price-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.price-box h3 {
    font-size: 140%;
    padding: 20px 10px;
}
.price-box .price-date {
    width: fit-content;
    display: block;
    padding: 5px 20px;
    margin: 0 auto;
    margin-top: 15px;
}
.price-box p {
    font-size: 400%;
    line-height: 1.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
#basic-price .price-month {
    font-size: 40%;
    line-height: 1.8em;
}
#basic-price .none-tax {
    font-size: 30%;
    line-height: 1em;
    width: 100%;
    display: block;
}
.price-box .price-note {
    width: calc(100% - 40px);
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
}
.price-box .price-registration {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 15px;
    border-top: solid 2px rgb(100, 100, 100);
}
.price-box .price-registration dt {
    font-size: 125%;
}
.price-box > small {
    display: block;
    padding: 15px;
    padding-bottom: 0;
}

/*member-price*/
#member-price {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: dotted 5px rgb(240, 240, 240);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
#member-price 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;
    background: rgb(77, 77, 77);
}
#member-price h2::before {
    content: "";
    width: 1.25em;
    height: 0.75em;
    background: rgb(77, 77, 77);
    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%);
}
#member-price > svg {
    fill: rgb(100, 100, 100);
    height: 70px;
}

#member-price .first-option-price {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    padding-bottom: 0;
    border-radius: 20px;
}
#member-price .show-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#member-price .show-text > span {
    display: block;
    width: fit-content;
    border-radius: 100px;
    padding: 2.5px 10px;
    margin-bottom: 20px;
}
#member-price .show-text hgroup {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
}
#member-price .show-text hgroup p {
    border: solid 2px rgb(255, 255, 255);
    padding: 5px 15px;
    line-height: 1em;
}
#member-price .show-text hgroup h3 {
    font-size: 180%;
}
#member-price .show-text > p {
    font-size: 400%;
    line-height: 1.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

#member-price .hide-text {
    display: none;
}
#member-price .hide-text div h3 {
    line-height: 1.3em;
    padding: 15px;
    margin: 30px 0 15px 0;
    border: solid 2px rgb(255, 255, 255);
}
#member-price .hide-text ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
#member-price .hide-text ul li:not(.arrow) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
#member-price .hide-text ul li.arrow {
    width: 20px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
}
#member-price .hide-text ul li > span {
    padding: 0 10px;
    display: block;
    border-radius: 100px;
    width: 80%;
}
#member-price .hide-text ul li strong {
    font-size: 120%;
    display: block;
}

#member-price .readmore {
    font-size: 110%;
    font-family: "zen-maru-gothic", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px 10px 0 0;
    border: none;
    padding: 5px 20px;
    margin: 0 auto;
    margin-top: 15px;
}
#member-price .readmore svg {
    width: 1.5em;
    fill: rgb(126, 79, 120);
    transform: rotate(90deg);
    transition: all 0.5s;
}
#member-price .readmore.on-click svg {
    transform: rotate(-90deg);
}

/*personal-price*/
#personal-price {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
#personal-price h2 {
    font-size: 125%;
    background: rgb(100, 100, 100);
    padding: 20px;
}
#personal-price .price-box {
    width: calc(100% - 40px);
    margin: 0 auto;
}
#personal-price .price-service {
    width: calc(100% - 30px);
    padding-top: 15px;
    margin: 0 auto;
    margin-top: 15px;
    border-top: solid 2px rgb(100, 100, 100);
}
#personal-price .price-service dt {
    font-size: 100%;
}
#personal-price .price-service dd {
    font-size: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
#personal-price .price-service svg {
    height: 1em;
}
#personal svg {
    fill: rgb(21, 147, 136);
}
#body {
    fill: rgb(41, 166, 197);
}


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

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    #member-price .price-box:not(#member-price .price-box:first-child) {
        width: calc(100% / 2 - 20px / 2);
    }
    #member-price .hide-text ul li > span {
        max-width: 400px;
        width: 100%;
    }
    #personal-price .price-box {
        width: calc(100% / 2 - 60px / 2);
        margin: 0;
    }
}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    #member-price .price-box:first-child {
        width: calc(45% - 40px / 3);
    }
    #member-price .price-box:not(#member-price .price-box:first-child) {
        width: calc(55% / 2 - 40px / 3);
    }
}


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

category

--------------------------------------------*/
#category {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.category-title {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 5px;
}
#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);
}

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

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    .category-btn {
        width: calc(100% / 3 - 50px / 3);
    }
}

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

category-price

--------------------------------------------*/
.category-price {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.category-price >  h2 {
    font-size: 150%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
/*category-coupon-ticket*/
.category-coupon-ticket {
    width: fit-content;
    padding: 2em;
    border-radius: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 1em 2em;
    margin: 0 auto;
}
.category-coupon-ticket h3 {
    font-size: 200%;
}
.category-coupon-ticket p {
    font-size: 400%;
    display: flex;
    align-items: flex-end;
    line-height: 1em;
    font-weight: 700;
}
.category-coupon-ticket .price-month {
    font-size: 40%;
    line-height: 1em;
}
.category-coupon-ticket .none-tax {
    font-size: 30%;
    line-height: 1em;
    display: block;
}
.category-coupon-ticket small {
    width: 100%;
    text-align: center;
}
/*category-price-detail*/
.category-price-detail {
    max-width: 1080px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 2em;
    margin: 0 auto;
    overflow: hidden;
}
.category-price-detail .show-text {
    display: flex;
    justify-content: space-between;
    padding: 1em;
}
.category-price-detail .readmore {
    font-size: 110%;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5em;
    border: none;
    border-radius: 100px;
    padding: 0.25em;
    padding-left: 0.75em;
}
.category-price-detail .readmore span {
    white-space: nowrap;
}
.category-price-detail .readmore svg {
    width: 1.5em;
    transform: rotate(90deg);
    transition: all 0.6s;
}
.category-price-detail .readmore.on-click svg {
    transform: rotate(270deg);
}
.category-price-detail h3 {
    font-size: 120%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.category-price-detail h3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.category-price-detail  .hide-text {
    display: none;
    padding: 2em;
    padding-top: 1em;
}
.category-price-detail .price-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.category-price-detail .price-text li {
    width: 100%;
}
.category-price-detail .price-text-note {
    text-align: center;
}
.category-price-detail .price-text .price-tag {
    font-size: 400%;
    line-height: 1.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0 5px;
    margin-bottom: 15px;
}
.category-price-detail .price-text .price-tag small {
    font-size: 25%;
    width: 100%;
    line-height: 1em;
    font-weight: 500;
    display: block;
    padding: 0.5em 1em;
    border-radius: 100px;
    margin-top: 1em;
}
.category-price-detail .price-month {
    font-size: 40%;
    line-height: 1.8em;
}
.category-price-detail .none-tax {
    font-size: 30%;
    line-height: 2.2em;
    display: block;
}
.category-price-detail .price-text .price-link a {
    max-width: 400px;
    width: 100%;
    line-height: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border-radius: 100px;
    transition: all 0.3s;
    margin: 0 auto;
}
.category-price-detail .price-text .price-link a:hover {
    transform: scale(1.025);
}
.category-price-detail .price-text .price-link a svg {
    height: 1.2em;
    fill: rgb(255, 255, 255) !important;
}
.category-price-detail .price-text .price-link {
    margin-top: 1em;
}


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

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

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    .category-price > div h2 {
        top: 88.8px;
    }
    /*category-price-detail*/
    .category-price-detail {
        justify-content: space-around;
    }
    .category-price-detail h3 {
        width: 40%;
    }
    .category-price-detail .price-text {
        width: fit-content;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
    }
    .category-price-detail .price-text li {
        width: fit-content;
    }
    .category-price-detail .price-text-note {
        width: 100% !important;
    }
    .category-price-detail .price-text .price-tag small {
        width: 20em;
        margin-top: 0;
        margin-right: 1em;
        line-height: 1.35em;
    }
    .category-price-detail .price-text .price-link {
        margin: 1em auto 0 auto;
    }
}

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

price個別(chiropractic)

--------------------------------------------*/
#chiropractic-price svg {
    fill: 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) {
}

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

price個別(gym)

--------------------------------------------*/
#gym-price svg {
    fill: 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) {
}

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

price個別(lesson)

--------------------------------------------*/
#lesson-price svg {
    fill: 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) {
}
