h1	{
    background:url("../img/title_gallery_us.jpg");	/*コーナーごとに指定*/
    background-size: 100% auto;
    background-position: center;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}
li.item{
    position: relative;
    display: inline-block;
    border: solid 1px #a5b2a1;
    line-height: 0;
}
.lg-sub-html h4{
    text-align: center;
}
.caption    {
    display: none;
}

.place-menu li {
    line-height: 1.1;
    margin-bottom: 5px;
}
/*.popup-gallery li:before{
    content: "";
    display: block;
    padding-top: 100%;
}
 .popup-gallery img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
} */

@media screen and (min-width:1101px){

    li.item{
        width: 16%;
        margin-right: 17px;
        max-width: 152px;
        display: inline-block;
        margin-bottom: 15px;
    }
    li.item:nth-child(6n){
        margin-right: 0;
    }
}

@media screen and (max-width:1100px) and (min-width:751px){
    li.item{
        width: 15.7%;
        margin-right: 1%;
        margin-bottom: 20px;
        display: inline-block;
    }
    li.item:nth-child(6n){
        margin-right: 0;;
    }
}

@media screen and (max-width:750px){
    li.item{
        width: 23.5%;
        margin-right: 1.7%;
        margin-bottom: 20px;
        display: inline-block;
    }
    li.item:nth-child(4n){
        margin-right: 0;;
    }
}