.omujowaku_gallery{
    background-color: #fbb4c3;
    height: auto;
    padding: 1rem 0;
}
.cf{        
    margin:1rem auto;
    display:flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 50%;
    background-color: white;
    padding:1rem;
    margin-bottom: 3rem;
}
.cf_item {
    width: 100%;
}
h1.omujo_gallery_name {
    width: 20rem;    
    margin:1rem auto;
    position: relative;
    overflow: hidden;
    padding: 0rem 2rem 0rem 130px;
    border: 3px solid #f66195;
    font-size:3rem;
    background-color: white;
}

h1.omujo_gallery_name:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 220px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #f66195;
}

h1.omujo_gallery_name span {
  /*font-size: 40px;
  font-size: 4rem;*/
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 0px;
  padding-left: 15px;
  color: #fff;
}
@media screen and (max-width: 480px) {
    .cf{        
        width: 95%;
    }    
}


/* swiper */
.swiper{
    background-color: white;
    width:100%;
}
.swiper-slide img{        
        width:100%;
}