@charset "UTF-8";
.full { width: 100%; }
.d-inline { display: inline-block; }
.ar { text-align: right; }
.bg-gray {
    background: #d2d2d2 url(../access/img/bg_gray.jpg) no-repeat top center / 100% auto;
    position: relative;
    padding: 160px 0 0;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .bg-gray {
        background: #d2d2d2 url(../access/img/bg_gray_sp.jpg) no-repeat top center / 100% auto;
        padding: 60px 0 0;
    }
}
.access-inner {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
}
.headline .ttl {
    border-bottom: 1px solid #000;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    padding: 0 0 20px;
    margin: 0 0 30px;
}
.headline .ttl-small {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0 0 15px;
}
.headline .txt {
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1.7;
}
@media (max-width: 767px) {
    .headline .ttl {
        font-size: 23px;
    }
    .headline .ttl-small {
        font-size: 23px;
        letter-spacing: 0.01em;
    }
    .headline .txt {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
}

/* main-page */
.main-page {
    height: 370px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 150px 15px 100px;
}
.main-page .cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.main-page .cont .ttl {
    margin: 0 0 30px;
    text-align: left;
}
.main-page .cont .ttl img {
    height: 20px;
    width: auto;
}
.main-page .cont .txt {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.75;
}
@media screen and (max-width: 767px) {
    .main-page {
        height: 220px;
        padding: 50px 15px 30px;
        justify-content: flex-end;
    }
    .main-page .cont .txt {
        font-size: 15px;
    }
    .main-page .cont .ttl img {
        height: 26px;
    }
}

.img01 { margin: 100px 0 55px; }
.img02 {
    border-top: 1px solid #000;
    margin: 30px 0 70px;
    padding: 30px 0 0;
}
.img03 { overflow: hidden; }

.gallery-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    margin: 70px 0 110px;
}
.gallery-list .item {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.gallery-list .item:before {
    content: "";
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 1;
    transition: all 0.3s linear;
}
.gallery-list .item:hover::before {
    background: rgba(0,0,0,0.8);
}
.gallery-list .item img {
    position: relative;
    z-index: 0;
}
.gallery-list .item .ttl {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;    
    margin: 0;
}
.gallery-list .item .ttl img {
    width: auto;
    height: 50%;
    max-height: 264px;
}

.map-image {
    background: #fff;
    padding: 80px 0 100px;
}
.map-image .access-inner { max-width: 838px; }

.block-dark {
    background: #151f24;
    color: #fff;
    padding: 95px 0 100px;
}
.block-dark .block-list {
    width: 100%;
    max-width: 800px;
    margin: 45px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .gallery-list .item .ttl img {
        max-height: 160px;
    }
}
@media screen and (max-width: 767px) {
    .img01 {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .img01 .cap { padding-right: 5px; }
    .img02 {
        border-top: none;
        margin: 40px 0;
        padding: 0;
    }
    .gallery-list {
        grid-template-columns: repeat(2, 1fr);
        margin: 30px 0 40px;
        padding: 0 15px;
    }
    .map-image {
        padding: 40px 0;
    }
    .block-dark { padding: 40px 0; }
    .block-dark .block-list {
        grid-template-columns: auto;
        margin-top: 30px;
    }
    .block-dark .block-list .item:nth-child(1) { order: 2; }
    .gallery-list .item .ttl img {
        height: 184px;
        max-height: unset;
    }
    .gallery-list .item .ttl {
        /* top: 10px; */
        /* transform: translateY(0); */
    }
    .gallery-list .item .cap-image .cap {
        bottom: 2px;
        right: 3px;
    }
}

.img02-under {
    margin-top : 20px;
    background : #000;
    color : #fff;
    padding : 10px;
    font-size : 20px;
    text-align : center;
    margin-bottom : 10px;
}

.img02-under__note {
    font-size : 12px;
    text-align : center;
}

@media screen and (max-width: 767px) {
    .img02-under__note {
        text-align : left;
    }
}