@charset "UTF-8";

/* メインビジュアル */

.mv {
    width: 100%;
    /* background-image: url(/img/mv01.jpg); */
    /* height: 100vh; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    position: relative;
    margin-top: 100px;
}

.mv_inner {
    position: absolute;
    padding-top: 157px;
    width: 966px;
    height: 280px;
    top: 0;
    left: 0;
    z-index: 5;
}

/* ズームインフェードアニメーション */
.mv .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: transform 5s ease-in-out;
    transform: scale(1);
}

.mv .swiper-slide-active img {
    transform: scale(1.1);
    /* 画像を10%ズームイン */
}

.swiper-pagination-bullet {
    background-color: #fff;
    height: 10px;
    width: 10px;
}

/* .swiper-button-next {
    color: #fff;
}

.swiper-button-prev {
    color: #fff;
} */


.mv_catch {
    position: absolute;
    font-size: 48px;
    line-height: 2em;
    color: #fff;
    padding: 53px 100px;
    font-family: "Shippori Mincho",
        serif;
    background: rgba(185, 148, 112, 0.4);
}

.mv_title {
    color: rgba(255, 255, 255, 0.4);
    font-size: 96px;
    position: absolute;
    right: 80px;
    bottom: 10px;
    font-family: "Shippori Mincho",
        serif;
    text-transform: uppercase;
    z-index: 10;
}




/* 写真横並び */
.img_gallery {
    width: 100%;
}

.img_gallery img {
    width: 100%;
}

.gallery-box {
    display: flex;
}

.img_gallery {
    border-top: solid #B99470 1px;
    padding-top: 10px;
    border-bottom: solid #B99470 1px;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* about セクション */
.about_inner {
    position: relative;
}

.bg_text_01 {
    position: absolute;
    top: 80px;
    right: -250px;
}

.about {
    position: relative;
}

.bg_text_02 {
    position: absolute;
    right: 30px;
}

.about_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 98px 30px;
    margin-top: 140px;
    width: 100%;
}

.about_item {
    position: relative;
    border: solid 1px #B99470;
}

.item_title {
    font-size: 23px;
    font-family: "Shippori Mincho",
        serif;
    color: #4E5C43;
    line-height: 1.8em;
    /* width: 505px; */
    height: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.corner {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.about_point {
    color: #5F6F52;
    font-family: "Pinyon Script", cursive;
    font-size: 35px;
    transform: rotate(-26deg);
    position: absolute;
    z-index: 20;
    top: 20px;
    left: 8px;
}

.s {
    font-size: 30px;
}

.item_text {
    color: #5F6F52;
    width: 100%px;
    height: 170px;
    line-height: 1.8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    background-color: #fff;
}

.iframe-container {
    width: 100%;
    /* コンテナの幅を100%に設定 */
    aspect-ratio: 16 / 9;
    /* 16:9のアスペクト比を設定 */
    overflow: hidden;
    /* コンテナからはみ出る部分を隠す */
    position: relative;
    /* 相対位置に設定 */
}

.iframe-container iframe {
    width: 100%;
    /* iframeの幅を100%に設定 */
    height: 100%;
    /* iframeの高さを100%に設定 */
    position: absolute;
    /* 絶対位置に設定 */
    top: 0;
    /* 上端を0に設定 */
    left: 0;
    /* 左端を0に設定 */
    border: 0;
    /* 枠線をなしに設定 */
}

.wave_line01 {
    margin-top: 200px;

}

/* レッスンセクション */
.lesson {
    position: relative;
}

.lesson_inner {
    max-width: 1200px;
    margin-top: 178 px;
    position: relative;
}

.bg_text_03 {
    position: absolute;
    top: 0;
    left: 0;
}

.bg_text_04 {
    position: absolute;
    bottom: -200px;
    right: 0;
}

.lesson_conteiner {
    width: 100%;
    margin-top: 160px;
}

.lesson_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 142px;
}

.lesson_boxinner_l {
    background-color: #fff;
    width: 47%;
    padding: 30px;
}

.lesson_items {
    border: 1px solid #B99470;
    padding: 20px 50px;
}

.lesson_title {
    position: relative;
    font-size: 25px;
    color: #B99470;
    text-align: center;
    font-family: "Shippori Mincho",
        serif;
    padding-top: 67px;
}

.lesson_title::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #B99470;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
}

.textitem {
    margin-top: 100px;
}

.lesson_text {
    color: #B99470;
    line-height: 2em;
}

.lesson_item {
    display: flex;
    font-size: 20px;
    color: #5F6F52;
    justify-content: center;
    padding-top: 70px;
}

