@charset "utf-8";

/* secDetailsItem */
.secDetailsItem{
    margin-top: 30px;
}
.secDetailsItem .secDetailsTit{
    text-align: left;
    padding-bottom: 40px;
    border-bottom: 1px solid #222;
}
.secDetailsItem .secDetailsTit .engTxt{
    font-size: 50px;
    letter-spacing: 3px;
    margin: 0 0 0 -5px;
}
.secDetailsItem .secDetailsTit .jpTxt{
    font-size: 15px;
    margin-top: 20px;
    letter-spacing: .5px;
}
@media only screen and (max-width:767px){
    .secDetailsItem .secDetailsTit{
        padding-bottom: 20px;
    }
    .secDetailsItem .secDetailsTit .engTxt{
        font-size: 22px;
        letter-spacing: 3px;
        margin: 0 0 0 -5px;
    }
    .secDetailsItem .secDetailsTit .jpTxt{
        font-size: 11px;
        margin-top: 8px;
        letter-spacing: .5px;
    }
}

/* secDetailsContents */
.secDetailsContents{
    position: relative;
}
.secDetailsContents .pageLinkSticky{
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    padding-left: 251px;
    z-index: 10;
    transition: all 0.3s ease-out;
}
.secDetailsContents .pageLinkSticky.active{
    top: 40px;
}
#container.isLp .secDetailsContents .pageLinkSticky{
    padding-left: 0;
}
.secDetailsContents .pageLinkSticky.is-hidden{
    top: -250px!important;
}
.secDetailsContents .pageLinkList{
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 1100px;
    max-width: 1200px;
    width: auto;
    height: 80px;
    margin: 0 auto;
}
.secDetailsContents .pageLinkList .item{
    position: relative;
    width: calc(100% / 5);
    background-color: rgba(255, 255, 255, .9);
}
.secDetailsContents .pageLinkList .item:not(:last-child)::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 40px;
    background-color: rgba(0, 0, 0, .2);
}
.secDetailsContents .pageLinkList .item:first-child{
    border-radius: 40px 0 0 40px;
}
.secDetailsContents .pageLinkList .item:only-child{
    border-radius: 40px;
}
.secDetailsContents .pageLinkList .item:last-child{
    border-radius: 0 40px 40px 0;
}
.secDetailsContents .pageLinkList .item .aLink{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
}
.secDetailsContents .pageLinkList .item .jpTit{
    font-size: 14px;
}
.secDetailsContents .pageLinkList .item .sideIcon::after{
    left: auto;
    right: -20px;
    background-color: #ff2222;
}
@media only screen and (max-width:767px){
    .secDetailsContents{
        padding-bottom: 100px;
    }
    #container.isLp #mainBox{
        padding-bottom: 0;
    }
    #container.isLp:not(.coPage) .secDetailsContents{
        padding-top: 0;
    }
    #container.isLp .secDetailsContents{
        padding-bottom: 40px;
    }
    .secDetailsContents .pageLinkSticky{
        top: -80px;
        padding: 0;
        z-index: 998;
        display: none;
    }
    .secDetailsContents .pageLinkSticky.active{
        top: 0;
    }
    .scroll .secDetailsContents .pageLinkSticky{
        top: 63px;
        transition: 0.5s;
    }
    .scroll #container.isLp .secDetailsContents .pageLinkSticky{
        top: 0;
    }
    .secDetailsContents .pageLinkSticky.onNavi{
        z-index: 10;
    }
    .secDetailsContents .pageLinkList{
        flex-wrap: wrap;
        max-width: 100%;
        min-width: auto;
        height: auto;
    }
    .secDetailsContents .pageLinkList .item{
        width: calc(100% / 3);
        height: 40px;
    }
    .secDetailsContents .pageLinkList .item:nth-child(4),
    .secDetailsContents .pageLinkList .item:nth-child(5){
        width: 50%;
    }
    .secDetailsContents .pageLinkList .item:nth-child(3)::after{
        display: none;
    }
    .secDetailsContents .pageLinkList .item:not(:last-child)::after{
        top: -1px;
        height: 39px;
    }
    .secDetailsContents .pageLinkList .item::before{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, .2);
    }
    .secDetailsContents .pageLinkList .item{
        border-radius: 0!important;
    }
    .secDetailsContents .pageLinkList .item .aLink{
        padding-left: 10px;
    }
    .secDetailsContents .pageLinkList .item .jpTit{
        width: 100%;
        font-size: 12px;
    }
    .secDetailsContents .pageLinkList .item .sideIcon::after{
        right: 12px;
        width: 6px;
        height: 6px;
    }
}


