/*------------ link ------------*/

.branch-list {
    margin: 0 -18px;
}

.branch-list-1 li {
    width: calc(100% / 3);
    text-align: left;
    padding: 0 5px 70px;
}

.branch-list-2 li{
    width: calc(100% / 4);
    padding: 0 15px 40px;
}

.branch-list-1 li:nth-child(3n+1) {
    clear: left;
}

.branch-list-2 li:nth-child(4n+1) {
    clear: left;
}

.branch-list li .box {
    margin: 0 auto;
    position: relative;
    max-width: 260px;
    text-align: left;
}
.branch-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:230;
}

.branch-list li .pic {
    position: relative;
    border: 0px solid #fff;
    box-sizing: border-box;
    max-width: 356px;
    margin: 0 auto;
}

.branch-list li .pic img {
    position: relative;
    z-index: 3;
}

.branch-list li .name {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-top: 9px;
}
.branch-list li .locat {
    color: #FFFFFF;
    font-size: 15px;
    text-align: left;
    margin-top: 0px;
    line-height: 22px;
}

.branch-list.list-h  > li .branch-link  a{
    display: inline-block;
    text-align: left;
    color: #8B908D;
    font-weight: bold;
}
.branch-list.list-h  > li .branch-link  a:nth-child(1){
    margin-right: 15px;
}
.branch-list.list-h  > li .branch-link  a:nth-child(1):hover{
    color: #DE2B2B;
}
.branch-list.list-h  > li .branch-link  a:nth-child(2):hover{
    color: #D79729;
}
.branch-descri{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 3px solid #3f3f3f;
    color: #fff;
}




