/* --------------------------------------------------------------- */
/*  temporary */
/* --------------------------------------------------------------- */
#temporary {
}

#temporary .exhibition {
  margin-top: 6rem;
  @media screen and (max-width: 767px) {
    margin-top: 12rem;
  }
}

#temporary .inner02 {
  margin-top: 5.6rem;
  @media screen and (max-width: 767px) {
    margin-top: 3rem;
    width: 100%;
  }
}

#temporary .img-area {
  margin-top: 6.5rem;
  text-align: center;
  @media screen and (max-width: 767px) {
    margin-top: 3rem;
  }
  & img {
    width: 100rem;
    max-width: 100%;
  }
}

#temporary .note {
  margin-top: 4.1rem;
  text-align: center;
  line-height: 1.6;
  @media screen and (max-width: 767px) {
    margin-top: 2rem;
    text-align: left;
  }
}

/* --------------------------------------------------------------- */
/* schedule */
/* --------------------------------------------------------------- */
#schedule {
  margin-top: 11.2rem;
  padding-bottom: 12rem;
  background-color: var(--color-museum-bg);
  @media screen and (max-width: 767px) {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}

#schedule .inner {
}

#schedule .note {
  text-align: center;
  line-height: 1.6;
  @media screen and (max-width: 767px) {
    text-align: left;
  }
}

.schedule-wrapper {
  margin-top: 7.6rem;
  @media screen and (max-width: 767px) {
    margin-top: 3.6rem;
  }
}

.year-title {
  padding: 1rem 3rem;
  font-size: 2.8rem;
  line-height: 1.9;
  font-weight: 700;
  color: var(--color-white);
  border-radius: 0.4rem;
  background-color: var(--color-main02);
  @media screen and (max-width: 767px) {
    padding: 1rem 2rem;
    font-size: 2rem;
  }
}

.year-title.next-year {
  margin-top: 5.1rem;
  @media screen and (max-width: 767px) {
    margin-top: 3rem;
  }
}

.accordion-item {
  margin: 0 auto;
  max-width: 96rem;
  @media screen and (max-width: 767px) {
    width: 30.3rem;
  }
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.9;
  border-bottom: .1rem solid var(--color-line);
  cursor: pointer;
  @media screen and (max-width: 767px) {
    padding: 1.8rem 1.2rem;
    font-size: 1.8rem;
  }
  &::after {
    content: "";
    display: block;
    width: 4rem;
    aspect-ratio: 40/18;
    background: url(../../common/img/icon-arrow.svg) no-repeat center center/contain;
    filter: var(--color-main02-filter);
    transform: rotate(90deg);
    transition: all ease .5s;
  }
  @media (hover:hover) and (pointer: fine) {
    &:hover {
      opacity: 0.7;
    }
  }
}

.accordion-item.open .accordion-header::after {
  transform: rotate(270deg);
}

.accordion-content {
  display: none;
}
/* .accordion-item.open .accordion-content {
  display: block;
} */


.event-item {
  display: block;
  margin-left: 4.7rem;
  padding: 1.9rem 0 2.3rem;
  border-bottom: .1rem solid var(--color-line);
  @media screen and (max-width: 767px) {
    margin-left: 1.4rem;
  }
}

.event-date {
  line-height: 1.9;
}

.event-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  @media screen and (max-width: 767px) {
    font-size: 1.6rem;
  }
}

a.event-item .event-title {
  text-decoration: underline;
}

.event-note {
  line-height: 1.6;
}

/* --------------------------------------------------------------- */
/*  hole */
/* --------------------------------------------------------------- */
#hole {
}

#hole .inner {
}

#hole .common-title {
}

#hole .text-area {
  display: flex;
  justify-content: center;
}

#hole .text {
  display: inline-block;
  width: fit-content;
  line-height: 1.9;
}

#hole .table-wrapper {
  margin: 6.1rem auto 0;
  width: fit-content;
  @media screen and (max-width: 767px) {
    margin-top: 2.1rem;
    width: auto;
  }
}