.search-bar-modal-wrapper{display:none;position:fixed;z-index:102;top:0;left:0;width:100%;height:100%;line-height:2}.search-bar-modal-back{width:100%;height:100%;background-color:rgba(30,30,30,0.9)}.search-bar-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:80%;overflow:auto;overflow:scroll;max-width:1200px;padding:10px 10px;background-color:#fff}.search-bar-modal-title{font-weight:bold;text-align:center;margin-bottom:10px;font-size:20px}.search-bar-close-modal{position:absolute;top:.5rem;right:1rem;cursor:pointer}.search-bar-modal-btn,.search-bar-modal-search-btn,.search-bar-modal-add-btn{position:sticky;left:0;bottom:0;width:100%;margin:0;padding:5px 0;background:#1e73be;color:#fff;text-align:center;cursor:pointer}.search-bar-content-wrapper{display:flex;border-top:1px solid #eee;padding-top:10px;padding-bottom:10px}.search-bar-pref-name{font-size:18px;flex-basis:15%;min-width:150px;font-weight:bold}.search-bar-detail-name{font-size:18px;flex-basis:10%;min-width:100px;font-weight:bold}.search-bar-pref,.search-bar-detail{flex:1;flex-wrap:wrap;display:flex;align-items:center}.search-bar-check{display:none}.search-bar-label{line-height:2;font-size:16px;cursor:pointer;position:relative;padding:1px 5px 1px 40px;flex-basis:20%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.search-bar-label::before{content:"";position:absolute;display:block;box-sizing:border-box;left:0;top:0;bottom:0;margin:auto;border:3px solid #eee;border-radius:8px;background:#f7f7f7;width:30px;height:30px}.search-bar-check:checked+label::before{background:#1e73be;border:0}.search-bar-check:checked+label::after{content:"";position:absolute;display:block;box-sizing:border-box;width:18px;height:9px;top:-3px;bottom:0;margin:auto;left:7px;transform:rotate(-45deg);border-bottom:3px solid;border-left:3px solid;border-color:#fff}.search-bar-radio{display:none}.search-bar-radio-label{cursor:pointer;display:inline-block;position:relative;padding:1px 5px 1px 40px;flex-basis:20%;width:90px;content:"";line-height:1.8}.search-bar-radio-label::before{content:"";position:absolute;display:block;box-sizing:border-box;left:0;top:0;bottom:0;margin:auto;border:3px solid #eee;border-radius:50%;background:#f7f7f7;width:30px;height:30px}.search-bar-radio:checked+label::before{background:#fff}.search-bar-radio:checked+label::after{content:"";position:absolute;display:block;box-sizing:border-box;left:5px;top:0;bottom:0;margin:auto;border-radius:50%;background:#1e73be;width:20px;height:20px}.search-bar-map-wrapper{display:none;position:fixed;z-index:101;top:0;left:0;width:100%;height:100%;line-height:normal}.search-bar-map{position:absolute;width:100%;height:calc(100% - 40px)}.search-bar-top-btn-wrapper{display:flex;justify-content:space-between;align-items:center;background:#1e73be;font-size:14px;height:40px}.search-bar-map-close,.search-bar-map-detail{border:1px solid #FFF;border-radius:5px;color:#FFF;margin:5px;padding:3px 10px;cursor:pointer}.search-bar-map-search{position:absolute;bottom:90px;left:50%;transform:translate(-50%);background-color:#1e73be;color:#FFF;padding:5px 10px;border-radius:10px;cursor:pointer;z-index:100}.search-bar-map::after{width:26px;height:26px;display:block;content:'＋';position:absolute;top:50%;left:50%;margin:-40px 0 0 -11px;font-size:30px;font-weight:bold;pointer-events:none}.loader{align-items:center;background:#fffa;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.loader:after{animation:loader .5s linear infinite;border:3px solid #fff;border-radius:50%;border-right:3px solid #64b5e1;border-top:3px solid #64b5e1;content:"";height:70px;width:70px}@keyframes loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media(min-width:0) and (max-width:511px){.search-bar-content-wrapper{display:block}.search-bar-pref-name,.search-bar-detail-name{margin-bottom:5px}.search-bar-label,.search-bar-radio-label{flex-basis:50%;font-size:14px;padding:1px 5px 1px 25px}.search-bar-label::before{border-radius:5px;width:20px;height:20px}.search-bar-check:checked+label::after{width:11px;height:6px;top:-4px;left:5px;border-bottom:2px solid #fff;border-left:2px solid #fff}.search-bar-radio-label::before{width:20px;height:20px}.search-bar-radio:checked+label::after{width:10px;height:10px}}@media(min-width:512px) and (max-width:1023px){.search-bar-content-wrapper{display:block}.search-bar-pref-name,.search-bar-detail-name{margin-bottom:5px}.search-bar-label,.search-bar-radio-label{flex-basis:33%}}