@charset "UTF-8";
    .map-venue_detail_name{
        font-weight: 400 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
    }
        .map-flexbox .map-flex_subttl{
            /* font-family: "kozuka-gothic-pr6n", sans-serif; */
            font-weight: 400 !important;
        }
            .map-name p{
                font-size: 1.3rem !important;
                letter-spacing: 0 !important;
                /* font-family: "kozuka-gothic-pr6n", sans-serif; */
                font-weight: 400 !important;
                font-feature-settings: "palt" !important;
            }
            #map_btn_3 .place__obj_add {
                bottom: -9px !important;
                right: -3px !important;
            }
            #map_btn_3 .place__obj{
                width: 34px !important;
                right: -22px !important;
                bottom: -20px !important;
                z-index: 1 !important;
            }
    @media all and (max-width:850px) {
        #map_btn_3 .place__obj {
            width: calc((24 / 375) * 100vw) !important;
            height: calc((36 / 375) * 100vw) !important;
            right: -6% !important;
            bottom: -14% !important;
        }
       #map_btn_3 .place__obj_add {
            width: calc((30 / 375) * 100vw) !important;
            height: calc((35 / 375) * 100vw) !important;
            right: 8% !important;
            bottom: -8% !important;
        }
    }