.pagetitle-area {
  background-color: transparent;
}
.pagetitle-area .mainImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.today-status {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.today-status .button {
  width: 250px;
  background-color: #26C4A6;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-top: 40px;
}
.today-status .data #js-current-month-display {
  font-size: 60px;
  font-weight: bold;
  font-family: "Fugaz One", sans-serif;
}
.today-status .data p {
  font-size: 80px;
  font-weight: bold;
}
.today-status .data p span {
  font-size: 20px;
  display: inline-block;
  margin: 0 -5px;
  font-family: "Noto Sans", sans-serif;
}

#calender {
  width: 1000px;
  margin: 0 auto;
}
#calender .pink {
  background-color: #ffcaca;
}
#calender .blue {
  background-color: #a3e6f4;
}
#calender .purple {
  background-color: #e2bff7;
}
#calender .orange {
  background-color: #ffd086;
}
#calender .lavelInfo {
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
}
#calender .lavelInfo .white {
  border: 1px solid #000;
}
#calender .lavelInfo .lavel {
  font-size: 12px;
  display: inline-block;
  padding: 8px 16px 5px;
  border-radius: 500px;
}
@media screen and (max-width: 375px) {
  #calender .lavelInfo .lavel {
    padding: 4px 8px 2px;
    font-size: 12px;
  }
}
#calender .lavelInfo .lavel + .lavel {
  margin-left: 20px;
}
@media screen and (max-width: 375px) {
  #calender .lavelInfo .lavel + .lavel {
    margin-left: 10px;
  }
}

.p-schedule {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #26c49f;
  border-radius: 20px;
  font-family: sans-serif;
}
.p-schedule__inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-schedule__col {
  display: flex;
  align-items: center;
  padding: 20px;
}
.p-schedule__col.-day {
  width: 120px;
  justify-content: center;
  font-weight: bold;
}
.p-schedule__col.-time {
  width: 25%;
  justify-content: center;
  border-left: 4px solid #26c49f;
  font-weight: bold;
}
.p-schedule__col.-type {
  width: 25%;
  justify-content: center;
  border-left: 4px solid #26c49f;
  font-weight: bold;
}
.p-schedule__col.-parking {
  flex: 1;
  border-left: 4px solid #26c49f;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.p-schedule__head {
  display: flex;
  background-color: #ffe24d;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  color: #333333;
}
.p-schedule__row {
  display: flex;
  background-color: #ffffff;
  min-height: 100px;
  color: #333333;
}
.p-schedule__row:last-child {
  border-radius: 0 0 10px 10px;
}

.month-switch-buttons {
  margin-bottom: 30px;
}
.month-switch-buttons button {
  background-color: #fff;
  color: #26C4A6;
  border: 2px solid #26C4A6;
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100px;
}
.month-switch-buttons .is-active {
  background-color: #26C4A6;
  color: #fff;
}

.button {
  width: 250px;
  height: 50px;
  line-height: 50px;
  background-color: #26c49f;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  text-align: center;
  margin: 40px auto 0;
}

.infomation-area {
  text-align: center;
  width: 800px;
  margin: 80px auto 0;
}
.infomation-area .flex {
  margin-top: 40px;
}
.infomation-area .button {
  background-color: #26C4A6;
  color: #fff;
}

.price-table {
  margin: 0 auto;
  font-family: sans-serif;
  border-collapse: collapse;
  overflow: hidden;
  border: 20px solid #26C4A6;
  border-radius: 10px;
  background: #fff;
}
.price-table .row {
  display: flex;
}
.price-table .row .cell {
  width: 25%;
  padding: 16px;
  text-align: center;
  border-right: 4px solid #26C4A6;
  border-bottom: 4px solid #26C4A6;
  font-weight: 900;
  font-size: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-table .row .cell:last-child {
  border-right: none;
}
.price-table .row .cell.title {
  background-color: #FFE44B;
  color: #333;
}
.price-table .row.header .cell {
  background-color: #FFE44B;
  font-weight: bold;
}
.price-table .row:last-child .cell {
  border-bottom: none;
}

.caution {
  max-width: 100%;
  margin: 20px auto;
  display: flex;
  margin-bottom: 80px;
}
.caution .strong {
  width: 50%;
}
.caution .strong li {
  font-family: noto sans jp, sans-serif;
  display: flex;
  font-weight: 700;
  margin-bottom: 12px;
}
.caution .cautionText {
  width: 50%;
}
.caution .cautionText li {
  font-family: noto sans jp, sans-serif;
  display: flex;
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 12px;
}

.group {
  width: 100%;
  margin: 80px auto 0;
  display: flex;
}
.group .textWrap {
  width: 50%;
  padding-right: 80px;
}
.group .textWrap h5 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 24px;
}
.group .textWrap p {
  width: 100%;
}
.group .textWrap p strong {
  font-size: 18px;
  font-weight: 900;
}
.group .textWrap p strong a {
  color: #26C4A6;
  text-decoration: underline;
}
.group .textWrap .button {
  margin: 20px 0 0;
}
.group .contact {
  margin-top: 60px;
  width: 50%;
  display: flex;
}
.group .contact p {
  font-family: fugaz one, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #26C4A6;
}
.group .contact p a {
  text-underline-offset: 12px;
  text-decoration: underline;
}
.group .contact p span {
  font-size: 14px;
  font-weight: normal;
  font-family: noto sans jp, sans-serif;
  display: block;
}
.group .contact p + p {
  margin-left: 40px;
}

