@charset "UTF-8";
.root#eventDetail .article {
  /*pre animaton*/
  opacity: 0;
  transform: translateY(25px);
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
}

.root#eventDetail .article__date {
  margin-bottom: 10px;
  color: #c6a160;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .root#eventDetail .article__date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.root#eventDetail .article__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.66666666667;
  color: #003e72;
  margin-bottom: 30px;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

@media only screen and (max-width: 767px) {
  .root#eventDetail .article__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.root#eventDetail .article figure {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .root#eventDetail .article figure {
    margin-bottom: 50px;
  }
}

.root#eventDetail .article table {
  width: 100%;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .root#eventDetail .article table {
    margin-bottom: 50px;
  }
}

.root#eventDetail .article table tbody tr th, .root#eventDetail .article table tbody tr td {
  padding: 30px;
  border: 1px solid #dbdbdb;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .root#eventDetail .article table tbody tr th, .root#eventDetail .article table tbody tr td {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.root#eventDetail .article table tbody tr th {
  background-color: #f3f3f3;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .root#eventDetail .article table tbody tr th {
    width: 60px;
  }
}

.root#eventDetail .article table tbody tr td > a {
  text-decoration: underline;
}

.root#eventDetail .article table tbody tr td > a:hover {
  text-decoration: none;
}

.root#eventDetail .article__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.root#eventDetail .article__map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.root#eventDetail .article__pager {
  border-top: 1px dotted #003e72;
  padding-top: 20px;
  margin-top: 170px;
}

@media only screen and (max-width: 767px) {
  .root#eventDetail .article__pager {
    margin-top: 85px;
  }
}

.root#eventDetail .article.is-animated {
  opacity: 1;
  transform: translateY(0);
}