.lesson_times {
    padding-left: 20px;
}

.lesson_price {
    padding-left: 40px;
}

/* レッスン申し込みボタン */
.lesson_btn_arrow {
    /*矢印の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    border: 1px solid #5F6F52;
    width: 100%;
    max-width: 400px;
    padding: 17px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #5F6F52;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.lesson_btn_arrow:hover {
    background: #B99470;
    color: #fff;
}

/*矢印と下線の形状*/
.lesson_btn_arrow::before {
    content: "";
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    top: 50%;
    right: -30px;
    /*下線の形状*/
    width: 50px;
    height: 1px;
    background: #5F6F52;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.lesson_btn_arrow::after {
    content: "";
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 31%;
    right: -25px;
    /*矢印の形状*/
    width: 1px;
    height: 12px;
    background: #5F6F52;
    transform: skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.lesson_btn_arrow:hover::before {
    right: -35px;
}

.lesson_btn_arrow:hover::after {
    right: -30px;
}

.lesson_button {
    justify-content: center;
    display: flex;
}

.lesson_button_box {
    max-width: 400px;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 30px;
}

/* レッスンイメージ画像 */
.lesson_boxinner_r {
    width: 47%;
    padding: 30px;
}



/* 01の画像 */
.lesson_img_text01::first-letter {
    text-transform: capitalize;
}

.lesson_img_item01 {
    position: relative;
    max-width: 317px;
    width: 100%;
    margin-top: 30px;
}

.lesson_img_text01 {
    /* position: absolute; */

    font-family: "Mrs Saint Delafield", cursive;
    font-size: 40px;

    color: #5F6F52;
    text-transform: lowercase;
    transform: rotate(-15deg);
    text-align: right;
    padding-right: 60px;
}

.lesson_img_item01::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F5F2E6;
    top: -80px;
    right: -100px;
    border: 1px solid #5F6F52;
    z-index: -3;
}

.lesson_img_item01::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #B7BDA5;
    top: -40px;
    right: -50px;
    z-index: -2;
}

/* 02の画像 */

.lesson_img_text02::first-letter {
    text-transform: capitalize;
}

.lesson_img_item02 {
    position: relative;
    max-width: 262px;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;

}

.lesson_img_text02 {
    /* position: absolute; */

    font-family: "Mrs Saint Delafield", cursive;
    font-size: 40px;
    color: #5F6F52;
    text-transform: lowercase;
    transform: rotate(-15deg);
    text-align: left;
    line-height: 1.2em;
    padding-left: 40px;
}

.lesson_img_item02::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F5F2E6;
    top: -65px;
    left: -100px;
    border: 1px solid #5F6F52;
    z-index: -3;
}

.lesson_img_item02::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #B7BDA5;
    top: -40px;
    left: -50px;
    z-index: -2;
}

.wave_line02 {
    margin-bottom: 300px;
}

/* プロフィールセクション */
.profile {
    margin-top: 178px;
    position: relative;
}

.frofile_inner {
    padding-bottom: 178px;
}

.profile_section {
    width: 100%;
    background-color: #B7BDA5;
    position: relative;
}

.profile_section::before {
    content: "";
    background-image: url(../img/wave_top3.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 180px;
    top: -10%;
}

.profile_section::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/wave_bottom3.svg);
    background-size: cover;
    width: 100%;
    height: 116px;
    bottom: -3%;
}

.title_content {
    padding-top: 40px;
}

.profile .content_subTitle {
    color: #fff;
}

.profile .content_title {
    color: #fff;
}

.profile .title_section::before {
    content: "";
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
}

.profile_conteiner {
    margin-top: 117px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 95px;
}

.profile_box {
    color: #4E5C43;
    background-color: #fff;
    max-width: 563px;
    width: 100%;
    height: 39%;
}

.profile_boxinner {
    padding: 15px;
}

.profile_boxinner_s {
    border: 1px solid #B99470;
    padding: 32px 57px;
}

.profile_imageBox {
    padding-right: 0;
    display: flex;
    align-items: center;
}

.profile_title {
    text-align: center;
    padding-top: 47px;
    font-size: 28px;
    letter-spacing: 0.2em;
    padding-bottom: 43px;
}

.profile_text {
    color: #B99470;
    letter-spacing: 0.05em;
    line-height: 2;
    padding-bottom: 56px;
}

.profile_icons {
    gap: 20px;
    display: flex;
    justify-content: flex-end;
}

/* アイコンアニメーション */

