*, body {
    word-break: break-all
}
body, h1, h2, h3 {
    font-size: 16px;
    line-height: 1.7
}
h1, h2, h3, p {
    margin: 0
}
.step--item, .text-center, .tooltip {
    text-align: center
}
* {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.preload * {
    -webkit-transition: none !important;
    transition: none !important
}
html {
    scroll-behavior: smooth;
    font-size: 16px
}
body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    font-family: sans-serif;
    color: #555;
    background: #F1F2ED
}
h1, h2, h3 {
    font-weight: 700
}
a, a:hover {
    color: #25575D
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
    line-height: 0
}
.btn, .tag {
    line-height: 1;
    font-weight: 700
}
.text-bold, strong {
    font-weight: 700
}
.modal, .text-left, table th {
    text-align: left
}
.text-right, footer {
    text-align: right
}
.text-red {
    color: #ED4D4D !important
}
.text-main {
    color: #25575D !important
}
.text-sub {
    color: #51146C !important
}
.btn, .btn:hover, .tag, aside a, aside a:hover, footer a, footer a:hover {
    color: #fff
}
.text-20 {
    font-size: 20px !important
}
.text-18 {
    font-size: 18px !important
}
.text-10, .text-12, .text-14 {
    font-size: 14px !important
}
.btn, .btn.btn-outline {
    font-size: 14px
}
.text-en {
    font-family: lato
}
.btn {
    border-radius: 25px;
    padding: 1em 2em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #25575D;
    border: 2px solid #25575D;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}
.btn:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    -webkit-transition: .3s;
    transition: .3s
}
.btn.btn-signin {
    padding-top: .5rem;
    padding-bottom: .5rem
}
.btn.btn-avater, .btn.btn-outline {
    padding: .5rem 1.5rem .5rem 1rem;
    background: #fff;
    color: #25575D
}
.btn.btn-order {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.btn.btn-order img {
    width: 48px;
    height: 48px;
    margin-top: -5px;
    z-index: 3
}
.btn.btn-order span {
    z-index: 3
}
.btn.btn-order::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #25575D;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: 2
}
.btn.btn-order.active::after {
    -webkit-transform: scale(50);
    transform: scale(50);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: 99
}
.btn.btn-light {
    background: #ccc;
    border: 2px solid #ccc
}
.tag {
    border-radius: 25px;
    padding: 3px 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    font-size: 10px;
    width: 52px
}
.notification--item, form *, header a:hover {
    color: #555
}
.tag-dark {
    background: #555
}
form {
    accent-color: #25575D
}
form input {
    font-size: 1rem;
    padding: 1rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 1rem
}
form input[type=email], form input[type=number], form input[type=password], form input[type=tel], form input[type=text] {
    background: #F8F8F8
}
form input[type=checkbox], form input[type=radio] {
    margin-top: 6px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-left: 3px
}
form .pass, form input[type=search] + button {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
form input#avater {
    display: none
}
form input#drag-drop {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    padding: 0
}
form input[type=search] {
    width: 100%;
    background: #f8f8f8;
    border-radius: 30px
}
form input[type=search] + button {
    top: 50%;
    right: 1rem;
    border: 0;
    background: #f8f8f8;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    z-index: 4
}
.spinner, form input:focus {
    border: 1px solid #25575D
}
.commodity--item:last-of-type, .filter, form h2 {
    margin-bottom: 1rem
}
form select, form textarea {
    padding: 1rem 1.2rem;
    font-size: 1rem
}
form input[type=date] {
    background: #f8f8f8;
    width: 100%
}
form textarea {
    background: #f8f8f8;
    width: 100%;
    border-radius: 1rem;
    vertical-align: bottom;
    line-height: 1.3;
    border: 0
}
.calender--header span, .commodity--fav, .logo, form label, form legend {
    line-height: 1
}
form select {
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 1rem;
    overflow-x: hidden
}
form label, form legend {
    margin: 6px 0 0;
    font-weight: 700;
    font-size: 14px
}
form label .required, form legend .required {
    color: #ED4D4D;
    display: inline-block;
    margin-left: 1rem
}
form button {
    margin: 2rem auto 0
}
form .flex label {
    font-size: 16px;
    font-weight: 400
}
form .drag-drop {
    width: 100%;
    height: 100px;
    background: #eee;
    font-size: 16px;
    font-weight: 700;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem
}
form .drag-drop::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 3px dashed #999
}
form .pass {
    top: 50%;
    right: 1.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
form .pass .hidden, form .pass.on .show {
    display: none
}
form .pass.on .hidden {
    display: inline
}
form.grid {
    gap: 14px
}
table {
    width: 100%
}
table th {
    padding-right: 2em;
    min-width: 90px
}
table tr:nth-child(2n) {
    background: #fafafa
}
.box, .box tr:nth-child(2n), .caption {
    background: #fff
}
.container {
/*    max-width: clamp(200px, 100%, 600px + 3rem); */
    margin: auto;
    padding: 1rem 1.5rem 5rem
}
.container.container--full {
/*    max-width: clamp(200px, 100%, 900px + 3rem) */
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}
.grid {
    display: grid;
    gap: 10px
}
.grid.grid-2 {
    padding: 0;
    grid-template: auto/1fr 1fr
}
.grid.grid-3 {
    padding: 0;
    grid-template: auto/repeat(auto-fit, minmax(clamp(250px, 80vw, 300px), 1fr))
}
.grid.grid-4 {
    padding: 0;
    grid-template: auto/repeat(auto-fit, minmax(200px, 1fr))
}
.cc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.gap-3 {
    gap: clamp(2rem, 4vw, 3rem) !important
}
.gap-2 {
    gap: clamp(1rem, 3vw, 2rem) !important
}
.gap-1 {
    gap: 1rem !important
}
.caption {
    border: 1px solid #ddd;
    padding: 1.5rem
}
.box, .site {
    padding: 1rem 1.5rem
}
.box {
    border-radius: 1rem
}
.box .box--header {
    padding: 1rem;
    margin: -1rem
}
.box .box--detail {
    display: none;
    margin-top: 20px;
    padding-bottom: 3rem
}
.modal, aside, aside a, header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.box .open.on {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.box.box--order .box--detail {
    margin-top: 0;
    padding-bottom: 0
}
.box select {
    margin: 10px 0
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 9
}
.modal.active {
    opacity: 1;
    visibility: visible
}
.modal .modal--bg {
    width: 100%;
    height: 100%;
    position: absolute
}
.modal .modal--body {
    border-radius: 1rem;
    background: #fff;
    padding: clamp(1rem, 5vw, 3rem);
    width: clamp(200px, 100% - 3rem, 660px + 3rem);
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px rgba(0, 0, 0, .25)
}
.modal .modal--close {
    position: absolute;
    top: 1rem;
    right: 1rem
}
header {
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2rem;
    background: #F1F2ED;
    width: 100%;
    height: 80px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5
}
aside nav, header h1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}
aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #25575D), to(#2B4D5E));
    background: linear-gradient(#25575D 40%, #2B4D5E 100%);
    border-left: 8px solid #25575D;
    gap: 4rem;
    width: clamp(200px, 30vw, 240px);
    height: 100vh;
    padding: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8
}
.user--item, aside a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}
aside a {
    gap: 1rem;
    font-size: 20px;
    font-weight: 700
}
aside a.active {
    opacity: 1
}
aside a.donation {
    font-size: 14px;
    height: 50px;
    border-radius: 1rem;
    background: #51146C;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 0 1.5rem;
    -webkit-transition: .3s;
    transition: .3s
}
aside a.donation:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .4);
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
    -webkit-transition: .3s;
    transition: .3s
}
aside + main {
    padding-left: 240px
}
footer {
    background: #555;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%
}
footer a {
    display: inline-block;
    padding: 0 1rem;
    text-decoration: none
}
.nav--item {
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 1.1rem 0
}
.nav--item:hover {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s
}
.notification .notice {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ED4D4D
}
.notification--list, .user--list {
    position: absolute;
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 9
}
.notification--list.on, .user--list.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    transition: .3s
}
.notification--list {
    top: 43px;
    right: -15px;
    width: 280px
}
.notification--item {
    display: block;
    text-decoration: none;
    padding: .8em 1.5em;
    font-size: 14px
}
.notification--item strong {
    font-size: 14px;
    display: block;
    color: #ED4D4D
}
.notification--item:nth-child(2n) {
    background: #fafafa
}
.notification--item:hover, .user--item:hover {
    background: #eee
}
.user {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 5px solid #eee
}
.user img {
    -o-object-fit: cover;
    object-fit: cover
}
.user--list {
    top: 50px;
    right: -15px;
    width: 200px
}
.user--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: .8rem 1.2rem;
    color: #555
}
.complete, .day, .steps, .week {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.step--item::after, .step--item::before {
    background: #ccc;
    content: "";
    position: absolute
}
.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.step--item, .supplier {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    font-weight: 700
}
.step--item {
    color: #ccc;
    padding-bottom: 1.5rem;
    font-size: clamp(10px, 3vw, 14px)
}
.step--item.active, .supplier {
    color: #25575D
}
.calender, .filter--item, .history--id, .modal--open, .pdf, .tag-info, .tooltip, .upload label {
    font-size: 14px
}
.step--item::before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    border-radius: 6px;
    z-index: 2
}
.step--item::after {
    bottom: 5px;
    width: 100%;
    height: 1px
}
.step--item:last-child::after {
    width: 0
}
.step--item.active::before {
    background: #25575D
}
.upload {
    border-radius: 100%;
    padding-left: 100px;
    background: url(../img/avater.png) center;
    background-size: cover
}
.upload label {
    position: absolute;
    left: 120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 145px
}
.upload label img {
    width: 18px;
    height: 18px;
    margin-right: 8px
}
.selected {
    display: none
}
.supplier {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px
}
.supplier--edit {
    position: absolute;
    bottom: 0;
    right: 0
}
.modal--open {
    gap: 3px
}
.commodity--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd
}
.commodity--item:first-of-type {
    border-top: 1px solid #ddd;
    margin-top: 10px
}
.commodity--item > div {
    padding: 1rem .7rem
}
.commodity--item .commodity--name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}
.commodity--unit {
    width: 70px
}
.commodity--count {
    padding: .8rem !important
}
.commodity--count form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}
.commodity--count img {
    width: 34px;
    height: 34px
}
.commodity--fav .active #fav {
    fill: #EFD932
}
.commodity--price {
    min-width: 70px;
    text-align: right;
    font-weight: 700
}
.add-form--box {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 1rem
}
.confirm .commodity--unit {
    min-width: 100px
}
.ui-sortable-placeholder {
    background: rgba(0, 0, 0, .05);
    visibility: visible !important
}
.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem
}
.filter--item.active {
    font-weight: 700
}
.tag-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.spinner {
    width: 50px;
    height: 42px;
    padding: 5px;
    text-align: right;
    background: #fff;
    font-size: 18px;
    border-radius: 0
}
.spinner.zero {
    background: #eee;
    border: 1px solid #ddd
}
.spinner::-webkit-inner-spin-button, .spinner::-webkit-outer-spin-button {
    -webkit-appearance: none
}
.nearby--item {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%
}
.tooltip {
    background: #f8f8f8;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
    color: #ED4D4D;
    font-weight: 700;
    padding: 1em 1.2em;
    position: absolute;
    width: 300px;
    border-radius: 25px;
    left: -140px;
    top: -50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 9
}
.tooltip.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s
}
.tooltip::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(248, 248, 248, 0);
    border-top-color: #f8f8f8;
    border-width: 9px;
    margin-left: -9px
}
.pdf {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}
.complete {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 999
}
.complete.active {
    opacity: 1;
    visibility: visible
}
.complete.active .checkmark {
    width: clamp(100px, 20vw, 400px);
    height: clamp(100px, 20vw, 400px);
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    -webkit-box-shadow: inset 0 0 0 #4bb71b;
    box-shadow: inset 0 0 0 #4bb71b;
    -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto
}
.complete.active .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #fff;
    fill: #25575D;
    -webkit-animation: stroke .6s cubic-bezier(.65, 0, .45, 1) forwards;
    animation: stroke .6s cubic-bezier(.65, 0, .45, 1) forwards
}
.complete.active .checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke .3s cubic-bezier(.65, 0, .45, 1) .8s forwards;
    animation: stroke .3s cubic-bezier(.65, 0, .45, 1) .8s forwards
}
.history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}
.history--calender {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px
}
.history--list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-line-pack: start;
    align-content: flex-start
}
.history--home {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    overflow-y: auto;
    height: 274px;
    display: none
}
.history--home.active {
    display: block
}
.history--item {
    background: #fff;
    padding: .7rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}
