.shop-info-dialog{scrollbar-color:var(--gray-alpha-300)#0000}.shop-info-dialog .title-wrapper{background-color:var(--background);border-bottom:1px solid var(--gray-alpha-300);width:100%;color:var(--foreground);justify-content:space-between;align-items:center;padding:1rem;font-size:1rem;font-weight:700;display:flex;position:sticky;top:0}.shop-info-dialog .title-wrapper .title{align-items:center;gap:.5rem;display:flex}.shop-info-dialog .title-wrapper .close-icon{cursor:pointer}.shop-info-dialog .content{overflow-y:overlay;flex-direction:column;padding:0;display:flex}.shop-info-dialog .content .shop-map{border-radius:.5rem;flex-direction:column;display:flex}.shop-info-dialog .content .shop-map .map-image-wrapper{border-bottom:1px solid var(--gray-alpha-300);flex:2;min-height:240px}.shop-info-dialog .content .shop-map .no-map-wrapper{background-color:var(--gray-alpha-100);border-bottom:1px solid var(--gray-alpha-300);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:4rem 1.25rem;display:flex}.shop-info-dialog .content .shop-map .no-map-wrapper .no-map-icon{color:var(--icon-color);margin-bottom:.35rem;font-size:2.25rem}.shop-info-dialog .content .shop-map .no-map-wrapper .no-map-title{color:var(--icon-color);font-size:1rem;font-weight:600}.shop-info-dialog .content .shop-map .no-map-wrapper .no-map-sub{color:var(--gray-alpha-400);font-size:.9rem}.shop-info-dialog .content .shop-map .map-info-wrapper{flex-direction:column;flex:1;display:flex}.shop-info-dialog .content .shop-map .map-info-wrapper .map-info-item{border-bottom:1px solid var(--gray-alpha-300);flex:1;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.shop-info-dialog .content .shop-map .map-info-wrapper .map-info-item:last-child{border-bottom:none;padding-bottom:2rem}.shop-info-dialog .content .shop-map .map-info-wrapper .map-info-item .item-icon{color:var(--icon-color)}.shop-info-dialog .content .shop-map .map-info-wrapper .map-info-item .item-content{flex-direction:column;justify-content:center;gap:.25rem;display:flex}.shop-info-dialog .content .shop-map .map-info-wrapper .map-info-item .item-content p{white-space:break-spaces;margin-left:.5rem}.shop-info-dialog .content .shop-map .map-info-wrapper .map-info-item .item-content ul li:before{content:"・";margin-right:.25rem}.shop-info-dialog .content .shop-map .map-info-wrapper .map-info-item .item-content .shop-info-hours{margin:.5rem 0}.shop-info-dialog .actions{z-index:10;padding:1.25rem 1.5rem calc(env(safe-area-inset-bottom) + 1.25rem);background:var(--background);border-top:1px solid var(--gray-alpha-100);box-shadow:0 -12px 30px var(--black-alpha-100);position:sticky;bottom:0}.shop-info-dialog .actions .actions-group{width:100%;display:flex}.shop-info-dialog .actions .actions-group .action-btn{background-color:var(--foreground);color:var(--background);text-transform:none;border-radius:1rem;flex:1;height:3.75rem;font-size:1rem;font-weight:850;transition:all .2s cubic-bezier(.4,0,.2,1)}@media (hover:hover) and (pointer:fine){.shop-info-dialog .actions .actions-group .action-btn:not(:disabled):hover{opacity:.9;transform:translateY(-1px)}}@media (min-width:1180px){.shop-info-dialog .title-wrapper{min-width:500px}}