.profile_snsicon {
    position: relative;
}

.profile_snsicon img {
    transition: opacity 0.5s;
}

.profile_snsicon:hover img:first-of-type {
    opacity: 0;
}

.profile_snsicon img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.profile_snsicon:hover img:last-of-type {
    opacity: 1;
}

.wave_line03 {
    margin-top: 33px;
}

/* パソコン向け */
@media screen and (min-width: 769px) {
    .profile_image_sp {
        display: none;
    }
}

/* インスタグラムセクション */

.instagram_inner {
    margin-top: 100px;
    position: relative;
}

.bg_text_05 {
    position: absolute;
    top: -30px;
    left: 50px;
}

.instagram {
    position: relative;
}

.bg_text_06 {
    position: absolute;
    right: 50px;
}

.instabg_conteiner {
    background-color: #F5F2E6;
    margin-top: 170px;
    margin-bottom: 82px;
    border-top: solid 88px #B7BDA5;
    border-bottom: solid 88px #B7BDA5;
}

.instaimg_box iframe {
    aspect-ratio: 6/ 1;
    margin-top: 7px;
    margin-bottom: 7px;
    border: solid 1px #B99470;
}

/* パソコン向け */
@media screen and (min-width: 769px) {
    .instaimg_box_sp {
        display: none;
    }
}

.wave_line04 {
    margin-top: 140px;
}

/* お客さまの声 */
.voice {
    width: 100%;
    margin-top: 150px;
    position: relative;
}

.bg_text_07 {
    position: absolute;
    top: 0;
    left: 50px;
}

.voice_conteiner {
    margin-top: 135px;
}

.voice_box {
    margin-top: 70px;
}

.items_box {
    padding: 30px;
    display: flex;
}

.face_items {
    text-align: center;
    flex-shrink: 0;
}

.face_image {
    max-width: 125px;
    width: 100%;
}

.voice_box {
    width: 100%;
    background-color: #fff;
    display: flex;
    color: #5F6F52;
}

.voice_items {
    padding-left: 30px;
}

.voice_title {
    padding-right: 185px;/
}

.voice_top {
    display: flex;
    /* margin-top: 26px; */
    margin-bottom: 25px;
}

.voice_image {
    padding-top: 4px;
}

.wave_line05 {
    margin-top: 100px;
}

/* パソコン向け */
@media screen and (min-width: 769px) {
    .voive_box_sp {
        display: none;
    }
}

/* お知らせ */
.news {
    position: relative;
    width: 100%;
}

.news_content {
    margin-top: 100px;
    position: relative;
}

.bg_text_08 {
    position: absolute;
    top: 30px;
    left: -50px;
}

.news_content_inner {
    margin-top: 164px;
}

.news_list {
    display: flex;
    padding: 30px 0;
    border-bottom: solid 1px #5F6F52;
}

.news_listDate {
    margin-right: 80px;
    color: #B99470;
    font-size: 14px;
}

.news_listTitle {
    color: #5F6F52;
    transition: color .3s ease-out;
    text-decoration: none;
}

.news_listTitle:hover {
    color: #B99470;
}

.wave_line06 {
    margin-top: 100px;
}


