a {
	text-decoration: none;
	color: unset;
}
h1.main-ttl {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 3px solid #e5e5e5;
    padding: 1% 2%;
    margin-bottom: 50px;
    text-align: left;
}
.c-main{
	padding-top: 0!important;
    background: #f8f8f8;
}
@media screen and (min-width: 1024px) {
    .c-main-aside {
    max-width: 1300px;
    width: 100%;
}
}
.c-border-caption {
    font-size: 2.4rem;
}
.c-caption {
    text-align: left !important;
    padding-left: 15px;
    position: relative;
}
.c-caption::before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 5px solid #655341;
    width: 5px;
    height: 26px;
}
.property-prefecture-item {
    width: 90%;
    margin: 5% auto;    
	height: 230px;
}
/* accordion全体 */
.property-prefecture .accordion-item {
    border: none;
    background: transparent;
}

/* ボタン（タイトル） */
.property-prefecture .accordion-ttl {
    padding: 0 20px 5px 20px;
    color: #333;
    box-shadow: none;
    border-bottom: dotted 1.5px #333;
    font-size: 20px;
    font-weight: 600;
}

/* Bootstrapのデフォルト矢印消す */
.property-prefecture .accordion-button::after {
    display: none;
}

/* 自前アイコン */
.property-prefecture .accordion-ttl::before {
    content: "＋";
    color: #427784;
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.2s;
}

/* 開いた時 */
.property-prefecture .accordion-ttl:not(.collapsed)::before {
    content: "－";
    color: #427784;
}

/* focus時の青枠消す */
.property-prefecture .accordion-button:focus {
    box-shadow: none;
}

/* 都道府県リスト */
.prefecture-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.prefecture-list a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    border-bottom: dotted 1.5px #333;
    position: relative;
    width: 100%;
    display: block;
	padding: 5px 0;
    padding-left: 2rem;
}

.prefecture-list a:hover {
    text-decoration: underline;
}

.prefecture-list a img {
    width: 8px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
.c-main {
    width: 98%;
    margin: 0 auto;
}
.property-prefecture {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 90%;
	margin: 0 auto;
}
.property-prefecture-item {
        width: 48%;
        max-width: 700px;
}
.property-prefecture .accordion-item {
    width: 100%;
    margin-top: 20px;
}
}

ul.property-feature {
    width: 100%;
}

.property-feature-inner a {
    margin: 0 auto 5% auto;
    width: 90%;
    max-width: 350px;
    height: 200px;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 5%;
    position: relative;
    z-index: 0;
	background: #fff;
}
li.property-feature-inner2 a {
    margin: 0 auto 5% auto;
    width: 90%;
    max-width: 350px;
    height: 85px;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 5%;
    position: relative;
    z-index: 0;
    background: #fff;
}

/* 画像ブロック */
.property-feature-inner-item {
    width: 100%;
    max-width: 350px;
    height: 196px;
    display: inline-block;
    position: relative;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    inset: 0;
    z-index: 1;
}

.property-feature-inner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 0 5px 5px 0;
}

