@font-face {
    font-family: Abel;
    font-style: normal;
    font-weight: 400;
    src: local("Abel Regular"), local("Abel-Regular"), url(scss/webfonts/Abel-Regular.eot) format("embedded-opentype"), url(scss/webfonts/Abel-Regular.woff2) format("woff2"), url(scss/webfonts/Abel-Regular.woff) format("woff"),
        url(scss/webfonts/Abel-Regular.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
    font-family: fa-r;
    font-style: normal;
    font-weight: 400;
    src: url(scss/webfonts/fa-regular-400.eot) format("embedded-opentype"), url(scss/webfonts/fa-regular-400.woff2) format("woff2"), url(scss/webfonts/fa-regular-400.woff) format("woff"),
        url(scss/webfonts/fa-regular-400.ttf) format("truetype"), url(scss/webfonts/fa-regular-400.svg) format("svg");
}
@font-face {
    font-family: fa-s;
    font-style: normal;
    font-weight: 900;
    src: url(scss/webfonts/fa-solid-900.eot) format("embedded-opentype"), url(scss/webfonts/fa-solid-900.woff2) format("woff2"), url(scss/webfonts/fa-solid-900.woff) format("woff"), url(scss/webfonts/fa-solid-900.ttf) format("truetype"),
        url(scss/webfonts/fa-solid-900.svg) format("svg");
}
@font-face {
    font-family: fa-b;
    font-style: normal;
    font-weight: 400;
    src: url(scss/webfonts/fa-brands-400.eot) format("embedded-opentype"), url(scss/webfonts/fa-brands-400.woff2) format("woff2"), url(scss/webfonts/fa-brands-400.woff) format("woff"), url(scss/webfonts/fa-brands-400.ttf) format("truetype"),
        url(scss/webfonts/fa-brands-400.svg) format("svg");
}
.fa-facebook:before {
    content: "\f39e";
    font-family: fa-b;
}
.fa-bed:before,
.fa-external-link:before,
.fa-phone:before {
    font-family: fa-s;
}
.fa-bed:before {
    content: "\f236";
}
.fa-phone:before {
    content: "\f095";
}
.fa-external-link:before {
    content: "\f35d";
}


.con_route .box_airplane,
.con_route .box_car,
.con_route .box_parking,
.con_route .box_train,
.main_route,
.main_route .box_rute,
.main_route .no_acd dl dd,
.main_route .con_acd dl dd,
.main_route .con_hac dl dd {
    max-width: 1280px;
    margin: auto;
}
@media only screen and (max-width: 1024px) {
    .con_route .box_airplane,
    .con_route .box_car,
    .con_route .box_parking,
    .con_route .box_train,
    .main_route,
    .main_route .box_rute,
    .main_route .no_acd dl dd,
    .main_route .con_acd dl dd,
    .main_route .con_hac dl dd {
        width: 95%;
    }
}
.con_route .box_airplane:after,
.con_route .box_car:after,
.con_route .box_parking .img:after,
.con_route .box_parking:after,
.con_route .box_train .img:after,
.con_route .box_train:after,
.main_route .box_rute:after,
.main_route .no_acd dl dd:after,
.main_route .con_acd dl dd:after,
.main_route .con_hac dl dd:after {
    content: "";
    display: table;
    clear: both;
}
#header .con_title {
    height: 525px;
    clear: both;

}

