@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-1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/* ====================================================
Opening Hours（営業時間）
==================================================== */
.opening-hours {
  font-family: var(--fot);
}
.opening-hours-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1240px) {
  .opening-hours-content {
    flex-direction: column;
    gap: 1rem;
  }
}
.opening-hours-ttl {
  width: 100%;
}
.opening-hours-ttl-bg-before {
  position: relative;
}
.opening-hours-ttl-bg-before::before {
  content: "";
  display: block;
  max-width: 466px;
  width: 100%;
  aspect-ratio: 363/222;
  top: 11.8vw;
  left: 0;
  background-image: url(../img/under/opening-hours/opening-hours-bg-acc01-todo.webp);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  z-index: 11;
}
@media (max-width: 1680px) {
  .opening-hours-ttl-bg-before::before {
    max-width: 400px;
    width: 30vw;
  }
}
@media (max-width: 1400px) {
  .opening-hours-ttl-bg-before::before {
    max-width: 400px;
    width: 25vw;
  }
}
@media (max-width: 1000px) {
  .opening-hours-ttl-bg-before::before {
    max-width: 400px;
    width: 35vw;
    top: 13.8vw;
  }
}
@media (max-width: 639px) {
  .opening-hours-ttl-bg-before::before {
    background-image: url(../img/under/opening-hours/opening-hours-bg-acc01-fukidashi.webp);
    aspect-ratio: 500/200;
    aspect-ratio: 250/111;
    max-width: 400px;
    width: 55vw;
    top: -8.2vw;
    right: 0;
  }
}
.opening-hours-ttl-bg-after {
  position: relative;
}
.opening-hours-ttl-bg-after::after {
  content: "";
  display: block;
  max-width: 301px;
  width: 30vw;
  aspect-ratio: 392/400;
  top: -13vw;
  right: 0;
  background-image: url(../img/under/opening-hours/opening-hours-bg-acc02.webp);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  z-index: 11;
}
@media (max-width: 1240px) {
  .opening-hours-ttl-bg-after::after {
    max-width: 300px;
    width: 30vw;
  }
}
@media (max-width: 834px) {
  .opening-hours-ttl-bg-after::after {
    max-width: 300px;
    width: 24vw;
    top: -9vw;
  }
}
@media (max-width: 639px) {
  .opening-hours-ttl-bg-after::after {
    max-width: 300px;
    width: 24vw;
    top: -8.2vw;
    right: 0;
  }
}
@media (max-width: 499px) {
  .opening-hours-ttl-bg-after::after {
    max-width: 300px;
    width: 30vw;
    top: -6vw;
  }
}
.opening-hours-list {
  width: 70%;
}
@media (max-width: 1240px) {
  .opening-hours-list {
    width: 100%;
  }
}
.opening-hours-list-notice {
  background-color: var(--wh);
  color: var(--blk);
  font-family: var(--fot);
  font-weight: bold;
  padding: 4rem;
  margin-top: -1px;
}
@media (max-width: 1240px) {
  .opening-hours-list-notice {
    padding: 2rem;
  }
}
.opening-hours-list-notice-inner {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 4rem;
}
.opening-hours-list-notice-heading {
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.opening-hours-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;
}
.opening-hours-list-notice-txt {
  font-size: 15px;
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .opening-hours-list-notice-txt {
    margin-top: 2rem;
  }
}
.opening-hours-calendar {
  width: 100%;
  max-width: 1000px;
  background-color: var(--wh);
  border-radius: 20px;
  padding: 4rem;
  margin: auto;
  color: var(--blk);
  padding-bottom: 4rem !important;
}
@media (max-width: 1240px) {
  .opening-hours-calendar {
    padding: 2rem;
  }
}
@media (max-width: 639px) {
  .opening-hours-calendar {
    padding: 2rem 1rem;
  }
}
.opening-hours-list-title {
  background-color: var(--pu);
  color: var(--wh);
  font-family: var(--gra);
  font-weight: bold;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  line-height: 1;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 16rem;
}
@media (max-width: 1240px) {
  .opening-hours-list-title {
    padding: 2rem;
    margin-bottom: 12rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 1.5rem;
  }
}
@media (max-width: 834px) {
  .opening-hours-list-title {
    flex-wrap: wrap;
    padding: 2rem;
    margin-bottom: 12rem;
    gap: 1rem;
  }
}
@media (max-width: 639px) {
  .opening-hours-list-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 639px) {
  .opening-hours-list-title .title-date {
    transform: translateX(-1rem);
  }
}
.opening-hours-list-title .group-date {
  display: flex;
  flex-direction: column;
}
@media (max-width: 639px) {
  .opening-hours-list-title .group-date {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.opening-hours-list-title .group-month-day {
  display: flex;
  align-items: baseline;
}
.opening-hours-list-title .group-time {
  border-left: 3px dotted var(--wh);
  padding-left: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 639px) {
  .opening-hours-list-title .group-time {
    border-left: none;
  }
}
@media (max-width: 499px) {
  .opening-hours-list-title .group-time {
    margin: auto;
  }
}
.opening-hours-list-title .title-year {
  font-size: 18px;
  transform: translateY(1.3rem);
}
.opening-hours-list-title .title-month {
  font-size: 38px;
}
.opening-hours-list-title .title-day {
  font-size: 60px;
}
.opening-hours-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;
}
.opening-hours-list-title .title-text {
  font-size: 16px;
  font-family: var(--fot);
}
.opening-hours-list-title .title-time {
  color: var(--ye);
  font-size: 38px;
  white-space: nowrap;
}
.opening-hours-list-title .title-caution {
  font-size: 12px;
  font-family: var(--fot);
}
.opening-hours .title-link {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}
.opening-hours .title-link .link-item {
  font-family: var(--fot);
  font-size: 14px;
  width: 170px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1240px) {
  .opening-hours .title-link .link-item {
    width: 150px;
    height: 40px;
  }
}
@media (max-width: 639px) {
  .opening-hours .title-link .link-item {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
.opening-hours .title-link .link-item.--event-schedule {
  background-color: var(--wh);
}
.opening-hours .title-link .link-item.--event-schedule a {
  color: var(--pu);
}
.opening-hours .title-link .link-item.--ticket {
  background-color: var(--ye);
}
.opening-hours .title-link .link-item.--ticket a {
  color: var(--pu);
}

.closed-days {
  font-family: var(--fot);
  font-weight: bold;
  margin-top: 8rem;
  margin-bottom: 3rem;
}
@media (max-width: 639px) {
  .closed-days {
    margin-top: 4rem;
  }
}
.closed-days-heading {
  font-size: 32px;
  border-bottom: 3px dotted var(--ye);
  padding-bottom: 2rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 639px) {
  .closed-days-heading {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.closed-days-txt {
  font-size: 18px;
  margin-bottom: 3rem;
}
.closed-days-container {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 639px) {
  .closed-days-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.closed-days-container-heading {
  font-size: 16px;
  background-color: #3997cd;
  color: var(--wh);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
}
@media (max-width: 639px) {
  .closed-days-container-heading {
    padding: 0.5rem 1rem;
    font-size: 13px;
  }
}
.closed-days-container-txt {
  font-size: 26px;
}
@media (max-width: 639px) {
  .closed-days-container-txt {
    font-size: 18px;
  }
}

.no-opening-hours {
  display: none;
}

.fc-day-number {
  position: relative;
}

.term_name {
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.color-price {
  font-size: 12px;
  border-radius: 0 0 10px 10px;
  color: #0095d8;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
}
@media (max-width: 834px) {
  .color-price {
    font-size: 10px;
  }
}
.opening-hours-ttl-bg-before {
  position: relative;
}
.opening-hours-ttl-bg-before::before {
  content: "";
  display: block;
  max-width: 233px;
  width: 100%;
  aspect-ratio: 233/138;
  top: 11.8vw;
  left: 0;
  background-image: url(../img/under/opening-hours/opening-hours-bg-acc01-todo.webp);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  z-index: 11;
}
@media (max-width: 1680px) {
  .opening-hours-ttl-bg-before::before {
    background-image: url(../img/under/opening-hours/opening-hours-bg-acc01-todo2.webp);
    max-width: 260px;
    aspect-ratio: 382/331;
    left: -3%;
  }
}
@media (max-width: 1400px) {
  .opening-hours-ttl-bg-before::before {
    max-width: 189px;
    top: 13.8vw;
  }
}
@media (max-width: 1000px) {
  .opening-hours-ttl-bg-before::before {
    max-width: 200px;
    width: 35vw;
    top: 12.8vw;
  }
}
@media (max-width: 834px) {
  .opening-hours-ttl-bg-before::before {
    max-width: 157px;
    width: 35vw;
    top: 19.8vw;
  }
}
@media (max-width: 639px) {
  .opening-hours-ttl-bg-before::before {
    max-width: 150px;
    top: -17.2vw;
    right: 0;
  }
}
@media (max-width: 499px) {
  .opening-hours-ttl-bg-before::before {
    max-width: 120px;
    top: -19.2vw;
    right: 0;
  }
}
@media (max-width: 376px) {
  .opening-hours-ttl-bg-before::before {
    top: -25.2vw;
  }
}
.opening-hours-ttl-bg-before::after {
  content: "";
  display: block;
  max-width: 234px;
  width: 100%;
  aspect-ratio: 234/108;
  top: 9.8vw;
  left: 12vw;
  background-image: url(../img/under/opening-hours/opening-hours-bg-acc01-fukidashi.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  z-index: 12;
}
@media (max-width: 1680px) {
  .opening-hours-ttl-bg-before::after {
    max-width: 307px;
    top: 9.8vw;
    left: 14vw;
  }
}
@media (max-width: 1400px) {
  .opening-hours-ttl-bg-before::after {
    max-width: 307px;
    top: 9.8vw;
    left: 13vw;
  }
}
@media (max-width: 1000px) {
  .opening-hours-ttl-bg-before::after {
    top: 11.8vw;
    left: 20vw;
  }
}
@media (max-width: 834px) {
  .opening-hours-ttl-bg-before::after {
    top: 18.8vw;
    left: 17vw;
  }
}
@media (max-width: 639px) {
  .opening-hours-ttl-bg-before::after {
    max-width: 230px;
    top: -17.2vw;
    left: 20vw;
  }
}
@media (max-width: 499px) {
  .opening-hours-ttl-bg-before::after {
    max-width: 230px;
    top: -22.2vw;
    left: 24vw;
  }
}
@media (max-width: 376px) {
  .opening-hours-ttl-bg-before::after {
    max-width: 216px;
    top: -28.2vw;
    left: 28vw;
  }
}

/* ====================================================
Schedule Calendar
==================================================== */
.fc-icon-left-single-arrow:after {
  content: "前の月を見る" !important;
}
@media (max-width: 639px) {
  .fc-icon-left-single-arrow:after {
    font-size: 14px;
  }
}

.fc-icon-right-single-arrow:after {
  content: "次の月を見る" !important;
}
@media (max-width: 639px) {
  .fc-icon-right-single-arrow:after {
    font-size: 14px;
  }
}

.opening-hours .fc-prev-button {
  position: relative;
  width: 150px;
  padding-left: 1rem;
}
@media (max-width: 639px) {
  .opening-hours .fc-prev-button {
    width: 120px;
  }
}
.opening-hours .fc-prev-button::before {
  position: absolute;
  content: "";
  background-image: url(../img/under/common/arrow-prev_wht.png);
  width: 7px;
  height: 7px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 14px;
  top: 45%;
}
.opening-hours .fc-next-button {
  position: relative;
  width: 150px;
  padding-right: 1rem;
}
@media (max-width: 639px) {
  .opening-hours .fc-next-button {
    width: 120px;
  }
}
.opening-hours .fc-next-button::before {
  position: absolute;
  content: "";
  background-image: url(../img/under/common/arrow-next_wht.png);
  width: 7px;
  height: 7px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 14px;
  top: 45%;
}
.opening-hours .fc-ltr .fc-basic-view .fc-day-number {
  min-width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
}
@media (max-width: 1240px) {
  .opening-hours .fc-ltr .fc-basic-view .fc-day-number {
    min-width: 100px;
    height: 100px;
  }
}
@media (max-width: 834px) {
  .opening-hours .fc-ltr .fc-basic-view .fc-day-number {
    min-width: 80px;
    height: 115px;
  }
}
@media (max-width: 639px) {
  .opening-hours .fc-ltr .fc-basic-view .fc-day-number {
    min-width: 60px;
    height: 110px;
  }
}
@media (max-width: 499px) {
  .opening-hours .fc-ltr .fc-basic-view .fc-day-number {
    min-width: 40px;
    height: 107px;
  }
}

/* ====================================================
Calendar Caution
==================================================== */
.calendar-caution {
  font-weight: var(--fot);
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 499px) {
  .calendar-caution {
    font-size: 12px;
  }
}
.calendar-caution-heading {
  font-size: 15px;
}
@media (max-width: 499px) {
  .calendar-caution-heading {
    font-size: 12px;
  }
}
.calendar-caution-container {
  display: flex;
  gap: 1rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
}
@media (max-width: 639px) {
  .calendar-caution-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.calendar-caution-item {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  aspect-ratio: 1/1;
}
.calendar-caution-list {
  font-size: 16px;
  font-family: var(--fot);
  color: #3997cd;
  font-weight: bold;
}
@media (max-width: 499px) {
  .calendar-caution-list {
    font-size: 13px;
  }
}

/* ====================================================
水族館入館料のご案内
==================================================== */
.price-table {
  line-height: 1.2;
  font-weight: bold;
  padding: 5.5rem 0;
}
@media (max-width: 834px) {
  .price-table {
    padding: 7rem 0 3rem;
  }
}
.price-table__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.price-table__title {
  background-color: #006B8F;
  color: var(--wh);
  font-family: var(--fot);
  padding: 2rem;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 834px) {
  .price-table__title {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .price-table__title {
    font-size: 16px;
  }
}
.price-table__title span {
  font-size: 16px;
}
@media (max-width: 834px) {
  .price-table__title span {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .price-table__title span {
    font-size: 12px;
  }
}
.price-table__content {
  background-color: var(--wh);
  border-radius: 0 0 20px 20px;
  padding: 4rem;
  overflow-x: scroll;
}
@media (max-width: 834px) {
  .price-table__content {
    padding: 2rem;
  }
}
.price-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 7px;
  letter-spacing: 1px;
}
@media (max-width: 834px) {
  .price-table table {
    width: 150%;
  }
}
.price-table caption {
  caption-side: bottom;
  color: #3997cd;
  font-size: 16px;
  text-align: left;
  margin-top: 4rem;
  margin-left: 11.5rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .price-table caption {
    margin-top: 2rem;
    margin-left: 5rem;
  }
}
@media (max-width: 834px) {
  .price-table caption {
    margin-top: 2rem;
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .price-table caption {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.price-table tr th:first-of-type {
  border-radius: 10px 0 0 10px;
  padding: 1rem 0;
}
.price-table tr.header th {
  padding: 2rem 0;
}
@media (max-width: 834px) {
  .price-table tr.header th {
    padding: 1.5rem 0;
  }
}
@media (max-width: 639px) {
  .price-table tr.header th {
    padding: 1rem 0;
  }
}
.price-table tr.first th {
  background-color: #FF868B;
}
.price-table tr.second th {
  background-color: #49DDE1;
}
.price-table tr.third th {
  background-color: #FBD244;
}
.price-table th {
  color: var(--wh);
  border-radius: 10px 10px 0 0;
  font-size: 22px;
}
@media (max-width: 834px) {
  .price-table th {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .price-table th {
    font-size: 16px;
  }
}
.price-table th span {
  font-size: 16px;
  display: block;
}
@media (max-width: 834px) {
  .price-table th span {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .price-table th span {
    font-size: 12px;
  }
}
.price-table th.--01 {
  background-color: #57B1E5;
}
.price-table th.--02 {
  background-color: #8F69E2;
}
.price-table th.--03 {
  background-color: #49DB6C;
}
.price-table th.--04 {
  background-color: #F9C74F;
}
.price-table td {
  color: var(--blk);
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
}
@media (max-width: 834px) {
  .price-table td {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .price-table td {
    font-size: 16px;
  }
}
@media (max-width: 499px) {
  .price-table td {
    font-size: 14px;
  }
}
.price-table td.--01 {
  background-color: #E3F5FF;
}
.price-table td.--02 {
  background-color: #F8E9FE;
}
.price-table td.--03 {
  background-color: #E5F8CA;
}
.price-table td.--04 {
  background-color: #F7F5B8;
}
.price-table th:first-child,
.price-table td:first-child {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 834px) {
  .price-table th:first-child,
  .price-table td:first-child {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 639px) {
  .price-table th:first-child,
  .price-table td:first-child {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
  }
}
@media (max-width: 834px) {
  .price-table th:not(:first-child),
  .price-table td:not(:first-child) {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}
.price-table .--small {
  display: block;
  font-size: 16px;
}
@media (max-width: 834px) {
  .price-table .--small {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .price-table .--small {
    font-size: 12px;
  }
}
.price-table .--small sup {
  font-size: 7px;
}
.price-table .colspan {
  color: #3997cd;
  font-size: 16px;
  text-align: left;
  padding-bottom: 1rem;
}
@media (max-width: 834px) {
  .price-table .colspan {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .price-table .colspan {
    font-size: 12px;
    padding-bottom: 0;
  }
}/*# sourceMappingURL=opening-hours.css.map */