﻿.main.tetsudo > .guide > .guide_title_div > h1::before {
    background: linear-gradient(90deg, rgba(0,0,128,0.8) 0px, rgb(0,0,128,0.8) 50%, rgba(0,0,128,0.3) 50%, rgba(0,0,128,0.3) 100%);
    }
.spot_name {
    text-align: left;
    }
.spot_name > a {
    color: rgb(40,40,40);
    font-weight: bold;
    }
.stn_start::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 20px;
    background: rgb(255,255,255);
    top: 0px;
    left: 11px;
    }
.stn_last {
    background-repeat: no-repeat;
    }
.kind_change {
    text-align: left;
    width: calc(100% - 10px);
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    }
.kind_change > div {
    position: relative;
    margin: 0px 10px 10px 10px;
    padding: 0px 5px 0px 5px;
    font-size: 13px;
    display: inline-block;
    /display:inline; 
    /zoom:1;
    }
.kind_change > div::before {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: 5px;
    top: 17px;
    left: -5px;
    }
.kind_change > .btn_local::before {
    background-color: gray;
    }
.change_button {
    width: 100%;
    margin: 0px 0px 10px 0px;
    }
.change_button > div {
    width: calc(100% / 2);
    border-top: 2px solid rgb(51,51,73);
    border-bottom: 2px solid rgb(51,51,73);
    padding: 5px 0px 5px 0px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    }
.map_space {
    width: calc(100% - 20px);
    margin: 0px 10px 0px 10px;
    height: 425px;
    z-index: 95;
    }
#mapid {
    z-index: 1;
    }
.map_space_inner {
    width: 100%;
    height: 100%;
    }
.map_spot_list {
    width: 280px;
    padding: 0px;
    background-color: white;
    }
.map_spot_list > dl {
    width: 280px;
    margin: 0px;
    padding: 0px;
    }
.map_spot_list > dl > dt {
    width: 260px;
    margin: 0px;
    padding: 5px 10px 2px 10px;
    border-bottom: 3px solid rgb(51,201,73);
    font-size: 16px;
    }
.map_spot_list > dl > dd {
    width: 270px;
    margin: 0px;
    padding: 5px 5px 2px 5px;
    font-size: 13px;
    }
.map_spot_list > dl > .map_norikae > .map_norikae_t {
    font-size: 10px;
    color: rgb(255,255,255);
    border: 1px solid rgb(51,51,72);
    background-color: rgb(251,151,51);
    padding: 1px;
    margin-right: 5px;
    }
.map_spot_list > dl > dd > .map_change_line {
    margin-right: 5px;
    }
.map_spot_list > dl > .map_shop {
    margin: 0px;
    padding: 8px 5px 2px 5px;
    font-size: 14px;
    font-weight: bold;
    }
.map_spot_list > dl > .map_shop > .text {
    width: 250px;
    padding: 5px 5px 0px 5px;
    margin: 0px;
    border-bottom: 2px dotted rgb(51,51,72);
    }
.map_spot_list > dl > .map_shop > .picture {
    width: 260px;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    border-bottom: 2px dotted rgb(51,51,72);
    }
.map_spot_list > dl > .map_shop > .picture > span {
    padding: 0px;
    top: 0px;
    left: 0px;
    background-color: rgb(251,251,232);
    }
.map_spot_list > dl > .map_shop > .picture > img {
    width: 240px;
    height: 135px;
    object-fit: cover;
    margin: 0px 10px 0px 10px;
    }
.spot_lists {
    background-color: white;
    position: relative;
    width: calc(100% - 24px);
    border: 2px solid rgb(51,51,52);
    text-align: left;
    vertical-align: top;
    margin: 10px 10px 30px 10px;
    padding: 0px 0px 0px 0px;
    }
.list_change {
    display: none;
    }
.station {
    position: relative;
    vertical-align: top;
    width: calc(100% - 0px);
    height: auto;
    font-size: 15px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    border-bottom: 2px solid rgb(153,153,153);
    background-color: rgb(255,255,255);
    }
.station:last-child {
    border-bottom: 0px dotted rgb(153,153,153);
    }
.station > .station_space {
    position: relative;
    vertical-align: top;
    background: rgb(255,255,255);
    }
