/*-----------------------------------------------
	imgCont
-----------------------------------------------*/
.imgCont{
	position:relative;
}
.imgCont img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.img100{
	width: 100%;
	height: auto;
}

.secCmnTit {
    background: url(../img/modelhouse/bgTit.jpg) top center no-repeat;
    background-size: cover;
}


/* secTabArea */
.secTabArea{
    display: flex;
    margin-top: 40px;
}
.secTabArea .btnTab{
    width: 50%;
    height: 115px;
    background: #e9e9e0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid #006BBB;
    color: #8c8c86;
    text-decoration: none;
    cursor: pointer;
}
.secTabArea .btnTab.active{
    background: #006bbb;
    color: #fff;
}
.secTabArea .txtTabJp{
    font-size: 26px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.secTabArea .txtTabEng{
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 16px;
}
@media only screen and (max-width:767px){
    .secTabArea{
        margin-top: 30px;
    }
    .secTabArea .btnTab{
        width: 50%;
        height: 65px;
        border-bottom: 2px solid #006BBB;
    }
    .secTabArea .txtTabJp{
        font-size: 14px;
        letter-spacing: 0.03em;
    }
    .secTabArea .txtTabEng{
        font-size: 10px;
        letter-spacing: 0.05em;
        margin-top: 8px;
    }
}

/* secContents */
.secContents{
    display: none;
    margin-bottom: 150px;
}
.secContents.contentsActive{
    display: block;
}
.secContents .boxMapContents{
    padding-top: 53px;
}
.secContents .txtMap{
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    padding-left: 0;
    position: relative;
    display: table;
    margin: 0 auto;
}
/* .secContents .txtMap::before{
    content: "";
    width: 18px;
    height: 25px;
    background: url(../img/modelhouse/iconMapPin.png)  center top / cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */
.secContents .boxMap{
    margin-top: 34px;
    position: relative;
}
.secContents .boxMap .boxPin{
    position: absolute;
    cursor: pointer;
}
.secContents .boxMap .boxPin.pin01{
    top: calc(50% - 64px);
    left: calc(50% - 77px);
}
.secContents .boxMap .boxPin.pin02{
    top: calc(50% + 19px);
    left: calc(50% - 179px);
}
.secContents .boxMap .boxPin.pin03{
    top: calc(50% + 23px);
    left: calc(50% + 29px);
}
.secContents .boxMap .boxPin.pin04{
    top: calc(50% + -33px);
    left: calc(50% - 296px);
}
.secContents .boxMap .boxPin.pin05{
    top: calc(50% - 15px);
    left: calc(50% + 118px);
}
.secContents .boxMap .boxPin.pin06{
    top: calc(50% - 109px);
    left: calc(50% - 215px);
}
.secContents .boxList{
    display: flex;
    flex-wrap: wrap;
    gap: 80px 60px;
    margin-top: 60px;
}
.secContents .item{
    width: calc((100% - 120px) / 3);
    position: relative;
}
.secContents .item .boxImg{
    width: 100%;
    aspect-ratio: 360 / 234;
    overflow: hidden;
    cursor: pointer;
}
.secContents .item .boxTxt{
    margin-top: 10px;
    text-align: center;
}
.secContents .item .txtArea{
    font-size: 16px;
    line-height: calc(24 / 16);
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-top: 44px;
    position: relative;
}
.secContents .item .txtArea::before{
    content: "";
    width: 20px;
    height: 29px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.secContents .item .tit{
    font-size: 24px;
    line-height: calc(36 / 24);
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 72px;
}
.secContents .item .txtAddress{
    font-size: 14px;
    line-height: calc(21 / 14);
    letter-spacing: 0.05em;
    margin-top: 10px;
}
.secContents .item .boxPopupBtn{
    width: 280px;
    height: 60px;
    background: #006bbb;
    border-radius: 3px;
    border-bottom: 4px solid #004d87;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    margin: 19px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media only screen and (max-width:767px){
    .secContents .boxMapContents{
        padding-top: 20px;
    }
    .secContents .txtMap{
        font-size: 13px;
        letter-spacing: 0;
        padding: 0;
    }
    /* .secContents .txtMap::before{
        width: 12px;
        height: 17px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    } */
    .secContents .boxMap{
        margin-top: 20px;
    }
    .secContents .boxMap .boxPin{
        width: calc(26 / 337.5 * 100%);
    }
    .secContents .boxMap .boxPin.pin01{
        top: calc(50% - 34 / 220 * 100%);
        left: calc(50% - 12 / 337.5 * 100%);
    }
    .secContents .boxMap .boxPin.pin02{
        top: calc(50% + 7 / 220 * 100%);
        left: calc(50% - 62 / 337.5 * 100%);
    }
    .secContents .boxMap .boxPin.pin03{
        top: calc(50% + 9 / 220 * 100%);
        left: calc(50% + 54 / 337.5 * 100%);
    }
    .secContents .boxMap .boxPin.pin04{
        top: calc(50% + -19 / 220 * 100%);
        left: calc(50% - 137 / 337.5 * 100%);
    }
    .secContents .boxMap .boxPin.pin05{
        top: calc(50% - 12 / 220 * 100%);
        left: calc(50% + 108 / 337.5 * 100%);
    }
    .secContents .boxMap .boxPin.pin06{
        top: calc(50% - 51 / 220 * 100%);
        left: calc(50% - 86 / 337.5 * 100%);
    }
    .secContents .boxList{
        gap: 30px 9px;
        margin-top: 25px;
    }
    .secContents .item{
        width: calc((100% - 9px) / 2);
    }
    .secContents .item .boxTxt{
        margin-top: 5px;
    }
    .secContents .item .txtArea{
        font-size: 11px;
        line-height: calc(15 / 11);
        letter-spacing: 0.05em;
        padding-top: 25px;
    }
    .secContents .item .txtArea::before{
        width: 12px;
        height: 17px;
    }
    .secContents .item .tit{
        font-size: 16px;
        line-height: calc(24 / 16);
        letter-spacing: 0.03em;
        margin-top: 3px;
        -webkit-line-clamp: 2;
        height: 48px;
        max-height: 48px;
    }
    .secContents .item .txtAddress{
        font-size: 10px;
        line-height: calc(16 / 10);
        letter-spacing: 0;
        margin-top: 7px;
    }
    .secContents .item .boxPopupBtn{
        width: 100%;
        height: 36px;
        border-radius: 3px;
        border-bottom: 3px solid #004d87;
        font-size: 13px;
        letter-spacing: 0.05em;
        margin: 8px auto 0;
    }
}
@media only screen and (max-width:373px){
    .secContents .txtMap{
        font-size: 12px;
    }
}
@media only screen and (max-width:345px){
    .secContents .txtMap{
        font-size: 11px;
    }
}

.area01 .txtArea{
    color: #e60012;
}
.area02 .txtArea{
    color: #f8b62b;
}
.area03 .txtArea{
    color: #23ac38;
}
.area04 .txtArea{
    color: #4bbdbe;
}
.area05 .txtArea{
    color: #e9536b;
}
.area06 .txtArea{
    color: #0d6fb8;
}
.area01 .txtArea::before{
    background: url(../img/modelhouse/icoAreaPin01.png) center top / cover;
}
.area02 .txtArea::before{
    background: url(../img/modelhouse/icoAreaPin02.png) center top / cover;
}
.area03 .txtArea::before{
    background: url(../img/modelhouse/icoAreaPin03.png) center top / cover;
}
.area04 .txtArea::before{
    background: url(../img/modelhouse/icoAreaPin04.png) center top / cover;
}
.area05 .txtArea::before{
    background: url(../img/modelhouse/icoAreaPin05.png) center top / cover;
}
.area06 .txtArea::before{
    background: url(../img/modelhouse/icoAreaPin06.png) center top / cover;
}

/* secContentsModel */
.secContentsModel .btnSearch{
    width: 300px;
    height: 60px;
    background: #006bbb;
    border-radius: 30px;
    border-bottom: 3px solid #004d87;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #fff;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.secContents.secContentsModel .txtMap::before{
    display: none;
}
.secContentsModel .txtSearch{
    position: relative;
    padding-left: 22px;
}
.secContentsModel .txtSearch::before{
    content: "";
    width: 12px;
    height: 16px;
    background: url(../img/modelhouse/icoSearchPin.png) center top / cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.secContents.secContentsModel .item .tit{
    font-size: 20px;
    line-height: calc(32 / 20);
    letter-spacing: 0.03em;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
    max-height: 64px;
}
.secContentsModel .iconSituation{
    width: 70px;
    height: 25px;
    background: #81b719;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px auto 0;
}
.secContentsModel .iconSituation.limited{
    background: #d6af3d;
}
.secContentsModel .listKeyword{
	margin: 17px auto 0;
	padding: 10px 15px 9px;
	background: #e9e9e0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
}
.secContentsModel .itemKeyword{
	color: #f99126;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: bold;
}
@media only screen and (max-width:767px){
    .secContents.secContentsModel .txtMap{
        font-size: 13px;
        padding: 0;
    }
    .secContentsModel .btnSearch{
        width: 170px;
        height: 40px;
        border-radius: 20px;
        border-bottom: 2px solid #004d87;
        font-size: 12px;
        letter-spacing: 0.03em;
        margin: 20px auto 0;
    }
    .secContentsModel .txtSearch{
        padding-left: 15px;
    }
    .secContentsModel .txtSearch::before{
        width: 10px;
        height: 14px;
    }
    .secContents.secContentsModel .item .tit{
        font-size: 14px;
        line-height: calc(22 / 14);
        letter-spacing: 0.03em;
        margin-top: 9px;
        -webkit-line-clamp: 2;
        height: auto;
        max-height: 44px;
    }
    .secContentsModel .iconSituation{
        width: 66px;
        height: 23px;
        font-size: 11px;
        margin: 9px auto 0;
    }
    .secContentsModel .listKeyword{
		margin: 12px auto 15px;
        padding: 7px 10px 6px;
		gap: 5px;
	}
	.secContentsModel .itemKeyword{
		font-size: 10px;
	}
}
@media only screen and (max-width:373px){
    .secContents.secContentsModel .txtMap{
        font-size: 12px;
    }
}
@media only screen and (max-width:345px){
    .secContents.secContentsModel .txtMap{
        font-size: 11px;
    }
}

/* secContentsModel .boxMap .txtArea */
.secContentsModel .boxMap .txtArea{
    position: absolute;
    cursor: pointer;
    text-decoration: none;
}
.secContentsModel .boxMap .txtArea01{
    color: #e60012;
    top: calc(50% - 22px);
    left: calc(50% - 180px);
}
.secContentsModel .boxMap .txtArea02{
    color: #f8b62b;
    top: calc(50% + 84px);
    left: calc(50% - 266px);
}
.secContentsModel .boxMap .txtArea03{
    color: #23ac38;
    top: calc(50% + 49px);
    left: calc(50% + -10px);
}
.secContentsModel .boxMap .txtArea04{
    color: #4bbdbe;
    top: calc(50% - 11px);
    left: calc(50% - 367px);
}
.secContentsModel .boxMap .txtArea05{
    color: #e9536b;
    top: calc(50% - 33px);
    left: calc(50% + 77px);
}
.secContentsModel .boxMap .txtArea06{
    color: #0d6fb8;
    top: calc(50% - 125px);
    left: calc(50% - 234px);
}
.secContentsModel .boxMap .txtInner{
    display: block;
    position: relative;
    padding: 16px 27px 16px;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: bold;
}
/* ボタンの波紋 */
.secContentsModel .boxMap .txtInner::before, .secContentsModel .boxMap .txtInner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: inherit;
    box-sizing: border-box;
    pointer-events: none;
    animation: pulsate 2s linear infinite;
}
.secContentsModel .boxMap .txtInner::after{
    animation-delay: 1s;
}
/* ボタンの波紋が広がっていくアニメーション */
@keyframes pulsate{
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@media only screen and (max-width:767px){
    .secContentsModel .boxMap .txtArea01{
        top: calc(50% - 1 / 220 * 100%);
        left: calc(50% - 56 / 337.5 * 100%);
    }
    .secContentsModel .boxMap .txtArea02{
        top: calc(50% + 55 / 220 * 100%);
        left: calc(50% - 135 / 337.5 * 100%);
    }
    .secContentsModel .boxMap .txtArea03{
        top: calc(50% + 44 / 220 * 100%);
        left: calc(50% + -2 / 337.5 * 100%);
    }
    .secContentsModel .boxMap .txtArea04{
        top: calc(50% - 7 / 220 * 100%);
        left: calc(50% - 164 / 337.5 * 100%);
    }
    .secContentsModel .boxMap .txtArea05{
        top: calc(50% - 34 / 220 * 100%);
        left: calc(50% + 58 / 337.5 * 100%);
    }
    .secContentsModel .boxMap .txtArea06{
        top: calc(50% - 59 / 220 * 100%);
        left: calc(50% - 76 / 337.5 * 100%);
    }
    .secContentsModel .boxMap .txtInner{
        padding: 7px 15px 5px;
        border-radius: 19px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
        font-size: 10px;
        line-height: calc(13 / 10);
        text-align: center;
    }
}

/* secCmnLoad */
.secCmnLoad { text-align:center;}
.secCmnLoad a{
	width:400px;
	margin:0 auto;
	display:block;
	text-decoration: none;
}
#listLoading{
	display:none;
	line-height:80px;
	text-align:center;
	margin: 80px auto 0;
}
#listLoading img{ vertical-align:middle;}
.secCmnLoad .btnLoad {
	display: block;
	width:400px;
	height: 80px;
	color: #FFF;
	font-size: 22px;
	padding-top: 26px;
	margin: 80px auto 0;
    cursor: pointer;
	border-radius: 40px;
	background:#f99126;
	background-size:400px 80px;
	font-weight: bold;
    border-bottom: 3px solid #df7406;
}
@media only screen and (max-width:767px){
    .secCmnLoad .btnLoad{
		height:auto;
		width:90%;
		font-size:14px;
		padding:20px 0 ;
		margin: 40px auto 0px;
		background-size:auto;
	}
	#listLoading{
		line-height:54px;
		margin: 40px auto 0px;
	}
}

/*-----------------------------------------------
	popupShop
-----------------------------------------------*/
.popupShop{
    display: none;
    z-index: 99999;
    width: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
	/* オーバーレイ内はスクロール可能だがスクロールバーは表示しない */
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.popupShop::-webkit-scrollbar{
	display: none;
	width: 0;
	height: 0;
}
.popupShop .popupContainerShop{
	display: table;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
}
.popupShop .popupContentsShop{
	display: table-cell;
	vertical-align: middle;
}
.popupShop .popupMainShop{
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	.popupShop .popupMainShop{
		width: 100%;
		padding: 6.67%;
	}
}
@media only screen and (max-width:374px){
	.popupShop .popupMainShop{
		padding: 4.69%;
	}
}

/* secPopupShop */
.secPopupShop{
	display: none;
	position: relative;
    margin: 160px auto;
}
.popupShop .secPopupItem{
	background: #FFF;
	overflow-x: hidden;
    padding: 50px 50px 80px;
    border-radius: 40px;
}
.popupShop .btnClose{
	position: absolute;
    top: -62px;
    right: 70px;
    cursor: pointer;
}
@media only screen and (max-width:767px){
    .secPopupShop{
        margin: 57px auto;
        max-width: 100%;
        overflow-x: hidden;
    }
    .popupShop .popupMainShop{
        box-sizing: border-box;
    }
    .popupShop .secPopupItem{
        padding: 0 0 95px;
        border-radius: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }
	.popupShop .btnClose{
		width: 15px;
		height: auto;
        top: -27px;
        right: 20px;
	}
}

/* secPopupItem */
.secPopupItem .boxTop{
    display: flex;
    gap: 50px;
}
.secPopupItem .boxTop .boxImg{
    width: 600px;
    aspect-ratio: 800 / 520;
    overflow: hidden;
}
.secPopupItem .boxTop .boxTxt{
    width: calc(100% - 600px - 50px);
    padding-top: 64px;
}
.secPopupItem .boxTop .txtArea{
    font-size: 16px;
    line-height: calc(24 / 16);
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-left: 26px;
    position: relative;
}
.secPopupItem .boxTop .txtArea::before{
    content: "";
    width: 18px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.secPopupItem .boxTop .tit{
    font-size: 30px;
    line-height: calc(40 / 30);
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 14px;
}
.secPopupItem .boxTop .txtDate{
    font-size: 14px;
    line-height: calc(21 / 14);
    letter-spacing: 0.05em;
    margin-top: 14px;
}
.secPopupItem .boxTop .txtAddress{
    font-size: 16px;
    line-height: calc(26 / 16);
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 11px;
}
.secPopupItem .boxTop .linkReserve{
    width: 340px;
    height: 70px;
    background: #81b719;
    border-radius: 5px;
    border-bottom: 3px solid #6e9c15;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.secPopupItem .boxTop .txtReserve{
    position: relative;
    padding-left: 34px;
}
.secPopupItem .boxTop .txtReserve::before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/modelhouse/iconReserve.png) center top / cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.secPopupItem .boxMap{
    width: 100%;
    margin-top: 50px;
}
.secPopupItem .boxMap iframe{
    width: 100%;
    height: 340px;
    border: none;
}
.secPopupItem .boxTop .boxFlexTop{
    display: flex;
    align-items: center;
    gap: 12px;
}
.popupModelhouse .secPopupItem .boxTop .boxTxt{
    padding-top: 50px;
}
.secPopupItem .boxTop .iconSituation{
    width: 70px;
    height: 25px;
    background: #81b719;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPopupItem .boxTop .iconSituation.limited{
    background: #d6af3d;
}
.secPopupItem .boxTop .listKeyword{
	margin: 15px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.secPopupItem .boxTop .itemKeyword{
	color: #f99126;
	font-size: 14px;
    line-height: calc(21 / 14);
    letter-spacing: 0.05em;
	font-weight: bold;
}
@media only screen and (max-width:767px){
    .secPopupItem .boxTop{
        flex-direction: column;
        gap: 5px;
    }
    .secPopupItem .boxTop .boxImg{
        width: 100%;
        aspect-ratio: 800 / 520;
    }
    .secPopupItem .boxTop .boxTxt{
        width: 100%;
        padding: 0 20px 0;
        text-align: center;
    }
    .secPopupItem .boxTop .txtArea{
        font-size: 13px;
        line-height: calc(21 / 13);
        letter-spacing: 0.05em;
        padding-left: 0;
        padding-top: 26px;
    }
    .secPopupItem .boxTop .txtArea::before{
        width: 14px;
        height: 20px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .secPopupItem .boxTop .tit{
        font-size: 18px;
        line-height: calc(28 / 18);
        letter-spacing: 0.03em;
        margin-top: 5px;
    }
    .secPopupItem .boxTop .txtDate{
        font-size: 12px;
        line-height: calc(18 / 12);
        letter-spacing: 0.05em;
        margin-top: 9px;
    }
    .secPopupItem .boxTop .txtAddress{
        font-size: 14px;
        line-height: calc(20 / 14);
        letter-spacing: 0.05em;
        margin-top: 14px;
    }
    .secPopupItem .boxTop .linkReserve{
        display: none;
    }
    .secPopupItem .boxMap{
        width: 100%;
        margin-top: 17px;
    }
    .secPopupItem .boxMap iframe{
        width: 100%;
        height: 165px;
    }
    .secPopupItem .boxTop .boxFlexTop{
        flex-direction: column;
        gap: 10px;
    }
    .popupModelhouse .secPopupItem .boxTop .boxTxt{
        padding-top: 0;
    }
    .secPopupItem .boxTop .iconSituation{
        width: 65px;
        height: 23px;
        font-size: 11px;
    }
    .secPopupItem .boxTop .listKeyword{
        width: 100%;
		margin: 20px auto 0;
		padding: 9px 20px;
        background: #e9e9e0;
        justify-content: center;
		gap: 5px;
	}
	.secPopupItem .boxTop .itemKeyword{
		font-size: 12px;
        line-height: calc(18 / 12);
        letter-spacing: 0;
	}
}

/* boxGallery */
.secPopupItem .boxGallery{
    margin-top: 80px;
}
.secPopupItem .boxGallery .titGallery{
    font-size: 40px;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
}
.secPopupItem .boxGallery .boxSlider{
    position: relative;
    margin-top: 41px;
}
.secPopupItem .boxGallery .swiper-container{
    width: 580px;
    max-height: 387px;
    overflow: visible;
}
.secPopupItem .boxGallery .swiper-slide .img{
    width: 100%;
    padding-top: calc(387 / 580 * 100%);
}
.secPopupItem .boxGallery .swiper-button-prev,
.secPopupItem .boxGallery .swiper-button-next{
	width:50px;
	height:100px;
	top:42%;
}
.secPopupItem .boxGallery .swiper-button-prev{
	background:url(../img/common/iconArrow100_200.png) center / contain no-repeat;
	transform: rotateZ(180deg);
	right:calc(50% + 270px);
	left: auto;
}
.secPopupItem .boxGallery .swiper-button-next{
	background:url(../img/common/iconArrow100_200.png) center / contain no-repeat;
	left:calc(50% + 270px);
	right: auto;
}
@media only screen and (max-width:767px){
    .secPopupItem .boxGallery{
        margin-top: 30px;
        max-width: 100%;
    }
    .secPopupItem .boxGallery .titGallery{
        font-size: 20px;
        letter-spacing: 0.05em;
    }
    .secPopupItem .boxGallery .boxSlider{
        margin-top: 20px;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .secPopupItem .boxGallery .swiper-container{
        width: 100%;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
        box-sizing: border-box;
    }
    .secPopupItem .boxGallery .swiper-button-prev,
    .secPopupItem .boxGallery .swiper-button-next{
        width: 25px;
        height: 50px;
        top: 50%;
        margin-top: 0;
        z-index: 2;
    }
    .secPopupItem .boxGallery .swiper-button-prev{
        left: 13px;
        right: auto;
        transform: translateY(-50%) rotateZ(180deg);
    }
    .secPopupItem .boxGallery .swiper-button-next{
        right: 13px;
        left: auto;
        transform: translateY(-50%);
    }
}

/* boxLinkFlex */
.secPopupItem .boxLinkFlex{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}
.secPopupItem .boxLinkFlex .linkReserve{
    width: 400px;
    height: 90px;
    background: #81b719;
    border-radius: 5px;
    border-bottom: 3px solid #6e9c15;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.secPopupItem .boxLinkFlex .txtReserve{
    position: relative;
    padding-left: 32px;
}
.secPopupItem .boxLinkFlex .txtReserve::before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/modelhouse/iconReserve.png) center top / cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.secPopupItem .boxLinkFlex .linkReserve.linkTel{
    background: #f99126;
    border-radius: 5px;
    border-bottom: 3px solid #d47b20;
    font-size: 24px;
}
.secPopupItem .boxLinkFlex .linkReserve.linkTel.txtReserve{
    padding-left: 32px;
}
.secPopupItem .boxLinkFlex .linkReserve.linkTel .txtReserve::before{
    width: 17px;
    height: 23px;
    background: url(../img/modelhouse/iconTel.png) center top / cover;
}
.secPopupItem .boxLinkFlex .txtTel{
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.secPopupItem .btnCloseBottom{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	position: relative;
	cursor: pointer;
}
.secPopupItem .btnCloseBottom::before{
	content: "";
	width: 66px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.secPopupItem .btnCloseBottom .img{
	width: 13px;
	height: 13px;
}
.secPopupItem .btnCloseBottom .txt{
	font-size: 16px;
	font-weight: bold;
}
@media only screen and (max-width:767px){
    .secPopupItem .boxLinkFlex{
        gap: 0;
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .secPopupItem .boxLinkFlex .linkReserve{
        width: 50%;
        height: 65px;
        border-radius: 0 0 0px 5px;
        border-bottom: none;
        font-size: 13px;
        letter-spacing: 0.03em;
    }
    .secPopupItem .boxLinkFlex .txtReserve{
        padding-left: 0;
        padding-top: 30px;
    }
    .secPopupItem .boxLinkFlex .txtReserve::before{
        width: 22px;
        height: 22px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .secPopupItem .boxLinkFlex .linkReserve.linkTel{
        border-radius: 0 0 5px 0;
        border-bottom: none;
        font-size: 15px;
        flex-direction: column;
    }
    .secPopupItem .boxLinkFlex .linkReserve.linkTel .txtReserve{
        padding-left: 16px;
        padding-top: 0;
    }
    .secPopupItem .boxLinkFlex .linkReserve.linkTel .txtReserve::before{
        width: 11px;
        height: 15px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .secPopupItem .boxLinkFlex .txtTel{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        font-size: 10px;
        margin-top: 9px;
    }
    .secPopupItem .boxLinkFlex .txtTel.spNone{
        display: none;
    }
    .secPopupItem .btnCloseBottom{
        gap: 7px;
        padding-bottom: 5px;
        margin-top: 30px;
    }
    .secPopupItem .btnCloseBottom::before{
        width: 47px;
    }
    .secPopupItem .btnCloseBottom .img{
        width: 7px;
        height: 7px;
        position: relative;
        bottom: 6px;
    }
    .secPopupItem .btnCloseBottom .txt{
        font-size: 12px;
    }
}


.popupModelhouse .secLineup{
    margin-top: 80px;
}
.secLineup .titGallery{
    font-size: 40px;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
}
.secLineup .boxSlider{
    margin-top: 41px;
}
.secLineup .swiper-container{
    width: 100%;
    max-width: 100%;
    overflow: visible;
}
.secLineup .swiper-slide{
    width: calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    padding: 0;
    margin-right: 40px;
    box-sizing: border-box;
    text-align: center;
}
.secLineup .swiper-slide .img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    box-sizing: border-box;
}
.secLineup .swiper-slide .img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.secLineup .swiper-slide:nth-child(2n){
    margin-right: 0;
}
.secLineup .swiper-button-prev,
.secLineup .swiper-button-next{
    display: none;
}
.secLineup .swiper-button-prev.swiper-button-disabled,
.secLineup .swiper-button-next.swiper-button-disabled{
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
.secLineup .swiper-wrapper{
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    justify-content: center;
}
@media only screen and (max-width:767px){
    .popupModelhouse .secLineup{
        max-width: 100%;
        margin-top: 30px;
    }
    .secLineup .titGallery{
        font-size: 20px;
        letter-spacing: 0.05em;
    }
    .secLineup .boxSlider{
        max-width: 100%;
        overflow: hidden;
        position: relative;
        height: 200px;
    }
    .secLineup .swiper-container{
        overflow: visible;
        max-width: 100%;
        max-width: calc(100% - 40px);
        margin: 0 auto;
        height: 200px;
        max-height: 200px;
    }
    .secLineup .swiper-wrapper{
        flex-wrap: nowrap;
        justify-content: flex-start;
        height: 200px;
    }
    .secLineup .swiper-button-prev,
    .secLineup .swiper-button-next{
        display: block;
        width: 25px;
        height: 55px;
        top: 50%;
        margin-top: 0;
        z-index: 2;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .secLineup .swiper-button-prev{
        left: 13px;
        right: auto;
        background-image: url(../img/common/iconArrow100_200.png);
        transform: translateY(-50%) rotateZ(180deg);
    }
    .secLineup .swiper-button-next{
        right: 13px;
        left: auto;
        background-image: url(../img/common/iconArrow100_200.png);
        transform: translateY(-50%);
    }
    .secLineup .swiper-slide,
    .secLineup .swiper-slide:nth-child(2n){
        width: 100% !important;
        max-width: 100%;
        margin: 0;
    }
    .secLineup .swiper-slide{
        height: 200px;
        max-height: 200px;
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #e6e6e6;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
        position: relative;
    }
    .secLineup .swiper-slide .img{
        padding: 0;
    }
    .secLineup .swiper-slide .img a{
        width: 100%;
        height: 100%;
        max-width:100%;
        max-height:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 15px;
        box-sizing: border-box;
    }
    .secLineup .swiper-slide .img img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }
    .secLineup .swiper-slide .iconLightbox{
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
    }
}