/* secNews */
.secNews{
    margin-top: 40px;
    background-color: #f7f7f7;
}
.secNews .secNewsTop{
    width: calc(100% - 24px);
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.secNews .secTitBox {
    width: 188px;
    padding-left: 38px;
}
.secNews .secTitBox .jpTit{
    font-size: 16px;
}
.secNews .boxNews {
    width: calc( 100% - 188px);
    max-height: 119px;
    overflow-y: scroll;
}
.secNews .boxNews::-webkit-scrollbar {
    width: 5px;
}
.secNews .boxNews::-webkit-scrollbar-thumb {
    background: #e2e2e2;
    border-radius: 2.5px;
}
.secNews .boxNews::-webkit-scrollbar-track {
    background: #fff;
}
.secNews .newsList{
    padding-right: 56px;
    display: flex;
    flex-direction: column;
}
.secNews .newsList .newsItem{
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}
.secNews .newsList .newsItem:last-child{
    border-bottom: none;
}
.secNews .newsList .aNews{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 20px 15px 0;
    width: 100%;
}
.secNews .newsList .newsItem:first-child .aNews{
    padding-top: 0;
}
.secNews .newsList .newsItem:last-child .aNews{
    padding-bottom: 0;
}
.secNews .newsList .aNews .new{
    width: 36px;
    height: 18px;
    border-radius: 0;
}
.secNews .newsList .aNews .new .newTxt{
    font-size: 11px;
}
.secNews .newsList .aNews .dayBox{
    display: flex;
    align-items: center;
}
.secNews .newsList .aNews .dayBox .dayTxt{
    color: #7b7b7b;
    font-size: 10px;
    margin-right: 10px;
    letter-spacing: 1px;
}
.secNews .newsList .aNews .dayBox .tagTxt{
    color: #ff0100;
    font-size: 11px;
    letter-spacing: .5px;
    margin-right: 5px;
}
.secNews .newsList .aNews .titBox{
    margin-top: 10px;
}
.secNews .newsList .aNews .titBox .tit{
    font-size: 13px;
    letter-spacing: 1.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 20px;
}
.secNews .sideIcon::after {
    right: 0;
    background-color: #ff2222;
}
@media only screen and (max-width:767px){
    .secNews{
        margin-top: 30px;
    }
    .secNews .secNewsTop{
        width: calc(100% - 20px);
        padding: 15px 0 15px 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .secNews .secTitBox {
        width: auto;
        padding-left: 0;
    }
    .secNews .secTitBox .jpTit{
        font-size: 13px;
    }
    .secNews .boxNews {
        margin-top: 15px;
        width: 100%;
        overflow-y: scroll;
        max-height: 99px;
    }
    .secNews .newsList{
        padding-right: 30px;
    }
    .secNews .newsList .aNews{
        padding: 15px 20px 15px 0;
    }
    .secNews .newsList .aNews .new{
        width: 32px;
        height: 13px;
    }
    .secNews .newsList .aNews .new .newTxt{
        font-size: 10px;
    }
    .secNews .newsList .aNews .dayBox{
        display: flex;
        align-items: center;
    }
    .secNews .newsList .aNews .dayBox .dayTxt{
        margin-right: 5px;
        letter-spacing: 0;
    }
    .secNews .newsList .aNews .dayBox .tagTxt{
        font-size: 10px;
        letter-spacing: 0;
        margin-right: 3px;
    }
    .secNews .newsList .aNews .titBox{
        margin-top: 5px;
    }
    .secNews .newsList .aNews .titBox .tit{
        font-size: 11px;
        letter-spacing: 0;
        max-height: 13px;
    }
}

/* secSlider  */
.secSlider {
    margin-top: 40px;
    overflow: hidden;
}
.secSlider .swiper{
    width: 1080px;
    overflow: visible;
}
.secSlider .imgBox{
    width: 100%;
    height: 0;
    padding-top: 66.668%;
}
/* .swiper-button */
.secSlider .swiper-button-prev,
.secSlider .swiper-button-next{
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, .8);
}
.secSlider .swiper-button-prev{
    left: -30px;
}
.secSlider .swiper-button-next{
    right: -30px;
}
.secSlider .swiper-button-prev.sideIcon:after,
.secSlider .swiper-button-next.sideIcon:after{
    background: #222;
}
.secSlider .swiper-button-prev.sideIcon:after{
    transform: rotate(180deg);
    right: auto;
    left: 15px;
}
.secSlider .swiper-button-next.sideIcon:after{
    transform: rotate(0);
    right: 15px;
}
.secSlider .swiper-button-prev:before,
.secSlider .swiper-button-next:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    background-color: #222;
}
.secSlider .swiper-button-prev.sideIcon:before{
    right: 17px;
}
.secSlider .swiper-button-next.sideIcon:before{
    left: 17px;
}
/* .swiper-pagination */
.secSlider .swiper-pagination-bullets{
    position: static;
    margin-top: 30px;
}
.secSlider .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #f1efed;
    margin: 0 5px!important;
    opacity: 1;
}
.secSlider .swiper-pagination-bullet-active{
    background: #ff0100;
}
@media only screen and (max-width:767px){
    .secSlider {
        margin-top: 30px;
    }
    .secSlider .swiper{
        width: 89.336%;
    }
    .secSlider .imgBox{
        padding-top: 55.556%;
    }
    /* .swiper-button */
    .secSlider .swiper-button-prev,
    .secSlider .swiper-button-next{
        width: 29px;
        height: 29px;
        border-radius: 29px;
    }
    .secSlider .swiper-button-prev{
        left: -17px;
    }
    .secSlider .swiper-button-next{
        right: -17px;
    }
    .secSlider .swiper-button-next.sideIcon:after,
    .secSlider .swiper-button-prev.sideIcon:after{
        width: 6px;
        height: 7px;
    }
    .secSlider .swiper-button-prev.sideIcon:after{
        left: 7px;
    }
    .secSlider .swiper-button-next.sideIcon:after{
        right: 7px;
    }
    .secSlider .swiper-button-prev:before,
    .secSlider .swiper-button-next:before{
        width: 6px;
    }
    .secSlider .swiper-button-prev.sideIcon:before{
        right: 8px;
    }
    .secSlider .swiper-button-next.sideIcon:before{
        left: 8px;
    }
    /* .swiper-pagination */
    .secSlider .swiper-pagination-bullets{
        margin-top: 18px;
    }
    .secSlider .swiper-pagination-bullet{
        width: 9px;
        height: 9px;
        margin: 0 4px!important;
    }
}

/* secPoint */
.secPoint{
    margin-top: 50px;
}
.secPoint .secEntryBox{
    margin-top: 45px;
}
.secPoint .entry a{
    color: #0774fa;
}
.secPoint .entry iframe[src^="https://www.youtube.com"]{
    width: 850px;
    height: 476px;
}
.secPoint .entry .entryList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style:none;
    margin: 0;
    width: 100%;
}
.secPoint .entry .entryList .item{
    list-style:none;
    width: 47.5%;
    margin: 0;
}
.secPoint .entry .entryList .item:nth-child(n+3){
    margin-top: 75px;
}
.secPoint .entry .entryList .imgBox{
    width: 100%;
    height: 0;
    padding-top: 63.16%;
}
.secPoint .entry .entryList .txt{
    font-size: 15px;
    line-height: 30px;
    margin-top: 20px;
}
.secPoint .entry .entryBnr a{
    display: inline-block;
}
@media only screen and (max-width:767px){
    .secPoint{
        margin-top: 30px;
    }
    .secPoint .secEntryBox{
        margin-top: 20px;
    }
    .secPoint .entry iframe[src^="https://www.youtube.com"]{
        width: 100%;
        height: 50.136vw;
    }
    .secPoint .entry .entryList{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style:none;
        margin: 0;
        width: 100%;
    }
    .secPoint .entry .entryList .item{
        list-style:none;
        width: 100%;
        margin: 0;
    }
    .secPoint .entry .entryList .item:nth-child(n+2){
        margin-top: 35px;
    }
    .secPoint .entry .entryList .txt{
        font-size: 13px;
        line-height: 25px;
        margin-top: 15px;
    }
}

