@charset "utf-8";

.boxModelhouse{
    height:auto;
}
.boxModelhouse .boxList{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0 50px;
}
.boxModelhouse .box{
    background:#fff;
    width: calc((100% - 80px) / 4);
    height:auto;
    margin-right: 26px;
}
.boxModelhouse .box:nth-child(4n){
    margin-right: 0;
}
.boxModelhouse .box:nth-child(n + 5){
    margin-top: 27px;
}
.boxModelhouse .aBox{
    display: flex;
    flex-direction: column;
    position:relative;
    height: 100%;
    padding: 8px 8px 30px;
}
.boxModelhouse .aBox::after{
    display: none;
}
.boxModelhouse .boxImg{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.boxModelhouse .boxImg .img{
    width:100%;
    height:0;
    padding-top:40.145%;
}
.boxModelhouse .boxImg .img:first-child{
    margin-right: 8px;
}
.boxModelhouse .boxImg .tit {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2.5px 5px;
    background: #ffff00;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    margin: 0;
    color: #000;
}
.boxModelhouse .tit{
    margin: 9px 12px 0;
    color:#78ac30;
    font-weight:700;
    font-weight:700;
    font-size:13px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxModelhouse .tagTit{
    margin:8px 0 0;
}
.boxModelhouse .sub{
    margin:3px 12px 0;
    font-weight:700;
    font-size:16px;
    line-height:calc(26 / 16);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.boxModelhouse .iconlist{
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin: 7px 8px 0;
}
.boxModelhouse .iconlist li{
    font-size: 13px;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    padding: 5px;
    line-height: 1.3;
}
.boxModelhouse .iconlist li:nth-child(1){
    background: #ea560b;
}
.boxModelhouse .iconlist li:nth-child(2){
    background: #8fc422;
}
.boxModelhouse .iconlist li:nth-child(3){
    background: #009b60;
}
@media only screen and (max-width:767px){
    .boxModelhouse{
        height:auto;
        padding:0 10px;
        background:#fff !important;
    }
    .boxModelhouse .boxList{
        padding: 0 0 30px;
    }
    .boxModelhouse .box{
        width:48.62%;
        min-height: 0;
        margin-right: 2%;
        padding: 0;
    }
    .boxModelhouse .box:nth-child(2n){
        margin-right: 0;
    }
    .boxModelhouse .box:nth-child(n + 3){
        margin-top: 0;
    }
    .boxModelhouse .aBox{
        padding: 20px 0 45px;
    }
    .boxModelhouse .aBox::after{
        display: none;
    }
    .boxModelhouse .boxImg .img{
        width:100%;
        height:0;
        padding-top:67.09%;
    }
    .boxModelhouse .boxImg .img.none {
        display: none;
    }
    .boxModelhouse .boxImg .img:first-child{
        margin-right: 0;
    }
    .boxModelhouse .boxImg .tit {
        top: 20px;
        left: 0px;
        padding: 5px;
        font-size: 10px;
        letter-spacing: .5px;
    }
    .boxModelhouse .tit{
        margin: 9px 0 0;
    }
    .boxModelhouse .tagTit{
        margin:8px 0 0;
    }
    .boxModelhouse .sub{
        margin:6px 0 0;
        font-size:14px;
        line-height:19px;
        -webkit-line-clamp: 2;
    }
    .boxModelhouse .btnMore{
        width: 115px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: #253038;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .boxModelhouse .iconlist{
        margin: 6px 0 0;
    }
    .boxModelhouse .iconlist li{
        font-size: 10px;
        padding: 3px;
    }
}

/* secModelhouse */
.secModelhouse{
    margin-top: 100px;
}
.secModelhouse.lazyloaded{
    background:url(../img/index/bgModelhouse.jpg?251217) center bottom /cover no-repeat;
    position: relative;
}
.secModelhouse .bgItem{
    position: absolute;
    bottom: 0;
    left: 74px;
    z-index: 1;
    width: 37.553%;
    max-width: 721px;
}
.secModelhouse .wrapper {
    display: flex;
    justify-content: space-between;
}
.secModelhouse .mainTit{
    width:auto;
    margin-bottom:0;
    text-align: left;
    color: #fff;
    padding: 134px 0;
}
.secModelhouse .mainTit .titEng::before {
    display: inline-block;
    width: 10px;
    height: 3px;
    margin-right: 8px;
    background: #fff;
    vertical-align: middle;
    content: "";
}
.secModelhouse .mainTit .titEng{ 
    font-size:20px;
    color: #fff;
}
.secModelhouse .mainTit .titEng::before{
    height:2px;
    margin:0 4px 4px 0;
}
.secModelhouse .mainTit .titJpn{
    margin-top:18px;
    font-size:34px;
    letter-spacing: 0.5px;
}
.secModelhouse .mainTit .txt{
    margin-top:22px;
    font-size:16px;
    line-height:2.25;
    letter-spacing:1px;
}
.boxAreaMap{
    width:827px;
    height:auto;
    background:none;
    padding: 180px 0;
    z-index: 2;
}
.areaShowroom .boxAreaMap{
    padding: 280px 0;
}
.boxAreaMap .boxTit{
    position:relative;
    padding:18px;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    font-weight:700;
    font-size:18px;
    line-height:calc(26 / 18);
    background-color: #fff;
}
.boxAreaMap .boxTit::before{
    position:absolute;
    top:0;
    left:0;
    width:3px;
    height:100%;
    background:#6eb82b;
    content:"";
}
.boxAreaMap .boxTit::after{
    position:absolute;
    top:calc(50% - 11px);
    right:18px;
    width:22px;
    height:22px;
    border:1px solid #6eb82b;
    border-radius:50%;
    background:#6eb82b url(../img/common/iconArrow.png) center center / 24px auto no-repeat;
    transform:rotate(90deg);
    content:"";
}
.boxAreaMap .boxTit.active{
    border-color:#6eb82b;
    background:#6eb82b;
    color:#fff;
}
.boxAreaMap .boxTit.active::after{
    border-color:#fff;
}
.boxAreaMap .list{
    display:none;
    margin: 0 auto;
    background: #fff;
    padding: 5px 7px;
}
.boxAreaMap .list .box{
    width:100%;
    height:auto;
    min-height:initial;
    position: relative;
}
.boxAreaMap .list .box:not(:last-child){
    border-bottom:1px solid #dddddd;
}
.boxAreaMap .list .aBox{
    display:-webkit-flex;
    display:flex;
    padding:10px 0;
}
.boxAreaMap .list .aBox::after{
    position: absolute;
    top: 50%;
    right: 23px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg) translateY(-50%);
    content: "";
}
.boxAreaMap .imgBox{
    width: 149px;
    padding-top: 14.885%;
    margin-right: 33px;
}
.boxAreaMap .area{ display:none;}
.boxAreaMap .subBox,
.boxAreaMap .subBox.box02{
    display:block;
    width:67.164%;
    padding:0 20px 0 0;
}
.boxAreaMap .subBox::after{ display:none;}
.boxAreaMap .tit{
    padding:0;
    font-size:13px;
}
.boxAreaMap .tit {
    display:block;
    margin-top:8px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.boxAreaMap .txt {
    display: block;
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secModelhouse .iconlist {
    margin-top: 8px;
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
}
.secModelhouse .iconlist li {
    font-size: 12px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secModelhouse .iconlist li:nth-child(1){
    background: #ea560b;
}
.secModelhouse .iconlist li:nth-child(2){
    background: #8fc422;
}
.secModelhouse .iconlist li:nth-child(3){
    background: #009b60;
}
@media only screen and (max-width:767px){
    .secModelhouse{
        height:auto;
        margin-top:50px;
        padding:0 0 50px;
    }
	.secModelhouse.lazyloaded{
        background:url(../img/index/bgAreaSp.jpg) center bottom / contain no-repeat;
    }
    .secModelhouse .wrapper{
        -webkit-flex-direction:column;
        flex-direction:column;
        background:#fff;
        width: 100%;
    }
    .secModelhouse .mainTit{
        width:100%;
        padding:48px 5.333% 30px;
    }
    .secModelhouse.lazyloaded .mainTit{
        background:url(../img/index/bgModelhouseSp.jpg) center top / cover no-repeat;
    }
    .secModelhouse .mainTit .titEng{ font-size:16px;}
    .secModelhouse .mainTit .titEng::before{
        height:2px;
        margin:0 4px 4px 0;
    }
    .secModelhouse .mainTit .titJpn{
        font-size:20px;
        margin-top: 10px;
    }
    .secModelhouse .mainTit .txt{
        margin-top: 12px;
        font-size:13px;
        line-height:24px;
        letter-spacing:.5px;
    }
    .boxAreaMap{
        width:100%;
        padding: 0;
    }
    .areaShowroom .boxAreaMap{
        padding: 0;
    }
    .boxAreaMap .boxTit{
        padding:15px;
        font-size:15px;
        line-height:20px;
    }
    .boxAreaMap .boxTit::after{
        right:9px;
    }
    .boxAreaMap .boxTit{
        font-size: 15px;
        line-height: 20px;
        background-color: unset;
    }
    .boxAreaMap .boxTit.active::after{
        border-color:#fff;
    }
    .boxAreaMap .list{
        display:none;
        margin:5px auto;
    }
    .boxAreaMap .list .aBox{
        -webkit-justify-content:space-between;
        justify-content:space-between;
        align-items: center;
    }
    .boxAreaMap .list .aBox::after{
        right:1px;
    }
    .boxAreaMap .imgBox{
        width:30.53%;
        padding-top:24.925%;
        margin: 0;
    }
    .boxAreaMap .area{ display:none;}
    .boxAreaMap .subBox,
    .boxAreaMap .subBox.box02{
        margin-top:0;
    }
    .boxAreaMap .subBox::after{ display:none;}
    .boxAreaMap .tit{
        padding:0;
        font-size:13px;
        margin-top: 0;
    }
    .boxAreaMap .txt{
        display:block;
        margin-top:0;
        font-weight:400;
        font-size:11px;
        line-height:17px;
    }
    .secModelhouse .iconlist {
        margin-top: 5px;
    }
    .secModelhouse .iconlist li{
        font-size: 10px;
        padding: 3px;
    }
}