/* secHero */
.secHero{
    position: relative;
    height: 60rem;
    overflow: hidden;
    margin-top: 11.5rem;
}
.secHero .imgTit{
    width: 192rem;
    height: auto;
    position: absolute;
    top: 0;
    left: calc(50% - 96rem);
}
@media only screen and (max-width: 1215px) {
    .secHero{
        height: auto;
        margin-top: 6.5rem;
    }
    .secHero .imgTit{
        width: 100%;
        height: auto;
        position: static;
    }
}
/* スマホ: パンくず（.pnkzWrapper）を .secLogin の下へ（#container を flex + order で入れ替え） */
@media only screen and (max-width: 1215px) {
    #container {
        display: flex;
        flex-direction: column;
    }

    #container>header.secReserveTop{
        order: 1;
    }

    #container>.main {
        order: 2;
    }

    #container>.pnkzWrapper {
        order: 3;
        height: 3.5rem;
        /* margin-top: 5rem; */
    }

    #container>footer.cmnFooter {
        order: 4;
    }
}



/* secBnr */
.secBnr{
    margin-top: 12rem;
}
@media only screen and (max-width: 1215px){
    .secBnr{
        margin-top: 4rem;
    }
}

/* secConsultation */
.secConsultation{
    margin-top: 12rem;
}
@media only screen and (max-width: 1215px){
    .secConsultation{
        margin-top: 5rem;
    }
}

/* secTop */
.secTop{
    width: 140rem;
    margin: 2rem auto 0;
}
.secTop .tit{
    font-size: var(--pcFontSize24);
    line-height: calc(36 / 24);
    text-align: center;
}
.secTop .num{
    font-size: var(--pcFontSize42);
    font-weight: 500;
    color: var(--orangeColor);
    font-family: "Jost", sans-serif;
}
.secTop .main{
    font-size: var(--pcFontSize36);
    font-weight: 500;
}
.secTop .list{
    display: flex;
    width: 100%;
    margin: 4.5rem auto 0;
}
.secTop .item{
    width: calc(100% / 4);
}
.secTop .img{
    width: 25rem;
    margin: 0 auto;
    max-width: 100%;
}
.secTop .img img{
    width: 100%;
    height: auto;
    display: block;
}
.secTop .txt{
    font-size: var(--pcFontSize15);
    line-height: calc(30 / 15);
    text-align: center;
    margin-top: 2rem;
}
@media only screen and (max-width: 1215px){
    .secTop{
        margin-top: 3rem;
        width: calc((335 / 375) * 100%);
        max-width: 40rem;
    }
    .secTop .tit{
        font-size: var(--spFontSize16);
    }
    .secTop .num{
        font-size: var(--spFontSize26);
    }
    .secTop .main{
        font-size: var(--spFontSize18);
    }
    .secTop .list{
        display: flex;
        width: 100%;
        margin: 2rem auto 0;
        flex-wrap: wrap;
    }
    .secTop .item{
        width: calc(100% / 2);
    }
    .secTop .item:nth-child(n+3){
        margin-top: 2.5rem;
    }
    .secTop .img{
        width: 13rem;
    }
    .secTop .txt{
        font-size: var(--spFontSize12);
        line-height: calc(22 / 12);
        margin-top: 1rem;
    }
}

/* secConsultation */
.secConsultation{
    width: 120rem;
    margin: 8rem auto 0;
    position: relative;
}
.secConsultation::after{
    content: "";
    position: absolute;
    bottom: -9.5rem;
    left: calc(50% - 0.6rem);
    width: 1.2rem;
    height: 5.6rem;
    background: url(../img/member/iconCircle.png) center / 100% auto no-repeat;
}
@media only screen and (max-width: 1215px){
    .secConsultation{
        width: calc((335 / 375) * 100%);
        margin-inline: auto;
        max-width: 40rem;
        margin: 5rem auto 10rem;
    }
    .secConsultation::after{
        bottom: -7.5rem;
    }
}

/* secModelhouse */
.secModelhouse{
    margin-top: 12.5rem;
}
.secModelhouse .tit{
    font-size: var(--pcFontSize50);
    font-weight: 200;
    letter-spacing: var(--pcLetterSpacing30);
    color: var(--orangeColor);
    text-align: center;
}
.secModelhouse .txt{
    font-size: var(--pcFontSize20);
    margin-top: 1.5rem;
    text-align: center;
}
.secModelhouse .list{
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    margin-top: 3.5rem;
}
.secModelhouse .item{
    width: calc((100% - 15rem) / 4);
    position: relative;
    padding-bottom: 10.5rem;
}
.secModelhouse .img{
    padding-top: calc(208 / 312 * 100%);
    display: block;
}
.secModelhouse .txtBox{
    margin-top: 2rem;
}
.secModelhouse .nametit{
    font-size: var(--pcFontSize20);
    line-height: calc(30 / 20);
    font-weight: 700;
    text-align: center;
    display: block;
}
.secModelhouse .placeTxt{
    font-size: var(--pcFontSize13);
    line-height: calc(20 / 13);
    margin-top: 1.5rem;
    text-align: center;
    display: block;
}
.secModelhouse .btnBox{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.secModelhouse .btnReserve{
    width: 20rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-sizing: border-box;
    border: 1px solid var(--colorPlanBg);
    background: var(--whiteColor);
    color: var(--textColor);
    font-size: var(--pcFontSize13);
    font-weight: 700;
    margin: 0 auto;
    transition: border-color 0.4s ease, color 0.4s ease;
}
.secModelhouse .btnReserve::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--textColor);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s ease;
    z-index: -1;
}
.secModelhouse .btnReserve:hover {
    opacity: 1;
    border-color: var(--textColor);
    color: var(--whiteColor);
}
.secModelhouse .btnReserve:hover::before {
    transform: scaleX(1);
}
.secModelhouse .btnDetail{
    font-size: var(--pcFontSize13);
    color: var(--linkColor);
    text-decoration: underline;
    margin: 2rem 0 0;
    display: inline-block;
}
@media only screen and (max-width: 1215px){
    .secModelhouse{
        margin-top: 9rem;
    }
    .secModelhouse .tit{
        font-size: var(--spFontSize30);
        line-height: 1;
    }
    .secModelhouse .txt{
        font-size: var(--spFontSize13);
        margin-top: 1rem;
    }
    .secModelhouse .list{
        gap: 2.5rem 1.5rem;
        margin-top: 2.5rem;
    }
    .secModelhouse .item{
        width: calc((100% - 1.5rem) / 2);
        padding-bottom: 7rem;
    }
    .secModelhouse .txtBox{
        margin-top: 1rem;
    }
    .secModelhouse .nametit{
        font-size: var(--spFontSize14);
        line-height: calc(22 / 14);
    }
    .secModelhouse .placeTxt{
        font-size: var(--spFontSize11);
        line-height: calc(16 / 11);
        margin-top: 1rem;
    }
    .secModelhouse .btnReserve{
        width: 12rem;
        max-width: 100%;
        height: 3.5rem;
        font-size: var(--spFontSize12);
    }
    .secModelhouse .btnDetail{
        font-size: var(--spFontSize11);
        margin-top: 1.2rem;
    }
}


