#sub-page {
    padding: 80px 0 !important;
}

#church-list {
    row-gap: 112px;
    column-gap: 30px;
}
#church-list > li {
    position: relative;
}
#church-list .wrap:before {
    content: attr(data-no);
    position: absolute;
    top: 0;
    left: 10%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    white-space: nowrap;
    color: #FFF;
    font-weight: 800;
    z-index: 11;
    text-align: center;
    line-height: 65px;
    font-size: 2.1em;
}
#church-list > li:nth-of-type(2n-1) .wrap:before {
    background-color: #c4141b;
}
#church-list > li:nth-of-type(2n) .wrap:before {
    background-color: #ee5c0d;
}
#church-list > li:nth-of-type(3n) .wrap:before {
    background-color: #eea10d;
}
#church-list-wr .iframe-wrap {
    padding-bottom: 66.3% !important;
    background-color: #FFF;
}
#church-list-wr img {
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}
#church-list-wr .empty-image {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 74%;
    background-color: #F5F5F5;
}
#church-list-wr .empty-image:before {
    content: 'PREPARING';
    position: absolute;
    font-size: 14pt;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    color: #545454;
}
#church-list .info .church {
    color: #000;
    font-size: 2em;
    font-weight: 600;
    padding: 25px 0;
}
#church-list .wrap:hover .info .church {
    color: #000 !important;
}
#church-list .info .explain {
    font-size: 1.2em;
    color: #888;
}
#church-list .info .more {
    margin-top: 35px;
}

@media (max-width: 1100px) {
    #sub-page {
        padding: 50px 0 !important;
    }
}
@media (max-width: 950px) {
    #church-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    #sub-page dd .big3 {
        text-align: center;
    }
    #church-list-wr {
        padding: 0 10px;
    }
    #church-list {
        grid-template-columns: 1fr;
        row-gap: 80px;
    }
}