@charset "UTF-8";

/* propertyDetailPage */
#body_wrap.single-property #top_title_area {
    background: #dacdb1;
}
#body_wrap.single-property #top_title_area .l-topTitleArea__body {
    display: none;
}

.propertyDetailPage-bodyArea-infoBlock {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    padding: 0;
    margin: 60px 0 20px -10px;
}
.propertyDetailPage-bodyArea-infoBlock-item {
    margin: 0 10px 20px;
}
@media screen and (max-width: 767px) {
    .propertyDetailPage-bodyArea-infoBlock-item.infoBlock-date {
        width: 100%;
    }
    .propertyDetailPage-bodyArea-infoBlock-item.infoBlock-date .c-postTimes {
        justify-content: center;
    }
}
.propertyDetailPage-bodyArea-infoBlock-item .post_tag::before {
    content: "\e935";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #616454;
    font-family: icomoon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    margin-right: 0.325em;
    position: relative;
    top: 1px;
}
.propertyDetailPage-bodyArea-infoBlock-item .post_cat::before {
    content: "\e92f";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #616454;
    font-family: icomoon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    margin-right: 0.325em;
    position: relative;
    top: 1px;
}
.propertyDetailPage-bodyArea-infoBlock-item a {
    border-bottom: 1px solid #b9bab2;
    color: #616454;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-bodyArea-infoBlock-item a:hover {
        opacity: .8;
    }
}


