@charset "utf-8";
/* CSS Document */

* {
  word-break: normal;
}

/* 共通ページ */
.nav__menu a {
  padding: 16px 2em;
}
.title1 {
  font-size: 4em;
  letter-spacing: 0.05em;
}

@media all and (max-width: 1150px) {
  .title1 {
    font-size: 3em;
  }
}
@media all and (max-width: 800px) {
  .nav__menu li:last-child::after {
    height: 0;
  }
  .nav__menu a {
    padding: .5em 0;
  }
  .title1 {
    font-size: 2.5em;
    letter-spacing: 0;
  }
}

/* トップページ */
.top__about h2 {
  width: 100%;
  font-size: 4em;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
}

.swiper__calendar {
  margin: 0 auto;
  display: block;
}
.etc__link {
  padding-top: 3%;
}
.etc__link a {
  width: 35%;
  margin: 0 1.5%;
}
.etc__link-box {
  max-width: 350px;
  position: relative;
}
.etc__link-box::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 1em solid transparent;
  border-left: 1em solid #E21F39;
  top: 50%;
  right: -0.25em;
  margin-top: -1em;
}
.etc__link-box img {
    width: 25%;
    margin-right: 5%;
}
.etc__link-box img {
  margin-right: 3%;
}
.etc__link-box p {
  width: 72%;
  padding-top: .5em;
}
.etc__link-title {
  padding-top: 0;
}
.etc__link-title::after {
  border: none;
}

.top__news {
  padding: max(4%, 60px) 0 120px;
}
.top__news h2 img {
  width: 100%;
  max-width: 210px;
}

@media all and (max-width: 1150px) {
  .top__about h2 {
    font-size: 3em;
    padding-left: 0;
  }
}
@media all and (max-width: 800px){
  .top__about {
    background-color: #fff;
  }
  .top__about h2 {
    font-size: 2.5em;
    letter-spacing: 0;
  }
  .top__about h2 span {
    display: inline-block;
    line-height: 1em;
  }
  .top__about .button--white a {
    background-color: #E21F39;
    color: #fff;
  }

  .etc__link {
    padding-top: 0;
  }
  .etc__link a {
    margin: 0;
  }
  .etc__link-box {
    max-width: 320px;
    margin: 0 auto 25px;
  }
}
@media all and (max-width: 370px) {
  .etc__link-box {
    font-size: 0.9em;
  }
}

/* ABOUTページ */
.about__explain{
  margin-top: 0;
  padding-bottom: 5%;
}
.about__explain p {
  text-indent: 0;
}
@media all and (max-width: 800px){
  .about__explain{
    padding-bottom: 0;
  }
}

/* 検索ページ */
.search-form {
  padding-top: 0;
}
label.search__dd1 {
  min-width: 270px;
}

/* 詳細ページ */
.event__title--dl dt {
  font-weight: bold;
}
.event__title--dl dd {
  padding-left: 5em;
}
.event__intro {
  width: 100%;
  max-width: 850px;
}
.event__info dd a {
  text-decoration: underline;
}
.event-caution {
  text-indent: -1em;
  margin-left: 1em;
}
.info__dl {
  padding-top: 0;
  margin-top: 6%;
  border-top: 1px solid #000;
}
.info__dl dt {
  font-weight: bold;
}
.acf-map {
  margin-top: 0;
}