@media only screen and (min-width: 768px) {
    #header .con_title {
        background: url(_/access/images/bg_tit-pc.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media print {
    #header .con_title {
        background: url(_/access/images/bg_tit-pc.jpg) center center no-repeat;
        background-size: cover;
    }
    .con_intro {
        width: 95%;
    }

}

.ie8 #header .con_title {
    background: url(_/access/images/bg_tit-pc.jpg) center center no-repeat;
    background-size: cover;
}
.con_intro {
    overflow: hidden;
    max-width: 1740px;
    margin: 100px auto;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #header .con_title {
        height: 400px;
    }
    .con_intro {
        margin: 70px auto;
    }
}
@media only screen and (max-width: 767px) {
    #header .con_title {
        height: 250px;
        background: url(_/access/images/bg_tit-sp.jpg) center center no-repeat;
        background-size: cover;
    }
    .con_intro {
        margin: 30px auto;
    }
}
@media only screen and (max-width: 1740px) {
    .con_intro {
        width: 95%;
    }
}
.ie8 .con_intro {
    width: 95%;
}
.con_intro h3 {
    text-align: center;
    color: #725f4c;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 216%;
    margin-bottom: 45px;
    letter-spacing: 15px;
    line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_intro h3 {
        font-size: 200%;
        margin-bottom: 35px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .con_intro h3 {
        font-size: 185%;
        margin-bottom: 25px;
        letter-spacing: 5px;
        text-align: left;
    }
}
.con_intro .txt {
    font-size: 108%;
    line-height: 2;
    margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_intro .txt {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .con_intro .txt {
        margin-bottom: 0;
        text-align: center;
    }
}
.con_intro .box_intro {
    margin: 0 auto 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_intro .box_intro {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .con_intro .box_intro {
        margin-bottom: 20px;
        width: 85%;
    }
}
.con_intro .box_intro .googlemap {
    width: 100%;
}
.con_intro .box_intro .googlemap #gmap {
    width: 100%;
    height: 357px;
    z-index: 99;
}
.con_intro .box_intro .googlemap .btn {
    margin-top: 20px;
    text-align: right;
}
.con_intro .box_intro .googlemap .btn a {
    max-width: 293px;
}
@media only screen and (max-width: 767px) {
    .con_intro .box_intro .googlemap #gmap {
        height: 340px;
    }
    .con_intro .box_intro .googlemap .btn a {
        max-width: 100%;
    }
}
.con_intro .box_info {
    margin: 0 auto;
    max-width: 1024px;
    overflow: hidden;
}
.con_intro .box_info .img {
    width: 26%;
    float: left;
}
@media only screen and (max-width: 767px) {
    .con_intro .box_info .img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .con_intro .box_info .img img {
        width: 100%;
    }
}
.con_intro .box_info .box_r {
    width: 67%;
    float: right;
}
.con_intro .box_info .box_r table.tbl_primary tr:first-child th {
    border-top: 1px solid #725f4c;
}
.con_intro .box_info .box_r table.tbl_primary tr:first-child td {
    border-top: 1px dotted #725f4c;
}
.inner {
    max-width: 1024px;
    margin: 0 auto;
}
.con_route {
    overflow: hidden;
    max-width: 1740px;
    margin: 100px auto;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_route {
        margin: 70px auto;
    }
    .con_route .box_tab_link li a {
        padding: 1em;
    }
}
@media only screen and (max-width: 767px) {
    .con_intro .box_info .box_r {
        width: 100%;
        float: none;
    }
    .con_intro .box_info .box_r table.tbl_primary tr:first-child td {
        border-top: none;
    }
    .con_route {
        margin: 30px auto;
    }
}
@media only screen and (max-width: 1740px) {
    .con_route {
        width: 95%;
    }
}
@media print {
    .con_route {
        width: 95%;
    }
}
.ie8 .con_route {
    width: 95%;
}
.con_route h3 {
    margin-bottom: 50px;
}
.con_route .box_tab_link {
    margin-bottom: 80px;
}
.con_route .box_tab_link li a i{
    font-size: 124%;
    margin-right: 0.5em;
}

.con_route .box_train {
    margin: 0 auto 100px;
}


.con_route .box_train .img {
    float: right;
    width: 43%;
}
.con_route .box_train .img img {
    float: right;
}
@media only screen and (max-width: 767px) {
    .con_route .box_train .img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .con_route .box_train .img img {
        width: 100%;
    }
    .con_route .box_train,
    .con_route .box_parking,
    .con_route .box_airplane
    {
    margin: 0 auto 50px; 
    }
    .con_route h3 {
        margin-bottom: 30px;
    }
}
.con_route .box_train .box_l {
    float: left;
    width: 50%;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .con_route .box_train .box_l {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}
.con_route .box_train .box_l h4 {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid #725f4c;
    text-align: left;
    font-size: 120%;
    font-weight: 400;
}
.con_route .box_train .box_l p {
    margin-bottom: 30px;
    text-align: left;
    font-size: 108%;
}
.con_route .box_car {
    margin: 0 auto 100px;
}
.con_route .box_car .route {
    width: 100%;
    display: table;
}
@media only screen and (max-width: 1024px) {
    .con_route .box_car .route {
        display: block;
    }
}
.con_route .box_car .route > * {
    display: table-cell;
    vertical-align: middle;
}
.con_route .box_car .route .img {
    max-width: 720px;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .con_route .box_car .route > * {
        display: block;
    }
    .con_route .box_car .route .img {
        max-width: 100%;
        text-align: left;
        margin-bottom: 35px;
    }
}
.con_route .box_car .route .route_btn {
    padding-top: 40px;
    text-align: right;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    .con_route .box_car .route .route_btn {
        text-align: center;
    }
}
.con_route .box_car .route .route_btn .btn {
    text-align: center;
}
.con_route .box_car .route .route_btn .btn a {
    max-width: 293px;
}


/* parking */
.con_route .box_parking {
   margin-bottom: 100px;
} 

@media only screen and (max-width: 767px) {
    .con_route .box_car .route .route_btn .btn a {
        max-width: 100%;
    }
    .con_route .box_parking .img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .con_route .box_parking .img img {
        width: 100%;
    }
}
.con_route .box_parking .box_l{
    display: flex;
    column-gap: 20px;
    justify-content: space-around;
}

@media only screen and (max-width: 767px) {
   .con_route .box_parking .box_l{
    flex-direction: column;
   }
}
.con_route .box_parking .box_l .txt-box{
    padding-top: 30px;
}

.con_route .box_parking .box_l p {
    margin-bottom: 30px;
    text-align: left;
    font-size: 108%;
}

.con_route .box_parking .box_l .route_btn .btn {
    text-align: center;
}
.con_route .box_parking .box_l .route_btn a {
    max-width: 293px;
}
.con_route .box_parking .box_l .con_tbl {
    padding-top: 30px;
}

.con_route .box_parking .box_l .con_tbl th{
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .con_route .box_parking .box_l {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .con_route .box_parking .box_l .con_tbl {
        padding-top: 0;
    }
}
.con_route .box_parking .box_l .con_tbl table.tbl_primary {
    overflow: hidden;
}
.con_route .box_parking .box_l .con_tbl table.tbl_primary tr td {
    text-align: left;
    padding: 1em;
}
.con_route .box_parking .box_l .con_tbl table.tbl_primary tr:first-child th {
    border-top: 1px solid #725f4c;
}
.con_route .box_parking .box_l .con_tbl table.tbl_primary tr:first-child td {
    border-top: 1px dotted #725f4c;
}
.con_route .box_airplane {
    margin: 0 auto;
}
.con_route .box_airplane .route {
    width: 100%;
    display: table;
}
@media only screen and (max-width: 1024px) {
    .con_route .box_airplane .route {
        display: block;
    }
}
.con_route .box_airplane .route > * {
    display: table-cell;
    vertical-align: middle;
}
.con_route .box_airplane .route .img {
    max-width: 720px;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .con_route .box_airplane .route > * {
        display: block;
    }
    .con_route .box_airplane .route .img {
        max-width: 100%;
        text-align: left;
        margin-bottom: 35px;
    }
}
.con_route .box_airplane .route .route_btn {
    padding-top: 40px;
    text-align: right;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    .con_route .box_airplane .route .route_btn {
        text-align: center;
    }
}
.con_route .box_airplane .route .route_btn .btn {
    text-align: center;
}
.con_route .box_airplane .route .route_btn .btn a {
    max-width: 293px;
}
.main_route {
    clear: both;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .con_route .box_parking .box_l .con_tbl table.tbl_primary tr:first-child td {
        border-top: none;
    }
    .con_route .box_airplane .route .route_btn .btn a {
        max-width: 100%;
    }
    .main_route {
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 0;
    }
}

  

@media only screen and (min-width: 768px) {
    .main_route .no_acd dl dt a,
    .main_route .no_acd dl dt p,
    .main_route .con_acd dl dt a,
    .main_route .con_acd dl dt p,
    .main_route .con_hac dl dt a,
    .main_route .con_hac dl dt p {
        display: block;
        font-size: 154%;
        color: #82471b;
        font-weight: 400;
        text-align: left;
        margin: 40px 0 15px;
        border-bottom: 1px solid #82471b;
        padding-bottom: 5px;
    }
    .main_route .no_acd dl dd,
    .main_route .con_acd dl dd,
    .main_route .con_hac dl dd {
        height: auto !important;
    }

      .main_route .no_acd dl dt a{
        text-decoration: none;
      }
}
@media print {
    .main_route .no_acd dl dt a,
    .main_route .no_acd dl dt p,
    .main_route .con_acd dl dt a,
    .main_route .con_acd dl dt p,
    .main_route .con_hac dl dt a,
    .main_route .con_hac dl dt p {
        display: block;
        font-size: 154%;
        color: #82471b;
        font-weight: 400;
        text-align: left;
        margin: 40px 0 15px;
        border-bottom: 1px solid #82471b;
        padding-bottom: 5px;
    }
     .main_route .no_acd dl dd
    .main_route .con_acd dl dd,
    .main_route .con_hac dl dd {
        height: auto !important;
    }
}
.ie8 .main_route .no_acd dl dt a,
.ie8 .main_route .no_acd dl dt p,
.ie8 .main_route .con_acd dl dt a,
.ie8 .main_route .con_acd dl dt p,
.ie8 .main_route .con_hac dl dt a,
.ie8 .main_route .con_hac dl dt p {
    display: block;
    font-size: 154%;
    color: #82471b;
    font-weight: 400;
    text-align: left;
    margin: 40px 0 15px;
    border-bottom: 1px solid #82471b;
    padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .main_route .con_acd dl dt a,
    .main_route .con_acd dl dt p,
    .main_route .con_hac dl dt a,
    .main_route .con_hac dl dt p {
        display: block;
        text-decoration: none !important;
        position: relative;
        z-index: 9;
        cursor: pointer;
        background: #82471b;
        padding: 1em;
        margin-bottom: 10px;
        color: #fff;
    }

    .main_route .no_acd dl dt 
    {
    margin: 15px 0;
    padding-left: 10px;
    border-left: 5px solid #725f4c;
    text-align: left;
    font-size: 120%;
    font-weight: 400;
    }
    .main_route .no_acd dl dt a{
        text-decoration: none;
    }
     .main_route .no_acd dl dt a span{
       color: #725f4c;
    }

  .main_route .no_acd dl dt a.active:after,
    .main_route .no_acd dl dt p.active:after,
    .main_route .con_acd dl dt a.active:after,
    .main_route .con_acd dl dt p.active:after,
    .main_route .con_hac dl dt a.active:after,
    .main_route .con_hac dl dt p.active:after {
        margin-top: -13px;
        content: "\f068";
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    .main_route .no_acd dl dt a:after,
    .main_route .no_acd dl dt p:after,
    .main_route .con_acd dl dt a:after,
    .main_route .con_acd dl dt p:after,
    .main_route .con_hac dl dt a:after,
    .main_route .con_hac dl dt p:after {
        content: "\f067";
        font-family: FontAwesome;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 15px;
        font-size: 16px;
        margin-top: -10px;
        display: inline;
        vertical-align: middle;
        color: #fff;
    }

    .main_route .con_acd.hac dl dd.active{
        height: 66px !important;
    }
}

.main_route .no_acd dl dt a,
.main_route .con_acd dl dt a {
text-decoration: none;

}
@media only screen and (max-width: 767px){
   
    .main_route .con_acd dl dt a span{
margin: 15px 0;
    padding-left: 10px;
    border-left: 5px solid #725f4c;
    text-align: left;
    font-size: 120%;
    font-weight: 400;

}
}
.ie8 .main_route .no_acd dl dd,
.ie8 .main_route .con_acd dl dd,
.ie8 .main_route .con_hac dl dd {
    height: auto !important;
}
.main_route .no_acd dl dd ul,
.main_route .con_acd dl dd ul,
.main_route .con_hac dl dd ul {
    width: 100%;
    margin-right: -2%;
    overflow: hidden;
}
.main_route .no_acd dl dd ul .route_entrance,
.main_route .con_acd dl dd ul .route_entrance,
.main_route .con_hac dl dd ul .route_entrance {
    display: block;
    font-size: 139%;
    color: #82471b;
    font-weight: 400;
    text-align: left;
    text-decoration: underline 1px;
    padding-bottom: 5px;
}
.main_route .no_acd dl dd ul li,
.main_route .con_acd dl dd ul li,
.main_route .con_hac dl dd ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 70px;
}
.main_route .no_acd dl dd ul li img_station,
.main_route .con_acd dl dd ul li img_station,
.main_route .con_hac dl dd ul li img_station {
    width: 100%;
}
.ie8 .main_route .no_acd dl dd ul li:nth-of-type(3n),
.ie8 .main_route .con_acd dl dd ul li:nth-of-type(3n),
.ie8 .main_route .con_hac dl dd ul li:nth-of-type(3n) {
    margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
        .main_route .no_acd dl dd ul .route_entrance,
    .main_route .con_acd dl dd ul .route_entrance,
    .main_route .con_hac dl dd ul .route_entrance {
        font-size: 124%;
    }
    .main_route .no_acd dl dd ul li,
    .main_route .con_acd dl dd ul li,
    .main_route .con_hac dl dd ul li {
        width: 49%;
    }
    .main_route .no_acd dl dd ul li:nth-of-type(2n),
    .main_route .con_acd dl dd ul li:nth-of-type(2n),
    .main_route .con_hac dl dd ul li:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .main_route .no_acd dl dd ul .route_entrance,
    .main_route .con_acd dl dd ul .route_entrance,
    .main_route .con_hac dl dd ul .route_entrance {
        font-size: 116%;
    }
    .main_route .no_acd dl dd ul li,
    .main_route .con_acd dl dd ul li,
    .main_route .con_hac dl dd ul li {
        width: 100%;
        margin-right: 0;
        float: none;
    }
}
.main_route .no_acd dl dd ul li .txt,
.main_route .con_acd dl dd ul li .txt,
.main_route .con_hac dl dd ul li .txt {
    margin-top: 30px;
    position: relative;
    padding-left: 4em;
    text-align: left;
}
@media only screen and (min-width: 1025px) {
        .main_route .no_acd dl dd ul li:nth-of-type(3n),
    .main_route .con_acd dl dd ul li:nth-of-type(3n),
    .main_route .con_hac dl dd ul li:nth-of-type(3n) {
        margin-right: 0;
    }
        .main_route .no_acd dl dd ul li .txt,
    .main_route .con_acd dl dd ul li .txt,
    .main_route .con_hac dl dd ul li .txt {
        height: 9em;
    }
}
@media print {
        .main_route .no_acd dl dd ul li:nth-of-type(3n),
    .main_route .con_acd dl dd ul li:nth-of-type(3n),
    .main_route .con_hac dl dd ul li:nth-of-type(3n) {
        margin-right: 0;
    }
        .main_route .no_acd dl dd ul li .txt,
    .main_route .con_acd dl dd ul li .txt,
    .main_route .con_hac dl dd ul li .txt {
        height: 9em;
    }
}
.ie8 .main_route .no_acd dl dd ul li .txt,
.ie8 .main_route .con_acd dl dd ul li .txt,
.ie8 .main_route .con_hac dl dd ul li .txt {
    height: 9em;
}
.main_route .no_acd dl dd ul li .txt span,
.main_route .con_acd dl dd ul li .txt span,
.main_route .con_hac dl dd ul li .txt span {
    color: #333;
    font-weight: 400;
    border: 1px solid #82471b;
    height: 27px;
    width: 29px;
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: 3px 12px 0 0;
    padding: 5px 1px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.main_route .no_acd dl dd ul li .txt_no,
.main_route .con_acd dl dd ul li .txt_no,
.main_route .con_hac dl dd ul li .txt_no {
    padding-left: 0;
}
@media only screen and (min-width: 1025px) {
    /* .main_route .con_acd.hac dl,
    .main_route .con_hac.hac dl {
        margin-bottom: 100px;
    } */

    .main_route .con_acd.hac dl dt,
    .main_route .con_hac.hac dl dt {
        width: 100%;
        margin: auto;
    }

    .main_route .con_acd.hac dl dt a,
    .main_route .con_hac.hac dl dt a {
        text-align: left;
    }

    .main_route .con_acd.hac dl dd .btn a,
    .main_route .con_hac.hac dl dd .btn a {
        width: 33%;
        margin: 25px auto;
    }
}
@media print {
    .main_route .con_acd.hac dl,
    .main_route .con_hac.hac dl {
        margin-bottom: 100px;
    }
    .main_route .con_acd.hac dl dt,
    .main_route .con_hac.hac dl dt {
        width: 50%;
        margin: auto;
    }
    .main_route .con_acd.hac dl dt a,
    .main_route .con_hac.hac dl dt a {
        margin-top: 0;
        text-align: center;
    }
    .main_route .con_acd.hac dl dd .btn a,
    .main_route .con_hac.hac dl dd .btn a {
        width: 33%;
        margin: 25px auto;
    }
}
.ie8 .main_route .con_acd.hac dl,
.ie8 .main_route .con_hac.hac dl {
    margin-bottom: 100px;
}
.ie8 .main_route .con_acd.hac dl dt,
.ie8 .main_route .con_hac.hac dl dt {
    width: 50%;
    margin: auto;
}
.ie8 .main_route .con_acd.hac dl dt a,
.ie8 .main_route .con_hac.hac dl dt a {
    margin-top: 0;
    text-align: center;
}
.ie8 .main_route .con_acd.hac dl dd .btn a,
.ie8 .main_route .con_hac.hac dl dd .btn a {
    width: 33%;
    margin: 25px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main_route .con_acd.hac dl,
    .main_route .con_hac.hac dl {
        margin-bottom: 100px;
    }
    .main_route .con_acd.hac dl dt,
    .main_route .con_hac.hac dl dt {
        width: 100%;
        margin: auto;
    }
 
    .main_route .con_acd.hac dl dd .btn a,
    .main_route .con_hac.hac dl dd .btn a {
        width: 50%;
        margin: 25px auto;
    }
}
.main_route .box_rute .click {
    display: block;
    text-decoration: none !important;
    position: relative;
    z-index: 9;
    cursor: pointer;
    background: #82471b;
    padding: 1em;
    margin-bottom: 10px;
}
.main_route .box_rute .click.active:after {
    margin-top: -13px;
    content: "\f068";
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main_route .box_rute .click:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 15px;
    font-size: 16px;
    margin-top: -10px;
    display: inline;
    vertical-align: middle;
    color: #fff;
}
.main_route .box_rute .click a {
    text-decoration: none;
    color: #fff;
}
.main_route .st_route {
    font-size: 154%;
    color: #82471b;
    font-weight: 400;
    text-align: left;
    margin: 40px 0 15px;
    border-bottom: 1px solid #82471b;
    padding-bottom: 5px;
}
.main_route .box_rute ul {
    width: 100%;
    margin-right: -2%;
}
.main_route .box_rute ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 70px;
}
.main_route .box_rute ul li img_station {
    width: 100%;
}
@media only screen and (min-width: 1025px) {
    .main_route .box_rute ul li:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media print {
    .main_route .box_rute ul li:nth-of-type(3n) {
        margin-right: 0;
    }
}
.ie8 .main_route .box_rute ul li:nth-of-type(3n) {
    margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main_route .box_rute ul li {
        width: 49%;
    }
    .main_route .box_rute ul li:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .main_route .box_rute ul {
        display: none;
    }
    .main_route .box_rute ul li {
        width: 100%;
        margin-right: 0;
    }
}
.main_route .box_rute ul li .txt {
    margin-top: 30px;
    position: relative;
    padding-left: 4em;
    text-align: left;
}
.main_route .box_rute ul li .txt span {
    color: #333;
    font-weight: 400;
    border: 1px solid #82471b;
    height: 27px;
    width: 29px;
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: 3px 12px 0 0;
    padding: 5px 1px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.main_route .box_rute ul li .txt_no {
    padding-left: 0;
}
/*# sourceMappingURL=access.css.map*/


/* pariking tab */
.box_parking .tab-container{
     display: flex;
}

.box_parking .tab-container .tab{
    padding: 15px 5rem;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      cursor: pointer;
      background-color: #eee6e6;
      color: #5c1e11;
      margin-right: 2px;
      transition: all 0.3s;
       font-size: 1.2rem;
}
 @media only screen and (max-width: 767px) {
  
.box_parking .tab-container .tab{
    padding: 15px 1.3rem;
    font-size: 1rem;

}
}

.box_parking .tab-container .tab.active{

     background-color: #8C3521;
      color: white;
      font-weight: bold;
}


.box_parking .tab-content {
      display: none;
      border: 2px solid #8C3521;
      padding: 5rem;
      margin-top: 0;
     
    }
    @media only screen and (max-width: 767px) {
   .box_parking .tab-content {
     padding: 10px 10px 0 10px;
     
    }

  
}
.box_parking .tab-content .img img{
    width: 100%;
}


.box_parking .tab-content.active {
      display: block;
    }

     .box_final{
        margin-top: 0;
     }

