/*pc_css*/
@media screen and (min-width: 751px) {

    .maincontainer {
        position: relative;
    }

    #property .header .innerbox {
        position: relative;
    }

    #property .header ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding: 0 0;
        color: #1a1a1a;
        opacity: 1;
    }

    #property .header .lang .lang-item .anc {
        display: block;
        padding: 10px 48px;
    }

    #property .header ul li.property a::after {
        position: absolute;
        top: -28px;
        left: 0;
        content: '';
        width: 100%;
        height: 4px;
        background: #E4A80F;
        transform: scale(1, 1);
        transform-origin: right top;
    }

    #property .main {
        position: relative;
    }

    #property .main .maininbox {
        padding: 80px 120px;
        border-bottom: 1px solid #dddfe4;
    }

    #property .main .tlcont {
        position: relative;
        text-align: left;
        margin: 0 0 0 0;
    }

    #property .main .tlcont .maintlbox {
        display: inline-block;
        line-height: 2.2rem;
    }

    #property .main .tlcont .maintlbox .mtl {
        font-size: 3.6rem;
        font-weight: 700;
        letter-spacing: 0.5rem;
    }

    #property .main .tlcont .maintlbox .sub {
        font-size: 1.4rem;
        font-weight: 600;
        color: #E4A80F;
    }

    #property .indexlist {
        padding: 0 140px;
    }

    #property .indexlist .searchbox {
        padding: 20px 0;
        background: #e6e6e6;
        margin: 0 0 50px 0;
    }

    #property .indexlist .searchbox table {
        width: 100%;
    }

    #property .indexlist .searchbox table td {
        vertical-align: middle;
        padding: 0 0 0 30px;
    }

    #property .indexlist .searchbox table td:first-child {
        width: 170px;
        border-right: 1px solid #000;
        text-align: center;
        padding: 0 30px;
        box-sizing: border-box;
        font-size: 14px;
    }

    #property .indexlist .searchbox table td:last-child {
        width: 140px;
        padding: 0 30px;
    }

    #property .indexlist .searchbox table td .searchbtn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        width: 140px;
        background: #E4A80F;
        padding: 16px 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        transition: opacity 0.3s;
    }

    #property .indexlist .searchbox table td .searchbtn:hover {
        opacity: 0.8;
    }

    #property .indexlist .searchbox table td .searchbtn:before {
        content: '';
        width: 14px;
        height: 15px;
        background: url('../image/search_btn.png') no-repeat;
        background-size: 14px;
        display: inline-block;
        position: relative;
        top: 2px;
        margin: 0 10px 0 0;
    }

    .mwform-checkbox-field input[type='checkbox'] {
        display: none;
    }

    .mwform-checkbox-field input[type='checkbox']+span {
        position: relative;
        font-weight: normal;
        margin: 0 30px 5px 0;
        display: inline-block;
        font-size: 14px;
    }

    .pcheck .mwform-checkbox-field input[type='checkbox']+span {
        margin: 0 0 0 0;
    }

    .mwform-checkbox-field input[type='checkbox']+span::before {
        margin: -2px 10px 0 0;
        content: ' ';
        display: inline-block;
        width: 11px;
        height: 11px;
        border: 1px solid #1a1a1a;
        background: #fff;
        vertical-align: middle;
    }

    .privacytr .mwform-checkbox-field input[type='checkbox']+span {
        position: relative;
        font-weight: normal;
        margin: 0 0 0 0;
        display: inline-block;
    }

    .mwform-checkbox-field input[type='checkbox']:checked+span::before {
        margin: -2px 10px 0 0;
        content: ' ';
        display: inline-block;
        width: 11px;
        height: 11px;
        border: 1px solid #1a1a1a;
        background: #1a1a1a;
        vertical-align: middle;
    }

    #property .indexlist ul.listbox {
        width: calc(100% + 30px);
        margin: 0 0 0 -30px;
        list-style: none;
        overflow: hidden;
    }

    #property .indexlist ul.listbox li {
        width: calc(25% - 30px);
        margin: 0 0 40px 30px;
        float: left;
    }

    #property .indexlist ul.listbox li a {
        display: block;
        transition: opacity 0.3s;
        text-decoration: none;
    }

    #property .indexlist ul.listbox li a:hover {
        opacity: 0.7;
    }

    #property .indexlist ul.listbox li .phbox {
        width: 100%;
        position: relative;
        margin: 0 0 20px 0;
    }

    #property .indexlist ul.listbox li .phbox img {
        width: 100%;
    }

    #property .indexlist ul.listbox li .phbox .statusbox {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 13px;
        font-weight: 700;
        width: 86px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    #property .indexlist ul.listbox li .phbox .statusbox1 {
        background: #008a55;
        color: #fff;
    }

    #property .indexlist ul.listbox li .phbox .statusbox2 {
        background: #cb0000;
        color: #fff;
    }

    #property .indexlist ul.listbox li .phbox .statusbox3 {
        background: #ffcc00;
        color: #fff;
    }

    #property .indexlist ul.listbox li .phbox .statusbox4 {
        background: #e6e6e6;
        color: #1a1a1a;
    }

    #property .indexlist ul.listbox li .tl {
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #1A1A1A;
    }

    #property .indexlist ul.listbox li .tx {
        font-size: 16px;
        line-height: 26px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        width: 100%;
        overflow: hidden;
        color: #1A1A1A;
    }

    #property .pagenationbox {
        text-align: center;
        padding: 50px 0 0 0;
    }

    #property .propertysingle {
        position: relative;
    }

    #property .propertysingle .leftbg {
        width: calc((100% - 1000px) / 2 + 220px);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #f2f2f2;
        z-index: -1;
    }

    #property .propertysingle .maincont {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        padding: 0 0 90px 0;
    }

    #property .propertysingle .maincont .phbox {
        width: calc(50%);
        padding: 0 0 0 40px;
        position: relative;
        float: right;
        box-sizing: border-box;
    }

    #property .propertysingle .maincont .phbox .inbox {
        width: 100%;
        padding-top: 140%;
        position: relative;
    }

    #property .propertysingle .maincont .phbox .inbox img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .propertysingle .maincont .leftbox {
        width: 50%;
        float: left;
        padding: 0 40px 0 calc((100% - 1000px) / 2);
        box-sizing: border-box;
    }

    #property .propertysingle .maincont .leftbox .statusbox {
        /* width: 150px; */
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        /* padding: 10px 0; */
        margin: 0 auto 40px;
    }

    #property .propertysingle .maincont .leftbox .statusbox .inner {
        display: inline-block;
        padding: 10px 20px;
    }

    #property .propertysingle .maincont .leftbox .statusbox.indevelopment .inner {
        background: #008a55;
        color: #fff;
        line-height: 2rem;
    }

    #property .propertysingle .maincont .leftbox .statusbox.sale .inner {
        background: #cb0000;
        color: #fff;
        line-height: 2rem;
    }

    #property .propertysingle .maincont .leftbox .statusbox.contracted .inner {
        background: #ffcc00;
        color: #fff;
        line-height: 2rem;
    }

    #property .propertysingle .maincont .leftbox .statusbox.sold .inner {
        background: #e6e6e6;
        color: #1a1a1a;
        line-height: 2rem;
    }

    #property .propertysingle .maincont .leftbox .namebox {
        text-align: center;
        font-size: 3.8rem;
        line-height: 5.6rem;
        font-weight: 700;
    }

    #property .propertysingle .maincont .leftbox .stairsbox {
        text-align: center;
        font-size: 2.2rem;
        line-height: 5rem;
        font-weight: 700;
        margin: 0 0 15px 0;
    }

    #property .propertysingle .maincont .leftbox .timebox {
        text-align: center;
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin: 0 0 65px 0;
    }

    #property .propertysingle .slidecontainer {
        opacity: 0;
        position: relative;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    #property .propertysingle .slidecontainer .slideph .inbox {
        width: 100%;
        padding-top: 70%;
        position: relative;
        line-height: 0;
        margin: 0 0 80px 0;
    }

    #property .propertysingle .slidecontainer .slideph img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .propertysingle .slidecontainer .slick-dots {
        position: absolute;
        top: calc(100% - 70px);

        display: block;

        width: 100%;
        padding: 0;

        list-style: none;

        text-align: center;
        z-index: 1001;
    }

    #property .propertysingle .slidecontainer .slick-dots li {
        position: relative;

        display: inline-block;

        width: 9px;
        height: 9px;
        margin: 0px 4.5px;
        padding: 0;

        cursor: pointer;
    }

    #property .propertysingle .slidecontainer .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 9px;
        height: 9px;
        padding: 0;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
        background: #b2b2b2;
        border-radius: 0;
    }

    #property .propertysingle .slidecontainer .slick-dots li.slick-active button {
        background: #000;
    }

    #property .propertysingle .tlbox {
        font-size: 2.4rem;
        line-height: 3.8rem;
        font-weight: 700;
        color: #87701a;
        margin: 0 0 15px 0;
    }

    #property .gallerybox {
        padding: 90px 140px 140px 140px;
        background: #000;
        position: relative;
        z-index: 2;
    }

    #property .gallerybox .noimage {
        font-size: 2.8rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding: 50px 0 0 0;
    }

    #property .gallerybox .gtlbox {
        font-size: 3.8rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin: 0 0 30px 0;
    }

    #property .gallerybox .slidecontainer2 {
        position: relative;
        opacity: 0;
    }

    #property .gallerybox .slidecontainer2 .slideph {
        padding: 0 5px;
    }

    #property .gallerybox .slidecontainer2 .slideph .inbox {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }

    #property .gallerybox .slidecontainer2 .slideph .inbox img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .gallerybox .slidecontainer2 .slideph .inbox a {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 4px solid #fff;
        display: block;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.75);
        background-image: url('/images/common/btn_arrow.png');
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: left 50% bottom calc(50% - 40px);
        opacity: 0;
        transition: opacity 0.3s;
    }

    #property .gallerybox .slidecontainer2 .slideph .inbox a:hover {
        opacity: 1;
    }

    #property .gallerybox .slidecontainer2 .slideph .inbox a span {
        text-align: center;
        font-size: 1.8rem;
        color: #fff;
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #property .gallerybox .slidecontainer2 .slick-dots {
        position: absolute;
        top: calc(100% + 30px);

        display: block;

        width: 100%;
        padding: 0;

        list-style: none;

        text-align: center;
        z-index: 1001;
    }

    #property .gallerybox .slidecontainer2 .slick-dots li {
        position: relative;

        display: inline-block;

        width: 9px;
        height: 9px;
        margin: 0px 10px;
        padding: 0;

        cursor: pointer;
    }

    #property .gallerybox .slidecontainer2 .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 9px;
        height: 9px;
        padding: 0;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
        background: #b2b2b2;
        border-radius: 50%;
    }

    #property .gallerybox .slidecontainer2 .slick-dots li.slick-active button {
        background: #fff;
    }

    #property .gallerybox .slidecontainer2 .slick-prev {
        width: 72px;
        height: 72px;
        left: -102px;
        top: calc(50% - 38px);
        background: url(../image/slide_arrow01_left.png);
        background-size: cover;
        position: absolute;
    }

    #property .gallerybox .slidecontainer2 .slick-next {
        width: 72px;
        height: 72px;
        right: -102px;
        left: auto;
        top: calc(50% - 38px);
        background: url(../image/slide_arrow01_right.png);
        background-size: cover;
        position: absolute;
    }

    #property .informationbox {
        position: relative;
        padding: 90px 90px 10px 90px;
    }

    #property .informationbox .rightbg {
        width: calc((100% - 1000px) / 2 + 220px);
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background: #f2f2f2;
        z-index: 1;
    }

    #property .informationbox .infoinnerbox {
        width: 1000px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    #property .informationbox .infoinnerbox ul.infolist {
        width: calc(100% + 80px);
        margin: 0 0 0 -80px;
        list-style: none;
    }

    #property .informationbox .infoinnerbox ul.infolist li {
        width: calc(50% - 80px);
        margin: 0 0 80px 80px;
        float: left;
    }

    #property .informationbox .infoinnerbox ul.infolist li .tlbox {
        text-align: center;
        font-size: 2.4rem;
        line-height: 3.8rem;
        font-weight: 700;
        margin: 0 0 20px 0;
    }

    #property .informationbox .infoinnerbox ul.infolist li .phbox {
        width: 100%;
        padding-top: 65%;
        position: relative;
        line-height: 0;
        border: 1px solid #dcdee3;
        box-sizing: border-box;
    }

    #property .informationbox .infoinnerbox ul.infolist li .phbox img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .informationbox .infoinnerbox ul.infolist li .tx {
        margin: 20px 0 0 0;
    }

    #property .informationbox .infoinnerbox ul.infolist li .bobox {
        border-top: 1px solid #000;
        padding: 30px 0 0 0;
        text-align: center;
    }

    #property .informationbox .infoinnerbox ul.infolist li .bobox .btl {
        font-size: 1.8rem;
        line-height: 2.6rem;
        font-weight: 700;
    }

    #property .informationbox .infoinnerbox ul.infolist li .bobox .price {
        font-size: 4rem;
        line-height: 7.8rem;
        font-weight: 700;
    }

    #property .informationbox .infoinnerbox ul.infolist li table {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 100%;
    }

    #property .informationbox .infoinnerbox ul.infolist li table td {
        padding: 20px;
        border-bottom: 1px solid #dcdee3;
        background: #fff;
    }

    #property .informationbox .infoinnerbox ul.infolist li table td:last-child {
        text-align: right;
    }

    #property .informationbox .infoinnerbox ul.infolist li table tr:last-child td {
        border-bottom: none;
    }

    #property .informationbox .infoinnerbox ul.infolist li .cap {
        font-size: 1.2rem;
        line-height: 1.9rem;
        text-indent: -1.2rem;
        padding-left: 1.2rem;
        padding-top: 15px;
    }

    #property .informationbox .infoinnerbox ul.infolist li a.linkbtn {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 1.8rem;
        background: #87701a;
        line-height: 1;
        padding: 20px 0 20px 0;
        width: 300px;
        box-sizing: border-box;
        position: relative;
        transition: opacity 0.3s;
        text-align: center;
        letter-spacing: 0;
        margin: 30px 0 0 0;
    }

    #property .informationbox .infoinnerbox ul.infolist li a.linkbtn:hover {
        opacity: 0.8;
    }

    #property .informationbox .infoinnerbox ul.infolist li a.linkbtn:after {
        display: inline-block;
        width: 16px;
        height: 12px;
        background: url('/images/common/btn_arrow.png') no-repeat;
        background-size: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        margin: -6px 0 0 0;
        content: '';
        transition: right 0.3s;
    }

    #property .informationbox .infoinnerbox ul.infolist li a.linkbtn:hover:after {
        right: 10px;
    }

    #property .siryoucont {
        padding: 90px 0;
        background: url('../image/siryou_bg.jpg') no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    #property .siryoucont .tl {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin: 0 0 30px 0;
    }

    #property .siryoucont .tx {
        color: #fff;
        text-align: center;
    }

    #property .siryoucont a.linkbtn {
        display: inline-block;
        color: #1a1a1a;
        font-weight: 700;
        font-size: 1.8rem;
        background: #fff;
        line-height: 1;
        padding: 20px 0 20px 0;
        width: 300px;
        box-sizing: border-box;
        position: relative;
        transition: opacity 0.3s;
        text-align: center;
        letter-spacing: 0;
        margin: 30px 0 0 0;
    }

    #property .siryoucont a.linkbtn:hover {
        opacity: 0.8;
    }

    #property .siryoucont a.linkbtn:after {
        display: inline-block;
        width: 16px;
        height: 12px;
        background: url('../image/btn_arrow2.png') no-repeat;
        background-size: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        margin: -6px 0 0 0;
        content: '';
        transition: right 0.3s;
    }

    #property .siryoucont a.linkbtn:hover:after {
        right: 10px;
    }

    #property .bottomslide {
        padding: 90px 0;
    }

    #property .bottomslide .tl {
        text-align: center;
        font-weight: 700;
        font-size: 3.6rem;
        line-height: 5.3rem;
    }

    #property .bottomslide .sub {
        text-align: center;
        font-size: 1.4rem;
        color: #87701a;
        margin: 0 0 50px 0;
    }

    #property .bottomslide .slidecont {
        padding: 0 140px;
    }

    #property .bottomslide .slidecont .slidecontainer3 {
        position: relative;
        opacity: 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph {
        padding: 0 15px;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .inbox {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .inbox img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slick-prev {
        width: 72px;
        height: 72px;
        left: -102px;
        top: calc(50% - 38px);
        background: url(../image/slide_arrow02_left.png);
        background-size: cover;
        position: absolute;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slick-next {
        width: 72px;
        height: 72px;
        right: -102px;
        left: auto;
        top: calc(50% - 38px);
        background: url(../image/slide_arrow02_right.png);
        background-size: cover;
        position: absolute;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph a {
        display: block;
        transition: opacity 0.3s;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph a:hover {
        opacity: 0.7;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox {
        width: 100%;
        padding-top: 140%;
        line-height: 0;
        position: relative;
        margin: 0 0 20px 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.6rem;
        font-weight: 700;
        width: 70px;
        text-align: center;
        padding: 5px 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox.indevelopment {
        background: #008a55;
        color: #fff;
        line-height: 2rem;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox.sale {
        background: #cb0000;
        color: #fff;
        line-height: 2rem;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox.contracted {
        background: #ffcc00;
        color: #fff;
        line-height: 2rem;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox.sold {
        background: #e6e6e6;
        color: #1a1a1a;
        line-height: 2rem;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .tl {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 700;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .tx {
        font-size: 1.6rem;
        line-height: 2.6rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        width: 100%;
        overflow: hidden;
        text-align: left;
    }

    .wp-pagenavi {
        padding: 0 0 90px 0;
    }

    .wp-pagenavi a {
        color: #1a1a1a;
        border: 1px solid #ccc !important;
        border-radius: 3px;
        text-align: center;
        display: inline-block !important;
        text-decoration: none !important;
        width: 36px !important;
        height: 36px !important;
        line-height: 34px !important;
        margin: 0 5px !important;
    }

    .wp-pagenavi span.extend {
        color: #1a1a1a;
        padding: 10px 0;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 35px;
        line-height: 1;
        display: inline-block;
        margin: 0 5px;
    }

    .wp-pagenavi a:hover {
        border: 1px solid #000;
        background: #000;
        color: #fff;
    }

    .wp-pagenavi span.current {
        border: 1px solid #000 !important;
        background: #000;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        width: 36px !important;
        height: 36px !important;
        line-height: 32px !important;
        margin: 0 5px;
    }
}


/*  c-card01
---------------------------------------- */
.c-card01 .c-card01__img {
    overflow: hidden;
}

.c-card01 .c-card01__img img {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: scale;
    transition: 0.25s ease-in-out;
    transition-property: scale;
}

.c-card01 .c-card01__areaTxt {
    padding: 20px 25px;
    position: relative;
}

.c-card01 .c-card01__info {
    left: 0;
    position: absolute;
    top: 0;
    translate: 0 -100%;
}

.c-card01 .c-card01__name {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
}

.c-card01 .c-card01__date {
    margin-top: 12px;
}

.c-card01 .c-card01__cat {
    margin-top: 15px;
}

.c-card01 .c-card01__btn {
    margin: 20px auto 0;
    overflow: hidden;
    width: min(100%, 200px);
}

.c-card01 .c-card01__btn .c-card01__btn-link {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: color;
    border: 1px solid #1A1A1A;
    display: block;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 0.75rem;
    padding: 10px 25px;
    position: relative;
    text-align: center;
    transition: 0.25s ease-in-out;
    transition-property: color;
    z-index: 1;
}

.c-card01 .c-card01__btn .c-card01__btn-link::before {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: right;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1A1A1A), color-stop(50%, transparent));
    background: linear-gradient(to right, #1A1A1A 50%, transparent 50%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.25s ease-in-out;
    transition-property: right;
    width: 200%;
    z-index: -1;
}

.c-card01 .c-card01__btn .c-card01__btn-link::after {
    -webkit-mask: url(../img/common/ico-arw01.svg) no-repeat center/contain;
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: background;
    background: #1A1A1A;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    mask: url(../img/common/ico-arw01.svg) no-repeat center/contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: 0.25s ease-in-out;
    transition-property: background;
    translate: 0 -50%;
    width: 8px;
}

/*  c-card02
---------------------------------------- */
.c-card02 {
    border: 1px solid #1A1A1A;
}

.c-card02 .c-card02__img {
    overflow: hidden;
    max-height: 630px;
}

.c-card02 .c-card02__img img {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: scale;
    transition: 0.25s ease-in-out;
    transition-property: scale;
}

.c-card02 .c-card02__areaTxt {
    background: #1A1A1A;
    padding: 20px 25px 0;
}

.c-card02 .c-card02__txtWrap {
    position: relative;
}

.c-card02 .c-card02__info {
    left: 0;
    position: absolute;
    top: 0;
    translate: 0 -100%;
}

.c-card02 .c-card02__name {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
}

.c-card02 .c-card02__date {
    margin-top: 12px;
}

.c-card02 .c-card02__date p{
  color: #fff;
  font-size: 15px;
}

.c-card02 .c-card02__cat {
    margin-top: 15px;
}

.c-card02 .c-card02__btn {
    margin: 25px -25px 0;
}

.c-card02 .c-card02__btn .c-card02__btn-link {
    border-top: 1px solid #333;
    display: block;
    overflow: hidden;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.c-card02 .c-card02__btn .c-card02__btn-link::before {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: right;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
    background: linear-gradient(to right, #fff 50%, transparent 50%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.25s ease-in-out;
    transition-property: right;
    width: 200%;
    z-index: -1;
}

.c-card02 .c-card02__btn .c-card02__btn-in {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: color;
    color: #fff;
    display: inline-block;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.1;
    transition: 0.25s ease-in-out;
    transition-property: color;
    z-index: 1;
}

.c-card02 .c-card02__btn .c-card02__btn-in::after {
    -webkit-mask: url(../img/common/ico-arw01.svg) no-repeat center/contain;
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: background;
    background: #fff;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 15px;
    mask: url(../img/common/ico-arw01.svg) no-repeat center/contain;
    transition: 0.25s ease-in-out;
    transition-property: background;
    width: 8px;
}


@media screen and (max-width: 750px) {
    #property .main {
        position: relative;
        margin: 0 0 50px 0;
    }

    #property .main .maininbox {
        padding: 80px 0 30px 0;
        border-bottom: 1px solid #dddfe4;
    }

    #property .main .tlcont {
        position: relative;
        text-align: left;
        margin: 0 0 0 0;
    }

    #property .main .tlcont .maintlbox {
        display: block;
        line-height: 1.5rem;
    }

    #property .main .tlcont .maintlbox .mtl {
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.3rem;
    }

    #property .main .tlcont .maintlbox .sub {
        font-size: 1.2rem;
        font-weight: 600;
        color: #E4A80F;
        text-align: center;
    }

    #property .indexlist {
        padding: 0 5%;
    }

    #property .indexlist .searchbox {
        padding: 20px 5%;
        background: #e6e6e6;
        margin: 0 0 50px 0;
    }

    #property .indexlist .searchbox table {
        width: 100%;
    }

    #property .indexlist .searchbox table td {
        vertical-align: middle;
        padding: 20px 0;
        display: block;
    }

    #property .indexlist .searchbox table td:first-child {
        width: 100%;
        border-bottom: 1px solid #000;
        text-align: center;
        padding: 0 0 10px 0;
        box-sizing: border-box;
    }

    #property .indexlist .searchbox table td:last-child {
        width: 100%;
        padding: 0 0;
        text-align: center;
    }

    #property .indexlist .searchbox table td .searchbtn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        display: inline-block;
        appearance: none;
        width: 80%;
        background: #E4A80F;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        transition: opacity 0.3s;
    }

    #property .indexlist .searchbox table td .searchbtn:before {
        content: '';
        width: 14px;
        height: 15px;
        background: url('../image/search_btn.png') no-repeat;
        background-size: 14px;
        display: inline-block;
        position: relative;
        top: 2px;
        margin: 0 10px 0 0;
    }

    .mwform-checkbox-field input[type='checkbox'] {
        display: none;
    }

    .mwform-checkbox-field input[type='checkbox']+span {
        position: relative;
        font-weight: normal;
        margin: 0 15px 5px 0;
        display: inline-block;
    }

    .pcheck .mwform-checkbox-field input[type='checkbox']+span {
        margin: 0 0 0 0;
    }

    .mwform-checkbox-field input[type='checkbox']+span::before {
        margin: -2px 10px 0 0;
        content: ' ';
        display: inline-block;
        width: 11px;
        height: 11px;
        border: 1px solid #000;
        background: #fff;
        vertical-align: middle;
    }

    .privacytr .mwform-checkbox-field input[type='checkbox']+span {
        position: relative;
        font-weight: normal;
        margin: 0 0 0 0;
        display: inline-block;
    }

    .mwform-checkbox-field input[type='checkbox']:checked+span::before {
        margin: -2px 10px 0 0;
        content: ' ';
        display: inline-block;
        width: 11px;
        height: 11px;
        border: 1px solid #000;
        background: #000;
        vertical-align: middle;
    }

    #property .indexlist ul.listbox {
        width: calc(100% + 5%);
        margin: 0 0 0 -5%;
        list-style: none;
        overflow: hidden;
    }

    #property .indexlist ul.listbox li {
        width: calc(50% - 5%);
        margin: 0 0 30px 5%;
        float: left;
        font-size: 1.2rem;
    }

    #property .indexlist ul.listbox li a {
        display: block;
        transition: opacity 0.3s;
        text-decoration: none;
    }

    #property .indexlist ul.listbox li a:hover {
        opacity: 0.7;
    }

    #property .indexlist ul.listbox li .phbox {
        width: 100%;
        line-height: 0;
        position: relative;
        margin: 0 0 10px 0;
    }

    #property .indexlist ul.listbox li .phbox img {
        width: 100%;
    }

    #property .indexlist ul.listbox li .phbox .statusbox {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        font-weight: 700;
        /* width: 50px; */
        text-align: center;
        /* padding: 2px 0; */
        padding: 2px 10px;
        line-height: 20px;
    }

    #property .indexlist ul.listbox li .phbox .statusbox1 {
        background: #008a55;
        color: #fff;
    }

    #property .indexlist ul.listbox li .phbox .statusbox2 {
        background: #cb0000;
        color: #fff;
    }

    #property .indexlist ul.listbox li .phbox .statusbox3 {
        background: #ffcc00;
        color: #fff;
    }

    #property .indexlist ul.listbox li .phbox .statusbox4 {
        background: #e6e6e6;
        color: #1a1a1a;
    }

    #property .indexlist ul.listbox li .tl {
        font-size: 12px;
        line-height: 26px;
        font-weight: 700;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #1A1A1A;
    }

    #property .indexlist ul.listbox li .tx {
        font-size: 12px;
        line-height: 26px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        width: 100%;
        overflow: hidden;
        color: #1A1A1A;
    }

    #property .pagenationbox {
        text-align: center;
        padding: 20px 0 0 0;
    }

    #property .propertysingle {
        position: relative;
    }

    #property .propertysingle .leftbg {
        width: calc((100% - 1000px) / 2 + 220px);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #f2f2f2;
        z-index: -1;
        display: none;
    }

    #property .propertysingle .maincont {
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        padding: 0 0 50px 0;
    }

    #property .propertysingle .maincont .phbox {
        width: calc(100%);
        padding: 50px 0 0 0;
        position: relative;
        float: none;
        box-sizing: border-box;
    }

    #property .propertysingle .maincont .phbox .inbox {
        width: 100%;
        padding-top: 140%;
        position: relative;
    }

    #property .propertysingle .maincont .phbox .inbox img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .propertysingle .maincont .leftbox {
        width: 100%;
        float: none;
        padding: 0 0 0 0;
        box-sizing: border-box;
    }

    #property .propertysingle .maincont .leftbox .statusbox {
        /* width: 120px; */
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        padding: 5px 0;
        margin: 0 auto 30px;
    }

    #property .propertysingle .maincont .leftbox .statusbox .inner {
        display: inline-block;
        padding: 10px 20px;
    }

    #property .propertysingle .maincont .leftbox .statusbox.indevelopment .inner {
        background: #008a55;
        color: #fff;
        line-height: 2rem;
    }

    #property .propertysingle .maincont .leftbox .statusbox.sale .inner {
        background: #cb0000;
        color: #fff;
        line-height: 2rem;
    }

    #property .propertysingle .maincont .leftbox .statusbox.contracted .inner {
        background: #ffcc00;
        color: #fff;
        line-height: 2rem;
    }

    #property .propertysingle .maincont .leftbox .statusbox.sold .inner {
        background: #e6e6e6;
        color: #1a1a1a;
        line-height: 2rem;
    }

    #property .propertysingle .maincont .leftbox .namebox {
        text-align: center;
        font-size: 2.1rem;
        line-height: 3.8rem;
        font-weight: 700;
    }

    #property .propertysingle .maincont .leftbox .stairsbox {
        text-align: center;
        font-size: 1.5rem;
        line-height: 3rem;
        font-weight: 700;
        margin: 0 0 15px 0;
    }

    #property .propertysingle .maincont .leftbox .timebox {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin: 0 0 15px 0;
    }

    #property .propertysingle .slidecontainer {
        opacity: 0;
        position: relative;
        padding: 30px 0 0 0;
        margin: 0 0 0 0;
    }

    #property .propertysingle .slidecontainer .slideph .inbox {
        width: 100%;
        padding-top: 70%;
        position: relative;
        line-height: 0;
        margin: 0 0 70px 0;
    }

    #property .propertysingle .slidecontainer .slideph img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .propertysingle .slidecontainer .slick-dots {
        position: absolute;
        top: calc(100% - 60px);

        display: block;

        width: 100%;
        padding: 0;

        list-style: none;

        text-align: center;
        z-index: 1001;
    }

    #property .propertysingle .slidecontainer .slick-dots li {
        position: relative;

        display: inline-block;

        width: 9px;
        height: 9px;
        margin: 0px 12.5px;
        padding: 0;

        cursor: pointer;
    }

    #property .propertysingle .slidecontainer .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 9px;
        height: 9px;
        padding: 0;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
        background: #b2b2b2;
        border-radius: 0;
    }

    #property .propertysingle .slidecontainer .slick-dots li.slick-active button {
        background: #000;
    }

    #property .propertysingle .tlbox {
        font-size: 1.6rem;
        line-height: 2.8rem;
        font-weight: 700;
        color: #87701a;
        margin: 0 0 10px 0;
        text-align: center;
    }

    #property .gallerybox {
        padding: 90px 5% 90px 5%;
        background: #000;
        position: relative;
        z-index: 2;
    }

    #property .gallerybox .noimage {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding: 20px 0 0 0;
    }

    #property .gallerybox .gtlbox {
        font-size: 2.6rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin: 0 0 28px 0;
    }

    #property .gallerybox .slidecontainer2 {
        position: relative;
        opacity: 0;
    }

    #property .gallerybox .slidecontainer2 .slideph {
        padding: 0 5px;
    }

    #property .gallerybox .slidecontainer2 .slideph .inbox {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }

    #property .gallerybox .slidecontainer2 .slideph .inbox img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .gallerybox .slidecontainer2 .slideph .inbox a {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 4px solid #fff;
        display: block;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.75);
        background-image: url('/images/common/btn_arrow.png');
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: left 50% bottom calc(50% - 40px);
        opacity: 0;
        transition: opacity 0.3s;
    }

    #property .gallerybox .slidecontainer2 .slideph .inbox a span {
        text-align: center;
        font-size: 1.8rem;
        color: #fff;
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #property .gallerybox .slidecontainer2 .slick-dots {
        position: absolute;
        top: calc(100% + 10px);

        display: block;

        width: 100%;
        padding: 0;

        list-style: none;

        text-align: center;
        z-index: 1001;
    }

    #property .gallerybox .slidecontainer2 .slick-dots li {
        position: relative;

        display: inline-block;

        width: 9px;
        height: 9px;
        margin: 0px 10px;
        padding: 0;

        cursor: pointer;
    }

    #property .gallerybox .slidecontainer2 .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 9px;
        height: 9px;
        padding: 0;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
        background: #b2b2b2;
        border-radius: 50%;
    }

    #property .gallerybox .slidecontainer2 .slick-dots li.slick-active button {
        background: #fff;
    }

    #property .gallerybox .slidecontainer2 .slick-prev {
        width: 60px;
        height: 60px;
        left: 0;
        top: -70px;
        background: url(../image/slide_arrow01_left.png);
        background-size: cover;
        position: absolute;
    }

    #property .gallerybox .slidecontainer2 .slick-next {
        width: 60px;
        height: 60px;
        right: 0;
        left: auto;
        top: -70px;
        background: url(../image/slide_arrow01_right.png);
        background-size: cover;
        position: absolute;
    }

    #property .informationbox {
        position: relative;
        padding: 50px 5% 0 5%;
    }

    #property .informationbox .rightbg {
        width: calc((100% - 1000px) / 2 + 220px);
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background: #f2f2f2;
        z-index: 1;
        display: none;
    }

    #property .informationbox .infoinnerbox {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    #property .informationbox .infoinnerbox ul.infolist {
        width: calc(100%);
        margin: 0 0 0 0;
        list-style: none;
    }

    #property .informationbox .infoinnerbox ul.infolist li {
        width: calc(100%);
        margin: 0 0 50px 0;
        float: left;
    }

    #property .informationbox .infoinnerbox ul.infolist li .tlbox {
        text-align: center;
        font-size: 1.9rem;
        line-height: 3rem;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

    #property .informationbox .infoinnerbox ul.infolist li .phbox {
        width: 100%;
        padding-top: 65%;
        position: relative;
        line-height: 0;
        border: 1px solid #dcdee3;
        box-sizing: border-box;
    }

    #property .informationbox .infoinnerbox ul.infolist li .phbox img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .informationbox .infoinnerbox ul.infolist li .tx {
        margin: 10px 0 0 0;
    }

    #property .informationbox .infoinnerbox ul.infolist li .bobox {
        border-top: 1px solid #000;
        padding: 20px 0 0 0;
        text-align: center;
    }

    #property .informationbox .infoinnerbox ul.infolist li .bobox .btl {
        font-size: 1.4rem;
        line-height: 2.4rem;
        font-weight: 700;
    }

    #property .informationbox .infoinnerbox ul.infolist li .bobox .price {
        font-size: 2.5rem;
        line-height: 4.3rem;
        font-weight: 700;
    }

    #property .informationbox .infoinnerbox ul.infolist li table {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 100%;
    }

    #property .informationbox .infoinnerbox ul.infolist li table td {
        padding: 15px;
        border-bottom: 1px solid #dcdee3;
        background: #fff;
    }

    #property .informationbox .infoinnerbox ul.infolist li table td:last-child {
        text-align: right;
    }

    #property .informationbox .infoinnerbox ul.infolist li table tr:last-child td {
        border-bottom: none;
    }

    #property .informationbox .infoinnerbox ul.infolist li .cap {
        font-size: 1.2rem;
        line-height: 1.9rem;
        text-indent: -1.2rem;
        padding-left: 1.2rem;
        padding-top: 15px;
    }

    #property .informationbox .infoinnerbox ul.infolist li a.linkbtn {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 1.4rem;
        background: #87701a;
        line-height: 1;
        padding: 20px 0 20px 0;
        width: 250px;
        box-sizing: border-box;
        position: relative;
        transition: opacity 0.3s;
        text-align: center;
        letter-spacing: 0;
        margin: 20px 0 0 0;
    }

    #property .informationbox .infoinnerbox ul.infolist li a.linkbtn:after {
        display: inline-block;
        width: 16px;
        height: 12px;
        background: url('/images/common/btn_arrow.png') no-repeat;
        background-size: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        margin: -6px 0 0 0;
        content: '';
        transition: right 0.3s;
    }

    #property .siryoucont {
        padding: 50px 5%;
        background: url('../image/siryou_bg.jpg') no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        margin: 0 0 50px 0;
    }

    #property .siryoucont .tl {
        font-size: 2.2rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin: 0 0 20px 0;
    }

    #property .siryoucont .tx {
        color: #fff;
        text-align: center;
    }

    #property .siryoucont a.linkbtn {
        display: inline-block;
        color: #1a1a1a;
        font-weight: 700;
        font-size: 1.4rem;
        background: #fff;
        line-height: 1;
        padding: 20px 0 20px 0;
        width: 250px;
        box-sizing: border-box;
        position: relative;
        transition: opacity 0.3s;
        text-align: center;
        letter-spacing: 0;
        margin: 20px 0 0 0;
    }

    #property .siryoucont a.linkbtn:after {
        display: inline-block;
        width: 16px;
        height: 12px;
        background: url('../image/btn_arrow2.png') no-repeat;
        background-size: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        margin: -6px 0 0 0;
        content: '';
        transition: right 0.3s;
    }

    #property .bottomslide {
        padding: 0 0 50px 0;
    }

    #property .bottomslide .tl {
        text-align: center;
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 3rem;
    }

    #property .bottomslide .sub {
        text-align: center;
        font-size: 1.2rem;
        color: #87701a;
        margin: 0 0 10px 0;
    }

    #property .bottomslide .slidecont {
        padding: 0 5%;
    }

    #property .bottomslide .slidecont .slidecontainer3 {
        position: relative;
        opacity: 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph {
        padding: 0 5px;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .inbox {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .inbox img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slick-prev {
        width: 60px;
        height: 60px;
        left: 0;
        top: -70px;
        background: url(../image/slide_arrow02_left.png);
        background-size: cover;
        position: absolute;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slick-next {
        width: 60px;
        height: 60px;
        right: 0;
        left: auto;
        top: -70px;
        background: url(../image/slide_arrow02_right.png);
        background-size: cover;
        position: absolute;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph a {
        display: block;
        transition: opacity 0.3s;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph a:hover {
        opacity: 0.7;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox {
        width: 100%;
        padding-top: 140%;
        line-height: 0;
        position: relative;
        margin: 0 0 5px 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.2rem;
        font-weight: 700;
        width: 50px;
        text-align: center;
        padding: 2px 0;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox.indevelopment {
        background: #008a55;
        color: #fff;
        line-height: 2rem;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox.sale {
        background: #cb0000;
        color: #fff;
        line-height: 2rem;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox.contracted {
        background: #ffcc00;
        color: #fff;
        line-height: 2rem;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .phbox .statusbox.sold {
        background: #e6e6e6;
        color: #1a1a1a;
        line-height: 2rem;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .tl {
        font-size: 1.2rem;
        line-height: 2.6rem;
        font-weight: 700;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #property .bottomslide .slidecont .slidecontainer3 .slideph .tx {
        font-size: 1.2rem;
        line-height: 2.6rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        width: 100%;
        overflow: hidden;
        text-align: left;
    }

    .wp-pagenavi {
        padding: 0 0 50px 0;
    }

    .wp-pagenavi a {
        color: #fff !important;
        border: 1px solid #ccc !important;
        border-radius: 3px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
        margin: 0 3px !important;
    }

    .wp-pagenavi span.extend {
        color: #1a1a1a;
        padding: 7px 0;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 25px;
        line-height: 1;
        display: inline-block;
        margin: 0 3px;
    }

    .wp-pagenavi a:hover {
        border: 1px solid #000;
        background: #000;
        color: #fff;
    }

    .gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .wp-pagenavi span.current {
        border: 1px solid #000;
        background: #000;
        color: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        width: 36px;
        height: 36px;
        line-height: 32px;
        margin: 0 3px;
    }
}


/*  c-title01
---------------------------------------- */
.c-title01 {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.c-title01 .c-title01__en {
    color: #E4A80F;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 6px;
}

.c-title01 .c-title01__ja {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

/*  c-title02
---------------------------------------- */
.c-title02 {
    margin-bottom: 20px;
    text-align: center;
}

.c-title02 .c-title02__ja {
    color: #E4A80F;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.c-title02 .c-title02__en {
    font-family: "Hind Siliguri", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-top: 10px;
}

/*  c-title03
---------------------------------------- */
.c-title03 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    padding-top: 35px;
    position: relative;
    text-align: center;
}

.c-title03 .c-title03__ico {
    display: inline-block;
    left: 50%;
    line-height: 1.1;
    position: absolute;
    top: 0;
    translate: -50% 0;
    width: 25px;
}

/*  c-title04
---------------------------------------- */
.c-title04 {
    margin-bottom: 30px;
}

.c-title04__title {
    font-family: "Hind Siliguri", sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-align: center;
}

.c-title04__lead {
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

/*  archive
---------------------------------------- */
.c-archive01 {
    /*border: solid #333;
    border-width: 1px 0;*/
    margin: 0 auto;
}

.c-archive01 .c-archive01__item {
    position: relative;
    margin-bottom: 8%;
}

.c-archive01 .c-archive01__item .c-card01__areaTxt{
  margin-top: 5%;
  padding-left: 2%;
}

.c-archive01 .c-archive01__item .c-card01__name{
  font-size: 16px;
  color: #1A1A1A;
  font-weight: bold;
}


/*  c-toggle01
---------------------------------------- */
.c-toggle01 {
    border-top: 1px solid #1A1A1A;
}

.c-toggle01 .c-toggle01__item {
    border-bottom: 1px solid #1A1A1A;
    padding: 20px 10px;
}

.c-toggle01 .c-toggle01__item-header {
    -ms-flex-wrap: wrap;
    color: #E4A80F;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    padding-right: 30px;
    position: relative;
}

.c-toggle01 .c-toggle01__item-header::before,
.c-toggle01 .c-toggle01__item-header::after {
    background: #1A1A1A;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    width: 18px;
}

.c-toggle01 .c-toggle01__item-header::before {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: all;
    rotate: 90deg;
    transition: 0.25s ease-in-out;
    transition-property: all;
}

.c-toggle01 .c-toggle01__item-header-ico {
    font-family: "Hind Siliguri", sans-serif;
    font-size: 1.25rem;
    width: 30px;
}

.c-toggle01 .c-toggle01__item-header-txt {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: color;
    font-size: 16px;
    letter-spacing: 0.05em;
    transition: 0.25s ease-in-out;
    transition-property: color;
    width: calc(100% - 30px);
    color: #1A1A1A;
}

.c-toggle01 .c-toggle01__item-header.is-active::before {
    rotate: 0deg;
}

.c-toggle01 .c-toggle01__item-header.is-active .c-toggle01__item-header-txt {
    color: #E4A80F;
}

.c-toggle01 .c-toggle01__item-header:hover .c-toggle01__item-header-txt {
    color: #E4A80F;
}

.c-toggle01 .c-toggle01__item-body {
    overflow: hidden;
}

.c-toggle01 .c-toggle01__item-body-in {
    padding: 10px 30px 0;
}

/*  table
---------------------------------------- */
.c-table01 table {
    border: solid #DDDFE4;
    border-width: 1px 0 0 1px;
    table-layout: fixed;
}

.c-table01 th,
.c-table01 td {
    border: solid #DDDFE4;
    border-width: 0 1px 1px 0;
    display: block;
    font-weight: 500;
    padding: 15px 20px;
    text-align: left;
}

.c-table01 th {
    background-color: #F2F0EA;
    color: #E4A80F;
}

/*  list
================================================ */
.c-list01 {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.c-list01 .c-list01__item {
    width: 100%;
}

.c-list01 .c-list01__item-index {
    border-bottom: 1px solid #1A1A1A;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.c-list01 .c-list01__item-areaTxt {
    padding: 20px 10px 0;
}

.c-list01 .c-list01__item-title {
    color: #E4A80F;
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.c-list01 .c-list01__item-areaTxt p{
  font-size: 16px;
  line-height: 28px;
}

.c-list01 .c-list01__item:nth-child(2n+1) .c-list01__item-index{
    line-height: 28px;
}
.c-list01 .c-list01__item:nth-child(2n+2) .c-list01__item-index{
    height: 24px;
}

/*  c-slide
---------------------------------------- */
.c-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-areas: "prev pagination next";
    justify-content: center;
    margin-top: 20px;
}

.c-slide .c-slide__pagination {
    grid-area: pagination;
}

.c-slide .c-slide__pagination span {
    background: #666;
    border-radius: 0;
    height: 4px;
    opacity: 1;
    width: 4px;
}

.c-slide .c-slide__pagination span.swiper-pagination-bullet-active {
    background: #1A1A1A;
}

.c-slide .c-slide__arw {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: opacity;
    cursor: pointer;
    height: 40px;
    position: relative;
    transition: 0.25s ease-in-out;
    transition-property: opacity;
    width: 40px;
}

.c-slide .c-slide__arw:hover {
    opacity: 0.6;
}

.c-slide .c-slide__arw::before {
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #1A1A1A;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 16px;
}

.c-slide .c-slide__arw.c-slide__arw--prev {
    grid-area: next;
}

.c-slide .c-slide__arw.c-slide__arw--next {
    grid-area: prev;
}

.c-slide .c-slide__arw.c-slide__arw--next::before {
    scale: -1 1;
}

.u-clearfix {
    position: relative;
}

.u-clearfix::before {
    clear: both;
    content: "";
    display: block;
}

.u-txt-uppercase {
    text-transform: uppercase;
}

.u-txt-center {
    text-align: center;
}

.u-txt-left {
    text-align: left;
}

.u-txt-right {
    text-align: right;
}

/*  404
================================================ */
.p-error__page404 {
    padding: 100px 0;
}

.p-error__page404 .p-error__page404_inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: min(100%, 1320px);
}

.js-fadein {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: all;
    opacity: 0;
    transition: 0.25s ease-in-out;
    transition-property: all;
    translate: 0 20px;
}

.js-fadein.is-active {
    opacity: 1;
    translate: 0 0;
}

/*  pickup
---------------------------------------- */
.p-index-pickup {
    background-color: #F4F4F4;
    padding: 50px 0 60px;
}

.p-index-pickup .p-index-pickup__inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1160px;
}

.p-index-pickup .p-index-pickup__slide {
    /* margin-right: -20px; */
    overflow: visible !important;
}

/*  p-index-archive
---------------------------------------- */
.p-index-archive {
    padding: 60px 0 40px;
}

/*  p-index-reason
---------------------------------------- */
.p-index-reason {
    padding-top: 60px;
    margin-bottom: 5%;
}

.p-index-reason .p-index-reason__lead {
    padding: 0 20px;
}

.p-index-reason .p-index-reason__secWrap {
    border: solid #1A1A1A;
    border-width: 1px 0;
    margin-top: 30px;
    padding: 0 20px;
}

.p-index-reason .p-index-reason-sec {
    border: solid #1A1A1A;
    border-width: 0 1px;
    position: relative;
}

.p-index-reason .p-index-reason-sec:not(:first-child)::before {
    background: #1A1A1A;
    content: "";
    height: 1px;
    left: -20px;
    position: absolute;
    right: -20px;
    top: 0;
}

/*  p-index-reason-sec
---------------------------------------- */
.p-index-reason-sec .p-index-reason-sec__img {
    border-bottom: 1px solid #1A1A1A;
}

.p-index-reason-sec .p-index-reason-sec__areaTxt {
    padding: 25px 25px 50px;
    position: relative;
    min-height: auto;
}

.p-index-reason-sec .p-index-reason-sec__title {
    margin-bottom: 15px;
}

.p-index-reason-sec .p-index-reason-sec__title-ico {
    display: block;
    margin-bottom: 15px;
    width: 20px;
}

.p-index-reason-sec .p-index-reason-sec__title-txt {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #E4A80F;
}

.p-index-reason-sec .p-index-reason-sec__title-txt strong {
    color: #E4A80F;
}

.p-index-reason-sec .p-index-reason-sec__bg {
    bottom: -10px;
    color: #F2F0EA;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 2.5rem;
    line-height: 1.1;
    position: absolute;
    right: 0;
}

/*  p-index-case
---------------------------------------- */
.p-index-case {
    background: #F4F4F4;
    padding: 60px 0;
}

.p-index-case .p-index-case__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: min(100%, 1320px);
}

.p-index-case .p-index-case__list {
    margin-top: 30px;
}

/*  p-index-flow
---------------------------------------- */
.p-index-flow {
    padding: 60px 0;
}

.p-index-flow .p-index-flow__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    max-width: 1280px;
}

.p-index-flow .p-index-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    border: 1px solid #1A1A1A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.p-index-flow .p-index-flow__item {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.p-index-flow .p-index-flow__item:not(:last-child) .p-index-flow__item-step::before {
    background: url(../img/home/ico-flow-arw.svg) no-repeat center/contain;
    bottom: 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    right: -2px;
    translate: 0 100%;
    z-index: 1;
}

.p-index-flow .p-index-flow__item:not(:first-child) .p-index-flow__item-cont {
    border-top: 1px solid #1A1A1A;
}

.p-index-flow .p-index-flow__item-step {
    background: #F2F0EA;
    display: grid;
    line-height: 1.2;
    place-content: center;
    position: relative;
    text-align: center;
    width: 40px;
}

.p-index-flow .p-index-flow__item-step-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #E4A80F;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    justify-content: center;
    width: 1em;
}

.p-index-flow .p-index-flow__item-cont {
    border-left: 1px solid #1A1A1A;
    padding: 25px;
    width: calc(100% - 40px);
}

.p-index-flow .p-index-flow__item-cont-img {
    margin: 0 auto;
    width: 50px;
}

.p-index-flow .p-index-flow__item-cont-ttl {
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 10px;
    text-align: center;
}

.p-index-flow .p-index-flow__item-cont-txt {
    margin-top: 10px;
}

.p-index-flow .p-index-flow__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: gap;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: gap;
    gap: 10px;
    margin-top: 15px;
}

.p-index-flow .p-index-flow__result .p-index-flow__result-arw {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: -webkit-gradient(linear, right top, left top, from(#AA9159), to(#604811));
    background: linear-gradient(-90deg, #AA9159, #604811);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 30px;
    width: 100px;
}

.p-index-flow .p-index-flow__result .p-index-flow__result-txt {
    background: -webkit-gradient(linear, left top, right top, from(#AA9159), to(#604811));
    background: linear-gradient(90deg, #AA9159, #604811);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7;
    padding: 15px 65px;
    text-align: center;
}

.p-index-flow .p-index-flow__result .p-index-flow__result-txt-in {
    background: #fff;
    color: #E4A80F;
    display: inline-block;
    line-height: 1.1;
    margin-right: 10px;
    padding: 5px 10px;
}

/*  p-index-faq
---------------------------------------- */
.p-index-faq {
    background: #fff;
    padding: 60px 0;
}

.p-index-faq .p-index-faq__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    max-width: 1280px;
}

.p-property-mv {
    margin-top: 60px;
}

.p-property-mv .p-property-mv__head {
    background: #F5F5F5;
    border: solid #1A1A1A;
    border-width: 1px 0;
    padding: 45px 0;
}

.p-property-mv .p-property-mv__head-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.p-property-mv .p-property-mv__head-ja {
    color: #E4A80F;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.p-property-mv .p-property-mv__head-en {
    font-family: "Hind Siliguri", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
}

.p-property-mv .p-property-mv__anchor {
    background: #F2F0EA;
}

.p-property-mv .p-property-mv__anchor-inner {
    padding: 45px 20px;
}

.p-property-mv .p-property-mv__anchor-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.p-property-mv .p-property-mv__anchor-item {
    width: calc(50% - 3px);
}

.p-property-mv .p-property-mv__anchor-item-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #1A1A1A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    height: 100%;
    padding: 25px 30px 25px 15px;
    position: relative;
}

.p-property-mv .p-property-mv__anchor-item-link::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background: #1A1A1A;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    content: "";
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    translate: 0 -50%;
    width: 10px;
}

.p-property-mv .p-property-mv__anchor-item-ico {
    line-height: 1.1;
    width: 15px;
}

.p-property-mv .p-property-mv__anchor-item-txt {
    font-size: 0.875rem;
    font-weight: 700;
    padding-top: 5px;
    width: calc(100% - 25px);
}

.p-property-mv .p-property-mv__anchor-item-txt br {
    display: none;
}

/*  p-property-info
---------------------------------------- */
.p-property-info-main .p-property-info-main__gallery .swiper-slide-thumb-active {
    opacity: 0.7;
}

.p-property-info {
    /* padding: 60px 0; */
}

.p-property-info .p-property-info__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: min(100%, 1320px);
}

.p-property-info .p-property-info-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-property-info .p-property-info-main__img {
    margin: 0 -20px;
}

.p-property-info .p-property-info-main__img-item {
    aspect-ratio: 1/1;
    background: #1A1A1A;
    padding: 5px;
    position: relative;
    width: 100%;
}

.p-property-info .p-property-info-main__img-item img {
    height: auto;
    left: 50%;
    max-height: calc(100% - 10px);
    max-width: calc(100% - 10px);
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: auto;
}

.p-property-info .p-property-info-main__gallery {
    margin: 20px -20px 0 0;
}

.p-property-info .p-property-info-main__gallery-item {
    aspect-ratio: 1/1;
    background: #1A1A1A;
    position: relative;
}

.p-property-info .p-property-info-main__gallery-item img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: auto;
}

.p-property-info .p-property-info-main__name {
    color: #E4A80F;
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 10px 0;
}

.p-property-info .p-property-info-main__lead {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.p-property-info .p-property-info-main__date {
    border: solid #DDDFE4;
    border-width: 1px 0;
    margin-top: 15px;
    padding: 10px 0;
}

.p-property-info .p-property-info-main__cat {
    margin-top: 15px;
}

.p-property-info .p-property-info-main__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
}

.p-property-info .p-property-info-main__mail-link,
.p-property-info .p-property-info-main__line-link {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9375rem;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.05em;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.p-property-info .p-property-info-main__mail-ico,
.p-property-info .p-property-info-main__line-ico {
    display: inline-block;
    line-height: 1.1;
}

.p-property-info .p-property-info-main__mail-link::before {
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition-property: opacity;
    background: -webkit-gradient(linear, left top, right top, from(#AA9159), to(#604811));
    background: linear-gradient(90deg, #AA9159, #604811);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.25s ease-in-out;
    transition-property: opacity;
    width: 100%;
    z-index: -1;
}

.p-property-info .p-property-info-main__mail-link::after {
    background: -webkit-gradient(linear, right top, left top, from(#AA9159), to(#604811));
    background: linear-gradient(-90deg, #AA9159, #604811);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.p-property-info .p-property-info-main__line-link {
    background: #4CC764;
}

/*  p-property-info-areaBlock
---------------------------------------- */
.p-property-info-areaBlock {
    margin-top: 50px;
}

.p-property-info-areaBlock .p-property-info-block__title {
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}

.p-property-info-areaBlock .p-property-info-block__title::before {
    background: #E4A80F;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.p-property-info-areaBlock .p-property-info-block__sec:nth-child(n+2) {
    margin-top: 20px;
}

.p-property-info-areaBlock .p-property-info-block__sec .p-property-info-block__sec-title {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

/*  p-property-access
---------------------------------------- */
.p-property-access {
    background: #F2F0EA;
    padding: 60px 0;
}

.p-property-access .p-property-access__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: min(100%, 1320px);
}

.p-property-access .p-property-access-sec {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.p-property-access .p-property-access-sec__map {
    aspect-ratio: 1/1;
    border: 1px solid #1A1A1A;
    position: relative;
    width: 100%;
}

.p-property-access .p-property-access-sec__map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-property-access .p-property-access-sec__areaTxt {
    width: 100%;
}

.p-property-access .p-property-access-sec__info-item {
    border-bottom: 1px solid #DDDFE4;
    padding: 25px 0;
}

.p-property-access .p-property-access-sec__info-item:first-child {
    padding-top: 0;
}

.p-property-access .p-property-access-sec__info-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.p-property-access .p-property-access-sec__info-item dt {
    color: #E4A80F;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

/* p-property-details1
---------------------------------------- */
.p-property-details {
    padding: 60px 0;
}

.p-property-details .p-property-details__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: min(100%, 1320px);
}

/* .p-property-case
---------------------------------------- */
.p-property-case {
    background: #F2F0EA;
    padding: 60px 0;
}

.p-property-case .p-property-case__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: min(100%, 1320px);
}

/*  p-property-other
---------------------------------------- */
.p-property-other {
    background: #F2F0EA;
    margin-bottom: -20px;
    padding: 60px 0;
}

.p-property-other .p-property-other__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: min(100%, 1320px);
}

.p-property-other .p-property-other__head {
    margin-bottom: 20px;
    text-align: center;
}

.p-property-other .p-property-other__head-lead {
    color: #E4A80F;
    font-size: 0.875rem;
}

.p-property-other .p-property-other__head-title {
    font-family: "Hind Siliguri", sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-top: 10px;
}

.p-property-other .p-property-other__wrapper {
    position: relative;
}

.p-property-other .p-property-other__wrapper::before,
.p-property-other .p-property-other__wrapper::after {
    background: #1A1A1A;
    content: "";
    height: 1px;
    left: -20px;
    position: absolute;
    right: -20px;
    z-index: 1;
}

.p-property-other .p-property-other__wrapper::before {
    top: -1px;
}

.p-property-other .p-property-other__wrapper::after {
    bottom: -1px;
}

.p-property-other .p-property-other__slider {
    overflow: hidden;
}

.p-property-other .p-property-other__slider-item {
    border: solid #1A1A1A;
    border-width: 0 1px;
}




@media all and (max-width: 1319px) {
    .u-view-large {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .u-view-medium {
        display: none !important;
    }

    .u-view-upper-medium {
        display: none !important;
    }

    .p-index-flow .p-index-flow__inner,
    .p-index-faq .p-index-faq__inner {
        padding: 0;
    }
}

@media all and (min-width: 768px) {
    .c-title01 {
        margin-bottom: 40px;
    }

    .c-title01 .c-title01__en {
        font-size: 14px;
    }

    .c-title01 .c-title01__ja {
        font-size: 36px;
    }

    .c-title03 {
        font-size: 2.5rem;
        margin-bottom: 60px;
        padding-top: 47px;
    }

    .c-title03 .c-title03__ico {
        width: 32px;
    }

    .c-title04 {
        -ms-flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 70px;
    }

    .c-title04__title {
        font-size: 4.0625rem;
        text-align: left;
    }

    .c-title04__lead {
        font-size: 1rem;
        margin-top: 0;
    }

    .c-archive01 {
        max-width: 1160px;
        width: 90%;
    }

    /*.c-archive01 .c-archive01__item::before {
        left: -80px;
        right: -80px;
    }*/

    .c-toggle01 .c-toggle01__item {
        padding: 45px 10px;
    }

    .c-toggle01 .c-toggle01__item-header {
        padding-right: 72px;
    }

    .c-toggle01 .c-toggle01__item-header::before,
    .c-toggle01 .c-toggle01__item-header::after {
        width: 22px;
    }

    .c-toggle01 .c-toggle01__item-header-ico {
        font-size: 1.8125rem;
        line-height: 1.1;
        width: 51px;
    }

    .c-toggle01 .c-toggle01__item-header-txt {
        color: #1A1A1A;
        font-size: 1.9rem;
        width: calc(100% - 51px);
    }

    .c-toggle01 .c-toggle01__item-body-in {
        padding: 25px 70px 0 60px;
    }

    .c-table01 table {
        border: 0;
    }

    .c-table01 th,
    .c-table01 td {
        border: 1px solid #DDDFE4;
        display: table-cell;
        padding: 18px 30px;
    }

    .c-table01 th {
        width: 250px;
    }

    .c-list01 {
        gap: 60px 4%;
    }

    .c-list01 .c-list01__item {
        display: grid;
        gap: 35px 2%;
        grid-template-areas: "index index""img txt";
        grid-template-columns: 34% 1fr;
    }

    .c-list01 .c-list01__item-index {
        grid-area: index;
    }

    .c-list01 .c-list01__item-img {
        grid-area: img;
    }

    .c-list01 .c-list01__item-areaTxt {
        grid-area: txt;
    }

    .c-list01 .c-list01__item-index {
        margin-bottom: 0;
    }

    .c-list01 .c-list01__item-areaTxt {
        padding: 0;
    }

    .c-list01 .c-list01__item-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .c-slide {
        gap: 30px;
        margin-top: 25px;
    }

    .c-slide .c-slide__pagination {
        grid-area: pagination;
    }

    .c-slide .c-slide__pagination span {
        height: 6px;
        margin: 0 6px;
        width: 6px;
    }

    .c-slide .c-slide__arw::before {
        height: 14px;
        width: 12px;
    }

    .u-view-small {
        display: none !important;
    }

    .p-error__page404 {
        padding: 300px 0;
    }

    .p-index-pickup {
        padding: 100px 0 120px;
    }

    .p-index-archive {
        padding: 130px 0;
    }

    .p-index-reason {
        padding-top: 130px;
    }

    .p-index-reason .p-index-reason__lead {
        padding: 0 20px;
        text-align: center;
    }

    .p-index-reason .p-index-reason__secWrap {
        margin-top: 70px;
        padding: 0 80px;
    }

    .p-index-reason .p-index-reason-sec:not(:first-child)::before {
        left: -80px;
        right: -80px;
    }

    .p-index-case {
        margin-bottom: -20px;
        padding: 130px 0;
    }

    .p-index-case .p-index-case__inner {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        width: 90%;
        max-width: 1280px;
    }

    .p-index-case .p-index-case__lead {
        text-align: center;
    }

    .p-index-case .p-index-case__list {
        margin-top: 60px;
    }

    .p-index-flow {
        padding: 110px 0;
    }

    .p-index-flow .p-index-flow__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .p-index-flow .p-index-flow__item {
        display: block;
        width: 25%;
    }

    .p-index-flow .p-index-flow__item:not(:last-child) .p-index-flow__item-step::before {
        -webkit-transform-origin: right top;
        background: url(../img/home/ico-flow-arw02.svg) no-repeat center/contain;
        bottom: 0;
        height: 56px;
        left: auto;
        right: -20px;
        top: -1px;
        transform-origin: right top;
        translate: 0 0;
        width: 20px;
    }

    .p-index-flow .p-index-flow__item:not(:first-child) .p-index-flow__item-cont {
        border-right: 1px solid #1A1A1A;
        border-top: 0;
    }

    .p-index-flow .p-index-flow__item:last-child .p-index-flow__item-cont {
        border-right: 0;
    }

    .p-index-flow .p-index-flow__item-step {
        border-bottom: 1px solid #1A1A1A;
        height: 55px;
        padding: 10px;
        width: 100%;
    }

    .p-index-flow .p-index-flow__item-step-in {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 18px;
        width: 100%;
    }

    .p-index-flow .p-index-flow__item-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        border-left: 0;
        border-right: 1px solid #1A1A1A;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding: 35px 25px;
        width: 100%;
    }

    .p-index-flow .p-index-flow__item-cont-img {
        height: 70px;
        width: 70px;
    }

    .p-index-flow .p-index-flow__item-cont-img img {
        -o-object-fit: contain;
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    .p-index-flow .p-index-flow__item-cont-ttl {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        font-size: 1.125rem;
        margin-top: 20px;
    }

    .p-index-flow .p-index-flow__item-cont-txt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 20px;
    }

    .p-index-flow .p-index-flow__result {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
        margin-top: 30px;
    }

    .p-index-flow .p-index-flow__result .p-index-flow__result-arw {
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        background: #604811;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        height: 120px;
        margin-left: -1px;
        width: 50px;
    }

    .p-index-flow .p-index-flow__result .p-index-flow__result-txt {
        font-size: 1.875rem;
        padding: 10px 20px;
        width: 79%;
    }

    .p-index-flow .p-index-flow__result .p-index-flow__result-txt br {
        display: none;
    }

    .p-index-flow .p-index-flow__result .p-index-flow__result-txt-in {
        margin-right: 15px;
    }

    .p-index-faq {
        margin-bottom: -20px;
        padding: 130px 0;
    }

    .p-property-mv {
        background: #F5F5F5;
        border-bottom: 1px solid #1A1A1A;
        margin-top: 150px;
    }

    .p-property-mv .p-property-mv__head {
        border-bottom: 0;
        padding: 80px 0 0;
    }

    .p-property-mv .p-property-mv__head-ja {
        font-size: 1rem;
    }

    .p-property-mv .p-property-mv__head-en {
        font-size: 4.0625rem;
    }

    .p-property-mv .p-property-mv__anchor {
        background: transparent;
    }

    .p-property-mv .p-property-mv__anchor-inner {
        margin: 0 auto;
        padding: 30px 0 80px;
        padding-left: 20px;
        padding-right: 20px;
        width: min(100%, 1320px);
    }

    .p-property-mv .p-property-mv__anchor-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        gap: 5px;
        justify-content: center;
    }

    .p-property-mv .p-property-mv__anchor-item {
        width: calc(25% - 3.75px);
    }

    .p-property-mv .p-property-mv__anchor-item-link {
        -webkit-transition: 0.25s ease-in-out;
        -webkit-transition-property: opacity;
        gap: 8px;
        padding: 20px;
        transition: 0.25s ease-in-out;
        transition-property: opacity;
    }

    .p-property-mv .p-property-mv__anchor-item-link:hover {
        opacity: 0.7;
    }

    .p-property-mv .p-property-mv__anchor-item-ico {
        width: 16px;
    }

    .p-property-mv .p-property-mv__anchor-item-txt {
        font-size: 0.875rem;
        padding-top: 0;
        width: auto;
    }

    .p-property-mv .p-property-mv__anchor-item-txt br {
        display: block;
    }

    .p-property-info {
        /* padding: 110px 0; */
    }

    .p-property-info .p-property-info-main {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
    }

    .p-property-info .p-property-info-main__areaImg {
        width: 48.5%;
    }

    .p-property-info .p-property-info-main__img {
        margin: 0;
    }

    .p-property-info .p-property-info-main__gallery {
        margin: 20px 0 0;
    }

    .p-property-info .p-property-info-main__areaTxt {
        width: 43.75%;
    }

    .p-property-info .p-property-info-main__name {
        font-size: 2.1875rem;
        margin-bottom: 25px;
    }

    .p-property-info .p-property-info-main__lead {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }

    .p-property-info .p-property-info-main__date {
        margin-top: 20px;
        padding: 25px 0;
    }

    .p-property-info .p-property-info-main__cat {
        margin-top: 20px;
    }

    .p-property-info .p-property-info-main__mail-link:hover::before {
        opacity: 0;
    }

    .p-property-info .p-property-info-main__line-link {
        -webkit-transition: 0.25s ease-in-out;
        -webkit-transition-property: opacity;
        transition: 0.25s ease-in-out;
        transition-property: opacity;
    }

    .p-property-info .p-property-info-main__line-link:hover {
        opacity: 0.6;
    }

    .p-property-info .p-property-info-main__mail-link,
    .p-property-info .p-property-info-main__line-link {
        font-size: 1rem;
        gap: 15px;
        height: 100%;
        padding: 20px 10px;
    }

    .p-property-info-areaBlock {
        margin-top: 50px;
    }

    .p-property-info-areaBlock .p-property-info-block__title {
        font-size: 1.75rem;
        margin-bottom: 40px;
        padding-left: 25px;
    }

    .p-property-info-areaBlock .p-property-info-block__title::before {
        width: 5px;
    }

    .p-property-info-areaBlock .p-property-info-block__sec:nth-child(n+2) {
        margin-top: 40px;
    }

    .p-property-info-areaBlock .p-property-info-block__sec .p-property-info-block__sec-title {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .p-property-access {
        padding: 110px 0;
    }

    .p-property-access .p-property-access__inner {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        width: min(100%, 1640px);
    }

    .p-property-access .p-property-access-sec {
        gap: 5%;
    }

    .p-property-access .p-property-access-sec__map {
        width: 50%;
    }

    .p-property-access .p-property-access-sec__areaTxt {
        width: 45%;
    }

    .p-property-access .p-property-access-sec__info-item {
        padding: 30px 0;
    }

    .p-property-access .p-property-access-sec__info-item dt {
        font-size: 1.125rem;
        margin-bottom: 10px;
    }

    .p-property-details {
        padding: 110px 0;
    }

    .p-property-case {
        padding: 110px 0;
    }

    .p-property-other {
        padding: 110px 0;
    }

    .p-property-other .p-property-other__head {
        -ms-flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        gap: 35px;
        margin-bottom: 30px;
        text-align: left;
    }

    .p-property-other .p-property-other__head-lead {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        font-size: 1rem;
        order: 2;
    }

    .p-property-other .p-property-other__head-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        font-size: 3.4375rem;
        margin-top: 0;
        order: 1;
    }

    .p-property-other .p-property-other__wrapper {
        border: solid #1A1A1A;
        border-width: 0 1px;
    }

    .p-property-other .p-property-other__wrapper::before,
    .p-property-other .p-property-other__wrapper::after {
        left: 0;
        right: 0;
    }

    .p-property-other .p-property-other__slider-item:not(:first-child) {
        border-left: 0;
    }
}

@media all and (min-width: 1000px) {
    .c-card01 {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .c-card01 .c-card01__img {
        border-right: 1px solid #1A1A1A;
        width: 45.45%;
    }

    .c-card01 .c-card01__areaTxt {
        background: #fff;
        padding: 60px 6.8% 20px;
        width: 54.55%;
    }

    .c-card01 .c-card01__info {
        translate: 0 0;
    }

    .c-card01 .c-card01__name {
        font-size: 1.875rem;
    }

    .c-card01 .c-card01__date {
        margin-top: 20px;
    }

    .c-card01 .c-card01__cat {
        margin-top: 20px;
    }

    .c-card01 .c-card01__btn {
        margin: 30px auto 0 0;
        width: min(100%, 220px);
    }

    .c-card01 .c-card01__btn .c-card01__btn-link {
        font-size: 0.875rem;
    }

    .c-card01 .c-card01__btn .c-card01__btn-link::after {
        right: 15px;
    }

    .c-card01.is-active .c-card01__img img {
        scale: 1.1;
    }

    .c-card01.is-active .c-card01__btn .c-card01__btn-link {
        color: #fff;
    }

    .c-card01.is-active .c-card01__btn .c-card01__btn-link::before {
        right: -100%;
    }

    .c-card01.is-active .c-card01__btn .c-card01__btn-link::after {
        background: #fff;
    }

    .p-index-reason-sec {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .p-index-reason-sec .p-index-reason-sec__img {
        border-bottom: 0;
        width: 41.6%;
    }

    .p-index-reason-sec .p-index-reason-sec__areaTxt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 25px 7.3%;
        width: 58.4%;
        min-height: 270px;
    }

    .p-index-reason-sec .p-index-reason-sec__bg {
        -webkit-transform-origin: top left;
        bottom: auto;
        right: 0;
        rotate: 90deg;
        top: 15px;
        transform-origin: top left;
        translate: 100% 0;
        z-index: -1;
    }

    .p-index-reason-sec:nth-of-type(2n+1) .p-index-reason-sec__img {
        border-right: 1px solid #1A1A1A;
    }

    .p-index-reason-sec:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .p-index-reason-sec:nth-of-type(2n) .p-index-reason-sec__img {
        border-left: 1px solid #1A1A1A;
    }

    .p-index-reason-sec:nth-of-type(2n) .p-index-reason-sec__bg {
        -webkit-transform-origin: bottom left;
        left: 0;
        right: auto;
        transform-origin: bottom left;
        translate: 0 -100%;
    }
}

@media all and (min-width: 1320px) {
    .c-card02 {
        position: relative;
    }

    .c-card02 .c-card02__txtWrap {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .c-card02 .c-card02__areaTxt {
        padding: 30px 35px 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30.4%;
        height: 100%;
    }

    .c-card02 .c-card02__info {
        position: absolute;
        right: 0;
        top: 0;
        translate: 0 0;
    }

    .c-card02 .c-card02__name {
        font-size: 1.875rem;
    }

    .c-card02 .c-card02__date {
        margin-top: 18px;
    }

    .c-card02 .c-card02__cat {
        border-top: 1px solid #333;
        margin-top: 20px;
        padding-top: 20px;
    }

    .c-card02 .c-card02__btn {
        margin: 43px -35px 0;
    }

    .c-card02 .c-card02__btn .c-card02__btn-link {
        padding: 10px 30px;
    }

    .c-card02 .c-card02__btn .c-card02__btn-in {
        font-size: 1.4rem;
    }

    .c-card02.is-active .c-card02__img img {
        scale: 1.1;
    }

    .c-card02.is-active .c-card02__btn .c-card02__btn-link::before {
        right: -100%;
    }

    .c-card02.is-active .c-card02__btn .c-card02__btn-in {
        color: #1A1A1A;
    }

    .c-card02.is-active .c-card02__btn .c-card02__btn-in::after {
        background: #1A1A1A;
    }

    .c-archive01 {
        -ms-flex-wrap: wrap;
        border-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .c-archive01 .c-archive01__item {
        width: calc(100% / 4 - 2%);
        margin-right: 2%;
        margin-bottom: 4%;
    }

    .c-archive01 .c-archive01__item:nth-child(4n+4) {
        margin-right: 0;
    }

    .c-list01 {
        gap: 60px 7.8%;
    }

    .c-list01 .c-list01__item {
        gap: 35px 6.5%;
        width: 46.1%;
        padding-right: 1%;
    }

    .u-view-medium {
        display: none !important;
    }

    .u-view-under-medium {
        display: none !important;
    }

    .p-index-pickup .p-index-pickup__slide {
        /* margin-right: calc((100vw - 1280px) / -2); */
    }

    .p-index-reason-sec .p-index-reason-sec__title {
        margin-bottom: 30px;
    }

    .p-index-reason-sec .p-index-reason-sec__title-ico {
        margin-bottom: 30px;
        width: 28px;
    }

    .p-index-reason-sec .p-index-reason-sec__title-txt {
        font-size: 28px;
    }

    .p-index-reason-sec .p-index-reason-sec__bg {
        font-size: 3rem;
    }

    .p-property-mv .p-property-mv__anchor-list {
        gap: 12px;
    }

    .p-property-mv .p-property-mv__anchor-item {
        width: calc(25% - 9px);
    }

    .p-property-mv .p-property-mv__anchor-item-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-property-mv .p-property-mv__anchor-item-txt {
        font-size: 1rem;
    }

    .p-property-mv .p-property-mv__anchor-item-txt br {
        display: none;
    }

    .p-property-info .p-property-info-main__areaImg {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .p-property-info .p-property-info-main__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -ms-flex-item-align: center;
        align-self: center;
        order: 2;
        width: calc(100% - 90px);
    }

    .p-property-info .p-property-info-main__gallery {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin: auto;
        order: 1;
        position: relative;
        width: 70px;
    }

    .p-property-info .p-property-info-main__gallery-in {
        height: 445px;
    }

    .p-property-info .p-property-info-main__gallery-arw {
        cursor: pointer;
        height: 40px;
        left: 50%;
        position: absolute;
        translate: -50% 0;
        width: 40px;
        z-index: 1;
    }

    .p-property-info .p-property-info-main__gallery-arw::before {
        -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
        background: #1A1A1A;
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        content: "";
        height: 12px;
        left: 50%;
        position: absolute;
        top: 50%;
        translate: -50% -50%;
        width: 14px;
    }

    .p-property-info .p-property-info-main__gallery-arw.--prev {
        top: -40px;
    }

    .p-property-info .p-property-info-main__gallery-arw.--next {
        bottom: -40px;
        scale: 1 -1;
    }

    .p-property-info .p-property-info-main__btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        gap: 0;
        margin-top: 40px;
    }

    .p-property-info .p-property-info-main__mail {
        width: 59%;
    }

    .p-property-info .p-property-info-main__line {
        width: 41%;
    }
}

.p-index-faq .c-toggle01__item-txt{
    font-size: 1.6rem;
}