/* propertyDetailPage-bodyArea-sliderBlock */
.propertyDetailPage-bodyArea-sliderBlock {
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin: 0 auto 20px;
    position: relative;
}
.propertyDetailPage-bodyArea-sliderarrowsBlock {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media print, screen and (min-width: 910px) {
    .propertyDetailPage-bodyArea-sliderarrowsBlock {
        display: block;
    }
}
.propertyDetailPage-bodyArea-sliderarrowsBlock .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    text-indent: -1000px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.propertyDetailPage-bodyArea-sliderarrowsBlock .slick-arrow::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    border-right: 4px solid #dacdb1;
    border-bottom: 4px solid #dacdb1;
    border-radius: 0;
    transform: rotate(-45deg);
}
.propertyDetailPage-bodyArea-sliderarrowsBlock .slick-arrow.slick-prev {
    left: -60px;
}
.propertyDetailPage-bodyArea-sliderarrowsBlock .slick-arrow.slick-prev::before {
    transform: rotate(135deg);
}
.propertyDetailPage-bodyArea-sliderarrowsBlock .slick-arrow.slick-next {
    right: -60px;
}
.propertyDetailPage-bodyArea-sliderBlock-slide {
    width: 100%;
    height: 0;
    padding: 66.66% 0 0;
    margin: 0;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.propertyDetailPage-bodyArea-sliderBlock-slide.slick-initialized,
.propertyDetailPage-bodyArea-sliderBlock-slide.is-noSlide {
    height: auto;
    padding-top: 0;
    opacity: 1;
}
.propertyDetailPage-bodyArea-sliderBlock-slide-item {
    background: #fff;
    position: relative;
}
.propertyDetailPage-bodyArea-sliderBlock-slide-item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 2px solid #dacdb1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}
.propertyDetailPage-bodyArea-sliderBlock-img {
    width: 100%;
    height: 0;
    padding: 66.66% 0 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.propertyDetailPage-bodyArea-sliderBlock-img img {
    /* cover style
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    */
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.propertyDetailPage-bodyArea-sliderBlock-text {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 10px;
    margin: 0;
    background: #dacdb1;
    color: #333;
    text-align: center;
    font-size: 14px;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-bodyArea-sliderBlock-text {
        min-height: 70px;
        padding: 20px;
    }
}

/* propertyDetailPage-bodyArea-sliderNavBlock */
.propertyDetailPage-bodyArea-sliderNavBlock {
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin: 0 auto 60px;
}
.propertyDetailPage-bodyArea-sliderNavBlock .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: unset;
}
.propertyDetailPage-bodyArea-sliderNavBlock .slick-dots li {
    display: block;
    width: calc(33.33% - 10px);
    padding: 0;
    margin: 0 15px 15px 0;
}
@media screen and (max-width: 767px) {
    .propertyDetailPage-bodyArea-sliderNavBlock .slick-dots li:nth-child(3n) {
        margin-right: 0;
    }
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-bodyArea-sliderNavBlock .slick-dots li {
        width: calc(16.66% - 12.5px);
    }
    .propertyDetailPage-bodyArea-sliderNavBlock .slick-dots li:nth-child(6n) {
        margin-right: 0;
    }
}
.propertyDetailPage-bodyArea-sliderNavBlock .slick-dots li button {
    display: block;
    width: 100%;
    height: 0;
    padding: 66.66% 0 0;
    margin: 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-bodyArea-sliderNavBlock .slick-dots li button:hover {
        opacity: .8;
    }
}
.propertyDetailPage-bodyArea-sliderNavBlock .slick-dots li button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 4px solid #dacdb1;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .6s ease;
    pointer-events: none;
}
.propertyDetailPage-bodyArea-sliderNavBlock .slick-dots li.slick-active button::before {
    opacity: 1;
}



/* propertyDetailPage-bodyArea-imgBlock */
.propertyDetailPage-bodyArea-imgBlock {
    width: 100%;
    padding: 0;
    margin: 0 0 60px;
}
.propertyDetailPage-bodyArea-imgBlock-img {
    display: block;
    width: 100%;
    height: 0;
    padding: 66.66% 0 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.propertyDetailPage-bodyArea-imgBlock-img img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* propertyDetailPage-bodyArea-mainInfo */
.propertyDetailPage-bodyArea-mainInfo {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-bodyArea-mainInfo {
    display: flex;
    justify-content: space-between;
    }
}
.propertyDetailPage-bodyArea-mainInfo-leftBlock {
    width: 100%;
    padding: 0;
    margin: 0;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-bodyArea-mainInfo-leftBlock {
    width: calc(50% - 15px);
    }
}
.propertyDetailPage-bodyArea-mainInfo-rightBlock {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 2px solid #f0f1f1;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-bodyArea-mainInfo-rightBlock {
    width: calc(50% - 10px);
    border-top: none;
    }
}
.propertyDetailPage-bodyArea-mainInfo-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    margin: 0;
}
.propertyDetailPage-bodyArea-mainInfo-contents + .propertyDetailPage-bodyArea-mainInfo-contents {
    border-top: 2px solid #f0f1f1;
}
.propertyDetailPage-bodyArea-mainInfo-contents .propertyDetailPage-bodyArea-mainInfo-contents-dt {
    width: 100px;
    padding: 0 10px 0 0;
    margin: 0;
    color: #616454;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.8;
}
.propertyDetailPage-bodyArea-mainInfo-leftBlock .propertyDetailPage-bodyArea-mainInfo-contents-dt {
    padding-left: 20px;
    position: relative;
}
.propertyDetailPage-bodyArea-mainInfo-leftBlock .propertyDetailPage-bodyArea-mainInfo-contents-dt.is-big {
    font-weight: bold;
    font-size: 22px;
}
.propertyDetailPage-bodyArea-mainInfo-leftBlock .propertyDetailPage-bodyArea-mainInfo-contents-dt::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #dacdb1;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}
.propertyDetailPage-bodyArea-mainInfo-leftBlock .propertyDetailPage-bodyArea-mainInfo-contents-dt.is-big::before {
    width: 3px;
    height: 30px;
    border-radius: 0;
    position: absolute;
    top: 6px;
    left: 0;
}
.propertyDetailPage-bodyArea-mainInfo-rightBlock .propertyDetailPage-bodyArea-mainInfo-contents-dt {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}
.propertyDetailPage-bodyArea-mainInfo-rightBlock .propertyDetailPage-bodyArea-mainInfo-contents-dt::before {
    content: '';
    display: block;
    width: 3px;
    height: 30px;
    background: #dacdb1;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
}
.propertyDetailPage-bodyArea-mainInfo-contents-dd {
    width: calc(100% - 100px);
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}
.propertyDetailPage-bodyArea-mainInfo-leftBlock .propertyDetailPage-bodyArea-mainInfo-contents-dd {
    font-size: 14px;
    line-height: 1.6;
}
.propertyDetailPage-bodyArea-mainInfo-rightBlock .propertyDetailPage-bodyArea-mainInfo-contents-dd {
    width: 100%;
}
.propertyDetailPage-mainPrice {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-mainPrice {
    font-size: 26px;
    }
}