/* form */
.secFormTable .selectModel{
    min-width: 40rem;
    width: auto;
}
@media only screen and (max-width: 1215px){
    .secFormTable .selectModel{
        min-width: 100%;
    }
}


.secReserveTop{
    padding-top: 14rem;
    padding-bottom: 15rem;
    background: url(../img/reservation/bgReserveTop.jpg) center top no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 11.5rem;
}
.secReserveTop .txtTop{
    text-align: center;
}
.secReserveTop .jpnTit{
    text-align: center;
    font-size: var(--pcFontSize76);
    letter-spacing: var(--pcLetterSpacing100);
    color: var(--whiteColor);
    margin-top: 1.5rem;
}
.secReserveTop .subTit{
    font-size: var(--pcFontSize20);
    color: var(--whiteColor);
    text-align: center;
    margin-top: 3rem;
}
.secReserveTop .preTxtBox{
    position: relative;
    width: auto;
    max-width: calc(100% - 10rem);
    margin: 4.8rem auto 0;
    display: inline-block;
}
.secReserveTop .preTxtBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--orangeColor);
    clip-path: polygon(0 0,100% 0,calc(100% - 2.2rem) 100%,0 100%);
    top: 0;
    left: 0;
}
.secReserveTop .preTxt{
    min-height: 6.5rem;
    padding: 1.8rem 5rem 1.2rem 7.5rem;
    position: relative;
    text-align: center;
}
.secReserveTop .innerPreTxt{
    font-size: var(--pcFontSize20);
    color: var(--whiteColor);
    line-height: calc(30 / 20);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secReserveTop .circleImg{
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 50%;
    border: 0.2rem solid var(--orangeColor);
    background: #fff;
    padding: 1.55rem;
    position: absolute;
    top: calc(50% - 5rem);
    left: -5.4rem;
}
.secReserveTop .iconGift{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.secReserveTop .iconTxt{
    position: absolute;
    top: -1.8rem;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width:1215px){
    .secReserveTop{
        background: url(../img/reservation/bgReserveTop_sp.jpg) center bottom no-repeat;
        background-size: cover;
        padding: 13.34vw 0 28vw;
        margin-top: 6.5rem;
    }
    .secReserveTop .txtTop{
        width: 25rem;
        margin: 0 auto;
    }
    .secReserveTop .jpnTit{
        font-size: var(--spFontSize40);
        line-height: calc(45 / 40);
        margin-top: 1.3rem;
    }
    .secReserveTop .subTit{
        font-size: var(--spFontSize14);
        line-height: calc(26 / 14);
        margin-top: 1.3rem;
    }
    .secReserveTop .preTxtBox{
        width: auto;
        margin: 2.4rem auto 0;
        display: inline-block;
        max-width: calc(335 / 375 * 100%);
    }
    .secReserveTop .preTxtBox::before {
        clip-path: polygon(1.5rem 0,100% 0,calc(100% - 1.5rem) 100%,0 100%);
    }
    .secReserveTop .preTxt{
        min-height: 0;
        justify-content: flex-start;
        text-align: center;
        padding: 1rem 2.5rem 1rem 6rem;
    }
    .secReserveTop .innerPreTxt{
        white-space: normal;
        text-overflow: inherit;
        overflow: inherit;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: calc(var(--spFontSize12) * 3 * calc(18 / 12));
        font-size: var(--spFontSize12);
        line-height: calc(18 / 12);
    }
    .secReserveTop .circleImg{
        width: 4.5rem;
        height: 4.5rem;
        border: 0.2rem solid var(--orangeColor);
        padding: 0.85rem;
        top: -2.5rem;
        left: 1.5rem;
    }
    .secReserveTop .iconTxt{
        top: -14px;
        width: 5rem;
    }
}
@media screen and (max-width:359px){
    .secReserveTop .jpnTit{
        font-size: 30px;
    }
    .secReserveTop .preTxt{
        font-size: 10px;
        padding: 7px 35px 9px 48px;
    }
}