/* secTown */
.secTown{
    margin-top: 80px;
    padding: 80px 0;
    background-color: #f7f7f7;
}
/* secTownSlider */
.secTownSlider{
    margin-top: 50px;
    overflow: hidden;
}
.secTownSlider .swiper {
    width: 1080px;
    overflow: visible;
}
.secTownSlider .boxSlider{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.secTownSlider .imgBox{
    width: 100%;
    height: 0;
    padding-top: 66.668%;
    background: #fff;
}
/* sliderTown */
.secTownSlider .swiper-slide {
    position: relative;
}
.secTownSlider .swiper-slide a{
    display: block;
}
.secTownSlider .swiper-slide .txtBox{
    opacity: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .85);
    padding: 30px;
    text-align: left;
    transition: 0.2s ;
}
.secTownSlider .swiper-slide.swiper-slide-active .txtBox{
    opacity: 1;
}
.secTownSlider .swiper-slide .txtBox .txt{
    font-size: 15px;
    line-height: 26px;
}
/* boxThumb */
.secTownSlider .boxThumb{
    width: 100%;
    margin: 70px auto 0;
    position: relative;
}
.secTownSlider .boxThumb .swiper {
    width: 100%;
}
.secTownSlider .boxThumb .swiper-slide {
    max-width: 150px!important;
}
.secTownSlider .boxThumb .swiper-slide,
.secTownSlider .boxThumb .swiper-slide-active{
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease-out;
    transform-origin: center center;
    cursor: pointer;
}
.secTownSlider .boxThumb .swiper-slide-thumb-active::after{
    content: "";
    border: #ff0100 solid 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.secTownSlider .imgThumb{
    width: 100%;
    height: 0;
    padding-top: 66.67%;
}
/* swiper-pagination */
.secTownSlider .swiper-pagination{
    position: absolute;
    top: auto!important;
    bottom: -40px!important;
    font-size: 15px;
}
/* swiper-button */
.secTownSlider .swiper-button-prev,
.secTownSlider .swiper-button-next{
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, .8);
}
.secTownSlider .swiper-button-prev{
    left: -30px;
}
.secTownSlider .swiper-button-next{
    right: -30px;
}
.secTownSlider .swiper-button-prev.sideIcon:after,
.secTownSlider .swiper-button-next.sideIcon:after{
    background: #222;
}
.secTownSlider .swiper-button-prev.sideIcon:after{
    transform: rotate(180deg);
    right: auto;
    left: 15px;
}
.secTownSlider .swiper-button-next.sideIcon:after{
    transform: rotate(0);
    right: 15px;
}
.secTownSlider .swiper-button-prev:before,
.secTownSlider .swiper-button-next:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    background-color: #222;
}
.secTownSlider .swiper-button-prev.sideIcon:before{
    right: 17px;
}
.secTownSlider .swiper-button-next.sideIcon:before{
    left: 17px;
}
@media only screen and (max-width:767px){
    .secTown{
        margin-top: 40px;
        padding: 40px 0;
    }
    .secTownSlider{
        margin-top: 20px;
    }
    .secTownSlider .swiper {
        width: 89.336%!important;
    }
    .secTownSlider .imgBox{
        padding-top: 66.57%;
    }
    /* sliderTown */
    .secTownSlider .boxSlider:not(.disabled) .swiper-slide:not(.swiper-slide-active) .txtBox{
        height: 0;
        opacity: 0;
        transition: 0.5s;
    }
    .secTownSlider .swiper-slide .txtBox{
        position: static;
        background-color: transparent;
        padding: 0;
        text-align: left;
        margin-top: 16px;
    }
    .secTownSlider .swiper-slide .txtBox .txt{
        font-size: 12px;
        line-height: 22px;
    }
    /* boxThumb */
    .secTownSlider .boxThumb{
        margin: 40px auto 0;
    }
    .secTownSlider .boxThumb .swiper {
        overflow: hidden;
    }
    .secTownSlider .boxThumb .swiper-slide {
        max-width: none!important;
    }
    .secTownSlider .boxThumb .swiper-slide-thumb-active::after{
        border: #ff0100 solid 2px;
    }
    .secTownSlider .imgThumb{
        width: 100%;
        height: 0;
        padding-top: 66.67%;
    }
    /* swiper-pagination */
    .secTownSlider .swiper-pagination{
        bottom: -20px !important;
        font-size: 12px;
    }
    /* swiper-button */
    .secTownSlider .swiper-button-prev,
    .secTownSlider .swiper-button-next{
        width: 29px;
        height: 29px;
        border-radius: 29px;
        bottom: auto;
        top: 27vw;
    }
    .secTownSlider .swiper-button-prev{
        left: -17px;
    }
    .secTownSlider .swiper-button-next{
        right: -17px;
    }
    .secTownSlider .swiper-button-next.sideIcon:after,
    .secTownSlider .swiper-button-prev.sideIcon:after{
        width: 6px;
        height: 7px;
    }
    .secTownSlider .swiper-button-prev.sideIcon:after{
        left: 7px;
    }
    .secTownSlider .swiper-button-next.sideIcon:after{
        right: 7px;
    }
    .secTownSlider .swiper-button-prev:before,
    .secTownSlider .swiper-button-next:before{
        width: 6px;
    }
    .secTownSlider .swiper-button-prev.sideIcon:before{
        right: 8px;
    }
    .secTownSlider .swiper-button-next.sideIcon:before{
        left: 8px;
    }
}

