@charset "utf-8";
/* ===========================================
common
============================================== */

/* SP Site文字設定 */
.lesson__title{
    color: var(--pink-midashi, #E8918E);
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.6px;
}

.annai__titleSub1,
.annai__titleSub2 {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
}

/* PC Site文字設定 */
@media screen and (min-width: 769px) {
    .annai__titleSub1 {
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    .annai__titleSub2 {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 1.6px;
    }

    .lesson__title {
        font-size: 3.6rem;
        letter-spacing: 3.6px;
    }

}/* pc 769px */

/* 文字設定ここまで */

img {
    max-width: 100%;
    height: auto;
}

/* ===========================================
レッスンのご案内
============================================== */
.article {
    padding: 0 8%;
}

.lesson__title {
    margin-top: 15px;
}

.annai__title {
    margin-top: 15px;
}

.annai__text {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.flower-icon {
    width: 10px;
    height: 10px;
    transform: translateY(1px);
}

.taiken__photoSP {
    margin-top: 25px;
    width: 100%; /* 追加 */
    max-width: 440px; /* 追加 */
    height: 200px; /* 追加 */
    object-fit: cover; /* 追加 */
}

.taiken__photoPC {
    display: none;
}

/* 写真レスポンシブ */
@media screen and (min-width: 550px) {
    .taiken__photoSP {
        height: 250px;
    }

    .article {
        padding: 0 max(calc((100% - 440px) / 2), 0px);
        box-sizing: border-box;
    }
}

@media screen and (min-width: 700px) {
    .taiken__photoSP {
        height: 300px;
    }
}
/* 写真レスポンシブ */

/* ===========================================
体験レッスン
============================================== */
/* あしらい画像 */
.article {
    position: static;
}

.section__taiken {
    position: relative;
}

.mimo-Ltop__PC {
    display: none;
}

.mimo-Ltop__SP {
    position: absolute;
    left: -5.1%;
    top: -49px;
    width: 45px;
}

.mimo-Rtop__PC {
    display: none;
}

.mimo-Rtop__SP {
    position: absolute;
    Right: -4.5%;
    top: 4px;
    width: 45px;
}/* あしらい画像終わり */

/* pc あしらい画像*/
@media screen and (min-width: 769px) {
    .article {
        position: relative;
    }

    .section__taiken {
        position: static;
    }
    
    .mimo-Ltop__PC {
        display: block;
        position: absolute;
        left: -18.1%;
        /* left: -181px; */
        top: 30px;
        width: 60px;
    }

    .mimo-Ltop__SP {
        display: none;
    }

    .mimo-Rtop__PC {
        display: block;
        position: absolute;
        right: 6.2%;
        /* right: 62px; */
        top: -50px;
        width: 60px;
    }

    .mimo-Rtop__SP {
        display: none;
    }
}/* pc 769px あしらい画像*/

/* ===========================================
出張レッスン
============================================== */
/* あしらい画像 */
.section__taiken--syuccho {
    position: relative;
}

.mimo-Ldown__PC {
    display: none;
}

.mimo-Ldown__SP {
    position: absolute;
    left: -8%;
    /* left: -24px; */
    top: -32px;
    width: 35px;
}

.mimo-Rdown__PC {
    display: none;
}

.mimo-Rdown__SP {
    position: absolute;
    Right: -1.9%;
    /* right: -7px; */
    top: 56px;
    width: 45px;
}/* あしらい画像終わり */

.annai__title--syuccho {
    margin-top: 40px;
}

.syuccho__photoSP {
    margin-top: 15px;
    width: 100%; /* 追加 */
    max-width: 440px; /* 追加 */
    height: 200px;
    object-fit: cover;
}

.syuccho__photoPC {
    display: none;
}

.syuccho__text {
    margin-top: 15px;
}

.insta {
    display: none;
}

.link {
    max-width: min-content;
    white-space: nowrap;
}

/* 写真レスポンシブ */
@media screen and (min-width: 550px) {
    .syuccho__photoSP {
        height: 250px;
    }
}

@media screen and (min-width: 700px) {
    .syuccho__photoSP {
        height: 300px;
    }
}
/* 写真レスポンシブ */

/* pc */
@media screen and (min-width: 769px) {
    /* あしらい画像 */
    .section__taiken--syuccho {
        position: static;
    }

    .mimo-Ldown__PC {
        display: block;
        position: absolute;
        left: -11%;
        /* left: -110px; */
        top: 547px;
        width: 60px;
    }

    .mimo-Ldown__SP {
        display: none;
    }

    .mimo-Rdown__PC {
        display: block;
        position: absolute;
        right: -13%;
        /* Right: -130px; */
        top: 680px;
        width: 60px;
    }

    .mimo-Rdown__SP {
        display: none;
    }/* あしらい画像終わり */

    .article {
        display: flex;
        flex-wrap: wrap;
        margin: 55px 15.3% 100px;
        padding: 0;
        align-items: stretch; /* 追加 */
    }

    .lesson__title {
        padding: 0 1.1%;
        display: flex;
        position: relative;
        width: 100%;
        align-items: center; /* 追加 */
        gap: 0.75em; /* 追加 */
    }

    .lesson__title::after {
        content: "";
        display: block;
        background: var(--pink-midashi, #E8918E);
        flex: 1 1 auto; /* 追加 */
        height: 1px; /* 追加 */
        min-width: 2rem; /* 追加 */
    }

    .section__taiken {
        width: 47%;
        display: flex; /* 追加 */
        flex-direction: column; /* 追加 */
    }

    .section__taiken--syuccho {
        margin-left: 6%;
        display: flex; /* 追加 */
        flex-direction: column; /* 追加 */
    }

    .annai__title {
        text-align: center;
        margin-top: 45px;
    }

    .annai__text {
        margin-left: 2%;
    }

    .annai__text--LessonLast {
        margin-bottom: 20px;
    }
    
    .flower-icon {
        width: 16px;
        height: 16px;
        transform: translateY(1px);
    }

    .taiken__photoSP,
    .syuccho__photoSP {
        display: none;
    }

    .taiken__photoPC,
    .syuccho__photoPC {
        display: block;
        /* margin-top: 20px; */
        margin-top: auto; /* 追加 */
        padding-left: 2%;
        width: 100%;
        /* height: auto; */
        height: 300px; /* 追加 */
        max-width: 440px;
        /* max-height: 300px; */
        object-fit: cover;
    }

    .contact__lesson {
        margin: 45px auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .syuccho__text {
        margin-top: 0;
    }

    .insta {
        display: block;
        width: 20px;
        height: 20px;
    }

    .link--mail {
        max-width: 200px;
        width: 200px;
        height: 55px;
    }
}/* pc 769px */

/* ===========================================
Footer
============================================== */
.footer {
    margin-top: 15px;
}

/* pc */
@media screen and (min-width: 769px) {
    .footer {
        display: none;
    }
}/* pc 769px */