@charset "utf-8";
/* secDetails */
.secDetails{
    margin-top: 2rem;
    padding-bottom: 10rem;
}
.page_Details #header,
.page_Details #btnNav{
    position: absolute;
}
/* secDetailsHero */
.secDetailsHero{
    border-top: 1px solid;
    border-color: var(--newsBorderColor);
    padding-top: 4rem;
}
.secDetailsHero .Inner{
    width: 100%;
}
.secDetailsHero .tagContent{
    width: 100%;
    max-width: 100%;
}
.secDetailsHero .taglist{
    display: flex;
    flex-wrap: wrap;
}
.secDetailsHero .tag{
    display: inline-block;
    min-width: 6rem;
    margin-top: 1px;
    margin-right: 1px;
}
.secDetailsHero .tag:last-child{
    margin-right: 0;
}
.secDetailsHero .tag.area{
    max-width: 100%;
}
.secDetailsHero .tag.category{
    min-width: 8rem;
}
.secDetailsHero .tag.estate{
    min-width: 13rem;
}
.secDetailsHero .tagInner{
    display: flex;
    align-items: center;
    height: 2.6rem;
    color: #fff;
    width: fit-content;
    min-width: 6rem;
    padding: 0 0.5rem;
    max-width: 100%;
}
.secDetailsHero .tag.area .tagInner{
    background-color: var(--areaColor);
}
.secDetailsHero .tag.category .tagInner{
    background-color: var(--textColor);
    min-width: 8rem;
}
.secDetailsHero .tag.estate .tagInner{
    min-width: 13rem;
    background-color: var(--NewColor);
}
.secDetailsHero .tagtxt{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_20);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secDetailsHero .titlebox{
    text-align: left;
    margin-top: 1.5rem;
}
.secDetailsHero .title{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_40);
    font-weight: bold;
    position: relative;
    display: inline-block;
    max-width: 100%;
    letter-spacing: 0.025em;
}
@media only screen and (min-width:1216px){
    .secDetailsHero .title:has(.secNewIcon){
        padding-right: calc(4.4rem + 1.8rem);
    }
    .secDetailsHero .secNewIcon{
        top: -0.6rem;
        right: 0;
    }
    .secDetailsHero .Main_sp_Img{
        display: none;
    }
}