/* secTownInfo */
.secTownInfo{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.secTownInfo .mapTable{
    width: calc(100% - 38.3322%);
}
.secTownInfo .mapTable table{ 
    width: 100%;
    border:1px solid #e1e1e1;
}
.secTownInfo .mapTable tr:not(:first-child){
    border-top:1px solid #e1e1e1;
}
.secTownInfo .mapTable th,
.secTownInfo .mapTable td{
    font-size:14px;
    padding:17px 20px;
    letter-spacing:0.5px;
    line-height:1.6;
    line-height:24px;
}
.secTownInfo .mapTable th{
    width: 130px;
    background:#f8f5f0;
    vertical-align:middle;
}
.secTownInfo .mapTable td{
    width: calc(100% - 130px);
    vertical-align:middle;
    background:#fff;
}
.secTownInfo .btnTable{
    width: 35%;
}
.secTownInfo .btnTable:only-child{
    width: 50%;
    margin: 0 auto;
}
.secTownInfo .btnTable .btnList{
    display: flex;
    flex-direction: column;
}
.secTownInfo .btnTable .btnItem{
    width: 100%;
    height: 105px;
}
.secTownInfo .btnTable .btnItem + .btnItem{
    margin-top: 20px;
}
.secTownInfo .btnTable .btnItem a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding-left: 40px;
}
.secTownInfo .btnTable .btnItem .aBtn,
.secTownInfo .btnTable .btnItem .aBtnTel{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.secTownInfo .btnTable .btnItem .aBtn span,
.secTownInfo .btnTable .btnItem .aBtnTel .boxIconTel{
    position: relative;
    padding-left: 32px;
}
.secTownInfo .btnTable .btnItem .aBtnTel .boxIconTel{
    display: flex;
    flex-direction: column;
}
.secTownInfo .btnTable .btnItem .aBtn span::before,
.secTownInfo .btnTable .btnItem .aBtnTel .boxIconTel::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
}
.secTownInfo .btnTable .btnItem .aBtnReserve span::before{
    width: 20px;
    height: 22px;
    background: url(../img/estate/iconBtnReserve.png?250310) center top / cover no-repeat;
}
.secTownInfo .btnTable .btnItem .aBtnCatalog span::before{
    width: 27px;
    height: 20px;
    background: url(../img/estate/iconBtnCatalog.png?250310) center top / cover no-repeat;
    left: -4px;
}
.secTownInfo .btnTable .btnItem .aBtnTel .boxIconTel::before{
    width: 22px;
    height: 22px;
    background: url(../img/estate/iconBtnTel.png?250310) center top / cover no-repeat;
}
.secTownInfo .btnTable .btnItem .aBtnReserve{
    background-color: #2ea370;
}
.secTownInfo .btnTable .btnItem .aBtnCatalog{
    background-color: #2f78a3;
}
.secTownInfo .btnTable .btnItem .aBtnTel{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.secTownInfo .btnTable .btnItem .aBtnTel .txtTop{
    font-size: 15px;
    color: #333;
}
.secTownInfo .btnTable .btnItem .aBtnTel .txtPhone{
    font-size: 32px;
    letter-spacing: 3px;
    color: #333;
    margin-top: 11px;
}
@media only screen and (max-width:767px){
    .secTownInfo{
        margin-top: 20px;
        flex-direction: column;
    }
    .secTownInfo .mapTable{
        width: 100%;
    }
    .secTownInfo .mapTable tr{
        display: flex;
        flex-wrap: wrap;
    }
    .secTownInfo .mapTable th,
    .secTownInfo .mapTable td{
        font-size:12px;
        padding: 10px;
        letter-spacing:0.5px;
        line-height: 1.5;
    }
    .secTownInfo .mapTable th{
        width: 80px;
    }
    .secTownInfo .mapTable td{
        width: calc(100% - 80px);
    }
    .secTownInfo .mapTable td + th + td,
    .secTownInfo .mapTable td + th{
        border-top: 1px solid #e1e1e1;
    }
    .secTownInfo .btnTable{
        width: 100%;
        margin-top: 25px;
    }
    .secTownInfo .btnTable:only-child{
        width: 100%;
    }
    .secTownInfo .btnTable .btnList{
        display: flex;
        flex-direction: column;
    }
    .secTownInfo .btnTable .btnItem{
        height: 51px;
    }
    .secTownInfo .btnTable .btnItem + .btnItem{
        margin-top: 10px;
    }
    .secTownInfo .btnTable .btnItem a{
        padding-left: 20px;
    }
    .secTownInfo .btnTable .btnItem .aBtn{
        font-size: 14px;
        letter-spacing: 0;
    }
    .secTownInfo .btnTable .btnItem .aBtn.sideIcon::after{
        right: 20px;
        width: 6px;
        height: 6px;
    }
    .secTownInfo .btnTable .btnItem .aBtn span{
        padding-left: 27px;
    }
    .secTownInfo .btnTable .btnItem .aBtnReserve span::before{
        width: 22px;
        height: 16px;
    }
    .secTownInfo .btnTable .btnItem .aBtnCatalog span::before{
        width: 16px;
        height: 18px;
    }
    .secTownInfo .btnTable .btnItem .aBtnTel{
        height: 69px;
    }
    .secTownInfo .btnTable .btnItem .aBtnTel span{
        font-size: 12px;
    }
    .secTownInfo .btnTable .btnItem .aBtnTel span.fRoboto{
        font-size: 20px;
        letter-spacing: 2px;
    }
}

/* secTownBlock */
.secTownBlock{
    margin-top: 70px;
}
.secTownBlock .townBlockTit{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #747a7e;
    letter-spacing: 1.5px;
}
.secTownBlock .townBlockImg{
    padding: 50px;
    background-color: #fff;
}
.secTownBlock .imgBox{
    text-align: center;
}
.secTownBlock .imgBox img{
    max-width: 100%;
    width: auto;
    height: auto;
}
@media only screen and (max-width:767px){
    .secTownBlock{
        margin-top: 38px;
    }
    .secTownBlock .townBlockTit{
        height: 42px;
        font-size: 14px;
        letter-spacing: .5px;
    }
    .secTownBlock .townBlockImg{
        position: relative;
        padding: 20px;
    }
    .secTownBlock .townBlockImg::after{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        bottom: 15px;
        right: 15px;
        width: 10px;
        height: 10px;
        background: url(../img/estate/iconZoom.png) center top / cover no-repeat;
    }
}


/* secTownList */
.secTownList{
    margin-top: 30px;
    width: 100%;
}
.secTownList table{
	width:100%;
    background-color: #fff;
}
.secTownList tr{
    display: flex;
}
.secTownList tr:not(:first-child,:last-child,:nth-child(4)){
	border-bottom:1px solid #ededed;
}
.secTownList .on tr:nth-child(4){
	border-bottom:1px solid #ededed;
}
.secTownList th,
.secTownList td{
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
	padding: 20px 10px;
	vertical-align:middle;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    /* max-width: 155px; */
	width: calc(100% / 6);
}
.secTownList th{
	background:#e2e2e2;
    height: 64px;
}
.secTownList th:nth-child(1),
.secTownList td:nth-child(1){
    max-width: 180px;
	width: 100%;
}
.secTownList th:nth-child(3),
.secTownList td:nth-child(3){
    max-width: 220px;
	width: 100%;
}
.secTownList th:nth-child(1){
    font-size: 0;
}
.secTownList td:nth-child(1){
    padding: 0;
}
.secTownList td + th{
	border-left:1px solid #ededed;
}
.secTownList td .tdTxt{
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 70px;
}
.secTownList td .tdTxt .thxt{
    display: none;
}
.secTownList td .img{
    width: 100%;
    height: 0;
    padding-top: 66.67%;
}
.secTownList td .aBtmBtn{
    width: 120px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    color: #fff;
    font-size: 13px;
}
@media only screen and (max-width:767px){
    .secTownList{
        width: 93.336%;
        margin: 20px auto 0;
    }
    .secTownList table{
        background-color: transparent;
    }
    .secTownList tr{
        position: relative;
        /* display: ruby-text; */
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: flex-end;
    }
    .secTownList tr:not(:last-child){
        margin-bottom: 10px;
    }
    .secTownList tr{
        border: none!important;
        width: 100%;
        min-height: 120px;
        height: auto;
    }
    .secTownList th,
    .secTownList td{
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 1px;
        padding: 0;
        max-width: none;
        width: auto;
    }
    .secTownList th{
        height: auto;
    }
    .secTownList tr:nth-child(1),
    .secTownList th:nth-child(1),
    .secTownList th:nth-child(2),
    .secTownList th:nth-child(3),
    .secTownList td:nth-child(7){
        display: none;
    }
    .secTownList th:nth-child(1),
    .secTownList td:nth-child(1),
    .secTownList th:nth-child(6),
    .secTownList td:nth-child(6),
    .secTownList th:nth-child(7),
    .secTownList td:nth-child(7){
        max-width: none;
        width: auto;
    }
    .secTownList td:nth-child(1){
        position: absolute;
        top: 0;
        left: 0;
        float: left;
        width: 51.146%;
    }
    .secTownList td:not(:nth-child(1)){
        width: 38.1%;
        margin-left: 16px;
        float: left; 
        justify-content: flex-start;
    }
    .secTownList td:nth-child(n+2){
        /* padding-left: calc(50.798% + 16px); */
        width: 44% !important;
        margin: 0 0 0 auto!important;
    }
    .secTownList td:nth-child(2){
        margin-top: 1vw;
    }
    .secTownList td:nth-child(2),
    .secTownList td:nth-child(3){
        font-size: 13px;
        line-height: 18px;
    }
    .secTownList td:nth-child(4){
        margin-top: 5px;
    }
    .secTownList td .tdTxt .thxt{
        display: inline-block;
    }
    .secTownList td .tdTxt{
        display: block;
        max-height: none;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .secTownList td .img{
        padding-top: 66.25%;
    }
}

/* btmBoxBtn */
.secTownList .btmBoxBtn{
    width: 100%;
    height: 60px;
    background-color: #747a7e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.secTownList .infoTxtTable.on +.btmBoxBtn{
    display: none;
}
.secTownList .infoTxtTable.on + .btmBoxBtn span:not(.on),
.secTownList span.on {
    display: none;
}
.secTownList .infoTxtTable.on + .btmBoxBtn span.on {
    display: block;
}
.secTownList .sideIcon::after{
    transition: all 0.4s ease-out;
}
.secTownList .infoTxtTable.on + .btmBoxBtn.sideIcon::after{
    transform: rotate(-90deg);
}
@media only screen and (max-width:767px){
    .secTownList .btmBoxBtn{
        margin-top: 0;
        height: 35px;
        font-size: 12px;
    }
    .secTownList .infoTxtTable.on + .btmBoxBtn {
        margin-top: 10px;
    }
    .secTownList .sideIcon::after{
        width: 6px;
        height: 6px;
    }
}

/* メニューオープン */
.secCmnSearchBox.openNavi,
.estateWrapper.openNavi{
    display: none;
}

/* secHousing  */
.secHousing {
    margin-top: 80px;
}
/* boxTab */
.secHousing .boxTab{
    position: relative;
    margin-top: 40px;
}
.secHousing .boxTab::after{ 
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;;
    height: 100%;
    border: 1px solid #e1e1e1;
    z-index: -1;
}
.secHousing .boxTab .boxTabSlider {
    background-color: #f7f7f7;
    padding: 40px 0 0 0 ;
}
.secHousing .boxTab .swiper  {
    overflow: visible;
    overflow-x: clip;
}
.secHousing .boxTab .swiperBox {
    position: relative;
    padding: 0 66px;
}
/* .secHousing .boxTab .secTab{
    display: flex;
    justify-content: center;
} */
.secHousing .boxTab .secTab .item{
    width: 23.438%;
    min-height: 60px;
    height: auto;
    background-color: #e1e1e1;
    color: #222;
    border-radius: 5px 5px 0 0;
    text-align: center;
    margin-right: 2%;
    height: 68px;
}
.secHousing .boxTab .secTab .item .sideIcon::after{
    display: none;
}
.secHousing .boxTab .secTab .item.active{
    background-color: #fff;
}
.secHousing .boxTab .secTab .item.active .sideIcon::after{
    display: block;
    background-color: #ff2222;
    top: auto;
    bottom: -20px;
    left: 0;
    right: 0;
}
.secHousing .boxTab .secTab .item:last-child{
    margin-right: 0;
}
.secHousing .boxTab .item .link{
    padding: 15px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.5;
}
/* swiper-button */
.secHousing .swiper-button-prev,
.secHousing .swiper-button-next{
    width: 22px;
    height: 45px;
    margin-top: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    background: #747a7e;
}
.secHousing .swiper-button-next.swiper-button-disabled,
.secHousing .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background-color: #c3c5c7;
}
.secHousing .swiper-button-prev::after,
.secHousing .swiper-button-next::after{
    content: '';
    width: 6px;
    height: 6px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 0;
}
.secHousing .swiper-button-prev::after{
    transform: rotate(-180deg);
}
.secHousing .swiper-button-next::after{
    transform: rotate(0deg);
}
.secHousing .swiper-button-prev{
	left: 20px;
}
.secHousing .swiper-button-next{
	right:20px;
}
/* secCmnTabContainer */
.secHousing .secCmnTabContainer .secCmnTabContents{
    position: relative;
    padding: 48px 67px;
}
.secHousing .secCmnTabContainer .secCmnTabContents.hide{
    height: 0;
    overflow: hidden;
    padding: 0;
}
/* topInfoTit */
.secHousing .secCmnTabContainer .topInfoTit {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 20px;
}
/* topInfoBox */
.secHousing .secCmnTabContainer .topInfoBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secHousing .secCmnTabContainer .topInfoBox .imgBox{
    width: 49.25%;
}
.secHousing .secCmnTabContainer .topInfoBox .img{
    width: 100%;
    height: 0;
    padding-top: 66.667%;
}
.secHousing .secCmnTabContainer .topInfoBox .infoBox{
    width: calc(100% - 54.033%);
}
.secHousing .secCmnTabContainer .topInfoBox .txtList .txtItem{
    font-size: 16px;
    line-height: 36px;
    display: flex;
}
.secHousing .secCmnTabContainer .topInfoBox .txtList span{
    display: inline-block;
}
.secHousing .secCmnTabContainer .topInfoBox .txtList span:first-child{
    position: relative;
    width: 79px;
    padding-right: 14px;
    margin-right: 14px;
}
.secHousing .secCmnTabContainer .topInfoBox .txtList span:first-child::after{
    position: absolute;
    content: ':';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
}
.secHousing .secCmnTabContainer .topInfoBox .priceBox{
    display: flex;
    align-items: flex-end;
    margin: 10px 0 20px 0;
}
.secHousing .secCmnTabContainer .topInfoBox .priceBox .num{
    color: #ff0100;
    font-size: 44px;
    letter-spacing: 2px;
}
.secHousing .secCmnTabContainer .topInfoBox .priceBox .numTxt{
    font-size: 22px;
    margin: 0 0 7px 3px;
}
.secHousing .secCmnTabContainer .topInfoBox .tagList{
    margin-top: 12px;
}
.secHousing .secCmnTabContainer .topInfoBox .tagTxt{
    font-size: 12px;
    color: #fff;
    background-color: #a2aeb4;
    padding: 8px 7px;
    display: inline-block;
    margin: 0 5px 5px 0;
    letter-spacing: .5px;
}
.secHousing .secCmnTabContainer .imgLoading{
    text-align: center;
}
@media only screen and (max-width:767px){
    .secHousing {
        margin-top: 40px;
    }
    /* boxTab */
    .secHousing .boxTab{
        margin-top: 20px;
    }
    .secHousing .boxTab::after{ 
        display: none;
    }
    .secHousing .boxTab .boxTabSlider {
        padding: 20px 0 0 0 ;
    }
    .secHousing .boxTab .swiper{
        overflow-x: inherit;
    }
    .secHousing .boxTab .swiperBox {
        /* padding: 0 48px; */
        padding: 0;
    }
    .secHousing .boxTab .secTab .item{
        width: 17.6%;
        min-height: 55px;
        height: 55px;
    }
    .secHousing .boxTab .secTab .item.active .sideIcon::after{
        bottom: -10px;
        display: none;
    }
    .secHousing .boxTab .item .link{
        padding: 5px;
        font-size: 14px;
    }
    .secHousing .swiper-scrollbar.swiper-scrollbar-horizontal{
        overflow: hidden;
        margin-top: 0;
        height: 8px;
        border-radius: 3px;
        background-color: #f7f7f7;
    }
    /* swiper-button */
    .secHousing .swiper-button-prev,
    .secHousing .swiper-button-next{
        width: 18px;
        height: 35px;
    }
    /* secCmnTabContainer */
    .secHousing .secCmnTabContainer .secCmnTabContents{
        padding: 26px 0 0 0;
    }
    /* topInfoTit */
    .secHousing .secCmnTabContainer .topInfoTit {
        font-size: 12px;
        line-height: 20px;
    }
    /* topInfoBox */
    .secHousing .secCmnTabContainer .topInfoBox{
        flex-direction: column;
    }
    .secHousing .secCmnTabContainer .topInfoBox .imgBox{
        width: 100%;
    }
    .secHousing .secCmnTabContainer .topInfoBox .img{
        padding-top: 65.078%;
    }
    .secHousing .secCmnTabContainer .topInfoBox .infoBox{
        width: 100%;
        margin-top: 15px;
    }
    .secHousing .secCmnTabContainer .topInfoBox .infoTxtBox{
        display: flex;
    }
    .secHousing .secCmnTabContainer .topInfoBox .txtList .txtItem{
        font-size: 13px;
        line-height: 22px;
    }
    .secHousing .secCmnTabContainer .topInfoBox .txtList span:first-child{
        width: 65px;
        padding-right: 5px;
    }
    .secHousing .secCmnTabContainer .topInfoBox .priceBox{
        align-items: center;
        margin: 0 0 0 20px;
    }
    .secHousing .secCmnTabContainer .topInfoBox .priceBox .num{
        font-size: 34px;
        letter-spacing: 1px;
    }
    .secHousing .secCmnTabContainer .topInfoBox .priceBox .numTxt{
        font-size: 16px;
        margin: 0 0 -9px 3px;
    }
    .secHousing .secCmnTabContainer .topInfoBox .tagList{
        margin-top: 12px;
    }
    .secHousing .secCmnTabContainer .topInfoBox .tagTxt{
        font-size: 11px;
        padding: 6px 7px;
        margin: 0 2px 2px 0;
        letter-spacing: .5px;
    }
}

/* payBox */
.secHousing .payBox{
    margin-top: 30px;
    display: flex;
}
.secHousing .payBox .payTit{
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    background-color: #9d9737;
    color: #fff;
    width: 170px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 45px;
}
.secHousing .payBox .payTit::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 48px;
    right: 0;
    left: 0;
    width: 35px;
    height: 44px;
}
.secHousing .payBox .payTit.lazyloaded::before{
    background: url(../img/estate/iconTit.gif) center top / cover no-repeat;
}
.secHousing .payBox .payWrap{
    position: relative;
    width: calc(100% - 170px);
}
.secHousing .payBox .payWrap::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #9d9737;
    z-index: -1;
}
.secHousing .payBox .infoTxtBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px 0 30px;
    height: 100%;
}
.secHousing .payBox .txtList .txtItem{
    font-size: 16px;
    line-height: 34px;
    display: flex;
}
.secHousing .payBox .txtList span{
    display: inline-block;
}
.secHousing .payBox .txtList span + span{
    letter-spacing: 1.5px;
}
.secHousing .payBox .txtList span:first-child{
    position: relative;
    width: 115px;
    padding-right: 14px;
    margin-right: 14px;
}
.secHousing .payBox .txtList span:first-child::after{
    position: absolute;
    content: ':';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
}
.secHousing .payBox .priceBox{
    position: relative;
    max-width: 470px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.secHousing .payBox .priceDeco{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #222;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29px;
    margin: auto;
}
.secHousing .payBox .priceDeco::before,
.secHousing .payBox .priceDeco::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #222;
    opacity: .5;
}
.secHousing .payBox .priceDeco::after{
    left: -40px;
    opacity: .2;
}
.secHousing .payBox .priceBox .priceTxt{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #da2525;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    margin-right: 25px;
}
.secHousing .payBox .priceBox .price{
    display: flex;
    align-items: flex-end;
}
.secHousing .payBox .priceBox .num{
    font-size: 68px;
    letter-spacing: 2px;
}
.secHousing .payBox .priceBox .numTxt{
    font-size: 22px;
    margin: 0 0 7px 3px;
}
.secHousing .payBox .priceBox .txt{
    font-size: 12px;
    margin-top: 15px;
}
@media only screen and (max-width:1450px){
    .secHousing .payBox .priceDeco,
    .secHousing .payBox .priceDeco::before,
    .secHousing .payBox .priceDeco::after{
        width: 5px;
        height: 5px;
        border-radius: 5px;
        left: -10px;
    }
    .secHousing .payBox .priceDeco::before{
        left: -10px;
    }
    .secHousing .payBox .priceDeco::after{
        left: -20px;
    }
}
@media only screen and (max-width:767px){
    .secHousing .payBox{
        margin-top: 20px;
        flex-direction: column;
    }
    .secHousing .payBox .payTit{
        font-size: 14px;
        width: 100%;
        min-height: 42px;
        align-items: center;
        padding-bottom: 0;
    }
    .secHousing .payBox .payTit::before{
        display: none;
    }
    .secHousing .payBox .payWrap{
        width: 100%;
    }
    .secHousing .payBox .infoTxtBox{
        flex-direction: column;
        padding: 15px;
    }
    .secHousing .payBox .txtList{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .secHousing .payBox .txtList .txtItem{
        font-size: 12px;
        line-height: 20px;
        justify-content: center;
    }
    .secHousing .payBox .txtList .txtItem:nth-child(2){
        margin-left: 14px;
    }
    .secHousing .payBox .txtList span + span{
        letter-spacing: 1.5px;
    }
    .secHousing .payBox .txtList span:first-child{
        width: auto;
        padding-right: 6px;
        margin-right: 3px;
    }
    .secHousing .payBox .txtList .txtItem:last-child{
        width: 100%;
    }
    .secHousing .payBox .priceBox{
        max-width: none;
        justify-content: center;
        margin-top: 13px;
    }
    .secHousing .payBox .priceDeco{
        display: none;
    }
    .secHousing .payBox .priceBox .priceTxt{
        width: 60px;
        height: 60px;
        border-radius: 60px;
        font-size: 13px;
        line-height: 15px;
        padding-bottom: 5px;
        margin-right: 8px;
    }
    .secHousing .payBox .priceBox .price{
        display: flex;
        align-items: flex-end;
    }
    .secHousing .payBox .priceBox .num{
        font-size: 46px;
        letter-spacing: 1px;
    }
    .secHousing .payBox .priceBox .numTxt{
        font-size: 18px;
        margin: 0 0 7px 3px;
    }
    .secHousing .payBox .priceBox .txt{
        font-size: 10px;
        line-height: 16px;
        margin-top: 10px;
        text-align: center;
    }
}

/* topImgBox */
.topImgBox{
    margin-top: 30px;
}
.topImgBox .imgZoomBox{
    width: 100%;
    position: relative;
    text-align: center;
}
.topImgBox .imgZoomBox::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1;
    z-index: -1;
}
.topImgBox .imgZoomBox a{
    position: relative;
    width: 100%;
    padding: 30px;
    display: block;
}
.topImgBox .imgZoomBox a::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.topImgBox .imgZoomBox.lazyloaded a::after{
    background: url(../img/estate/iconZoom02.gif) center top / cover no-repeat;
}
.topImgBox .imgZoomBox img{
    max-width: 100%;
    width: auto;
    height: auto;
}
@media only screen and (max-width:767px){
    .topImgBox{
        margin-top: 20px;
    }
    .topImgBox .imgZoomBox a{
        padding: 20px;
    }
    .topImgBox .imgZoomBox a::after{
        bottom: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
    }
}

