
/* header余白調整 */
.reservation.thanks{
    margin-top: -15px
}

/* thanks文言編集 */
.section-paragraph a {
    font-size: 145%;
    line-height: 2.5;
    text-decoration: underline;
    display: inline-block;
}

@media screen and (min-width: 415px) {
    .section-paragraph br.onlySp {
        display: none;
    }
}