/* flexArea */
.secDetailsHero .flexArea{
    margin-top: 3.2rem;
    display: flex;
}
.secDetailsHero .txtArea{
    width: 100%;
}
@media only screen and (min-width:1216px){
    .secDetailsHero:has(.ImgArea) .txtArea{
        flex: 1;
        padding-right: 5rem;
        width: calc(100% - 67.7rem);
    }
}
.secDetailsHero .ImgArea{
    width: 67.7rem;
}
.secDetailsHero .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_40);
    text-align: left;
}
/* otherList */
.secDetailsHero .otherList{
    width: 100%;
}
.secDetailsHero .txt + .otherList{
    margin-top: 4.5rem;
}
.secDetailsHero .otherList .list{
    border: 1px solid;
    border-color: var(--statusBorderColor);
    border-radius: 0.4rem;
}
.secDetailsHero .otherList .item{
    display: flex;
    width: 100%;
}
.secDetailsHero .otherList .item + .item{
    border-top: 1px solid;
    border-color: var(--statusBorderColor);
}
.secDetailsHero .otherList .itemTitArea{
    width: 20rem;
    min-height: 4.8rem;
    background-color: var(--pagerBorderColor_35);
}
.secDetailsHero .otherList .itemTitIn{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.secDetailsHero .otherList .itemTit{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_28);
    letter-spacing: var(--pcLetterSpacing15_50);
}
.secDetailsHero .otherList .itemTxtArea{
    flex: 1;
}
.secDetailsHero .otherList .itemTxtIn{
    width: 100%;
    padding: 1rem 2rem;
}
.secDetailsHero .otherList .itemTxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_28);
    letter-spacing: var(--pcLetterSpacing15_50);
}
.secDetailsHero .otherList .txtlink{
    text-decoration: underline;
    color: var(--textColor);
}
/* undertxt */
.secDetailsHero .undertxt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    margin-top: 1.7rem;
    letter-spacing: var(--pcLetterSpacing12_50);
}
@media only screen and (min-width:1216px){
    .secDetailsHero:has(.txt) .ImgArea{
        padding-top: 1.2rem;
    }
}
@media only screen and (max-width:1215px){
    /* secDetails */
    .secDetails{
        margin-top: 0.5rem;
        padding-bottom: 5rem;
    }
    /* secDetailsHero */
    .secDetailsHero{
        padding-top:2rem;
        position: relative;
        border: none;
    }
    .secDetailsHero::after{
        content: "";
        position: absolute;
        width: calc(100% - 4rem);
        height: 1px;
        top: 0;
        left: 2rem;
        background-color: var(--newsBorderColor);
    }
    .secList .tagtxt{
        font-size: var(--spFontSize13);
    }
    .secDetailsHero .titlebox{
        margin-top: 10px;
    }
    .secDetailsHero .title{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_25);
    }
    .secDetailsHero .title .secNewIcon{
        display: none;
    }
    .secDetailsHero .secNewIcon{
        top: calc(0% - 0.9rem);
        right: 2rem;
    }
    .secDetailsHero .Main_sp_Img{
        position: relative;
    }
    .secDetailsHero .Main_sp_Img + .titleArea{
        margin-top: 2rem;
    }
    /* flexArea */
    .secDetailsHero .flexArea{
        margin-top: 0.6rem;
        display: block;
    }
    .secDetailsHero .txtArea{
        width: 100%;
    }
    .secDetailsHero .ImgArea{
        display: none;
    }
    .secDetailsHero .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
    }
    /* otherList */
    .secDetailsHero .txt + .otherList{
        margin-top: 2.4rem;
    }
    .secDetailsHero .otherList .itemTitArea{
        width: 7rem;
    }
    .secDetailsHero .otherList .itemTitIn{
        padding: 1.2rem 0;
    }
    .secDetailsHero .otherList .itemTit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
    }
    .secDetailsHero .otherList .itemTxtIn{
        padding: 1.3rem 1.5rem;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .secDetailsHero .otherList .itemTxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
    }
    /* undertxt */
    .secDetailsHero .undertxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        margin-top: 0.8rem;
    }
}
/* secBtnArea */
.secBtnArea{
    margin-top: 9.6rem;
}
.secBtnArea .btnList{
    max-width: 100%;
    width: calc(57rem * 2 + 5rem);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.secBtnArea .btnItem{
    width: calc((100% - 5rem) / 2);
}
.secBtnArea .btnItem + .btnItem{
    margin-left: 5rem;
}
.secBtnArea .btnItemLink{
    display: flex;
    align-items: center;
    width: 100%;
    height: 11rem;
    position: relative;
    border-radius: 0.6rem;
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_30);
    font-weight: bold;
    color: var(--colorWhite);
    background-color: var(--textColor);
}
.secBtnArea .btnItemLink.reserve{
    background-color: var(--btnBgColor);
}
.secBtnArea .btnItemLink::after{
    position: absolute;
    content: "";
    width: 4.4rem;
    height: 4.4rem;
    top: -2.2rem;
    right: 2rem;
}
.secBtnArea.lazyloaded .btnItemLink::after{
    background: url(../img/event/iconEventBtn.png) center top / cover;
}
.secBtnArea .btnInner{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secBtnArea .btnTxt{
    display: inline-block;
    position: relative;
}
.secBtnArea .btnTxt::after{
    content: "";
    position: absolute;
    left: 0;
}
.secBtnArea.lazyloaded .btnTxt::after{
    background: url(../img/common/tp.gif) center center no-repeat;
    background-size: 100% auto;
}
.secBtnArea .catalog .btnTxt{
    padding-left: calc(var(--pcFontSize24) * (36 / 24) + 0.9rem);
}
.secBtnArea.lazyloaded .catalog .btnTxt::after{
    width: calc(var(--pcFontSize24) * (36 / 24));
    height: calc(var(--pcFontSize24) * (30 / 24));
    top: calc(50% - calc(var(--pcFontSize24) * (30 / 24) / 2));
}
.secBtnArea.lazyloaded .catalog .btnTxt::after{
    background-image: url(../img/common/icon_MenuCatalog.png);
}
.secBtnArea .reserve .btnTxt{
    padding-left: calc(var(--pcFontSize24) * (31 / 24) + 1.5rem);
}
.secBtnArea.lazyloaded .reserve .btnTxt::after{
    width: calc(var(--pcFontSize24) * (31 / 24));
    height: calc(var(--pcFontSize24) * (31 / 24));
    top: calc(50% - calc(var(--pcFontSize24) * (31 / 24) / 2));
}
.secBtnArea.lazyloaded .reserve .btnTxt::after{
    background-image: url(../img/event/iconEvent02.png);
}
@media only screen and (max-width:1215px){
    .secBtnArea{
        margin-top: 4.3rem;
    }
    .secBtnArea .btnList{
        width: 100%;
        display: block;
        max-width: 33.5rem;
        margin: 0 auto;
    }
    .secBtnArea .btnItem{
        width: 100%;
    }
    .secBtnArea .btnItem + .btnItem{
        margin-left:0;
        margin-top:2rem;
    }
    .secBtnArea .btnItemLink{
        height: 6rem;
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_25);
    }
    .secBtnArea .btnItemLink::after{
        width: 3rem;
        height: 3rem;
        top: calc(0% - 1.5rem);
        right: 1rem;
    }
    .secBtnArea .catalog .btnTxt{
        padding-left: calc(var(--spFontSize18) * (21 / 18) + 0.5rem);
    }
    .secBtnArea.lazyloaded .catalog .btnTxt::after{
        width: calc(var(--spFontSize18) * (21 / 18));
        height: calc(var(--spFontSize18) * (19 / 18));
        top: calc(50% - calc(var(--spFontSize18) * (19 / 18) / 2));
    }
    .secBtnArea .reserve .btnTxt{
        padding-left: calc(var(--spFontSize18) * (20 / 18) + 0.5rem);
    }
    .secBtnArea.lazyloaded .reserve .btnTxt::after{
        width: calc(var(--spFontSize18) * (20 / 18));
        height: calc(var(--spFontSize18) * (20 / 18));
        top: calc(50% - calc(var(--spFontSize18) * (20 / 18) / 2));
    }
}
/* secAnchor */
.secAnchor{
    margin-top: 10rem;
    background-color: var(--textColor);
}
.secAnchor#Anchor_Nav{
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: 0.5s;
    z-index: 100;
    width: 100%;
}
.secAnchor#Anchor_Nav.scroll{
    transform: translateY(0);
}
.secAnchor .AnchourInner{
    position: relative;
    padding-right: 10rem;
}
.secAnchor .pageTopArea{
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
}
.secAnchor .pageTopLink{
    display: flex;
    align-items: center;
    width: 100%;
    height: 10rem;
}
.secAnchor .pageTopLink .TopIn{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.secAnchor .pageTopLink .imgtxt{
    width: 2.4rem;
    margin: 0 auto;
    position: relative;
    padding-top: calc(0.6rem + 1rem);
}
.secAnchor .pageTopLink .imgtxt::after{
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.6rem;
    left: calc(50% - 0.5rem);
    top: 0;
}
.secAnchor.lazyloaded .pageTopLink .imgtxt::after{
    background: url(../img/estate/imgToplink_icon.png) center top no-repeat;
    background-size: 100% auto;
}
.secAnchor .anchorList{
    display: flex;
}
.secAnchor .anchorItem{
    text-align: center;
}
@media only screen and (min-width:1216px){
    .secAnchor .anchorItem{
        flex: 1;
    }
}
.secAnchor .anchorLink{
    display: flex;
    align-items: center;
    width: fit-content;
    height: 10rem;
    color: var(--colorWhite);
    margin: 0 auto;
}
.secAnchor .LinkInner{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}
.secAnchor .imgtit{
    display: inline-block;
}
.secAnchor .imgtit img{
    width: auto;
    height: 1.5rem;
}
.secAnchor .imgtit.h_17 img{
    height: 1.7rem;
}
.secAnchor .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_30);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing14_50);
    margin-top: 1rem;
}
@media only screen and (max-width:1215px){
    .secAnchor{
        margin-top: 5rem;
    }
    .secAnchor .AnchourInner{
        padding-right: 0;
    }
    .secAnchor .pageTopArea{
        display: none;
    }
    .secAnchor#Anchor_Nav{
        transform: translateY(calc(0% - (100% + 6rem)));
    }
    .secAnchor#Anchor_Nav .pageTopArea{
        display: block;
    }
    .secAnchor .pageTopArea{
        top:auto;
        width: 5rem;
        border: 1px solid;
        border-color: var(--textColor);
        background-color: var(--colorWhite);
        color: var(--textColor);
        border-radius: 0 0 0 0.4rem;
    }
    .secAnchor .pageTopLink{
        height: 5rem;
    }
    .secAnchor .pageTopLink .TopIn{
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .secAnchor .pageTopLink .imgtxt{
        width: 1.8rem;
        padding-top: calc(0.6rem + 0.5rem);
    }
    .secAnchor.lazyloaded .pageTopLink .imgtxt::after{
        background-image: url(../img/estate/imgToplink_icon_sp.png);
    }
    .secAnchor .anchorList{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .secAnchor .anchorItem{
        width: calc(100% / 4);
        position: relative;
    }
    .secAnchor .anchorItem::after{
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 3rem);
        top: 1.5rem;
        right: 0;
        background-color: var(--colorWhite_25);
    }
    .secAnchor .anchorItem:nth-child(4n):after{
        display: none;
    }
    .secAnchor .anchorItem:nth-child(5)::before{
        content: "";
        position: absolute;
        width: calc(100% * 4);
        height: 1px;
        background-color: var(--colorWhite_25);
        left: 0;
        top: 0;
    }
    .secAnchor .anchorLink{
        width:100%;
        height: 7rem;
    }
    .secAnchor .LinkInner{
        padding-top: 0;
    }
    .secAnchor .imgtit img{
        height: 0.9rem;
    }
    .secAnchor .imgtit.h_17 img{
        height: 1rem;
    }
    .secAnchor .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        margin-top: 0.7rem;
    }
}
/* secContent_titbox */
.secContent_titbox{
    width: 100%;
}
.secContent_titbox .engtitbox{
    position: relative;
    width: 100%;
}
.secContent_titbox .engtitbox::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--colorText_25);
    right: 0;
    top:calc(50% - 0.5px);
}
.secContent_titbox .imgtit_eng{
    display: inline-block;
    position: relative;
    background-color: var(--colorWhite);
    padding-right:4rem;
    z-index: 3;
}
.secContent_titbox .imgtit_eng img{
    width: auto;
    height: 3.6rem;
}
.secContent_titbox .titJpn{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    font-weight: bold;
    margin-top: 2.5rem;
}
@media only screen and (min-width:1216px){
    .secContent_titbox .titJpn{
        letter-spacing: var(--pcLetterSpacing20_100);
    }
}
@media only screen and (max-width:1215px){
    .secContent_titbox{
        width: 100%;
        text-align: center;
    }
    .secContent_titbox .engtitbox{
        text-align: center;
        padding-bottom: 1.5rem;
    }
    .secContent_titbox .engtitbox::after{
        width: 3.5rem;
        right: calc(50% - 1.75rem);
        top:auto;
        bottom: 0;
    }
    .secContent_titbox .imgtit_eng{
        background-color:unset;
        padding-right:0;
    }
    .secContent_titbox .imgtit_eng img{
        width: auto;
        height: 2.9rem;
    }
    .secContent_titbox .titJpn{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
        margin-top: 1.1rem;
    }
}
/* secPageContent */
.secPageContent{
    margin-top: 10rem;
    padding-bottom: 20rem;
}
/* secPoint */
.secPoint{
    max-width: 100%;
}
.secPoint .list{
    display: flex;
    margin-top: 4.2rem;
}
.secPoint .item{
    width: calc((100% - 9rem) / 3);
    margin-right: 4.5rem;
}
.secPoint .item:last-child{
    margin-right: 0;
}
.secPoint .imgArea{
    width: 100%;
}
.secPoint .imgBox{
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-top: calc(446 / 670 * 100%);
    z-index: 1;
}
.secPoint .txtArea{
    width: 100%;
    margin-top: 1.5rem;
}
.secPoint .tit{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    font-weight: bold;
}
.secPoint .txt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_22);
}
.secPoint .tit + .txt{
    margin-top: 0.8rem;
}
@media only screen and (max-width:1215px){
    /* secPageContent */
    .secPageContent{
        margin-top: 5rem;
        padding-bottom: 7rem;
    }
    /* secPoint */
    .secPoint .list{
        display: block;
        margin-top: 30px;
    }
    .secPoint .item{
        width:100%;
        margin-right:0;
    }
    .secPoint .item + .item{
        margin-top: 2.5rem;
    }
    .secPoint .txtArea{
        margin-top: 1rem;
    }
    .secPoint .tit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_24);
    }
    .secPoint .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_22);
    }
    .secPoint .tit + .txt{
        margin-top: 0.3rem;
    }
}
/* secGallery */
.secGallery{
    max-width: 100%;
}
div + .secGallery{
    margin-top: 19.3rem;
}
/* secDetailsSlider */
.secDetailsSlider{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 4.5rem;
}
.secDetailsSlider .boxSlider{
    width: calc(100% - (35rem + 3.7rem));
}
.secDetailsSlider .boxThumb{
    width: 35rem;
}
#sliderPhoto{
    position: relative;
}
#sliderPhoto .swiper{
    width: 100%;
    overflow: hidden;
    border-radius: 0.4rem;
}
#sliderPhoto .imglink{
    display: block;
    position: relative;
}
#sliderPhoto .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(622 / 933 * 100%);
    overflow: hidden;
    z-index: 1;
}
#sliderPhoto .imgBox::after{
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: var(--textColor);
    bottom: 0;
    right: 0;
    z-index: 5;
}
#sliderPhoto.lazyloaded .imgBox::after{
    background: url(../img/works/imgSearch_tab_icon.png) no-repeat center center var(--textColor);
    background-size: 1.6rem auto;
}
#sliderPhoto .swiper-button-prev,
#sliderPhoto .swiper-button-next{
    width: 4rem;
    height: 9rem;
    background-color: var(--textColor);
    top: calc(50% - 4.5rem);
    margin: 0;
    border-radius: 0.4rem 0 0 0.4rem;
    overflow: hidden;
}
#sliderPhoto .swiper-button-prev{
    left: 0;
    transform: rotate(180deg);
}
#sliderPhoto .swiper-button-next{
    right: 0;
}
#sliderPhoto .swiper-button-prev.lazyloaded,
#sliderPhoto .swiper-button-next.lazyloaded{
    background: url(../img/estate/imgGallerySliderArrow.png) center center no-repeat var(--textColor);
    background-size: 0.7rem auto;
}
#sliderPhoto .swiper-button-prev::after,
#sliderPhoto .swiper-button-next::after{
    display: none;
}
#sliderPhoto .swiper-pagination{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: calc(0% - (var(--pcFontSize15) * var(--pcLineHeight15_30) + 1.2rem));
    left: 0;
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
}
#sliderPhotoThumb{
    padding: 1.5rem;
    border: 1px solid;
    border-color: var(--statusBorderColor);
    border-radius: 0.4rem;
}
@media only screen and (min-width:1216px){
    #sliderPhotoThumb{
        background: var(--colorWhite);
    }
}
#sliderPhotoThumb .swiper{
    width: 100%;
}
#sliderPhotoThumb .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
#sliderPhotoThumb .img{
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
}
@media only screen and (min-width:1216px){
    #sliderPhotoThumb .img:nth-child(3n){
        margin-right: 0;
    }
    #sliderPhotoThumb .img:nth-child(n + 4){
        margin-top: 1rem;
    }
}
#sliderPhotoThumb .Thumb_link{
    display: block;
    width: 100%;
    position: relative;
}
#sliderPhotoThumb .Thumb_link::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 3px solid transparent;
    z-index: 10;
}
#sliderPhotoThumb .img.on .Thumb_link::after{
    border-color: var(--thumbBorderColor);
}
#sliderPhotoThumb .imgBox{
    width: 100%;
    height: 0;
    padding-top:calc(100 / 100 * 100%);
    overflow: hidden;
    z-index: 1;
}
#sliderPhotoThumb .boxBtnPager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.3rem;
}
#sliderPhotoThumb .swiper-button-prev,
#sliderPhotoThumb .swiper-button-next{
    position: static;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--statusBorderColor);
    background-color: var(--colorWhite);
    margin: 0;
}
#sliderPhotoThumb .swiper-button-prev{
    transform: rotate(180deg);
}
#sliderPhotoThumb .swiper-button-prev.lazyloaded,
#sliderPhotoThumb .swiper-button-next.lazyloaded{
    background: url(../img/estate/imgGalleryThumbIcon.png) center center no-repeat var(--colorWhite);
    background-size: 0.7rem auto;
}
#sliderPhotoThumb .swiper-button-prev::after,
#sliderPhotoThumb .swiper-button-next::after{
    display: none;
}
#sliderPhotoThumb .swiper-pagination{
    position: static;
    padding: 0 2rem;
    width: fit-content;
}
#sliderPhotoThumb .swiper-pagination-bullet{
    background: var(--thumbPaginationColor);
    margin: 0.5rem 1rem !important;
    opacity: 1;
    width: 1rem;
    height: 1rem;
}
#sliderPhotoThumb .swiper-pagination-bullet-active{
    background-color: var(--textColor);
}
#sliderPhotoThumb.disabled .boxBtnPager{
    display: none;
}
@media only screen and (min-width:1216px){
    #sliderPhotoThumb.disabled{
        height: 100%;
    }
}
@media only screen and (max-width:1215px){
    /* secGallery */
    div + .secGallery{
        margin-top: 4.3rem;
    }
    /* secDetailsSlider */
    .secDetailsSlider{
        display:block;
        margin-top: 3.2rem;
    }
    .secDetailsSlider .boxSlider{
        width: 100%;
    }
    .secDetailsSlider .boxThumb{
        width: 100%;
        margin-top: calc(var(--spFontSize12) * var(--spLineHeight12_20) + 0.7rem + 1.6rem);
    }
    #sliderPhoto{
        position: relative;
    }
    #sliderPhoto .swiper{
        border-radius: 0.2rem;
    }
    #sliderPhoto .swiper-button-prev,
    #sliderPhoto .swiper-button-next{
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        top: calc(50% - 1.5rem);
        border-radius: 50%;
    }
    #sliderPhoto .swiper-button-prev{
        left: calc(0% - 1rem);
    }
    #sliderPhoto .swiper-button-next{
        right: calc(0% - 1rem);
    }
    #sliderPhoto .swiper-pagination{
        bottom: calc(0% - (var(--spFontSize12) * var(--spLineHeight12_20) + 0.7rem));
        left: 0;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    #sliderPhotoThumb{
        padding: 0;
        border:none;
        border-radius:0;
    }
    #sliderPhotoThumb .img{
        width: calc((100% - 2.8rem) / 5);
        margin-right: calc(2.8rem / 4);
    }
    #sliderPhotoThumb .img:nth-child(5n){
        margin-right: 0;
    }
    #sliderPhotoThumb .img:nth-child(n + 6){
        margin-top: 0.7rem;
    }
    #sliderPhotoThumb .Thumb_link::after{
        border-width: 2px;
    }
    #sliderPhotoThumb .boxBtnPager{
        margin-top: 2rem;
    }
    #sliderPhotoThumb .swiper-button-prev,
    #sliderPhotoThumb .swiper-button-next{
        width: 3rem;
        height: 3rem;
    }
    #sliderPhotoThumb .swiper-pagination{
        padding: 0 1.5rem;
    }
    #sliderPhotoThumb .swiper-pagination-bullet{
        margin: 0.5rem 0.9rem !important;
        width: 0.7rem;
        height: 0.7rem;
    }
}

