@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmntitle {
    background: url(../img/kengaku/imgTitle.jpg) center top no-repeat;
    height: 420px;
}
.secCmntitle .title {
    font-size: var(--pcFontSize54);
    letter-spacing: var(--pcLetterSpacing54_3);
    font-weight: bold;
    color: #001b3f;
    background: #fff;
    margin: 0;
    padding: 2px 7px;
}
.secCmntitle .titleSub {
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
    font-weight: bold;
    color: #001b3f;
    background: #fac500;
    height: 40px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}
.secCmntitle .titleBottom {
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_1);
    line-height: var(--pcLineHeight20_18);
    font-weight: bold;
    color: #fff;
    margin-top: 22px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secCmntitle {
        background: url(../img/kengaku/imgTitleSp.jpg) center top / cover no-repeat;
        height: 56vw;
    }
    .secCmntitle .titleSub {
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        height: 24px;
        width: 114px;
        border-radius: 5px 5px 0 0;
    }
    .secCmntitle .title {
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing26_05);
        padding: 3px 4px;
        display: inline-block;
    }
    .secCmntitle .titleinner {
        text-align: left;
    }
    .secCmntitle .titleBottom {
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        line-height: var(--spLineHeight12_18);
        font-weight: bold;
        color: #fff;
        margin-top: 17px;
        text-align: center;
    }
}
/*-----------------------------------------------
    secKengaku
-----------------------------------------------*/
/* secGuest */
.secGuest{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secGuest .guestRight.spNone{
    display: flex;
}
.secGuest .guestRight.spOnly{
    display: none;
}
.secGuest .guestRight{
    display: flex;
    align-items: center;
}
.secGuest .guestLeft{
    display: flex;
    align-items: center;
}
.secGuest .guestLeft .boxImg{
    width: 30px;
    height: 0;
    padding-top: 30px;
}
.secGuest .guestLeft .txtGuest{
    margin-left: 13px;
    font-size: var(--pcFontSize18);
    color: #001b3f;
    font-weight: bold;
}
.secKengaku .secGuest .aMemberBtn::after {
    display: none;
}
.secKengaku .secGuest .aMemberBtn {
    width: 190px;
    height: 60px;
    border-radius: 4px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
}
.secKengaku .secGuest .acomingsoonBtn {
    width: 200px;
    height: 60px;
    border-radius: 4px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
    background: none;
    border: 1px solid #002d56;
    color: #001b3f;
    padding-left: 43px;
    margin-right: 10px;
}
.secKengaku.lazyloaded .secGuest .acomingsoonBtn:before{
    content: '';
    position: absolute;
    left: 35px;
    top: calc(50% - 13px);
    background: url(../img/estate/iconComingsoon.png) center top / cover no-repeat;
    width: 32px;
    height: 26px;
    margin: 0;
}
.secKengaku .secGuest .abunjyoBtn {
    width: 195px;
    height: 60px;
    border-radius: 4px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
    background: none;
    border: 1px solid #002d56;
    color: #001b3f;
    padding-left: 40px;
    margin-right: 10px;
}
.secKengaku.lazyloaded .secGuest .abunjyoBtn:before{
    content: '';
    position: absolute;
    left: 35px;
    top: calc(50% - 16px);
    background: url(../img/estate/iconBunjyou.png) center top / cover no-repeat;
    width: 40px;
    height: 31px;
    margin: 0;
}
@media only screen and (max-width:767px){
    .secGuest .guestLeft .txtGuest {
        margin-left: 10px;
        font-size: var(--spFontSize13);
    }
    .secGuest {
        margin-top: 20px;
        display: block;
        position: relative;
    }
    .secGuest .guestRight{
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .secGuest .guestRight.spNone{
        display: none;
    }
    .secGuest .guestRight.spOnly{
        display: flex;
    }
    .secGuest .boxUnder{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
    }
    .secKengaku .memberBtnBox {
        margin-right: 0;
    }
    .secKengaku .secGuest .aMemberBtn {
        width: 265px;
        height: 50px;
        font-size: var(--spFontSize13);
        letter-spacing: 0;
    }
    .secKengaku .secGuest .comingsoonBtnBox {
        width: calc(50% - 2.5px);
    }
    .secKengaku .secGuest .bunjyoBtnBox {
        width: calc(50% - 2.5px);
    }
    .secKengaku .secGuest .acomingsoonBtn {
        width:100%;
        height: 70px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        padding-left: 0px;
        margin-right: 5px;
        align-items: unset;
        padding-top: 45px;
    }
    .secKengaku.lazyloaded .secGuest .acomingsoonBtn:before{
        left: calc(50% - 16px);
        top: calc(50% - 24px);
        width: 32px;
        height: 26px;
    }
    .secKengaku .secGuest .abunjyoBtn {
        width:100%;
        height: 70px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        padding-left: 0px;
        margin-right: 0px;
        align-items: unset;
        padding-top: 45px;
    }
    .secKengaku.lazyloaded .secGuest .abunjyoBtn:before{
        left: calc(50% - 16px);
        top: calc(50% - 24px);
        width: 34px;
        height: 26px;
    }
    .secGuest .guestLeft .boxImg {
        width: 22px;
        height: 0px;
        padding-top: 22px;
    }
}
/* secTag */
.secTag{
    margin-top: 28px;
    background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}
.secTag .topWrapper{
    display: flex;
    align-items: center;
    align-items: flex-end;
    padding: 39px 0 39px 0px;
    border-top: 1px solid #ebeced;
    border-bottom: 1px solid #ebeced;
}
.secTag .tabTit{
    font-size: var(--pcFontSize16);
    position: relative;
    letter-spacing: 0.5px;
}
.secTag .tabSubTit{
    font-size: var(--pcFontSize14);
    position: relative;
    letter-spacing: 0.5px;
    margin-left: 17px;
    padding-bottom: 6px;
}
.secTag .tabSubTit .colorRed{
    color: #ac0008;
    margin-left: 10px;
}
.secTag .span40{
    font-size: var(--pcFontSize40);
    padding-left: 1px;
    padding-right: 3px;
    font-weight: bold;
}
.secTag .span20{
    font-size: var(--pcFontSize20);
    padding-left: 8px;
}
.secTag .listCover{
    /* padding-top: 1px; */
    /* background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top; */
}
.secTag .flexBox{
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 1px;
    padding: 10px 0 30px;
    align-items: center;
}
.secTag .flexBox:not(:has(.boxSubListCover)){
    justify-content: flex-end;
}
.secTag .flexBox .boxSubListCover{
    display: flex;
}
.secTag .flexBox .txtPage{
    font-size: var(--pcFontSize14);
    margin-right: 17px;
}
.secTag .flexBox .pageBoxList{
    display: flex;
}
.secTag .flexBox .btn{
    padding: 0 8px;
    position: relative;
}
.secTag .flexBox .btn:before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 13px;
    width: 1px;
    background: #001b3f;
}
.secTag .flexBox .btn:last-child:before{
    display: none;
}
.secTag .boxForm .boxFormItem{
    display: flex;
    align-items: center;
}
.secTag .boxForm .txtSearch{
    font-size: var(--pcFontSize14);
}
.secTag .boxForm .inputBox{
    margin-left: 15px;
}
.secTag .boxForm select{
    width: 260px;
    height: 60px;
    padding: 0 15px;
    font-size: var(--pcFontSize14);
    border: 1px solid #ebeced;
}
.secTag .flexBox .inner{
    font-size: var(--pcFontSize14);
}
.secTag .boxSubList{
    padding: 9px 0 0 0;
}
.secTag .itemSub{
    display: inline-block;
    margin-right: 8px;
}
.secTag .categoryTxt{
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
    color: #222;
    text-decoration: none;
}
.secTag .btnRight{
    display: flex;
}
.secTag .reset{
    font-size: 14px;
    width: 120px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #222;
    margin-left: 10px;
}


.secTag .inner .btnbox{
    width: 180px;
}
.secTag .inner .btnbox.none{
    opacity: 0;
    pointer-events: none;
    cursor: none;
    z-index: -1;
}
.secTag .inner .btnbox .btn{
    width: 100%;
    border-radius: 23px;
    background: #222;
    cursor: pointer;
    font-size:14px;
    line-height: 1.5;
    color: #fff;
    padding: 12.5px 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}
.secTag .inner .btnbox .btn .inbtn{
    position: relative;
}
.secTag .inner .btnbox .btn .inbtn::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: -40px;
    top: calc(50% - 7px);
}
.secTag .inner .btnbox .btn .inbtn.lazyloaded::before{
    background: url(../img/works/iconBtn02.gif) center top / cover;
}

