@charset "utf-8";
/* CSS Document */
h1 {
  font-size: 2.0rem;
  margin: 0 auto;
  padding: 24px 34px 0px;
  color: #515151;
  font-weight: 500;
  position: relative;
}
h1::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 0px;
  right: 0px;
  background-color: #A5A5A5;
  height: 1px;
  width: 82%;
  margin: 0 auto;
}
.sec-gallery a {
  text-decoration: none;
}
.sec-gallery__list {
  margin: 0 auto;
}
/*.sec-gallery div {
 /*margin: 0 auto;-bottom
  margin: 26px auto;
  width: 300px;
}*/
.sec-gallery__img1, .sec-gallery__img2, .sec-gallery__img3, .sec-gallery__img4 {
  margin: 26px auto;
  width: 300px;
}
/*.sec-gallery p {
  padding: 13px 0 ;
}*/
.sec-gallery__img1 {
  background: url("../images/gallery/category/nihonga.jpg");
  width: 250px;
  height: 250px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  margin-bottom: 26px;
}
.sec-gallery__img2 {
  background: url("../images/gallery/category/bokusaiga.jpg");
  width: 250px;
  height: 250px;
  margin-top: 26px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
}
.sec-gallery__img3 {
  background: url("../images/gallery/category/suisaiga.jpg");
  width: 250px;
  height: 250px;
  margin-bottom: 26px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
}
.sec-gallery__img4 {
  background: url("../images/gallery/category/dessan.jpg");
  width: 250px;
  height: 250px;
  margin-bottom: 26px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  background-position: 58% 20%;
}
@media (min-width: 960px) {
  main {
    margin: 0 auto;
    padding: 0 50px;
  }
  h1 {
    font-size: 3.4rem;
    margin: 0 auto;
    padding: 46px 0 0;
    color: #515151;
    font-weight: 500;
    max-width: 1200px;
    position: relative;
  }
  h1::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
    background-color: #A5A5A5;
    height: 1px;
    width: 100%;
    margin: 0 auto;
  }
  .sec-gallery__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 110px 0;
    padding: 0 24px;
  }
  
  .sec-gallery__img1, .sec-gallery__img2, .sec-gallery__img3,.sec-gallery__img4 {
    margin: 20px;
  }
}