/* external css: flickity.css */
/* 
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  } */
  
  /* body { font-family: sans-serif; } */
  
.gallery {
background: #EEE;
}
  
div[class^="gallery-cell"]{
    width: 740px;
    height: 400px;
    margin-right: 10px;
}

/* div[class^="gallery-cell"]::before{
    display: block;
} */

/* ↓TOPページのスライダーに画像を追加する場合はここに追記 */

.gallery-cell1::before{
    content: url("../img/TOP_bana-6.png");
}


.gallery-cell2::before{
    content: url("../img/TOP_bana-5.png");
}

.gallery-cell3::before{
    content: url("../img/TOP_bana-4.png");
}

.gallery-cell4::before{
    content: url("../img/TOP_bana-3.png");
}

.gallery-cell5::before{
    content: url("../img/TOP_bana-2.png");
}

.gallery-cell6::before{
    content: url("../img/TOP_bana-1.png");

}

.gallery-cell7::before{
    content: url("../img/TOP_bana-9.png");
}


/* ↑TOPページのスライダーに画像を追加する場合はここに追記 */
