.shop-schedule-dialog{scrollbar-color:var(--gray-alpha-300)#0000}.shop-schedule-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-schedule-dialog .title-wrapper .title{align-items:center;gap:.5rem;display:flex}.shop-schedule-dialog .title-wrapper .close-icon{cursor:pointer}.shop-schedule-dialog .content{overflow-y:overlay;flex-direction:column;padding:0;display:flex}.shop-schedule-dialog .content .shop-schedule{border-radius:.5rem;flex-direction:column;display:flex}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper{flex-direction:column;flex:1;display:flex}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item{flex-direction:column;flex:1;gap:1rem;padding:1rem 1rem 2rem;display:flex}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item:not(:last-child){border-bottom:1px solid var(--gray-alpha-300)}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item .item-icon{color:var(--icon-color)}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item .item-content{flex-direction:column;justify-content:center;gap:.5rem;width:100%;display:flex}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item .item-content p{white-space:break-spaces;margin-left:.5rem}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item .item-content ul li:before{content:"・";margin-right:.25rem}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item .item-content .item-title{align-items:center;gap:.5rem;display:flex}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item .item-content .shop-info-hours{margin:.5rem 0}.shop-schedule-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);position:sticky;bottom:0;box-shadow:0 -12px 30px #0000000a}.shop-schedule-dialog .actions .actions-group{width:100%;display:flex}.shop-schedule-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-schedule-dialog .actions .actions-group .action-btn:not(:disabled):hover{opacity:.9;transform:translateY(-1px)}}@media (min-width:1180px){.shop-schedule-dialog .title-wrapper{min-width:500px}}
