:root {
	--oc-font: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	--oc-font-serif: "Noto Serif JP";
}
.font-notoserifjp {
	font-family: "NotoSerifJP";
}
@font-face {
	font-family: "NotoSerifJP";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSerifJP_Medium.woff2") format("woff2"),
	     url("../fonts/NotoSerifJP_Medium.woff") format("woff");
}
@font-face {
	font-family: "NotoSerifJP";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSerifJP_semibold.woff2") format("woff2"),
	     url("../fonts/NotoSerifJP_semibold.woff") format("woff");
}

.contents.property-details,
.contents.property-search {
	font-family: var(--oc-font);
}

.dt-only {
}
.mb-only {
	display: none;
}

/*
 * CHANGE POSITION OF FIXED BANNER ON MOBILE
 */

@media screen and (max-width: 767px) {
	body[class*="search"] .fixed-btn-side,
	body[class*="housing"] .fixed-btn-side,
	body[class*="inquiry"] .fixed-btn-side {
		right: 0;
		left: auto;
		border-radius: 10px 0 0 10px;
	}
}

/*
 * PROPERTY SEARCH MODAL
 */

.property-search-modal {
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	position: fixed;
	overflow-y: auto;
	background-color: rgba(0 0 0 / 30%);
}
.property-search-modal.open {
	display: block;
}
.property-search-dialog {
	max-width: 1160px;
	width: calc(100% - 40px);
	overflow-y: auto;
	border-radius: 10px;
	margin: 170px auto 150px auto;
}
.property-search-dialog-head {
	height: 52px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	background-color: #7988aa;
}
.property-search-dialog-container {
	position: relative;
}
.property-search-dialog-body {
	padding: 35px 40px;
	background: #fff;
}
.property-search-dialog-clear-btn {
	z-index: 2;
	margin: 0;
	top: 11px;
	right: 10px;
	width: 180px;
	height: 40px;
	display: block;
	position: absolute;
	color: #1e3970;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.2em;
	outline: none;
	cursor: pointer;
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid #1e3970;
}
.property-search-dialog-clear-btn:hover {
	color: #fff;
	background-color: #1e3970;
}
.property-search-dialog-head-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	font-family: var(--oc-font-serif);
}
.property-search-dialog-body {
}
.property-search-dialog-form {
}
.property-search-dialog-area {
    margin-bottom: 30px;
}
.property-search-dialog-area.level-1 {
	margin-left: 0;
}
.property-search-dialog-area.level-2,
.property-search-dialog-area.level-3,
.property-search-dialog-area.level-4 {
	margin-left: 30px;
}
.property-search-dialog-area.level-4 {
	display: flex;
	row-gap: 25px;
	column-gap: 10px;
	flex-wrap: wrap;
}
.property-search-dialog-area-head {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 25px;
	overflow: hidden;
}
.property-search-dialog-area.level-3 .property-search-dialog-area-head {
	margin-bottom: 10px;
}
.property-search-dialog-area-single {
	flex: 1 0 calc((100% - 60px) / 3);
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.property-search-dialog-area-label {
	display: flex;
	column-gap: 10px;
	align-items: center;
	color: #1e3970;
	font-size: 25px;
	font-weight: 700;
	line-height: 37px;
	text-align: left;
	letter-spacing: 0.05em;
	user-select: none;
	cursor: pointer;
}
.property-search-dialog-area.level-2 > .property-search-dialog-area-head {
	padding-left: 15px;
	background-color: #1e3970;
}
.property-search-dialog-area.level-2 > .property-search-dialog-area-head > .property-search-dialog-area-label {
	color: #fff;
	font-size: 21px;
	line-height: 45px;
}
.property-search-dialog-area.level-3 > .property-search-dialog-area-head > .property-search-dialog-area-label {
	font-size: 21px;
}
.property-search-dialog-area.level-4 > .property-search-dialog-area-single > .property-search-dialog-area-label {
	display: inline-flex;
	font-size: 18px;
	font-weight: 500;
}
.property-search-dialog-area-check {
	top: 0;
	left: -200px;
	position: absolute;
}
.property-search-dialog-area-check ~ .property-search-dialog-area-label:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/common/checkbox-unchecked.svg');
}
.property-search-dialog-area-check:checked ~ .property-search-dialog-area-label:before {
	background-image: url('../img/common/checkbox-checked.svg');
}
.property-search-dialog-filters {
}
.property-search-dialog-form-title {
	color: #1e3970;
	font-size: 25px;
	font-weight: 700;
	line-height: 37px;
	text-align: left;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.property-search-dialog-form-title.mgn-btm-short {
	margin-bottom: 7px;
}
.property-search-text-wrap {
	padding-left: 20px;
	margin-bottom: 15px;
}
.property-search-text-input {
	width: 400px;
	height: 40px;
	color: #1e3970;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-right: 20px;
	padding: 0 7px;
	border-radius: 3px;
	border: 1px solid #1e3970;
}
.property-search-dialog-filter-row {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #d5dbe5;
}
.property-search-dialog-filter-label {
	flex: 0 0 270px;
	min-height: 75px;
	padding-left: 20px;
	background-color: #eff1f5;
}
.property-search-dialog-filter-label-text {
	color: #1e3970;
	font-size: 18px;
	font-weight: 600;
	line-height: 75px;
}
.property-search-dialog-filter-row.madori .property-search-dialog-filter-label-text {
	line-height: 27px;
	margin-top: 23px;
}
.property-search-dialog-filter-row.madori .property-search-dialog-filter-label-text .smaller {
	font-size: 16px;
	font-weight: 500;
}
.property-search-dialog-filter-values {
	flex: 1 0 1px;
	display: flex;
	padding-left: 20px;
	align-items: center;
}
.property-search-dialog-filter-values.checkboxes {
	row-gap: 20px;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	padding: 20px 0 20px 20px;
}
.property-search-dialog-filter-values .property-search-dialog-filter-radio {
	flex: 0 0 25%;
	display: flex;
	column-gap: 6px;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.property-search-dialog-filter-radio input {
	left: -200px;
	position: absolute;
}
.property-search-dialog-filter-radio input ~ label {
	display: flex;
	column-gap: 6px;
	align-items: center;
}
.property-search-dialog-filter-radio input ~ label:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/common/radio-unchecked.svg');
}
.property-search-dialog-filter-radio input:checked ~ label:before {
	background-image: url('../img/common/radio-checked.svg');
}
.property-search-dialog-filter-values .property-search-dialog-filter-select {
	flex: 0 0 33%;
	height: 40px;
	max-width: 260px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 0 7px;
	border-radius: 3px;
	border: 1px solid #1e3970;
}
.property-search-dialog-filter-values .school-select-wrap {
	flex: 0 0 33%;
}
.property-search-dialog-filter-values .property-search-dialog-filter-select.sub-select {
	flex: 0 0 20%;
}
.property-search-dialog-filter-values .sub-field-label {
	display: inline-block;
	margin-left: 70px;
	margin-right: 7px;
}
.property-search-dialog-filter-values .property-search-dialog-filter-sep {
	flex: 0 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.property-search-dialog-filter-values .property-search-dialog-filter-value-checkbox {
	position: relative;
	overflow: hidden;
}
.property-search-dialog-filter-values.checkboxes .property-search-dialog-filter-value-checkbox {
	flex: 0 0 47%;
}
.property-search-dialog-filter-value-checkbox input {
	left: -200px;
	position: absolute;
}
.property-search-dialog-filter-value-checkbox input ~ label {
	display: flex;
	column-gap: 6px;
	align-items: center;
}
.property-search-dialog-filter-value-checkbox input ~ label:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/common/checkbox-unchecked.svg');
}
.property-search-dialog-filter-value-checkbox input:checked ~ label:before {
	background-image: url('../img/common/checkbox-checked.svg');
}
.property-search-dialog-filter-values.text input {
	width: 150px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 5px 3px;
	margin-right: 15px;
	border: none;
	outline: none;
	border-bottom: 1px solid #d5dbe5;
}

/*
 * Select2 Custom Styles
 */
.property-search-dialog-filter-values .select2-container {
	width: 100% !important;
	margin-right: 15px;
}

.property-search-dialog-filter-values .select2-container .select2-selection--single {
	height: 40px;
	border: 1px solid #1e3970;
	border-radius: 3px;
}

.property-search-dialog-filter-values .select2-container--default .select2-selection--single {
	background-color: #fff;
}

.property-search-dialog-filter-values .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	padding-left: 12px;
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.property-search-dialog-filter-values .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

.property-search-dialog-filter-values .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #1e3970;
	border-radius: 3px;
	padding: 5px;
}