/* topframeBox */
.topframeBox{
    margin-top: 30px;
}
.topframeBox iframe{
    max-width: 100%;
    width: 100%;
    height: 533px;
}
@media only screen and (max-width:767px){
    .topframeBox{
        margin-top: 20px;
    }
    .topframeBox .secFrame{
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: relative;
    }
    .topframeBox .secFrame iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* boxEquipment */
.boxEquipment{
    margin-top: 60px;
}
.boxEquipment .boxTab::after{
    display: none;
}
.boxEquipment.boxItem .boxTab .secTab{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.boxEquipment.boxItem .boxTab .secTab .item{
    position: relative;
    width: 48.781%;
    min-height: 80px;
    height: auto;
    margin-right: 0;
    box-shadow: none;
    border-radius: 4px;
    background-color: #a2aeb4;
    color: #fff;
}
.boxEquipment.boxItem .boxTab .secTab .item:only-child{
    width: 100%;
    pointer-events: none;
}
.boxEquipment.boxItem .boxTab .secTab .item:only-child .link{
    cursor: auto;
    opacity: 1!important;
    pointer-events: none;
}
.boxEquipment.boxItem .boxTab .secTab .item.active {
    position: relative;
    background-color: #ff3232;
}
.boxEquipment.boxItem .boxTab .secTab .item.active::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: -10px;
    left: 0;
    right: 0;
    width:0;
    height:0;
    border-style:solid;
    border-width: 10px 6px 0 6px;
    border-color: #ff3232 transparent transparent transparent;
}
.boxEquipment.boxItem .boxTab .secTab .item .link{
    font-size: 20px;
}
.boxEquipment .secCmnTabContainer .secCmnTabContents{
    padding: 0;
}
.boxEquipment .equList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.boxEquipment .equList .item{
    width: 23.266%;
    margin-right: 2.3%;
}
.boxEquipment .equList .item:nth-child(4n){
    margin-right: 0;
}
.boxEquipment .equList .item:nth-child(n+5){
    margin-top: 30px;
}
.boxEquipment .equList .item .photo{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.536%;
}
.boxEquipment .equList .item .photo::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    z-index: 2;
}
.boxEquipment .equList .item .lazyloaded .photo::before{
    background: url(../img/estate/iconSearch4.png) center top / cover no-repeat;
}
.boxEquipment .equList .item .img { 
    width: 100%;
    height: 0;
    padding-top: 66.536%;
}
.boxEquipment .equList .item .photo img{ 
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
    font-family:'object-fit:cover;';
}
.boxEquipment .equList .item .txtBox { 
    margin-top: 20px;
}
.boxEquipment .equList .item .txtBox .tit{ 
    font-size: 14px;
    line-height: 1.5;
}
@media only screen and (max-width:767px){
    .boxEquipment{
        margin-top: 20px;
    }
    .boxEquipment.boxItem .boxTab .secTab .item{
        width: 48.781%;
        min-height: 44px;
        border-radius: 0;
    }
    .boxEquipment.boxItem .boxTab .secTab .item.active::after {
        bottom: -7px;
        border-width: 7px 4px 0 4px;
    }
    .boxEquipment.boxItem .boxTab .secTab .item .link{
        font-size: 13px;
    }
    .boxEquipment .equList{
        justify-content: space-between;
        margin-top: 17px;
    }
    .boxEquipment .equList .item{
        width: 47.765%;
        margin-right: 0;
    }
    .boxEquipment .equList .item:nth-child(n+3){
        margin-top: 18px;
    }
    .boxEquipment .equList .item .photo::before{
        bottom: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
    }
    .boxEquipment .equList .item .img { 
        padding-top: 66.25%;
    }
    .boxEquipment .equList .item .txtBox { 
        margin-top: 5px;
    }
    .boxEquipment .equList .item .txtBox .tit{ 
        font-size: 12px;
        line-height: 18px;
    }
}