.secPlan{
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
div + .secPlan{
    margin-top: 23.4rem;
}
@media only screen and (min-width:1216px){
    .secPlan::after{
        content: "";
        position: absolute;
        width: calc(132rem + ((100% - 132rem) / 2) + 10rem);
        height: 100%;
        left: 0;
        top: 0;
        border-radius:0 4rem 0 0;
        background-color: var(--bgVoiceColor);
    }
    .secPlan .secContent_titbox .imgtit_eng{
        background-color: var(--bgVoiceColor);
    }
}
.secPlan .Inner{
    position: relative;
    z-index: 3;
}
.secPlan .imgArea{
    border: 1px solid;
    border-color: var(--statusBorderColor);
    background-color: var(--colorWhite);
    overflow: hidden;
    margin-top: 4.3rem;
}
.secPlan .planBox{
    display: block;
    position: relative;
    padding: 3rem;
}
.secPlan .planBox::after{
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: var(--textColor);
    bottom: 0;
    right: 0;
    z-index: 5;
}
.secPlan.lazyloaded .planBox::after{
    background: url(../img/works/imgSearch_tab_icon.png) no-repeat center center var(--textColor);
    background-size: 1.6rem auto;
}
.secPlan .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(500 / 1260 * 100%);
}
@media only screen and (max-width:1215px){
    .secPlan{
        padding: 0;
    }
    div + .secPlan{
        margin-top: 8.7rem;
    }
    .secPlan .imgArea{
        margin-top: 3.1rem;
    }
    .secPlan .planBox{
        padding: 3.5rem;
    }
    .secPlan .imgBox{
        padding-top: calc(265 / 265 * 100%);
    }
}
/* .secEquipment */
.secEquipment{
    max-width: 100%;
}
div + .secEquipment{
    margin-top: 20rem;
}
.secEquipment .secContent_titbox .imgtit_eng img{
    height: 4.1rem;
}
.secEquipment .EquipmentTab{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.3rem;
}
.secEquipment .tabItem{
    width: calc((100% - 8rem) / 5);
    margin-right: 2rem;
    pointer-events: all;
    cursor: pointer;
}
@media only screen and (min-width:1216px){
    .secEquipment .tabItem:nth-child(5n){
        margin-right: 0;
    }
    .secEquipment .tabItem:nth-child(n + 6){
        margin-top: 2rem;
    }
}
.secEquipment .tab_box{
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 8rem;
    height: 100%;
    padding: 1rem 2rem;
    border: 1px solid;
    border-color: var(--textColor);
    background-color: var(--colorWhite);
    color: var(--textColor);
    border-radius: 0.4rem;
    position: relative;
}
.secEquipment .tab_box::after{
    content: "";
    position: absolute;
    width: 3rem;
    height:2rem;
    background-color: transparent;
    bottom: calc(0% - 1rem);
    right:calc(50% - 1.5rem);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secEquipment .tabItem.on .tab_box::after{
    background-color: var(--textColor);
}
.secEquipment .tabItem.on .tab_box{
    background-color: var(--textColor);
    color: var(--colorWhite);
}
.secEquipment .tabInner{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secEquipment .tabtxt{
    text-align: left;
    display: inline-block;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    font-weight: bold;
}
.secEquipment .EquipmentTabContent{
    margin-top: 6rem;
}
.secEquipment .e_item{
    display: none;
}
.secEquipment .e_item.active{
    display: block;
}
.secEquipment .e_itemInner{
    display: flex;
}
.secEquipment .imgArea{
    width: 62.6rem;
}
.secEquipment .txtArea{
    width: 100%;
}
@media only screen and (min-width:1216px){
    .secEquipment .imgArea + .txtArea{
        padding-left: 4rem;
        width:calc(100% - 62.6rem);
        flex:1;
    }
}
.secEquipment .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_44);
    font-weight: bold;
}
.secEquipment .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_40);
}
.secEquipment .tit + .txt{
    margin-top: 1rem;
}
.secEquipment .imgPops{
    display: block;
    cursor: pointer;
}
.secEquipment .imgIn{
    width: 100%;
    padding:2.6rem;
    border: 1px solid;
    border-color: var(--statusBorderColor);
    border-radius: 0.4rem;
    position: relative;
    background: var(--colorWhite);
}
.secEquipment .imgIn::after{
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: var(--textColor);
    bottom: 0;
    right: 0;
    z-index: 5;
}
.secEquipment.lazyloaded .imgIn::after{
    background: url(../img/works/imgSearch_tab_icon.png) no-repeat center center var(--textColor);
    background-size: 1.6rem auto;
}
.secEquipment .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(381 / 574 * 100%);
}
@media only screen and (max-width:1215px){
    div + .secEquipment{
        margin-top: 5rem;
    }
    .secEquipment .secContent_titbox .imgtit_eng img{
        height: 3.3rem;
    }
    .secEquipment .EquipmentTab{
        margin-top:3rem;
    }
    .secEquipment .tabItem{
        width: calc((100% - 2rem) / 3);
        margin-right: 1rem;
    }
    .secEquipment .tabItem:nth-child(3n){
        margin-right: 0;
    }
    .secEquipment .tabItem:nth-child(n + 4){
        margin-top: 1.5rem;
    }
    .secEquipment .tab_box{
        min-height: 5rem;
        padding: 0.5rem 1rem;
    }
    .secEquipment .tab_box::after{
        bottom: calc(0% - 1rem);
    }
    .secEquipment .tabtxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
    }
    .secEquipment .EquipmentTabContent{
        margin-top: 2rem;
    }
    .secEquipment .e_itemInner{
        display: block;
    }
    .secEquipment .imgArea{
        width: 100%;
    }
    .secEquipment .txtArea{
        margin-top: 2.3rem;
        width: 100%;
        padding-left:0;
    }
    .secEquipment .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_34);
    }
    .secEquipment .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_28);
    }
    .secEquipment .tit + .txt{
        margin-top: 0.4rem;
    }
    .secEquipment .imgIn{
        padding:2rem;
    }
    .secEquipment .imgBox{
        padding-top: calc(204 / 295 * 100%);
    }
}
/* secPayment */
.secPayment{
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
@media only screen and (min-width:1216px){
    div + .secPayment{
        margin-top: 2rem;
        padding-top: 17.9rem;
        padding-bottom: 20rem;
    }
    div + .secPayment::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 150rem;
        left: 0;
        top: 0;
    }
    div + .secPayment.lazyloaded::after{
        background: url(../img/estate/imgbgpayment.jpg) no-repeat center top;
    }
    div + .secPayment .secContent_titbox .imgtit_eng{
        background: none;
    }
    div + .secPayment .secContent_titbox .engtitbox::after{
        width: calc(100% - (14.5rem + 4rem));
    }
}
.secPayment .Inner{
    position: relative;
    z-index: 3;
}
.secPayment .paymentBox{
    background-color: var(--textColor);
    color: var(--colorWhite);
    width: 100%;
    border-radius: 4rem;
    margin-top: 4.5rem;
}
.secPayment .payment_In{
    padding: 5.8rem 5rem 6rem;
    text-align: center;
}
.secPayment .p_titbox{
    position: relative;
    text-align: center;
    padding-bottom: 2rem;
}
.secPayment .p_titbox::after{
    content: "";
    position: absolute;
    width:8rem;
    height: 1px;
    background-color: var(--colorWhite);
    left: calc(50% - 4rem);
    bottom: 0;
}
.secPayment .p_tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_44);
    font-weight: bold;
}
.secPayment .pricelist{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    margin-top: 2rem;
}
.secPayment .priceItem{
    display: inline-block;
}
.secPayment .priceItem + .priceItem{
    margin-left: 3.5rem;
}
.secPayment .p_ItemIn{
    position: relative;
    padding-left: calc((var(--pcFontSize20) * (55 / 20)) + 1.7rem);
}
.secPayment .p_subtitbox{
    width: calc(var(--pcFontSize20) * (55 / 20));
    height: calc(var(--pcFontSize20) * (55 / 20));
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: calc(var(--pcFontSize20) * (3 / 20));
    border: 1px solid;
    border-color: var(
    --colorWhite);
    display: flex;
    align-items: center;
}
.secPayment .p_subtitIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secPayment .p_subtit{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_18);
}
.secPayment .pricetxt{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
}
.secPayment .pricetxt .num{
    font-size: var(--pcFontSize55);
    line-height: var(--pcLineHeight55_60);
}
.secPayment .pricetxt .num.main{
    font-size: var(--pcFontSize65);
}
.secPayment .freetxtbox{
    text-align: center;
    margin-top: 2.8rem;
}
.secPayment .freetxtbox .freetxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    display: inline-block;
    letter-spacing: var(--pcLetterSpacing15_50);
}
.secPayment .freetxtbox .freetxt + .freetxt{
    padding-left: 1em;
}
@media only screen and (min-width:1216px){
    /* .secPayment .freetxtbox .freetxt br{
        display: none;
    } */
}
@media only screen and (max-width:1215px){
    .secPayment{
        max-width: 100%;
    }
    div + .secPayment{
        margin-top: 4rem;
    }
    .secPayment .Inner{
        position: relative;
        z-index: 3;
    }
    .secPayment .paymentBox{
        border-radius: 1rem;
        margin-top: 3.2rem;
    }
    .secPayment .payment_In{
        padding: 2.4rem 1rem 2.5rem;
    }
    .secPayment .p_titbox{
        padding-bottom: 1.4rem;
    }
    .secPayment .p_titbox::after{
        width:6rem;
        left: calc(50% - 3rem);
    }
    .secPayment .p_tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_30);
    }
    .secPayment .pricelist{
        display: block;
        margin-top: 1.5rem;
        text-align: center;
    }
    .secPayment .priceItem{
        display: block;
    }
    .secPayment .priceItem + .priceItem{
        margin-left:0;
        margin-top: 1.2rem;
    }
    .secPayment .p_ItemIn{
        padding-left: calc((var(--spFontSize11) * (44 / 11)) + 0.7rem);
        display: inline-block;
    }
    .secPayment .p_subtitbox{
        width: calc(var(--spFontSize11) * (44 / 11));
        height: calc(var(--spFontSize11) * (44 / 11));
        bottom: calc(var(--spFontSize11) * (-2 / 11));
    }
    .secPayment .p_subtit{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_14);
    }
    .secPayment .pricetxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
    }
    .secPayment .pricetxt .num{
        font-size: var(--spFontSize30);
        line-height: var(--spLineHeight30_40);
    }
    .secPayment .pricetxt .num.main{
        font-size: var(--spFontSize35);
        vertical-align: calc(var(--spFontSize35) * (-5 / 35));
    }
    .secPayment .freetxtbox{
        text-align: center;
        margin-top: 1.9rem;
    }
    .secPayment .freetxtbox .freetxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        display: block;
    }
    .secPayment .freetxtbox .freetxt + .freetxt{
        padding-left: 0;
    }
}
/* secAbout */
.secAbout{
    max-width: 100%;
}
div + .secAbout{
    margin-top: 20rem;
}
div + .secPayment + .secAbout{
    margin-top: 0.1rem;
}
.secAbout .about_table_Area{
    margin-top: 4.4rem;
    border: 1px solid;
    border-color: var(--statusBorderColor);
    border-radius: 0.4rem;
    background: var(--colorWhite);
}
.secAbout .about_table{
    width: 100%;
}
.secAbout .tbody{
    width: 100%;
}
.secAbout tr{

}
.secAbout tr + tr{
    border-top: 1px solid;
    border-color: var(--statusBorderColor);
}
.secAbout th,
.secAbout td{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_28);
    letter-spacing: var(--pcLetterSpacing15_50);
    font-weight: 500;
}
.secAbout th{
    width: 20rem;
    padding: 2.4rem 0;
    background: var(--pagerBorderColor_35);
    text-align: center;
    vertical-align: middle;
}
.secAbout td{
    width: calc(66rem - 20rem);
    padding: 1.1rem 2rem;
    vertical-align: middle;
}
.secAbout tr td + th{
    border-left: 1px solid;
    border-color: var(--statusBorderColor);
}
.secAbout .pricetxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
}
.secAbout .pricetxt .priceNum{
    font-size: var(--pcFontSize35);
    line-height: var(--pcLineHeight35_40);
    color: var(--priceColor);
}
.secAbout .tablelink{
    color: var(--textColor);
    text-decoration: underline;
}
@media only screen and (min-width:1216px){
    .secAbout td{
        letter-spacing: var(--pcLetterSpacing15_50);
    }
    .secAbout .sp_Area{
        display: none;
    }
}
@media only screen and (max-width:1215px){
    .secAbout .pc_Area{
        display: none;
    }
    .secAbout{
        max-width: 100%;
    }
    div + .secAbout{
        margin-top: 5rem;
    }
    div + .secPayment + .secAbout{
        margin-top: 5rem;
    }
    .secAbout .about_table_Area{
        margin-top: 3.1rem;
    }
    .secAbout th,
    .secAbout td{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
    }
    .secAbout th{
        width: 8rem;
        padding: 1.4rem 0;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
    }
    .secAbout td{
        width: calc(100% - 8rem);
        padding: 1rem 1.5rem;
    }
    .secAbout .pricetxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
    }
    .secAbout .pricetxt .priceNum{
        font-size: var(--spFontSize30);
        line-height: var(--spLineHeight30_40);
    }
}
/* secAccess */
.secAccess{
    max-width: 100%;
}
div + .secAccess{
    margin-top:20rem;
}
.secAccess .mapCover{
    width: 100%;
    height: 0;
    padding-top:calc(499 / 1320 * 100%);
    overflow: hidden;
    margin-top: 4rem;
    position: relative;
}
.secAccess .mapCover iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media only screen and (max-width:1215px){
    div + .secAccess{
        margin-top: 5rem;
    }
    .secAccess .mapCover{
        margin-top: 30px;
        padding-top: 100%;
        border-radius: 0.6rem;
    }
}

