@charset 'utf-8';


/* photo-list */
.photo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photo-list li {
    margin-bottom: 55px;
    margin-left: 40px;

    width: 380px;
}

@media screen and (max-width: 1080px) {
    .photo-list li {
        margin-left: 2%;
        width: 49%;
    }
}

@media screen and (min-width: 768px) {
    .photo-list li:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .photo-list li {
        margin: 0 0 30px;
        width: 100%;
    }
}

.photo-list li .photo {
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .photo-list li .photo {
        margin-bottom: 10px;
        text-align: center;
    }
}

.photo-list li .photo img {
    max-width: 100%;
    height: auto;
}

.photo-list li .caption {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .photo-list li .caption {
        font-size: 1.4rem;
    }
}

#photos {
    padding-bottom: 60px;
}

#photos {
    display: none !important;
}

#access {
    padding-bottom: 100px;
}

.time-take {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
    color: #313131;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .time-take {
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 20px;
    }
}

.googlemap {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: 500px;
}

.map-notes {
    margin: 0 auto 10px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 180%;
}

#access a[target^="_blank"] {
    padding-left: 20px;
    color: #000;
    font-size: 1.4rem;
    line-height: 180%;
    background: url(../../common/img/icon_blank.png) no-repeat 0 7px;
    background: url(../../common/img/icon_blank.png) no-repeat 0 7px;
}

table tr td a {
    text-decoration: underline;
    transition: all .3s ease-in;
    color: blue;
}

table tr td a:hover {
    opacity: 0.7;
    text-decoration: underline !important;
}