/* secStaff */
.secStaff{
    overflow: hidden;
    margin-top: 100px;
}
.secStaff .wrapper{
    width: 930px;
    margin: 0 auto;
}
.secStaff.secDetailsItem .secDetailsTit{
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
}
.secStaff.secDetailsItem .secDetailsTit .jpTxt{
    font-size: 24px;
    margin-top: 0;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.secStaff .boxSlider{
    margin-top: 50px;
}
.secStaff .boxSlider .swiper{
    overflow: visible;
}
.secStaff .boxSlider.disabled .swiper-wrapper{
    justify-content: center;
}
.secStaff .boxSlider .swiper-slide{
    width: 30.108%;
}
.secStaff .boxSlider .swiper-slide:not(:last-child){
    margin-right: 4.9%;
}
.secStaff .boxSlider .imgBox{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.secStaff .boxSlider .imgBox img{
    border-radius: 100%;
}
.secStaff .boxSlider .txtBox{
    margin-top: 18px;
    line-height: 1.5;
    text-align: center;
}   
.secStaff .boxSlider .tit{
    font-size: 20px;
    font-weight: bold;
}
.secStaff .boxSlider .txt{
    font-size: 13px;
    margin-top: 7px;
}
/* .swiper-button */
.secStaff .swiper-button-prev,
.secStaff .swiper-button-next{
    top: 110px;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, .8);
}
.secStaff .swiper-button-prev{
    left: -30px;
}
.secStaff .swiper-button-next{
    right: -30px;
}
.secStaff .swiper-button-prev.sideIcon:after,
.secStaff .swiper-button-next.sideIcon:after{
    content: '';
    background: #222;
}
.secStaff .swiper-button-prev.sideIcon:after{
    transform: rotate(180deg);
    right: auto;
    left: 15px;
}
.secStaff .swiper-button-next.sideIcon:after{
    transform: rotate(0);
    right: 15px;
}
.secStaff .swiper-button-prev:before,
.secStaff .swiper-button-next:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    background-color: #222;
}
.secStaff .swiper-button-prev.sideIcon:before{
    right: 17px;
}
.secStaff .swiper-button-next.sideIcon:before{
    left: 17px;
}
@media only screen and (max-width:767px){
    .secStaff{
        margin-top: 40px;
    }
    .secStaff .wrapper{
        width: 89.336%;
    }
    .secStaff.secDetailsItem .secDetailsTit .jpTxt{
        font-size: 14px;
    }
    .secStaff .boxSlider{
        margin-top: 20px;
    }
    .secStaff .boxSlider .swiper-slide{
        width: 31.346%;
    }
    .secStaff .boxSlider .swiper-slide:not(:last-child){
        margin-right: 2.5%;
    }
    .secStaff .boxSlider .txtBox{
        margin-top: 10px;
    }   
    .secStaff .boxSlider .tit{
        font-size: 14px;
    }
    .secStaff .boxSlider .txt{
        font-size: 10px;
        margin-top: 5px;
    }
    /* .swiper-button */
    .secStaff .swiper-button-prev,
    .secStaff .swiper-button-next{
        width: 29px;
        height: 29px;
        border-radius: 29px;
        top: 10vw;
    }
    .secStaff .swiper-button-prev{
        left: -17px;
    }
    .secStaff .swiper-button-next{
        right: -17px;
    }
    .secStaff .swiper-button-next.sideIcon:after,
    .secStaff .swiper-button-prev.sideIcon:after{
        width: 6px;
        height: 7px;
    }
    .secStaff .swiper-button-prev.sideIcon:after{
        left: 7px;
    }
    .secStaff .swiper-button-next.sideIcon:after{
        right: 7px;
    }
    .secStaff .swiper-button-prev:before,
    .secStaff .swiper-button-next:before{
        width: 6px;
    }
    .secStaff .swiper-button-prev.sideIcon:before{
        right: 8px;
    }
    .secStaff .swiper-button-next.sideIcon:before{
        left: 8px;
    }
}

