@charset "UTF-8";
/* CSS Document */



.galley{
  height: 300px;
  background-image: url("../images/gallery/nail002.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #363e37;
  margin-bottom:50px;
  background-color: #fff;
　width:100%; 
}
.galley h2{
  font-size: 3.0rem;
  color: #363e37;
  letter-spacing: 8px;
}
.galley h2 span{
  display: block;
  font-size:0.8rem;
  padding-top: 10px;
}
.top-bg{
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}


