@charset "UTF-8";
/* ===============
article__header
================= */
.article__header{
    padding: 120px var(--contentpadding) 0;
    /* background: radial-gradient(rgb(235,219,206), rgb(248, 247, 245)); */

}

h2{
    font-size: 3rem;
    line-height: 22px;
    font-family: serif;
}

h2 span{
    font-size: 0.9rem;
    margin: 1px auto 0;
}

/* article__header pc */
@media screen and (min-width:769px) {
    h2{
        font-size: 6rem;
        line-height: 35px;
    }
    h2 span{
        font-size: 1.6rem;
    }

}

/* =================
menu
================== */
.section--menu{
    padding: 50px var(--contentpaddingpc) 100px;
}

.menu__title{
    position: relative;
}

h3{
    color: #fff;
    background-color: rgba(217, 208, 189, 0.3);
    font-size: 2rem;
    font-weight: 700;
    font-family: serif;
    white-space: nowrap;
    padding: 1px 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.menu__title img{
    width: 320px;
    height: auto;
    z-index: -1;
}

.course__logo{
    display: none;
}

.menu__txt{
    margin-top: 30px;
}

.menu__group:not(:first-of-type){
    margin-top: 80px;
}

.menu__group ul{
    margin-top: 50px;
}

.menu__group li{
    border: 3px solid var(--primary-brown);
    padding: 14px 22px;
    margin: 20px auto 0;
}

h4{
    font-size: 1.7rem;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid var(--primary-brown);
    line-height: 2;
}

.course__txt{
    text-align: left;
    margin-top: 20px;
}

.money,
.money__list{
    font-size: 1.7rem;
    font-weight: 700;
    text-align: right;
    margin-top: 26px;
}

.menu__groupTxt{
    font-size: 1.4rem;
    text-align: right;
    margin-top: 17px;
}

/* menu pc */
/* article__header pc */
@media screen and (min-width:769px) {
    h3{
        font-size: 3.6rem;
        font-weight: 400;
        color: var(--primary-darkbrown);
        background-color: transparent;
        position: static;
        transform: translateX(0);
        margin-top: 150px;
    }

    .menu__group{
        max-width: 1230px;
        margin: 80px auto 0;
    }
    .menu__title{
        position: relative;
    }

    .menu__title img{
        position: absolute;
        top: 190px;
        left: 16%;
        transform: translateX(-50%);
    }
    .course__logo{
        display: block;
        font-size: 5rem;
        font-family: Homemade Apple;
        opacity: 0.3;
        transform: rotate(-23deg);
        -moz-transform: rotate(-23deg);
        -webkit-transform: rotate(-23deg);
        position: absolute;
        top: 19%;
        left: 2%;
        z-index: -1;
    }

    .menu__group li{
        max-width: 830px;
        margin: 20px 0 0 360px;
    }

    h4{
        font-size: 2rem;
    }
    .course__txt{
        margin-top: 20px;
    }

}