@media only screen and (max-width:767px){
    .secTag{
        margin-top: 14px;
        background-size: 2px 1px;
    }
    .secTag .topWrapper{
        display: block;
        padding: 20px 0;
    }
    .secTag .tabTit{
        font-size: var(--spFontSize13);
        letter-spacing: 0;
    }
    .secTag .span40{
        font-size: var(--spFontSize26);
        padding-left: 0px;
    }
    .secTag .tabSubTit {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_05);
        margin-left: 0;
        margin-top: 7px;
        padding-bottom: 0px;
    }
    .secTag .span20{
        font-size: 16px;
        padding-left: 6px;
    }
    .secTag .listCover {
        padding-top: 0px;
        background-size: 0px 1px;
        margin-top: 0px;
    }
    .secTag .boxSubList{
        padding: 12px 15px 12px;
    }
    .secTag .itemSub{
        margin-right: 3px;
    }
    .secTag .categoryTxt{
        font-size: 12px;
    }
    .secTag .btnRight{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .secTag .reset{
        font-size: 12px;
        width: 95px;
        height: 40px;
        border-radius: 20px;
        margin-left: 10px;
    }
    .secTag .inner .btnbox{
        width: 180px;
    }
    .secTag .inner .btnbox.none{
        opacity: 0;
        pointer-events: none;
        cursor: none;
        z-index: -1;
    }
    .secTag .inner .btnbox .btn{
        width: 100%;
        border-radius: 20px;
        font-size:12px;
        padding: 11px 0;
    }
    .secTag .inner .btnbox .btn .inbtn{
        position: relative;
    }
    .secTag .inner .btnbox .btn .inbtn::before{
        width: 12px;
        height: 12px;
        left: -47px;
        top: calc(50% - 6px);
    }
    .secTag .flexBox .boxSubListCover {
        display: none;
    }
    .secTag .flexBox {
        display: flex;
        justify-content: flex-end;
        background-image: unset;
        background-size: unset;
        background-repeat: unset;
        background-position: unset;
        padding-bottom: 0px;
        padding: 0px 0 15px;
        align-items: center;
    }
    .secTag .boxForm .txtSearch {
        font-size: var(--spFontSize12);
    }
    .secTag .boxForm select {
        width: 160px;
        height: 40px;
        padding: 0 15px;
        font-size: var(--spFontSize12);
        border: 1px solid #ebeced;
    }
}

