/*=================== fonts ====================*/

@import url("https://fonts.googleapis.com/css?family=Poppins:500,600");
.m-plus-rounded-1c-regular {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kurenaido-regular {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.rubik-mono-one-regular {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
}
.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }
/*---------------------------------------------------- */

/*----------------------------------------------------*/

body {
    line-height: 25px;
    font-size: 1rem;
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: normal; */
    font-family: a-otf-jun-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;

    font-family: a-otf-jun-pro, sans-serif;
    font-style: normal;
    font-weight: 300;

    color: #222222;
}

.space_box5 {
    width: 100%;
    height:5px;
}
.space_box8 {
    width: 100%;
    height:8px;
}
.space_box10 {
    width: 100%;
    height:10px;
}
.space_box30 {
    width: 100%;
    height:30px;
}
.space_box50 {
    width: 100%;
    height:50px;
}
.container {
    width: 100%;
    height: 100%;
    /*height: 100vh;*/
}
/*==== Hero Section*/
.section-hero {
    margin-top: 80px;
}
.hero-image {

    /*top: 100px;*/
}

.hero-image img {
    width: 100%;
}

.hero-message {
    margin-top: 60px;
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
}

.hero-message h1 {
    font-size: 3.0rem;
    color: #343a40;
    /*text-shadow: 1px 2px 3px #808080;*/
}

.show-hero-message {
    display: inline-block;
    animation: showHeroMessage 3.0s;
}
.clear-hero-message {
    display:none;
}

@keyframes showHeroMessage {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.35;
    }

    100% {
        opacity: 1;
    }
}