.branch-list-2 .box{
    max-width: 400px;
   }
   .branch-list-2 .box .pic{
    position: relative;
    display: inline-block;
    cursor: pointer;
   }
   .branch-list-2 .box .item_hover {
       position: absolute;
       top: 0;
       left: 0;
       z-index: 3;
       width: 100%;
       height: 100%;
   }
   .branch-list-2 .box .item_hover span {
       position: absolute;
       display: block;
       background-color: #DE2B2B;
       -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
       -ms-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
       opacity: 0;
       filter: alpha(opacity=0);
       -ms-filter: "alpha(opacity=0)";
       -moz-opacity: 0;
       -khtml-opacity: 0;
       zoom: 1;
       -webkit-transition-property: width,height,opacity;
       -moz-transition-property: width,height,opacity;
       -o-transition-property: width,height,opacity;
       transition-property: width,height,opacity;
       -webkit-transition-duration: .6s;
       -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
       transition-duration: .6s;
   }
   .branch-list-2 .nth-child01, .nth-child03 {
       height: 5px;
       width: 0;
   }
   .branch-list-2 .nth-child02{
       right: 0;
       height: 0;
   }
   .branch-list-2 .nth-child03{
       bottom: 0;
        width: 0;
   }
   .branch-list-2 .nth-child02, .nth-child04 {
       width:  5px;
       height: 0;
   }
   .branch-list-2 .box:hover .item_hover .nth-child01 {
       width: 100%
   }
   .branch-list-2 .box:hover .item_hover .nth-child02 {
       height: 100%
   }
   .branch-list-2 .box:hover .item_hover .nth-child03 {
       width: 100%
   }
   .branch-list-2 .box:hover .item_hover .nth-child04 {
       height: 100%
   }
   .branch-list-2 .box:hover .item_hover span {
       opacity: 1;
       filter: alpha(opacity=100);
       -ms-filter: "alpha(opacity=100)";
       -moz-opacity: 1;
       -khtml-opacity: 1;
       zoom: 1
   }


   .d-flex{
       display: flex;
   }
   .d-justify-between{
       justify-content: space-between;
   }
   .d-flex-start{
       justify-content: flex-start;
   }
   .branch-d-1{
       background: #3E3E3E;
       padding:20px 40px;
       padding-bottom: 30px;
       color: #FFFFFF;
       margin-bottom: 30px;
   }
   .branch-d-1>div{
        padding-top:7px;
        padding-bottom:7px;
        padding-left: 0px;
        padding-right: 0px;
    }

   .title-1{
       font-size:23px;
       color:#DDB63F;
       font-weight: bold;
       padding-left: 30px;
       position: relative;
   }
   .title-1:before {
        position: absolute;
        left: 0;
        top: 10px;
        content: "\10ffff";
        color: #DDB63F;
        font-family: 'icon-font' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .title-2{
        display:flex;
        justify-content: flex-end;
        color: #8B908C;
        font-weight: bold;
    }
    .title-2 span{
        color:#FFF;
    }
    .title-2 .ic-m-member,.title-2 .ic-home, .title-2 .ic-links{
        color: #8B908C;
    }
    .title-2>div{
        margin-left: 20px;
        position: relative;
    }
    .title-2>div+div:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 22px;
        left: -12px;
        top: 3px;
        background: #FFF;
    }
    .title-2 .link:hover{
        color:#DE2B2B;
    }
    .title-2 .link:hover .ic-links{
        color:#DE2B2B;
    }

    .title-3{
        color: #DDB63F;
        font-weight: bold;
        font-size:16px;
        min-width: 100px;
    }
    .map a{
        font-weight: bold;
        color: #DE2B2B;
    }
    .map a:hover{
        color: #DDB63F;
    }

    .content-1{
       width: 226px;
       position: relative; 
       padding-right: 30px;
    }
    .content-1::before{
        content: "";
        width: 2px;
        height: 22px;
        background: #DADEE2;
        right: 15px;
        top: 5px;
        position: absolute;
    }


    .branch-d-1-cont{
        padding:20px 40px;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }
    .branch-d-1-left{
        flex: 0 0 845px;
    }
    .branch-d-1-right{
        flex: 0 0 174px;
        
    }
    .branch-d-1-left>div{
        border-bottom:2px solid #5F5D5D;
        padding-top:9px;
        padding-bottom:9px;
    }
    .branch-d-1-left>div:nth-last-child(1){
        border-bottom:0px solid #5F5D5D;
    }
    .branch-d-1-left>div:nth-child(1){
        border-top:2px solid #5F5D5D; 
    }

    .branch-d-3 h3{
        color: #E62129;
        font-weight: bold;
        font-size: 23px;;
        margin: 0;
        margin-bottom: 7px;
    }
    .branch-d-3 h3 img{
        width: 36px;
        height: 29px;
        display: inline-block;
        margin-right: 5px;;
        margin-bottom: 10px;
    }
   
    .branch-d-3-pic{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .branch-d-3-pic>div{
        flex:0 0 49%;
    }

    /*search 開始*/

    .search_sect{
        display:block; 
        text-align:left;
    }
    .search_sect .container{
        padding:0;
    }
    .search_sect .box_row{
        padding:10px 0;
        padding-top: 0px;
    }
    .search_sect .search-box {
        width: 180px;
        box-sizing: border-box;
        margin:5px 10px;
        display:inline-block;
        position: relative;
    }
    .search_sect .search-box.box2 {
        margin-left: 15px;;
    }
    .search_sect .search-box.box1{
        margin-left: 0;
    }
    .search_sect .search-box.box3{
        width: 400px;
    }
    .search_sect .search-box.box3 input{
        width: 400px;
        padding-right: 33px;
    }
    .search_sect .search-box.box1:after{
        content: '';
        position: absolute;
        right: -20px;
        top: calc(50% - 6.5px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 10px;
        border-color: transparent transparent transparent #aaa;
    }
    .search_sect .search-box .form-control {
        background: #FFF;
        height: 32px;
        color: #000;
        line-height: 30px;
        margin: 0;
        padding: 0 15px;
        border-radius: 5px;
        border: 0;
        transition: all .3s ease;
    }
    .search_sect .search-box .form-control:hover {
        background: #eaeaea;
    }
    .search_sect .search-box .ibtn.search {
        background-image: url(../../images/common/btn_search.png);
        width: 30px;
        height: 30px;
        position: absolute;
        right: 3px;
        top: 1px;
    }
    .search_sect .search-box:hover {
        background: unset;
    }
    .search_sect .search-box-diven{
        color: #b3b3b3;
        display: inline-block;
    }
    .search_sect .search-box-break{
        display: inline-block;
    }

    .search_sect form{
        display: inline-block;
    }
    @media(max-width:1440px){
        .search_sect form{
            display: block;
        }

        .search_sect .search-box {
            width: calc(50% - 17px);
            box-sizing: border-box;
            margin: 5px 10px;
            display: inline-block;
            position: relative;
        }
        .search_sect .search-box.box2 {
            margin-right: 0px;
        }
        .search_sect .search-box.box3 {
            width: calc(100% - 37px);
            margin-right: 0;
        }
        .search_sect .search-box.box3 input{
            width: calc(100%);
        }
    }

    /*search 結束*/

/*------------ rwd ------------*/

@media screen and (max-width:1500px) {

    .branch-d-1 {
        padding: 10px 15px;
        padding-bottom: 10px;
    }
    .branch-d-1>div.title {
        flex-direction: column;
        justify-content: start;
    }
    .title-2 {
        justify-content: flex-start;
        display: block;
    }
    .title-3 {
        font-size: 15px;
        min-width: 75px;
    }
    .title-2>div+div:before {
        content: "";
        width: 0px;
        height: 0px;
        margin-left: 15px;
    }
    .title-2>div {
        margin-left: 0px;
        position: relative;
        display: inline-block;
    }
    .d-flex.d-flex-start.mid-1{
        flex-direction: column;
        padding: 0;

    }
    .d-flex.d-flex-start.mid-1>div{
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 0px;
        padding-right: 0px;

    }
    .content-1::before {
        content: "";
        width: 0px;
        height: 0px;
    }
    .d-flex.d-flex-start.mid-1>div:nth-child(1){
        border-bottom: 2px solid #5F5D5D;
    }

    .branch-d-1-cont {
        padding: 5px 5px;
        padding-bottom: 10px;
        display: flex;
        justify-content: start;
        flex-direction: column;
        margin-bottom: 10px;
    }
   
    .branch-d-2 {
        padding: 5px 5px;
        padding-bottom: 10px;
        display: flex;
        justify-content: start;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .branch-d-1-left{
        flex: 0 0 100%;
        order: 2;
    }
    .branch-d-1-right{
        text-align: center;
        order: 1;
        margin-bottom: 15px;
    }
    .branch-d-1-right img{
        max-width: 174px;
        text-align: center;
        margin: auto;
    }

    .branch-d-2-left {
        flex: 0 0 100%;
    }
    .branch-d-2-right img{
        max-width: 174px;
        text-align: center;
        margin: auto;
    }
    .branch-d-2-right {
        text-align: center;
    }

    .branch-d-3 h3 img {
        width: 22px;
    }
    .branch-d-3 h3 {
        font-size: 18px;
    }

}

@media screen and (max-width:900px) {
    .branch-list li {
        width: calc((100% / 3) - 0.1px);
    }
    .branch-list li:nth-child(4n+1) {
        clear: none;
    }
    .branch-list li:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width:600px) {
    .branch-list li {
        width: 50%;
    }
    .branch-list li:nth-child(3n+1) {
        clear: none;
    }
    .branch-list li:nth-child(2n+1) {
        clear: left;
    }
    .branch-list {
        margin: 0 -5px;
    }
}

@media screen and (max-width:400px) {
    .branch-list {
        margin: 45px 0 0 0;
    }
    .branch-list li {
        padding: 0 0 45px;
        width: 100%;
    }
}