/* propertyDetailPage-bodyArea-subInfo */
.propertyDetailPage-bodyArea-subInfo {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    background: #f0f1f1;
    border: 1px solid #f0f1f1;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-bodyArea-subInfo {
    display: flex;
    flex-wrap: wrap;
    }
}
.propertyDetailPage .propertyDetailPage-bodyArea-subInfo-title {
    display: block;
    width: 100%;
    padding: .25em .5em;
    margin: 30px 0;
    text-align: center;
    color: #616454;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage .propertyDetailPage-bodyArea-subInfo-title {
        font-size: 26px;
    }
}
.propertyDetailPage .propertyDetailPage-bodyArea-subInfo-title::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #616454 0%, #616454 20%, rgba(146, 150, 126, 0.2 ) 90%, rgba(146, 150, 126, 0.2 ) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.propertyDetailPage-bodyArea-subInfo-contents {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #f0f1f1;
}
@media print, screen and (min-width: 768px) {
    .propertyDetailPage-bodyArea-subInfo-contents {
        width: 50%;
    }
}
.propertyDetailPage-bodyArea-subInfo-contents > .propertyDetailPage-bodyArea-subInfo-contents {
    width: 100%;
    border: none;
}
.propertyDetailPage-bodyArea-subInfo-contents > .propertyDetailPage-bodyArea-subInfo-contents + .propertyDetailPage-bodyArea-subInfo-contents {
    border-top: 1px solid #f0f1f1;
}
.propertyDetailPage-bodyArea-subInfo-contents-dt {
    width: 110px;
    padding: 10px;
    margin: 0;
    background: #dacdb1;
    border-right: 2px solid #f0f1f1;
    color: #616454;
}
.propertyDetailPage-bodyArea-subInfo-contents-dt .is-small {
    font-size: 12px;
}
.propertyDetailPage-bodyArea-subInfo-contents-dd {
    width: calc(100% - 110px);
    padding: 10px;
    margin: 0;
    background: #fff;
}

/* propertyDetailPage-bodyArea-explainBlock */
.propertyDetailPage-bodyArea-explainBlock {
    width: 100%;
    padding: 30px;
    margin: 0 0 30px;
    border: 2px solid #f0f1f1;
}
.propertyDetailPage-bodyArea-explainBlock-dt {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
    color: #616454;
    font-size: 18px;
    position: relative;
}
.propertyDetailPage-bodyArea-explainBlock-dt::before {
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background: #dacdb1;
    position: absolute;
    top: 6px;
    left: 0;
}
.propertyDetailPage-bodyArea-explainBlock-dd {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

/* propertyDetailPage-bodyArea-warningBlock */
.propertyDetailPage-bodyArea-warningBlock {
    width: 100%;
    padding: 20px;
    margin: 0 0 30px;
    background: #f0f1f1;
    color: #555;
}
.propertyDetailPage-bodyArea-warningBlock-dt {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    font-weight: normal;
    font-size: 13px;
}
.propertyDetailPage-bodyArea-warningBlock-dd {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

/* propertyDetailPage-bodyArea-contactBlock */
.propertyDetailPage-bodyArea-contactBlock {
    width: 100%;
    padding: 60px 0 0;
    margin: 0 0 60px;
}
.propertyDetailPage-bodyArea-contactBlock .wp-block-group {
    margin-bottom: 2em;
}
.propertyDetailPage-bodyArea-contactBlock .submit-btn {
    text-align: center;
}

/* form */
.mw_wp_form label {
    cursor: pointer;
}
@media print, screen and (min-width: 768px) {
    .mw_wp_form label:hover {
        opacity: .8;
    }
}
table.cform {
    table-layout: fixed;
    max-width: calc(100vw - 28px);
}
@media print, screen and (min-width: 768px) {
    table.cform {
        max-width: 868px;
    }
}
.cform .required-srt {
    display: inline-block;
    padding: 1px 6px 2px;
    margin: 0 0 0 10px;
    background: #ad282c;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    vertical-align: bottom;
}
@media print, screen and (min-width: 768px) {
    .cform .required-srt {
        padding: 2px 8px;
        font-size: 12px;
    }
}
.cform th,
.cform td {
    padding: 20px;
}
.cform th {
    width: 130px;
}
@media screen and (max-width: 600px) {
    .cform tr,
    .cform th,
    .cform td {
        display: block;
        width: 100%;
    }
    .cform tr + tr th {
        border-top: 0;
    }
}
@media print, screen and (min-width: 768px) {
    .cform th {
        width: 210px;
    }
}
.cform td {
    width: calc(100% - 130px);
}
@media screen and (max-width: 600px) {
    .cform td {
        width: 100%;
        border-top: 0;
    }
}
@media print, screen and (min-width: 768px) {
    .cform td {
        width: calc(100% - 210px);
    }
}
.cform input[type="text"],
.cform input[type="email"] {
    display: block;
    width: 100%;
    max-width: 208px;
}
.cform textarea {
    display: block;
    width: 100%;
    max-width: 485px;
}

/* cformDL */
.cformDL .required-srt {
    display: inline-block;
    padding: 1px 6px 2px;
    margin: 0 0 0 10px;
    background: #ad282c;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    vertical-align: bottom;
}
@media print, screen and (min-width: 768px) {
    .cformDL .required-srt {
        padding: 2px 8px;
        font-size: 12px;
    }
}
.cformDL {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid rgb(220, 220, 220);
    border-top: none;
}
.cformDL dt,
.cformDL dd {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0;
    border-top: 1px solid rgb(220, 220, 220);
    text-align: left;
}
.cformDL dt {
    background: rgba(150, 150, 150, 0.05);
}
@media print, screen and (min-width: 768px) {
    .cformDL dt {
        width: 230px;
        border-right: 1px solid rgb(220, 220, 220);
    }
    .cformDL dd {
        width: calc(100% - 230px);
    }
}
.cformDL input {
    display: block;
    width: 100%;
    max-width: 208px;
}
.cformDL .mwform-radio-field label {
    display: flex;
    align-items: center;
}
.cformDL .mwform-radio-field label input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 5px 0 0;
    border: 1px solid;
    border-radius: 100%;
    vertical-align: middle;
}
.cformDL .mwform-radio-field label .mwform-radio-field-text {
    width: calc(100% - 20px - 5px);
    vertical-align: middle;
    position: relative;
}
.cformDL .mwform-radio-field label .mwform-radio-field-text::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #ad282c;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 7px);
    left: -22px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}
