@charset "utf-8";

.cvrBxPro {
    background: url(../../../../uploads/cover_property.jpg)no-repeat center /cover;
}

.ptyNum{
    width: 100%;
    text-align: right;
}

.ptyCateBx {
    display: grid;
    gap: 1rem 3rem;
    grid-template-columns: repeat(4, 1fr);
}

.ptyCateBx .link {
    display: block;
    width: 100%;
    height: 6rem;
    border-radius: 100vmax;
    overflow: hidden;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16);
}

.ptyCateBx .link a {
    display: inline-block;
    align-content: center;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    color: var(--white);
    line-height: 1.45;
    font-family: var(--fontC);
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    background: var(--primary);
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    transition: all .3s;
}

.ptyCateBx .link a:hover {
    filter: brightness(1.15);
}

.ptyBx {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 9rem 0 0;
    gap: 5rem;
}

.ptyItem {
    width: 100%;
    height: 100%;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16);
}

.ptyLink {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2rem 2rem 5.2rem;
    background: var(--white);
}

.ptyImg {
    object-fit: cover;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/2;
}

.ptyImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.ptyLink:hover .ptyImg img {
    transform: scale(1.1);
}

.ptyItemTit {
    margin: 2rem 0 0;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.45;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #503F34;
}

.ptyItemTxt01 {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
}

.ptyItemTxt02 {
    margin: .8rem 0 0;
    font-size: 2rem;
    color: var(--primary);
    font-weight: 700;
    line-height: 1.45;
}

.ptyItemTxt03 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 16rem;
    height: 3.9rem;
    margin: 0 0 0 auto;
    padding: 0 0 0 3.1rem;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.45;
    color: var(--white);
    background: var(--primary-light);
}

.ptyItemTxt03::before {
    content: "";
    position: absolute;
    top: 0;
    right: 1.4rem;
    bottom: 0;
    width: .8rem;
    margin: auto 0;
    aspect-ratio: 4/7;
    background: url(../../../../uploads/arrow_white.svg) no-repeat center/contain;
}

/* 詳細 */

.ptyDtlWr {
    margin: 12rem 0;
    padding: 8rem 0 10rem;
    background: var(--white);
}

.ptyDtlItem {
    margin: 6rem 0 0;
}

.ptyDtlTit {
    width: 100%;
    height: 7rem;
    padding: 0 3rem 0;
    align-content: center;
    color: var(--white);
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    background: var(--primary);
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ptyDtlFl {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin: 4rem 0 0;
}

.ptyDtlFlL {
    display: flex;
    align-items: center;
    width: 56%;
    max-width: 67.2rem;
    gap: 1.5rem;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    width: 3.7rem;
    color: var(--primary-light);
    transition: all .3s;
}


.swiper-button-next:hover,
.swiper-button-prev:hover {
    filter: brightness(1.15);
}

.ptyDtlFlIn {
    width: 100%;
}

.ptyDtlFlSliderItem {
    width: 100% !important;
    aspect-ratio: 3/2;
    border-radius: 1rem;
    overflow: hidden;
}

.ptyDtlFlSliderItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail {
    margin: 2rem 0 0;
}

.thumbnail .thumb-media {
    cursor: pointer;
    transition: all .3s;
}

.thumbnail .thumb-media:hover {
    filter: brightness(.8);
}

.thumbnail .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .8rem;
}

.ptyDtlFlR {
    flex: 1;
    max-width: 67.2rem;
}

.ptyDtlFlR img {
    width: 100%;
}

.ptyDtlInfo {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    margin: 8rem 0 0;
}

.ptyDtlInfoTr {
    display: flex;
    width: 100%;
}

.ptyDtlIoTb {
    display: flex;
    flex: 1;
}

.ptyDtlIoTb02 {
    max-width: 34rem;
}

.ptyDtlIoTb03 {
    width: 50%;
}



.ptyDtlInfoTh,
.ptyDtlInfoTd {
    height: 6.5rem;
    padding: 0 1.5rem;
}

.ptyDtlInfoTd {
    padding: 0 2rem;
}

.ptyDtlInfoTh {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-light);
    width: 16rem;
}

.ptyDtlInfoTd {
    display: flex;
    align-items: center;
    flex: 1;
    background: #FFF2DB;
}

.ptyDtlInfoTh p,
.ptyDtlInfoTd p {
    font-size: 1.8rem;
    line-height: 1.45;
    font-weight: bold;
}

.ptyDtlInfoTdPrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FF0000;
}

.ptyDtlInfoTdPrice p:first-of-type {
    font-size: 3rem;
}

.ptyDtlInfoTdPrice p:last-of-type {
    font-size: 2rem;
}


.ptyDtlContent {
    margin: 6rem 0 0;
    padding: 3rem 3.5rem 4.5rem;
    background: #FFF2DB;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16);
}

.ptyDtlContent p {
    font-size: 1.6rem;
    line-height: 1.875;
}

