.option{
    padding: 100px 0 0 0;
}

.option .notice{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 60px;
}

.option .notice02{
   font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
    letter-spacing: 0%;
    text-align: center;
}

.option .notice02 strong{
    font-size: 22px;
    font-weight: 700;
}

.option .reservation_btn{
    margin-bottom: 120px;
}

.sf-form-cover{
    display: none!important;
}

.option_content{
    overflow: hidden;
    margin-bottom: 40px;
}

.option_content iframe{
    margin-top: -100px;
}


@media screen and (max-width:765px){

    .option .notice02{
        font-size: 15px;
        padding: 0 15px;
    }

    .option .notice02 strong{
        font-size: 18px;
        display: inline-block;
        margin-bottom: 30px;
    }

}