@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    iframeを使用したヘッダー/フッターインクルード時のスタイル

Contents:
    include-structure settings
========================================================== */
/* ==========================================================
*
*   include-structure settings
*
========================================================== */
/*  header-iframe
--------------------------------------------- */
.header-iframe {
    font-size: 0;
}

.header-iframe iframe {
    width: 100% !important;
    height: 100px !important;
}

@media screen and (max-width: 750px) {
    .header-iframe iframe {
        height: 60px !important;
    }
}

/*  footer-iframe
--------------------------------------------- */
.footer-iframe {
    font-size: 0;
}

.footer-iframe iframe {
    width: 100% !important;
    height: 245px !important;
}

@media screen and (max-width: 750px) {
    .footer-iframe iframe {
        height: 130vw !important;
    }
}

@media screen and (max-width: 750px) {
    .footer-iframe--en iframe {
        height: 131vw !important;
    }
}
