@charset "utf-8";

/* *{border: solid red 1px;} */

.mv img {
    /* border: 1px solid red; */
    max-width: 100%;
    height: auto;
    background-position: cover;
    padding-top: 60px;



}

.mv {
    /* border: 1px solid blue; */
    position: relative;
    margin-bottom: 60px;

}

.mv .text {
    position: absolute;
    bottom: 50px;
    left: 30px;



}

.mv span {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 60px;
    padding: 10px;

}

.mv p {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px 10px 10px;
    margin-top: 10px;
}


/* ------------------------------------------- */

.bg-1 {
    position: relative;
}



.inner-1 {
    text-align: center;
}

.bg-1::after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background: url(../images/wave111_1919x90.png)no-repeat center center;
    background-size: cover;
    bottom: -90px;
    left: 0;
    position: absolute;

}

.bg-1second {
    position: relative;
}

.bg-1second::before {
    content: "";
    display: block;
    width: 100%;
    height: 257px;
    background: url(../images/wave222_1919x257.png)no-repeat center center/100% 257px;
    background-size: cover;
    top: -257px;
    left: 0px;
    position: absolute;
    pointer-events: none;
}


.about {
    /* border: 1px solid red; */
    position: relative;
}

.about::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 372px;
    height: 328px;
    background: url(../images/about1_372x328.png) no-repeat top left;
    background-size: 300px auto;
    z-index: 1;
}

.about::after {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    width: 394px;
    height: 400px;
    background: url(../images/about2_394x400.png) no-repeat top right;
    background-size: 300px auto;
    z-index: 1;
}

.about .about-copy {
    font-size: 48px;
    font-family: "M PLUS Rounded 1c", 'corp', sans-serif;
    color: #ff8182;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 2;



}

.about .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.5;
    margin: 60px 0 40px;
    position: relative;
    z-index: 3;
}

.about .about-btn {
    width: 200px;
    line-height: 68px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.about .about-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 700;
    background-color: #006881;
    border-radius: 30px;
    transition: background-color 0.3s, color 0.3s;

}

.about .about-btn a:hover {
    background-color: #a8e6e5;
    color: #006881;

}

.inner-1.about .about-copy,
.inner-1.about .text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.inner-1.about .about-copy.show,
.inner-1.about .text.show {
  opacity: 1;
  transform: translateY(0);
}