.cformDL .mwform-radio-field label input:checked + .mwform-radio-field-text::before {
    opacity: 1;
}
.cformDL textarea {
    display: block;
    width: 100%;
    max-width: 485px;
}

/* propertyArchivePage */
.propertyArchivePage h1.is-style-section_ttl {
    font-size: 22.5px;
}
@media print, screen and (min-width: 768px) {
    .propertyArchivePage h1.is-style-section_ttl {
        font-size: 28px;
    }
}
.propertyArchivePage .p-termHead {
    display: none;
}
.propertyArchivePage-thumBlock {
    display: block;
    width: 100%;
    position: relative;
}
.propertyArchivePage-thumBlock-pop {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    /* height: 100%; */
    /* padding: 50px 15px 50px 20px; */
    padding: 0;
    margin: 5px 0 0!important;
    /* background: rgba(0, 0, 0, 0.8); */
    /* color: #fff; */
    /* font-size: 12px; */
    font-size: 16px;
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0;
    transition: opacity .6s ease-in; */
}
/* .propertyArchivePage-thumBlock-pop::-webkit-scrollbar {
    display: none;
}
@media print, screen and (min-width: 768px) {
    .propertyArchivePage .p-postList__link:hover .propertyArchivePage-thumBlock-pop {
        opacity: 1;
    }
} */
.propertyArchivePage-thumBlock-pop-title,
.propertyArchivePage-thumBlock-pop-main {
    display: block;
    padding: 0;
    margin: 5px 0 0;
}
.propertyArchivePage-thumBlock-pop-title {
    /* width: 40px; */
    width: 60px;
    font-weight: normal!important;
}
.propertyArchivePage-thumBlock-pop-main {
    /* width: calc(100% - 40px); */
    width: calc(100% - 60px);
}
.propertyArchivePage-thumBlock-new {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 40px;
    height: 20px; */
    width: 80px;
    height: 40px;
    background: #dacdb1;
    color: #333;
    /* font-size: 11px; */
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.propertyArchivePage .p-postList__title {
    font-size: 18px;
}
.propertyArchivePage-postTerm {
    display: block;
    width: calc(100% + 10px);
    padding: 0;
    margin: 0 0 5px -5px;
}
.propertyArchivePage-postTerm .post_tag .post_tag-item,
.propertyArchivePage-postTerm .post_cat .post_cat-item {
    display: inline-block;
    padding: 3px 8px;
    margin: 5px;
    border: 1px solid #616454;
    border-radius: 4px;
    color: #616454;
    font-size: 12px;
}

.propertyArchivePage-sortSelect {
    margin: 2em 0 4em;
    text-align: right;
}

.archivePage-catList {
    display: block;
    width: 100%;
    padding: 0;
    margin: 100px 0 0;
}
.archivePage-catList-title {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    color: #616454;
    font-weight: normal;
}
.archivePage-catList-title .is-ja,
.archivePage-catList-title .is-en {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.archivePage-catList-title .is-ja {
    font-size: 22.5px;
}
@media print, screen and (min-width: 768px) {
    .archivePage-catList-title .is-ja {
        font-size: 28px;
    }
}
.archivePage-catList-title .is-en {
    font-size: 10.8px;
}
@media print, screen and (min-width: 768px) {
    .archivePage-catList-title .is-en {
        font-size: 13.44px;
    }
}
.archivePage-catList-main {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.archivePage-catList-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 10px);
    padding: 0;
    margin: 0 0 0 -5px;
}
.archivePage-catList-list-item {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.archivePage-catList-list-item a {
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
    border: 1px solid #616454;
    border-radius: 4px;
    color: #616454;
    font-size: 16px;
}
@media print, screen and (min-width: 768px) {
    .archivePage-catList-list-item a:hover {
        opacity: .8;
    }
}

.propertyArchivePage .noPost {
    text-align: center;
}
