@charset "UTF-8";
.teaNav {
    margin-bottom: 16px;
    margin-top: -14px;
}
.teaNav_inner {}
.teaNav_list {
    list-style: none;
    font-size: 0;
    text-align: center;
}
.teaNav_list > li {
    display: inline-block;
    vertical-align: top;
    width: 278px;
    margin-left: 15px;
}
.teaNav_list > li:first-child {
    margin-left: 0;
}
.teaNav_list > li:nth-child(2n+1) {}
.teaNav_list > li > button {}
.teaNav_list > li > button:hover {}
.teaNav_list > li > button::before {
    content: "";
}
.teaNav_list > li > button::after {
    content: "";
    display: block;
    border: 16px solid #6bb02b;
    position: absolute;
    z-index: 1;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: none;
    border-right-color: transparent;
    border-left-color: transparent;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.teaNav_list > li > button.isCurrent::after {
    opacity: 1;
}
.contents {
    display: none;
}
.contents.isCurrent {
    display: block;
}
.routeMap {
    padding: 48px 0 20px;
}
.routeMap_inner {}
.routeMap_image {
    max-width: 379px;
    margin: 0 auto;
}
.routeMap_image > a {
    display: block;
    text-align: center;
    background-position: center 0;
}
.routeMap_image > a::before {
    content: "";
}
.routeMap_image > a::after {
    content: "";
}
.routeMap_image > a > img {
    display: block;
    mix-blend-mode: multiply;
}
.route {}
.route_list {
    list-style: none;
}
.route_list > li {
    padding: 16px 0 17px;
}
.route_list > li:first-child {}
.route_list > li:nth-child(2n+1) {
    background: #fff;
}
.route_item {}
.route_item_inner {
    max-width: 773px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-left: 190px;
    min-height: 110px;
}
.route_title {
    font-weight: normal;
    line-height: 1.4;
    padding-top: 4px;
}
.route_title > b {
    font-weight: normal;
    font-size: 22px;
}
.route_title > small {
    font-size: 14px;
    margin-left: 8px;
}
.route_text {
    font-size: 12px;
    line-height: 1.45;
}
.route_image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.route_image > img {}
.rent {
    padding: 26px 0 46px;
}
.rent_inner {
    max-width: 796px;
}
.rent_text {
    line-height: 1.6;
}
.rent_text > b {}
.rent_sect {
    display: table;
    width: 100%;
    background: #fff;
    margin-top: 16px;
}
.rent_title {
    display: table-cell;
    vertical-align: middle;
    background: #69b327;
    width: 114px;
    height: 62px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    box-sizing:  border-box;
    padding:  0 5px;
    line-height: 1.2;
}
.rent_box {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
}
@media screen and (min-width:960px) {
    .routeMap_image > a:hover {
        opacity: 1;
    }
}
@media screen and (max-width:959px) {
    .teaNav {}
    .teaNav_inner {}
    .teaNav_list {}
    .teaNav_list > li {}
    .teaNav_list > li:first-child {}
    .teaNav_list > li:nth-child(2n+1) {}
    .teaNav_list > li > button {}
    .teaNav_list > li > button:hover {}
    .teaNav_list > li > button::before {}
    .teaNav_list > li > button::after {}
    .teaNav_list > li > button.isCurrent::after {}
    .contents {}
    .contents.isCurrent {}
    .routeMap {}
    .routeMap_inner {}
    .routeMap_image {}
    .routeMap_image > a {}
    .routeMap_image > a::before {}
    .routeMap_image > a::after {}
    .routeMap_image > a > img {}
    .route {}
    .route_list {}
    .route_list > li {}
    .route_list > li:first-child {}
    .route_list > li:nth-child(2n+1) {}
    .route_item {}
    .route_item_inner {}
    .route_title {}
    .route_title > b {}
    .route_title > small {}
    .route_text {}
    .route_image {
        left: 2%;
    }
    .route_image > img {}
    .rent {}
    .rent_inner {}
    .rent_text {}
    .rent_text > b {}
    .rent_sect {}
    .rent_title {
        font-size: 14px;
        width: 105px;
    }
    .rent_box {}
}
@media screen and (max-width:699px) {
    .teaNav {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .teaNav_inner {}
    .teaNav_list {
    display:  flex;
    flex-direction:  row;
    justify-content:  space-between;
}
    .teaNav_list::after {
        content: "";
        display: block;
        clear: both;
    }
    .teaNav_list > li {
        display: block;
        width: 49%;
        margin-left: 2%;
        /* float: left; */
    }
    .teaNav_list > li:first-child {}
    .teaNav_list > li:nth-child(2n+1) {}
    .teaNav_list > li > button {
        line-height: 1.2;
        padding: 7px 10px;
        height:  100%;
        min-height:  42px;
    }
    .teaNav_list > li > button:hover {}
    .teaNav_list > li > button::before {}
    .teaNav_list > li > button::after {
        border-width: 10px;
        bottom: -10px;
    }
    .teaNav_list > li > button.isCurrent::after {}
    .contents {}
    .contents.isCurrent {}
    .routeMap {
        padding: 15px 0;
    }
    .routeMap_inner {}
    .routeMap_image {
        max-width: 270px;
    }
    .routeMap_image > a {
        background-position: center 1px;
    }
    .routeMap_image > a::before {}
    .routeMap_image > a::after {}
    .routeMap_image > a > img {}
    .route {}
    .route_list {}
    .route_list > li {
        padding: 10px 0;
    }
    .route_list > li:first-child {}
    .route_list > li:nth-child(2n+1) {}
    .route_item {}
    .route_item_inner {
        padding: 0 10px;
    }
    .route_title {
        padding: 0;
        margin-bottom: 8px;
    }
    .route_title > b {
        font-size: 18px;
    }
    .route_title > small {
        font-size: 13px;
    }
    .route_text {
        font-size: inherit;
        line-height: inherit;
    }
    .route_image {
        position: static;
        text-align: center;
        margin-top: 5px;
    }
    .route_image > img {}
    .rent {}
    .rent_inner {}
    .rent_text {
        line-height: inherit;
        margin-bottom: 10px;
    }
    .rent_text > b {}
    .rent_sect {
        display: block;
        width: auto;
        margin-top: 0;
    }
    .rent_title {
        display: block;
        width: auto;
        height: auto;
        padding: 4px 0;
    }
    .rent_title > br {
        display: none;
    }
    .rent_box {
        display: block;
        padding: 10px;
    }
}