/* フェード */
.property-feature-inner-item::after {
    content: "";
    position: absolute;
	inset: 0 auto 0 0;
    left: -15px;
    width: 250px;
    height: 196px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 40%, rgba(250, 250, 250, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

/* タイトル文字 */
.property-feature-inner-item-ttl {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 24px;
    font-weight: 800;
    color: #000;
    text-shadow:2px 2px 0 #FFF,
       -2px 2px 0 #fff,
        2px -2px 0 #fff,
       -2px -2px 0 #fff;
}

@media screen and (min-width: 768px) {
	li.property-feature-inner a {
    width: 340px;
	}
	li.property-feature-inner2 a {
    width: 340px;
	}
	span.property_type {
    display: inline-flex;
    flex-wrap: wrap;
    width: 65%;
    gap: 10px;
}
ul.property-feature {
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    gap: 10px;
	flex-wrap: wrap;
}
section.property-feature-group {
    margin-top: 50px;
}
section.property-feature-group:first-child {
    margin-top: 0px;
}
}
.property-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
  width: 100%;
  max-width: 470px;
    z-index: 2;
    position: relative;
    display: block;
        margin: 0 0 3rem;
        box-shadow: 0 1.4rem 1.4rem rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1024px) {
	span.property_type {
    width: 100%;
}
	}

@media screen and (min-width: 768px) {
.single-property .property-card {
  max-width: 330px!important;
	}
	.property-card {
        width: 280px;
        height: 450px;
    }
}
a.property-card-link {
    width: 100%;
}

@media screen and (min-width: 768px) {
a.property-card-link {
    width: auto;
}
}
.property-header {
  background: #0aa04a;
  color: #fff;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 14px;
	text-align: left;
}

.property-body {
  padding:12px;
}

/* 画像 */
.property-images {
    width: 100%;
}
/*
@media screen and (min-width: 768px) {
.property-body {
	display: flex;
	justify-content: center;
	align-items: center;
  gap: 10px;
    padding:5px;
	flex-wrap: wrap;

}*/
.property-images {
  width: 220px;
	margin: 0 auto;
}
}
.main-image {
  width: 100%;
  height: 140px;
  border-radius: 4px;
	overflow: hidden;
}
.main-image img {
    object-fit: cover;
    width: 100%;
	height: 140px;
}
.sub-images {
    display: none;
}

@media screen and (min-width: 768px) {
.osusume {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1100px;
    margin: 0 auto;
}
.sub-images {
  display: flex;
  gap: 6px;
  margin-top: 6px;
	overflow: hidden;
}
.sub-images div {
  flex: 1;
  height: 80px;
  border-radius: 4px;
}
.sub-images div img {
    width: 100%;
    object-fit: cover;
    height: 80px;
}
}

.image-note {
  font-size: 11px;
  color: #777;
  margin-top: 4px;
    text-align: right;
}
@media screen and (min-width: 768px) {
.image-note {
text-align: left;
}
}
/* 情報 */
.property-info {
  flex: 1;
	text-align: left;
}

.property-code {
  font-size: 12px;
  color: #666;
  padding: 10px 0 0 10px;
	margin-bottom: 0;
	pointer-events: none!important;
}
.title-flex {
    display: flex;
	width: 100%;
}
.property-title {
	text-align: left;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #0059b3;
  margin-bottom: 6px;
  text-decoration: underline;
  padding: 0 5px 0 10px;
	/*width: calc(100% - 35px);*/
	width: 100%;
}

.price {
  margin: 6px 0;
}

.price-main {
  font-size: 22px;
  font-weight: bold;
  color: #d60000;
}

.price-sub {
  font-size: 12px;
  color: #666;
  letter-spacing: 0.01em;
}

.property-spec {
  list-style: none;
  padding: 0;
  margin: 8px 0;
  font-size: 13px;
  line-height: 2;
	text-align: left;
}

.property-spec li {
  margin-bottom: 2px;
}

.property-spec span {
  display: inline-block;
  width: auto;
  color: #555;
  border-radius: 4px;
  padding: 2px 2px 1px 2px;
  background: #e0e0e0;
  line-height: 1.2;
  font-size: 12px;
}

.property-spec span:nth-child(2) {
    margin-left: 15px;
}

.property-spec span.brown {
  background: #AF5F39;
  color: #fff;
}
/* タグ */
.tags {
  margin: 8px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tags span {
  display: inline-block;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 14px;
  background: #f2f2f2;
  margin: 2px;
}

/* ボタン */
.buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2px;
  margin: 10px 0;
    font-size: 10px;
    letter-spacing: 0.01em;
}

.btn {
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
    height: 35px;
  background: #2a7fff;
}

.btn-detail {
    width: 100%;
    margin-bottom: 10px;
}

.btn-request,
.btn-contact {
    width: 48%;
  font-size: 12px;
	padding: 8px 0px;
	letter-spacing: 0.01em;
}

/* バッジ */
.badges {
  margin-top: 6px;
}

.badge {
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 4px;
}

.badge.ok {
  border-color: #0aa04a;
  color: #0aa04a;
}

.badge.movie {
  border-color: #d60000;
  color: #d60000;
}

