<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@page {
  size: A4 landscape;
}

@media print {
  html {
    font-size: 12px;
    zoom: 0.40;
  }

  body {
    overflow-y: visible;
    overflow-x: visible;
  }
  div {
    overflow-y: visible !important;
    overflow-x: visible !important;
  }
}

.container {
  width: 100vw;
}
@media print, screen and (min-width: 641px) {
  .container {
    width: 100vw;
    padding: 0 32px;
  }
}
@media print {
  .container {
    width: auto !important;
  }
}

*/

/* Search Form */
.program-search {
  background: #336A90;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.program-search-header {
  padding: 24px 16px 4px;
  cursor: pointer;
}
.program-search-header__text {
  font-size: 14px;
  margin-bottom: 4px;
}

.program-search-body {
  display: none;
  padding: 0 16px 16px;
}
.program-search-line {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 12px;
}
.program-search-weekday,
.program-search-place {
  background: #ffffff;
  color: #336A90;
  width: 100%;
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.program-search-place {
  margin-bottom: 32px;
}
.program-search-weekday .weekday,
.program-search-place .place {
  font-size: 24px;
  font-weight: bold;
}
.program-search-weekday .prev,
.program-search-weekday .next,
.program-search-place .prev,
.program-search-place .next {
  font-size: 24px;
  font-weight: bold;
}
.program-search-checkbox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.program-search-checkbox ul li {
  width: calc(50% - 8px);
  text-align: left;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.program-search-checkbox ul li input[type=checkbox] {
  margin-right: 4px;
  vertical-align: middle;
}
.program-search-arrow {
  line-height: 1;
  margin-bottom: 16px;
}
.program-search-submit input[type=submit] {
  width: 100%;
  line-height: 1;
  padding: 24px 16px;
  border: 2px solid #ffffff;
  background: #3B8E8E;
  color: #ffffff;
  letter-spacing: 4px;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .program-search {
    background: #ffffff;
    color: #336A90;
  }
  .program-search-line {
    border-bottom: 1px solid #336A90;
  }
  .program-search-weekday,
  .program-search-place {
    display: none;
  }
  .program-search-submit {
    text-align: center;
  }
  .program-search-submit input[type=submit] {
    width: auto;
    padding: 24px 48px;
  }
}
@media print, screen and (min-width: 800px) {
  .program-search-checkbox ul li {
    width: calc(33.333333% - 8px);
  }
}

/* Page Month */
.page-month {
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
}
.page-month .month {
  color: #336A90;
  font-size: 28px;
  font-weight: normal;
}
.page-month .prev, .page-month .next {
  cursor: pointer;
  color: #336A90;
}
@media print, screen and (min-width: 641px) {
  .page-header-label {
    display: none;
  }
}

/* Calendar */
#calendar {
  width: 100%;
  margin-bottom: 32px;
}

/* Header - weekday */
.calendar-header {
  display: none;
}
.calendar-header-sp {
  padding: 0 16px;
  margin-bottom: 8px;
}
.calendar-header-sp-inner {
  background: #336A90;
  color: #ffffff;
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar-header-sp-inner .weekday {
  font-size: 24px;
  font-weight: bold;
}
.calendar-header-sp-inner .prev,
.calendar-header-sp-inner .next {
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  #calendar.non-tabmode {
    width: 100%; 
    /* overflow-y: auto; */
    display: flex;
    padding: 16px;
  }

  .calendar-header {
    display: block;
    width: 100%;
  }
  .calendar-header ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
  }
  .calendar-header ul li {
    width: 14.28%;
    text-align: center;
    font-size: 12px;
    padding: 16px;
    transition: .3s;
    cursor: pointer;
  }
  .calendar-header ul li.active,
  .calendar-header ul li:hover,
  .calendar-header ul li:active,
  .calendar-header ul li:focus {
    background: #336A90;
    color: #ffffff;
  }
  .calendar-header ul li.active {
    cursor: initial;
  }
  .calendar-header-sp {
    display: none;
  }
}

/*
@media print {
  #calendar {
    display: flex;
    flex-wrap: wrap;
    font-size: .625rem;
    page-break-after: always;
  }
}
*/

/* Adjust cell width. */
.calendar-label {
  width: 100%;
  padding: 0 16px;
}
.calendar-label__blank,
.calendar-label__timetable {
  display: none;
}