.station > .station_space::before {
    position: absolute;
    content: "";
    width: 10px;
    height:10px;
    border-radius: 8px;
    top: 13px;
    left: 20px;
    background-color: rgb(105,105,108);
    border: 2px solid rgb(255,255,255);
    outline: 2px solid rgb(51,51,51);
    }
.station > .station_space > a > div {
    color: rgb(51,51,72);
    padding: 3px 0px 3px 35px;
    border-radius: 18px;
    background-color: rgba(225,155,251,0.1);
    border: 2px solid rgb(105,35,150);
    }
.station > .spot_infomation {
    display: inline-block;
    padding: 0px;
    }
.station > .spot_infomation > dl {
    padding: 10px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    }
.station > .spot_infomation > ul {
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
    }
.station > .spot_infomation > ul > li {
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
    }
.station > .spot_infomation > dl > dt {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    }
.station > .spot_infomation > .norikae_line > dt {
    padding: 2px 0px 2px 5px;
    margin: 0px 0px 8px 0px;
    font-size: 16px;
    color: rgb(5,51,51);
    border-left: 5px solid rgb(223,53,53);
    width: 150px;
    }
.station > .spot_infomation > dl > a {
    margin: 0px 15px 10px 0px;
    }
.station > .spot_infomation > dl > a > dd {
    position: relative;
    display: inline-block;
    padding: 3px 30px 2px 10px;
    margin: 0px 0px 20px 0px;
    color: rgb(51,51,51);
    line-height: 1;
    border: 2px solid rgb(53,53,53);
    }
.station > .spot_infomation > dl > a > dd::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 6px;
    right: 8px;
    border-top: 2px solid rgb(128,85,60);
    border-right: 2px solid rgb(128,85,60);
    }
.station > .spot_infomation > .line_type:empty {
    display: none;
    }
.station > .shuhen {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: calc(100%);
    }
.station > .shuhen:empty {
    height: 26px;
    }
.kind_change {
    text-align: left;
    width: calc(100% - 10px);
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    }
.kind_change > div {
    position: relative;
    margin: 0px 10px 10px 10px;
    padding: 0px 5px 0px 5px;
    font-size: 13px;
    display: inline-block;
    /display:inline; 
    /zoom:1;
    }
.kind_change > div::before {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: 5px;
    top: 17px;
    left: -5px;
    }
.kind_change > .btn_local::before {
    background-color: gray;
    }
.change_button {
    width: 100%;
    margin: 0px 0px 10px 0px;
    }
.change_button > div {
    width: calc(100% / 2);
    border-top: 2px solid rgb(51,51,73);
    border-bottom: 2px solid rgb(51,51,73);
    padding: 5px 0px 5px 0px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    }
.map_space {
    width: calc(100% - 20px);
    margin: 0px 10px 0px 10px;
    height: 425px;
    z-index: 95;
    }
#mapid {
    z-index: 1;
    }
.map_space_inner {
    width: 100%;
    height: 100%;
    }
.map_spot_list {
    width: 280px;
    padding: 0px;
    background-color: white;
    }
.map_spot_list > dl {
    width: 280px;
    margin: 0px;
    padding: 0px;
    }
.map_spot_list > dl > dt {
    width: 260px;
    margin: 0px;
    padding: 5px 10px 2px 10px;
    border-bottom: 3px solid rgb(51,201,73);
    font-size: 16px;
    }
.map_spot_list > dl > dd {
    width: 270px;
    margin: 0px;
    padding: 5px 5px 2px 5px;
    font-size: 13px;
    }
.map_spot_list > dl > .map_norikae > .map_norikae_t {
    font-size: 10px;
    color: rgb(255,255,255);
    border: 1px solid rgb(51,51,72);
    background-color: rgb(251,151,51);
    padding: 1px;
    margin-right: 5px;
    }
.map_spot_list > dl > dd > .map_change_line {
    margin-right: 5px;
    }
.map_spot_list > dl > .map_shop {
    margin: 0px;
    padding: 8px 5px 2px 5px;
    font-size: 14px;
    font-weight: bold;
    }
.map_spot_list > dl > .map_shop > .text {
    width: 250px;
    padding: 5px 5px 0px 5px;
    margin: 0px;
    border-bottom: 2px dotted rgb(51,51,72);
    }
