@charset "UTF-8";


.for-back{
    width: 100%;
    background: url(../img/yoyaku.png) no-repeat ;
    background-size: cover;
    background-color: black;
    color: white;
    object-fit: contain;
}
.pres-top{
    color:white;
    text-align: center;
    width: 40%;
    margin: 2rem auto;
}

.pres-top h3{
    margin: 4rem;
}
.pres-top p{
    text-align: left;
}

#acordion{
    width: 80%;
    border: 1px solid #fff;
    padding: 1rem;
    margin: 2rem auto;
}

.radio{
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
    align-items: baseline;
}

.figure-form{
    width: 75%;
    display: flex;
    justify-content: left;
    margin: 1rem auto;
}
.agelist{
    list-style-type: none;
    text-decoration: none;
}

.figure{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.age-list>li{
    font-size: 1rem;
    line-height: 2rem;
    margin: 1rem 4rem;
}
.date-form{
    width: 70%;
    height: auto;
    text-align: left;
    margin: 0 auto;
}

.free{
    width: 70%;
    text-align: center;
    margin: 2rem auto;
    margin-bottom: 0;

}
textarea{
    min-width: 100%;
    min-height: 8rem;
    @media screen and (max-width:768px){
        form{padding:20px 0,}
    }
}
.send-data{
    text-align: center;
    padding: 2rem;
}
.send-data>input{
    text-align: center;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 35%;
    color: var(--white);
    background-color: black;
    border-color: var(--white);
}

/* コンタクト */
.contact{
    background:url(../img/contact-img.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 4rem;
    margin: 0 auto;
    object-fit: cover;
    object-position: center center;
}
.under-line{
    width: 10rem;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin: 2rem auto;
}
.contact p{
    margin-bottom: 2rem;
}
.white-box{
    width: 60vw;
    height: 40vh;
    background-color: #fff;
    color: black;
    text-align: center;
    padding: 2rem 4rem;
    margin: 0 auto;
}
.tellnumber{
    width: 100%;
    color: var(--black);
    margin: 1rem auto;
    text-align: center;
}
.desc{
    color: var(--black);
    text-align: left;
    margin: 1rem;
}
.time{
    text-align: center;
    color: var(--black);
    margin: 1rem;
}
button{
    padding:1em 2rem;
    background-color: #C46F3A;
    border: #fff;
    text-decoration: none;
}


@media screen and (max-width: 677px) {
    .white-box{
        width: auto;
        height: auto;
        padding: 1rem;
    }
}