.calendar-label__studio {
  width: 100%;
}
.calendar-label__studio-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.calendar-label__studio-item {
  width: calc(50% - 4px);
  border: 1px solid #336A90;
  padding: 24px 16px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.calendar-label__studio-item.active {
  background: #336A90;
  color: #ffffff;
}

.calendar-arrow {
  text-align: center;
  line-height: 1;
  padding: 2px;
  color: #336A90;
}

.calendar-state {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  margin-bottom: 2px;
}
.calendar-state &gt; div {
  width: calc(50% - 1px);
  background: #336A90;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
  padding: 16px;
}

.calendar-presentation-space {
  display: none;
}
.calendar-presentation-space.active {
  display: block;
}

.calendar-presentation-event {
  width: 100%;
  background: #F1DBD2;
  margin-bottom: 2px;
}
.calendar-presentation-event-inner {
  width: 100%;
  height: 100%;
  padding: 16px;
  position: relative;
}
.calendar-presentation-event-hover {
  display: none;
}
.calendar-presentation-event.recommended,
.recommended .calendar-presentation-event-hover-inner {
  background: #ebd7db; /* ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp;ã®èƒŒæ™¯è‰² */
}
.calendar-presentation-event.bodymake,
.bodymake .calendar-presentation-event-hover-inner {
  background: #f2eae1; /* ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp;ã®èƒŒæ™¯è‰² */
}
.calendar-presentation-event.fatburning,
.fatburning .calendar-presentation-event-hover-inner {
  background: #f1dbd2; /* ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp;ã®èƒŒæ™¯è‰² */
}
.calendar-presentation-event.enjoyprogram,
.enjoyprogram .calendar-presentation-event-hover-inner {
  background: #d0e2d4; /* ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp;ã®èƒŒæ™¯è‰² */
}
.calendar-presentation-event.refreshprogram,
.refreshprogram .calendar-presentation-event-hover-inner {
  background: #cfe0e7; /* ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp;ã®èƒŒæ™¯è‰² */
}
.calendar-presentation-event.bodymaintenance,
.bodymaintenance .calendar-presentation-event-hover-inner {
  background: #d1d2df; /* ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp;ã®èƒŒæ™¯è‰² */
}

.recommended .calendar-presentation-event-hover-inner::before {
  border-bottom: 15px solid #ebd7db;
}
.bodymake .calendar-presentation-event-hover-inner::before {
  border-bottom: 15px solid #f2eae1;
}
.fatburning .calendar-presentation-event-hover-inner::before {
  border-bottom: 15px solid #f1dbd2;
}
.enjoyprogram .calendar-presentation-event-hover-inner::before {
  border-bottom: 15px solid #d0e2d4;
}
.refreshprogram .calendar-presentation-event-hover-inner::before {
  border-bottom: 15px solid #cfe0e7;
}
.bodymaintenance .calendar-presentation-event-hover-inner::before {
  border-bottom: 15px solid #d1d2df;
}

.calendar-presentation-event.changed {
  border: 2px solid red; /* å¤‰æ›´ãŒã‚ã£ãŸãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp;ã¯å¼·èª¿ã™ã‚‹ */
}
.calendar-presentation-event-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.calendar-presentation-event-header-info {
  width: calc(100% - 48px);
}
.calendar-presentation-event__time {
  line-height: 1;
  margin-bottom: 8px;
}
.calendar-presentation-event__time span {
  vertical-align: middle;
}
.calendar-presentation-event__time::before {
  content: "â—";
  font-size: 12px;
  vertical-align: middle;
  margin-right: 4px;
  color: #CF876A;
}
.recommended .calendar-presentation-event__time::before {
  color: #bb7a85;
}
.bodymake .calendar-presentation-event__time::before {
  color: #be966a;
}
.fatburning .calendar-presentation-event__time::before {
  color: #cf876a;
}
.enjoyprogram .calendar-presentation-event__time::before {
  color: #639e70;
}
.refreshprogram .calendar-presentation-event__time::before {
  color: #6097ae;
}
.bodymaintenance .calendar-presentation-event__time::before {
  color: #656b94;
}
.calendar-presentation-event__title {
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 8px;
}
.calendar-presentation-event__title::before {
  content: "â—";
  font-size: 12px;
  vertical-align: middle;
  margin-right: 4px;
  color: #CF876A;
}
.recommended .calendar-presentation-event__title::before {
  color: #bb7a85;
}
.bodymake .calendar-presentation-event__title::before {
  color: #be966a;
}
.fatburning .calendar-presentation-event__title::before {
  color: #cf876a;
}
.enjoyprogram .calendar-presentation-event__title::before {
  color: #639e70;
}
.refreshprogram .calendar-presentation-event__title::before {
  color: #6097ae;
}
.bodymaintenance .calendar-presentation-event__title::before {
  color: #656b94;
}
.calendar-presentation-event-header-icon {
  width: 40px;
}
.calendar-presentation-event-header-icon img {
  width: 18px;
  margin-right: 2px;
  line-height: 1;
  vertical-align: text-top;
}
.calendar-presentation-event__desc {
  font-size: 12px;
  margin-bottom: 8px;
}
.calendar-presentation-event__staff {
  text-align: center;
  line-height: 1;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 14px;
  background: #CF876A;
  color: #ffffff;
}
.recommended .calendar-presentation-event__staff {
  background: #bb7a85;
}
.bodymake .calendar-presentation-event__staff {
  background: #be966a;
}
.fatburning .calendar-presentation-event__staff {
  background: #cf876a;
}
.enjoyprogram .calendar-presentation-event__staff {
  background: #639e70;
}
.refreshprogram .calendar-presentation-event__staff {
  background: #6097ae;
}
.bodymaintenance .calendar-presentation-event__staff {
  background: #656b94;
}

@media print, screen and (min-width: 641px) {
  #calendar.non-tabmode .calendar-body {
    margin-right: 1rem;
  }

  .calendar-label,
  .calendar-timetable {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-y: auto;
    padding: 0;
  }
  .calendar-label__blank,
  .calendar-label__timetable {
    display: block;
    width: 64px;
    min-width: 64px;
  }
  .calendar-label__studio-item,
  .calendar-presentation-space {
    display: block;
    width: 240px;
    min-width: 240px;
  }
  .calendar-label__studio,
  .calendar-presentation {
    width: calc(100% - 64px);
    overflow-x: auto;
  }
  .calendar-label__studio::-webkit-scrollbar,
  .calendar-presentation::-webkit-scrollbar {
    display: none;
  }

  .calendar-label__studio-list,
  .calendar-presentation-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: initial;
  }

  /* é–‹å‚¬å&nbsp;´æ‰€ã®ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ - ãƒ©ãƒ™ãƒ« */
  .calendar-label__studio-item {
    padding: 16px;
    text-align: center;
    border: 1px solid #d0d0d0;
    margin-left: -1px;
    margin-bottom: 0;
  }
  .calendar-label__studio-item:first-child {
    margin-left: 0;
  }
  .calendar-label__studio-item.active {
    background: inherit;
    color: inherit;
  }


  .calendar-label__timetable__time {
    position: relative;
    height: 90px;
  }
  .calendar-label__timetable__time:last-child {
    height: 0;
  }
  .non-tabmode .calendar-label__timetable__time {
    height: 450px;
  }
  .calendar-label__timetable__time span {
    position: absolute;
    top: -4px;
    right: 8px;
    font-size: 10px;
  }

  .calendar-arrow {
    display: none;
  }

  .calendar-state {
    display: none;
  }

  /* Place label */
  .calendar-timetable {
    display: flex;
    padding: 16px 0;
  }

  .calendar-presentation-space {
    position: relative;
    border: 1px solid #d0d0d0;
    height: calc(90px * 13 - 2px);
    margin-left: -1px;
  }
  .calendar-presentation-space:first-child {
    margin-left: 0;
  }
  .non-tabmode .calendar-presentation-space {
    height: calc(450px * 13 - 2px);
  }

  .calendar-presentation-event {
    position: absolute;
    left: 2px;
    width: calc(100% - 4px);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .27);
    margin-bottom: 0;
  }
  .calendar-presentation-event-inner {
    padding: 8px;
  }
  .calendar-presentation-event-hover {
    position: absolute;
    left: 2px;
    z-index: 1000;
    width: calc(100% - 4px);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .27);
    margin-bottom: 0;
    opacity: 1;
    transition: .3s;
  }

  .calendar-presentation-event-hover-inner {
    position: relative;
    display: inline-block;
    margin: 1.125em 0 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    width: 100%;
    color: #555;
    font-size: 16px;
  }
  .calendar-presentation-event-hover-inner:before{
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
  }
}