.secKengaku{
    margin: 50px auto 150px;
}
.secKengaku .secCategory .linklist{
    display: flex;
    align-items: center;
    padding: 40px 0;
}
.secKengaku .secCategory .item a{
    width: 260px;
    height: 70px;
    border-radius: 35px;
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_1);
    color: #002d59;
    font-weight: bold;
    margin-right: 30px;
    border: 1px solid #002d59;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secKengaku .secCategory .item a.active{
    color: #fff;
    background: #002d59;
}
.secKengaku .secCategory .item:last-child a{
    margin-right: 0px;
}
.secKengaku .searchArea:not(:has(.boxlistTxt)){
    margin-top: 50px;
}

.secKengaku .searchArea .boxlistTxt{
    width: 700px;
    border: 1px solid #001b3f;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}
.secKengaku .searchArea .listTopTxt{
    color: #001b3f;
    font-size: var(--pcFontSize16);
    font-weight: bold;
}
.secKengaku .searchArea .linkMember{
    text-decoration: none;
    color: #188ceb;
    padding-bottom: 1px;
    border-bottom: 1px solid #188ceb;
}
.secKengaku .secList .areaList{
    display: flex;
    flex-wrap: wrap;
}
.secKengaku .secList .boxArea:nth-child(n+2){
    display: none;
}
.secKengaku .areaList .listItem{
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    background: #f2f4f5;
    /* padding-bottom: 245px; */
    position: relative;
    transition: 0.4s;
}
.secKengaku .areaList .listItem .alistItem{
    width: 100%;
    height: 100%;
    padding-bottom: 245px;
}

.secKengaku .areaList .listItem:nth-child(3n){
    margin-right: 0px;
}
.secKengaku .areaList .listItem:nth-child(n+4){
    margin-top: 50px;
}
.secKengaku .areaList .boxImg{
    height: 0;
    display: block;
    padding-top: 62.587%;
}
.secKengaku .boxUp .titInner{
    font-size: var(--pcFontSize28);
    letter-spacing: var(--pcLetterSpacing28_05);
    line-height: var(--pcLineHeight28_17);
    font-weight:bold;
    letter-spacing: 0.5px;
    color: #001b3f;
}
.secKengaku .boxUp .txtInner{
    color: #001b3f;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_05);
    line-height: var(--pcLineHeight16_18);
    margin-top: 5px;
}
.secKengaku .boxUp {
    padding-bottom: 21px;
    border-bottom: 1px dotted #000;
}
.secKengaku .boxTxt {
    padding: 27px 30px 33px;
    position: relative;
}
.secKengaku .boxRow {
    position: absolute;
    bottom: -27px;
    left: 30px;
}
.secKengaku .boxRow .txtPrice {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #ac0008;
    font-weight: bold;
}
.secKengaku .boxRow .txtRed {
    font-size: 34px;
    letter-spacing: 0.5px;
    color: #ac0008;
    font-weight: bold;
    margin: 0 4px;
}
.secKengaku .boxRow .txtPriceSub {
    font-size: 12px;
    letter-spacing: 0px;
    color: #001b3f;
    margin-top: 14px;
}
.secKengaku .moreBtn {
    width: 89.656%;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #002d56;
    color: #001b3f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 133px;
    left: 50%;
    font-weight: bold;
    transform: translateX(-50%);
}
.secKengaku .boxContact {
    display: flex;
    justify-content: space-between;
}
.secKengaku .moreBtn .txtBtn{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.secKengaku .moreBtn.lazyloaded .txtBtn:before {
    content: '';
    background: url(../img/kengaku/iconDetails.png) center top / cover no-repeat;
    width: 18px;
    height: 18px;
    top: -2px;
    left: 40px;
    position: absolute;
}
.secKengaku .contactBtn {
    width: 43.105%;
    height: 60px;
    border-radius: 50px;
    background: #002d56;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 53px;
    left: 30px;
    font-weight: bold;
}
.secKengaku .contactBtn .txtBtn{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.secKengaku .contactBtn.lazyloaded .txtBtn:before {
    content: '';
    background: url(../img/kengaku/iconContact.png) center top / cover no-repeat;
    width: 21px;
    height: 18px;
    top: -2px;
    left: 40px;
    position: absolute;
}
.secKengaku .reserveBtn {
    width: 43.105%;
    height: 60px;
    border-radius: 50px;
    background: #fac500;
    color: #001b3f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 53px;
    right: 30px;
    font-weight: bold;
}
.secKengaku .reserveBtn .txtBtn{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.secKengaku .reserveBtn.lazyloaded .txtBtn:before {
    content: '';
    background: url(../img/kengaku/iconReserve.png) center top / cover no-repeat;
    width: 18px;
    height: 18px;
    top: -2px;
    left: 40px;
    position: absolute;
}
.secKengaku .boxIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.secKengaku .boxIcon.iconNum01 {
    background: #222222;
}
.secKengaku .boxIcon.iconNum02 {
    background: #b3925e;
}
.secKengaku .boxIcon.iconNum03 {
    background: #6fa2cc;
}
.secKengaku .boxIcon.iconNum04 {
    background: #76a57e;
}
.secKengaku .boxIcon.iconNum05 {
    background: #8d8d8d;
}
.secKengaku .boxIcon .txtIcon01 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.secKengaku .boxIcon .txtIcon02 {
    padding-top: 5px;
}
.secKengaku .listCover .txtLook{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_05);
    font-weight: bold;
    color: #001b3f;
}
/* 会員マスク */
.secKengaku .imgMember {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(34, 34, 34, .6);
}
.secKengaku .memberTxt {
    font-size: var(--pcFontSize32);
    font-weight: 500;
    letter-spacing: var(--pcLetterSpacing32_3);
    line-height: var(--pcLineHeight32_13);
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.secKengaku .memberBox {
    position: absolute;
    bottom: 155px;
    left: 50%;
    transform: translateX(-50%);
}
.secKengaku .memberBtnBox {
    margin-right: 20px;
}
.secKengaku .aMemberBtn {
    position: relative;
    width: 320px;
    height: 80px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    background-color: #ac0008;
    z-index: 2;
}
.secKengaku .aMemberBtn::before {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 1px;
    left: 0;
    right: 0;
    width: calc(100% - 2px);
    height: calc(50% - 1px);
    background-color: rgba(255, 255, 255, .1);
    z-index: -1;
    border-radius: 4px 4px 0 0;
}
.secKengaku .aMemberBtn::after {
    position: absolute;
    content: '簡単登録 45秒!';
    font-size: 0;
    margin: auto;
    display: block;
    top: -16px;
    left: -16px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.secKengaku.lazyloaded .aMemberBtn::after {
    background: #fac500 url(../img/common/txtMember.gif) center center / 48px 28px no-repeat;
}
.secKengaku .memberTxtLink {
    margin-top: 30px;
    font-size: var(--pcFontSize15);
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.secKengaku .memberTxtLink a {
    color: #146add;
    text-decoration: underline;
}
@media only screen and (max-width:1600px){
    .secKengaku .contactBtn {
        width: 42.105%;
    }
    .secKengaku .reserveBtn {
        width: 42.105%;
    }
    .secKengaku .contactBtn.lazyloaded .txtBtn:before {
        left: 30px;
    }
    .secKengaku .reserveBtn.lazyloaded .txtBtn:before {
        left: 30px;
    }
}
@media only screen and (max-width:767px){
    .secKengaku {
        margin: 30px auto 0px;
    }
    .secKengaku .memberBtnBox {
        margin-right: 0px;
    }
    .secKengaku .secCategory .linklist {
        flex-wrap: wrap;
        padding: 20px 0;
        justify-content: space-between;
    }
    .secKengaku .secCategory .item {
        width: 48.7%;
        margin-top: 9px;
    }
    .secKengaku .secCategory .item:first-child {
        width: 100%;
        margin-top: 0px;
    }
    .secKengaku .secCategory .item a {
        width: 100%;
        height: 40px;
        border-radius: 35px;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_05);
        margin-right: 0px;
    }
    .secKengaku .listCover .txtLook {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_16);
        letter-spacing:0;
        text-align: center;
    }
    .secKengaku .searchArea .boxlistTxt {
        display: none;
    }
    .secKengaku .secList .areaList {
        display: block;
    }
    .secKengaku .areaList .listItem {
        width: 100%;
        margin-right: 0;
        background: #f2f4f5;
        /* padding-bottom: 167px; */
        position: relative;
        margin-top: 30px;
    }
    .secKengaku .areaList .listItem .alistItem{
        padding-bottom: 167px;
    }
    .secKengaku .areaList .listItem.listMember .alistItem {
        padding-bottom: 0px;
    }
    .secKengaku .boxTxt {
        padding: 20px 20px 14px;
        position: relative;
    }
    .secKengaku .boxUp .titInner {
        font-size: var(--spFontSize18);
        letter-spacing: 0;
        line-height: var(--spLineHeight18_17);
    }
    .secKengaku .boxUp .txtInner {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_16);
        letter-spacing: 0;
        margin-top: 8px;
    }
    .secKengaku .boxUp {
        padding-bottom: 15px;
    }
    .secKengaku .boxRow .txtRed {
        font-size: 22px;
        letter-spacing: 0;
        margin: 0 4px;
    }
    .secKengaku .boxRow .txtPrice {
        font-size: var(--spFontSize13);
        letter-spacing: 0;
    }
    .secKengaku .areaList .boxImg {
        padding-top: 62.61%;
    }
    .secKengaku .moreBtn {
        width: 88.41%;
        height: 44px;
        background: #fff;
        bottom: 84px;
    }
    .secKengaku .contactBtn {
        width: 43.48%;
        height: 44px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        bottom: 30px;
        left: 5%;
    }
    .secKengaku .reserveBtn {
        width: 43.48%;
        height: 44px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        bottom: 30px;
        right: 5%;
    }
    .secKengaku .contactBtn.lazyloaded .txtBtn:before {
        width: 17px;
        height: 14px;
        top: -2px;
        left: 20px;
    }
    .secKengaku .reserveBtn.lazyloaded .txtBtn:before {
        width: 14px;
        height: 14px;
        left: 20px;
    }
    .secKengaku .areaList .listItem:nth-child(n+2){
        margin-top: 30px;
    }
    .secKengaku .boxIcon {
        width: 60px;
        height: 60px;
        font-size: 11px;
        letter-spacing: 0;
    }
    .secKengaku .memberTxt {
        font-size: var(--spFontSize22);
        font-weight: 500;
        letter-spacing: 0;
        line-height: var(--spLineHeight22_13);
        text-align: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .secKengaku .aMemberBtn {
        width: 263px;
        height: 50px;
        font-size: var(--spFontSize14);
        letter-spacing: 0;
    }
    .secKengaku.lazyloaded .aMemberBtn::after {
        background: #fac500 url(../img/common/txtMemberSp.gif) center center / 40px 23px no-repeat;
    }
    .secKengaku .aMemberBtn::after {
        position: absolute;
        content: '簡単登録 45秒!';
        top: -9px;
        left: -9px;
        width: 50px;
        height: 50px;
        border-radius: 60px;
    }
    .secKengaku .memberTxtLink {
        margin-top: 15px;
        font-size: var(--spFontSize12);
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    .secKengaku .areaList .listItem.listMember{
        padding-bottom: 105px;
    }
    .secKengaku .listItem.listMember .boxUp {
        border-bottom: unset;
    }
    .secKengaku .memberBox {
        bottom: 30px;
    }

}
