
@media screen and (min-width:1367px) {
h1{
    margin-top: 150px;
    margin-bottom: 80px;
}

.sakuhinn{
    overflow: hidden;
  position:relative;
    width:32%;
    height: 450px;
    float: left;
    margin: 1.3% 1.3% 0 0 ;
}
.sakuhinn img:hover{
    cursor: pointer;
    filter: brightness(30%);
}
.sakuhinn a{
    text-decoration: none;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}
.sakuhinn span{
    position: absolute;
    left: 25px;
    top:350px;
    color: #fff;
    border-bottom: 2px solid #a40000;
    z-index: 999999999;
    opacity: 0;
}
.sakuhinn img {
    position: absolute;  
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: auto;
    height: 550px;
  }
  .galleryMain{
    margin: 50px 5% 0 5%;
}


}
@media screen and (min-width:376px) and ( max-width:1366px){
    h1{
        margin-top: 150px;
        margin-bottom: 80px;
    }
    
    .sakuhinn{
        overflow: hidden;
      position:relative;
        width:32%;
        /* height: 450px;    */
        float: left;
        margin: 1.3% 1.3% 0 0 ;
    }
    .sakuhinn img:hover{
        cursor: pointer;
        filter: brightness(30%);
    }
    .sakuhinn a{
        text-decoration: none;
        color: #fff;
        font-size: 120%;
        font-weight: bold;
        z-index: 2;
    }
    .sakuhinn span{
        position: absolute;
        left: 25px;
        top:210px;
        color: #fff;
        border-bottom: 2px solid #a40000;
        z-index: 1;
        opacity: 0;
    }
    .sakuhinn img {
        /* position: absolute;  
        top: 50%;
        left: 50%; */
        overflow: hidden;
        width: 100%;
        height: 100%;
        /* -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        overflow: hidden;
        width: auto;
        height: 550px; */
      }
      .galleryMain{
        margin: 50px 5% 0 5%;
    }
    
}