.wave {
    text-decoration: underline;
    text-decoration-color: #ffc800;
    text-decoration-style: wavy;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

/* ---------------------------------------- */

h2 {
    display: inline-block;
    font-family: 'nikumaru', sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.4rem;
    color: #ff8182;
    margin: 0 auto;
    position: relative;
}

h2::after {
    content: '';
    width: 83px;
    height: 85px;
    background: url(../images/title_83x85.png) no-repeat left bottom;
    left: 0;
    bottom: 10px;
    position: absolute;
     transform: translateX(-100%);

}

.info ul {
    padding: 100px 0;
    justify-content: center;
    gap: 30px;
    position: relative;
    /* z-index: 600; */
}

.info h2 {
    margin: 200px 0 0;

}



.info h3 {
    color: #50d2d0;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}

.more-btn {
    font-size: 16px;
    width: 120px;
    line-height: 32px;
    margin: 20px auto;
    z-index: 500;

}

.more-btn a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #006881;
    color: #fff;
    border-radius: 30px;
    transition: background-color 0.3s, color 0.3s;
}

.more-btn a:hover {
    background-color: #a8e6e5;
    color: #006881;

}

.inner-1.info ul.flex li {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.inner-1.info ul.flex li.show {
    opacity: 1;
    transform: translateY(0);
}

/* ------------------------------------- */


.benri h2 {
    margin: 100px 0 80px;
}

.benri ul {
    justify-content: center;
    gap: 50px;
    padding-bottom: 100px;
    flex-wrap: wrap;
}

.benri h3 {
    color: #f79a70;
    font-size: 24px;
    background: url(../imagesabout_wave1_215x29.png) no-repeat center bottom;
    background: linear-gradient(to top, rgba(255, 200, 0, 0.6) 30%, transparent 30%);
    display: inline;
    padding: 0 2px;
    font-weight: normal;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


.benri .benri-01 {
    padding-top: 140px;
    background: url(../images/benri1_110x106.png) no-repeat center top;
}

.benri .benri-02 {
    padding-top: 140px;
    background: url(../images/benri2_110x106.png) no-repeat 50% top;
}

.benri .benri-03 {
    padding-top: 140px;
    background: url(../images/benri3_110x106.png) no-repeat center top;
}

.benri p {
    padding-top: 10px;
    font-weight: bold;
}

.benri .flex li {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.benri .flex li.show {
    opacity: 1;
    transform: translateY(0);
}


/* ------------------------------ */


.news .flex {
    justify-content: center;
    gap: 100px;
}

.news h2 {
    margin: 200px 0 80px;
}

/* * index.html の Instagram と Blog のコンテンツエリアのスタイル */
.instagram-content-wrapper,
#index-blog-posts-container {
    /*flex-grow: 1; /* 利用可能なスペースを埋めるように拡張 */
    /*width: 100%; /* 親要素の幅いっぱいに広がるように */
    display: flex;
    /* 中身のコンテンツ配置のため (特にブログリスト) */
    flex-direction: column;
    /* 中身のコンテンツ配置のため (特にブログリスト) */
    justify-content: flex-start;
    /* コンテンツを上から配置 */
    /* ▼▼▼ Instagramのスタイルに合わせてコンテナを装飾 ▼▼▼ */
    background: #FFF;
    border: 1px solid #ebe2e2;
    /* 影の代わりに薄い枠線を追加 */
    border-radius: 3px;
    /* 角丸はInstagramと合わせておきます */
    padding: 16px;
    box-shadow: none;
    /* 影を削除 */
}

/* ▼▼▼ ブログ記事一覧の各記事のスタイル ▼▼▼ */
.blog-post-item-index {
    padding-bottom: 1em;
    /* 記事の下側の余白（区切り線とのスペース） */
    margin-bottom: 1em;
    /* 次の記事との間の余白 */
    border-bottom: 1px dotted #e0e0e0;
    /* 記事を区切る薄い点線に変更 */
}

/* 最後の記事には区切り線と下の余白は不要にする */
.blog-post-item-index:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}



/* --------------------------------- */

.entry {
    margin-top: 200px;
    background: url(../images/bosyu_656x308.png) no-repeat right center;
}

.entry .text {
    /* display: block; */
    width: 500px;
}

.entry .text p {
    font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #ff8182;
    text-align: center;
}

.entry .more-btn {
    width: 250px;
}


/* -------------------------------- */

.contact {
    border: 2px solid #f79a70;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    max-width: 650px;
    margin: 100px auto;
    text-align: center;
    padding: 30px;
}

.contact h2 {
    padding-left: 0;
}

.contact h2::after {
    content: none;
}

.contact dl {
    margin: 30px 120px 0 30px;
    text-align: left;

}

.contact dl dt {
    margin-right: 10px;
}

.contact .tel {
    font-family: 'nikumaru', sans-serif;
    font-size: 24px;
    color: #F79A70;
}


.contact .line {
    margin-top: 60px;
}

main {
    padding-bottom: 100px;
}






/* ---------------------------- */


@media screen and (max-width: 768px) {



    .mv img {
        height: 300px;
        object-fit: cover;
    }

    .mv .text {
        left: 10px;
    }

    .mv span {
        font-size: 24px;
    }

    .mv p {
        font-size: 13px;
        padding: 10px;
    }

    .about::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 372px;
        height: 328px;
        background: url(../images/about1_372x328.png) no-repeat top left;
        background-size: 200px auto;
        z-index: 1;
    }

    .about::after {
        background-size: 200px auto;
    }


    .about .about-copy {
        font-size: 32px;
        line-height: 2;
    }


    .about .text {
        font-size: 14px;
    }



    h2 {
        font-size: 24px;
    }

    .info .flex {
        flex-direction: column;
    }

    .info ul {
        padding: 50px 0;
        z-index: 600;
    }

    .benri h2 span {
        display: block;
    }

    .benri h2::after {
        top: -50px;
    }

    .benri .flex {
        flex-direction: column;
    }

    .benri .benri-01 {
        padding-top: 60px;
        background: url(../images/benri1_110x106.png) no-repeat center top;
        background-size: 55px auto;
    }

    .benri .benri-02 {
        padding-top: 60px;
        background: url(../images/benri2_110x106.png) no-repeat center top;
        background-size: 55px auto;
    }

    .benri .benri-03 {
        padding-top: 60px;
        background: url(../images/benri3_110x106.png) no-repeat center top;
        background-size: 55px auto;
    }

    .news .flex {
        flex-direction: column;
    }

    .insta {
        max-width: 100%;
        overflow-x: auto;
    }

    .insta h2 span{
        margin-left:20px; 
        display: block;
    }

    .instagram-media {
        min-width: 300px !important;
    }

    .blog h2{
        margin-top: 50px;
    }

    .entry {
        padding-top: 308px;
        background: url(../images/bosyu_656x308.png) no-repeat top center;
    }

    .entry .text {
        /* display: flex; */
        width: auto;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .entry .text p {
        font-size: 28px;
    }

    .contact {
        margin: 50px 20px;
    }

    .contact .flex {
        flex-direction: column;
    }

    .contact .flex .flex {
        flex-direction: row;
    }

    .contact dl {
        margin: 30px 0;
        justify-content: center;

    }

    .contact .tel {
        font-size: 18px;
    }

    .contact .time {
        font-size: 13px;
    }

    .contact .line {
        margin-top: 0;
    }

    .bg-1second::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background: url(../images/629x235.png)no-repeat center bottom/100% 235px;
    background-size: 100% auto;
    top: -285px;
    left: 0px;
    position: absolute;
    pointer-events: none;
}


}


@media screen and (max-width: 500px) {


    

    .about::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        width: 100px;
        height: 328px;
        background: url(../images/about1_372x328.png) no-repeat top left;
        background-size: 100px auto;
        z-index: 1;
    }

    .about::after {
        top: 90px;
        right: 0;
        width: 100px;
        background-size: 100px auto;
    }

}