@charset "UTF-8";
.intro {
    margin-bottom: 70px;
}
.intro_text {
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}

.mapBox {
    background-color: #F7FBFF;
    border-radius: 8px;
    padding: 28px;
}
.map_List:not(:last-of-type) {
    margin-bottom: 16px;
}
.mapBox_titleWrap {
    align-items: center;
    display: flex;
    margin-bottom: 12px;
}
.mapNo {
    align-items: center;
    background-color: #053FB3;
    border-radius: 50%;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 33px;
    height: 48px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    width: 48px;
}
.mapBox_title {
    color: #053FB3;
    font-size: 28px;
}
.mapBox_cols {
    display: flex;
    justify-content: space-between;
}
.mapBox_col-no1 {
    width: 31.4%;
}
.mapBox_col-no2 {
    width: 65.8%;
}
.mapBox_image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 8px;
}
.mapInfo_table {
    margin-bottom: 10px;
}
.map_url {
    margin-bottom: 10px;
}
.voice_link {
    padding: 2px 0;
    text-align: right;
}
.voice_link a {
    color: #053FB3;
}

/* .pdf {
    border: 1px solid #ebe2c4;
    border-radius: 8px;
    margin-top: 50px;
    padding: 20px;
}
.pdf_cols {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.pdf_cols::after {
    content: "";
    display: block;
    clear: both;
}
.pdf_col-no1 {
    margin-right: 20px;
}
.pdf_link > a::before {
    content: "";
}
.pdf_link > a::after {
    content: "";
}
.pdf_text {
    font-size: 14px;
}
.map_link {
    margin-top: 60px;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
}
.map_link > a::before {
    content: "";
}
.map_link > a::after {
    content: "";
}
.map_hr {
    display: block;
    margin: 50px 0;
    height: 1px;
    width: 100%;
    border: none;
    background: #ebe2c4;
    box-shadow: 0 1px 0 #fff;
} */
.intro_map > svg {
    display: block;
    width: 648px;
    height: 524px;
    margin: 0 auto;
}
.st0 {
    fill: #ccccce;
}
.st1 {
    fill: #F9EC95;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.st2 {
    fill: #e5f291;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.st3 {
    fill: #755124;
}
.st4 {
    fill: #17804c;
}
.st5 {
    fill: #FFFFFF;
}
.st6 {
    fill: #9ae8d7;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.st7 {
    fill: #C28FCC;
}
.st8 {
    fill: #a7eba8;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.st9 {
    fill: #83CF4D;
}
.st10 {
    fill: #caed9a;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.st11 {
    fill: #78BCF5;
}
.cityLinks {
    background-image: linear-gradient(90deg, #755125 0%, #fff 50%);
    background-size: 2px 1px;
    background-position: left top;
    background-repeat: repeat-x;
    margin-top: 25px;
    padding-top: 20px;
}
.cityLinks_title {
    font-size: inherit;
    line-height: 1.2;
    margin-bottom: 5px;
}
.cityLinks_list {
    list-style: none;
}
.cityLinks_list::after {
    content: "";
    display: block;
    clear: both;
}
.cityLinks_list > li > a::before {
    content: "";
}
.cityLinks_list > li > a::after {
    content: "";
}
.cityLinks_list > li > a > .icon {
    margin: 0 5px;
    font-size: 14px;
}
.no_pdf {
    background-color: #ebe2c4;
    line-height: 1.2;
    padding: 10px 15px;
}
@media screen and (min-width:1000px) {
    .mapList_list > li > a:hover {
        opacity: 1;
    }
    .intro_map > svg a:hover {
        opacity: .8;
    }
}
@media screen and (max-width:999px) {
    .intro_title > b {
        font-size: 22px;
    }
    .mapList_city {
        font-size: 16px;
        line-height: 28px;
    }
    .mapList_headline {
        font-size: 14px;
        padding-left: 12px;
    }
    .mapList_headline::before {
        width: 6px;
        height: 6px;
    }
    .mapList_menuList > li {
        height: 24px;
        font-size: 12px;
    }
    .mapList_link {
        height: 40px;
    }
    .intro_map {
        padding-bottom: 81%;
        position: relative;
        z-index: 1;
    }
    .intro_map > svg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .mapInfo_table.u-table05 > tbody > tr > th {
        width: 90px;
    }
}
@media screen and (max-width:767px) {
    .intro_title {
        font-size: 23px;
        margin-bottom: 22px;
    }
    .intro_image {
        margin-top: 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .mapList {
        margin-bottom: 35px;
    }
    .mapList_image {
        margin-bottom: 10px;
    }
    .mapList_list {
        display: block;
    }
    .mapList_list > li {
        width: 100%;
        margin: 10px auto 0;
    }
    .map_list > li > a > .icon {
        font-size: 20px;
    }
    .pdf {
        border-radius: 5px;
        padding: 10px;
        margin-top: 20px;
    }
    .pdf_cols {
        display: block;
    }
    .pdf_col {
        margin: 0;
    }
    .pdf_link {
        text-align: center;
    }
    .pdf_text {
        font-size: 12px;
        margin-top: 10px;
    }
    .map_link {
        max-width: none;
        margin-top: 20px;
    }
    .map_hr {
        margin: 25px 0;
    }
    .no_pdf {
        padding: 5px 10px;
    }
    .mapBox_titleWrap {
        justify-content: space-between;
    }
    .mapNo {
        font-size: 23px;
        height: 28px;
        margin-right: 0;
        width: 28px;
    }
    .mapBox {
        padding: 12px;
    }
    .mapBox_title {
        font-size: 19px;
        line-height: 1.3;
        width: calc(100% - 34px);
    }
    .mapBox_cols {
        flex-direction: column;
    }
    .mapBox_col-no1 {
        width: 100%;
    }
    .mapBox_col-no2 {
        width: 100%;
        margin-top: 10px;
    }
    .u-table05 > tbody > tr > th {
        padding: 5px;
        width: 70px;
    }
    .u-table05 > tbody > tr > td {
        padding: 5px;
    }
    .voice_link {
        font-size: 14px;
    }
    .intro {
        margin-bottom: 30px;
    }
    .intro_text {
        margin-bottom: 20px;
    }
}
