@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
.introduction {
  width: min(90%, 960px);
  margin: auto;
}
@media (width <= 480px) {
  .introduction {
    padding-top: 55px;
    padding-bottom: 55px;
    padding: 11.4583333333vw 0;
  }
}
.introduction img {
  width: 100% !important;
}
.introduction_area {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
}
@media (width <= 640px) {
  .introduction_area {
    grid-template-columns: 1fr;
  }
}
@media (width <= 480px) {
  .introduction_area {
    gap: 8.3333333333vw;
  }
}
.introduction_area .info_photo {
  width: 200px;
  height: 100%;
  margin: auto;
}
@media (width <= 480px) {
  .introduction_area .info_photo {
    width: 60%;
  }
}
.introduction_area .info_area .news_logo {
  font-family: "Cinzel", serif;
  text-align: left;
  font-size: 24px;
}
@media (width <= 480px) {
  .introduction_area .info_area .news_logo {
    font-size: 5vw;
    text-align: center;
  }
}

.information {
  margin-top: 20px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #9fa0a0;
}
@media (width <= 480px) {
  .information {
    margin-top: 4.1666666667vw;
  }
}
.information dl {
  color: #ba8035;
  border-bottom: 1px solid #9fa0a0;
}
.information dl dt {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: start;
  font-size: 14px;
  line-height: 26px;
  padding: 0.75em 0;
  position: relative;
  cursor: pointer;
}
@media (width <= 480px) {
  .information dl dt {
    font-size: 2.9166666667vw;
    line-height: 5.4166666667vw;
  }
}
.information dl dt::before {
  display: block;
  content: "";
  position: absolute;
  right: 14px;
  top: 23px;
  width: 20px;
  height: 1px;
  background: #5185c5;
}
@media (width <= 480px) {
  .information dl dt::before {
    top: 4.7916666667vw;
    right: 1.6666666667vw;
    width: 4.1666666667vw;
  }
}
.information dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 14px;
  width: 20px;
  height: 1px;
  background: #5185c5;
  transition: all 0.4s;
  transform: rotate(90deg);
}
@media (width <= 480px) {
  .information dl dt::after {
    top: 4.7916666667vw;
    right: 1.6666666667vw;
    width: 4.1666666667vw;
  }
}
.information dl dt .date {
  width: 100px;
  font-size: 12px;
  color: #808080;
  padding-left: 14px;
  line-height: 26px;
}
@media (width <= 480px) {
  .information dl dt .date {
    width: 20.8333333333vw;
    font-size: 2.5vw;
    padding-left: 2.9166666667vw;
    line-height: 5.4166666667vw;
  }
}
.information dl dt .info_title {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.information dl dt.open {
  border: none;
}
.information dl dt.open::after {
  transform: rotate(0deg);
  opacity: 0;
}
.information dl dd {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: start;
  font-size: 14px;
  line-height: 26px;
  padding: 0 0 1em 0;
  display: none;
  padding-left: 100px;
}
.information dl dd a {
  text-decoration: underline;
}
@media (width <= 480px) {
  .information dl dd {
    font-size: 2.9166666667vw;
    line-height: 5.4166666667vw;
    padding-left: 20.8333333333vw;
  }
}
.information dl dd .info_copy {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.information dl dd .info_timetable {
  margin-top: 0.75em;
}
.information dl dd .info_timetable ul {
  display: grid;
  grid-template-columns: auto repeat(5, auto);
  border: solid #7f8080;
  border-width: 1px 0 0 1px;
  max-width: 550px;
}
.information dl dd .info_timetable ul li {
  text-align: center;
  color: #000;
  border: solid #7f8080;
  border-width: 0 1px 1px 0;
  font-size: 18px;
  line-height: 2.5;
}
@media (width <= 480px) {
  .information dl dd .info_timetable ul li {
    font-size: 3.75vw;
  }
}
.information dl dd .info_timetable ul li.days {
  font-size: 14px;
  list-style: 2;
}
@media (width <= 480px) {
  .information dl dd .info_timetable ul li.days {
    font-size: 2.9166666667vw;
  }
}
.information dl dd .info_timetable ul li.days span.blue {
  color: #1163aa;
}
.information dl dd .info_timetable ul li.schedule span.red {
  color: #e7211a;
}
.information dl dd.open {
  display: block;
}/*# sourceMappingURL=info.css.map */