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

@media only screen and (min-width: 0px) and (max-width: 640px) {

.contents {
    padding: 7.0rem 0;
}

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

.contents p#txt-intro {
    font-size: 2.8rem;
    margin-bottom: 4.0rem;
}
.contents h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
}
.contents #walkroute {
    width: 60.0rem;
    margin: 0 auto 4.0rem;
}
.contents #walkroute img {
    width: 10.2rem;
}
.contents ul#character {
    width: 56.0rem;
    max-width: 446px;
    margin: 0 auto 6.0rem;
    display: block;
}
.contents ul#character:before {
    content: none;
}
.contents ul#character li:first-child {
    margin-bottom: 4.0rem;
}
.contents ul#character li:first-child:before {
    content: none;
}
.contents ul#character li:last-child:before {
    content: none;
}

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

.contents p#zoom-notice {
    display: none;
}
.contents #map-detail span.zoomicon {
    display: none;
}
.contents #map-detail {
    width: 100%;
}
.contents p#mansionplaza {
    width: 60.0rem;
    margin: 0 auto 8.0rem;
}
.contents #btn-print {
    width: 19.6rem;
}


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