@charset "utf-8";
/*------------ branch ------------*/
.branch-list .item .name{
    position: relative;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #333333;
    transition: all .3s ease;
}
.branch-list .item .box:hover .name{
    color: #1A0881;
}
.branch-list.type3 .item .text-box{
    padding: 10px 15px 0;
    background: #f5f5f5;
}
.branch-list.type3 .description{
    font-size: 14px;
    display: -webkit-box;
    margin: 10px 0 5px;
    width: 100%;
    color: #848484;
    letter-spacing: 0.05em;
}
.branch-list.type3 .txt_box{
    padding-left: 80px;
}
.branch-list.type3 .tit{
    font-size: 14px;
    padding-left: 0;
    width: 75px;
    background: #f5f5f5;
}
.branch-list.type3 .txt{
    font-size: 14px;
}
.branch-list.type3 .btn_area{
    margin: 0 -15px;
}
.branch-list.type3 .map_box,.branch-list.type3 .map_box:hover{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
    transition: all .2s;
    line-height: 1.2;
    font-size: 18px;
    box-sizing: border-box;
    font-family: "Abril Fatface", serif; 
    padding: 7px 0 5px 0;
    position: relative;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    background: rgb(201,167,232);
    background: -moz-linear-gradient(-45deg, rgba(201,167,232,1) 0%, rgba(247,132,191,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(201,167,232,1) 0%,rgba(247,132,191,1) 100%);
    background: linear-gradient(135deg, rgba(201,167,232,1) 0%,rgba(247,132,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9A7E8', endColorstr='#F784BF',GradientType=1 );
    margin: 0;
}
.branch-list.type3 .map_box:before{
    content: "\e1001";
    font-size: 15px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
.branch-list.type3 .map_box:hover{
    opacity: 0.8;
}
.branch-list .map_box{
    background:#F784BF; 
    color: #fff;
}
.branch-list.type1 .item .name{
    font-size: 19px;
    border-color: #E7E7E7;
}
.branch-list.type1 .three-box .col+.col:before,
.branch-list.type2 .three-box .col+.col:before{
    background: #ddd;
}
.branch-list.type1 .item +.item {
    border-top: 1px solid #ddd;
}

.branch-list.type2 .item{
    border: 1px solid #ddd;
    border-width: 1px 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 520px){
    .branch-list{
        margin: 0;
    }
    .branch-list .item{
        padding: 0;
    }
}
