@charset "utf-8";
/* CSS Document */


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

Last update:    2025-7-19

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


/*=============================
header
=============================*/
#header{
    background:url(../../img/bg_main202111.png) top center;
    background-size:auto 100%;
}

#header .h_inner01{
    padding-top:2em;
    padding-bottom:6em;
}
#header .header_sp{
    display:none;
}
#header h1{
    max-width:800px;
    margin:0 auto;
}

@media screen and (max-width:480px){
    #header{
        background:none;
    }
    #header .h_inner01{
        padding-top:0;
        padding-bottom:0;
    }
    #header h1{
        max-width:480px;
        margin:0 auto;
    }
    #header .header_pc{
        display:none;
    }
    #header .header_sp{
        display:block;
        width:100%;
    }
}




/*=============================
title
common
=============================*/
#mainarea .ttl01{
    max-width:580px;
    margin:0 auto 3em;
}
#mainarea span{
    display:inline-block;
}

#mainarea p,
#mainarea li,
#mainarea dd{
    text-shadow:0px 0px 6px #fff;
}

#mainarea em{
    font-weight:bolder;
    font-style:normal;
}



/*=============================
lead_area
=============================*/
#lead_area{
    clear:both;
}

#lead_area .inner01{
    padding-top:5em;
    padding-bottom:5em;
    background:url(../../img/bg_lead.png) no-repeat right bottom;
}

#lead_area p{
    text-align:center;
    line-height:2;
}


@media screen and (max-width:760px){
    #lead_area .inner01{
        background:url(../../img/bg_lead.png) no-repeat right bottom;
        background-size: 60% auto;
    }
}

@media screen and (max-width:480px){
    #lead_area .inner01{
        padding-top:3em;
        padding-bottom:3em;
        background:url(../../img/bg_lead.png) no-repeat right 95%;
        background-size: 70% auto;
    }
    #lead_area p{
        text-align:left;
    }
    #mainarea #lead_area br{
        display:none;
    }
    #mainarea #lead_area span{
        display:inline;
    }
}



/*=============================
hth_area
=============================*/
#hth_area{
    clear:both;
    padding-top:5em;
    padding-bottom:5em;
    background:url(../../img/bg_handstohands.jpg) repeat-y top center;
}

@media screen and (max-width:760px){
    #hth_area{
        background:url(../../img/bg_handstohands.jpg) repeat-y top center;
        background-size:130% auto;
    }
}

@media screen and (max-width:480px){
    #hth_area{
        padding-top:3em;
        padding-bottom:3em;
        background:url(../../img/bg_handstohands.jpg) repeat-y top center;
        background-size:130% auto;
    }
}


/*=============================
hth_area
#hth_lead
=============================*/
#hth_lead{
    line-height:2;
    margin-bottom:3em;
}

#hth_lead .cider_img{
    width:30%;
    float:right;
    padding-left:1em;
}
#hth_lead .cider_img img{
    width:70%;
    margin-bottom:1em;
}

#hth_lead .waku01{
    display:inline-block;
    border:2px solid #ccc;
    padding:0.5em 1em;
}

@media screen and (max-width:760px){
    #hth_lead .cider_img{
        width:25%;
    }
    #hth_lead .cider_img img{
        width:100%;
    }
}

@media screen and (max-width:480px){
    #hth_lead{
        margin-bottom:6em;
    }
    #hth_lead .cider_img{
        width:30%;
    }
    #hth_lead .waku01{
        text-align:center;
    }
}


/*=============================
hth_area
.point_block01
=============================*/
.point_block01{
    background:#bfeef9;
    border-radius:50px;
    padding:3em 3em;
    margin-bottom:3em;
    position:relative;
}
.point_block01 h3{
    font-weight:bolder;
    font-size:150%;
    text-align:center;
    margin-bottom:1.5em;
}

.point_block01 span{
    display:inline-block;
}

.icon_point01,
.icon_point03{
    position:absolute;
    top:-2em;
    left:3em;
}
.icon_point02{
    position:absolute;
    top:-2em;
    right:3em;
}


#hth_point01 .img_box,
#hth_point03 .img_box{
    float:right;
    width:25%;
    margin-left:3em;
    margin-bottom:1em;
}

#hth_point02 .img_box{
    float:left;
    width:25%;
    margin-right:3em;
    margin-bottom:1em;
}

@media screen and (max-width:760px){
    #hth_point01 .img_box,
    #hth_point03 .img_box{
        width:30%;
        margin-left:2em;
    }
    
    #hth_point02 .img_box{
        width:30%;
        margin-right:2em;
    }
}

@media screen and (max-width:480px){
    .point_block01{
        border-radius:30px;
        padding:2.5em 1.5em;
        margin-bottom:5em;
    }
    .icon_point01,
    .icon_point02,
    .icon_point03{
        width:30%;
    }
    .icon_point01,
    .icon_point03{
        top:-3em;
        left:2em;
    }
    .icon_point02{
        top:-3em;
        right:2em;
    }
    #hth_point01 .img_box,
    #hth_point03 .img_box{
        width:35%;
        margin-left:1em;
    }
    
    #hth_point02 .img_box{
        width:35%;
        margin-right:1em;
    }
}



/*=============================
hth_area
#hth_torikumi
=============================*/
#hth_torikumi{
    clear:both;
}
#hth_torikumi h3{
    font-weight:bolder;
    font-size:150%;
    text-align:center;
    margin-bottom:1.5em;
}

.torikumi_box{
    clear:both;
    padding-bottom: 2.5em;
    margin-bottom:3em;
}
.torikumi_box.line01{
    border-bottom: 10px solid #bfeef9;
}

#hth_torikumi h4{
    font-size:130%;
    font-weight:bolder;
    margin-bottom:0.5em;
    padding: 4px 0 4px 0;
}
#hth_torikumi h4.ttl_lemon{
    font-size:130%;
    font-weight:bolder;
    margin-bottom:0.5em;
    padding: 4px 0 4px 2.3em;
    background:url("../../img/icon_lemon.png") no-repeat 0 center;
    background-size: 36px auto;
}


#hth_torikumi .torikumi_img{
    float:right;
    width:36%;
    margin-bottom: 1.5em;
    margin-left: 2em;
}
#hth_torikumi .torikumi_img img{
    border-radius:10px;
}


@media screen and (max-width:480px){
    #hth_torikumi h4{
        font-size:120%;
    }
    #hth_torikumi .torikumi_img{
        float:none;
        width:100%;
        margin-left: 0;

    }
}




/*=============================
hth_area
#label_area
=============================*/
#label_area{
    clear:both;
    border-top:10px dotted #ffe900;
    border-bottom:10px dotted #ffe900;
    padding:2em 3em;
}

#label_area .illust_label{
    width:30%;
    float:right;
    margin-left:2em;
}

@media screen and (max-width:760px){
    #label_area{
        padding:2em 2em;
    }
}

@media screen and (max-width:480px){
    #label_area{
        padding:1.5em 1em;
    }
    #label_area .illust_label{
        width:100%;
        float:none;
        margin:0 auto 1em;
    }
    #label_area .illust_label img{
        width:100%;
    }
}






/*=============================
buy_area
=============================*/
.buy_area{
    clear:both;
    padding-top:3em;
    padding-bottom:3em;
    background:url(../img/bg_buy.jpg) repeat top center;
}
.buy_area .btn_buy01{
    max-width:600px;
    margin:0 auto;
}
.buy_area .btn_buy01 a{
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../../img/btn_buy01.png) no-repeat left bottom;
    background-size:100% auto;
    padding-top:21.9%;
}

.buy_area .btn_buy01 a:hover{
    background:url(../../img/btn_buy01_on.png) no-repeat left bottom;
    background-size:100% auto;

}



/*=============================
lemonadenokai_area
=============================*/
#lemonadenokai_area{
    clear:both;
    padding-top:5em;
    padding-bottom:5em;
    background:url(../../img/bg_lemonadenokai.jpg) repeat top center;
}

#lemonadenokai_area h2.ttl01{
    margin-bottom:0;
}

#lemonadenokai_box{
    border:4px solid #2467b7;
    border-radius:10px;
    padding:4em 4em;
    margin-bottom:3em;
    background-color:rgba(255,255,255,0.8);
}

.logo_lemonadenokai{
    float:right;
    width:250px;
    margin-left:2em;
    margin-bottom:1.5em;
}

@media screen and (max-width:760px){
    #lemonadenokai_box{
        padding:3em 2em;
    }
    .logo_lemonadenokai{
        width:30%;
        margin-left:1em;
        margin-bottom:1em;
    }
}

@media screen and (max-width:480px){
    #lemonadenokai_area{
        padding-top:3em;
        padding-bottom:3em;
        background:url(../../img/bg_lemonadenokai.jpg) repeat top center;
        background-size:50%;
    }
    #lemonadenokai_box{
        padding:2em 1em;
    }
}


#voice_box{
    clear:both;
    margin-bottom:3em;
}

.voice_photo{
    width:35%;
    float:left;
}

.voice_text{
    width:60% ;
    float:right;
    position:relative;
    border:4px solid #ffe900;
    background:rgba(254,253,213,0.80);
    box-sizing:border-box;
    padding:1em 2em;
}

.voice_text:before{
    position: absolute;
    content: '';
    top: 50px;
    left: -32px;
    border: 14px solid transparent;
    border-right: 14px solid #ffe900;
    width: 0;
    height: 0;
}

@media screen and (max-width:480px){
    .voice_photo{
        width:100%;
        float:none;
        margin-bottom:1.5em;
    }
    .voice_text{
        width:100%;
        float:none;
        padding:1em 1em;
    }
    .voice_text:before{
        top: -32px;
        left: 50px;
        border: 14px solid transparent;
        border-bottom: 14px solid #ffe900;
        width: 0;
        height: 0;
    }
}




/*=============================
whats_area
=============================*/
#whats_area{
    clear:both;
    border:10px dotted #ffe900;
    background:rgba(254,253,213,0.80);
    padding:2em 3em;
}
#whats_area h4{
    font-size:110%;
    font-weight:bolder;
    margin-bottom:0.5em;
}

@media screen and (max-width:760px){
    #whats_area{
        padding:2em 2em;
    }
}

@media screen and (max-width:480px){
    #whats_area{
        padding:1.5em 1em;
    }
}





/*=============================
maruni_area
=============================*/
#maruni_area{
    clear:both;
    padding-top:8em;
    padding-bottom:8em;
    background:url(../../img/bg_maruni.jpg) no-repeat top center;
}

#maruni_area .maruni_img{
    width:30%;
    float:right;
    margin-left:2em;
    margin-bottom:1em;
}
#maruni_area .maruni_img img{
    border-radius:12px;
}

@media screen and (max-width:768px){
    #maruni_area{
        background:url(../../img/bg_maruni.jpg) no-repeat bottom center;
        background-size:200% auto;
    }
}

@media screen and (max-width:480px){
    #maruni_area{
        clear:both;
        padding-top:3em;
        padding-bottom:3em;
        background:url(../../img/bg_maruni.jpg) no-repeat bottom center;
        background-size:150% auto;
    }
    #maruni_area .maruni_img{
        width:100%;
        float:none;
        margin-left:0;
        margin-bottom:1.5em;
    }
}



/*=============================
comment_area
=============================*/
#comment_area{
    clear:both;
    padding-top:5em;
    padding-bottom:5em;
    background:#7bc9dc;
}

#comment_area h2{
    text-align:center;
    font-weight:bolder;
    font-size:180%;
    line-height:1.4;
    color:#fff;
    margin-bottom:1.5em;
}

#comment_area form{
}

#comment_area input[type="text"]{
    border:2px solid #7bc9dc;
    width:calc( 100% - 6em );
    height:3em;
    color:#999;
    font-size:110%;
    box-sizing:border-box;
    padding:0.75em 2em;
    margin-bottom:1.5em;
}

#comment_area input[type="submit"]{
    width:6em;
    height:3em;
    text-align:center;
    border:2px solid #7bc9dc;
    background:#999;
    color:#fff;
    font-size:110%;
    font-weight:bolder;
    box-sizing:border-box;
    padding:0.75em 0em;
    margin-bottom:1.5em;
}

#comment_area input[type="submit"]:hover{
    border:2px solid #7bc9dc;
    background:#2467b7;
    color:#fff;
    cursor:pointer;
}

@media screen and (max-width:480px){
    #comment_area{
        padding-top:3em;
        padding-bottom:5em;
    }
    #comment_area input[type="text"]{
        padding:0.75em 0.5em;
    }
}



/*=============================
contact_area
=============================*/
#contact_area{
    clear:both;
    padding-top:5em;
    padding-bottom:5em;
}

#contact_area h2{
    text-align:center;
    font-weight:bolder;
    font-size:180%;
    margin-bottom:0.5em;
}

#contact_area li{
    display:inline-block;
    width:calc( ( 100% - 5em ) / 2 );
    margin:0 1em;
}

#contact_area li a{
    display:block;
    border:2px solid #10b5c9;
    border-radius:10px;
}

#contact_area li a img{
    width:50%;
    padding:1em 0;
    margin:0 auto;
}

#contact_area li a:hover{
    background:#10b5c9;
}
#contact_area li a:hover img{
    opacity:1;
}


@media screen and (max-width:768px){
    #contact_area li a img{
        width:70%;
    }
}


@media screen and (max-width:480px){
    #contact_area{
        padding-top:3em;
        padding-bottom:0em;
    }
    #contact_area li{
        display:block;
        width:80%;
        margin:0 auto 1.5em;
    }
}




/*=============================
bnr_area
=============================*/
#bnr_area{
    clear:both;
    padding-top:0em;
    padding-bottom:5em;
}

#bnr_area ul{
    text-align:center;
    margin:0 auto;
}
#bnr_area ul li{
    display:inline-block;
    width:calc( ( 100% - 7em ) / 3 );
    margin:0 1em;
}


@media screen and (max-width:768px){
    #bnr_area ul li{
        width:calc( ( 100% - 4em ) / 3 );
        margin:0 0.5em;
    }
}

@media screen and (max-width:480px){
    #bnr_area{
        padding-top:3em;
        padding-bottom:3em;
    }
    #bnr_area ul li{
        display:block;
        width:70%;
        margin:0 auto 1.5em;
    }
}