/* secAround */
.secAround{
    max-width: 100%;
}
div + .secAround{
    margin-top:20rem;
}
.secAround .arund_mainlist{
    margin-top: 4.1rem;
}
.secAround .arund_mainlist .list{
    display: flex;
    flex-wrap: wrap;
}
.secAround .arund_mainlist .item{
    width: calc((100% - 12rem) / 4);
    margin-right: 4rem;
}
@media only screen and (min-width:1216px){
    .secAround .arund_mainlist .item:nth-child(4n){
        margin-right: 0;
    }
    .secAround .arund_mainlist .item:nth-child(n + 5){
        margin-top: 4.5rem;
    }
}
.secAround .arund_mainlist .imgArea{
    width: 100%;
}
.secAround .arund_mainlist .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(400 / 600 * 100%);
    overflow: hidden;
    z-index: 1;
}
.secAround .txtArea{
    text-align: center;
    margin-top: 1.5rem;
}
.secAround .txtArea .mainlisttit{
    display: inline-block;
    max-width: 100%;
    text-align: left;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing14_100);
}
.secAround .txtArea .accesstxt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_20);
    letter-spacing: var(--pcLetterSpacing13_100);
}
.secAround .txtArea .mainlisttit + .accesstxt{
    margin-top: 0.2rem;
}
/* categorylist */
.secAround .categorylist{
    width: 100%;
    margin-top: 5.6rem;
}
.secAround .c_list{
    display: flex;
    flex-wrap: wrap;
}
.secAround .c_item{
    width: calc((100% - 4rem) / 2);
    margin-right: 4rem;
}
@media only screen and (min-width:1216px){
    .secAround .c_item:nth-child(2n){
        margin-right: 0;
    }
    .secAround .c_item:nth-child(n + 3){
        margin-top: 5rem;
    }
}
.secAround .c_titbox{
    width: 100%;
    display: flex;
    align-items: center;
}
.secAround .c_titbox .imgtitArea{
    display: inline-block;
    position: relative;
    padding-left: calc(3rem + 1rem);
}
.secAround .c_titbox .imgtitArea::before{
    content: "";
    position: absolute;
    width: 3rem;
    height: 1px;
    background-color: var(--textColor);
    left: 0;
    top: calc(50% - 0.5px);
}
.secAround .imgtit{
    display: inline-block;
}
.secAround .imgtit img{
    width: auto;
    height: 1.5rem;
}
.secAround .c_tit{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
}
.secAround .imgtitArea + .c_tit{
    padding-left: 2rem;
}
/* itemlist */
.secAround .itemlist{
    border-top: 1px solid;
    border-color: var(--statusBorderColor);
    margin-top: 2.1rem;
}
.secAround .listitem{
    width: 100%;
    border-bottom: 1px solid;
    border-color: var(--statusBorderColor);
}
.secAround .c_Inner{
    display: flex;
}
.secAround .listtitArea,
.secAround .listtxtArea{
    max-width: 50%;
    flex: 1;
    padding: 1.6rem 0;
}
.secAround .listtitArea{
    text-align: left;
    padding-right: 2rem;
}
.secAround .listtxtArea{
    text-align: right;
}
.secAround .listtit{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_28);
}
.secAround .listtxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_28);
    display: inline-block;
    text-align: left;
    letter-spacing: var(--pcLetterSpacing15_50);
}
@media only screen and (max-width:1215px){
    /* secAround */
    div + .secAround{
        margin-top: 5rem;
    }
    .secAround .arund_mainlist{
        margin-top: 3.1rem;
        padding: 0 1rem;
    }
    .secAround .arund_mainlist .item{
        width: calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
    }
    .secAround .arund_mainlist .item:nth-child(2n){
        margin-right: 0;
    }
    .secAround .arund_mainlist .item:nth-child(n + 3){
        margin-top: 2.5rem;
    }
    .secAround .txtArea{
        margin-top: 1.3rem;
    }
    .secAround .txtArea .mainlisttit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
    }
    .secAround .txtArea .accesstxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secAround .txtArea .mainlisttit + .accesstxt{
        margin-top: 0.2rem;
    }
    /* categorylist */
    .secAround .categorylist{
        margin-top: 3.3rem;
    }
    .secAround .c_list{
        display: block;
    }
    .secAround .c_item{
        width: 100%;
        margin: 0 auto;
    }
    .secAround .c_item + .c_item{
        margin-top: 2.8rem;
    }
    .secAround .c_titbox{
        display: block;
        text-align: left;
    }
    .secAround .c_titbox .imgtitArea{
        display: block;
        padding-left: calc(3rem + 0.5rem);
    }
    .secAround .imgtit img{
        height: 0.9rem;
    }
    .secAround .c_tit{
        font-size: var(--spFontSize15);
    }
    .secAround .imgtitArea + .c_tit{
        padding-left: 0;
        margin-top: 0.6rem;
    }
    /* itemlist */
    .secAround .itemlist{
        margin-top: 0.7rem;
    }
    .secAround .listtitArea,
    .secAround .listtxtArea{
        padding: 1.5rem 0;
    }
    .secAround .listtitArea{
        padding-right: 1rem;
    }
    .secAround .listtit{
        font-size: var(--spFontSize15);
    }
    .secAround .listtxt{
        font-size: var(--spFontSize15);
    }
}
/* secForm */
@media only screen and (min-width:1216px){
    .page_Details .secForm .formBox{
        padding-top:4rem;
    }
    .secFormTable th{
        padding-left: 0;
    }
    .secFormTable .tr_Property th{
        padding: 3rem 0;
        vertical-align: middle;
    }
    .secFormTable .must,
    .secFormTable .optional{
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.4rem;
        line-height: var(--pcLineHeight11_20);
        height: calc(var(--pcFontSize11) * var(--pcLineHeight11_20) + 0.2rem);
    }
}
/* estatechecklist */
.secFormTable .form_estateCheckbox{
    width: 100%;
}
.secFormTable .estatechecklist{
    width: 100%;
}
.secFormTable .estatecheckitem{
    display: block;
}
.secFormTable .estatecheckitem + .estatecheckitem{
    margin-top: 0.2rem;
}
.secFormTable .estate_checklabel{
    display: inline-block;
    position: relative;
    pointer-events: all;
    cursor: pointer;
}
.secFormTable .estate_checkinput{
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 0;
    visibility: hidden;
}
.secFormTable .estate_checktxt{
    display: inline-block;
    position: relative;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
    padding-left: calc((var(--pcFontSize14) * (20 / 14)) + 1rem);
    letter-spacing: var(--pcLetterSpacing14_50);
}
.secFormTable .estate_checktxt{
    display: inline-block;
    position: relative;
    padding-left: calc(var(--pcFontSize15) * (20 / 15) + 1rem);
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_28);
}
.secFormTable .estate_checktxt::before{
    content: "";
    position: absolute;
    width: calc(var(--pcFontSize15) * (20 / 15));
    height: calc(var(--pcFontSize15) * (20 / 15));
    border: 1px solid;
    border-radius: 0.2rem;
    border-color:#cccac9;
    background-color: var(--colorWhite);
    left: 0;
    top: calc(50% - (var(--pcFontSize15) * (20 / 15)) / 2);
}
.secFormTable .estate_checkinput:checked + .estate_checktxt::before{
    border-color: var(--keyColor);
    background-color: var(--keyColor);
}
.secFormTable .estate_checkinput:checked + .estate_checktxt::after{
    content: "";
    position: absolute;
    width: calc(var(--pcFontSize15) * (12 / 15));
    height: calc(var(--pcFontSize15) * (8 / 15));
    border-bottom: solid 0.3rem;
    border-left: solid 0.3rem;
    border-color: var(--colorWhite);
    top: calc(50% - (var(--pcFontSize15) * (12 / 15)) / 2);
    left: calc(var(--pcFontSize15) * (4 / 15));
    transform: rotate(-45deg);
}
/* datebox */
.secFormTable .datebox{
    display: flex;
}
.secFormTable .daysbox{
    width: 43rem;
    position: relative;
}
.secFormTable .daysbox input{
    padding-right: 3rem;
}
.secFormTable .selectbox::after,
.secFormTable .daysbox::after{
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.6rem;
    top: calc(50% - 0.3rem);
    right: 2rem;
    background-color: var(--textColor);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secFormTable .timeArea{
    flex: 1;
    padding-left: 1.4rem;
}
.secFormTable .timeflex{
    display: flex;
    align-items: center;
}
.secFormTable .timetxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    padding-right: 0.7rem;
    letter-spacing: var(--pcLetterSpacing15_50);
}
.secFormTable .timebox{
    width: 20.4rem;
}
.secFormTable .selectbox{
    width: 100%;
    position: relative;
}
.secFormTable .selectbox select{
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 3rem;
}
@media only screen and (min-width:1216px){
    .secFormTable .w430{
        width: 43rem;
    }
}
/* dateNote */
.secFormTable .dateNote{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_24);
    margin-top: 1.4rem;
}
/* reserve_content */
.secFormTable .reserve_content:not(.active){
    display: none;
}
@media only screen and (max-width:1215px){
    /* secForm */
    .page_Details .secForm{
        margin-top:0;
    }
    .secFormTable .form_estateCheckbox{
        width: 100%;
    }
    .secFormTable .estatechecklist{
        width: 100%;
    }
    .secFormTable .estatecheckitem{
        display: block;
    }
    .secFormTable .estatecheckitem + .estatecheckitem{
        margin-top: 0.9rem;
    }
    .secFormTable .estate_checktxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        padding-left: calc((var(--spFontSize13) * (20 / 13)) + 1rem);
    }
    .secFormTable .estate_checktxt::before{
        width: calc(var(--spFontSize13) * (20 / 13));
        height: calc(var(--spFontSize13) * (20 / 13));
        top: calc(50% - (var(--spFontSize13) * (20 / 13)) / 2);
    }
    .secFormTable .estate_checkinput:checked + .estate_checktxt::after{
        width: calc(var(--spFontSize13) * (12 / 13));
        height: calc(var(--spFontSize13) * (8 / 13));
        top: calc(50% - (var(--spFontSize13) * (12 / 13)) / 2);
        left: calc(var(--spFontSize13) * (4 / 13));
    }
    /* datebox */
    .secFormTable .datebox{
        display: block;
    }
    .secFormTable .daysbox{
        width: 100%;
    }
    .secFormTable .selectbox::after,
    .secFormTable .daysbox::after{
        right: 1.5rem;
    }
    .secFormTable .timeArea{
        width: 100%;
        padding-left: 0;
        margin-top: 1rem;
    }
    .secFormTable .timetxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        padding-right: 0.8rem;
    }
    .secFormTable .timebox{
        width: 14rem;
    }
    /* dateNote */
    .secFormTable .dateNote{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_22);
        margin-top: 1rem;
    }
    .page_Details .secCmnMorebtn{
        margin-top: 5rem;
    }
    .page_Details .secCmnMorebtn .more_txtIn{
        padding-right: calc(7rem + 1rem);
    }
    .page_Details .secCmnMorebtn .lineIn{
        width: 7rem;
    }
    .secFormTable,
    .secFormTable.co {
        border-top: none;
    }
}
.secForm .btnForm.btnSendCoBack{
    background-color: var(--colorWhite);
}