/* secLocation */
.secLocation{
    margin-top: 80px;
    padding: 80px 0;
    background-color: #f7f7f7;
}
.secLocation .secMapBox,
.secLocation .loctionList{
    margin-top: 50px;
}
.secLocation .secMapBox .secMap{
    text-align: center;
    width: 100%;
    height: 460px;
}
.secLocation .secMapBox .secMap iframe{
    max-width: 100%;
    width: 100%;
    height: 460px;
}
.secLocation .secMapBox .secMap .mapWrap{
    width: 100%;
    height: 100%;
}
.secLocation .loctionList{
    display: flex;
    flex-wrap: wrap;
}
.secLocation .loctionList .locationItem{
    width: 18.334%;
    margin-right: 2.08%;
}
.secLocation .loctionList .locationItem:nth-child(5n){
    margin-right: 0;
}
.secLocation .loctionList .locationItem:nth-child(n+6){
    margin-top: 25px;
}
.secLocation .loctionList .imgBox{
    width: 100%;
    height: 0;
    padding-top: 66.82%;
}
.secLocation .loctionList .txtBox{
    margin-top: 16px;
    line-height: 1.5;
    text-align: center;
}   
.secLocation .loctionList .tit{
    font-size: 16px;
    font-weight: bold;
}
.secLocation .loctionList .txt{
    font-size: 14px;
    margin-top: 7px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secLocation{
        margin-top: 40px;
        padding: 40px 0;
    }
    .secLocation .loctionList,
    .secLocation .secMapBox{
        margin-top: 20px;
    }
    .secLocation .secMapBox .secMap{
        /* width: 100%;
        height: 0;
        padding-top: 53.736%;
        position: relative; */
        height: 48vw;
        overflow: hidden;
    }
    .secLocation .secMapBox .secMap iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .secLocation .loctionList{
        justify-content: space-between;
    }
    .secLocation .loctionList .locationItem{
        width: 47.765%;
        margin-right: 0;
    }
    .secLocation .loctionList .locationItem:nth-child(n+3){
        margin-top: 15px;
    }
    .secLocation .loctionList .imgBox{
        padding-top: 66.25%;
    }
    .secLocation .loctionList .txtBox{
        margin-top: 8px;
        text-align: left;
    }   
    .secLocation .loctionList .tit{
        font-size: 12px;
    }
    .secLocation .loctionList .txt{
        font-size: 11px;
        margin-top: 2px;
    }
}

