.react-calendar{background:#fff;border:1px solid #a0a096;width:350px;max-width:100%;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{margin:-.5em;display:flex}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :before,.react-calendar :after{box-sizing:border-box}.react-calendar button{border:0;outline:none;margin:0}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{height:44px;margin-bottom:1em;display:flex}.react-calendar__navigation button{background:0 0;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{font:inherit;justify-content:center;align-items:center;font-size:.75em;font-weight:700;display:flex}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{text-align:center;max-width:100%;font:inherit;background:0 0;padding:10px 6.6667px;font-size:.833em}.react-calendar__tile:disabled{color:#ababab;background-color:#f0f0f0}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{color:#fff;background:#006edc}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}
.react-calendar{background-color:#0000;border:none;width:100%}.react-calendar__navigation{height:auto;padding:0 28px 0 43px}@media (max-width:800px){.react-calendar__navigation{padding:0 0 0 calc((100vw / var(--vw-sp)) * 10);margin-bottom:0}}.react-calendar button{padding:.5em}.react-calendar__navigation__prev2-button,.react-calendar__navigation__next2-button{display:none}.react-calendar__navigation__label{font-family:var(--font-noto-sans-jp);color:var(--color-dark-gray);text-align:left;pointer-events:none;order:0;padding:0 43px;font-size:18px;font-weight:700}@media (max-width:800px){.react-calendar__navigation__label{font-size:calc((100vw / var(--vw-sp)) * 15);padding:0}}.react-calendar__navigation .react-calendar__navigation__label{padding:0}.react-calendar__navigation__prev-button{text-indent:-9999px;order:1;position:relative}.react-calendar__navigation__prev-button:before{content:"";border-top:solid 1px var(--color-dark-gray);border-left:solid 1px var(--color-dark-gray);width:12px;height:12px;margin-top:-6px;margin-left:-6px;display:block;position:absolute;top:50%;left:50%;transform:rotate(-45deg)}@media (max-width:800px){.react-calendar__navigation__prev-button:before{width:calc((100vw / var(--vw-sp)) * 10);height:calc((100vw / var(--vw-sp)) * 10);margin-top:calc((100vw / var(--vw-sp)) * -5);margin-left:calc((100vw / var(--vw-sp)) * -5)}}.react-calendar__navigation__next-button{text-indent:-9999px;order:2;position:relative}.react-calendar__navigation__next-button:before{content:"";border-top:solid 1px var(--color-dark-gray);border-right:solid 1px var(--color-dark-gray);width:12px;height:12px;margin-top:-6px;margin-left:-6px;display:block;position:absolute;top:50%;left:50%;transform:rotate(45deg)}@media (max-width:800px){.react-calendar__navigation__next-button:before{width:calc((100vw / var(--vw-sp)) * 10);height:calc((100vw / var(--vw-sp)) * 10);margin-top:calc((100vw / var(--vw-sp)) * -5);margin-left:calc((100vw / var(--vw-sp)) * -5)}}.react-calendar__navigation button:disabled{visibility:hidden}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#fff}.react-calendar__month-view__days__day abbr{font-family:var(--font-montserrat);color:var(--color-gray600);font-size:22px;font-weight:600}@media (max-width:800px){.react-calendar__month-view__days__day abbr{font-size:calc((100vw / var(--vw-sp)) * 13.28)}}.react-calendar__tile{color:#000;background-color:#fff;font-size:18px}@media (max-width:800px){.react-calendar__tile{font-size:calc((100vw / var(--vw-sp)) * 18)}}.react-calendar__month-view__days__day--weekend abbr{color:#59afe0}.react-calendar__month-view__days__day--neighboringMonth{visibility:hidden}.react-calendar__tile p{color:#000}.react-calendar__month-view__days .react-calendar__tile{padding:1em 0}@media (max-width:800px){.react-calendar__month-view__days .react-calendar__tile{padding:.5em 0}}.react-calendar__tile--active,.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus,.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#fffdd9}.react-calendar__tile--active abbr{color:var(--color-orange3)}.react-calendar__month-view__days .react-calendar__tile--active abbr{color:var(--color-orange2)!important}.react-calendar__month-view__days .react-calendar__tile:nth-child(7n+1) abbr{color:#e75d5d}.react-calendar__tile:enabled:hover abbr,.react-calendar__tile:enabled:focus abbr,.react-calendar__tile--active:enabled:hover abbr,.react-calendar__tile--active:enabled:focus abbr{color:var(--color-orange3)}.react-calendar__month-view__weekdays{font-size:18px}@media (max-width:800px){.react-calendar__month-view__weekdays{font-size:calc((100vw / var(--vw-sp)) * 11.38)}}.react-calendar__month-view__weekdays__weekday{padding:1em .5em}.react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday:first-child,.react-calendar__month-view__days__day:first-child,.react-calendar__month-view__days__day:nth-child(7n+1){color:#e75d5d}.react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday:last-child,.react-calendar__month-view__days__day:nth-child(7n){color:#59afe0}abbr[title]{text-decoration:none}.react-calendar__month-view__weekdays>div{font-family:var(--font-noto-sans-jp);padding:12px 10px 30px;font-weight:500}@media (max-width:800px){.react-calendar__month-view__weekdays>div{padding:calc((100vw / var(--vw-sp)) * 12) calc((100vw / var(--vw-sp)) * 10) calc((100vw / var(--vw-sp)) * 10)}}.react-calendar__month-view__days .react-calendar__tile p{font-family:var(--font-noto-sans-jp);color:var(--color-gray600);margin-top:10px;font-size:26px;font-weight:200}@media (max-width:800px){.react-calendar__month-view__days .react-calendar__tile p{margin-top:calc((100vw / var(--vw-sp)) * 6);font-size:calc((100vw / var(--vw-sp)) * 16)}}.react-calendar__month-view__days .react-calendar__tile.closeDay abbr,.react-calendar__month-view__days .react-calendar__tile.pastDay abbr{color:#bfbaba}
.lesson-schedule-calendar-module__GwxLCa__scheduleCalendar{background:var(--color-white);border:solid 1px var(--color-gray200);border-radius:20px;justify-content:center;align-items:center;padding:43px;display:flex}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__scheduleCalendar{padding:calc((100vw / var(--vw-sp)) * 12.3) calc((100vw / var(--vw-sp)) * 9);border-radius:calc((100vw / var(--vw-sp)) * 20)}}.lesson-schedule-calendar-module__GwxLCa__scheduleWrapper{width:100%}.lesson-schedule-calendar-module__GwxLCa__sectionHeadline{border-bottom:solid 1px var(--color-gray200);margin-bottom:24px;padding-bottom:18px;font-size:20px;font-weight:700}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__sectionHeadline{padding-bottom:calc((100vw / var(--vw-sp)) * 8);margin-bottom:calc((100vw / var(--vw-sp)) * 12);font-size:calc((100vw / var(--vw-sp)) * 20)}}.lesson-schedule-calendar-module__GwxLCa__scheduleListItem{background:var(--color-white);border:solid 1px var(--color-gray200);border-radius:20px;margin-bottom:24px;padding:20px 24px}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__scheduleListItem{padding:calc((100vw / var(--vw-sp)) * 12) calc((100vw / var(--vw-sp)) * 20);margin-bottom:calc((100vw / var(--vw-sp)) * 16);border-radius:calc((100vw / var(--vw-sp)) * 20)}}.lesson-schedule-calendar-module__GwxLCa__scheduleList .lesson-schedule-calendar-module__GwxLCa__scheduleListItem:last-of-type{margin-bottom:0}.lesson-schedule-calendar-module__GwxLCa__message{text-align:center}.lesson-schedule-calendar-module__GwxLCa__scheduleItemSummary{align-items:center;gap:24px;display:flex}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__scheduleItemSummary{gap:calc((100vw / var(--vw-sp)) * 16)}}.lesson-schedule-calendar-module__GwxLCa__scheduleItemDetails{width:100%}.lesson-schedule-calendar-module__GwxLCa__scheduleItemImage{border-radius:50%;flex-shrink:0;width:68px;height:68px;position:relative;overflow:hidden}.lesson-schedule-calendar-module__GwxLCa__scheduleItemImage img{object-fit:cover;object-position:center}.lesson-schedule-calendar-module__GwxLCa__scheduleItemCategory{color:var(--color-orange3);margin-bottom:4px;font-size:12px;display:inline-block}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__scheduleItemCategory{margin-bottom:calc((100vw / var(--vw-sp)) * 4);font-size:calc((100vw / var(--vw-sp)) * 10)}}.lesson-schedule-calendar-module__GwxLCa__scheduleItemTitle{margin-bottom:16px;font-size:18px;font-weight:700;line-height:1.2}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__scheduleItemTitle{margin-bottom:calc((100vw / var(--vw-sp)) * 16);font-size:calc((100vw / var(--vw-sp)) * 16)}}.lesson-schedule-calendar-module__GwxLCa__scheduleListItemBodyStrength{align-items:center;display:flex}.lesson-schedule-calendar-module__GwxLCa__scheduleListItemBodyStrengthTitle{margin-right:8px}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__scheduleListItemBodyStrengthTitle{margin-right:calc((100vw / var(--vw-sp)) * 8);font-size:calc((100vw / var(--vw-sp)) * 12);color:var(--color-gray600)}}.lesson-schedule-calendar-module__GwxLCa__scheduleItemBody{justify-content:space-between;align-items:center;display:flex}.lesson-schedule-calendar-module__GwxLCa__scheduleListItemBodyStrengthRate{background-size:131px;width:131px;height:24px}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__scheduleListItemBodyStrengthRate{width:calc((100vw / var(--vw-sp)) * 84);height:calc((100vw / var(--vw-sp)) * 15.56);background-size:calc((100vw / var(--vw-sp)) * 84) auto}}.lesson-schedule-calendar-module__GwxLCa__scheduleListItemBodyStrengthRate:after{background-size:131px}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__scheduleListItemBodyStrengthRate:after{background-size:calc((100vw / var(--vw-sp)) * 84) auto}}.lesson-schedule-calendar-module__GwxLCa__strengthRate{margin-right:auto}.lesson-schedule-calendar-module__GwxLCa__detailOpenButton{color:var(--color-dark-gray);cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;text-decoration:underline}@media (max-width:800px){.lesson-schedule-calendar-module__GwxLCa__detailOpenButton{font-size:calc((100vw / var(--vw-sp)) * 12)}}.lesson-schedule-calendar-module__GwxLCa__detailOpenButton:hover{text-decoration:none}.lesson-schedule-calendar-module__GwxLCa__scheduleListItemDetail{opacity:0;max-height:0;margin-top:0;transition:max-height .3s ease-out,opacity .3s ease-out,margin-top .3s;overflow:hidden}.lesson-schedule-calendar-module__GwxLCa__scheduleListItemDetail.lesson-schedule-calendar-module__GwxLCa__open{opacity:1;margin-top:12px}
section.shop-template-module__8IUs-W__trialLessonSection{padding-bottom:calc(100vw / var(--vw-sp) * 20)}@media (min-width:801px){section.shop-template-module__8IUs-W__trialLessonSection{padding-bottom:40px}}
