<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*$serif: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif !default;*/
/* print.css */
/*------------------------------------------------*/

.reserveDetailWrap {
    padding-top: 90px;
}
@media only screen and (max-width: 768px) {
    .reserveDetailWrap {
        padding-top: 10.66%;
    }
}

.noteInner {
    width: 100%;
    max-width: 740px;
    margin-inline: auto;
}
@media only screen and (max-width: 768px) {
    .noteInner {
        max-width: 79%;
    }
}

.note {
    margin-top: 70px;
    font-size: 18px;
}
@media only screen and (max-width: 768px) {
    .note {
        margin-top: 35px;
        line-height: 1.5;
    }
}

.reserveDetailBoxBlock {
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {
    .reserveDetailBoxBlock {
        margin-top: 8%;
    }
}

.reserveDetailBoxInner {
    margin-bottom: 50px;
}

.reserveDetailBoxInner:last-of-type {
    margin-bottom: 0;
}

.reserveLink {
    font-size: 18px;
}</pre></body></html>