.property-search-dialog-filter-values .select2-dropdown {
	border: 1px solid #1e3970;
	border-radius: 3px;
}

.property-search-dialog-filter-values .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #1e3970;
}

.property-search-dialog-filter-values .select2-container--default .select2-results__option {
	padding: 8px 12px;
	font-size: 16px;
	color: #1e3970;
}
/*
 * END Select2 Custom Styles
 */


.property-search-fields {
}
.property-search-dialog-foot {
	padding: 5px 0 40px 0;
	background-color: #fff;
}
.property-search-dialog-controls {
	display: flex;
	align-items: center;
	justify-content: center;
}
.property-search-dialog-submit-btn {
	width: 220px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0;
	padding: 0 15px 0 30px;
	border: none;
	border-radius: 30px;
	background-color: #1e3970;
}
.property-search-dialog-submit-btn:hover {
	background-color: #5775B1;
}
.property-search-dialog-submit-btn-label {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 8px;
	font-family: var(--oc-font-serif);
}
.property-search-dialog-submit-btn-icon {
	top: 50%;
	right: 14px;
	height: 20px;
	display: block;
	position: absolute;
	transform: translateY(-50%);
}

/*
 * SEARCH RESULTS PAGE
 */

.fixed-sort-select {
	display: none;
}
.search-results-section {
	margin-top: 50px;
	padding: 50px 140px;
	background-color: #eff1f5;
	font-family: var(--oc-font);
}
.search-results-head {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.search-results-head-left {
	flex: 1 0 1px;
	display: flex;
	row-gap: 10px;
	flex-wrap: wrap;
	align-items: flex-end;
}
.search-results-head-right {
	flex: 0 0 auto;
}
.search-results-head-title {
	flex: 0 0 auto;
	display: inline-block;
	color: #1e3970;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0.05em;
	margin: 0 21px 0 0;
	font-family: var(--oc-font-serif);
	white-space: nowrap;
	word-break: keep-all;
}
.search-results-head-label,
.search-results-head-numer {
	display: inline-block;
	color: #1e3970;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.05em;
	margin: 0;
}
.search-results-head-group {
	white-space: nowrap;
	word-break: keep-all;
}
.search-results-head-count {
	display: inline-block;
	color: #1e3970;
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.05em;
	margin: 0 6px 0 2px;
}
.search-results-head-change-btn {
	height: 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-radius: 20px;
	margin-left: 20px;
	padding: 0 10px 0 0px;
	background-color: #1e3970;
}
.search-results-head-change-btn.desktop {
	flex: 0 0 auto;
}
.search-results-head-change-btn:hover {
	background-color: #5775B1;
}
.search-results-head-change {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.05em;
	margin: 0 6px 0 20px;
}
.search-results-head-change-arrow {
	width: 14px;
	height: 14px;
	display: block;
}
.search-results-criteria {
	margin-bottom: 30px;
}
.search-results-criteria-pills {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
}
.search-results-criteria-pill {
	height: 28px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding: 0 15px 0 10px;
	border: 1px solid #1e3970;
	background-color: #dde1e8;
}
.search-results-criteria-pill:before {
	content: "";
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../img/common/criteria-pill-closer.svg');
}
.search-results-criteria-pill .pill-label {
	display: inline-block;
	padding-left: 6px;
	color: #1e3970;
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.05em;
	border-left: 1px solid #1e3970;
}
.property-list {
	display: flex;
	row-gap: 45px;
	flex-direction: column;
}
.property-list-property {
	width: 100%;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0 0 0 /10%);
}
.property-list-property-head {
	display: flex;
	column-gap: 35px;
}
.property-list-property-head-left {
	flex: 1 0 1px;
}
.property-list-property-head-right {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}
.property-list-property-head-title {
	color: #1e3970;
	font-size: 21px;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0.05em;
	margin-bottom: 17px;
}
.property-list-property-head-comment {
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
.property-listing-blue-btn {
	display: inline-block;
	position: relative;
	border: none;
	outline: none;
	border-radius: 20px;
	padding: 0 31px 0 18px;
	background-color: #1e3970;
}
.property-listing-blue-btn:hover {
	background-color: #5775B1;
}
.property-listing-blue-btn-label {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.05em;
	margin: 0;
}
.property-search-text-wrap .property-listing-blue-btn {
	padding-left: 21px;
	padding-right: 20px;
}
.property-search-text-wrap .property-listing-blue-btn-label {
	letter-spacing: 1em;
}
.property-listing-blue-btn-arrow {
	top: 50%;
	right: 9px;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	transform: translateY(-50%);
}

.property-list-property-body {
	display: flex;
	column-gap: 35px;
	margin-top: 16px;
}
.property-list-property-body-left {
	flex: 0 0 calc((100% - 35px) / 2);
}
.property-list-property-body-right {
	flex: 0 0 calc((100% - 35px) / 2);
}
.property-list-property-gallery {
	display: block;
	aspect-ratio: 526 / 413;
}
.property-list-property-gallery.single {
}
.property-list-property-gallery.double,
.property-list-property-gallery.triple {
	display: flex;
	column-gap: 17px;
}
.property-list-property-gallery.triple .property-list-property-gallery-left {
	flex: 0 0 calc((100% - 17px) * 0.6);
}
.property-list-property-gallery.triple .property-list-property-gallery-right {
	flex: 0 0 calc((100% - 17px) * 0.4);
	display: flex;
	row-gap: 17px;
	flex-direction: column;
}
.property-list-property-gallery.double .property-list-property-gallery-left {
	flex: 0 0 calc((100% - 17px) / 2);
}
.property-list-property-gallery.double .property-list-property-gallery-right {
	flex: 0 0 calc((100% - 17px) / 2);
}
.property-list-property-gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.property-details-data.desktop {
	border: 1px solid #d5dbe5;
	border-bottom: none;
}
.property-details-data.mobile {
	display: none;
}
.property-details-data-row {
	width: 100%;
	min-height: 45px;
	display: flex;
	border-bottom: 1px solid #d5dbe5;
}
.property-details-data-left {
	flex: 0 0 150px;
	display: flex;
	align-items: center;
	padding: 5px 0 5px 12px;
	background-color: #eff1f5;
}
.property-details-data-label {
	color: #2d3442;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
.property-details-data-right {
	flex: 1 0 1px;
	display: flex;
	align-items: center;
	padding: 5px 0 5px 12px;
}
.property-details-data-value {
	display: inline-block;
	color: #2d3442;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
.inquiry-list-property-price .price-value,
.property-details-data-value .price-value {
	display: inline-block;
	color: #d63838;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}
.inquiry-list-property-price .price-value .prc-level,
.property-details-data-value .price-value .prc-level {
	color: #2d3442;
	font-size: 20px;
	font-weight: 400;
}
.inquiry-list-property-price  .price-yen,
.property-details-data-value .price-yen {
	display: inline-block;
	margin-left: 0;
	font-size: 20px;
}
.property-overview-row-value .size,
.property-details-data-value .size {
	display: inline-block;
	margin-right: 10px;
}

/*
 * PROPERTY DETAILS PAGE
 */

.fixed-single-house {
	display: none;
}
.inner.single-housing {
	max-width: 1440px;
}
.property-details-section {
	margin-top: 50px;
	padding: 30px 0 110px 0;
	background-color: #eff1f5;
	font-family: var(--oc-font);
}
.property-details-content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 55px 30px 60px 30px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0 0 0 /10%);
}
.property-details-title {
	color: #1E3970;
	font-family: var(--oc-font-serif);
	font-weight: 600;
}
.property-details-title.desktop {
	font-size: 30px;
}
.property-details-title.mobile {
	font-size: 18px;
}
.property-details-intro {
	display: flex;
	column-gap: 20px;
	margin-top: 30px;
	margin-bottom: 90px;
}
.property-details-intro-left,
.property-details-intro-right {
	flex: 0 0 calc((100% - 20px) / 2);
}
.property-details-intro-left {
	overflow: hidden;
}
.property-gallery-swiper {
	width: 100%;
}
.property-gallery-swiper .property-gallery-slide {
	height: auto;
	cursor: pointer;
}
.property-gallery-swiper .property-gallery-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.property-gallery-swiper .gallery-next,
.property-gallery-swiper .gallery-prev {
	z-index: 3;
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #1e3970;
	transform: translateY(-50%);
}
.property-gallery-swiper .gallery-next:hover,
.property-gallery-swiper .gallery-prev:hover {
	background-color: #5775B1;
}
.property-gallery-swiper .gallery-next {
	right: 10px;
}
.property-gallery-swiper .gallery-prev {
	left: 10px;
}
.gallery-next .gallery-next-arrow,
.gallery-prev .gallery-prev-arrow {
	top: 50%;
	left: 50%;
	width: 5px;
	height: 9px;
	display: block;
	position: absolute;
	transform: translate(-50%,-50%);
}
.property-gallery-alt {
	padding: 5px 0;
}
.property-gallery-alt-text {
	margin: 0;
	color: #2d3442;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.05em;
}

.property-thumbs-swiper,
.housing-lightbox-thumbail-swiper {
	width: 100%;
	height: 80px;
	margin-top: 0;
	padding-left: 25px;
	padding-right: 25px;
}
.property-thumbs-swiper .property-thumb-slide,
.housing-lightbox-thumbail-swiper .housing-lightbox-thumb-slide {
	height: auto;
	cursor: pointer;
}
.swiper-slide.property-thumb-slide.swiper-slide-thumb-active:before,
.swiper-slide.housing-lightbox-thumb-slide.swiper-slide-thumb-active:before {
	content: '';
	z-index: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0px 3px #1e3970;
}
.property-thumbs-swiper .property-thumb-image,
.housing-lightbox-thumbail-swiper .housing-lightbox-thumb-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.property-thumbs-swiper .thumbs-next,
.property-thumbs-swiper .thumbs-prev,
.housing-lightbox-thumbail-swiper .lightbox-thumbs-next,
.housing-lightbox-thumbail-swiper .lightbox-thumbs-prev {
	z-index: 3;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	cursor: pointer;
	background-color: #1e3970;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.property-thumbs-swiper .thumbs-next:hover,
.property-thumbs-swiper .thumbs-prev:hover,
.housing-lightbox-thumbail-swiper .lightbox-thumbs-next:hover,
.housing-lightbox-thumbail-swiper .lightbox-thumbs-prev:hover {
	background-color: #5775B1;
}
.property-thumbs-swiper .thumbs-next,
.housing-lightbox-thumbail-swiper .lightbox-thumbs-next {
	right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.property-thumbs-swiper .thumbs-prev,
.housing-lightbox-thumbail-swiper .lightbox-thumbs-prev {
	left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.thumbs-next-arrow,
.thumbs-prev-arrow,
.lightbox-thumbs-next-arrow,
.lightbox-thumbs-prev-arrow {
	top: 50%;
	left: 50%;
	width: 5px;
	height: 9px;
	display: block;
	position: absolute;
	transform: translate(-50%,-50%);
}
.property-details-cta-title,
.property-overview-cta-title {
	margin: 0 auto;
	display: block;
	width: fit-content;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.15em;
	margin-top: 40px;
	margin-bottom: 30px;
}
.property-details-cta-title:before,
.property-details-cta-title:after,
.property-overview-cta-title:before,
.property-overview-cta-title:after {
	content: "";
	bottom: 8%;
	height: 85%;
	width: 1.5px;
	display: block;
	position: absolute;
	background-color: #1e3970;
	transform-origin: bottom;
}
.property-details-cta-title:before,
.property-overview-cta-title:before {
	left: -20px;
	transform: rotate(-25deg);
}
.property-details-cta-title:after,
.property-overview-cta-title:after {
	right: -13px;
	transform: rotate(25deg);
}
.property-cta-btn {
	height: 60px;
	display: flex;
	column-gap: 10px;
	align-items: center;
	width: fit-content;
	margin: 0 auto 10px auto;
	border-radius: 30px;
	padding: 0 30px 0 20px;
	background-color: #1e3970;
}
.property-cta-btn:hover {
	background-color: #5775B1;
}
.property-cta-btn-icon {
	width: 28px;
	display: block;
}
.property-cta-btn-label {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 58px;
	letter-spacing: 0.05em;
	font-family: var(--oc-font-serif);
}
.property-cta-btn-label .skinny {
	letter-spacing: -0.12em;
}
.property-details-cta-hours {
	margin: 0;
	color: #1e3970;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.15em;
	text-align: center;
}
.property-details-cta-req {
	display: block;
	margin: 0;
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.15em;
	text-decoration: underline;
}
.property-details-cta-req:hover {
	color: #5775B1;
}
.property-details-cta-req-btn {
	width: 58px;
	height: 24px;
	display: inline-block;
	margin: 0 0 0 7px;
	color: #1e3970;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.15em;
	background-color: #eff1f5;
}
.property-details-cta-req:hover .property-details-cta-req-btn {
	color: #5775B1;
}
.property-video-wrap {
	position: relative;
}
.property-video {
	z-index: 1;
	width: 100%;
	height: auto;
	border: none;
	position: relative;
}
.property-video-play-front {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.property-video-play-front.playing {
	display: none;
}
.property-video-play-btn {
	width: 120px;
	height: auto;
	display: block;
	cursor: pointer;
}
.property-overview {
	margin-top: 50px;
}
.property-section-title {
	position: relative;
	color: #1e3970;
	font-size: 30px;
	font-weight: 500;
	line-height: 54px;
	letter-spacing: 0.10em;
	margin-bottom: 25px;
	font-family: var(--oc-font-serif);
}
.property-section-title:after {
	content: "";
	top: 50%;
	right: 0;
	height: 1px;
	position: absolute;
	background-color: #1e3970;
}
.property-overview .property-section-title:after {
	left: 147px;
}
.property-surrounding-content .property-section-title:after {
	left: 210px;
}
.property-similar-content .property-section-title:after {
	left: 147px;
}
.property-history-content .property-section-title:after {
	left: 147px;
}
.property-overview-rows {
	border-top: 1px solid #d5dbe5;
	border-left: 1px solid #d5dbe5;
	border-right: 1px solid #d5dbe5;
}
.property-overview-row {
	width: 100%;
	min-height: 45px;
	display: flex;
	border-bottom: 1px solid #d5dbe5;
}
.property-overview-row-left {
	flex: 0 0 160px;
	display: flex;
	align-items: flex-start;
	padding: 5px 0 5px 12px;
	background-color: #eff1f5;
}
.property-overview-row-label {
	color: #2d3442;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
.property-overview-row-right {
	flex: 1 0 1px;
	display: flex;
	align-items: center;
	padding: 5px 10px 5px 12px;
}
.property-overview-row-value {
	display: inline-block;
	color: #2d3442;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
.property-surrounding-section {
	margin-top: 0;
	padding: 0 0 40px 0;
	background-color: #eff1f5;
	font-family: var(--oc-font);
}
.property-surrounding-content {
	width: 100%;
	margin: 0 auto;
	max-width: 1080px;
}
.property-surrounding-text {
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	margin-left: 20px;
}
.property-similar-section {
	margin-top: 0;
	padding: 0 0 40px 0;
	background-color: #eff1f5;
	font-family: var(--oc-font);
}
.property-similar-content {
	width: 100%;
	margin: 0 auto;
	max-width: 1080px;
}
.property-history-section {
	margin-top: 0;
	padding: 0 0 40px 0;
	background-color: #eff1f5;
	font-family: var(--oc-font);
}
.property-history-content {
	width: 100%;
	margin: 0 auto;
	max-width: 1080px;
}
.property-section-scroll-prompt {
	display: none;
}
.property-card-container {
	display: flex;
	column-gap: 10px;
}
.property-card {
	flex: 0 0 calc((100% - 30px) / 4);
}
.property-card .property-card-image-wrap {
	margin-bottom: 10px;
	aspect-ratio: 255 / 157;
}
.property-card .property-card-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.property-card .property-card-title {
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.property-card .property-card-price {
	color: #d63838;
	font-size: 21px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
.property-card .property-card-price .prc-level {
	color: #2D3442;
	font-size: 14px;
	margin-left: 3px;
	display: inline-block;
}
.property-card .property-card-price .price-yen {
	color: #2D3442;
	font-size: 14px;
	display: inline-block;
}

.search-results-pagination {
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: flex-end;
}
.search-results-pagination .page-numbers {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
	user-select: none;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #1e3970;
}
.search-results-pagination .page-numbers.current {
	color: #fff;
	background-color: #1e3970;
}
.search-results-pagination .page-numbers:not(.current):hover {
	background-color: #d7e4ff;
}
.search-results-pagination .pagination-icon {
	height: 15px;
	width: auto;
	display: block;
}
.property-list-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.property-list-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.search-results-order-select {
	height: 36px;
	padding: 0 10px;
}


/*
 * PROPERTY LIGHBOX MODAL
 */

.single-housing-lightbox-modal {
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	position: fixed;
	overflow-y: auto;
	background-color: rgba(0 0 0 / 30%);
}
.single-housing-lightbox-modal.open {
	display: block;
}
.single-housing-lightbox-dialog {
	max-width: 1160px;
	width: calc(100% - 40px);
	height: 80%;
	max-height: calc(100vh - 200px);
	position: relative;
	padding: 40px 40px 20px 40px;
	border-radius: 10px;
	margin: 100px auto 0 auto;
	background-color: #fff;
}
.single-housing-lightbox-dialog-closer {
	z-index: 5;
	right: 0;
	top: -37px;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	display: block;
	background-color: rgba(0 0 0 / 60%);
	border-radius: 50%;
	padding: 3px;
}
.single-housing-lightbox-container {
	height: calc(100% - 30px);
	position: relative;
	background-color: #eff1f5;
}
.housing-lightbox-swiper .housing-lightbox-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
.housing-lightbox-swiper .housing-lightbox-slide {
	height: auto;
}

.housing-lightbox-swiper {
	width: 100%;
	height: 100%;
	background-color: #eff1f5;
	margin: 0 auto;
}
.single-housing-lightbox-container .lightbox-gallery-next,
.single-housing-lightbox-container .lightbox-gallery-prev {
	z-index: 3;
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #1e3970;
	transform: translateY(-50%); 
}
.single-housing-lightbox-container .lightbox-gallery-next:hover,
.single-housing-lightbox-container .lightbox-gallery-prev:hover {
	background-color: #5775B1;
}
.single-housing-lightbox-container .lightbox-gallery-next {
	right: -20px;
}
.single-housing-lightbox-container .lightbox-gallery-prev {
	left: -20px;
}
.lightbox-gallery-next .lightbox-next-arrow,
.lightbox-gallery-prev .lightbox-prev-arrow {
	top: 50%;
	left: 50%;
	width: 5px;
	height: 9px;
	display: block;
	position: absolute;
	transform: translate(-50%,-50%);
}
.single-housing-lightbox-desc {
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	height: 27px;
}
.single-housing-lightbox-caption {
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 27px;
	letter-spacing: 0.05em;
	margin: 0;
	height: 27px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.single-housing-lightbox-label {
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	line-height: 27px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	margin: 0;
}


/*
 * PROPERTY INQUIRY PAGE
 */

.inner.property-inquiry {
	max-width: 1440px;
}
.property-inquiry-section {
	margin: 50px auto 0 auto;
	background-color: #eff1f5;
	font-family: var(--oc-font);
}
.property-inquiry-container {
	margin: 0 auto;
	max-width: 1160px;
	padding-top: 92px;
	padding-bottom: 160px;
}
.property-inquiry-content {
	padding: 44px 40px 73px 40px;
	background-color: #fff;
	border-radius: 10px;
}
.property-inquiry-head {
	display: flex;
	justify-content: space-between;
}
.property-inquiry-head .property-listing-blue-btn {
	height: 40px;
	display: inline-flex;
	align-items: center;
	padding: 0 36px 0 33px;
}
.property-inquiry-title {
	margin-bottom: 47px;
}
.inquiry-list-property {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d5dbe5;
	transition: opacity 0.1s;
}
.inquiry-list-property.removing {
	opacity: 0.2;
}
.inquiry-list-property-content {
	display: flex;
	column-gap: 40px;
	align-items: center;
}
.inquiry-list-property-break {
	flex: 0 0 0px;
}
.inquiry-list-property-image {
	width: 80px;
	flex: 0 0 80px;
	display: block;
}
.inquiry-list-property-info {
	flex: 2 0 1px;
}
.inquiry-list-property-title {
	color: #1e3970;
	font-size: 21px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 30px;
}
.inquiry-list-property-excerpt {
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	margin-bottom: 0;
}
.inquiry-list-property-details {
	flex: 1 0 1px;
	min-width: 260px;
}
.inquiry-list-property-size {
}
.inquiry-list-property-size.land {
}
.inquiry-list-property-size.building {
}
.inquiry-list-property-size .size {
}
.inquiry-list-property-size .ping-size {
}
.inquiry-list-property-closer-wrap {
	flex: 0 0 55px;
	padding-right: 33px;
}
.inquiry-list-property-closer {
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.inquiry-list-property-closer-bar {
	width: 100%;
	height: 1px;
	background-color: #294377;
}
.inquiry-list-property-closer-bar.top {
	transform: translateY(0.5px) rotate(-45deg);
}
.inquiry-list-property-closer-bar.btm {
	transform: translateY(-0.5px) rotate(45deg);
}
.property-inquiry-form-note {
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
.property-inquiry-form-heading {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	line-height: 46px;
	letter-spacing: 0.05em;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 15px;
	background-color: #1E3970;
}
.property-inquiry-form-group.checkboxes {
	display: flex;
	column-gap: 10px;
	align-items: flex-start;
}
.property-inquiry-form-checkbox {
	flex: 0 0 25%;
	position: relative;
	overflow: hidden;
}
.property-inquiry-form-input.checkbox {
	position: absolute;
	top: 0;
	left: -50px;
}
.property-inquiry-form-checkbox-label {
	display: flex;
	column-gap: 10px;
	align-items: center;
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.05em;
	user-select: none;
	margin: 0;
}
.property-inquiry-form-input.checkbox ~ .property-inquiry-form-checkbox-label:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../img/common/checkbox-unchecked.svg');
}
.property-inquiry-form-input.checkbox:checked ~ .property-inquiry-form-checkbox-label:before {
	background-image: url('../img/common/checkbox-checked.svg');
}
.property-inquiry-form-table {
	border: 1px solid #d5dbe5;
	border-bottom: none;
}
.property-inquiry-form-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d5dbe5;
}
.property-inquiry-form-row-label {
	flex: 0 0 270px;
	padding: 28px 21px;
	background-color: #eff1f5;
}
.property-inquiry-form-label {
	display: flex;
	column-gap: 10px;
	align-items: center;
	color: #1e3970;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.05em;
	user-select: none;
	margin: 0;
}
.property-inquiry-form-label.req:after,
.property-inquiry-form-checkbox-label.req:after {
	content: "必須";
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #CA791D;
	border: 1px solid #AF6817;
}
.property-inquiry-form-label.opt:after {
	content: "任意";
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #8AB274;
	border: 1px solid #6D9B55;
}
.property-inquiry-form-row-input {
	flex: 1 0 1px;
	display: flex;
	column-gap: 8px;
	align-items: center;
	padding-left: 21px;
}
.property-inquiry-form-input.text {
	height: 40px;
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 0.04em;
	padding: 0 12px;
	border-radius: 3px;
	border: 1px solid #1e3970;
}
.property-inquiry-form-input.text:placeholder {
	color: #8ba0ca;
}
.property-inquiry-form-input.text.full {
	width: calc(100% - 20px);
	display: block;
}
.property-inquiry-form-input.text.half {
	width: calc((100% - 20px) / 2);
	display: block;
}
.property-inquiry-form-input.text.quarter {
	width: calc((100% - 20px) / 4);
	display: block;
}
.property-inquiry-form-input.select {
	height: 40px;
	color: #1e3970;
	font-size: 16px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 0.04em;
	padding: 0 12px;
	border-radius: 3px;
	border: 1px solid #1e3970;
	width: calc((100% - 20px) / 3);
}
.property-inquiry-form-label.after {
	color: #1e3970;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.04em;
	user-select: none;
	margin: 0;
}
.property-inquiry-form-confirm {
	height: 50px;
	display: block;
	margin: 0 auto;
	width: fit-content;
	border-radius: 3px;
	margin-top: 35px;
	margin-bottom: 40px;
	padding: 13px 16px 19px 16px;
	border: 1px solid #D5DBE5;
	background-color: #EFF1F5;
}
.property-inquiry-form .g-recaptcha {
	display: flex;
	margin-bottom: 25px;
	justify-content: center;
}
.property-inquiry-submit-btn {
	width: 245px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: none;
	outline: none;
	margin: 0 auto;
	padding-left: 24px; /* compensate for letter-spacing */
	border-radius: 40px;
	background-color: #1e3970;
}
.property-inquiry-submit-btn:hover {
	background-color: #5775B1;
}
.property-inquiry-submit-btn-label {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 24px;
	margin: 0;
	font-family: var(--oc-font-serif);
}
.property-inquiry-submit-btn-arrow {
	top: 50%;
	right: 18px;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	transform: translateY(-50%);
}
.inquiry-result {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.04em;
	padding: 15px 20px;
	margin-bottom: 30px;
}
.inquiry-result.failed {
	color: #a03030;
	background-color: #fff8f8;
	border: 1px solid #a03030;
}
.inquiry-result.success {
	color: #088008;
	background-color: #f8fff8;
	border: 1px solid #088008;
}
.section-inquiry-thanks {
	max-width: 1440px;
	margin: 70px auto 0 auto;
	background-color: #eff1f5;
	font-family: var(--oc-font);
}
.container-inquiry-thanks {
}
.content-inquiry-thanks {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 230px 0 242px 0;
}
.title-inquiry-thanks {
	color: #1E3970;
	font-style: normal;
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
	letter-spacing: 0.05em;
	font-family: var(--oc-font-serif);
	margin-bottom: 32px;
}
.text-inquiry-thanks {
	color: #1E3970;
	font-size: 25px;
	font-weight: 600;
	line-height: 38px;
	text-align: center;
	letter-spacing: 0.05em;
	font-family: var(--oc-font-serif);
	margin-bottom: 57px;
}
.buttons-inquiry-thanks {
	display: flex;
	column-gap: 50px;
	justify-content: center;
}
.buttons-inquiry-thanks .property-inquiry-submit-btn {
	padding-left: 1px;
}
.buttons-inquiry-thanks .property-inquiry-submit-btn-label {
	font-size: 16px;
	letter-spacing: 0.05em;
}




@media screen and (max-width: 1024px) {
	.property-list-property-body {
		flex-direction: column;
	}
	.property-list-property {
		padding: 10px 10px 13px 10px;
	}
	.search-results-section {
		padding: 50px 60px;
	}
	.search-results-head-left {
		justify-content: space-between;
	}
	.search-results-head-right {
		display: none;
	}
	.search-results-head-change-btn.desktop {
		display: none;
	}
	.search-results-head-group {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.search-results-head-label {
		flex: 0 0 100%;
		text-align: right;
		margin-bottom: 10px;
	}
	.search-results-head-numer {
		margin-top: 8px;
	}
	.property-list-property-head-title {
		font-size: 18px;
		line-height: 27px;
	}
	.property-list-property-head-comment {
		font-size: 14px;
		line-height: 21px;
	}
	.property-list-property-gallery.double,
	.property-list-property-gallery.triple {
		column-gap: 10px;
	}
	.property-list-property-gallery.triple .property-list-property-gallery-left {
		flex: 0 0 calc((100% - 12px) * 0.6);
	}
	.property-list-property-gallery.triple .property-list-property-gallery-right {
		flex: 0 0 calc((100% - 12px) * 0.4);
		row-gap: 12px;
	}
	.property-list-property-gallery.double .property-list-property-gallery-left {
		flex: 0 0 calc((100% - 12px) / 2);
	}
	.property-list-property-gallery.double .property-list-property-gallery-right {
		flex: 0 0 calc((100% - 12px) / 2);
	}
}

@media screen and (max-width: 767px) {
	.dt-only {
		display: none;
	}
	.mb-only {
		display: initial;
	}

	.contents.property-inquiry .ttl-lv1 {
		margin-left: 20px;
		margin-right: 0px;
	}
	.contents.property-inquiry .ttl-lv1 .en {
		font-size: 30px;
		transform: unset;
		top: 15px;
		left: -5px;
		letter-spacing: 0;
	}

	.single-housing .fixed-btn-bottom {
		display: none;
	}
	.single-housing .inner,
	.page-template-page-search .inner {
		padding: 0;
	}
	.page-template-page-search .fixed-sort-select {
		display: none;
	}
	.search-results-head-right,
	.search-results-head-change-btn.desktop {
		display: none;
	}
	.search-results-section {
		margin-top: 30px;
		padding: 20px 15px;
	}
	.property-list-property-head {
		flex-direction: column;
	}
	.property-list-property-head-left {
		flex: 0 0 auto;
	}
	.property-list-property-head-right {
		display: none;
	}
	.property-list-property-head .property-listing-blue-btn.desktop {
		display: none;
	}
	.property-details-data.mobile {
		display: block;
		margin-top: 15px;
		padding: 0 15px;
	}
	.property-details-data.desktop {
		display: none;
	}
	.property-details-data-row {
		border: none;
		min-height: 30px;
	}
	.property-details-data-row.price {
		margin-bottom: 6px;
	}
	.property-details-data-label {
		line-height: 24px;
		margin-right: 10px;
	}
	.property-similar-section {
		background-color: #fff;
		padding: 60px 15px 40px 15px;
	}
	.property-history-section {
		margin-top: 0;
		background-color: #fff;
		padding: 60px 15px 40px 15px;
	}
	.search-results-section {
		padding: 40px 40px;
	}
	.search-results-head-title {
		flex: 1 0 1px;
	}
	.search-results-head-group {
		width: 110px;
		flex: 0 0 auto;
		display: flex;
		row-gap: 5px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.search-results-head-title {
		margin: 0;
		font-size: 25px;
		line-height: 32px;
	}
	.search-results-head-group .search-results-head-label {
		flex: 1 0 100%;
		font-size: 12px;
		line-height: 12px;
		text-align: right;
	}
	.search-results-head-group .search-results-head-numer {
		flex: 0 0 auto;
		font-size: 14px;
		line-height: 20px;
	}
	.search-results-head-group .search-results-head-count {
		flex: 0 0 auto;
		font-size: 20px;
		line-height: 20px;
	}
	.search-results-head-left {
		justify-content: space-between;
	}
	.search-results-criteria-pills {
		row-gap: 10px;
		column-gap: 10px;
	}
	.property-listing-blue-btn.mobile {
		width: 100%;
		display: flex;
		margin-top: 15px;
		align-items: center;
		justify-content: center;
	}
	.property-listing-blue-btn.mobile .property-listing-blue-btn-arrow {
		position: relative;
		display: inline-block;
		top: unset;
		right: unset;
		margin-left: 8px;
		transform: unset;
	}
	.property-list-property-body,
	.property-list-property-head {
		flex-direction: column;
	}
	.property-list-property {
		padding: 10px 10px 13px 10px;
	}
	.property-details-data.mobile {
		display: block;
		margin-top: 15px;
		padding: 0 15px;
	}
	.property-details-data.desktop {
		display: none;
	}
	.property-details-data-row {
		border: none;
		min-height: 30px;
	}
	.property-details-data-row.price {
		margin-bottom: 6px;
	}
	.property-details-data-label {
		line-height: 24px;
		margin-right: 10px;
	}
	.property-list-property-head-title {
		font-size: 18px;
		line-height: 27px;
	}
	.property-list-property-head-comment {
		font-size: 14px;
		line-height: 21px;
	}
	.property-list-property-head .property-listing-blue-btn.desktop {
		display: none;
	}
	.property-list-property-gallery.double,
	.property-list-property-gallery.triple {
		column-gap: 10px;
	}
	.property-list-property-gallery.triple .property-list-property-gallery-left {
		flex: 0 0 calc((100% - 12px) * 0.6);
	}
	.property-list-property-gallery.triple .property-list-property-gallery-right {
		flex: 0 0 calc((100% - 12px) * 0.4);
		row-gap: 12px;
	}
	.property-list-property-gallery.double .property-list-property-gallery-left {
		flex: 0 0 calc((100% - 12px) / 2);
	}
	.property-list-property-gallery.double .property-list-property-gallery-right {
		flex: 0 0 calc((100% - 12px) / 2);
	}
	.search-results-pagination {
		column-gap: 7px;
	}
	.search-results-pagination .page-numbers {
		width: 25px;
		height: 25px;
		font-size: 14px;
	}
	.search-results-pagination .pagination-icon {
		height: 14px;
	}
	.page-template-page-search .fixed-btn-bottom {
		display: none;
	}
	.fixed-sort-select-divide {
		display: block;
		position: absolute;
		top: 6px;
		width: 1px;
		bottom: 6px;
		left: calc(50% - 1px);
		background-color: #D5DBE5;
	}
	.page-template-page-search .fixed-sort-select {
		z-index: 5;
		display: flex;
		column-gap: 0;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: 60px;
		padding: 0 15px;
		backdrop-filter: blur(10px);
		background-color: rgba(255 255 255 / 90%);
	}
	.page-template-page-search .fixed-sort-select-left {
		flex: 0 0 50%;
		padding-right: 10px;
	}
	.page-template-page-search .fixed-sort-select-right {
		flex: 0 0 50%;
		padding-left: 7px;
	}
	.property-list-header {
		justify-content: center;
	}
	.property-list-footer {
		justify-content: center;
	}
	.search-results-order.btm.desktop {
		display: none;
	}
	.fixed-sort-select .search-results-order-select {
		padding: 0;
		width: 100%;
		height: 48px;
		border: none;
		background-color: transparent;
	}
	.search-results-head-change-btn.mobile {
		width: 100%;
		margin-left: 0;
	}
	.property-search-dialog {
		width: 100%;
		border-radius: 0;
		margin: 205px auto 100px auto;
	}
	.property-search-dialog-body {
		padding: 10px 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.property-search-dialog-head-title {
		font-size: 25px;
	}
	.property-search-dialog-form-title {
		font-size: 21px;
		margin-left: 10px;
		margin-bottom: 0;
	}
	.property-search-text-input {
		margin-right: 10px;
		width: calc(100% - 140px);
	}
	.property-search-dialog-area-label {
		font-size: 21px;
	}
	.property-search-dialog-area-head {
		margin-bottom: 0;
		padding-left: 10px;
	}
	.property-search-dialog-area.level-1 {
		margin-bottom: 0;
	}
	.property-search-dialog-area.level-2 {
		margin-left: 0;
		margin-bottom: 0;
	}
	.property-search-dialog-area.level-3 {
		margin-left: 0;
		margin-bottom: 0;
	}
	.property-search-dialog-area.level-4 {
		row-gap: 0;
		flex-direction: column;
		margin-left: 0;
		margin-bottom: 0;
		background-color: #fff;
		padding: 5px 5px 5px 10px;
	}
	.property-search-dialog-area.level-4:empty {
		padding: 0;
	}
	.property-search-dialog-area.level-2 > .property-search-dialog-area-head {
		margin-bottom: 0;
		padding-left: 10px;
	}
	.property-search-dialog-area.level-3 {
		background-color: #eff1f5;
	}
	.property-search-dialog-area.level-3 .property-search-dialog-area-head {
		margin-bottom: 0;
	}
	.property-search-dialog-area.level-3 > .property-search-dialog-area-head > .property-search-dialog-area-label {
		font-size: 18px;
	}
	.property-search-dialog-area.level-4 > .property-search-dialog-area-single > .property-search-dialog-area-label {
		font-size: 16px;
		line-height: 29px;
	}
	.property-search-dialog-filters {
		display: flex;
		row-gap: 25px;
		flex-direction: column;
		width: calc(100% - 20px);
		margin: 10px auto 0 auto;
	}
	.property-search-dialog-filter-row {
		border: none;
		flex-direction: column;
	}
	.property-search-dialog-filter-values {
		row-gap: 15px;
		flex-wrap: wrap;
		flex: 0 0 auto;
		padding-left: 0;
	}
	.property-search-dialog-filter-label {
		flex: 0 0 auto;
		min-height: 46px;
		padding-left: 20px;
		border-radius: 5px;
		margin-bottom: 15px;
		background-color: #eff1f5;
	}
	.property-search-dialog-filter-label-text {
		line-height: 46px;
	}
	.property-search-dialog-filter-row.madori .property-search-dialog-filter-label-text {
		margin-top: 0;
		line-height: 46px;
	}
	.property-search-dialog-filter-values .property-search-dialog-filter-sep {
		flex: 0 0 10%;
	}
	.property-search-dialog-filter-values .property-search-dialog-filter-select {
		max-width: 307px;
		flex: 0 0 307px;
		height: 36px;
	}
	.property-search-dialog-filter-values .sub-field-label {
		flex: 0 0 100px;
		margin-left: 0;
	}
	.property-search-dialog-filter-values .property-search-dialog-filter-select.sub-select {
		flex: 0 0 200px;
	}
	.property-search-dialog-filter-values .property-search-dialog-filter-radio {
		flex: 0 0 45%;
	}
	.property-search-dialog-filter-values.checkboxes {
		row-gap: 10px;
		padding: 0 0 0 10px;
		flex-direction: column;
	}
	.property-details-section {
		padding: 0;
	}
	.property-details-content {
		padding: 0;
		padding-bottom: 60px;
	}
	.property-thumbs-swiper {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
	}
	.property-details-title.desktop,
	.property-details-comment.desktop {
		display: none;
	}
	.property-details-title.mobile {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.property-details-comment.mobile {
		display: none;
		font-size: 14px;
		line-height: 21px;
		margin-top: 15px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d5dbe5;
	}
	.property-details-comment.mobile:empty {
		font-size: 1px;
		height: 1px;
		line-height: 1px;
		margin-top: 3px;
	}
	.property-details-intro {
		flex-direction: column;
	}
	.property-video-play-btn {
		width: 80px;
	}
	.property-listing-blue-btn.mobile {
		display: flex;
	}
	.property-overview {
		padding: 0 15px;
	}
	.property-overview .property-section-title:after {
		left: 87px;
	}
	.property-surrounding-section {
		background-color: #fff;
		padding: 60px 15px 40px 15px;
	}
	.property-surrounding-content .property-section-title:after {
		left: 127px;
	}
	.property-similar-content .property-section-title:after {
		left: 87px;
		right: 15px;
	}
	.property-section-title {
		font-size: 18px;
		line-height: 32px;
	}
	.property-similar-section {
		padding: 60px 0 40px 15px;
	}
	.property-history-section {
		padding: 60px 0 40px 15px;
	}
	.property-history-content .property-section-title:after {
		left: 87px;
		right: 15px;
	}
	.property-section-scroll-prompt {
		width: 60px;
		display: block;
		margin-bottom: 7px;
	}
	.property-card-container {
		width: 100%;
		column-gap: 10px;
		overflow-x: auto;
	}
	.property-card {
		flex: 0 0 calc((100% - 20px) / 2.5);
	}
	.property-card .property-card-title {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 5px;
	}
	.property-card .property-card-price {
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 0.02em;
	}
	.property-card .property-card-price .yen {
		font-size: 13px;
		margin-left: 2px;
	}
	.property-overview-row-left {
		flex: 0 0 90px;
	}
	.property-overview-row-label {
		font-size: 14px;
	}
	.property-overview-row-value {
		font-size: 15px;
	}
	.fixed-single-house {
		z-index: 1;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: 60px;
		display: flex;
		column-gap: 5px;
		align-items: center;
		justify-content: center;
		backdrop-filter: blur(10px);
		background-color: rgba(255 255 255 / 90%);
	}
	.fixed-single-house .property-cta-btn.fixed-footer {
		width: 230px;
		height: 40px;
		margin-bottom: 0;
		padding: 0 15px 0 15px;
	}
	.property-cta-btn.fixed-footer .property-cta-btn-icon {
		flex: 0 0 auto;
		width: 17px;
	}
	.property-cta-btn.fixed-footer .property-cta-btn-content {
		flex: 1 0 1px;
		display: flex;
		row-gap: 3px;
		align-items: center;
		flex-direction: column;
	}
	.property-cta-btn-label {
		margin: 0;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 15px;
		letter-spacing: 0.06em;
		font-family: var(--oc-font-serif);
	}
	.property-cta-btn-content .property-details-cta-hours {
		margin: 0;
		color: #fff;
		font-size: 10px;
		font-weight: 500;
		line-height: 11px;
		letter-spacing: 0.05em;
		text-align: left;
	}

	.inner.single-housing .ttl-lv1 {
		margin-left: 20px;
	}

	.single-housing-lightbox-dialog {
		height: auto;
		padding: 10px;
		width: calc(100% - 30px);
	}
	.single-housing-lightbox-container {
		height: auto;
		background-color: transparent;
	}
	.single-housing-lightbox-desc {
		height: auto;
		column-gap: 10px;
		align-items: flex-start;
	}
	.housing-lightbox-swiper .housing-lightbox-image {
		height: auto;
	}
	.single-housing-lightbox-container .lightbox-gallery-next, .single-housing-lightbox-container .lightbox-gallery-prev {
		width: 30px;
		height: 30px;
	}
	.single-housing-lightbox-container .lightbox-gallery-next {
		right: -15px;
	}
	.single-housing-lightbox-container .lightbox-gallery-prev {
		left: -15px;
	}
	.property-gallery-swiper .gallery-next, .property-gallery-swiper .gallery-prev {
		width: 30px;
		height: 30px;
	}
	.property-search-dialog-clear-btn {
		top: -43px;
		right: 5px;
		width: 120px;
		height: 34px;
		font-size: 10px;
		line-height: 20px;
	}

	.property-inquiry-container {
		padding-top: 30px;
		padding-bottom: 160px;
	}
	.property-inquiry-head {
		row-gap: 15px;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.property-inquiry-head .property-listing-blue-btn {
		width: fit-content;
		margin: 0 auto;
	}
	.property-inquiry-title {
		margin-bottom: 0;
		text-align: center;
	}
	.inner.property-inquiry {
		padding: 0;
	}
	.property-inquiry-content {
		border-radius: 0;
		padding: 30px 0 30px 0;
	}
	.inquiry-list-property-content {
		padding: 0 15px;
		flex-wrap: wrap;
		column-gap: 10px;
		align-items: flex-start;
	}
	.inquiry-list-property-break {
		flex: 0 0 100%;
	}
	.inquiry-list-property-details {
		order: 5;
		min-width: unset;
		flex: 0 0 calc(100% - 90px);
	}
	.inquiry-list-property-closer-wrap {
		order: 4;
		width: 80px;
		flex: 0 0 80px;
		display: flex;
		padding-right: 0;
		padding-top: 14px;
		justify-content: center;
	}
	.inquiry-list-property-closer-wrap:after {
		content: "削 除";
		font-size: 14px;
		line-height: 15px;
		margin-left: 7px;
	}
	.inquiry-list-property-closer {
		width: 15px;
		height: 15px;
		overflow: hidden;
		border: 1px solid #294377;
	}
	.inquiry-list-property-closer-bar {
		width: 150%;
		height: 1px;
		background-color: #294377;
	}
	.inquiry-list-property-title {
		font-size: 16px;
		line-height: 21px;
	}
	.inquiry-list-property-excerpt {
		font-size: 14px;
		line-height: 18px;
	}
	.property-inquiry-form-group.checkboxes {
		row-gap: 20px;
		flex-wrap: wrap;
		padding-left: 15px;
	}
	.property-inquiry-form-checkbox {
		flex: 0 0 100%;
	}
	.property-inquiry-form-note {
		text-align: center;
	}
	.property-inquiry-form-row {
		flex-wrap: wrap;
	}
	.property-inquiry-form-row-label {
		flex: 0 0 100%;
		padding: 15px 20px;
	}
	.property-inquiry-form-row-input {
		flex: 0 0 100%;
		padding: 15px 20px;
	}
	.property-inquiry-form-input.text.full {
		width: 100%;
	}
	.property-inquiry-form-input.text.half {
		width: 100%;
	}
	.property-inquiry-form-input.text.quarter {
		width: 50%;
	}
	.property-inquiry-form-label.after {
		white-space: nowrap;
	}
	.property-inquiry-form-input.select {
		width: 70%;
	}
	.property-inquiry-form-confirm {
		height: 75px;
		width: 300px;
	}

	.inner.inquiry-thanks {
		padding: 0;
	}
	.inner.inquiry-thanks .ttl-lv1 {
		margin-top: 50px;
		margin-left: 20px;
	}
	.inner.inquiry-thanks .ttl-lv1 .en {
		top: 15px;
		left: -5px;
		font-size: 30px;
		transform: unset;
		letter-spacing: 0;
	}
	.section-inquiry-thanks {
		margin-top: 50px;
	}
	.content-inquiry-thanks {
		padding: 83px 0 123px 0;
	}
	.title-inquiry-thanks {
		font-size: 27px;
		line-height: 40px;
		margin-bottom: 35px;
	}
	.text-inquiry-thanks {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 35px;
	}
	.buttons-inquiry-thanks {
		row-gap: 22px;
		column-gap: 0;
		flex-direction: column;
	}
}



