.elementor-1718 .elementor-element.elementor-element-8d75f5c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1718 .elementor-element.elementor-element-232cfa89{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1718 .elementor-element.elementor-element-232cfa89 .elementor-repeater-item-9a95a66.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-1718 .elementor-element.elementor-element-232cfa89{--width:100%;}}@media(max-width:767px){.elementor-1718 .elementor-element.elementor-element-587bff3 > .elementor-widget-container{margin:0px 0px 100px 0px;}.elementor-1718 .elementor-element.elementor-element-232cfa89{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}/* Start custom CSS *//* カテゴリーという文字ラベルも消す場合 */
#asl-store-locator .filter-label-category {
    display: none !important;
}



body #asl-storelocator.asl-p-cont #asl-map-canv,
body #asl-storelocator.asl-cont #asl-map-canv {height: 700px !important}


#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .Num_of_store{
    display: none!important;
}

/*現在地点滅アラート表示*/
@keyframes geoBlink {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}
.geo-blink-text {
    display: inline-block;
    animation: geoBlink 1.2s infinite ease-in-out;
}
#custom-geo-cancel:hover {
    background: #f4f4f4;
}


/*検索窓、現在地から探す削除*/
.search_filter{
    display: none!important;
}


/* 1. フィルターが入っている右側のカラム自体の幅は変えず、その中身だけを制御する */
#asl-storelocator .Filter_section .pol-lg-8.pol-md-7 {
    /* 100%にせず、元のグリッド幅を維持します */
    max-width: none !important;
    flex: 0 0 auto !important;
}

/* 2. 都道府県・市区町村の親要素をフレックスボックス化して中央寄せ */
#asl-storelocator .asl-advance-filters > .sl-row {
    display: flex !important;
    justify-content: center !important; 
    flex-wrap: wrap !important;
    float: none !important;
    width: 100% !important;
}

/* 3. 各ドロップダウン項目の浮き（float）を解除して横並びを整える */
#asl-storelocator .asl-ddl-filters {
    float: none !important;
    display: inline-block !important;
    margin: 5px 10px !important;
    width: auto !important; /* コンテンツに応じた幅に */
    min-width: 180px;        /* スマホ等で潰れすぎないように */
}

/* 4. リスト（左パネル）への干渉を防ぐためのリセット */
#asl-storelocator .asl-panel {
    display: block !important; /* リストが表示されるように強制 */
}/* End custom CSS */