@charset "utf-8";

.l-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    position: inherit;
    z-index: 1;
    box-sizing: border-box;
}

@media screen and (min-width:576px) {
    .l-container {
        max-width: 606px
    }
}

@media screen and (min-width:768px) {
    .l-container {
        max-width: 798px
    }
}

@media screen and (min-width:992px) {
    .l-container {
        max-width: 1022px;
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media screen and (min-width:1200px) {
    .l-container {
        max-width: 1230px
    }
}

.l-container--fluid {
    max-width: 100% !important
}

/*--------------------------------------------
kv
--------------------------------------------*/
.i-kv {
    width: 100%;
    height: 555px;
    overflow: hidden;
    position: relative;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-kv {
        height: 109.333vw;
    }
}

.i-kv__ph {
    background: url('');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-kv__ph {
        background: url('');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.i-kv__ph.-ani {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: 2s ease-in-out;
    opacity: 1;
}

/* txt 01 */
.i-kv__txt_01 {
    position: absolute;
    bottom: 130px;
    left: 5.856%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-kv__txt_01 {
        left: 6.666vw;
        bottom: 46vw;
    }
}

.i-kv__txt_01__inner {
    display: inline-block;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding-bottom: 0.3em;
    border-bottom: solid 1px #fff;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-kv__txt_01__inner {
        font-size: 5.066vw;
    }
}

/* txt 02 */
.i-kv__txt_02 {
    position: absolute;
    bottom: 40px;
    left: 5.856%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-kv__txt_02 {
        left: 6.666vw;
        bottom: 33.666vw;
    }
}

.i-kv__txt_02 h2 {
    display: block;
    line-height: 1.6em;
    color: #fff;
    font-size: 52px;
    font-weight: 900;
}

.c-basic-ttl--lg {
    margin-top: 5%;
    font-size: 20px;
    line-height: 36px;
    color: #000;
    text-align: center;
}

@media screen and (min-width:992px) {
    .c-basic-ttl--lg {
        font-size: 36px;
        line-height: 48px;
    }
}

.c-basic-ttl--xs {
    margin-bottom: 5%;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

@media screen and (min-width:992px) {
    .c-basic-ttl--xs {
        margin-bottom: 5%;
        font-size: 18px;
        line-height: 24px;
    }

    .c-lang__list .lang-item a {
        color: #333;
    }
}


/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-kv__txt_02 h2 {
        font-size: 7.733vw;
    }
}

/* txt 03 */
.i-kv__txt_03 {
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 5.856%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-kv__txt_03 {
        width: 85vw;
        left: 6.666vw;
        bottom: 8.666vw;
    }
}

.i-kv__txt_03 div {
    line-height: 2em;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-kv__txt_03 div {
        line-height: 2em;
        font-size: 3.6vw;
    }
}

.p-property-info__inner {
    background-color: #F4F4F4;
    margin-top: 1%;
    padding: 5% 0;
}

.property-detail {
    display: flex;
    justify-content: center;
}

.property-detail-pic {
    width: 55%;
    padding: 0 25px;
    position: relative;
    box-sizing: border-box;
}

.property-detail-pic .view {}

.property-detail-pic .view ul li img {
    width: 100%;
}

.property-detail-pic .property-detail-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.property-detail-pic .property-detail-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}

.property-detail-pic .property-detail-prev.swiper-button-disabled,
.property-detail-pic .property-detail-next.swiper-button-disabled {
    opacity: .2;
    cursor: default;
}

.property-detail-pic .preview {}

.property-detail-pic .preview ul {
    overflow: hidden;
}

.property-detail-pic .preview ul li img {
    width: 100%;
}

.property-detail-info {
    width: 45%;
    padding-left: 5%;
    box-sizing: border-box;
}

.property-detail-tag {
    border: 1px solid #E1A85E;
    width: 150px;
    text-align: center;
    line-height: 30px;
    color: #E1A85E;
    margin-bottom: 6%;
    font-size: 13px;
}

.property-detail-con {
    font-size: 15px;
    line-height: 40px;
    color: #000;
}

#access {
    padding: 5% 0;
}

#property {
    position: relative;
    margin-bottom: 7%;
}

#property .indexlist {
    padding: 0;
}

#property .indexlist ul.listbox li {
    overflow: visible;
    margin: 0;
}

#property .indexlist ul.listbox {
    margin: 0;
    width: 100%;
    overflow: visible;
}

.property-lists-prev {
    position: absolute;
    top: 40%;
    left: 5%;
    cursor: pointer;
    z-index: 1;
}

.property-lists-next {
    position: absolute;
    top: 40%;
    right: 5%;
    cursor: pointer;
    z-index: 1;
}

.property-lists-prev.swiper-button-disabled,
.property-lists-next.swiper-button-disabled {
    opacity: .2;
    cursor: default;
}

.property-detail-button {
    margin: 10% auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6%;
}

.property-detail-button>a {
    display: block;
    width: 47%;
    line-height: 100px;
    background: linear-gradient(90deg, #FCF7DD 0%, #b78c40 100%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#model {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 111;
    display: none;
}

#model .con {
    width: 90%;
    max-width: 568px;
    margin: 0 auto;
    border: 2px solid #E1A85E;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 4% 4%;
}

#model .links {
    display: flex;
    justify-content: center;
    gap: 10%;
}

#model .item {
    width: 40%;
}

#model .item>a {
    display: block;
    text-decoration: none;
}

#model .item img {
    width: 100%;
}

#model .item p {
    font-size: 16px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 26px;
    text-align: center;
    margin-top: 2%;
}

#model .button {
    background: linear-gradient(90deg, #F6D5A8 0%, #DFA357 100%);
    display: block;
    max-width: 234px;
    width: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 8% auto 0 auto;
    cursor: pointer;
}

@media screen and (max-width:992px) {

    .property-detail,
    .property-detail-button {
        display: block;
    }

    .property-detail-pic,
    .property-detail-info {
        width: 100%;
        margin: 3% 0;
    }

    .property-detail-tag {
        margin-top: 8%;
    }

    .property-detail-button>a {
        width: 100%;
        line-height: 80px;
        font-size: 20px;
        margin: 5% 0;
    }

    .property-lists-prev,
    .property-lists-next {
        top: 40%;
    }

    #model .con{
        padding: 8% 4%;
    }
}