@charset "utf-8";
.c-nav__access a,.c-nav__access a:hover {
    background: url("../common/images/nav-bg-fish@2x.png") right 35px bottom 12px/45px 28px no-repeat,url("../common/images/nav-bg-active@2x.png") center/122px 134px no-repeat;
}
.p-hero {
    background: url("images/hero-bg@2x.jpg") center/cover;
}


@media screen and (max-width: 900px) {
    .p-map iframe {
        height: 300px;
    }
}

.p-access {
    margin: 100px 0;
}

.p-address {
    text-align: center;
    margin: 60px 0;
}
.p-address__title {
    font-size: 1.5625rem;
    color: #006680;
    margin: 0;
}
.p-address__text {
    margin: 0;
    font-size: 1.125rem;
    color: #666666;
}
@media screen and (max-width: 900px) {
    .p-address__text {
        font-size: 1rem;
    }
}

.p-route-container {
    display: flex;
    justify-content: space-between;
}

.p-route {
    flex: 1;
    border: 3px dotted #53A0DD;
    margin-right: 20px;
    padding: 15px;
}
.p-route:last-child {
    margin-right: 20px;
}
.p-route__title {
    text-align: center;
    color: #53A0DD;
    font-size: 1.25rem;
    margin: 0 0 18px;
}
.p-route__time {
    background: #53A0DD;
    color: #fff;
    padding: 0 30px;
}
.p-route-list {
    list-style: none;
    padding: 0 30px;
}
.p-route-list__item {
    font-size: .875rem;
    color: #666666;
    padding-left: 1em;
    position: relative;
}
.p-route-list__item::before {
    content: "・";
    position: absolute;
    left: 0;
}
@media screen and (max-width: 900px) {
    .p-route-container {
        display: block;
    }
    .p-route {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}

.p-city {
    margin: 100px 0;
}
.p-city__title {
    margin-bottom: 60px;
}
.p-city__text {
    text-align: center;
    font-size: .875rem;
    color: #666666;
}
.p-city__img-caption {
    font-size: .75rem;
    color: #666666;
}
.p-city-textarea {
    margin-bottom: 70px;
}
.p-city-gallery {
    margin: -10px;
    overflow: hidden;
}
.p-city-gallery__img {
    width: 33.33%;
    padding: 10px;
    margin: 0;
    float: left;
}
.p-city-gallery__img:nth-child(3n+1) {
    clear: both;
}
@media screen and (max-width: 900px) {
    .p-city__title {
        margin-bottom: 40px;
    }
    .p-city-gallery {
        margin: -8px;
    }
    .p-city-gallery__img {
        width: 50%;
        padding: 8px;
    }
    .p-city-gallery__img:nth-child(3n+1) {
        clear: none;
    }
    .p-city-gallery__img:nth-child(2n+1) {
        clear: both;
    }
    .p-city-textarea {
        margin-bottom: 40px;
    }

}