.ptyDtlTagBx {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem 3.5rem;
    margin: 6rem 0 0;
}

.ptyDtlTagItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5rem;
    background: #C7C7C7;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.45;
    color: #7D7D7D;
}

.ptyDtlTagItem.is-attached {
    background: var(--primary-light);
    color: var(--white);
}

.ptyDtlTableBx {
    max-width: 96rem;
    margin: 7rem auto 0;
}

.ptyDtlTable {
    margin: 2rem 0 0;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
}

.ptyDtlTable:first-of-type {
    margin: 0;
}

.ptyDtlTr {
    display: flex;
}

.ptyDtlTrIn {
    display: flex;
    width: 50%;
}

.ptyDtlTh,
.ptyDtlTd {
    display: flex;
    flex: 1;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.ptyDtlTh {
    max-width: 24rem;
    padding: 1rem 1.5rem 1.5rem;
    background: #FFD487;
}

.ptyDtlTd {
    padding: 1rem 1.5rem 1.5rem;
}


.ptyDtlTh p {
    font-size: 1.6rem;
    line-height: 1.45;
}

.ptyDtlTd p {
    font-size: 1.6rem;
    line-height: 1.45;
    font-weight: 500;
}

.ptyDtlWr .btn01 {
    margin: 4rem auto 0;
}

.ptyDtlWr .btn01::before {
    display: none;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=1024px) {

    .ptyDtlIoTb02 {
        max-width: 30rem;
    }

    .ptyDtlInfoTh,
    .ptyDtlInfoTd {
        padding: 0 1.5rem;
    }

    .ptyDtlInfoTh {
        width: 12rem;
    }

    .ptyDtlInfoTh p,
    .ptyDtlInfoTd p {
        font-size: 1.5rem;
    }

    .ptyDtlInfoTdPrice p:first-of-type {
        font-size: 2.2rem;
    }

    .ptyDtlInfoTdPrice p:last-of-type {
        font-size: 1.6rem;
    }
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=768px) {

    .ptyCateBx {
        display: grid;
        gap: 1rem 2rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .ptyBx {
        grid-template-columns: repeat(2, 1fr);
        margin: 4rem 0 0;
        gap: 3rem 1.6rem;
    }

    .ptyLink {
        padding: 1.5rem 1.5rem 4.5rem;
    }

    .ptyItemTit {
        margin: 1.8rem 0 0;
        font-size: 1.6rem;
    }

    .ptyItemTxt01 {
        margin: 1.1rem 0 0;
        font-size: 1.4rem;
    }

    .ptyItemTxt02 {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .ptyItemTxt03 {
        max-width: 13.6rem;
        height: 3.4rem;
        padding: 0 0 0 2.9rem;
        font-size: 1.4rem;
    }

    .ptyItemTxt03::before {
        right: 1.2rem;
        width: .7rem;
    }

    .ptyDtlWr {
        margin: 6rem 0;
        padding: 4rem 0 5rem;
    }

    .ptyDtlTit {
        height: 5rem;
        font-size: 1.8rem;
        padding: 0 2rem 0;
    }

    .ptyDtlItem {
        margin: 3rem 0 0;
    }

    /* 詳細 */

    .ptyDtlFl {
        flex-direction: column;
        align-items: center;
        margin: 2rem 0 0;
    }

    .ptyDtlFlL{
        width: 100%;
    }

    .ptyDtlInfo {
        margin: 4rem 0 0;
    }

    .ptyDtlInfoTr {
        flex-direction: column;
        gap: .2rem;
    }

    .ptyDtlIoTb02 {
        max-width: none;
    }

    .ptyDtlIoTb03 {
        width: 100%;
    }

    .ptyDtlInfoTh,
    .ptyDtlInfoTd {
        height: 5rem;
        padding: 0 1.5rem;
    }

    .ptyDtlInfoTh {
        max-width: 12rem;
    }

    .ptyDtlContent {
        margin: 3rem 0 0;
        padding: 2rem 1.5rem 2.5rem;
    }

    .ptyDtlContent p {
        font-size: 1.4rem;
    }

    .ptyDtlTagBx {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem 1.5rem;
        margin: 3rem 0 0;
    }

    .ptyDtlTagItem {
        height: 4rem;
        font-size: 1.5rem;
    }

    .ptyDtlTableBx {
        margin: 3rem auto 0;
    }

    .ptyDtlTable {
        margin: 1rem 0 0;
    }

    .ptyDtlTr {
        flex-direction: column;
    }

    .ptyDtlTrIn {
        width: 100%;
        flex-direction: column;
    }


    .ptyDtlTh {
        justify-content: flex-start;
        max-width: none;
    }

    .ptyDtlTh,
    .ptyDtlTd {
        padding: 1rem 1.5rem 1rem;
    }

    .ptyDtlTh p,
    .ptyDtlTd p {
        font-size: 1.4rem;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=576px) {
    .ptyDtlTagBx {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */