#hinamatsuri2022 p,#hinamatsuri2022 ul, #hinamatsuri2022 a, #hinamatsuri2022 div{
    font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #333;
    margin-top: 0;
}

#hinamatsuri2022 .pc{
    display: block;
}
#hinamatsuri2022 .sp{
    display: none;
}

/* レイアウト */
#hinamatsuri2022 .l_p100{
    width: 100%;
}
#hinamatsuri2022 li{
    width: 100%;
}
#hinamatsuri2022 a{
    text-decoration: none;
}
#hinamatsuri2022 a:hover{
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
}
#hinamatsuri2022 .main_bg{
    background-image: url(bg.png);
    padding-bottom: 120px;
}
#hinamatsuri2022 .l_w980{
    max-width: 980px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

/* lead */
#hinamatsuri2022 .lead_box{
    width: 90%;
    max-width: 948px;
    margin: -80px auto 0;
    background-color: white;
    border-radius: 500px;
    padding: 40px 0;
    text-align: center;
    line-height: 2.0;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}
#hinamatsuri2022 .lead_box::before{
    content: "";
    background-image: url(illust_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 30%;
    left: -3%;
    width: 160px;
    height: 90px;
}
#hinamatsuri2022 .lead_box::after{
    content: "";
    background-image: url(illust_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 30%;
    right: -3%;
    width: 160px;
    height: 90px;
}

/* section */
#hinamatsuri2022 .title_wrap{
    text-align: center;
    margin-top: 60px;
}
#hinamatsuri2022 .recipe_box{
    display: block;
    background-color: white;
    border-radius: 20px;
    width: 100%;
    max-width: 310px;
    box-shadow: 0 12px 32px 0 rgba(239, 134, 134, 0.2);
    -webkit-filter:drop-shadow(0px 12px 32px rgba(239, 134, 134, 0.2));
    -moz-filter:drop-shadow(0px 12px 32px rgba(239, 134, 134, 0.2));
    -ms-filter:drop-shadow(0px 12px 32px rgba(239, 134, 134, 0.2));
    filter:drop-shadow(0px 12px 32px rgba(239, 134, 134, 0.2));
}
#hinamatsuri2022 .recipe_box:hover{
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 0 0 0 rgba(239, 134, 134, 0.3);
    box-shadow: 0 0 0 0 rgba(239, 134, 134, 0.3);
    -webkit-filter:drop-shadow(0px 0 0 rgba(239, 134, 134, 0.3));
    -moz-filter:drop-shadow(0px 0 0 rgba(239, 134, 134, 0.3));
    -ms-filter:drop-shadow(0px 0 0 rgba(239, 134, 134, 0.3));
    filter:drop-shadow(0px 0 0 rgba(239, 134, 134, 0.3));
}
#hinamatsuri2022 .recipe_box_wrap{
    text-align: left;
}
#hinamatsuri2022 .recipe_box_wrap._01{
    min-height: 100px;
}
#hinamatsuri2022 .recipe_box_wrap._02{
    min-height: 100px;
}
#hinamatsuri2022 .recipe_box_wrap._03{
    min-height: 100px;
}
#hinamatsuri2022 .recipe_title{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 18px;
    padding: 0 20px;
}
#hinamatsuri2022 .recipe_time{
    line-height: 1.5;
    font-size: 14px;
    color: #888;
    margin-top: 20px;
    padding: 0 20px;
}
#hinamatsuri2022 .recipe_time::before{
    content: url(icon.png);
    vertical-align: -22%;
}
#hinamatsuri2022 .recipe_border{
    border: solid 1px #f1f1f1;
    margin:10px 0;
}
#hinamatsuri2022 .recipe_tag{
    color: #ff595d;
    font-size: 14px;
    padding: 0 20px 20px;
}
#hinamatsuri2022 .recipe_img{
    padding-top: 20px;
}
#hinamatsuri2022 .recipe_wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}
#hinamatsuri2022 .recipe_card{
    width: 33%;
}

@media screen and (max-width: 768px) {
    #hinamatsuri2022 .sp{
        display: block;
    }
    #hinamatsuri2022 .pc{
        display: none;
    }

    /* lead */
#hinamatsuri2022 .lead_box{
    margin: -10% auto 0;
    padding: 3% 0;
    font-size: 2.67vw;
    line-height: 1.8;
}
#hinamatsuri2022 .lead_box::before{
    content: "";
    background-image: url(illust_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 35%;
    left: -7%;
    width: 30%;
    height: 30%;
}
#hinamatsuri2022 .lead_box::after{
    content: "";
    background-image: url(illust_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 35%;
    right: -15%;
    width: 30%;
    height: 30%;
}

/* section */
#hinamatsuri2022 .title_wrap{
    text-align: center;
    margin-top: 8%;
}

#hinamatsuri2022 .recipe_wrap{
    display: block;
    margin-top: 0;
    margin-left: 0;
}
#hinamatsuri2022 .recipe_img{
    padding-top: 5%;
    width: 90%;
}
#hinamatsuri2022 .recipe_box{
    margin: 4% auto;
    width: 90%;
    max-width: inherit;
}
#hinamatsuri2022 .recipe_title{
    font-size: 3.6vw;
    margin-top: 3%;
    padding: 0 5%;
}
#hinamatsuri2022 .recipe_box_wrap._01, #hinamatsuri2022 .recipe_box_wrap._02, #hinamatsuri2022 .recipe_box_wrap._03{
    min-height: inherit;
}
#hinamatsuri2022 .recipe_time{
    font-size: 2.8vw;
    color: #888;
    margin-top: 3%;
    padding: 0 5%;
}
#hinamatsuri2022 .recipe_time::before{
    content: url(icon.png);
    vertical-align: -22%;
}
#hinamatsuri2022 .recipe_border{
    margin:2% 0;
}
#hinamatsuri2022 .recipe_tag{
    color: #ff595d;
    font-size: 2.67vw;
    padding: 0 5% 5%;
}
#hinamatsuri2022 .main_bg{
    padding-bottom: 15%;
}

}