        #mapid img, .leaflet-container img {
            max-width: none !important; width: auto !important;
            height: auto !important;
        }
        #mapid {
            width: 100%; aspect-ratio: 16 / 9;
            background: #e5e5e5; z-index: 1;
        }
        @media (max-width: 768px) {
            #mapid { aspect-ratio: 1 / 1; height: 500px; }
        }
/* 割と前回の流用でいけた。前回ｶﾞﾝﾊﾞｯﾀ甲斐があった */