.osusume2 .property-body {
    flex-wrap: wrap;
    justify-content: center;
}
.osusume2 .property-info {
    width: 240px;
    margin: auto;
    flex: none;
}
.osusume2 .buttons {
    display: block;
}

.property-search {
    width: 95%;
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  font-size: 14px;
  position: relative;
}

.red {
    color: #d60000;
    line-height: 1;
    padding-top: 10px;
}

/* FORM */
.search-row {
  display: flex;
  border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
	margin-bottom: 0;
}

/* 左ラベル */
.search-row dt {
  background: #d9e6e8;
	font-weight: 600;
	width: 100px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
}

/* 右入力 */
.search-row dd {
  padding: 12px;
  margin: 0;
  background: #FFF;
	width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
}
.dd-flex { 
    margin-left: 0 !important;
    width: calc(100% - 80px) !important;
    background: #fff;
}
.dd-flex dd { 
line-height: 0.5;
width: 100%;
}
.dt-flex .checks {
	width: 100%!important;
}
/* select */
.search-row select {
  padding: 5px 25px 5px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.select-wrap {
    position: relative;
    width: 55%;
}
.select-wrap2 {
  position: relative;
}
.select-wrap::after,
.select-wrap2::after {
  content: "\f078"; /* fa-chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid */
  position: absolute;
  right: 11px;
  top: 45%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 10px;
  color: #333;
}
.select-wrap.pref::after {
    right: 6px;
}
@media screen and (min-width: 768px) {
.select-wrap {
  width: 25%;
}
	.select-wrap.pref::after {
    right: 10%;
}
}
/* 範囲 */
.range {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* checkbox群 */
.checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.checks label {
  white-space: nowrap;
}

/* 地域ボタン */
.btn-area {
  margin-left: 10px;
  padding: 6px 10px;
  border: 1px solid #2b6f7f;
  background: #fff;
  color: #2b6f7f;
  border-radius: 4px;
}

/* 送信 */
.search-submit {
  text-align: center;
  padding: 16px;
}

.search-submit button {
  background: #007b8f;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  border: none;
  font-size: 16px;
}

@media (min-width: 768px) {
.c-bg-grad::before {
    width: 200%;
    left: 49.5%;
}
	.property-cards {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
	flex-wrap: wrap;
	position:relative;
	letter-spacing: 0.01em;
}
}
.pref-wrap {
	width: 90%;
	margin: 0 auto;
}
.property-cards {
	position:relative;
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
aside.c-aside {
    display: block !important;
    width: 100%;
	max-width: 90%;
    margin: 0 auto;
	padding: 0 0 5% 0;
}
.property-card.side-card {
    height: auto!important;
}
@media (min-width: 1024px) {
aside.c-aside {
	margin-top: 80px;
    width: 30%;
    max-width: 350px;
	padding: 0 1% 5% 0;
}
}

@media (min-width: 1440px) {
    .property-card.side-card {
        max-width: 395px;
    }
}
.side-card .property-body {
    display: block;
    width: 100%;
}
.side-card .property-body .property-images {
    width: 100%;
}
@media (min-width: 768px) {
    .c-bg-grad::before {
        width: 200rem;
        left: 48%;
    }
}
@media (min-width: 1024px) {
    .c-bg-grad::before {
        width: 250rem;
        left: 54%;
    }
}
@media (min-width: 1440px) {
    .c-bg-grad::before {
        width: 250rem;
        left: 50%;
    }
}

/*  single  */
.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    background: var(--color-yellow);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
}
.swiper-pagination-bullet-active {
    background: var(--color-yellow);
}
.single-property .property-body {
    display: block!important;
}
section.property-card-single {
    max-width: 600px;
    margin: 50px auto;
}
.property-card-single .property-images {
    width: 100%;
    height: 300px;
}
.property-card-single .property-images img {
    width: 100%;
    height: auto;
	max-width: 350px;
	margin: 0 auto;
}
.property-images img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 140px;
    display: block;
    border: 1px solid #999;
    border-radius: 10px;
}

.property-spec dt {
    width: 80px;
}
.property-spec .search-row {
    grid-template-columns: 80px 1fr;
}

@media (min-width: 768px) {
.row-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.row-flex dl.search-row {
    width: 50%;
}
}
.update {
	text-align: right;
	font-size: 12px;
}
.property-form {
	width: 95%;
    border: 5px solid #DDD;
    padding: 3%;
    border-radius: 15px;
    background: #fff;
    margin: 50px auto;
	text-align: left;
}
@media (min-width: 768px) {
	.property-form {
	text-align: center;
    padding: 3% 0;
		height: 230px;
		display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
}
}
p.property-form-ttl {
    font-size: 18px;
    font-weight: 600;
	text-align: center!important;
}
a.property-submit {
    display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    background: var(--color-yellow);
    color: #fff;
    height: 4rem;
    border-radius: 6px;
    font-weight: 700;
    padding: 0 3.1rem 0 3.6rem;
    letter-spacing: 0.14rem;
	width: 100%;
	max-width: 250px;
    margin: 0 auto;
}
span.wpcf7-radio {
    display: block;
	margin: 20px auto;
}

@media (min-width: 768px) {
span.wpcf7-radio {
    margin: 4% auto;
}
.property-card-single .property-code {
	text-align: left;
}

}	
.property-card-single h1 {
    font-size: 24px;
    text-align: left;
    width: 100%;
	letter-spacing: 0.01em;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
	text-decoration: none!important;
}
@media (min-width: 768px) {
.property-card-single h1 {
    font-size: 28px;
}
}
	
span.single-title {
    text-decoration: none !important;
    color: #fff;
    background: var(--color-yellow);
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
	font-size: 14px;
}
.property-children .property-images {
    width: 200px;
    height: 150px;
    overflow: hidden;
}
	
.property-children .property-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 280px;
    padding: 1% 2%;
	height: 250px;
}
	
