@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        サイトごとに変更する部分
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 500px) {
    .header-txt {
        font-size: 8px;
        width: 200px;
    }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                resarve
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.iframe-wrapper {
    /* 随時調整 */
    padding-bottom: 640px;
}
@media screen and (max-width: 980px) {
    .iframe-wrapper {
        /* 随時調整 */
        padding-bottom: 720px;
    }
}