.history--id {
    font-weight: 700
}
.history--memo {
    background: #fff;
    padding: 1rem;
    border-radius: 1rem 1rem 1rem 0;
    margin-bottom: 10px
}
.calender, .now--caption, .now--item, .site {
    border-radius: 1rem
}
.calender {
    background: #f8f8f8;
    padding: 1rem;
    font-weight: 700
}
.calender a {
    text-decoration: none
}
.calender--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px
}
.calender--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555
}
.calender--day, .calender--week {
    display: grid;
    gap: 2px;
    grid-template: auto/1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center
}
.calender--week {
    padding: 1.5em 0 .7em;
    border-bottom: 1px solid #eee;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.calender--day {
    padding: 1.5em 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.day, .week {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px
}
.week.sun {
    color: #ED4D4D
}
.week.sat {
    color: #4393E3
}
.day {
    border-radius: 100%;
    border: 1px solid transparent;
    cursor: pointer
}
.day.holiday {
    color: #ED4D4D
}
.day.today {
    background: #25575D;
    color: #fff;
    border: 1px solid #25575D
}
.day.today:hover {
    border: 1px solid #ddd
}
.day.history {
    color: #25575D;
    border: 1px solid #25575D
}
.section--title, .section--title a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
    font-size: 14px
}
.day.active {
    background: #ddd
}
.day .notice {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ED4D4D
}
.section--title, .section--title a, .site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700
}
.day:hover {
    background: #ddd
}
.section--title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.section--title a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}
.site, .site:hover {
    color: #fff
}
.site {
    height: 210px;
    background-position: center;
    background-size: cover;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none
}
.now {
    white-space: nowrap;
    overflow-x: auto
}
.now h2 span + span {
    margin-left: 1rem
}
.now--info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}
.now--caption {
    background: #f8f8f8;
    padding: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 6px
}
.now--item {
    background: #fff;
    padding: 1rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    min-width: 200px
}
.now--icon {
    margin-right: -5px
}
.now--icon + .now--icon {
    margin-left: -5px
}
.caution {
    border: 1px solid #ED4D4D;
    padding: 1rem 3.5rem 1rem 1.5rem;
    color: #ED4D4D;
    font-weight: 700;
    display: none
}
.caution.active {
    display: block
}
.caution--close {
    position: absolute;
    top: 1rem;
    right: 1rem
}
.sp {
/*    display: none */
}
@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}
@-webkit-keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
}
@keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
}
@-webkit-keyframes fill {
    100% {
        -webkit-box-shadow: inset 0 0 0 30px #4bb71b;
        box-shadow: inset 0 0 0 30px #4bb71b
    }
}
@keyframes fill {
    100% {
        -webkit-box-shadow: inset 0 0 0 30px #4bb71b;
        box-shadow: inset 0 0 0 30px #4bb71b
    }
}
@media (max-width:2750px) {
    body {
        font-size: 14px
    }
    .box .btn, nav.sp a {
        font-size: 10px
    }
    .container {
        padding-bottom: 10rem
    }
    .grid .grid-2, .grid .grid-3, .grid .grid-4 {
        grid-template: auto/1fr
    }
    .modal .modal--body {
        padding-top: 3rem
    }
    aside, header {
        padding: 0 1rem
    }
    table th {
        font-size: 12px;
        padding-right: 1rem
    }
    header {
        height: 60px
    }
    aside {
        width: 100%;
        height: 70px;
        top: auto;
        bottom: 0;
        border-left: 0;
        background: #25575D
    }
    aside + main, nav.sp a {
        padding: 0
    }
    aside h1 {
        display: none
    }
    nav.sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    nav.sp a {
        display: grid;
        gap: 0;
        justify-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px
    }
    nav.sp .package {
        width: 50px;
        height: 50px;
        font-size: 12px;
        margin-top: -10px
    }
    nav.sp .package img {
        width: 32px;
        height: 32px
    }
    nav.sp .package::before {
        content: "";
        position: absolute;
        top: -18px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 120px;
        height: 23px;
        background: url(../img/menu-bg.svg)
    }
    footer {
        padding-bottom: 6rem;
        position: relative
    }
    footer a {
        display: block;
        padding: .5rem;
        text-align: left
    }
    .commodity--item > div {
        padding: .7em
    }
    .commodity--count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
    .commodity--count form {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 !important
    }
    .commodity--edit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 0 !important
    }
    .commodity--price {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .commodity--name {
        min-width: 200px
    }
    .confirm .commodity--price, .confirm .commodity--unit {
        min-width: 50px
    }
    .confirm .commodity--item > div {
        padding: .3rem
    }
    .confirm .commodity--item > div.commodity--name {
        padding-left: 1rem
    }
    .filter--item {
        font-size: 10px
    }
    .history {
        display: grid
    }
    .history--name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: -.5rem
    }
    .complete {
        height: 100dvh
    }
    .pc {
        display: none
    }
}
@media (max-width:350px) {
    .notification--list {
        right: -75px
    }
}