.property-children .property-title {
	display: block;
	width: 100%;
    padding: 0 30px 0 0 ;
    text-align: left;
	position: relative;
}

/*--- アイコン ---*/
.feature_item {
  transition: none;
}

/* ついてない特徴 */
.feature_item.is-inactive {
  opacity: 0.3;
  pointer-events: none; /* hover・クリック無効 */
  cursor: default;
}

.feature_item {
  background: #fefefe;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}


ul.feature_list {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 2px;
    font-size: 12px;
    flex-wrap: wrap;
	margin: 20px 0;
}
li.feature_item {
    width: 80px;
    height: auto;
	font-weight: 600;
}
li.feature_item img {
    width: 80px;
    height: 80px;
}
.feature_icon {
    font-size: 16px;
    display: inline-flex;
    color: #fff;
    background: var(--color-yellow);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
margin-bottom: 3px;
}
.icon-span {
    width: 30px;
	margin-right: 10px;
}
.feature_item a {
  display: block;
  color: inherit;
  text-decoration: none;
	letter-spacing: 0.01em;
}

.feature_item:not(.is-inactive) {
  cursor: pointer;
}
/* ninja */
div#nf-field-5-wrap,
#nf-field-5_1-wrap {
    display: block;
    margin: 20px auto;
    width: 90%;
}
.contact-select__btn,
#nf-field-6_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: var(--color-yellow);
    color: #fff;
    height: 4rem;
    border-radius: 6px;
    font-weight: 700;
    padding: 0;
    letter-spacing: 0.14rem;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    font-size: 18px;
}


div#nf-field-6-container,
#nf-field-6_1-container{
    margin-bottom: 0;
}
	.nf-response-msg p {
    text-align: center;
    margin: 20px 0 0 0;
}

@media (min-width: 768px) {
input#nf-field-6,
#nf-field-6_1 {
    padding: 0;
}
.nf-field-element ul {
	flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
}

