.contents {
  margin-bottom: 0;
}

.cl-pink {
  color: #e95283;
}

.photo-list h2, .photo-list h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .photo-list h2, .photo-list h3 {
    margin-bottom: 20px;
  }
}
.photo-list h3 {
  margin-bottom: 20px;
}
.photo-list__theme-name {
  font-size: 2.4rem;
  font-weight: 600;
}
.photo-list .text-center {
  text-align: center;
  margin-bottom: 50px;
}
.photo-list .text-center .pc-none {
  display: none;
}
@media only screen and (max-width: 991px) {
  .photo-list .text-center .pc-none {
    display: block;
  }
}
.photo-list__list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .photo-list__list-box {
    display: block;
  }
}
.photo-list__list-box li {
  width: 31.6%;
  box-shadow: 0px 2px 8px #ddd;
  padding: 15px;
  margin: 22px 2.5% 0 0;
}
@media only screen and (max-width: 991px) {
  .photo-list__list-box li {
    width: 100%;
    margin: 50px 0 0 0;
  }
}
.photo-list__list-box li:nth-child(3n) {
  margin-right: 0;
}
.photo-list__list-box li:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .photo-list__list-box li:nth-child(-n+3) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .photo-list__list-box li:first-child {
    margin-top: 0;
  }
}
.photo-list__list-box li .photo-img {
  width: 100%;
  height: 350px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .photo-list__list-box li .photo-img {
    height: auto;
  }
}
.photo-list__list-box li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.photo-list__list-box li .photo-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.photo-list__list-box li .photo-nickname {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.photo-list__list-box li .photo-nickname a {
  color: #616066;
  text-decoration: underline;
}
.photo-list__list-box li .flex-text-box {
  display: flex;
}
.photo-list__list-box li .flex-text-box .district {
  margin-left: 20px;
}
.photo-list__list-box li .like-button {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.photo-list__list-box li .like-button img {
  margin-right: 5px;
  width: 25px;
}
.photo-list__list-box li .like-button .like-count {
  font-size: 1.8rem;
}

.activintroduction-back-list {
  text-align: center;
  margin-top: 25px;
}
.activintroduction-back-list a {
  color: #616066;
  border: 1px solid #616066;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.2s;
}
.activintroduction-back-list a:hover {
  transition: 0.2s;
  background-color: #616066;
  color: white;
}

.historyback-btn {
  text-align: center;
}
.historyback-btn a {
  border: 1px solid #616066;
  display: inline-block;
  padding: 15px 40px;
  color: #616066;
  transition: 0.2s;
}
.historyback-btn a:hover {
  background-color: #616066;
  color: white;
  transition: 0.2s;
}

.pager-box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pager-box .nav-links {
  display: flex;
  justify-content: center;
}
.pager-box .page-numbers {
  color: #616066;
  border: 1px solid;
  padding: 5px;
  margin: 0 5px;
  min-width: 40px;
  text-align: center;
}
.pager-box .page-numbers.current {
  background-color: #616066;
  color: white;
  opacity: 0.8;
}
.pager-box a {
  transition: 0.2s;
}
.pager-box a:hover {
  background-color: #e95283;
  border-color: #e95283;
  color: white;
  transition: 0.2s;
}
.pager-box .prev, .pager-box .next {
  display: none;
}

.theme-archive-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .theme-archive-links {
    margin-bottom: 50px;
    justify-content: center;
  }
}
.theme-archive-links li {
  width: 15%;
  margin: 0 10px;
}
@media only screen and (max-width: 991px) {
  .theme-archive-links li {
    width: 90%;
  }
}
.theme-archive-links li a {
  border: 1px solid #616066;
  color: #616066;
  padding: 10px 0;
  text-align: center;
  margin: 10px 0;
  font-size: 1.8rem;
  transition: 0.2s;
}
@media only screen and (max-width: 991px) {
  .theme-archive-links li a {
    padding: 15px;
  }
}
.theme-archive-links li a:hover {
  background-color: #616066;
  color: white;
  transition: 0.2s;
}

.archive-theme-title {
  font-size: 2rem;
  font-weight: 600;
  color: #e95283;
  text-align: center;
  margin: 40px 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .archive-theme-title {
    margin-top: 25px;
  }
}

a.pdf-list {
  color: #616066;
  transition: 0.2s;
}
a.pdf-list:hover {
  opacity: 0.6;
  transition: 0.2s;
}/*# sourceMappingURL=photo.css.map */