@charset "UTF-8";

/* ===========================
main
============================*/
/* sectionschoolschoolFes */
/* 画像ZoomInアニメ */
.mainImg__outer {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.mainImg {
    width: 100%;
}

.mainImg__outer img {
    /* img要素に以下のアニメーションプロパティが適用されます: */
    animation: zoom-in 4s linear 0s 1 normal both;
}

.mainTopic {
    color: #FFF;
    text-align: center;
    font-family: Marcellus;
    font-size: 1.4rem;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.section--schoolFes p {
    color: var(--primary-green);
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 50px auto 0;
    position: relative;
    text-align: center;
}

.section--schoolFes p::after {
    content: "";
    width: 90.6%;
    height: 0.6px;
    background-color: var(--primary-green);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.section--schoolFes a {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2; /* 32px */
    letter-spacing: 1.6px;
}

.section--schoolFes a:hover {
    color: var(--primary-green);
    border-bottom: 0.6px solid var(--primary-green);
}

.section--schoolFes span {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    letter-spacing: 1.4px;
}

.fesCourse {
  margin-top: 52px;
}

.fesWorkshop {
    margin-top: 30px;
}

/* sectionFes pc*/
@media screen and (min-width:1025px) {
    .mainTopic {
        font-size: 3.7rem;
        letter-spacing: 7.4px;
        top: 50px;
        width: 100%;
    }

    .section--schoolFes p {
        width: 462px;
        font-size: 2rem;
        letter-spacing: 2px;
        margin: 110px auto 0;
    }

    .section--schoolFes p::after {
        width: 142.9%;
        bottom: -12px;
    }

    .fesLink__list {
        display: flex;
        margin-top: 72px;
        gap: 364px;
        justify-content: center;
    }

    .fesCourse,
    .fesWorkshop {
        margin-top: 0;
    }
}
/* pc 1025px */

/* sectionFes tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .mainTopic {
            font-size: 2.2rem;
            letter-spacing: 4.4px;
            top: 35px;
            width: 100%; 
        }

        .section--schoolFes p {
            width: auto;
        }

        .section--schoolFes p::after {
            width: 52%;
            bottom: -12px;
        }
            
        .fesLink__list {
            display: flex;
            margin-top: 52px;
            gap: 240px;
            justify-content: center;
        }

        .fesCourse,
        .fesWorkshop {
            margin-top: 0;
        }
}
/* tb 768px-1024px */

/* sectionCourse */
.enTxt {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Marcellus;
    font-size: 2.2rem;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    margin: 90px auto 0;
    width: 91.4%;
}

.section--course h3 {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}

.section--course h3::after,
.section--fesWorkshop h3::after {
    content: "";
    width: 0.6px;
    height: 50px;
    background-color: var(--primary-glay);
    position: absolute;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
}

.course__desk span {
    margin-top: 16px;
    display: inline-block;
}

.txt,
.courseDesk__item p,
.section--curriculum li, 
.section--curriculum p,
.section--flowerEssence p {
    font-size: 1.6rem;
    letter-spacing: 0.96px;
}

.course__desk {
    width: 91.4%;
    margin: 100px auto 0;
}

.courseImg--sp {
    width: 82.7%;
    margin: 40px 0 0 auto;
    display: block;
}

.courseImg--pc {
    display: none;
}

.courseDesk__list {
    margin: 95px auto 0;
    width: 91.4%;
} 

.courseDesk__list ul {
    padding: 16px 10px;
    margin-top: 20px;
    border-radius: 1px;
    background: var(--primary-beigeSchool);
    gap: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.courseDesk__list ul::before {
    content: "";
    width: 100%;
    height: 0.6px;
    background-color: var(--primary-glay);
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

h3,
.courseDesk__item h4,
.ability__list dt,
.openingInfo__outer dt {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 3.4px;
}

.courseDesk__item h4 {
    width: 100%;
}

.goal__list li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.goal__list img {
    width: 19px;
    margin-top: 3px;
}

.course__suggest,
.course__detail {
    margin-top: 80px;
}

.bold {
    color: var(--primary-green);
    font-weight: 700;
}

/* sectionCourse pc*/
@media screen and (min-width:1025px) {
    .enTxt {
        font-size: 4.8rem;
        letter-spacing: 13.44px;
        margin-top: 190px;
    }

    .section--course h3,
    .section--fesWorkshop h3 {
        font-size: 2.4rem;
        letter-spacing: 4.8px;
    }

    .section--course h3:after,
    .section--fesWorkshop h3:after {
        height: 90px;
        bottom: -120px;
    }

    .course__desk span {
        margin-top: 10px;
    }

    .course__desk {
        width:  68%;
        margin: 196px auto 0;
    }

    .courseImg--pc {
        width: 70.1%;
        margin: 80px 0 0 auto;
        display: block;
    }

    .courseImg--sp {
        display: none;
    }

    .courseDesk__list {
        margin: 120px auto 0;
        width: 81.7%;
        max-width: 1900px;
    } 

    .courseDesk__list ul {
        gap: 10px;
    }

    h3,
    .courseDesk__item h4,
    .openingInfo__outer dt {
        font-size: 2rem;
        line-height: 1.5; /* 30.6px */
        letter-spacing: 2px;
    }

    .courseDesk__item h4 {
        width: 100%;
        margin-left: 6px; 
    }

    .goal__list li {
        gap: 5px;
    }

    .suggest__list li {
        padding-left: 0;
    }

    .suggest__list p {
        text-indent: 0;
    }
}
/* pc 1025px */

/* sectionCourse tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .enTxt {
            font-size: 2.7rem;
            letter-spacing: 7.83px;
            margin-top: 100px;
        }

        .section--course h3:after {
            height: 50px;
            bottom: -70px;
        }

        .course__desk {
            width:  76.8%;
            margin: 100px auto 0;
        }

        .spBr--tb {
            display: block;
        }

        .courseImg--sp {
            display: block;
            width: 70.5%;
            margin: 50px 0 0 auto;
        }

        .courseImg--pc {
            display: none;
        }

        .courseDesk__list {
            margin: 100px auto 0;
            width: 87.5%;
        }

        .course__suggest {
            margin-top: 50px;
        }

        .suggest__list li,
        .suggest__list p {
            padding-left: 0;
        }
}
/* tb 768px-1024px */

/* sectionCurriculum */
.section--curriculum {
    margin-top: 90px;
}

.section--curriculum h3,
.section--curriculum p {
    margin-left: 5.3%;
}

.section--curriculum p {
    margin-top: 40px;
}

.section--curriculum p,
.section--curriculum li {
    line-height: 1.4;
}

.section--curriculum ul {
    width: 91.4%;
    padding: 10px;
    margin: 20px auto 0;
    border-radius: 1px;
    border: 2px solid var(--primary-beigeSchool);
    box-shadow: 4px 4px 4px 0px var(--primary-beigeSchool);
}

.section--curriculum li {
    margin-top: 10px;
    text-indent: -17px;
    padding-left: 17px;
}

.section--curriculum li:first-of-type {
    margin-top: 0;
}

.curriculumImg--pc,
.curriculumImg--tb {
    display: none;
}

.curriculumImg--sp {
    margin: 40px auto 0 16.5%;
    width: 83.5%;
}

/* sectioncurriculm pc*/
@media screen and (min-width:1025px) {
    .section--curriculum {
        margin-top: 210px;
    }

    .section--curriculum h3,
    .section--curriculum p {
        margin-left: 9.4%;
    }

    .section--curriculum p {
        margin-top: 40px;
    }

    .section--curriculum ul {
        width: 81.7%;
    }

    .curriculumImg--pc {
        width: 76%;
        display: block;
        margin: 120px 0 0 auto;
    }

    .curriculumImg--sp {
        display: none;
    }
}
/* pc 1025px */

/* sectionCurriculum tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
       .section--curriculum {
            margin-top: 140px;
        }

        .section--curriculum h3,
        .section--curriculum p {
            margin-left: 5.6%;
        }

        .section--curriculum p {
            margin-top: 30px;
        }

        .section--curriculum ul {
            width: 88.6%;
        }

        .curriculumImg--tb {
            width: 82%;
            display: block;
            margin: 50px 0 0 auto;
        }

        .curriculumImg--sp,
        .curriculumImg--pc {
            display: none;
        }
}
/* tb 768px-1024px */

/* sectionClassSchedule */
.section--classSchedule {
    margin-top: 100px;
}

.section--classSchedule h3 {
    text-align: center;
}

.topic__txt {
    width: 91.4%;
    margin: 30px auto 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5; /* 24px */
    letter-spacing: 0.96px;
}

.glay {
    color: var(--primary-blackLow);
}

.courseHour__outer {
    width: 91.4%;
    max-width: 350px;
    height: auto;
    border-radius: 1px;
    background: var(--primary-beigeSchool);
    margin: 60px auto 0;
    padding-bottom: 15px;
}

.courseHour {
    font-size: 1.8rem;
    line-height: 1.6; /* 28.8px */
    letter-spacing: 0.72px;
    text-decoration-line: underline;
    text-decoration-color: rgba(140, 140, 140, 0.50);
    text-underline-position: from-font;
    padding: 15px 24px 0 20px;
}

.hour__inner {
    margin: 28px auto 0 13%;
}

.hour__inner,
.classSchedule p {
    font-size: 1.6rem;
    line-height: 1.6; /* 25.6px */
    letter-spacing: 0.64px;
}

.hour {
    margin-left: 20px;
    display: inline-block;
}

.hour--02 {
    margin-left: 9px;
}

.inner01 {
    display: flex;
}

.inner02 {
    margin-top: 16px;
}

.classTime {
    color: var(--FontColor02, rgba(47, 47, 47, 0.74));
    font-size: 1.5rem;
    line-height: 1.6; /* 24px */
    letter-spacing: 0.3px;
    margin-left: 21px;
}

.classTime--02 {
    margin-left: 60px;
}

.plus01 {
    margin-left: 29px;
}

.hour__online, 
.plus {
    margin-top: 16px;
    display: inline-block;
    margin-left: 10px;
}

.classSchedule {
    margin: 30px auto 0;
    width: 91.4%;
}

.classSchedule h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6; /* 25.6px */
}

.year {
    margin-top: 16px;
    margin-left: 5px;
}

.classSchedule table {
    margin-top: 8px;
    width: 100%;
}

.classSchedule tr {
    border-top: 1px solid var(--primary-glay);
    font-size: 1.6rem;
    line-height: 1.6; /* 25.6px */
    letter-spacing: 0.64px;
    display: flex;
}

.classSchedule tr:first-child {
    border-top: none;
}

.month {
    width: 77px;
    height: 51px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-beigeSchool);
    border-right: 1px solid var(--primary-glay);
}

.date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.date__inner {
    width: 79px;
    text-align: end;
    margin-left: 10px;
}

/* Curriculm */
.curriculum__outer {
    width: 92.4%;
    margin: 60px auto 0;
}

.curriculum__outer table {
    border: 1px solid var(--primary-glay);
    width: 100%;
}

.table02 {
    margin-top: 0 !important;
    border-top: none !important;
}

.curriculum__outer tr {
    border-top: 1px solid var(--primary-glay);
    display: flex;
}

.curriculum__outer tr:first-child {
    border-top: none;
}

.curriculum__item td:first-child {
    width: 73px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(53, 101, 104, 0.10);
    font-size: 1.4rem;
    letter-spacing: 0.84px;
    border-right: 1px solid var(--primary-glay);
}

.curriculum__item td:last-child {
    width: 83%;
}

.curriculum__item div {
    width: 93%;
    margin: 14px auto;
}

.curriculum__item p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4; /* 21px */
    letter-spacing: 0.6px;
}

.curriculum02Img {
    width: 78.8%;
    margin: 30px 0 0 auto;
    display: block;
    max-width: 400px;
}

/* sectionClassSchedule pc*/
@media screen and (min-width:1025px) {
    .section--classSchedule {
        margin-top: 190px;
    } 

    .topic__txt {
        width: 882px;
        margin: 100px auto 0;
    } 
    
    .courseHour__outer {
        padding-bottom: 16px;
        max-width: none;
        margin: 50px auto;
        width: 755px;
    }

    .hour__inner {
        display: flex;
        margin: 20px auto 0 19.2%;
        font-size: 1.6rem;
        letter-spacing: 0.64px;
        width: 554px;
    }

    .inner02 {
        margin-top: 0;
    }

    .hour {
        margin-left: 60px;
    }

    .hour--02 {
        margin-left: 52px;
    }

    .classTime {
        margin-left: 61px;
    }

    .classTime--02 {
        margin-left: 84px;
    }

    .plus01 {
        margin-left: 10px;
    }

    .classSchedule {
        width: 504px;
        overflow-x: hidden;
        margin-top: 70px;
        transform: translateX(-59%);
    }

    .year {
        margin-top: 30px;
        margin-left: 16.5px;
    }

    .classSchedule table {
        margin-top: 10px;
        width: 100%;
    }

    .month {
        width: 98px;
    }

    .date__inner {
        margin-left: 20px;
    }

    /* Curriculm pc*/
    .curriculum__outer {
        margin: 90px auto 0;
        width: 76%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 80px;
    }

    .curriculum__outer h3 {
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 1.8; /* 25.6px */
        letter-spacing: 3.4px;
        margin-left: 0;
        width: 1094px;
    }
    
    .table02 {
        border-top: 1px solid var(--primary-glay) !important;
    }

    .curriculum__outer table {
        width: 507px;
    }

    .curriculum__item td:first-child {
        width: 110px;
        padding: 0;
        font-size: 1.6rem;
        letter-spacing: 0.96px;
    }

    .curriculum__item td:last-child {
        width: 395px;
        height: 90px;
        display: flex;
        align-items: center;
    }

    .curriculum__item p {
        display: flex;
        flex-direction: column;
    }

    .curriculum02Img {
        width: 396px;
    }
}
/* pc 1025px */

/* sectionClassSchedule tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
       .section--classSchedule {
            margin-top: 140px;
        } 

        .topic__txt {
            width: 528px;
            margin: 30px auto 0;
        }

        .courseHour__outer {
            width: 598px;
            max-width: none;
            margin: 50px auto;
            padding-bottom: 15px;
        }

        .hour__inner {
            display: flex;
            width: 472px;
            margin: 28px auto 0;
        }

        .inner02 {
            margin-top: 0;
        }

        .classTime--02 {
            margin-left: 42px;
        }

        .plus01 {
            margin-left: 10px;
        }

        .classSchedule {
            margin: 30px auto 0;
            width: 78.1%;
            overflow-x: hidden; 
        }

        .year {
            margin-left: 12px;
        }

        .classSchedule table {
            margin-top: 10px;
            width: 100%; 
        }

        .month {
            width: 90px;
        }

        /* Curriculm tb */
        .curriculum__outer {
            margin: 80px auto 0 11%;
            width: 78.2%;
        }

        .curriculum__item td:first-child {
            width: 130px;
            padding: 0;
            font-size: 1.6rem;
            letter-spacing: 0.96px;
        }

        .curriculum__item td:last-child {
            width: 78.4%;
            height: 91px;
            display: flex;
            align-items: center;
        }   
    
        .curriculum__item div {
                width: 93.4%;
        }

        .curriculum02Img {
            width: 350px;
        }   
}
/* tb 768px-1024px */

/* sectionCourseInfo */
.setion--courseInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.openingInfo__outer {
    display: flex;
    width: 91.4%;
    max-width: 500px;
    padding: 14px 0px;
    margin-top: 130px;
    flex-direction: column;
    align-items: center;
    border-radius: 1px;
    background: rgba(53, 101, 104, 0.10);
    box-shadow: 0px 1px 4px 0px var(--line, rgba(47, 47, 47, 0.30));
}

.openingInfo__outer dt {
    text-align: center;
    color: var(--primary-green);
    position: relative
}

.openingInfo__outer dt::after {
    content: "";
    width: 280px;
    height: 0.6px;
    background-color: var(--primary-green);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.openingInfo__outer dd {
    font-family: "Noto Serif JP";
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 1.02px;
    margin-top: 25px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info__outer,
.courseTable {
    display: flex;
    flex-direction: column;
    align-self: start;
    width: 343px;
    margin: 0 auto;
}

.topic--courseInfo {
    margin-top: 80px;
}

.courseTitle {
    margin-top: 16px;
    color: var(--primary-green);
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 1.7px;
}

/* table */
.courseTable {
    flex-direction: row;
    margin-top: 20px;
}

.table__class {
    display: flex;
}

.table__class th:first-child {
    display: none;
}

.courseTable th {
    width: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--primary-glay);
    border-right: 1px solid var(--primary-glay);
    border-left: 1px solid var(--primary-glay);
}

.title__class {
    width: 342px !important;
    padding: 19px 0px;
    text-align: center;
    border-radius: 1px 1px 0px 0px;
    background: var(--primary-greenLow);
}

.tableItem {
    display: flex;
}

.courseTable td {
    width: 264px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    background-color: var(--primary-beigeSalon);
    border-top: 1px solid var(--primary-glay);
    border-right: 1px solid var(--primary-glay);
}

.table__desk,
.term p,
.schedule p {
    text-align: start !important;
    width: 210px;
}

.tableItem--capacity {
    border-bottom: 1px solid var(--primary-glay);
}

.place {
    padding-top: 20px;
    text-align: center;
}

.capacity {
    flex-direction: row !important;
}


.courseTable--02 th {
    background-color: var(--primary-beige);
}

/* table文字設定 */
.title__class,
.tableItem th,
.place {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4; /* 22.4px */
    letter-spacing: 0.64px;
}

.fee {
    color: var(--primary-black);
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tax,
.table__desk {
    color: var(--primary-blackLow);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.56px;
}

.tax {
    color: var(--primary-black);
    line-height: 140%;
}

.place span,
.capacity span  {
    color: var(--primary-blackLow);
    width: auto;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.56px;
}

.schedule,
.term,
.capacity {
    font-size: 1.6rem;
    line-height: 1.4; /* 22.4px */
    letter-spacing: 0.64px;
    padding-top: 20px;
}

.underline {
    color: var(--primary-blackLow);
}

.underline:hover {
    color: var(--primary-green);
    border-bottom: 0.6px solid var(--primary-green);
}

.place .table__desk {
    margin-top: 8px;
}

/* contact */
.contact {
    padding-bottom: 110px;
}

.contact strong {
    margin-top: 60px;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 1.7px;
    display: block;
}

.btn__inner {
    display: flex;
    width: 280px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1px;
    background: var(--primary-green);
    box-shadow: 2px 4px 4px 0px var(--line, rgba(47, 47, 47, 0.30));
}

.btn__inner:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5), 0 0 50px rgba(128, 128, 128, 0.1) ;
    border-color: transparent;
}

.btn__inner:first-of-type {
    margin-top: 20px;
}

.btn__inner:last-of-type {
    margin-top: 24px;
}

.contact p {
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5; /* 25.5px */
    letter-spacing: 1.02px;
}

/* workshop courseInfo */
.courseInfo02 {
    background-color: var(--primary-beigeSchool);
}

.contact--02 {
    padding-bottom: 90px;
}

/* sectionCourseInfo pc*/
@media screen and (min-width:1025px) {
    .openingInfo__outer {
        width: 720px;
        max-width: initial;
        display: block;
        margin: 210px auto 0 0;
        padding-bottom: 14px;
    }

    .openingInfo__outer dt::after {
        width: 658px;
        bottom: -12px;
    }

    .openingInfo__outer dd {
        margin-top: 22px;
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .info__outer,
    .courseTable {
        width: 1090px;
        justify-content: center;
    }

    .topic--courseInfo {
        margin-top: 85px;
    }

    .courseTitle {
        margin-top: 0;
        font-size: 2rem;
        line-height: 1.5; 
        letter-spacing: 2px;
    }

    /* table */
    .courseTable {
        overflow-x: hidden;
        margin-top: 15px;
    }

    .courseTable th {
        width: 250px;
    }

    .title__class {
        width: 840px !important;
        padding: 17.5px 0px;
        border-left: 0 !important;
    }

    .table__class th:first-child {
        display: block;
    }

    .courseTable td {
        width: 840px;
        justify-content: flex-start;
        padding-left: 40px;
        align-items: flex-start;
    }

    .table__desk,
    .schedule p,
    .term p {
        width: auto;
    }

    .fee__outer {
        display: flex;
        flex-direction: row !important;
        align-items: flex-end !important;
        padding-top: 20px;
    }

    .fee {
        margin-bottom: 0;
        margin-top: 0;
    }

    .place {
        text-align: start;
    }

    .place span {
        margin-left: 20px;
    }

    /* table文字設定 */
    .title__class,
    .tableItem th,
    .place {
        font-size: 1.8rem;
        letter-spacing: 0.72px;
    }
    
    .fee__outer .table__desk {
        line-height: 1.4; /* 19.6px */
        margin-left: 20px;
    }

    .schedule,
    .term,
    .capacity {
        padding-top: 20px;
    }

    /* contact */
    .contact strong {
        margin-top: 70px;
        font-size: 2rem;
        line-height: 1.5; /* 30.6px */
        letter-spacing: 2px;
        text-align: center;
    }

    .contactBtn__outer {
        display: flex;
        gap: 24px;
        margin-top: 20px;
    }

    .btn__inner {
        margin-top: 0 !important;
    }

    /* workshop courseInfo */
    .courseInfo02 .openingInfo__outer {
        margin-top: 190px;
    }
}
/* pc 1025px */

/* sectionCourseInfo カスタムブレイクポイント */
@media screen and (min-width: 550px) and (max-width: 767.9px) {
    .info__outer,
    .courseTable,
    .title__class {
        width: 500px !important;
    }

    .courseTable td {
        width: 422px;
    }

    .schedule p,
    .term p,
    .table__desk  {
        width: 292px;
    }

    .term p {
        width: auto;
        text-align: center !important;
    }

    .table__desk--place,
    .place span {
        text-align: start;
        display: inline-block;
    }
}
/* カスタム　426px-767px */

/* sectionCourseInfo tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .openingInfo__outer {
            width: 550px;
            max-width: initial;
            display: block;
            margin: 160px auto 0 0;
        }

        .openingInfo__outer dt::after {
            width: 502px;
            bottom: -15px;
        }

        .openingInfo__outer dd {
            margin-top: 37px;
        }

        .info__outer,
        .courseTable {
            width: 690px;
        }

        .topic--courseInfo {
            margin-top: 80px;
        }

        .courseTitle {
            margin-top: 4px;
        }

        /* table */
        .courseTable {
            overflow-x: hidden;
            margin-top: 15px;
        }

        .courseTable th {
            width: 136px;
        }

        .table__class th:first-child {
            display: block;
        }

        .title__class {
            width: 552px !important;
            padding: 19px 0px;
            border-left: 0 !important;
        }

        .courseTable td {
            width: 552px;
        }

        .table__desk  {
            width: 418px;
        }

        .fee__outer .table__desk {
            font-size: 1.4rem;
            line-height: 1.4; /* 19.6px */
            letter-spacing: 0.56px;
        }

        .fee {
            margin-bottom: 8px;
        }

        .schedule p {
            width: auto;
        }

        .place .spBr {
            display: block;
        }

        /* contact */
        .contact strong {
            margin-top: 70px;
            text-align: center;
        }

        .contactBtn__outer {
            display: flex;
            gap: 24px;
            margin-top: 20px;
        }

        .btn__inner {
            margin-top: 0 !important;
        } 

        .contact {
            padding-bottom: 140px;
        }
        
        /* workshop courseInfo */
        .courseInfo02 .openingInfo__outer {
            margin-top: 110px;
        }
}
/* tb 768px-1024px */

/* sectionCourseInfo カスタムブレイクポイント */
@media (min-width: 900px) and (max-width: 1150px) {
    .info__outer, 
    .courseTable {
        width: 850px;
        justify-content: center;
    }

    .courseTable th {
        width: 130px;
    }

    .courseTable td {
        width: 720px;
        justify-content: center;
        padding-left: 0;
        align-items: center;
    }

    .title__class {
        width: 720px !important;
        padding: 19px 0px;
    }

    .table__desk,
    .table__desk--capacity  {
        width: auto;
    }

    .fee__outer {
        flex-direction: column !important;
        align-items: center !important;
    }

    .fee__outer .table__desk,
    .place span  {
        margin-left: 0;
    }

    .place {
        text-align: center;
    }

    .place .spBr {
        display: block;
    }
}
/* カスタム　900px-1150px */

/* sectionCourseInfo カスタムブレイクポイント */
@media (max-width: 366px) {
    .info__outer,
    .courseTable,
    .title__class {
        width: 295px !important;
    }

    .courseTable th {
        width: 72px;
    }

    .courseTable td {
        width: 223px;
    }

    .schedule p,
    .term p,
    .table__desk  {
        width: 195px;
    }

    .table__desk--place,
    .place span {
        text-align: start;
        display: inline-block;
        width: 195px;
    }
}
/* カスタム　366px */

/* sectionfesWorkshop */
.section--fesWorkshop {
    background-color: var(--primary-beigeSchool);
}

.enTxt--02 {
    margin: 0 auto;
    width: 91.4%;
    padding-top: 100px;
}

.section--fesWorkshop h3 {
    position: relative;
    text-align: center;
}

.courseDesk__list--02 ul {
    background: var(--primary-beigeSalon);
}

/* sectionfesWorkshop pc*/
@media screen and (min-width:1025px) {
    .enTxt--02 {
        letter-spacing: 9.6px;
    }
}
/* pc 1025px */

/* sectionCourseInfo tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .enTxt--02 {
        letter-spacing: 5.67px;
    }
}
/* tb 768px - 1024px */

/* sectionFlowerEssence */
.section--flowerEssence h3 {
    text-align: center;
    margin-top: 80px;
}

.feDesk {
    width: 85.3%;
    margin: 40px auto 0;
}
    
.strong {
    display: flex;
    width: 92%;
    max-width: 400px;
    padding: 14px 4px;
    margin: 30px auto 0;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgba(47, 47, 47, 0.10);
    background: var(--primary-beige);
    box-shadow: 0px 2px 2px 0px #C1B7A4;
}

.strong p {
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: start;
}

.strong--01 {
    margin-top: 60px;
}

.feImg__sp {
    width: 80%;
    margin: 40px auto 0;
    display: block;
}

.feImg__pc {
    display: none;
}

.feDesk span {
    display: inline-block;
    margin-top: 16px;
}

.caption {
    width: 228px;
    text-align: center;
    margin: 40px auto 0;
    font-family: "Noto Serif JP";
}

/* sectionFlowerEssence pc*/
@media screen and (min-width:1025px) {
    .section--flowerEssence h3 {
        width: 75%;
        margin: 150px auto 0;
        text-align: start;
    }

    .feDesk {
        width: 75%;
        margin: 50px auto 0;
    }
    
    .strong {
        width: 430px;
        max-width: none;
        height: 84px;
        padding: 30px;
    }

    .strong--02,
    .strong--03 {
        width: 360px;
    }

    .strong--01 {
        margin-top: 100px !important;
        position: relative;
        z-index: 2;
    }

    .strong--02,
    .strong--03,
    .strong--04 {
        margin-top: -6px !important;
    }

    .strong__outer {
        display: flex;
        max-width: 1330px;
        margin: 0 auto 0;
    }

    .section--strong p {
        font-size: 1.6rem;
        letter-spacing: 1.28px;
    }

    .caption__outer {
        display: flex;
        align-items: center;
    }

    .feImg__pc {
        width: 58.7%;
        margin: 150px 0 0;
        display: block;
    }

    .feImg__sp {
        display: none;
    }

    .caption {
        width: auto;
        margin: 150px 12.5% 0 auto;
        font-size: 1.7rem;
        font-weight: 500;
        letter-spacing: 1.02px;
    }
}
/* pc 1025px */

/* sectionFlowerEssence tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .feDesk {
            width: 78.1%;
            margin: 30px auto 0;
        }
    
        .strong {
            width: 370px;
            max-width: none;
            height: 72px;
            padding: 0;
        }

        .strong--01 {
            margin-top: 60px !important;
            position: relative;
            z-index: 2;
        }

        .strong--02,
        .strong--03 {
            margin-top: -4px !important;
            width: 300px !important;
        }

        .strong--04 {
            margin-top: -4px !important;
        }

        .strong__outer {
            display: flex;
            margin: 0 auto 0;
            max-width: 900px;
        }
        
        .caption__outer {
            display: flex;
            align-items: center;
        }

        .feImg__sp {
            width: 65.1%;
            margin: 100px 0 0;
        }

        .feImg__pc {
            display: none;
        }

        .caption {
            width: 225px;
            margin: 100px 4.5% 0 auto;
            font-weight: 500;
        }

        .section--flowerEssence p {
            letter-spacing: 0.9px !important;
        }
}
/* tb 768px-1024px */

/* sectionCourseLink */
.course__link {
    width: 90.7%;
    max-width: 350px;
    height: 88px;
    padding: 20px 0;
    margin: 110px auto 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    border: 0.6px solid var(--primary-blackLow);
    box-shadow: 2px 2px 4px 0px var(--line, rgba(47, 47, 47, 0.10));
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    line-height: 1.6; /* 24px */
    letter-spacing: 0.6px;
}

.course__link:hover {
    color: #FFF;
    background-color: var(--primary-green);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
    border-color: transparent;
}

.arrow {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    margin-left: 18px;
}

/* sectionCourseLink pc*/
@media screen and (min-width:1025px) {
     .course__link {
        width: 340px;
        max-width: none;
        padding: 20px 30px;
        margin: 230px auto 280px !important;
    }
}
/* pc 1025px */
 
/* sectionCourseLink tb*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .course__link {
            margin: 160px auto 180px!important;
        }
}
/* tb 768px-1024px */

/* 各種 カスタムブレイクポイント */
@media (max-width: 340px) {
    .section--schoolFes p {
        width: 97.3%;
        font-size: 1.4rem;
    }

    .enTxt {
        font-size: 2rem
    }

    .section--course h3 {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }

    .courseDesk__item h4 {
        letter-spacing: 2.2px;
    }

    .courseHour {
        font-size: 1.6rem;
    }

    .courseHour__outer div {
        margin: 0 auto 0 4.4%;
    }
    
    .inner01 {
        margin-top: 28px !important;
    }

    .inner02 {
        margin-top: 13px !important;
    }

    .hour {
        margin-left: 6px;
    }

    .classTime--01 {
        margin-left: 8px;
    }

    .curriculum__outer p {
        letter-spacing: 0.5px;
    }
    
    .goal__list p {
        letter-spacing: 0;
    }
}

/* sectionStrong カスタムブレイクポイント */
@media (max-width: 366px) {
    .strong--01 {
        padding: 2.5px 4px;
    }

    .strong--01 p {
        width: 188px;
        text-align: center;
    }
}

/* else カスタムブレイクポイント */
@media (min-width: 950px) and (max-width: 1200px) {
    .mainTopic {
        font-size: 3rem;
    }
    
    .enTxt {
        font-size: 3.8rem;
        letter-spacing: 7.44px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .curriculum__outer table {
        width: 406px;
    }

    .classSchedule {
        transform: translateX(-39%);
    }

    .curriculum__item td:last-child {
        width: 295px;
    }

    .curriculum02Img {
        width: 296px;
    }
}