@charset "UTF-8";
/* CSS Document */
.body {
  background-color: #FFFFFF;
}
.section-gallery_toptitle h2 img {
  height: 195px;
  object-fit: cover;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media(max-width:1160px) {
  .section-gallery_toptitle h2 img {
    height: 95px;
  }
}
.section-gallery_toptitle img {
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  position: relative;
}
@media (max-width:1160px) {
  .section-gallery_toptitle img {
    height: 350px;
    max-height: auto;
    margin-bottom: 0px;
    object-position: center;
  }
}
.section-gallery_toptitle h3 {
  position: absolute;
  font-size: 4.0rem;
  font-family: "Times";
  color: #FFF;
  font-weight: 200;
  text-align: center;
  justify-content: center;
  top: 668.474px;
  width: 100%;
}
@media(max-width:1160px) {
  .section-gallery_toptitle h3 {
    font-size: 2.0rem;
    letter-spacing: normal;
    width: 100%;
    top: 320px;
  }
}
.section-gallery_images img {
  border-width: 4px;
  border-color: rgb(236, 219, 219);
  border-style: solid;
  background-color: rgb(114, 96, 96);
  width: 376px;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
  object-position: 40% 60%;
  cursor: pointer;
  user-select: none;
  opacity: 0.7;
}
.hover_column ul li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
}
@media(max-width:1160px) {
  .section-gallery_images img {
    height: 320px;
    width: 250px;
    opacity: 1;
  }
}
@media(max-width:780px) {
  .section-gallery_images img {
    height: 200px;
    width: 156px;
    opacity: 1;
  }
}
@media(max-width:375px) {
  .section-gallery_images img {
    height: 180px;
    width: 120px;
    opacity: 1;
  }
}
.section-gallery_images ul {
	padding-top: 60px;
  padding-bottom: 60px;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: center;
}
@media(max-width:480px) {
  .section-gallery_images ul {
    grid-template-columns: auto auto;
    padding-bottom: 30px;
  }
}
/**
.section-gallery_pagination-digits {
  display: inline-block;
  text-align: center;
  justify-content: center;
  padding: 0 140px;
}
@media(max-width:1160px) {
  .section-gallery_pagination-digits {
    padding: 0 24px;
    margin: 0 auto;
  }
}
.pagination {
  font-size: 1.8rem;
  font-family: "Kozuka Gothic Pr6N";
  font-weight: 100;
  color: #888888;
}
@media(max-width:1160px) {
  .pagination {
    font-size: 1.6rem;
  }
}
.pagination__list {
  display: inline;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media(max-width:1160px) {
  .pagination__list {
    margin-bottom: 80px;
  }
}
.pagination__list li {
  margin-left: 20px;
  list-style: none;
  cursor: pointer;
}
.pagination__list a {
  color: inherit;
  text-decoration: none;
  background-color: #efeff1;
  padding: 8px 16px;
  border-radius: 5px;
}
.pagination a.selected {
  background-color: #24a0ed;
  color: #FFF;
}
.pagination a:hover:not(.active) {
  background-color: #24a0ed;
  color: #FFF;
}
.pagination__list a span {
  height: 20px;
}
.pagination a.arrow-left, .arrow-right {
  font-size: 1.8rem;
}
@media(max-width:1160px) {
  .pagination__list li {
    margin-left: 8px;
  }
  .pagination__list a {
    padding: 4px 8px;
  }
  .pagination__list a span {
    height: 18px;
  }
}
**/
.more_button {
  background-color: #56a3e7;
  padding: 10px 35px;
  margin-bottom: 120px;
  color: #fff;
  font-size: 2.4rem;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	
}
.more_button small span {
  margin-left: 5px;
}
.more_button a {
  text-decoration: none;
  color: inherit;
}
.more_button:hover {
  background-color: #1663be;
}