@charset "utf-8";
/*==========================================
learn
==========================================*/


#learn_circle{
    background-color: #6C82D0;
}

#LEARN{
    padding-top: 50px;
    text-align: center;
    background-image: url(../image/top_beach.png);
    background-size: cover;
}

.flower_left,.flower_right{
    display: none;
}

.lean_maintxt,.learn_news_main{
    color: var(--blaxk,#303030);
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}

.learn_subtxt,.learn_news_sub{
    color: var(--blaxk,#303030);
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.learn_instagram{
    width: 43px;
    height: 43px;
}

.lean_maintxt{
    max-width: 440px;
    padding: 0  var(--contentPadding,4%);
}

.learn_subtxt{
    max-width: 600px;
    margin: 40px auto 0;
    padding: 0  var(--contentPadding,4%);
}

.learn_news_txt{
    display: flex;
    align-items: flex-end;
    gap: 10px;

    position: relative;
}

.learn_news_txt::after{
    content: "";
    width: 190px;
    height: 15px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: skew(30deg);

    position: absolute;
    left: -10px;
}

.learn_news_sub{
    margin-bottom: 5px;
}

.learn_news{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;

    margin-top: 40px;
}

.background_learn_wave{
    object-fit: cover;
    height: 75px;
    margin-top: 70px;
    margin-bottom: -1px;
}

.background_learn_wave_top{
    object-fit: cover;
    height: 75px;
    margin-top: 50px;
    margin-bottom: -50px;
}


/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .background_learn_wave_top,.background_learn_wave{
        width: 100%;
        height: auto;
    }
    .learn_subtxt {
        font-size: 1.6rem;
    }
    
    .circle_main{
        margin: 0 0 75px;
    }
    .learn_topbox{
        display: flex;
        justify-content: center;
        gap: 65px;
    }
    .flower_left,.flower_right{
        display: block;
        height: 170px;
        width: 170px;
    }
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 1200px){
    #LEARN {
        padding-top: 200px;
    }
}
/*==========================================
cacao
==========================================*/
.cacao_flag{
    padding: 0 var(--contentPadding,4%);
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.cacao_toptxt{
    color: var(--blaxk,#303030);
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 10px;
}

.cacao_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    margin-top: 50px;
}
.cacao_left{
    height: 50px;
    object-fit: contain;
}

.cacao_title{
    color: var(--blaxk,#303030);
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 210px;
    position: relative;
    display: flex;
    justify-content: center;
}

.cacao_title::after{
    content: "";
    display:inline-block;
    width: 220px;
    height: 2px;
    background-color: var(--blaxk,#303030);

    position: absolute;
    top: 30px;
}

.cacao_right{
    width:50px;
    object-fit: contain;
}

.cacao_contents{
    color: var(--blaxk,#303030);
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    max-width: 600px;
    margin: 40px auto 0;

    padding: 0 var(--contentPadding,4%);
}

.chocolate{
    width: 250px;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .cacao_toptxt {
        font-size: 2.4rem;
    }
    .cacao_contents {
        font-size: 1.6rem;
    }
    .cacao_title {
        font-size: 2rem;
        width: 260px;
    }
    .cacao_left {
        height: 65px;
    }
    .cacao_right {
        width: 65px;
    }
    .cacao_box {
        gap: 25px;
    }
    .cacao_title::after {
        width: 270px;
    }
}
/*==========================================
slider
==========================================*/
.cacao_slider{
    margin-top: 70px;
}

.cacao_item img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

/*==========================================
workshop
==========================================*/
.workshop{
    background-image: url(../image/learn/learn_background.jpg);
    background-size: contain;
    padding: 75px 0 250px;
}

.wksp_big_box{
    margin: 0 auto;
    width: fit-content;
}

.wksp_box{
    background-color: #FFFFFF;
    width: 280px;
    height: 410px;
    padding: 10px 10px 0;
    margin-top: 60px;
    box-shadow: -9px 9px 10px 0px #9e9d9d;
    position: relative;
}

.wksp_box::before{
    content: url(../image/learn/learn_pin.svg);
    width: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
}


#label_01::after{
    content: "小笠原オフ会";
    color: #ffffff;
    font-size: 2rem;

    position: absolute;
    bottom: 111px;
    left: 21px;
}
#label_02::after{
    content: "小笠原古謡Live";
    color: #ffffff;
    font-size: 2rem;

    position: absolute;
    bottom: 111px;
    left: 21px;
}
#label_03::after{
    content: "小笠原を知ろうシリーズ";
    color: #ffffff;
    font-size: 2rem;

    position: absolute;
    bottom: 111px;
    left: 5px;
}
#label_04::after{
    content: "小笠原ビーチグラスアクセサリー";
    color: #ffffff;
    font-size: 1.6rem;

    position: absolute;
    bottom: 115px;
    left: 5px;
}
#label_05::after{
    content: "大町日本酒を楽しむ会";
    color: #ffffff;
    font-size: 2rem;

    position: absolute;
    bottom: 111px;
    left: 21px;
}
#label_06::after{
    content: "大町リンゴ販売会";
    color: #ffffff;
    font-size: 2rem;

    position: absolute;
    bottom: 111px;
    left: 21px;
}


.wksp_pic{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.wksp_label{
    margin-left: -20px;
    margin-top: 10px;
    height: 50px;
    width: 280px;
}


.wksp_txt{
    color: var(--blaxk,#303030);
    text-align: start;
    font-family: "Kiwi Maru";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 10px;
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .wksp_big_box {
        display: flex;
        gap: 60px;
    }
}