.p-zoom-btn,
.p-modal {
  display: none;
}

@media screen and (min-width: 376px) {
  .buttonWrap {
    width: 800px;
    margin: 40px auto 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .buttonWrap .button {
    width: 200px;
    height: 45px;
    line-height: 45px;
    background-color: #26C4A6;
    color: #fff;
    text-align: center;
    border-radius: 22.5px;
    font-weight: 900;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    margin: 0;
  }
  .buttonWrap .button:hover {
    opacity: 0.6;
  }
  .buttonWrap .button + .button {
    margin-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  #calender {
    width: 100%;
    margin: 0 auto;
  }
  .buttonWrap {
    width: calc(100vw - 40px);
    margin: 40px auto 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .buttonWrap .button {
    width: 160px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    background-color: #26C4A6;
    color: #fff;
    text-align: center;
    border-radius: 22.5px;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 11px;
    font-family: "Noto Sans", sans-serif;
  }
  .buttonWrap .button:nth-child(2n) {
    margin-right: 0px;
  }
  .yelow-bg {
    background-color: #ffe24d;
  }
  .p-schedule__col {
    font-size: 10px;
  }
  .p-schedule {
    width: calc(100vw - 40px);
    margin: 0 auto;
    padding: 5px 5px;
    background-color: #26c49f;
    border-radius: 15px;
    font-family: sans-serif;
    box-sizing: border-box;
  }
  .p-schedule__inner {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
  }
  .p-schedule__head, .p-schedule__row {
    display: flex;
    width: 100%;
    color: #333333;
    overflow: hidden;
  }
  .p-schedule__head {
    background-color: #ffe24d;
    border-radius: 8px 8px 0 0;
  }
  .p-schedule__row {
    background-color: #ffffff;
    min-height: 50px;
  }
  .p-schedule__row:last-child {
    border-radius: 0 0 8px 8px;
  }
  .p-schedule__col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 2px;
    font-size: 10px;
    line-height: 1.3;
    box-sizing: border-box;
    border-left: 2px solid #26c49f !important;
    word-break: break-all;
    overflow-wrap: break-word;
    min-width: 0;
    flex-shrink: 0;
  }
  .p-schedule__col:first-child {
    border-left: none !important;
  }
  .p-schedule__col.-day {
    width: 18%;
  }
  .p-schedule__col.-time {
    width: 27%;
  }
  .p-schedule__col.-parking {
    width: 55%;
    justify-content: flex-start;
    padding-left: 5px;
    font-weight: bold;
  }
  .caution {
    flex-direction: column;
    gap: 20px;
  }
  .caution .strong,
  .caution .cautionText {
    width: 100%;
  }
  .price-table {
    border-width: 8px !important;
    border-radius: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .price-table .row {
    display: flex !important;
    width: 100% !important;
  }
  .price-table .row .cell {
    width: 25% !important;
    padding: 8px 2px !important;
    font-size: 10px !important;
    height: auto !important;
    min-height: 50px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    line-height: 1.2 !important;
    word-break: break-all !important;
    box-sizing: border-box !important;
  }
  .price-table .row .cell:last-child {
    border-right: none !important;
  }
  .price-table .row:last-child .cell {
    border-bottom: none !important;
  }
  .group {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
  }
  .group .textWrap {
    width: 100%;
    padding-right: 80px;
  }
  .group .textWrap h5 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 24px;
  }
  .group .textWrap p {
    width: 100%;
  }
  .group .textWrap p strong {
    font-size: 18px;
    font-weight: 900;
  }
  .group .textWrap p strong a {
    color: #26C4A6;
    text-decoration: underline;
  }
  .group .textWrap .button {
    margin: 20px 0 0;
  }
  .group .contact {
    margin-top: 60px;
    width: 50%;
    display: flex;
  }
  .group .contact p {
    font-family: fugaz one, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #26C4A6;
  }
  .group .contact p a {
    text-underline-offset: 12px;
    text-decoration: underline;
  }
  .group .contact p span {
    font-size: 14px;
    font-weight: normal;
    font-family: noto sans jp, sans-serif;
    display: block;
  }
  .group .contact p + p {
    margin-left: 40px;
  }
}