@charset "utf-8";
h2 {
  font-size: 2.1rem;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.category-list__item {
  width: 32%;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.category-list__item a {
  border: 1px solid #9f9f9f;
  padding: 5px;
  font-size: 0.8rem;
  font-weight: 400;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.galleryBox {
  margin-bottom: 20px;
  position: relative;
  width: 47%;
}
.galleryBox a img {
  width: 100%;
}
.galleryBox .colTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #47454582;
  padding: 5px;
  color: #fff !important;
  font-size: 0.9rem;
  box-sizing: border-box;
  line-height: 1.4;
  font-weight: 500;
}
.galleryBox .imgBox, .singleCol .singlBox .galleryImg .img-wrap {
  width: 100%;
  overflow: hidden;
}
.galleryBox .imgBox img, .singleCol .singlBox .galleryImg .img-wrap img {
  transition: 1s all;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.galleryBox .imgBox img:hover, .singleCol .singlBox .galleryImg .img-wrap img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.galleryArea {
  margin: 50px auto 30px;
}
.category-list__item a.current {
  border: 1px solid #707070;
  background-color: #707070;
  color: #fff !important;
  padding: 5px;
  font-size: 0.8rem;
  font-weight: 500;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
/*single page*/
.singleCol {
  margin-bottom: 50px;
}
.singleCol .title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin: 30px 0 20px;
}
.singleCol .thImg img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.singleCol .main_text {
  margin: 30px auto;
  font-weight: 400;
}
.singleCol .singlBox .galleryImg {
  margin: 0 auto 50px;
      justify-content: space-evenly;
}
.singleCol .single_bottom_nav {
  margin: 50px auto;
}
.singleCol .single_bottom_nav p {
  width: 33%;
  text-align: center;
}
.singleCol .single_bottom_nav p a {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.singleCol {
  margin-bottom: 100px;
}
/*single page*/
@media screen and (max-width: 768px) {
  .singleCol .singlBox .galleryImg .img-wrap {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 3rem;
  }
  #main {
    width: 900px;
    margin: 72px auto 0;
  }
  #menu section {
    margin: 100px auto;
  }
  .breadcrumbsWrap span {
    font-size: 0.8rem;
  }
  .category-list__item a {
    transition: 0.3s all;
  }
  .category-list__item a:hover {
    color: #fff !important;
    border: 1px solid #707070;
    background-color: #707070;
  }
	#cateBox{
		margin: 50px auto;
	}
  .galleryArea .flexboxPC {
    justify-content: flex-start;
  }
  .galleryBox {
    margin-bottom: 50px;
    position: relative;
    width: 30%;
    margin-right: 4%;
  }
  .galleryBox:nth-of-type(3n) {
    margin-right: 0;
  }
  .singleCol {
    margin-bottom: 150px;
  }
  .singleCol .thumbnail {
    max-width: 700px;
    margin: 50px auto;
  }
  .singleCol .singlBox .galleryImg .img-wrap {
    width: 30%;
    margin: 30px 0;
    aspect-ratio: 1 / 1;
  }
  .singleCol {
    margin-bottom: 200px;
  }
}