@charset "utf-8";
/* =====================
article__header
===================== */
.article__header{
    margin-top: 40px;
    position: relative;
    background-color:var(--primary-pink);
    color: var(--primary-white);
    padding: 40px;
}
/* stamp 帯　ここから */
.article__header::before,
.article__header::after{
    content: "";
    width: 100%;
    height: 30px;/* 直径 */
    background-image: radial-gradient(circle, #FFFDF6 10px, transparent 10px);
    background-size: 32px 30px;/* 左：距離　右：直径 */
    display: block;
    position: absolute;
}
.article__header::before{
    top: -15px;/* 半径 */
    left: 0;
}
.article__header::after{
    bottom: -15px;/* 半径 */
    left: 0;
}
/* stamp 帯　ここまで */
.article__header__container{
    max-width: 1200px;
    margin: 0 auto;
    padding:40px
}
.sub-title{
    font-size: 1.6rem;
}
.title{
    font-size: 3.0rem;
    font-weight: 700;
}
.title__discription{
    width:590px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.title__discription::after{
    position: absolute;
    bottom:0px;
    right:-200px;
    display: block;
    content: "";
    width: 228px;
    height: 200px;
    background-image: url(../image/top_workshop.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    object-fit: contain;
}
@media screen and (max-width: 960px) {
    .article__header__container{
        max-width: 1200px;
        margin: 0 auto;
        padding:40px
    }
    .article__header{
        padding: 20px;
    } 
    .sub-title{
        font-size: 1.4rem;
    }
    .title{
        font-size: 2.0rem;
        font-weight: 700;
    }
    .title__discription{
        width:590px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .title__discription::after{
        width:171px;
        height:150px;  
        right:-80px
        }

}
@media screen and (max-width: 767px) {
    .article__header__container{
        max-width: 350px;
        display: block;
        margin: 0 auto;
        padding: 20px;
    }
        /* 帯SP */
        .article__header::before,
        .article__header::after{
            content: "";
            width: 100%;
            height: 26px;/* 直径 */
            background-image: radial-gradient(circle, #FFFDF6 10px, transparent 10px);
            background-size: 32px 26px;/* 左：距離　右：直径 */
            display: block;
            position: absolute;
        }
        .article__header::before{
            top: -13px;/* 半径 */
        }
        .article__header::after{
            bottom: -13px;/* 半径 */
        }
        /* 帯SP */   
    .title__discription{
        margin-top: 150px;
        max-width: 300px;
    }
    .title__discription::after{
        display: none;
    }
    .title{
        position: relative;
    }
    .title::after{
    position: absolute;
    top:0px;
    left:150px;
    display: block;
    content: "";
    width: 171px;
    height: 150px;
    background-image: url(../image/top_workshop.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    object-fit: contain;
}
}
/* =====================
main
===================== */
.section--workshop{
    max-width: 85.7%;
    margin: 0 auto;
}
/* ここまで一緒 */
.workshop__item{
    max-width: 900px;
    display: flex;
    align-items: center;
    margin: 40px auto;
}
.item__select{
    margin-top: 40px;
}
.workshop__item:first-child{
    margin-top: 0px;
}
.itemImg{
    flex-basis: 50%;
    text-align: center;
}
.workshop_txt_container{
    flex-basis: 50%;
}
.itemImg img{
    max-width: 400px;
    margin: 0 0 0 auto;
}
.workshop__name{
    font-size: 2.2rem;
    color: var(--primary-pink);
    font-weight: 700;
    margin-top: 20px;
}

.workshop_description{
    max-width: 480px;
}
.workshop__tag{
    margin-top: 40px;
}
.workshop_tag_txt{
    display: inline-block;
    color: #fff;
    background-color: #F6BA60;
    padding: 5px 10px;
    margin: 0px 20px 20px 0px;
}
.workshop__line{
    margin: 0 auto;
    width: 1200px;
    margin-top: 20px;
}
ul.workshop__container li:nth-of-type(even){
    flex-direction: row-reverse;
    }


.workshop__mask{
    mask-image: url("../image/workshop_01.png");
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position:  center;
  -webkit-mask-image: url("../image/workshop_01.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
  }
@media screen and (max-width: 960px) {
    .section--workshop{
        max-width: 700px;
    }
    /* 共通 */
    .itemImg img{
        max-width: 300px;
    }
    .workshop__name{
        font-size: 1.8rem;
    }
    .workshop__tag{
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .section--workshop{
        max-width: 350px;
    }
   /* 共通 */
   .workshop__item{
    flex-direction: column;
   }
   ul.workshop__container li:nth-of-type(even){
    flex-direction: column;
    }
   .workshop__name{
    margin-top: 20px;
    text-align: center;
   }
.workshop_tag_txt{
    padding: 3px 8px;
    margin: 0px 10px 10px 0px;
}
.workshop__line{
    object-fit: none;
}
.workshop__name.dango{
    font-size: 1.7rem;
}
}
/* quote  真ん中*/
.quote{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.quote__symbol{
    width: 100px;
}
.quoteImg.leaf{
    width:100px;
}
.count2{
    animation-iteration-count:3;/*この数字を必要回数分に変更*/
}
