@charset "utf-8";

.secCmnIndexTop {
    background: url(../img/modelhouse/bgCmnIndexTop.jpg) center top / cover;
}
@media only screen and (max-width:1215px){
    .secCmnIndexTop {
        background: url(../img/modelhouse/bgCmnIndexTop_sp.jpg) center top / cover;
    }
}
.secCmnBnr.mt2{
    margin-top: 0.2rem;
}
@media only screen and (max-width:1215px){
    .secCmnBnr.mts40{
        margin-top: 4rem;
    }
    .secCmnBnr.mts80{
        margin-top: 8rem;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
.secBnrCmnReservation{
    margin-top: 6rem;
}
.secBnrCmnReservation.mt40{
    margin-top: 4rem;
}
.secBnrCmnReservation.mt80{
    margin-top: 8rem;
}
.secBnrCmnReservation .inner{
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
}
@media only screen and (max-width:1215px){
    .secBnrCmnReservation{
        margin-top: 3rem;
    }
    .secBnrCmnReservation.mts15{
        margin-top: 1.5rem;
    }
    .secBnrCmnReservation.mts40{
        margin-top: 4rem;
    }
    .secBnrCmnReservation .inner{
        border-radius: 0.7rem;
    }
}
/* secModel */
.secModel{
    background: #dfe3e4;
    margin-top: 10rem;
    padding: 10rem 0 15rem;
}
.secModel .wrapper{
    position: relative;
    z-index: 10;
}
.secModel .item{
    padding-bottom: 5.9rem;
    border-bottom: solid 0.1rem rgb(0, 0, 0, 0.302);
}
.secModel .item:nth-child(n+2){
    margin-top: 7.8rem;
}
.secModel .inner{
    display: flex;
}
.secModel .leftImgBox{
    width: 63.769%;
}
.secModel .leftImg{
    padding-top: 80.682%;
    border-radius: 0.4rem 0 0 0.4rem;
    overflow: hidden;
}
.secModel .imgList{
    width: calc(100% - 63.768% - 1rem);
    margin-left: 1rem;
}
.secModel .imgItem:nth-child(2){
    margin-top: 1rem;
}
.secModel .img{
    padding-top: 71.429%;
    overflow: hidden;
}
.secModel .imgItem:nth-child(1) .img{
    border-radius: 0 0.4rem 0 0;
}
.secModel .imgItem:nth-child(2) .img{
    border-radius: 0 0 0.4rem 0;
}
.secModel .contentBox{
    margin-top: 4rem;
    display: flex;
}
.secModel .leftTxtBox{
    width: calc(100% - 42rem);
}
.secModel .leftTxtBox:only-child{
    width: 100%;
}
.secModel .tagList{
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -0.8rem;
    max-height: 4rem;
    overflow: hidden;
}
.secModel .tabItem{
    margin: 1rem 0.8rem;
}
.secModel .tabInner{
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}
.secModel .iconTag{
    font-size: var(--pcFontSize11);
    color: #fff;
    background: var(--iconTypeColor01);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.secModel .tagTxt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_20);
    margin-left: 1rem;
}
.secModel .titBox{
    margin-top: 0.8rem;
}
.secModel .tit{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_36);
    letter-spacing: var(--pcLetterSpacing24_200);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secModel .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_28);
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc((var(--pcFontSize14)* var(--pcLineHeight14_28))* 3);
}
.secModel .placeTxt{
    margin-top: 3rem;
    padding-left: 2.5rem;
    position: relative;
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_21);
    letter-spacing: var(--pcLetterSpacing13_100);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.secModel .placeTxt::after{
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 2rem;
    left: 0;
    top: calc(50% - 1rem);
}
.secModel.lazyloaded .placeTxt::after{
    background: url(../img/modelhouse/iconModelPlace.png) center top / cover;
}
.secModel .btnList{
    width: 37rem;
    margin-left: 5rem;
    margin-top: 1rem;
    flex-shrink: 0;
}
.secModel .btnItem:nth-child(2){
    margin-top: 2rem;
}
.secModel .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.8rem;
    text-decoration: none;
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_100);
    font-weight: bold;
    border-radius: 0.5rem;
    background: #fff;
    color: var(--btnIconColor);
    border: solid 0.1rem var(--formtxtColor);
    overflow: hidden;
}
.secModel .reservation .btnInner{
    background: var(--btnIconColor);
    border: solid 0.1rem var(--btnIconColor);
    color: #fff;
}
.secModel .btnTxt{
    position: relative;
    padding-right: 11rem;
    z-index: 20;
}
.secModel .btnTxt::after,
.secModel .btnTxt::before{
    position: absolute;
    content: "";
}
.secModel .btnTxt::after{
    width: 10rem;
    height: 0.1rem;
    background: var(--btnIconColor);
    top: calc(50% - 0.05rem);
    right: 0;
}
.secModel .btnTxt::before{
    width: 0.8rem;
    height: 0.8rem;
    border: 0.1rem solid;
    transform: rotate(45deg);
    top: calc(50% - 0.4rem);
    border-color: var(--btnIconColor) var(--btnIconColor) transparent transparent;
    right: 0;
}
.secModel .reservation .btnTxt::after{
    background: #fff;
}
.secModel .reservation .btnTxt::before{
    border-color: #fff #fff transparent transparent;
}
@media only screen and (max-width:1215px){
    .secModel{
        margin-top: 4rem;
        padding: 3rem 0 5rem;
    }
    .secModel .item{
        padding-bottom: 2.9rem;
    }
    .secModel .item:nth-child(n+2){
        margin-top: 3.1rem;
    }
    .secModel .inner{
        display: block;
    }
    .secModel .leftImgBox{
        width: 100%;
    }
    .secModel .leftImg{
        padding-top: 80.598%;
        border-radius: 0.4rem;
    }
    .secModel .imgList{
        width: 100%;
        display: flex;
        margin: 0.5rem auto 0;
    }
    .secModel .leftTxtBox{
        width: 100%;
    }
    .secModel .imgItem{
        width: calc(50% - 0.25rem);
    }
    .secModel .imgItem:nth-child(2){
        margin: 0 0 0 0.5rem;
    }
    .secModel .img{
        padding-top: 71.516%;
    }
    .secModel .imgItem:nth-child(1) .img,
    .secModel .imgItem:nth-child(2) .img{
        border-radius: 0.4rem;
    }
    .secModel .contentBox{
        margin-top: 2rem;
        display: block;
    }
    .secModel .tagList{
        max-height: 6.8rem;
        margin: -0.7rem -0.5rem;
    }
    .secModel .tabItem{
        margin: 0.7rem 0.5rem;
    }
    .secModel .iconTag{
        font-size: var(--spFontSize11);
        width: 2rem;
        height: 2rem;
    }
    .secModel .tagTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        font-weight: bold;
        margin-left: 1rem;
    }
    .secModel .titBox{
        margin-top: 0.8rem;
    }
    .secModel .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_225);
        letter-spacing: var(--spLetterSpacing15_100);
    }
    .secModel .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin-top: 0.3rem;
        -webkit-line-clamp: 4;
        max-height: calc((var(--spFontSize12)* var(--spLineHeight12_24))* 4);
    }
    .secModel .placeTxt{
        margin-top: 1.3rem;
        padding-left: 2.5rem;
        position: relative;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_22);
        letter-spacing: var(--spLetterSpacing11_50);
    }
    .secModel .btnList{
        width: 100%;
        margin: 1.8rem auto 0;
        display: flex;
    }
    .secModel .btnItem{
        width: calc(50% - 0.75rem);
    }
    .secModel .btnItem:nth-child(2){
        margin: 0 0 0 1.5rem;
    }
    .secModel .btnInner{
        height: 5rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_100);
        border-radius: 0.4rem;
        position: relative;
    }
    .secModel .btnInner::after,
    .secModel .btnInner::before{
        position: absolute;
        content: "";
    }
    .secModel .btnInner::after{
        width: 2rem;
        height: 2rem;
        right: 1rem;
        top: calc(50% - 1rem);
        border-radius: 50%;
        background: #333333;
    }
    .secModel .reservation .btnInner::after{
        background: #fff;
    }
    .secModel .btnInner::before{
        width: 0.6rem;
        height: 0.6rem;
        border: 0.1rem solid;
        transform: rotate(45deg);
        top: calc(50% - 0.3rem);
        border-color: #fff #fff transparent transparent;
        right: 1.8rem;
        z-index: 10;
    }
    .secModel .reservation .btnInner::before{
        border-color: var(--btnIconColor) var(--btnIconColor) transparent transparent;
    }
    .secModel .btnTxt{
        padding-right: 0;
    }
    .secModel .btnTxt::after,
    .secModel .btnTxt::before{
        display: none;
    }
}
@media only screen and (max-width:359px){
    .secModel .iconTag{
        width: 1.7rem;
        height: 1.7rem;
    }
    .secModel .btnInner::after{
        top: calc(50% - 1rem);
    }
    .secModel .btnInner::before{
        right: 1.6rem;
    }
    .secModel .placeTxt::after{
        width: 1.4rem;
        height: 1.8rem;
        top: calc(50% - 0.9rem);
    }
}
/*-----------------------------------------------
    details
-----------------------------------------------*/
.secModelDetailsTop{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.secModelDetailsTop,
.secModelDetailsTop .wrapper{
    min-height: calc((800 / 1920) * 100vw);
}
.secModelDetailsTop .wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 21rem 0 10rem;
	z-index: 10;
}
.secModelDetailsTop .imgBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.secModelDetailsTop .img{
	width: 100%;
    height: 100%;
}
.secModelDetailsTop .titBox{
    font-weight: bold;
    text-align: center;
}
.secModelDetailsTop .tit{
    font-size: var(--pcFontSize32);
    line-height: var(--pcLineHeight32_64);
    letter-spacing: var(--pcLetterSpacing32_200);
    background: rgb(213, 138, 58, 0.902);
    color: #fff;
    padding: 0.65rem 1rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media only screen and (max-width:1440px){
    .secModelDetailsTop,
    .secModelDetailsTop .wrapper{
        min-height: calc((800 / 1920) * 1440px);
    }
}
@media only screen and (max-width:1215px){
    .secModelDetailsTop,
    .secModelDetailsTop .wrapper{
        min-height: 40rem;
    }
    .secModelDetailsTop .wrapper{
        padding: 10rem 0 5rem;
    }
    .secModelDetailsTop .titBox{
        text-align: center;
    }
    .secModelDetailsTop .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_40);
        letter-spacing: var(--spLetterSpacing0);
        padding: 0.4rem 0.5rem;
    }
}
/* secDetailsTop */
.secDetailsTop{
    margin-top: 6rem;
    display: flex;
}
.secDetailsTop .leftTxtBox{
    width: calc(100% - 42rem);
}
.secDetailsTop .leftTxtBox:only-child{
    width: 100%;
}
.secDetailsTop .tagList{
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -0.8rem;
}
.secDetailsTop .tabItem{
    margin: 1rem 0.8rem;
}
.secDetailsTop .tabInner{
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}
.secDetailsTop .iconTag{
    font-size: var(--pcFontSize11);
    color: #fff;
    background: var(--iconTypeColor01);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.secDetailsTop .tagTxt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_20);
    margin-left: 1rem;
}
.secDetailsTop .titBox{
    margin-top: 1.8rem;
}
.secDetailsTop .tit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_42);
    letter-spacing: var(--pcLetterSpacing28_200);
    font-weight: bold;
}
.secDetailsTop .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    margin-top: 2.2rem;
}
.secDetailsTop .btnBox{
    width: 37rem;
    margin-left: 5rem;
    flex-shrink: 0;
}
.secDetailsTop .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.8rem;
    text-decoration: none;
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_100);
    font-weight: bold;
    border-radius: 0.5rem;
    background: var(--btnIconColor);
    border: solid 0.1rem var(--btnIconColor);
    color: #fff;
    overflow: hidden;
}
.secDetailsTop .btnTxt{
    position: relative;
    padding-right: 11rem;
}
.secDetailsTop .btnTxt::after,
.secDetailsTop .btnTxt::before{
    position: absolute;
    content: "";
}
.secDetailsTop .btnTxt::after{
    width: 10rem;
    height: 0.1rem;
    background: #fff;
    top: calc(50% - 0.05rem);
    right: 0;
}
.secDetailsTop .btnTxt::before{
    width: 0.8rem;
    height: 0.8rem;
    border: 0.1rem solid;
    transform: rotate(45deg);
    top: calc(50% - 0.4rem);
    border-color: #fff #fff transparent transparent;
    right: 0;
}
@media only screen and (max-width:1215px){
    .secDetailsTop{
        margin-top: 3rem;
        display: block;
    }
    .secDetailsTop .leftTxtBox{
        width: 100%;
    }
    .secDetailsTop .tagList{
        margin: -0.7rem -0.5rem;
    }
    .secDetailsTop .tabItem{
        margin: 0.7rem 0.5rem;
    }
    .secDetailsTop .iconTag{
        font-size: var(--spFontSize11);
        width: 2rem;
        height: 2rem;
    }
    .secDetailsTop .tagTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        font-weight: bold;
        margin-left: 1rem;
    }
    .secDetailsTop .titBox{
        margin-top: 1rem;
    }
    .secDetailsTop .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_225);
        letter-spacing: var(--spLetterSpacing15_100);
    }
    .secDetailsTop .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin-top: 0.5rem;
    }
    .secDetailsTop .btnBox{
        width: 100%;
        margin: 3.5rem auto 0;
    }
    .secDetailsTop .btnInner{
        height: 5rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_100);
        border-radius: 0.4rem;
    }
    .secDetailsTop .btnTxt{
        padding-right: 9rem;
    }
    .secDetailsTop .btnTxt::after{
        width: 8rem;
        top: calc(50% - 0.05rem);
        right: 0;
    }
    .secDetailsTop .btnTxt::before{
        width: 0.6rem;
        height: 0.6rem;
        top: calc(50% - 0.3rem);
        right: 0;
    }
}
@media only screen and (max-width:359px){
    .secDetailsTop .iconTag{
        width: 1.7rem;
        height: 1.7rem;
    }
}
/* secTableBox */
.secTableBox{
    margin-top: 7.5rem;
}
.secTableBox .boxTable,
.secTableBox tbody,
.secTableBox tr{
    width: 100%;
}
.secTableBox .boxTable{
    border: solid 0.1rem #d3d3d3;
    border-top: none;
}
.secTableBox tr{
    border-top: solid 0.1rem #d3d3d3;
}
.secTableBox th,
.secTableBox td{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_225);
    letter-spacing:var(--pcLetterSpacing15_100);
    vertical-align: middle;
    padding: 2.3rem 1.5rem;
}
.secTableBox th{
    width: 15rem;
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
}
.secTableBox td{
    width: calc(100% - 15rem);
    padding-left: 2.5rem;
    border-left: solid 0.1rem #d3d3d3;
}
@media only screen and (max-width:1215px){
    .secTableBox{
        margin-top: 3rem;
    }
    .secTableBox th,
    .secTableBox td{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        letter-spacing:var(--spLetterSpacing0);
        padding: 0.8rem 1rem;
    }
    .secTableBox th{
        width: 8rem;
        font-weight: 400;
    }
    .secTableBox td{
        width: calc(100% - 8rem);
        padding-left: 1.5rem;
    }
}
/* secDetailsStaff */
.secDetailsStaff{
    margin-top: 8rem;
    padding: 5rem;
    border-radius: 0.5rem;
    background: #dfe3e4;
    display: flex;
}
.secDetailsStaff .imgBox{
    width: 20rem;
    margin-right: 4rem;
    flex-shrink: 0;
}
.secDetailsStaff .img{
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.secDetailsStaff .txtBox{
    width: 100%;
    padding: 3.75rem 0;
}
.secDetailsStaff .engTit{
    width: 16.4rem;
}
.secDetailsStaff .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    margin-top: 2rem;
}
@media only screen and (max-width:1215px){
    .secDetailsStaff{
        margin-top: 3rem;
        padding: 3rem 2rem 2.5rem;
        display: block;
    }
    .secDetailsStaff .imgBox{
        width: 12rem;
        margin: 0 auto;
    }
    .secDetailsStaff .txtBox{
        width: 100%;
        padding: 0;
    }
    .secDetailsStaff .imgBox + .txtBox{
        padding: 2rem 0 0;
    }
    .secDetailsStaff .engTit{
        width: 12.2rem;
        margin: 0 auto;
    }
    .secDetailsStaff .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin-top: 1.2rem;
    }
}
/* secPoint */
.secPoint{
    margin-top: 10rem;
}
.secPoint .titBox{
    text-align: center;
}
.secPoint .titEng{
    width: 17.6rem;
    margin: 0 auto;
}
.secPoint .jpnTit{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    letter-spacing:var(--pcLetterSpacing14_100);
    position: relative;
    padding-top: 1.2rem;
    margin-top: 2rem;
}
.secPoint .jpnTit::after{
    position: absolute;
    content: "";
    width: 10rem;
    height: 0.1rem;
    top: 0;
    left: calc(50% - 5rem);
    background: rgba(36, 33, 33, 0.2);
}
.secPoint .list{
    margin-top: 4.5rem;
    display: flex;
    flex-wrap: wrap;
}
.secPoint .item{
    width: calc(50% - 3rem);
}
.secPoint .item:nth-child(2n){
    margin-left: 6rem;
}
.secPoint .item:nth-child(n+3){
    margin-top: 7rem;
}
.secPoint .img{
    padding-top: 63.637%;
    border-radius: 0.5rem;
    overflow: hidden;
}
.secPoint .txtBox{
    margin-top: 2.2rem;
}
.secPoint .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    text-align: justify;
}
@media only screen and (max-width:1215px){
    .secPoint{
        margin-top: 4rem;
    }
    .secPoint .titEng{
        width: 8.3rem;
    }
    .secPoint .jpnTit{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_165);
        letter-spacing:var(--spLetterSpacing11_50);
        padding-top: 0.9rem;
        margin-top: 1rem;
    }
    .secPoint .jpnTit::after{
        width: 3.5rem;
        left: calc(50% - 1.75rem);
    }
    .secPoint .list{
        margin-top: 1.5rem;
        display: block;
    }
    .secPoint .item{
        width: 100%;
    }
    .secPoint .item:nth-child(2n),
    .secPoint .item:nth-child(n+3){
        margin: 2.5rem auto 0;
    }
    .secPoint .img{
        padding-top: 63.583%;
    }
    .secPoint .txtBox{
        margin-top: 0.8rem;
    }
    .secPoint .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
    }
}
/* secDetailsMap */
.secDetailsMap{
    margin-top: 9rem;
}
.secDetailsMap .mapCover{
    padding-top: 36.232%;
    position: relative;
}
.secDetailsMap .mapCover iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0.5rem;
}
@media only screen and (max-width:1215px){
    .secDetailsMap{
        margin-top: 3.5rem;
    }
    .secDetailsMap .mapCover{
        padding-top: 59.702%;
    }
}
/* secBnrReservationBox */
.secBnrReservationBox{
    margin-top: 10rem;
}
.secBnrReservationBox .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_33);
    letter-spacing:var(--pcLetterSpacing22_100);
    font-weight: bold;
    text-align: center;
    background: #9eaaad;
    color: #fff;
    border-radius: 0.5rem;
    padding: 2.35rem;
}
@media only screen and (max-width:1215px){
    .secBnrReservationBox{
        margin-top: 4rem;
    }
    .secBnrReservationBox .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_26);
        letter-spacing:var(--spLetterSpacing15_100);
        padding: 1.4rem;
    }
}

