@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  margin: 0 auto;
  width: 100%;
}

table,
td,
th {
  border: 1px solid #E5E5E5;
  padding: 20px 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.top-wrapper {
  position: relative;
}

.top-inner {
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 240, 0.4)), url(image/suzuakane3.jpg);
  background-position: 50%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.top-title {
  font-size: 3rem;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
}

.second-title {
  margin-top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
}

.breadcrumbs-wrapper {
  background: #fdf0ec;
  width: 100%;
}

.breadcrumbs {
  width: 200px;
  padding-top: 30px;
  padding-left: 15vw;
  color: #1B224C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs a {
  color: #1B224C;
}

.breadcrumbs a :hover {
  color: #1B224C;
  text-decoration-line: underline;
}

.info {
  width: 1056px;
  max-width: 100%;
  background-size: cover;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  height: auto;
}
@media (min-width: 1040px) {
  .info {
    width: 100%;
  }
}

.info-title {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

.info-container {
  margin: 0 auto;
  width: 90%;
}

.info-inner {
  font-size: 1.6rem;
  display: flex;
  border-bottom: 1px solid #D5D5D5;
  height: 80px;
  margin: 0 auto;
}

.info-flex {
  height: auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-date {
  margin-left: 0;
  text-align-last: left;
}
@media (min-width: 740px) {
  .info-date {
    width: 100px;
  }
}

@media (min-width: 740px) {
  .br-none {
    display: none;
  }
}

.info-tag {
  width: 80px;
  height: auto;
  background: #ff6e6c;
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  padding: 5px 0;
}
@media (min-width: 740px) {
  .info-tag {
    font-size: 1.4rem;
    width: 80px;
  }
}

.info-name {
  width: 100%;
  height: auto;
  font-size: 1rem;
}
@media (min-width: 740px) {
  .info-name {
    font-size: 1.2rem;
  }
}

.info-text {
  max-width: 130px;
  margin-left: 10px;
  text-align: left;
  color: #333;
  text-decoration: #fff underline;
  text-underline-offset: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 740px) {
  .info-text {
    max-width: 500px;
  }
}
@media (min-width: 1040px) {
  .info-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: auto;
    width: 800px;
    max-width: 100%;
  }
}

.info-link :hover {
  color: #ff6e6c;
  text-decoration: #ff6e6c underline;
}

.pagination_block {
  list-style: none;
}

.activity-nav {
  text-align: center;
  border: none;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 740px) {
  .activity-nav {
    width: 100%;
  }
}

.page-numbers {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 20px 25px;
  color: #1B224C;
  border-radius: 50%;
  border: 1px solid #fcc;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media (min-width: 740px) {
  .page-numbers {
    flex-wrap: nowrap;
  }
}

ul.page-numbers {
  border: none;
}

.activity-nav .current {
  padding: 20px 25px;
  background: #ff6e6c;
  color: #ffffff;
}
.activity-nav .current :hover {
  opacity: 0.5;
}

.page-numbers .dots {
  background: transparent;
  box-shadow: none;
  border: none;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #1B224C;
  border: none;
}/*# sourceMappingURL=info.css.map */