@charset "UTF-8";

/*----------------ボタン3つパーツ-------------------*/
@media screen and (max-width: 900px) {
#top_reserve + .contents_btn01 .content_wrapper {
    padding: 45px;
}
}
@media screen and (max-width: 540px) {
#top_reserve + .contents_btn01 .content_wrapper {
    padding: 30px 15px;
}
#top_reserve + .contents_btn01 .content_wrapper a {
    letter-spacing: 0.1rem;
}
#top_reserve + .contents_btn01 .content_wrapper a span small {
    font-size: 1.2rem;
}
}