<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * 見出し                                       *
 *                                              *
 * ────────────────────── */

.contents p#txt-intro {
    font-size: 22px;
    line-height: 1.6;
    color: #876926;
    text-align: center;
    margin-bottom: 40px;
}

/* ────────────────────── *
 *                                              *
 * 現地案内図                                   *
 *                                              *
 * ────────────────────── */

.contents p#zoom-notice {
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
    max-width: 1000px;
    margin: 0 auto 10px;
}
.contents #map-detail {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.contents #map-detail span.zoomicon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    pointer-events: none;
}
.contents #map-detail span.zoom {
    display: block;
}
.contents #btn-print {
    text-align: center;
    margin: 0 auto;
}

/* ────────────────────── *
 *                                              *
 * 狭域図                                       *
 *                                              *
 * ────────────────────── */

.contents #map-narrow {
    background: rgb(177,149,79);
    background: -moz-linear-gradient(-45deg,  rgba(177,149,79,1) 0%, rgba(114,78,39,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    background: linear-gradient(135deg,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1954f', endColorstr='#724e27',GradientType=1 );
    max-width: 1000px;
    padding: 80px;
    margin: 0 auto 150px;
    box-sizing: border-box;
}
.contents #map-narrow p#time {
    margin-bottom: 45px;
}
.contents #map-narrow h2 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background: #000;
    text-align: center;
    letter-spacing: 0.5em;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contents #map-narrow p.notice {
    font-size: 10px;
    line-height: 1.5;
    color: #fff;
    padding-top: 10px;
}
</pre></body></html>