<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 img {
    width: 100%;
}

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

.contents {
    padding: 100px 0 0;
    overflow: hidden;
}
.contents .inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
.contents .inner p.txt-intro {
    font-size: 26px;
    line-height: 1.9;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 120px;
}
.contents section#tokaido {
    font-weight: 600;
/*    background: url("../../access/image/bg-access.jpg") no-repeat center center / cover;*/
    background: linear-gradient(90deg, #e1d4a4 0%, #f0e5c9 50%, #e1d4a4 100%);
    padding: 90px 0 60px;
}
.contents section#tokaido .inner h3 {
    font-size: 38px;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 50px;
}
.contents section#tokaido .inner p#map {
    margin: 0 auto 30px;
}
.contents section#tokaido .inner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents section#tokaido .inner .flex p.txt {
    font-size: 22px;
    line-height: 1.6;
    text-align: justify;
    width: 500px;
}

.contents section.access#train {
    padding: 100px 0 80px;
}
.contents section.access#car {
    background: #f2f2ee;
    padding: 100px 0 50px;
}
.contents section.access .inner h4 {
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
    position: relative;
}

.contents section.access .flex {
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents section.access .flex .image {
    width: 540px;
}
.contents section.access .flex .txt {
    font-weight: 600;
    width: 500px;
}
.contents section.access .flex .txt dl dt {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -1px;
    font-feature-settings: "palt" 1;
    padding-left: 20px;
    margin-bottom: 20px;
/*    border-left: 2px solid #2badb8;*/
    border-left: 2px solid #9b8671;
    
}
.contents section.access .flex .txt dl dt span.color-blue {
    color: #2badb8;
    color: #9b8671;
}
.contents section.access .flex .txt dl dt span.small {
    font-size: 20px;
}
.contents section.access .flex .txt dl dt span.sub {
    font-size: 15px;
}
.contents section.access .flex .txt dl dt em {
    font-size: 50px;
    font-style: normal;
    color: #2badb8;
    color: #9b8671;
    display: inline-block;
    margin-top: -10px;
}
.contents section.access .flex .txt dl dt#jr-tomida em {
    margin-top: -40px;
}
.contents section.access .flex .txt dl dt strong {
    font-size: 28px;
    font-weight: 600;
}
.contents section.access .flex .txt dl dd {
    font-size: 16px;
    line-height: 1.4375;
    text-align: justify;
}
.contents section.access .flex .txt dl dd p.point {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.contents section.access #train-map {
    margin: 0 auto 80px;
}
.contents section.access #train-time {
    padding: 44px;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    background: #fff;
}
.contents section.access #train-time .txt {
    font-weight: 600;
    width: 480px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contents section.access #train-time .txt p.image {
    margin-bottom: 5px;
}
.contents section.access #train-time .txt dl dt {
    font-size: 20px;
}
.contents section.access #train-time .txt dl dd {
    font-size: 34px;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: -20px;
    margin-bottom: 30px;
    position: relative;
}
.contents section.access #train-time .txt dl dd em {
    font-size: 64px;
    font-style: normal;
    color: #2badb8;
    color: #9b8671;
}
.contents section.access #train-time .txt dl dd span.standard {
    font-size: 14px;
}
.contents section.access #train-time .txt dl dd span.sub {
    font-size: 14px;
    text-align: right;
    position: absolute;
    right: 105px;
    top: 100%;
}

/* ────────────────────── *
 *                                              *
 * カーアクセス                                 *
 *                                              *
 * ────────────────────── */

.contents section.access#car .flex {
    margin: 0 auto 60px;
}
.contents section.access#car .flex .image {
    width: 376px;
}
.contents section.access#car .flex .txt {
    width: 670px;
}
.contents section.access#car .flex .txt p {
    font-size: 30px;
    margin-bottom: 30px;
}
.contents section.access#car .flex .txt dl {
    width: 630px;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.contents section.access#car .flex .txt dl dt {
    font-size: 26px;
    padding-left: 0;
    margin-bottom: 10px;
    border-left: none;
}
.contents section.access#car .flex .txt dl dd {
    font-size: 26px;
    margin-bottom: 10px;
}
.contents section.access#car .flex .txt dl dd em {
    font-size: 50px;
    line-height: 1;
    color: #2badb8;
    color: #9b8671;
    font-style: normal;
}
.contents section.access#car .flex .txt dl dd span.small {
    font-size: 15px;
}

/* ────────────────────── *
 *                                              *
 * イラスト                                     *
 *                                              *
 * ────────────────────── */

.contents section.access#train .inner h4:after {
    content: "";
    background: #fff;
    width: 100vw;
    height: 74px;
    position: absolute;
    left: 100%;
    bottom: 0;
    opacity: 0;
}
.contents section.access#train .inner h4 .illust#illust-01 {
    position: absolute;
    left: 230px;
    bottom: -2px;
}
.contents section.access#train .inner h4 .illust#illust-02 {
    position: absolute;
    left: 680px;
    bottom: -30px;
    opacity: 0;
}
.contents section.access#car .inner h4:after {
    content: "";
    background: #f2f2ee;
    width: 100vw;
    height: 72px;
    position: absolute;
    left: 100%;
    bottom: 0;
}
.contents section.access#car .inner h4 .illust#illust-03 {
    position: absolute;
    left: 200px;
    bottom: 0;
}
.contents section.access#car .inner h4 .illust#illust-04 {
    position: absolute;
    left: 400px;
    bottom: -20px;
    opacity: 0;
}

.contents section.access .inner .h4_wrap {
    overflow: hidden;
    padding-top: 82px;
    margin-top: -82px;
}
@media screen and (max-width: 640px) {
    .contents section.access .inner .h4_wrap {
        padding-top: 1.8rem;
        margin-top: -1.8rem;
    }
}</pre></body></html>