.map_spot_list > dl > .map_shop > .picture {
    width: 260px;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    border-bottom: 2px dotted rgb(51,51,72);
    }
.map_spot_list > dl > .map_shop > .picture > span {
    padding: 0px;
    top: 0px;
    left: 0px;
    background-color: rgb(251,251,232);
    }
.map_spot_list > dl > .map_shop > .picture > img {
    width: 240px;
    height: 135px;
    object-fit: cover;
    margin: 0px 10px 0px 10px;
    }
.spot_lists {
    background-color: white;
    position: relative;
    width: calc(100% - 24px);
    border: 2px solid rgb(51,51,52);
    text-align: left;
    vertical-align: top;
    margin: 10px 10px 30px 10px;
    padding: 0px 0px 0px 0px;
    }
.list_change {
    display: none;
    }
.station {
    position: relative;
    vertical-align: top;
    width: calc(100% - 0px);
    height: auto;
    font-size: 15px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    border-bottom: 2px dotted rgb(153,153,153);
    background-color: rgb(255,255,255);
    }
.station:last-child {
    border-bottom: 0px dotted rgb(153,153,153);
    }
.station > .station_space::before {
    position: absolute;
    content: "";
    width: 10px;
    height:10px;
    border-radius: 8px;
    top: 16px;
    left: 20px;
    background-color: rgb(105,105,108);
    border: 2px solid rgb(255,255,255);
    outline: 2px solid rgb(51,51,51);
    }
.station > .station_space > a > div {
    color: rgb(51,51,72);
    padding: 3px 0px 3px 35px;
    border-radius: 20px;
    background-color: rgb(255,255,255);
    font-size: 18px;
    font-weight: 500;
    border: 2px solid rgb(105,35,150);
    }
.station > .spot_infomation {
    display: inline-block;
    width: calc(100% - 30px);
    padding: 0px;
    margin: 0px 0px 0px 30px;
    }
.station > .spot_infomation > dl {
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    }
.station > .spot_infomation > ul {
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
    }
.station > .spot_infomation > ul > li {
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
    }
.station > .spot_infomation > dl > dt {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    }
.station > .spot_infomation > .norikae_line > dt {
    padding: 2px 0px 2px 5px;
    margin: 0px 0px 8px 0px;
    font-size: 14px;
    color: rgb(5,51,51);
    border-left: 5px solid rgb(223,53,53);
    width: 150px;
    }
.station > .spot_infomation > dl > a > dd {
    position: relative;
    display: inline-block;
    padding: 3px 30px 2px 10px;
    margin: 0px 10px 10px 0px;
    color: rgb(51,51,51);
    line-height: 1;
    border: 2px solid rgb(53,53,53);
    }
.station > .spot_infomation > dl > a > dd::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 6px;
    right: 8px;
    border-top: 2px solid rgb(128,85,60);
    border-right: 2px solid rgb(128,85,60);
    }
.station > .spot_infomation > .line_type:empty {
    display: none;
    }
.station > .shuhen {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: calc(100%);
    }
.station > .shuhen:empty {
    height: 26px;
    }
        #map {
             width: 100%;
             height: 500px;
             z-index: 50;
             }

        /* ポップアップ内のdiv装飾（ここで自由にデザインできます） */
        .custom-popup {
            padding: 5px;
            font-family: sans-serif;
        }
        .popup-title {
            font-weight: bold;
            color: #004b9e;
            border-bottom: 2px solid #004b9e;
            margin-bottom: 5px;
        }
        .popup-content {
            font-size: 13px;
            line-height: 1.4;
        }
        .popup-img {
            width: 100%;
            height: auto;
            margin-top: 8px;
            border-radius: 4px;
        }
@media screen and (min-width:641px){
.station > .station_space {
    width: 25%;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    }
.station > .spot_infomation {
    display: inline-block;
    width: calc(74% - 40px);
    margin: 0px 0px 0px 30px;
    }
}
@media screen and (max-width:640px){
.station > .station_space {
    width: calc(100% - 40px);
    padding: 5px 5px 5px 5px;
    margin: 5px 20px 5px 5px;
    }
.station > .spot_infomation {
    width: calc(100% - 20px);
    margin: 0px 10px 0px 10px;
}
