<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.group {
    clear: both;
    border: solid 5px #d5eeff;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 20px;
}

.group:first-child {
    margin-top: 0;
}

.group h1 {
    color: #007aec;
    border-bottom: solid 2px #007aec;
    font-size: 157%;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.group p {
    font-size: 16px;
    line-height: 1.75;
}

#second #footer_grp {
    margin-top: 80px;
}


/*
---------------------------------------
index.html
---------------------------------------
*/

#contents&gt;h1 {
    text-align: center;
}

#contents&gt;h1 a {
    display: block;
    background: url(../../../img/useful/move/bg_page_head.jpg) no-repeat 50% 0;
    border-radius: 20px 20px 0 0;
    min-height: 160px;
}

#contents&gt;h1 span {
    display: block;
    color: #fff;
    font-size: 25px;
    background: #007aec;
    border-radius: 0 0 20px 20px;
    padding: 15px 0 10px;
    letter-spacing: 0.2em;
}

.group&gt;section {
    overflow: hidden;
    margin-bottom: 20px;
}

.group&gt;section h2 {
    background: #007aec;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

#area_map {
    border: #d5eeff solid 5px;
    border-radius: 10px;
    position: relative;
    height: 440px;
    box-sizing: border-box;
    margin-top: 20px;
}

#area_map:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../img/useful/map.gif) no-repeat 50% 0;
    background-size: 810px 100%;
    height: 430px;
    width: 100%;
    z-index: -1;
}

#area_map div {
    position: absolute;
    line-height: 0;
}

#area_map div a {
    display: block;
    font-size: 16px;
    color: #fff;
    background: #007aec;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 5px;
    border: #007aec solid 2px;
}

#area_map div a:hover {
    color: #007aec;
    background: #fff;
}

#area01 {
    top: 8%;
    left: 20.5%;
}

#area02 {
    top: 38.5%;
    left: 15%;
}

#area03 {
    top: 27%;
    left: 81.5%;
}

#area04 {
    top: 51.5%;
    left: 76%;
}

#area05 {
    top: 7%;
    left: 62.5%;
}

#area06 {
    top: 87.5%;
    left: 39%;
}

#area07 {
    top: 55%;
    left: 12%;
}

#area08 {
    top: 75%;
    left: 81%;
}

#area09 {
    top: 46%;
    left: 27.5%;
}

#area10 {
    top: 92.5%;
    left: 7.5%;
}

#area11 {
    top: 20%;
    left: 37%;
}

#area12 {
    top: 49%;
    left: 39.5%;
}

#area13 {
    top: 21%;
    left: 68%;
}

#area_list {
    overflow: hidden;
}

#area_list li {
    float: left;
    width: 25%;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 25px;
}

#area_list li a {
    font-size: 16px;
    color: #007aec;
}

#area_list li:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #007bff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

#area_list li:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
}


/*
---------------------------------------
each area
---------------------------------------
*/

#contents&gt;h1 span small {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.each_area {
    line-height: 1.75 !important;
}

.station {
    overflow: hidden;
    margin-bottom: 20px;
}

.station figure {
    line-height: 0;
    width: 300px;
    float: left;
}

.station ul {
    padding-left: 320px;
    font-size: 16px;
}

.area_data {
    position: relative;
    min-height: 160px;
}

.area_data:last-of-type {
    margin-bottom: 0 !important;
}

.area_data h3 {
    font-size: 22px;
    /*font-weight: bold;*/
    color: #007aec;
    padding-left: 220px;
}

.area_data h3.noimg {
    padding-left: 0px;
}

.area_data p {
    padding-left: 220px;
}

.area_data figure {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}

.area_data .to_gmap {
    float: right;
}

.area_data .to_gmap a {
    font-size: 15px;
    color: #007aec;
    position: relative;
    padding-left: 22px;
}

.area_data .to_gmap a:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #007bff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.area_data .to_gmap a:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
}

.area_data ul {
    padding-left: 220px;
}

.area_data ul.noimg {
    padding-left: 0px;
}

.area_data ul li {
    font-size: 16px;
}

.areas {
    margin-top: 35px;
}

.areas li {
    display: inline-block;
    position: relative;
    margin-right: 0.5em;
    font-size: 16px;
}

.areas li:before {
    content: "|";
    margin-right: 0.5em;
}

.areas li:last-child:after {
    content: "|";
    margin-left: 0.5em;
}

.areas li a {
    font-size: 16px;
    color: #007aec;
    text-decoration: underline;
}

.areas li a:hover {
    text-decoration: none;
}

.area_btn {
	background: #ddefff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.search {
    width: 400px;
    height: 50px;
    line-height: 46px;
    margin: 20px auto 30px;
    font-size: 19px;
}

.search a::after {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -14px;
    background: url(../../../common/img/ico_search02.gif) no-repeat 0 0;
	
    background-size: 100% auto;
}



@media screen and (max-width: 1130px) {
    #area_list li {
        width: 33.33333%;
    }
    .area_data .to_gmap {
        float: none;
        display: block;
        text-align: right;
    }
}

@media screen and (max-width: 1110px) {
    #area03 {
        top: 25%;
    }
}

@media screen and (max-width: 1030px) {
    #area_map {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    #second #side {
        margin: 40px 0 0 0;
    }
}

@media (max-width: 768px) {
    #page_ttl_bg {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .group&gt;section figure {
        float: none !important;
        margin-top: 10px;
    }
    .group&gt;section&gt;div {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .group&gt;section figure img {
        display: block;
        width: 100%;
    }
    #area_list li {
        width: 50%;
    }
    .station figure {
        width: auto;
        float: none;
        margin-bottom: 15px;
    }
    .station figure img {
        display: block;
        width: 100%;
    }
    .station ul {
        padding-left: 0;
    }
    .area_data figure {
        position: static;
    }
    .area_data h3,
    .area_data p,
    .area_data ul {
        padding-left: 0;
    }
}

@media (max-width: 500px) {
    #contents&gt;h1 {
        padding: 0 2%;
        position: relative
    }
}

@media (max-width: 400px) {
    .group {
        padding: 2%;
    }
    .group h1 {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    #contents&gt;h1 {
        padding-top: 25px;
    }
    .group&gt;section h2 {
        padding: 10px;
        margin-bottom: 10px;
    }
    #area_list li {
        width: 100%;
        float: none;
    }
    .station figure {
        margin-bottom: 5px;
    }
    .area_data h3 {
        line-height: 1.3;
    }
    .area_data figure {
        margin-top: 0 !important;
    }
    .area_data {
        margin-bottom: 30px !important;
    }
}
</pre></body></html>