.shop-schedule-dialog{scrollbar-color:var(--gray-alpha-300) rgba(0,0,0,0)}.shop-schedule-dialog .title-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem;background-color:var(--dialog-color);color:var(--background);font-size:1rem;position:-webkit-sticky;position:sticky;top:0}.shop-schedule-dialog .title-wrapper .title{display:flex;align-items:center;gap:.5rem}.shop-schedule-dialog .title-wrapper .close-icon{cursor:pointer}.shop-schedule-dialog .content{display:flex;flex-direction:column;overflow-y:overlay;padding:0}.shop-schedule-dialog .content .shop-schedule{display:flex;flex-direction:column;border-radius:.5rem}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper{flex:1 1;display:flex;flex-direction:column}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item{flex:1 1;display:flex;flex-direction:column;gap:1rem;padding:1rem}.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{display:flex;flex-direction:column;justify-content:center;gap:.5rem;width:100%}.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{display:flex;align-items:center;gap:.5rem}.shop-schedule-dialog .content .shop-schedule .schedule-info-wrapper .schedule-info-item .item-content .shop-info-hours{margin:.5rem 0}@media(min-width:1180px){.shop-schedule-dialog .title{min-width:500px}}