/* secAbout */
.secAbout{
    margin-top: 80px;
}
.secAbout .txtBox{
    margin-top: 35px;
    text-align: left;
}
.secAbout .txtBox p{
    font-size: 15px;
    line-height: 32px;
}
@media only screen and (max-width:767px){
    .secAbout{
        margin-top: 40px;
    }
    .secAbout .txtBox{
        margin-top: 15px;
    }
    .secAbout .txtBox p{
        font-size: 12px;
        line-height: 20px;
    }
}







/* secFormBox */
.secFormBox{
    margin-top: 150px;
}
.secFormBox .formBox .wrapper {
    padding-top: 135px;
}
.secCalendar {
    padding-top: 25px;
}
@media only screen and (max-width:767px){
    .secFormBox{
        margin-top: 60px;
    }
    .secFormBox .formBox .wrapper {
        padding-top: 135px;
    }
    .secCalendar {
        padding-top: 25px;
    }
}



/* istablet */
.isTablet .secHousing .payBox .infoTxtBox{
    padding: 0 10px;
}


/* lightbox */
.estate_details .lightbox{
    right: 0;
    max-width: 1300px!important;
    width: auto !important;
    background-color: #fff;
    margin: auto;
    border-radius: 5px;
    padding: 20px 0;
}
.estate_details .lb-dataContainer{
    position: relative;
    padding: 20px 10px 15px !important;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 0;
}
.estate_details .lb-data .lb-caption{
    color: #000;
    font-weight: normal!important;
    font-size: 15px!important;
    line-height: 26px;
}
.estate_details .lb-data .lb-number{
    display: none!important;
}
.estate_details .lb-nav a.lb-next,
.estate_details .lb-nav a.lb-prev{
    opacity: 1;
    margin: 0 -8% 0 0;
}
.estate_details .lb-nav a.lb-prev{
    margin: 0 0 0 -8%;
}
.estate_details .lb-closeContainer{
    position: absolute;
    bottom: -50px;
    right: 0;
}
@media only screen and (max-width:767px){
    .estate_details .lightbox{
        max-width: 100vw!important;
        background-color: transparent;
        padding: 10px;
    }
    .estate_details .lb-dataContainer{
        padding: 10px !important;
        width: 100% !important;
        border-radius: 0 0 5px 5px;
    }
    .estate_details .lb-data .lb-caption{
        font-size: 12px!important;
        line-height: 22px;
    }
    .estate_details .lb-nav a.lb-next,
    .estate_details .lb-nav a.lb-prev{
        margin: 0;
    }
    .estate_details .lb-closeContainer{
        bottom: -40px;
    }
    .estate_details .lb-data .lb-details{
        width: 100%!important;
    }
}

/* secBtnLink */
.secBtnLink{
    margin-top: 50px;
}
.secBtnLink .btnTable .btnList{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.secBtnLink .btnTable .btnItem{
    width: 350px;
    height: 70px;
}
.secBtnLink .btnTable .btnItem:nth-child(2){
    margin-left: 40px;
}
.secBtnLink .btnTable .btnItem a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.secBtnLink .btnTable .btnItem .aBtn,
.secBtnLink .btnTable .btnItem .aBtnTel{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.secBtnLink .btnTable .btnItem .aBtn span,
.secBtnLink .btnTable .btnItem .aBtnTel .boxIconTel{
    position: relative;
    padding-left: 42px;
}
.secBtnLink .btnTable .btnItem .aBtnTel .boxIconTel{
    display: flex;
    flex-direction: column;
}
.secBtnLink .btnTable .btnItem .aBtn span::before,
.secBtnLink .btnTable .btnItem .aBtnTel .boxIconTel::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
}
.secBtnLink .btnTable .btnItem .aBtnReserve span::before{
    width: 20px;
    height: 22px;
    background: url(../img/estate/iconBtnReserve.png?250310) center top / cover no-repeat;
}
.secBtnLink .btnTable .btnItem .aBtnCatalog span::before{
    width: 27px;
    height: 20px;
    background: url(../img/estate/iconBtnCatalog.png?250310) center top / cover no-repeat;
    left: -4px;
}
.secBtnLink .btnTable .btnItem .aBtnTel .boxIconTel::before{
    width: 22px;
    height: 22px;
    background: url(../img/estate/iconBtnTel.png?250310) center top / cover no-repeat;
}
.secBtnLink .btnTable .btnItem .aBtnReserve{
    background-color: #2ea370;
}
.secBtnLink .btnTable .btnItem .aBtnCatalog{
    background-color: #2f78a3;
}
.secBtnLink .btnTable .btnItem .aBtnTel{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    flex-direction: column;
}
.secBtnLink .btnTable .btnItem .aBtnTel .txtTop{
    font-size: 15px;
    color: #333;
}
@media only screen and (max-width:767px){
    .secBtnLink{
        margin-top: 18px;
    }
    .secBtnLink .btnTable .btnItem{
        width: calc((100% - 15px) / 2);
        height: 45px;
    }
    .secBtnLink .btnTable .btnItem:last-child{
        width: 100%;
        margin-top: 15px;
    }
    .secBtnLink .btnTable .btnItem:nth-child(2){
        margin-left: 15px;
    }
    .secBtnLink .btnTable .btnItem .aBtn,
    .secBtnLink .btnTable .btnItem .aBtnTel{
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .secBtnLink .btnTable .btnItem .aBtn span,
    .secBtnLink .btnTable .btnItem .aBtnTel .boxIconTel{
        padding-left:25px;
    }
    .secBtnLink .btnTable .btnItem .aBtnReserve span::before{
        width: 16px;
        height: 18px;
    }
    .secBtnLink .btnTable .btnItem .aBtnCatalog span::before{
        width: 22px;
        height: 16px;
        left: -4px;
    }
    .secBtnLink .btnTable .btnItem .aBtnTel .boxIconTel::before{
        width: 19px;
        height: 19px;
    }
    .secBtnLink .btnTable .btnItem .aBtnTel .txtTop{
        font-size: 14px;
    }
}