/*-----------------------------------------------
	index.html
-----------------------------------------------*/
/* secTop */
.secTop{
    height: 500px;
    padding-top: 125px;
}
.secTop.lazyloaded{
    background: url("../img/showroom/bgTop.jpg") no-repeat center top;    
}
.secTop .titSub{
    font-size: 18px;
    line-height: 1.5;
}
.secTop .tit{
    font-size: 33px;
    line-height: 1.5;
    margin-top: 15px;
}
.secTop .boxList{
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;    
}
.secTop .boxTop{
    width: 160px;
    height: 130px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;    
    -webkit-align-items: center;
    align-items: center;    
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    color: #FFF;
    padding-top: 30px;
}
.secTop .boxTop::before{
    content: "";
    width: 80px;
    height: 60px;
    border-top: 60px solid #e2e4e2;
    border-right: 80px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.secTop .boxTop::after{
    content: "";
    width: 80px;
    height: 60px;
    border-right: 80px solid #e2e4e2;
    border-bottom: 60px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width:767px){
    .secTop{
        height: auto;
        padding: 7% 0 50%;
        text-align: center;
    }
    .secTop.lazyloaded{
        background: url("../img/showroom/bgTop_sp.jpg") center bottom /100% no-repeat ,#e2e4e2;
    }    
    .secTop .titSub{
        font-size: 13px;
        line-height: 1.8;
        font-weight: 400;
    }
    .secTop .tit{
        font-size: 20px;
        line-height: 1.6;
        margin-top: 10px;
    }
    .secTop .boxList{
        margin-top: 15px;
        -webkit-justify-content: center;
        justify-content: center;    
    }
    .secTop .boxTop{
        width: 100px;
        height: 113px;
        margin-right: 2%;
        font-size: 11px;
        padding-top: 35px;
    }
    .secTop .boxTop:last-child{
        margin-right: 0;
    }
    .secTop .boxTop::before{
        width: 50px;
        height: 50px;
        border-top: 50px solid #e2e4e2;
        border-right: 50px solid transparent;
    }
    .secTop .boxTop::after{
        width: 50px;
        height: 50px;
        border-right: 50px solid #e2e4e2;
        border-bottom: 50px solid transparent;
    }    
}

/* secArea */
.secArea{
    margin: 60px auto 50px;
}
.secArea .areaBox{
    margin-bottom: 50px;
}
.secArea .titArea{
    border: #c9c9c9 solid 1px;
    font-size: 20px;
    padding: 20px;
}
.secArea .showroomBox{
    margin-top: 40px;
}
.secArea .leftBox{
    width: 480px;
    float: left;
}
.secArea .imgBox{
    width: 100%;
    height: 0;
    padding-top: 66.66%;
    display: block;
}
.secArea .rightBox{
    width: 680px;
    float: right;
}
.secArea .titShowroom{
    font-size: 17px;
    line-height: 1.5;
}
.secArea .titShowroom2{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
}
.secArea .txtShowroom{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 10px;
    letter-spacing: 1px;
}
.secArea .dlList{
    margin-top: 20px;
}
.secArea .dlBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.secArea .dtBox{
    border: #c9c9c9 solid 1px;
    font-size: 13px;
    padding: 4px 4px;
    text-align: center;
    width: 62px;
}
.secArea .ddBox{
    font-size: 13px;
    margin-left: 10px;
    line-height: 1.4;
}
.secArea .ddBox .txtNum{
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 1;
}
.secArea .telList{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secArea .telList .dlBox:nth-child(2){
    margin-left: 30px;
}
.secArea .btnList{
    display: -webkit-flex;
    display: flex;
    margin-top: 28px;
}
.secArea .btnList .btn{
    display: block;
    width: 200px;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding-top: 12px;
    background-color: #14bfce;
    box-shadow: inset 0 -3px #1099a5;
}
.secArea .btnList .btn2{
    background-color: #da2b17;
    box-shadow: inset 0 -5px #ae2212;
    margin-left: 10px;
}
.secDetails .secArea{
    margin: 10px auto 100px;
}
.secDetails .secArea .txtShowroom{
    margin-top: 0;
}
.secDetails .secArea .btn{
    width: 400px;
    height: 60px;
    font-size: 20px;
    padding-top: 20px;
    font-weight: bold;
    box-shadow: inset 0 -5px #1099a5;
}
@media only screen and (max-width:767px){
    .secArea{
        margin: 20px auto 30px;
        width: 92%;
    }
    .secArea .areaBox{
        margin-bottom: 30px;
    }
    .secArea .titArea{
        font-size: 17px;
        padding: 15px;
        text-align: center;
        line-height: 1.4;
    }
    .secArea .showroomBox{
        margin-top: 20px;
    }
    .secArea .leftBox{
        width: 100%;
        float: none;
    }
    .secArea .rightBox{
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .secArea .txtShowroom{
        font-size: 13px;
        margin-top: 10px;
    }
    .secArea .dlList{
        margin-top: 10px;
    }
    .secArea .dtBox{
        min-width: 70px;
    }
    .secArea .ddBox{
        width: calc(100% - 81px);
    }
    .secArea .telList{
        display: block;
    }
    .secArea .telList .dlBox:nth-child(2){
        margin-left: 0;
    }
    .secArea .btnList{
        margin-top: 20px;
    }
    .secArea .btnList .btn{
        width: 49%;
    }
    .secArea .btnList .btn2{
        margin-left: 2%;
    }
    .secDetails .secArea{
        margin: 10px auto 45px;
    }
    .secDetails .secArea .btn{
        width: 100%;
        height: 40px;
        font-size: 15px;
        padding-top: 12px;
        box-shadow: inset 0 -3px #1099a5;
    }    
}


/*-----------------------------------------------
	details.html
-----------------------------------------------*/
/* secStaff */
.secStaff{
    margin: 95px auto;
}
.secStaff .titStaffSub{
    font-size: 18px;
    line-height: 2.22;
    letter-spacing: 1px;
    margin-bottom: 90px;
    text-align: center;
}
.secStaff .staffList{
    text-align: center;
    font-size: 0;
}
.secStaff .staffBox{
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 0 130px 40px 0;
}
.secStaff .staffBox:nth-child(3n),
.secStaff .staffBox:last-child{
    margin-right: 0;
}
.secStaff .btnIn{
    display: block;
    color: #000;
}
.secStaff .imgBox{
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.secStaff .tit{
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 32px;
    line-height: 1.5;
}
.secStaff .titSub{
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secStaff{
        margin: 45px auto 20px;
        width: 92%;
    }
    .secStaff .titStaffSub{
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0;
        margin-bottom: 30px;
    }    
    .secStaff .staffBox{
        width: 46.5%;
        display: inline-block;
        vertical-align: top;
        margin: 0 7% 30px 0;
    }
    .secStaff .staffBox:nth-child(3n){
        margin-right: 7%;
    }
    .secStaff .staffBox:last-child,
    .secStaff .staffBox:nth-child(2n){
        margin-right: 0;
    }
    .secStaff .tit{
        font-size: 17px;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    .secStaff .titSub{
        font-size: 12px;
        margin-top: 5px;
    }
}
/* secGuide */
.secGuide{
    margin: 95px auto;
}
.secGuide .blockMap{
    margin-bottom: 35px;
}
.secGuide .dlBox{
    margin: 20px auto 0;
    display: table;
    width: 100%;
}
.secGuide .dtBox{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
    width: 110px;
    display: table-cell;
    vertical-align: top;
}
.secGuide .ddBox{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
    width: 1090px;
    display: table-cell;
    vertical-align: top;
}
@media only screen and (max-width:767px){
    .secGuide{
        margin: 45px auto;
        width: 92%;
    }
    .secGuide .blockMap{
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 70%;
    }
    .secGuide .blockMap iframe{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .secGuide .dlBox{
        margin: 15px auto 0;
    }
    .secGuide .dtBox{
        font-size: 12px;
        width: 75px;
    }
    .secGuide .ddBox{
        font-size: 12px;
        width: calc(100% - 75px);
    }    
}
/* secShowroom */
.secShowroom{
    margin: 95px auto;
}
.secShowroom .boxSlider{
	position: relative;
    overflow: hidden;
}
.secShowroom .swiper-container{
	width: 630px;
	overflow: visible;
}
.secShowroom .swiper-slide{
    width: 630px;
}
.secShowroom .imgBox{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.66%;
}
.secShowroom .txtShowroom{
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
    width: 630px;
    margin: 20px auto 0;
}
@media only screen and (max-width:767px){
    .secShowroom{
        margin: 45px auto;
    }
    .secShowroom .swiper-container{
        width: 92%!important;
    }
    .secShowroom .swiper-slide{
        width: 100%;
    }
    .secShowroom .txtShowroom{
        width: 92%;
        margin: 15px auto 0;
        font-size: 15px;
    }
}
/* secArea slider */
.secDetails .secArea .boxSlider{
    width: 480px;
    position: relative;
}
.secDetails .secArea .swiper-container{
    width: 480px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.secDetails .secArea .swiper-slide{
    width: 100%;
    background: #CCC;
}
.secDetails .secArea .boxThumb{
    font-size: 0;
}
.secDetails .secArea .boxThumb li{
    width: 75px;
    display: inline-block;
    vertical-align: top;
    margin: 25px 6px 0 0;
}
.secDetails .secArea .boxThumb li:last-child{
    margin-right: 0;
}
.secDetails .secArea .boxThumb a{
    display: block;
    position: relative;
}
.secDetails .secArea .boxThumb .on a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: #000 solid 5px;
}
.secDetails .secArea .boxThumb .img{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
@media only screen and (max-width:767px){
    .secDetails .secArea .boxSlider{
        width: 100%;
    }
    .secDetails .secArea .swiper-container{
        width: 100%;
    }
    .secDetails .secArea .boxThumb{
        margin: 10px auto 0;
        font-size: 0;
    }
    .secDetails .secArea .boxThumb li{
        width: 15%;
        margin: 2.5% 2% 0 0;
    }
    .secDetails .secArea .boxThumb .on a::after{
        border: #000 solid 3px;
    }
}

