@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --gra: "Grandstander", serif;
  font-size: 10px;
  color: var(--black);
  font-family: var(--fot);
  line-height: 1.8;
  --wh: #fff;
  --btn-color: #006b90;
  --blk: #000;
  --or: #fe5358;
  --blu: #578ec9;
  --ye: #ffea0b;
  --pu: #713df6;
}

.inner-1500 {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

/* ====================================================
Event Schedule（イベントスケジュール）
==================================================== */
.event-schedule {
  font-family: var(--fot);
}
.event-schedule .under-mv::after {
  max-width: 405px;
  width: 30vw;
  aspect-ratio: 405/325;
  bottom: -13.8vw;
  right: 0;
  background-image: url(../img/under/event-schedule/event-schedule-bg-acc01.webp);
}
@media (max-width: 499px) {
  .event-schedule .under-mv::after {
    max-width: 405px;
    width: 50vw;
    bottom: -41.8vw;
  }
}
.event-schedule-content {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1240px) {
  .event-schedule-content {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.event-schedule-list {
  width: 70%;
}
@media (max-width: 1240px) {
  .event-schedule-list {
    width: 100%;
  }
}
.event-schedule-list-notice {
  background-color: var(--wh);
  color: var(--blk);
  font-family: var(--fot);
  font-weight: bold;
  padding: 4rem;
  margin-top: -1px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1240px) {
  .event-schedule-list-notice {
    padding: 2rem;
  }
}
.event-schedule-list-notice-inner {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 4rem;
}
@media (max-width: 639px) {
  .event-schedule-list-notice-inner {
    padding: 1.5rem 1rem;
  }
}
.event-schedule-list-notice-heading {
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 639px) {
  .event-schedule-list-notice-heading {
    font-size: 18px;
  }
}
.event-schedule-list-notice-heading .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #0095d8;
  color: #fff;
  border-radius: 100vmax;
  aspect-ratio: 1/1;
}
@media (max-width: 639px) {
  .event-schedule-list-notice-heading .material-symbols-outlined {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}
.event-schedule-list-notice-txt {
  font-size: 15px;
  margin-top: 4rem;
  padding-left: 2rem;
}
@media (max-width: 834px) {
  .event-schedule-list-notice-txt {
    margin-top: 2rem;
  }
}
@media (max-width: 639px) {
  .event-schedule-list-notice-txt {
    margin-top: 1rem;
    font-size: 13px;
  }
}
.event-schedule-list-notice-txt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d5d5d5;
  border-radius: 100%;
  margin-right: 1rem;
  margin-left: -1.5rem;
}
.event-schedule-calendar {
  position: sticky;
  top: 0;
  right: 0;
  width: 45%;
  max-width: 580px;
  padding-top: 13rem;
  margin-top: -13rem;
  padding-bottom: 0 !important;
}
@media (max-width: 1240px) {
  .event-schedule-calendar {
    width: 100%;
    max-width: none;
    position: relative;
    top: auto;
    right: auto;
  }
}
.event-schedule-calendar-wrapper {
  background-color: var(--wh);
  border-radius: 20px;
  padding: 4rem;
  color: var(--blk);
  padding-bottom: 4rem;
}
@media (max-width: 1240px) {
  .event-schedule-calendar-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 639px) {
  .event-schedule-calendar-wrapper {
    padding-bottom: 2rem;
  }
}
.event-schedule-list-title {
  background-color: var(--pu);
  color: var(--wh);
  font-family: var(--gra);
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  padding: 3rem 4rem;
  display: flex;
  line-height: 1;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 834px) {
  .event-schedule-list-title {
    padding: 2rem 3rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 499px) {
  .event-schedule-list-title {
    padding: 1.5rem 1.5rem;
    gap: 1rem;
  }
}
.event-schedule-list-title .group-date {
  display: flex;
  flex-direction: column;
}
.event-schedule-list-title .group-month-day {
  display: flex;
  align-items: baseline;
}
.event-schedule-list-title .group-time {
  border-left: 3px dotted var(--wh);
  padding-left: 1.5rem;
  line-height: 1.3;
}
.event-schedule-list-title .title-year {
  font-size: 18px;
}
.event-schedule-list-title .title-month {
  font-size: 38px;
}
@media (max-width: 499px) {
  .event-schedule-list-title .title-month {
    font-size: 30px;
  }
}
.event-schedule-list-title .title-day {
  font-size: 60px;
}
@media (max-width: 639px) {
  .event-schedule-list-title .title-day {
    font-size: 50px;
  }
}
@media (max-width: 499px) {
  .event-schedule-list-title .title-day {
    font-size: 45px;
  }
}
.event-schedule-list-title .title-weekday {
  font-size: 18px;
  font-family: var(--fot);
  color: var(--pu);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100vmax;
  background-color: var(--wh);
  aspect-ratio: 1/1;
}
.event-schedule-list-title .title-text {
  font-size: 16px;
  font-family: var(--fot);
}
.event-schedule-list-title .title-time {
  color: var(--ye);
  font-size: 38px;
  white-space: nowrap;
}
@media (max-width: 499px) {
  .event-schedule-list-title .title-time {
    font-size: 30px;
  }
}
.event-schedule-list-title .title-caution {
  font-size: 12px;
  font-family: var(--fot);
}
@media (max-width: 639px) {
  .event-schedule .table-body {
    line-height: 2;
  }
}
.event-schedule-table {
  background-color: var(--wh);
  color: var(--blk);
  padding: 4rem;
  font-size: 15px;
  width: 100%;
  line-height: 3;
  font-weight: bold;
  border-collapse: collapse;
}
@media (max-width: 1240px) {
  .event-schedule-table {
    padding: 2rem;
  }
}
@media (max-width: 834px) {
  .event-schedule-table {
    padding: 2rem;
  }
}
@media (max-width: 639px) {
  .event-schedule-table {
    padding: 0 1rem;
  }
}
.event-schedule-table-wrapper {
  padding: 0 4rem;
  background-color: var(--wh);
  position: relative;
}
@media (max-width: 639px) {
  .event-schedule-table-wrapper {
    padding: 0 2rem;
    overflow-x: scroll;
  }
}
.event-schedule-table .table-head {
  background-color: #f8f8f8;
  color: var(--pu);
  text-align: left;
}
.event-schedule-table td {
  border-bottom: 1px solid #eee;
}
.event-schedule-table .table-head {
  white-space: nowrap;
}
.event-schedule-table .table-head th {
  padding: 10px 10px;
}
.event-schedule-table .有料 {
  color: var(--or);
}
.event-schedule-table .table-body {
  cursor: pointer;
}
.event-schedule-table .table-body td {
  padding: 10px 10px;
}
.event-schedule-table .table-body:hover {
  background-color: #effafd;
}
.event-schedule-type {
  background-color: var(--blk);
  color: var(--wh);
  font-size: 15px;
  font-weight: bold;
  border-radius: 18.5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
}
@media (max-width: 639px) {
  .event-schedule-type {
    font-size: 13px;
    padding: 4px 8px;
  }
}
.event-schedule-type-wrapper {
  background-color: var(--wh);
  color: var(--blk);
  padding: 4rem 4rem 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 639px) {
  .event-schedule-type-wrapper {
    padding: 2rem;
  }
}
.event-schedule-type-heading {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 639px) {
  .event-schedule-type-heading {
    font-size: 13px;
  }
}
.event-schedule-type-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.event-schedule-type-name {
  padding-left: 5px;
}
.event-schedule .event-info-title {
  color: var(--blk);
  text-decoration: underline;
}

.text-center {
  text-align: center;
}/*# sourceMappingURL=event.css.map */