<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 {
    padding: 200px 0 150px;
    margin: 0 auto;
}

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

.contents p#txt-intro {
    font-size: 25px;
    line-height: 1.6;
    color: #727171;
    text-align: center;
    margin-bottom: 70px;
}
.contents h2 {
    font-size: 20px;
    line-height: 1.6;
    color: #2badb8;
    color: #9b8671;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 25px;
}

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

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

.contents ul#character {
    width: 900px;
    margin: 0 auto 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents ul#character:before {
    content: "";
    background: rgba(114, 113, 113, 0.5);
    width: 1px;
    height: 96px;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.contents ul#character li {
    position: relative;
}
.contents ul#character li:first-child:before {
    content: "";
    background: rgba(114, 113, 113, 0.5);
    width: 1px;
    height: 96px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contents ul#character li:last-child:before {
    content: "";
    background: rgba(114, 113, 113, 0.5);
    width: 1px;
    height: 96px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.contents p#mansionplaza {
    width: 900px;
    margin: 0 auto 80px;
}
.contents #btn-print {
    text-align: center;
    margin: 0 auto;
}

</pre></body></html>