@charset "UTF-8";
#page-events-top .category-index {
  background-image: url(../img/events/top/main.jpg);
}
@media screen and (max-width: 767px) {
  #page-events-top .category-index {
    background-image: url(../img/events/top/main_sp.jpg);
    padding: 164px 20px 155px;
  }
}

.content-inner--s {
  padding: 0 19px;
}

.page-first-block .page-block-content p {
  text-align: center;
}
.page-first-block .page-block-content p a {
  color: inherit;
}

.this_month .table__wrapper {
  overflow: auto;
}
.this_month .table__wrapper .scroll-hint-icon {
  top: 12%;
}
@media screen and (max-width: 767px) {
  .this_month table {
    width: 800px;
  }
}
.this_month table thead tr th {
  background-color: transparent;
  border: none;
  position: relative;
  padding: 1em 1em 1.5em;
}
.this_month table thead tr th::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
  width: 90%;
  height: 1px;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.this_month table tbody tr th {
  white-space: nowrap;
  background-color: #f1eada;
}
@media screen and (max-width: 767px) {
  .this_month table tbody tr th {
    width: 50px;
  }
}
.this_month table tbody tr td {
  background-color: transparent;
  text-align: left;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.this_month table tbody tr td a {
  text-decoration: underline;
  color: #007aff;
}
.this_month table tbody tr td a:visited {
  color: #492583;
}
.this_month table tbody tr td a:hover {
  text-decoration: none;
}
.this_month table tbody tr .time {
  padding-right: 0.7em;
  padding-left: 0.7em;
  background-color: #f4f2ee;
}
@media screen and (max-width: 767px) {
  .this_month table tbody tr .time {
    width: 80px;
  }
}
.this_month table tbody tr .houyou {
  width: 184px;
  text-align: left;
  background-color: #fff;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.this_month table tbody tr .place {
  width: 230px;
  text-align: left;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .this_month table tbody tr .gaiyou {
    width: 350px;
  }
}

.scroll-hint-icon-wrap::before {
  display: none;
}

.annual__group {
  margin-bottom: 16px;
}
.annual__group:last-child {
  margin-bottom: 0;
}
.annual__info {
  background-color: #fff;
  padding: 28px 36px;
}
.annual__text {
  font-size: 1.0625rem;
  margin-bottom: 8px;
}
.annual__link {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .annual__link {
    flex-flow: column;
  }
}
.annual__link a {
  border: solid 1px #050101;
  min-width: 245px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.annual thead tr th {
  width: 220px;
}
.annual tbody tr th {
  text-align: left;
  background-color: #f5f2ee;
  width: 26%;
}
.annual tbody tr td:nth-of-type(1) {
  width: 490px;
  text-align: left;
}
.annual tbody tr td:nth-of-type(2) {
  width: 380px;
  text-align: left;
}
.annual tbody tr td a {
  text-decoration: underline;
  color: #007aff;
}
.annual tbody tr td a:visited {
  color: #492583;
}
.annual tbody tr td a:hover {
  text-decoration: none;
}

.daikokudo__about {
  background-color: #fff;
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .daikokudo__about {
    padding: 16px;
  }
}
.daikokudo__about h3 {
  font-size: 1.25rem;
  padding: 10px 24px;
  background-color: #f1eada;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  width: 356px;
}
@media screen and (max-width: 767px) {
  .daikokudo__about h3 {
    width: auto;
  }
}
.daikokudo__img {
  padding: 80px 156px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .daikokudo__img {
    padding: 16px;
  }
}
.daikokudo__aboutText {
  margin-top: 22px;
}
.daikokudo__aboutText a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .daikokudo__aboutText a {
    pointer-events: all;
  }
}
.daikokudo__text {
  margin-bottom: 26px;
}
.daikokudo__img img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}