@charset "UTF-8";
/* ======================= 
main
=========================*/
.school__topImg {
    display: none;
}
.school__topImgSp {
    display: block;
}
/* メインpc 769px */
@media screen and (min-width:769px) {
    .school__topImgSp {
        display: none;
    }
    .school__topImg {
        display: block;
    } 
}/* pc769px */
/* コンセプト */
.section__concept--title {
    padding-top: 54px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
}
.section__topic--concept {
    color: rgba(67, 67, 67, 0.04);
    margin-top: -37px;
    font-size: clamp(8rem, 26.9vw, 110rem);
}
.section__txt {
    margin-top: -25px;
    padding: 0 8.53vw 0;
    text-align: center;
    font-size: clamp(1.45rem, 4.266vw, 1.50rem);
    font-weight: 400;
    line-height: 3;
}
.section__features--point {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.features__point {
    width: 250px;
    height: 250px;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.features__point::after {
    display: block;
    content: '';
    background: rgba(252, 238, 208, 0.76);      
    filter: blur(30px);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;    
}
.features__point:nth-child(1) {
    margin-top: 66px;
}
.features__point>*{
    z-index: 1;
    position: relative;
}
.point {
    font-family: Allura;
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    position: relative;
}
.point::before {
    display: block;
    content: '';
    background-color: var(--primary-black);
    width: 48px;
    height: 1px;
    position: absolute;
    left: 102px;
}
.features__point:nth-child(1) .point::after {
    display: block;
    content: '1';
    color: var(--primary-black);
    font-family: 'Noto Serif JP';
    font-size: 2.2rem;
    position: absolute;
    top: 30px;
    left: 120px;
}
.features__point:nth-child(2) .point::after {
    display: block;
    content: '2';
    color: var(--primary-black);
    font-family: 'Noto Serif JP';
    font-size: 2.2rem;
    position: absolute;
    top: 30px;
    left: 120px;
}
.features__point:nth-child(3) .point::after {
    display: block;
    content: '3';
    color: var(--primary-black);
    font-family: 'Noto Serif JP';
    font-size: 2.2rem;
    position: absolute;
    top: 30px;
    left: 120px;
}
.point__title {
    margin-top: 20px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
.point__txt {
    margin-top: 18px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
}
/* コンセプト　pc 769px */
@media screen and (min-width:769px) {
   .section__concept--title {
        padding-top: 120px;
        font-size: 2.4rem;
        font-weight: 600;
    }
    .section__topic--concept {
        margin-top: -127px;
        font-size: clamp(22rem, 19.44vw, 30rem);
    }
    .section__txt {
        margin-top: -93px;
        padding: 0 15.97vw 0;
        text-align: center;
        font-size: clamp(1.4rem, 1.388vw, 2rem);
        letter-spacing: 0.06em;
    }
    .section__features--point {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 8.54vw;
        margin-top: 98px;
    }
    .features__point {
        width: 330px;
        height: 330px;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .features__point::after {
        width: 330px;
        height: 330px;   
        left: 50%;
        transform: translateX(-50%);
    }
    .features__point:nth-child(1) {
        margin-top: 0;
    }
    .point::before {
        display: block;
        content: '';
        background-color: var(--primary-black);
        width: 76px;
        height: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .point {
        font-size: 3.4rem;
    }
    .features__point:nth-child(1) .point::after {
        font-size: 2.8rem;
        position: absolute;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
    }
    .features__point:nth-child(2) .point::after {
        font-size: 2.8rem;
        position: absolute;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
    }
    .features__point:nth-child(3) .point::after {
        font-size: 2.8rem;
        position: absolute;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
    }
    .point__title {
        margin-top: 26px;
        /* font-size: 2.2rem; */
        font-size: clamp(1.8rem, 1.52vw, 2.2rem);
    }
    .point__txt {
        margin-top: 17px;
        /* font-size: 1.6rem; */
        font-size: clamp(1.4rem, 1.11vw, 1.6rem);
    }
}/* pc 769px */
/* コース例 */
.section__course--summary {
    font-size: 1.6rem;
    padding: 35px 10.66vw 0;
}
.course__title--container {
    text-align: center;
}
.course__title {
    margin-top: 280px;
    color: #EAE7E6;
    background-color: var(--primary-bgWhite);
    display: inline-block;
    padding: 0 20px;
    font-family: Allura;
    line-height: 1;
    font-size: 6.3rem;
    position: relative;
}
.section__course--topic:first-of-type .course__title {
  margin-top: 35px;
}
.section__course--topic:last-of-type {
  padding-bottom: 320px;
}
.section__course--topic:first-of-type .diamond-line {
  top: -26px;
}

.section__course--topic {
    position: relative;
}
.diamond-line {
    display: flex;
    align-items: center;
    margin-top: 89px;
}
.diamond {
    width: 5px;
    height: 5px;
    background: #eae7e6;
    transform: rotate(45deg);
    margin: 0; /* 直線との間隔 */
}
.line {
    width: 97vw;
    height: 1px;
    background: #eae7e6;
    display: inline-block;
}
.diamond-line {
    position: absolute;
    top: 217px;
}
.course__sbTitle {
    color: var(--primary-black);
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: center;
}
.catering__course--img {
    position: relative;
    margin: 0 auto;
    width: 311px;
}
.catering__course--img1 {
    width: 311px;
    display: block;
    margin: 35px auto 0 auto;
}
.catering__course--img2 {
    width: 208px;
    position:absolute;
    top: 170px;
    right: 0;
}
.catering__course--menu {
    margin-top: 35px;
    padding: 0 8.533vw;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
}
.catering__course--menu span {
    font-family: "Noto Sans JP";
}
.catering__course--menu ul {
    margin-top: 18px;
}
.course__txt {
    margin-top: 18px;
}

/* コース例　1024px以下～769px以上 */
@media (max-width: 1024px) and (min-width: 769px) {
    .section__course--summary {
        font-size: 1.6rem;
        padding: 73px 10.66vw 0;
        line-height: 1.5;
        letter-spacing: 0.06em;
        text-align: center;
    }
    .course__title--container {
        text-align: initial;
    }
    .course__title {
        margin-top: 0;
        padding: 0 35px;
        font-size: 18.2rem;
    }
    .course__content {
        padding: 0 35px;
    }
    .course__sbTitle {
        margin-top: 38px;
        font-size: 3.2rem;
        font-weight:400;
        line-height: 1;
        text-align: initial;
    }
    .section__course--topic:first-of-type .course__title {
        margin-top: 0;
    }
    .catering__course--menu {
        margin-top: 0;
        padding: 0;
    }
    .section__course--topic:first-of-type .course__title--flex {
        flex-direction: row-reverse;
    }
    .section__course--topic:last-of-type .course__title--flex {
        flex-direction: row-reverse;
    }
    .catering__course--img {
        width: initial;
        margin: initial;
    }
    .catering__course--img1 {
        width: 385px;
    }
    .catering__course--img2 {
        width: 232px;
        position: absolute;
        top: 235px ;
        right: -47px;
    }
    .course__flex-right {
        width: calc(100% - 385px);
        padding-left: 72px;
    }
    .course__title {
        margin-top: 0;
        padding: 0 2.4vw;
        font-size: 10.67vw;
        margin-left: 0.11vw
    }
    .course__title--flex {
        display: flex;
        margin-top: 122px;
        padding: 0 0 0 11.11vw;
    }
    .line {
        width: 98vw;
    }
    .section__course--topic:nth-of-type(2) .course__content {
        padding-left: 4.11vw;
    }
    .section__course--topic:nth-of-type(2) .course__title--flex {
        padding: 0px 7.11vw 0 0;
    }
    .section__course--topic:nth-of-type(2) .diamond-line {
        position: absolute;
        top: -30px;
    }
    .section__course--topic:nth-of-type(2) .catering__course--img2 {
        position: absolute;
        top: 242px;
        left: -22px;
    }

    .section__course--topic:nth-of-type(3) .diamond-line {
        position: absolute;
        top: -30px;
    }
}/* 1024px以下～769px以上 */
@media screen and (min-width: 1025px) {
    .section__course--summary {
        font-size: 1.6rem;
        padding: 73px 10.66vw 0;
        line-height: 1.5;
        letter-spacing: 0.06em;
        text-align: center;
    }
    .course__title--container {
        text-align: initial;
    }
    .course__title {
        margin-top: 0;
        padding: 0 35px;
        font-size: 18.2rem;
    }
    .course__content {
        padding: 0 35px;
    }
    .course__sbTitle {
        margin-top: 38px;
        font-size: 3.2rem;
        font-weight:400;
        line-height: 1;
        text-align: initial;
    }
    .section__course--topic:first-of-type .course__title {
        margin-top: 0;
    }
    .catering__course--menu {
        margin-top: 0;
        padding: 0;
    }
    .section__course--topic:first-of-type .course__title--flex {
        flex-direction: row-reverse;
    }
    .section__course--topic:last-of-type .course__title--flex {
        flex-direction: row-reverse;
    }
    .catering__course--img {
        width: initial;
        margin: initial;
    }
    .catering__course--img1 {
        width: 512px;
    }
    .catering__course--img2 {
        width: 270px;
        position: absolute;
        top: 321px ;
        right: -47px;
    }
    .course__flex-right {
        width: calc(100% - 512px);
        padding-left: 72px;
    }
    .course__title {
        margin-top: 0;
        padding: 0 25px;
        font-size: 14rem;
        margin-left: 0.11vw
    }
    .course__title--flex {
        display: flex;
        margin-top: 241px;
        padding: 0 0 0 11.11vw;
    }
    .section__course--topic:first-of-type .course__title--flex {
        margin-top: 122px;
    }
    .line {
        width: 98vw;
    }
    .section__course--topic:nth-of-type(2) .course__content {
        padding-left: 4.11vw;
    }
    .section__course--topic:nth-of-type(2) .course__title--flex {
        padding: 0px 7.11vw 0 0;
    }
    .section__course--topic:nth-of-type(2) .diamond-line {
        position: absolute;
        top: -30px;
    }
    .section__course--topic:nth-of-type(2) .catering__course--img2 {
        position: absolute;
        top: 311px;
        left: -88px;
    }
    .section__course--topic:nth-of-type(3) .diamond-line {
        position: absolute;
        top: -30px;
    }
}/* pc 1025px */
@media screen and (min-width: 1441px) {
    .course__flex-right {
        width: calc(100% - 512px);
        padding-left: 167px;
    }
    .course__title--flex {
        padding: 0 0 0 15.11vw;
    }
    .section__course--topic:nth-of-type(2) .course__flex-right {
        padding-left: 300px;

    }
    .section__course--topic:nth-of-type(2) .course__content {
        padding-left: 2.11vw;
    }
    .section__course--topic:nth-of-type(2) .course__title--flex {
        padding: 0px 9.11vw 0 0;
    }
}/* 1441px */
@media screen and (min-width: 1951px) {
     .course__title--flex {
        padding: 0 0 0 23.11vw;
    }
    .course__flex-right {
        padding-left: 11.89vw;
    }
    .section__course--topic:nth-of-type(2) .course__flex-right {
        padding-left: 22.92vw;
    }
    .section__course--topic:nth-of-type(2) .course__content {
        padding-left: 2.11vw;
    }
    .section__course--topic:nth-of-type(2) .course__title--flex {
        padding: 0px 19.11vw 0 0;
    }
}



/* 詳細 */
.section__details {
    background-color: var(--primary-gray);
    padding: 0 8.533vw 72px;
}
.lesson__flow {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 52px
}
.lesson__flow--txt {
    margin-top: 18px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
}
/* 詳細　pc */
@media screen and (min-width:769px) {
    .section__details {
        background-color: var(--primary-gray);
        padding:0 0 120px 0;
}
    .lesson__flow--flex {
        display: flex;
        margin-top: 62px;
        padding: 0 8.91vw 0 16.875vw;
    }
    .lesson__flow {
        min-width: 19.16vw;
    }
    .lesson__flow {
        font-size: 2.2rem;
        font-weight: 600;
        margin-top: 0;
    }
    .lesson__flow--txt {
        line-height: 1,8;
        margin-top: 0;
    }
    .lesson__flow--flex:first-of-type {
        margin-top: 120px;
    }
}
/* オーダーフロー */
.section__orderFlow {
    background-image: url(../images/school/bgScheduleSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 8.533vw 54px 8.533vw;
}
.orderFlow__step--right {
    width: calc(100% - 73px);
    padding-left: 16px;
}
.orderFlow__flex {
    display: flex;
    margin-top: 40px;
}
.orderFlow__flex:first-of-type{
    margin-top: 54px;
}
.orderFlow__step {
    font-family: "EB Garamond";
    font-size: 2rem;
    line-height: 1;
    width: 87px;
    padding-right: 80px;
    position: relative;
}
.orderFlow__step span {
    font-family: "Noto Serif JP";
    font-size: 2.2rem;
    padding-left: 0.8vw;
}
.orderFlow__step::before {
    background-color: var(--primary-black);
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 10px;
}
.orderFlow__step::after {
    background: var(--primary-black);
    display: block;
    content: '';
    width: 1px;
    height: 144%;
    position: absolute;
    top: 10px;
    left: 100%;
}
.orderFlow__flex:nth-of-type(5) .orderFlow__step::after {
    height: 92%;
}
.orderFlow__topic {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
}
.orderFlow__txt {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 2.2;
}
.contact__btn--flow {
    border: 1px solid #382E27;
    background: var(--primary-white);
    display: block;
    padding: 19px 40px;
    color: var(--primary-black);
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    transition: 0.4s;
    margin: 28px 0;
    width: 57.6vw;
}
.contact__btn--flow::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/catering/btnArrowblack.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top:50%;
    transform: translateY(-47%);
}   
.btn:hover {
    opacity: 0.5;
}
.contact__tel--flow {
    font-size: 1.4rem;
    line-height: normal;
    margin-top: 13px;
    /* text-align: center; */
}
.contact__time--flow {
    font-size: 1.4rem;
    line-height: normal;
    margin-top: 3px;
    /* text-align: center; */
}
/* オーダーフロー　pc */
@media screen and (min-width: 769px) {
    .section__orderFlow {
        background-image: url(../images/school/bgSchedule.jpg);
        padding: 0 12.15vw 120px 12.15vw;
    }
    .orderFlow__center {
        display: flex;
        flex-direction: column;
        align-items: center; /* 子要素（.orderFlow__flex）を中央寄せ */
    }
    .orderFlow__flex {
        width: 100%; /* 必要に応じて最大幅を指定 */
        max-width: 853px; /* 例：中央寄せする幅 */
        text-align: left;
    }
    .orderFlow__flex:first-of-type {
        margin-top: 128px;
    }
    .orderFlow__flex {
        margin-top: 88px;
    }
    .orderFlow__step {
        font-size: 3.2rem;
        margin-right: initial;
        width: 142px;
    }
    .orderFlow__step span {
        font-size: 3.2rem;
        padding-left: 8px;
    }
    .orderFlow__step::after {
        height: 175%;
    }
    .orderFlow__flex:nth-of-type(1) .orderFlow__step::after {
        height: 138%;
    }
    .orderFlow__flex:nth-of-type(2) .orderFlow__step::after {
        height: 165%;
    }
    .orderFlow__flex:nth-of-type(4) .orderFlow__step::after {
        height: 150%;
    }
    .orderFlow__step--right {
        width: calc(100% - 142px);
        padding: 4px 0 0 44px;
    }
    .orderFlow__topic {
        font-size: 2.4rem;
        font-weight: 600;
    }
    .orderFlow__txt {
        margin-top: 34px;
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .contact__btn--flow {
        padding: 29px 40px;
        font-size: 2rem;
        width: 310px;
        margin: initial;
        margin-right: 40px;
    }
    .contact__tel--flow {
        font-size: 1.8rem;
        margin-top: 0;
    }
    .contact__time--flow {
        font-size: 1.8rem;
        margin-top: 0;
    }
    .contact__flex {
        display: flex;
        margin-top: 42px;
    }
    .contact__info {
        margin: auto 0;
    }
}/* pc 769px */