@charset "utf-8";
@import url("reset.css");
/* ////////// showroom list ////////// */
.showroom_list_visual {background:url('/images/company/showroom_list_visual.jpg') 50% no-repeat;}
.showroom_list {
    width:100%;
    margin:0 auto;
}
.showroom_list .inner { position:relative; margin-top:70px;}
.showroom_list .inner ul {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:30px;
    cursor:pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.showroom_list .inner ul:last-child { margin-bottom:170px}
.showroom_list .inner li {
    position: relative;
    width:calc(25% - 15px);
    margin:0 7.5px;
    margin-bottom:15px;
    /*width: 275px;*/
    border: 1px solid #cbcbcb;
    text-align: center;
    /*height: 248px;
    line-height: 248px*/
    box-sizing: border-box;
    max-height:260px;
}

.showroom_list .inner li:after{
    content:'';
    display: block;
    padding-bottom:100%;
}

.showroom_list .inner li.blank{
    opacity: 0;
}
.showroom_list .inner li *{
    color:#fff;
}
.showroom_list .inner li:nth-of-type(1){
    cursor:default;
}

.showroom_list .inner li:last-child { margin-right:0}

.showroom_list .inner li > a {
    color: #000;
    font-weight: bold;
    font-family: AudiTypeExtended,sans-serif;
    font-size:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

.showroom_list .inner li.title {
    border: none;
    /*width: 277px;*/
    background:#bb0a30 url(../img/company/showroom/icon_showroom.png) center no-repeat;
    color: #FFF;
    font-family: AudiTypeExtended,sans-serif;
    font-size:20px;
    text-align: center;
    /*height: 250px;*/
}

.showroom_list .inner li.title2 {
    border: none;
    width: 277px;
    background: url(../img/company/showroom/icon_sales.png) 50% 0 no-repeat;
    color: #FFF;
    font-family: AudiTypeExtended,sans-serif;
    font-size:20px;
    text-align: center;
    height: 250px;
}
.showroom_list .inner li.title2 em ,
.showroom_list .inner li.title em {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:50%;
    left:0px;
    width:100%;
    margin-top:15px;
}

.showroom_list .inner .ov {
    display: none;
    position: absolute;
    top: 0px;
    /*margin-left: -1px;*/
    width: 100%;
    height: 100%;
    background: #000;
    color: #FFF;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
}
.showroom_list .inner .ov a{display:block;}

.showroom_list .inner .ov h3 {
    text-align: left;
    color: #FFF;
    font-size: 18px;
    border-bottom: 1px solid #696969;
    background: url(../img/company/showroom/bg_audi_logo.gif) 0 0 no-repeat;
    padding: 0 0 15px 70px;
    margin:0px;
    line-height: 100%;
    margin: 0px 0 22px;
}
.showroom_list .inner .ov p { text-align:left; line-height:18px}
.showroom_list .inner .ov p.en {
    font-family: 'AudiTypeExtended';
    font-size:15px;
    margin-bottom:15px
}

.showroom_list .inner .ov p.tel {
    font-family: 'AudiTypeExtended';
    font-size:13px;
    margin-top: 15px
}

/*.showroom_list .inner li.line2 {line-height:250px}
.showroom_list .inner .line2_ov { top:280px;}
.showroom_list .inner .line3_ov { top:560px;}*/

.elite_wrap{width:1200px;margin:0 auto;text-align:center;}
.elite_wrap{padding:90px 0 180px 0;}


@media(max-width:1020px){
    .showroom_list .inner li {
        width:calc(33% - 15px);
        max-height:100%;
    }
}


@media(max-width:720px){
    .showroom_list .inner li {
        width:calc(50% - 15px);
    }
}


@media(max-width:500px){
    .showroom_list .inner li {
        width:calc(100% - 15px);
    }

    .showroom_list .inner li.blank{
        height:45px;
    }
}