/* スマホ対応 */
@media screen and (max-width:768px) {

    /* メインビジュアル */
    .mv {
        margin-top: 110px;
        width: 100%;
    }

    .mv_inner {
        padding-top: 40px;
    }

    .mv_title {
        font-size: 20px;
        right: 20px;
        bottom: 7px;
    }

    .mv_catch {
        font-size: 20px;
        padding: 23px 20px;
    }

    /* ギャラリー */
    .gajjery_none {
        display: none;
    }

    /* aboutセクション */
    .about_inner {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .about_items {
        margin-top: 70px;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;

    }

    .about_point {
        color: #5F6F52;
        font-family: "Pinyon Script", cursive;
        font-size: 25px;
        transform: rotate(-26deg);
        position: absolute;
        z-index: 20;
        top: 13px;
        left: 8px;
    }

    .item_title {
        font-size: 18px;
    }


    .item_text {
        padding: 0 27px;
        font-size: 13px;
    }

    .wave_line01 {
        margin-top: 26px;
    }

    /* レッスン */
    .lesson_conteiner {
        margin-top: 70px;
    }

    .lesson_boxinner_r {
        display: none;
    }

    .lesson_box {
        flex-direction: column;
    }

    .lesson_boxinner_l {
        width: 100%;
        padding: 10px;
    }

    .lesson_items {
        padding: 0 15px;
    }

    .lesson_title {
        padding-top: 30px;
        font-size: 20px;
    }

    .lesson_text {
        font-size: 13px;
    }

    .lesson_item {
        font-size: 13px;
        padding-top: 20px;
    }

    .textitem {
        margin-top: 50px;
    }

    .lesson_button_box {
        padding: 30px;
        font-size: 12px;
    }

    /* レッスン申し込みボタン */
    .lesson_btn_arrow {
        /*矢印の基点とするためrelativeを指定*/
        position: relative;
        /*ボタンの形状*/
        border: 1px solid #5F6F52;
        width: 100%;
        max-width: 400px;
        padding: 17px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        background-color: #fff;
        color: #5F6F52;
        outline: none;
        /*アニメーションの指定*/
        transition: all .2s linear;
    }

    /*矢印と下線の形状*/
    .lesson_btn_arrow::before {
        content: "";
        /*絶対配置で下線の位置を決める*/
        position: absolute;
        top: 51%;
        right: -20px;
        /*下線の形状*/
        width: 40px;
        height: 1px;
        background: #5F6F52;
        /*アニメーションの指定*/
        transition: all .2s linear;
    }

    .lesson_btn_arrow::after {
        content: "";
        /*絶対配置で矢印の位置を決める*/
        position: absolute;
        top: 30%;
        right: -15px;
        /*矢印の形状*/
        width: 1px;
        height: 12px;
        background: #5F6F52;
        transform: skewX(45deg);
        /*アニメーションの指定*/
        transition: all .2s linear;
    }

    .lesson_box {
        margin-bottom: 30px;
    }

    .wave_line02 {
        margin-bottom: 0;
    }

    /* プロフィール */
    .profile_section::before {
        top: -3%;
    }

    .frofile_inner {
        padding: 20px;
    }

    /* 画像とテキスト縦並び */
    .profile {
        margin-top: 80px;
    }

    .profile_conteiner {
        flex-direction: column-reverse;
        margin-top: 63px;
    }

    .profile_boxinner_s {
        padding: 30px;
    }

    .profile_imageBox {
        display: none;
    }

    .profile_image_sp {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .profile_title {
        font-size: 18px;
        padding: 20px 0;
    }

    .profile_text {
        font-size: 13px;
        padding-bottom: 20px;
    }

    /* インスタグラム */
    .instagram_inner {
        margin-top: 20px;
    }

    .instagram_inner .title_section {
        margin-bottom: 70px;
    }

    .instabg_conteiner {
        margin-top: 0;
        margin-bottom: 0;
        border-top: 0;
        border-bottom: 0;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .instaimg_box {
        display: none;
    }

    .instaimg_box_sp {
        aspect-ratio: 1 / 1;
    }

    .instagram_conteiner {

        border-top: solid 30px #B7BDA5;
        border-bottom: solid 30px #B7BDA5;
    }

    .wave_line04 {
        margin-top: 40px;
    }

    /* 生徒様の声 */
    .voice {
        margin-top: 36px;
        padding: 0 20px;
    }

    .voice_conteiner {
        margin-top: 80px;
    }

    .items_box {
        display: none;
    }

    .voive_box_sp {
        background-color: #fff;
        color: #5F6F52;
        padding: 15px 25spx;
    }

    .voice_item_top {
        display: flex;
        justify-content: space-between;
    }

    .face_items {
        padding: 30px 20px;
    }

    .face_title {
        font-size: 14px;
    }

    .voice_image_title {
        font-size: 14px;
        padding-right: 5px;
    }

    .voice_item {
        /* padding: 20px 0; */
        padding-top: 35px;
        padding-right: 25px;

    }

    .voice_top {
        flex-direction: column;
        font-size: 11px;
    }

    .voice_image_title {
        display: flex;
        font-size: 11px;
        padding-top: 4px;
    }

    .vice_bottom {
        display: flex;

    }

    .voice_title {
        padding: 10px;
        font-size: 12px;
    }

    .voice_top {
        align-items: center;
        margin-bottom: 0;
    }

    .voice_text {
        padding: 0 15px 25px;
        font-size: 14px;
    }

    .wave_line05 {
        margin-top: 0;
    }

    /* お知らせ */

    .news_content {
        margin-top: 10px;
        padding: 0 20px;
    }

    .news_content_inner {
        margin-top: 30px;
    }

    .news_list {
        flex-direction: column;
    }

    .news_listTitle {
        font-size: 14px;
    }

    .wave_line06 {
        margin-top: 0;
    }



    footer {
        margin-top: 100px;
    }




}