@charset "utf-8";
.reserve{
    background-color: #F9F4E8;
    padding-top:88px;
    padding-bottom:48px;
}

.reserve h2{
    margin-bottom:80px;
}

.reserve h2,
.reserve p{
    text-align: center;
}

.reserve span{
    font-size:1.4rem;
}

.btn-question{
    margin:16px auto 40px;
    border:solid 1px #000;
}

.reserve-form{
    background-color: var(--primary-white);
    padding:40px 6.4%;
}

.form__parts{
    margin-top: 40px;
}

.form__topic{
    font-size:1.6rem;
    margin-bottom:8px;
}

.form-course{
    display: flex;
    flex-direction: column;
}

.btn-cta--reserve{
    margin: 40px auto 0;
}

.privacy{
   text-align: center;
}
.week{
    display: flex;
    align-items: center;
    gap:8px;
}

.week span{
    margin-right:16px;
}

.week label{
    display: flex;
    align-items: center;
    gap:8px;
}

.number{
    display: flex;
    align-items: center;
    gap:8px;
}

.number-select{
    background-color:#EDEBE7 ;
    border-radius: 4px;
}

.week,
.check{
    margin-top:24px;
}





@media screen and (min-width:768px) {
.reserve-form{
    max-width:680px;
    margin: 0 auto;
}
.reserve-form__detail{
    flex:1;
}

.return--reserve
{
    margin-left: auto;
    width:143px;
    display: block;
    margin-top:-120px;
    position:fixed;
    z-index: 50;
    bottom:10px;
    right:10px;

}

}




