@charset "utf-8";

 /* ==================== 
 banner
=====================*/
.header{
    height: 150px;
    background-image: url(../images/banner_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pagename_sp{
    display: block;
    padding: 10px 42px;
    margin: 32px auto 0;
    color: #FFF;
    background: rgba(255, 102, 102, 0.50);
    font-family: "Kiwi Maru";
    font-size: 2rem;
    font-weight: 500;
}

.logo,.hamburger{
    position: absolute;
}

.logo{
    top:25px;
 }

.hamburger{
    top:20px;
    right:21px;
}

.pagename_pc,.banner_pc{
    display: none;
}

/* banner pc */
@media screen and (min-width:769px) {
.banner{
    max-width: 100%;
    text-align: center;
    position: relative;
    }

.pagename_pc{
    display: inline-block;
    padding: 20px 0;
    color: #FFF;
    font-family: "Kiwi Maru";
    font-size: 6.4rem;
    background-color:rgba(255, 102, 102, 0.50);
    text-align: center;
    position: absolute;
    width: 784px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    }

.banner_pc{
    display: block;
    }
}/* pc 769px */

 /* ==================== 
 course
=====================*/
.section--course{
    padding: 60px 5.3% ;
    background-color:  var(--primary-beige,#FFEDE0);
}

.course_title{
    width: 145px;
    height: 45px;
    padding: 10px 14px 12px 42px;
    color: #F692E0;
    background-color: #FFF;
    border: 2px solid #F692E0;
    border-radius: 33px;
    text-align: center;
    font-family: Inter;
    font-size: 1.6rem;
    margin: 0 auto;
    position: relative;
}

.course_title::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F692E0;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    left: 10%;
}

.course_list{
    margin-top: 54px;
}

.course_list .txt:nth-of-type(1){
    margin-top: 0;
}

.course_name{
    display: block;
    width: 145px;
    margin: 0 auto;
    font-family: "Kiwi Maru";
    font-size: 1.8rem;
    font-weight: 500;
    position: relative; 
}

.piano_course::before{
    content: '';
    display: block;
    width: 6px;
    height: 20px;
    background-color: #FF9D2A;
    position: absolute;
    bottom: 3px;
    left: -10px;
}

.organ_course::before{
    content: '';
    display: block;
    width: 6px;
    height: 20px;
    background-color: #5F8AF9;;
    position: absolute;
    bottom: 3px;
    left: -9px;    
}

.ryhthmic_course::before{
    content: '';
    display: block;
    width: 6px;
    height: 20px;
    background-color: #5ADC57;
    position: absolute;
    bottom: 3px;
    left: -8px;    
}

.course_item{
    margin-top: 60px;
}

.itemImg{
    margin-top: 20px;
}

.feature_piano{
    display: flex;
    width: 200px;
    height: 46px;
    background-color: #FF9D2A;
    color: #FFF;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 10px;
    align-items: center;
    justify-content: space-around;
}
.feature_organ{
    display: flex;
    width: 200px;
    height: 46px;
    background-color: #5F8AF9;
    color: #FFF;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 10px;
    align-items: center;
    justify-content: space-around;
}

.feature_rhythmic{
    display: flex;
    width: 200px;
    height: 46px;
    background-color: #5ADC57;
    color: #FFF;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 10px;
    align-items: center;
    justify-content: space-around;
}

.txt_list{
    margin-top: 30px;
}

.txt{
    font-size: 1.6rem;
    margin: 30px 0 0 13px;
    position: relative;
    z-index: 0;
}

.txt::after{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #FDFFB5;;
    border-radius: 50%;
    top: -18%;
    left: -3%;
    z-index: -1;
}

/* course pc */
@media screen and (min-width:769px) {
    .section--course{
        padding: 40px; 
    }

    .course_list{
        display: flex;
        margin: 0 auto;
        max-width: 1240px;
        gap: 20px;
    }

    .course_item{
        width: 400px;
        height: auto;
    }

    .itemImg{
        display: block;
    }

    ul .txt{
        margin: 30px 0 0 32px;
    }

    .txt{
      margin: 0;  
    }
}/* pc 769px */

 /* ==================== 
 price
=====================*/

.section--price{
    padding: 0 5.3% 50px;
    background-color: var(--primary-beige,#FFEDE0);
}

.pricePage{
    padding: 40px 0 48px ;
    background-color: #FFF;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
}

.price{
    width: 145px;
    height: 45px;
    color: #DCA2F7;
    text-align: center;
    font-family: Inter;
    font-size: 1.6rem;
    border: 2px solid;
    border-radius: 33px;
    padding: 9px 19px 6px 54px;
    margin: 0 auto;
    position: relative;
}

.price::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #DCA2F7;
    border-radius: 50%;
    position: absolute;
    top: 27%;
    left: 10%;
}

.system{
    text-align: center;
    font-family: Inter;
    font-size: 1.8rem;
    font-weight: 600;
}

.signUpFree{
    width: 209px;
    margin: 33px auto;
    padding: 14px 18px;
    border: 1px solid;
}

.price_list{
    margin-top: 42px;
    font-family: Inter;
    font-size: 1.8rem;
    font-weight: 700;
}

.item{
  margin: 40px 0 0 29px;  
}

.amount{
    transform: translate(53%,50%);
    position: relative;
}

.amount::after{
    content: '';
    display: block;
    width: 79%;
    height: 1px;
    position: absolute;
    right: 65%;
    background-color: #6E5E4F;
}

.description{
    margin: 27px 19px 0 0;
    text-align: right;
}

.small,.description{
    font-size: 1.2rem;
    font-weight: 400;
}

.specialoffer{
   display: block;
   width: 283px;
   margin: 22px auto 0; 
}

.specialoffer dt{
    padding: 8px 27px;
    color: #FFF;
    font-family: Inter;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #F95B5B;
    text-align: center;
}

.specialoffer dd{
    padding: 27px 10px;
    font-family: Inter;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid #6E5E4F;
    position: relative;
}

.specialoffer dd::before{
    content: '';
    display: block;
    background-image: url(../images/appeal.png);
    width: 53px;
    height: 53px;
    position: absolute;
    top: -68%;
    left: -10%;
    background-size: cover;
}

.bigRed{
    color: #F33;
    font-family: Inter;
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
}

.bigRed::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 105%;
    height: 1px;
    top:-39%;
    left: -3%;
    background-color: #6E5E4F;
}

.bigRed::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 105%;
    height: 1px;
    top:135%;
    left: -3%;
    background-color: #6E5E4F;
}

/* price pc */
@media screen and (min-width:769px) {
    .section--price{
        padding: 100px 0 60px;
    }

    .pricePage{
        width: 800px;
        margin: 0 auto;
    }

    .system{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 53px auto;
        gap:209px
    }

    .signUpFree{
        margin: 0;
    }

    .price_list{
        margin: 40px 0 0 115px;
    }

    .item{
        margin: 40px 0 0 0;
    }

    .amount::after{
        right: 75%;
    }

    .description{
        margin: 27px 91px 0 0;
    }

    .specialoffer{
        margin-top: 54px;
    }
}/* pc 769px */