/* ninja-contact */
input {
    border: 1px solid #ccc;
    width: 100%;
    height: 60px;
    padding-left: 2%;
    border-radius: 5px;
}
span#nf-form-title-3 h3 {
    margin: .25rem auto 0 auto;
    font-size: .875em;
    color: var(--bs-secondary-color);
}
div#nf-field-15-wrap {
    width: 200px;
    margin: 0 auto;
}
input#nf-field-15 {
    background: var(--color-yellow);
    width: 200px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    pointer-events: auto !important;
    color: #fff;
	padding: 0;
}
.label-above .nf-field-element, .label-below .nf-field-element {
    height: 40px;
}
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap select, .field-wrap textarea, .field-wrap>div input {
    height: 40px;
}
.nf-field-label .nf-label-span, .nf-field-label label {
    font-weight: 400!important;
}
span.ninja-forms-req-symbol::after {
    background-color: rgb(204, 68, 68);
    color: #ffffff;
    content: "必須";
    width: 30px;
    height: 20px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.nf-form-fields-required {
    display: none;
}
div.nf-form-content {
    width: 90%;
    margin: 5% auto 50px auto;
    max-width: 650px;
}
.nf-field-description p:last-child {
    margin: 0;
    width: 300px;
}
.nf-error-msg, .ninja-forms-req-symbol {
    color: #e80000;
    display: inline-flex;
	margin-right: 5px;
}
.nf-response-msg p {
    text-align: center;
    margin: 20px 0 50px 0;
}
.label-right .field-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nf-form-fields-required {
display: none;	
}
/* template-parts/property */
.archive-nav {
    text-align: left;
}
.contact-card-ttl {
	margin-bottom: 20px;
}
.contact-card-ttl span {
	font-size: 14px;
	font-weight: 600;
}

#nf-form-title-4 h3 {
    margin-bottom: 10px;
}
	div#nf-field-27-wrap .nf-field-description {
    width: 100%;
    margin: 0;
}
	
	div#nf-field-27-wrap .nf-field-description {
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

	div#nf-field-27-wrap .nf-field-description a {
		color: #135e96;
		text-decoration: underline;
}
div#nf-field-27-wrap .label-right .checkbox-wrap .nf-field-label {
    padding-left: 0;
}

div#nf-field-23-wrap {
    width: 200px;
    margin: 0 auto;
}

label#nf-label-field-27 .ninja-forms-req-symbol {
    display: none;
}
	
	
	
@media (min-width: 768px) {
.archive-nav {
    width: 95%;
    margin: 0 auto;
}
}
.prefecture-item {
    margin-bottom: 30px;
}
h2.prefecture-item-ttl {
    font-size: 28px;
    border: 1px solid #ccc;
    padding: 1%;
    background:var(--color-yellow);
    color: #FFFFFF;
    width: fit-content;
    padding: 0 2%;
}
ul.city-list {
    border-top: 3px solid var(--color-yellow);
    margin: -2px 0 0 0;
    padding-left: 3%;
}
ul.city-list li a {
    border-bottom: 2px dotted #ddd;
    width: 100%;
    display: block;
    margin-bottom: 2%;
    padding: 1% 3%;
	position: relative;
}
ul.city-list li a::after {
    content: "\f061";
    font-size: 12px;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
	color: #655341;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
input[type="radio"] {
    width: 15px;
    height: 15px;
}
ul.contact-select__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	gap: 10px;
    width: 80%;
    margin: 5% auto;
}

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
}

a.next.page-numbers {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: unset;
}
a.prev.page-numbers {
    position: unset;
}
.page-numbers {
    gap: 10px;
}
section.no-property {
    width: 95%;
    height: 350px;
    margin: 0 auto 50px auto;
}
section.no-property .c-header-button {
	display: flex;
	gap: 10px;
	width: 100%;
}
section.no-property a {
	display: flex;
    background: var(--color-yellow);
    color: #fff;
    height: 4rem;
    width: 200px;
    border-radius: 6px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.14rem;
	margin: 0 auto;
	font-size: 14px;
}

section.no-property p {
    margin: 15px 0;
}
section.no-property h2 {
    font-size: 20px;
	font-weight: 600;
	width: 100%;
}

@media (min-width: 768px) {
section.no-property .contact-card {
	max-width: 800px;
	padding: 3% 20px;
}
section.no-property a {
    margin: 0 0 0 auto;
}
	ul.contact-select__list {
    width: 100%;
}
}