/*
@media print {
  .calendar-body {
    width: 25%;
  }
  .calendar-body:nth-child(4){
    page-break-after: always;
  }
  .calendar-label,
  .calendar-timetable {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-x: visible;
    overflow-y: visible;
  }
  .calendar-label__studio,
  .calendar-presentation {
    width: calc(100% - 64px);
    overflow-x: visible;
    overflow-y: visible;
  }

  .calendar-label__studio-item,
  .calendar-presentation-space {
    font-size: 0.625rem;
    min-width: auto;
  }
  .calendar-label__studio-item {
    padding: 0.5rem;
  }
}

*/

.calendar-legends-item {
  line-height: 1;
  margin-bottom: 16px;
  font-size: 14px;
}
.calendar-legends-item .label {
  display: block;
  width: 90%;
  text-align: center;
  line-height: 1;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 0 14px 14px 0;
  background: #CF876A;
  color: #ffffff;
}
.calendar-legends-item .desc {
  padding: 8px;
}
.calendar-legends-item .desc::before {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.calendar-legends-item .label {
  width: 90%;
  text-align: center;
  line-height: 1;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 0 14px 14px 0;
  background: #CF876A;
  color: #ffffff;
}
.calendar-legends-item.recommended .label{
  background: #BB7A85;
}
.calendar-legends-item.recommended .desc::before {
  color: #BB7A85;
}
.calendar-legends-item.bodymake .label{
  background: #CF876A;
}
.calendar-legends-item.bodymake .desc::before {
  color: #CF876A;
}
.calendar-legends-item.fatburning .label{
  background: #BE966A;
}
.calendar-legends-item.fatburning .desc::before {
  color: #BE966A;
}
.calendar-legends-item.enjoyprogram .label{
  background: #639E70;
}
.calendar-legends-item.enjoyprogram .desc::before {
  color: #639E70;
}
.calendar-legends-item.refreshprogram .label{
  background: #6097AE;
}
.calendar-legends-item.refreshprogram .desc::before {
  color: #6097AE;
}
.calendar-legends-item.bodymaintenance .label{
  background: #656B94;
}
.calendar-legends-item.bodymaintenance .desc::before {
  color: #656B94;
}
.icon-legends {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 16px;
}
.icon-legends-item {
  width: calc(50% - 16px);
  margin-bottom: 16px;
}
.icon-legends-item img {
  max-width: 100%;
  width: auto;
  height: 48px;
}
@media print, screen and (min-width: 641px) {
  .calendar-legends {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 32px;
  }
  .calendar-legends-item {
    width: calc(100% - 16px);
    margin-right: 16px;
  }
  .calendar-legends-item .label {
    width: 100%;
    border-radius: 14px;
  }
  .icon-legends {
    padding: 16px 32px;
    justify-content: flex-start;
  }
  .icon-legends-item {
    width: calc(33.3333% - 16px);
    margin-bottom: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 721px) {
  .calendar-legends-item {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 801px) {
  .icon-legends-item {
    width: calc(25% - 16px);
  }
}
@media screen and (min-width: 961px) {
  .icon-legends-item {
    width: calc(20% - 16px);
  }
}
@media screen and (min-width: 1081px) {
  .calendar-legends-item {
    width: calc(33.3333% - 16px);
  }
}
@media print {
  .calendar-legends-item {
    width: calc(25% - 16px);
  }
}

.calendar-weekday span {
  display: inline-block;
  padding: .5rem 2rem;
  background: #336A90;
  color: #ffffff;
  margin: 2rem 0 1rem;
}

.page-calendar-print {
  text-align: right;
  margin-bottom: 1rem;
}
.page-calendar-print a {
  display: inline-block;
  padding: .5rem 2rem;
  background: #336A90;
  color: #ffffff;
  margin: 2rem 0 1rem;
  text-decoration: none;
}
.page-calendar-print a:hover {
  color: #ffffff;
  text-decoration: none;
}

.page-calendar-tabmode {
  text-align: right;
  margin-bottom: 1rem;
}
.page-calendar-tabmode a {
  display: inline-block;
  padding: .5rem 2rem;
  background: #336A90;
  color: #ffffff;
  margin: 2rem 0 1rem;
  text-decoration: none;
}
.page-calendar-tabmode a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media print {
  .responsive-nav-contents {
    box-shadow: none !important;
  }
}
</pre></body></html>