.colorBtn{
    transition: 0.5s !important;
    position: relative;
}
.colorBtn:hover{
    color: var(--Colorwhite);
}
.colorBtn:hover .btnTxt::after{
    background: var(--Colorwhite);
}
.colorBtn:hover .btnTxt::before{
    border-color: var(--Colorwhite) var(--Colorwhite) transparent transparent;
}
.colorBtn.black:hover{
    color: var(--btnIconColor);
}
.colorBtn.black:hover .btnTxt::after{
    background: var(--btnIconColor);
}
.colorBtn.black:hover .btnTxt::before{
    border-color: var(--btnIconColor) var(--btnIconColor) transparent transparent;
}
.colorBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--anyColor); /* ホバー時の背景色 */
    z-index: 0;
    transition: width 0.5s ease;
}
.colorBtn.black::before {
    background-color: var(--Colorwhite);
}
.colorBtn:hover::before{
    width: 100%;
}
@media only screen and (max-width:1215px){
    .colorBtn:hover{
        background-color: var(--Colorwhite);
        color: var(--btnIconColor);
    }
    .colorBtn:hover .btnTxt::after{
        background: var(--btnIconColor);
    }
    .colorBtn:hover .btnTxt::before{
        border-color: var(--btnIconColor) var(--btnIconColor) transparent transparent;
    }
    .colorBtn.black:hover{
        background-color: var(--btnIconColor);
        color: var(--Colorwhite);
    }
    .colorBtn.black:hover .btnTxt::after{
        background: var(--Colorwhite);
    }
    .colorBtn.black:hover .btnTxt::before{
        border-color: var(--Colorwhite) var(--Colorwhite) transparent transparent;
    }
    .colorBtn::before{
        display: none;
    }
    .secModel .btnInner::before{
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        border: 0.1rem solid;
        transform: rotate(45deg);
        top: calc(50% - 0.3rem);
        border-color: #fff #fff transparent transparent;
        right: 1.8rem;
        left: auto;
        z-index: 10;
    }
    .secModel .reservation .btnInner::before{
        border-color: var(--btnIconColor) var(--btnIconColor) transparent transparent;
    }
}