<style>
    button.w130 {
        width: 130px;
    }
</style>
<div id="modal-content<?php echo e($no??''); ?>" style="width: 70%" class="modal-contents">
    <div id="modal_open">
        <header id="modal_header">
        </header>
        <main id="modal_main">
            <div>
                <?php echo $__env->make('admin.objects.components.hidden', ['name' => 'open_num'], \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                <div class="search_vendor">
                    <div class="d-flex justify-content-center search_vendor_div">
                        <?php echo $__env->make('admin.objects.components.btn', ['title' => '半径1km',
                            'class'=> 'btn_search w130 search-list-facility',
                            'name' => 'search_with_1km',
                            'option' => 'onclick=getListFacility(1)',
                            'type' => 'button'], \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                        <?php echo $__env->make('admin.objects.components.btn', ['title' => '半径3km',
                            'class'=> 'btn_search w130 search-list-facility',
                            'name' => 'search_with_3km',
                            'option' => 'onclick=getListFacility(3)',
                            'type' => 'button'], \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                    </div>
                </div>
                <div class="search_result_vendor">
                    <button type="button" class="select-facility" onclick="selectFacility()">チェックした施設を選択する</button>
                    <table class="">
                        <thead>
                        <tr>
                            <th class="w40">&#144;</th>
                            <th class="w180">画像</th>
                            <th>ID</th>
                            <th class="w180">施設種別</th>
                            <th class="w180">施設名</th>
                            <th class="w120">道なりの距離</th>
                        </tr>
                        </thead>
                    </table>
                    <div style="height: 450px; overflow: auto">
                        <table class="table-facility">
                            <tbody></tbody>
                        </table>
                    </div>
                </div>
            </div>
        </main>
        <footer id="modal_footer">
            <p><a class="modal-close" class="button-link" data-n="<?php echo e($no??''); ?>">閉じる</a></p>
        </footer>
    </div>
</div>