/*==== ポイント Section*/
.card {
    margin-left: auto;
    margin-right: auto;
    /*margin-left: 3rem;*/
    /*margin-right: 3rem;*/
    width: 36rem;
    padding: 2rem;
    font-size: 1.6rem;
    color:#495057;
    border: 1px solid #ced4da;
    border-radius: 20px;
    box-shadow: 8px 9px 15px -2px #777777;

}
.card-note-1 {
    margin-top: 0.5rem;
    font-size: 1.0rem;
}
/*==== コース Section*/
.section-course {
    margin-top: 30px;
}
.course-box {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.course-header {
    background-color: #1864ab;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 5px;
    color: white;

}
.course-frame {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*background-color: yellowgreen;*/
}
.course-header-junia {
    background-color: #5c940d;
}
.course-header-high {
    background-color: #a61e4d;
}
.course-header-advance {
    background-color: #dee2e6;
    color: #212529;
}

.course-name span {
    font-size: 1.5rem;
}
.course-name-note {
    /*font-size: 1.5rem;*/
    margin-top: 0.5rem;
    margin-left: 1rem;
}
.course-name-high {
    font-size: 1.5rem;
    width:14rem;
}
.course-header-note-1 {
    display: inline-block;
}
.course-header-note-2 {
    padding-top: 10px;
    display: none;
    padding-top: 0;
}

.course-subject {
    margin-left: 10px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
.course-subject-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
}
.course-subject-item-label {
    width: 6.2rem;
    padding-top: 5px;
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid #adb5bd;
    border-radius: 5px;
}
.course-subject-item-note {
    margin-top: 5px;
    margin-left: 10px;
}

.course-notice1 {
    margin-left: 1rem;
}
.course-notice1 p{
    margin-bottom: 5px;
}
.course-notice2 {
    margin-left: 1rem;
}
.course-notice2 p{
    margin-bottom: 5px;
}

.fee-one-a-week {
    position: absolute;
}
.fee-one-a-week2 {
    /*position: absolute;*/
    /*padding-top: 2rem;*/
}
.fee-one-a-week-label {
    position: relative;
    width: 6rem;
    font-size: 0.8rem;
    border: 1px solid #adb5bd;
    text-align: center;
    background-color: #dee2e6;
    border-radius: 5px;
    top: -15px;
    left: 25px
}
.course-fee {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}
.course-fee-label {
    display: flex;
    flex-direction: row;
}
.course-fee-price {
    display: flex;
    flex-direction: column;
    /*flex-direction: row;*/
}
.course-fee-note {
    display: flex;
    flex-direction: row;
}
.course-fee-label-item {
    padding-top: 1rem;
    width: 5rem;
    margin-right: 2px;
    color: white;
    text-align: center;
    height: 3.5rem;
    line-height: 2rem;
}
.course-fee-label-item-elem {
    background-color: #1864ab;
}
.course-fee-label-item-junia {
    background-color: #5c940d;
}
.course-fee-label-item-high {
    background-color: #a61e4d;
}
.course-fee-label-item-prim {
    background-color: #dee2e6;
    /*color: #212529;*/
    color:black;
}

.course-fee-label-item-advance {
    background-color: #dee2e6;
    color: #212529;
}
.course-fee-price-item {
    width: 5rem;
    background-color: #d0deef;
    margin-right: 2px;

}
.course-fee-price-item-elm {
    background-color: #d0deef;
}
.course-fee-price-item-junia {
    background-color: #e9fac8;
}
.course-fee-price-item-high {
    background-color: #fff0f6;
}
.course-fee-price-item-prim {
    background-color: #f1f3f5;
}

.course-fee-price-item-advance {
    background-color: #f1f3f5;
}

course-fee-price-item ul {
    padding-left: 0;
}
li {
    margin-left: -30px;
    list-style: none;
}
.course-fee-box-1 {
    font-size: 0.9rem;
    width: 8rem;
    text-align: center;
}
.course-fee-label-box-1 {
}
.course-fee-item-box-1 {
    /*padding: 0.5rem;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    letter-spacing: 0.0rem;
}
.course-fee-item-box-1 span{
    letter-spacing: 0.2rem;
    font-size: 1.0rem;
}

.course-fee-box-2 {
    width: 9rem;
    text-align: center;
}
.course-fee-box-2-advance {
    width: 11rem;
}
.course-fee-item-box-2-advance {
    margin: 0.2rem;
    font-size: 0.9rem;
    text-align: left;
}
.course-fee-box-3 {
    width: 8rem;
    text-align: center;
}
.course-fee-box-4 {
    width: 8rem;
    text-align: center;
}
.course-teacher-item-box {
    text-align: left;
    width: 32.3rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*height: 3.5rem;*/
    /*line-height: 3.5rem;*/
    /*background-color: #e7f5ff;*/
}
.course-teacher-label-box {
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*height: 3.5rem;*/
    /*line-height: 3.5rem;*/
}
.course-fee-item-box-2-junia{
    margin: 0.3rem;
    text-align: left;
    font-size: 0.9rem;
}

.course-fee-item-box-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.course-teacher-item-one {
    display:inline-block;
}
.course-teacher-item-two {
    display:none;
}
.course-fee-item-box-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.course-fee-item-box-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.list-item {
    font-size: 1.0rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    line-height: 1.2;
}

.list-icon {
    width: 1.2rem;
    height: 1.2rem;
    color: #2e75b5;
}
.container-advance {
}

.frame-advance {
    border: 3px solid goldenrod;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 4px;
    padding-bottom: 10px;
    border-radius: 5px;
    /*margin-left: auto !important;*/
    /*margin-right: auto !important;*/
}

.footer-area {
    width: 100%;
    height: 14rem;
    background-color: #dbf4d7;
    color: #343a40;
}
.frame-footer {
    display: flex;
    flex-direction: row;
    padding: 2rem;
}
.footer-company {
    display: flex;

    flex-direction: row;
}
.footer-company img {
    margin-left: 1rem;
    width: 25px;
}
.footer-company-school{
    margin-left: 0.5rem;
}

.header-area-fascia-btn {

}
.footer-area-fascia-btn {
}

.footer-area-contact {
    display: flex;
    justify-content: center;
}

.mr-20 {
    margin-right: 20px;
}

@media (max-width: 1000px) {
}
@media (max-width: 840px) {
}
@media (max-width: 760px) {
}
@media (max-width: 760px) {
    .hero-message h1{
        font-size: 2.8rem;
    }
}
@media (max-width: 700px) {
}
@media (max-width: 620px) {
    .card {
        margin-left: auto;
        margin-right: auto;
        width: 28rem;
        padding: 1.2rem;
        font-size: 1.3rem;
    }
    .course-fee-item-box-1 span {
        font-size: 0.9rem;
        letter-spacing: 0;
    }

}
@media (max-width: 560px) {
    .course-teacher-item-box {
        /*font-size: 0.9rem;*/
    }
    .course-teacher-item-one {
        display: none;
    }
    .course-teacher-item-two {
        display: inline-block;
        text-align: left;

    }

}
@media (max-width: 500px) {
    .card {
        margin-left: auto;
        margin-right: auto;
        width: 26rem;
        padding: 1.2rem;
        font-size: 1.2rem;
    }
    .hero-message {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .hero-message h1{
        font-size: 2.0rem;
    }
    .course-box {
        margin-left: 0;
        margin-right: 0;
    }
    .course-fee {
        margin-left: 0.2rem;
    }
    .frame-footer {
        padding: 1rem;
    }
}
@media (max-width: 460px) {
    .course-teacher-item-box {
        /*font-size: 0.8rem;*/
    }
    .course-fee-item-box-1 span {
        font-size: 0.8rem;
    }
}
@media (max-width: 420px) {
    .card {
        margin-left: auto;
        margin-right: auto;
        width: 24rem;
        padding: 1.2rem;
        font-size: 1.1rem;
    }
    .course-fee-box-1 {
        font-size: 0.75rem;
        letter-spacing: -0.0rem;
    }
    .course-fee-box-1 span{
        font-size: 0.9rem;
    }
    .course-fee-box-3 {
        font-size: 0.95rem;
    }
    .course-fee-label-box-3 {
        /*font-size: 0.95rem;*/
    }
    .course-fee-box-4 {
        font-size: 0.95rem;
    }
    .course-fee {
        margin-left: 0;
    }
    .course-teacher-item-box {
        font-size: 0.9rem;
    }
    .course-teacher-item-box span{
        font-size: 0.9rem;
    }
    .course-fee-item-box-1 span {
        font-size: 0.7rem;
    }
}
@media (max-width: 400px) {
    .card {
        margin-left: auto;
        margin-right: auto;
        width: 21rem;
        padding: 1.0rem;
        font-size: 1.0rem;
    }
    .hero-message h1{
        font-size: 1.6rem;
    }
}
