@charset "utf-8";

/**
* access Page Specific Styles
*/

#access-id {
    .map__acccess {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        margin-bottom: -10px;
        overflow: hidden;
        @media print, screen and (width >= 768px) {
            margin-bottom: -40px;
        }
        /* 768pxとそれ以上 */
        iframe {
            position: absolute;
            inset: 0 auto auto 0;
            width: 100%;
            height: 300px;
            margin-top: -60px;
            border: 0;
            border-radius: 5px;
            @media print, screen and (width >= 768px) {
                height: 100%;
            }
            /* 768pxとそれ以上 */
        }
    }
}