/* type_Land */
@media only screen and (min-width:1216px){
    .page_Details.type_Land .secAbout td{
        width: calc(100% - 20rem);
    }
    .page_Details.type_Land div + .secAbout{
        margin-top: 1.4rem;
        padding-top: 17.9rem;
        padding-bottom: 20rem;
        overflow: hidden;
        position: relative;
    }
    .page_Details.type_Land div + .secAbout::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 150rem;
        left: 0;
        top: 0;
    }
    .page_Details.type_Land div + .secAbout.lazyloaded::after{
        background: url(../img/estate/imgbgpayment.jpg) no-repeat center top;
    }
    .page_Details.type_Land div + .secAbout .Inner{
        position: relative;
        z-index: 3;
    }
    .page_Details.type_Land div + .secAbout .secContent_titbox .imgtit_eng{
        background: none;
    }
    .page_Details.type_Land div + .secAbout .secContent_titbox .engtitbox::after{
        width: calc(100% - (10.5rem + 4rem));
    }
    .page_Details.type_Land div + .secAbout + div{
        margin-top: 0;
    }
}
.ui-widget.ui-widget-content{
    z-index: 1000!important;
}

/* .type_Subdivision */
@media only screen and (max-width:1215px){
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem {
        width: calc(100% / 2);
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(n + 3) {
        width: calc(100% / 3);
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(5)::before{
        display: none;
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(3)::before{
        content: "";
        position: absolute;
        width: calc(100% * 4);
        height: 1px;
        background-color: var(--colorWhite_25);
        left: 0;
        top: 0;
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(3),
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(5){
        width: calc((100% - (100% / 4)) / 2);
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(4){
        width: calc(100% / 4);
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(4)::after{
        display: block;
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorLink{
        max-width: calc(100vw / 4);
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(3) .anchorLink,
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(1) .anchorLink{
        margin-right: 0;
        position: relative;
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(5) .anchorLink,
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(2) .anchorLink{
        margin-left: 0;
        position: relative;
    }

    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(3) .anchorLink::before,
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(1) .anchorLink::before{
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 3rem);
        top: 1.5rem;
        left: 0;
        background-color: var(--colorWhite_25);
    }
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(5) .anchorLink::before,
    .page_Details.type_Subdivision .secAnchor:has(.anchorItem:nth-child(5)) .anchorItem:nth-child(2) .anchorLink::before{
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 3rem);
        top: 1.5rem;
        right: 0;
        background-color: var(--colorWhite_25);
    }
}

/* type_Subdivision */
/* secLandPlan */
.secLandPlan{
    max-width: 100%;
}
div + .secLandPlan{
    margin-top: 19.3rem;
}
.secLandPlan .ImgArea{
    width: 100%;
    text-align: center;
    margin-top: 4.4rem;
}
.secLandPlan .imgBox{
    display: inline-block;
    max-width: 100%;
}
.secLandPlan .imgBox img{
    max-width: 100%;
    width: auto;
    height: auto;
}
@media only screen and (max-width:1215px){
    div + .secLandPlan{
        margin-top: 4.2rem;
    }
    .secLandPlan .ImgArea{
        margin-top: 3rem;
    }
    .secLandPlan .imgBox img{
        width: 100%;
        height: auto;
    }
}
/* secAbout_Subdivision */
.secAbout_Subdivision{
    width: 100%;
    background-color: var(--bgVoiceColor);
    padding-top: 10rem;
    padding-bottom: 10rem;
}
div + .secAbout_Subdivision{
    margin-top: 20rem;
}
.secAbout_Subdivision .secContent_titbox .imgtit_eng{
    background-color: var(--bgVoiceColor);
}
.secAbout_Subdivision .secPlantab{
    width: 100%;
    margin-top: 4.3rem;
}
.secAbout_Subdivision .planTabList{
    display: flex;
    border-radius: 3rem;
    overflow: hidden;
    width: 100%;
}
.secAbout_Subdivision .planTabList + .planTabList{
    margin-top: 2rem;
}
.secAbout_Subdivision .linkTabItem{
    width: calc(100% / 5);
    background-color: var(--colorWhite);
}
.secAbout_Subdivision .linkTabItem:nth-child(1){
    border-radius:3rem 0 0 3rem;
    overflow: hidden;
}
.secAbout_Subdivision .linkTabItem:last-child{
    border-radius:0 3rem 3rem 0;
    overflow: hidden;
}
.secAbout_Subdivision .tabLink{
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    border-radius: 3rem;
    background-color: var(--colorWhite);
    color: var(--textColor);
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
}
.secAbout_Subdivision .tabLink.tab_active{
    background-color: var(--thumbBorderColor);
    color: var(--colorWhite);
}
.secAbout_Subdivision .tabIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secAbout_Subdivision{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    div + .secAbout_Subdivision{
        margin-top: 5rem;
    }
    .secAbout_Subdivision .secPlantab{
        margin-top: 2.9rem;
    }
    .secAbout_Subdivision .planTabList{
        border-radius: 2rem;
    }
    .secAbout_Subdivision .planTabList + .planTabList{
        margin-top: 1rem;
    }
    .secAbout_Subdivision .linkTabItem:nth-child(1){
        border-radius:2rem 0 0 2rem;
    }
    .secAbout_Subdivision .linkTabItem:last-child{
        border-radius:0 2rem 2rem 0;
    }
    .secAbout_Subdivision .tabLink{
        height: 4rem;
        border-radius: 2rem;
        /* font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20); */
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
    }
}

/* Subdivision_content */
.Subdivision_content{
    margin-top: 9.5rem;
}
.Subdivision_content .Subdivision_Item{
    width: 100%;
}
.Subdivision_content .Subdivision_Item + .Subdivision_Item{
    margin-top: 9.4rem;
}
.Subdivision_content .Subdivision_Item.secGallery + .Subdivision_Item{
    margin-top: calc(3.5rem + 9.4rem);
}
.Subdivision_content .Subdivision_titbox{
    width: 100%;
    text-align: left;
}
.Subdivision_content .Subdivision_tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing20_100);
}
@media only screen and (max-width:1215px){
    .Subdivision_content{
        margin-top: 2.7rem;
    }
    .Subdivision_content .Subdivision_Item + .Subdivision_Item{
        margin-top: 4.6rem;
    }
    .Subdivision_content .Subdivision_Item.secGallery + .Subdivision_Item{
        margin-top: 4.6rem;
    }
    .Subdivision_content .Subdivision_titbox{
        text-align: center;
    }
    .Subdivision_content .Subdivision_tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
    }
}
@media only screen and (max-width:1215px){
    .Subdivision_content .Subdivision_titbox +.secDetailsSlider{
        margin-top: 2rem;
    }
}
.Subdivision_content .secPlan{
    padding: 0;
}
.Subdivision_content .secPlan::after{
    display: none;
}
@media only screen and (max-width:1215px){
    .Subdivision_content .secPlan .imgArea{
        margin-top: 2rem;
    }
}

/* secOther */
.secOther{
    max-width: 100%;
}
.secOther .otherbox{
    width: 100%;
    background-color: var(--textColor);
    color: var(--colorWhite);
    border-radius:4rem;
    margin-top: 4.5rem;
}
.secOther .otherInner{
    width: 100%;
    padding: 6.6rem 5rem 10rem;
}
.secOther .othertitbox{
    text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 2.7rem;
}
.secOther .othertitbox::before{
    content: "";
    position: absolute;
    width:8rem;
    height: 1px;
    background-color: var(--colorWhite);
    left: calc(50% - 4rem);
    bottom: 0;
}
.secOther .othertit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_30);
    font-weight: bold;
}
.secOther .othertxtbox{
    width: 100%;
    text-align: center;
    margin-top: 6.3rem;
}
.secOther .othertxt{
    display: inline-block;
    text-align: left;
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_28);
}
@media only screen and (max-width:1215px){
    .secOther .otherbox{
        border-radius:1rem;
        margin-top: 20px;
    }
    .secOther .otherInner{
        padding: 2.8rem 3rem 2.8rem;
    }
    .secOther .othertitbox{
        padding-bottom: 1.9rem;
    }
    .secOther .othertitbox::before{
        width:6rem;
        left: calc(50% - 3rem);
    }
    .secOther .othertit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_20);
    }
    .secOther .othertxtbox{
        text-align: left;
        margin-top: 3.3rem;
    }
    .secOther .othertxt{
        display:block;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
    }
}
/* secEquipment */
@media only screen and (max-width:1215px){
    .Subdivision_content .secEquipment .EquipmentTab{
        margin-top: 20px;
    }
}
.Subdivision_content div + .secPayment{
    padding: 0;
}
.Subdivision_content div + .secPayment::after{
    display: none;
}
@media only screen and (max-width:1215px){
    .Subdivision_content .secPayment .paymentBox{
        margin-top: 2rem;
    }
}
/* secAbout */
@media only screen and (max-width:1215px){
    .Subdivision_content .secAbout .about_table_Area{
        margin-top: 2rem;
    }
}

