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

/* ────────────────────── *
 *                                              *
 * メインビジュアル                             *
 *                                              *
 * ────────────────────── */

#mainvisual {
    clear: both;
    width: 100%;
    position: relative;
}
#mainvisual img {
    width: 100%;
    max-width: none;
}

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    padding: 120px 0 140px;
}

/* ────────────────────── *
 *                                              *
 * 地図                                         *
 *                                              *
 * ────────────────────── */

.contents #map {
    background: url("../../position/image/bg-map.png") repeat;
    padding: 100px;
    margin: 0 auto 70px;
}
.contents #map #gmap {
    width: 100%;
    height: 1000px;
    border: 10px solid #fff;
    box-sizing: border-box;
}

/* ────────────────────── *
 *                                              *
 * キャッチコピー                               *
 *                                              *
 * ────────────────────── */

.contents p#copy {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 60px;
}

/* ────────────────────── *
 *                                              *
 * ページネーション                             *
 *                                              *
 * ────────────────────── */

.contents ul#pagination {
    margin: 0 auto 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents ul#pagination li {
    width: 49.166666666666664%;
}
.contents ul#pagination li a {
    background: #c9caca;
    display: block;
    transition: all .2s;
}
.contents ul#pagination li a:hover {
    background: rgb(177,149,79);
    background: -moz-linear-gradient(left,  rgba(177,149,79,1) 0%, rgba(114,78,39,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    background: linear-gradient(to right,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1954f', endColorstr='#724e27',GradientType=1 );
}

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

.contents h2 {
    text-align: center;
    margin: 0 auto 70px;
}
.contents h3 {
    background: rgb(177,149,79);
    background: -moz-linear-gradient(left,  rgba(177,149,79,1) 0%, rgba(114,78,39,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    background: linear-gradient(to right,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1954f', endColorstr='#724e27',GradientType=1 );
    padding: 5px 0;
    margin: 0 auto 50px;
}
.contents h3 span {
    background: rgb(114,78,39);
    background: -moz-linear-gradient(left,  rgba(114,78,39,1) 0%, rgba(177,149,79,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(114,78,39,1) 0%,rgba(177,149,79,1) 100%);
    background: linear-gradient(to right,  rgba(114,78,39,1) 0%,rgba(177,149,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#724e27', endColorstr='#b1954f',GradientType=1 );
    display: block;
}
.contents h4 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.contents p.section-copy {
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 50px;
}

/* ────────────────────── *
 *                                              *
 * Flexbox                                      *
 *                                              *
 * ────────────────────── */

.contents .flexbox {
    margin: 0 auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents .flexbox.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contents .flexbox.end {
    margin: 0 auto 150px;
}
.contents .flexbox &gt; p {
    width: 590px;
    position: relative;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.contents .flexbox &gt; p span.caption {
    font-size: 10px;
    line-height: 1.5;
    text-align: right;
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
}
.contents .flexbox ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    flex-shrink: 0;
}
.contents .flexbox ul.centering {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contents .flexbox ul.half {
    width: 590px;
}
.contents .flexbox ul li {
    line-height: 1;
    color: #fff;
    background: #9f9d89;
    text-align: center;
    width: 285px;
    min-height: 240px;
}
.contents .flexbox ul.centering li {
    margin-left: 10px;
    margin-right: 10px;
}
.contents .flexbox ul li:nth-child(n+5) {
    margin-top: 20px;
}
.contents .flexbox ul li dl {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contents .flexbox ul li dl dt {
    font-size: 18px;
    font-feature-settings: "palt";
    width: 250px;
    padding-bottom: 5px;
    margin: 0 auto 5px;
    border-bottom: 1px solid #fff;
}
.contents .flexbox ul li dl dd {
    font-size: 13px;
}

/* ────────────────────── *
 *                                              *
 * 路線図                                       *
 *                                              *
 * ────────────────────── */

.contents #trainmap {
    margin: 0 auto 70px;
}

/* ────────────────────── *
 *                                              *
 * リニア新幹線                                 *
 *                                              *
 * ────────────────────── */

.contents #linear {
    padding: 99px;
    margin: 0 auto 70px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents #linear dl {
    width: 570px;
    flex-shrink: 0;
}
.contents #linear dl dt {
    font-size: 33px;
    line-height: 1.35;
    margin-bottom: 15px;
}
.contents #linear dl dd {
    font-size: 20px;
    line-height: 1.75;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
}
.contents #linear dl dd span {
    font-size: 14px;
}
.contents #linear dl dd p:nth-of-type(1) {
    margin-bottom: 20px;
}
.contents #linear dl dd p:nth-of-type(2) {
    margin-bottom: 5px;
}
.contents #linear dl dd p:nth-of-type(3) {
    font-size: 10px;
    line-height: 1.5;
}
.contents #linear figure {
    width: 380px;
    position: relative;
    flex-shrink: 0;
}
.contents #linear figure figcaption {
    position: absolute;
    left: -60px;
    top: -60px;
}

/* ────────────────────── *
 *                                              *
 * 高速アクセス                                 *
 *                                              *
 * ────────────────────── */

.contents #highway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contents #highway figure {
    width: 560px;
    flex-shrink: 0;
}
.contents #highway .txt {
    width: 600px;
    flex-shrink: 0;
}
.contents #highway .txt p {
    font-size: 20px;
    line-height: 1.75;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
}
.contents #highway .txt p:nth-of-type(1) {
    margin-bottom: 20px;
}
</pre></body></html>