/* plan_Nav */
#plan_Nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--textColor);
    z-index: 999;
    transform: translateY(100%);
    transition: 0.5s;
}
#plan_Nav.scroll{
    transform: translateY(0);
}
#plan_Nav .NavInner{
    position: relative;
    padding: 1.5rem 0;
}
@media only screen and (min-width:1216px){
    #plan_Nav .navtitbox{
        display: none;
    }
    #plan_Nav .Nav_trigger{
        display: none;
    }
}
#plan_Nav .listArea{
    width: 100%;
}
#plan_Nav .planNavList{
    display: flex;
    flex-wrap: wrap;
}
#plan_Nav .planNavItem{
    width: calc((100% - 6rem) / 5);
    margin-right: calc(6rem / 4);
}
@media only screen and (min-width:1216px){
    #plan_Nav .planNavItem:nth-child(5n){
        margin-right: 0;
    }
    #plan_Nav .planNavItem:nth-child(n + 6){
        margin-top: 1.5rem;
    }
}
#plan_Nav .planNavLink{
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    border-radius: 3rem;
    background-color: var(--colorWhite);
    color: var(--textColor);
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
}
#plan_Nav .planNavLink.tab_active{
    background-color: var(--thumbBorderColor);
    color: var(--colorWhite);
}
#plan_Nav .tabIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width:1215px){
    #plan_Nav{
        transform: translateY(100%);
    }
    #plan_Nav .NavInner{
        position: relative;
        padding: 1.5rem 0;
        display: flex;
    }
    #plan_Nav .navtitbox{
        display: block;
        color: var(--colorWhite);
    }
    #plan_Nav .navtitIn{
        display: flex;
        align-items: center;
        width: fit-content;
        height: 5rem;
    }
    #plan_Nav .navtit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
        font-weight: bold;
        padding-right: 2rem;
    }
    #plan_Nav .listArea{
        flex: 1;
    }
    #plan_Nav .Nav_trigger{
        background-color: var(--colorWhite);
        width: 100%;
        height: 5rem;
        display: flex;
        align-items: center;
        pointer-events: all;
        cursor: pointer;
        border: 1px solid;
        border-color: var(--statusBorderColor);
        border-radius: 0.4rem;
        overflow: hidden;
        position: relative;
    }
    #plan_Nav .Nav_trigger::before{
        content: "";
        position: absolute;
        width: 0.8rem;
        height: 0.8rem;
        top: calc(50% - 0.4rem);
        right: 1rem;
        background-color: var(--textColor);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }
    #plan_Nav .Nav_trigger.on::before{
        transform: rotate(180deg);
    }
    #plan_Nav .nametit_box{
        display: inline-block;
        text-align: left;
        padding: 1rem 1rem;
        padding-right: 3rem;
        width: 100%;
    }
    #plan_Nav .nametit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height:calc(var(--spFontSize14) * var(--spLineHeight14_20) * 2);
    }
    #plan_Nav .Nav_trigger_content{
        display: none;
    }
    #plan_Nav .planNavList{
        display:block;
        background-color: var(--colorWhite);
        color: var(--textColor);
    }
    #plan_Nav .planNavItem{
        width: 100%;
        margin-right:0;
    }
    #plan_Nav .planNavLink{
        display: block;
        height: auto;
        border-radius: 0;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    #plan_Nav .tabIn{
        display: block;
        text-align: left;
        padding: 0.5rem 1rem;
    }
}