@charset "utf-8";


/* = override
----------------------------------------------- */
.p-pagetop {
	padding-top: 32px;
}
@media (min-width: 768px){
}
@media (max-width: 959.9px){
	.p-pagetop {
		padding-top: 24px;
	}
}
@media (max-width: 767.9px){
}


/* = loader
----------------------------------------------- */
.loader {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: LIFULLFONT, LIFULLYUGO, "Yu Gothic", YuGothic, LIFULLHIRAGINO, sans-serif;
}
.loader .loader__unit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	width: 176px;
	height: 120px;
	border-radius: 4px 4px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding-top: 24px;
	box-sizing: border-box;
}
.loader .loader__unit span {
	display: block;
	margin: 0 auto 8px;
	width: 40px;
	border-width: 4px;
}
@media (min-width: 768px){
}
@media (max-width: 959.9px){
}
@media (max-width: 767.9px){
}


/* = pagetop
----------------------------------------------- */
.sec-pagetop {
	margin-top: -12px;
	padding-bottom: 24px;
}
.sec-pagetop .pagetop__button {
	position: relative;
	display: inline-block;
	color: #ED6103;
	font-weight: 14px;
	font-weight: 700;
	text-decoration: none;
	padding-left: 20px;
}
.sec-pagetop .pagetop__button::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ED6103;
	border-left: 2px solid #ED6103;
	transform: rotate(135deg);
}
@media (min-width: 768px){
	.sec-pagetop .pagetop__button:hover {
		opacity: 0.8;
	}
}
@media (max-width: 959.9px){
	.sec-pagetop {
		margin-top: -16px;
		padding-bottom: 16px;
	}
}
@media (max-width: 767.9px){
	.sec-pagetop {
		margin-top: -8px;
	}
}


/* = visual
----------------------------------------------- */
.sec-visual {
	padding-top: 24px;
}
.sec-visual .l-sec__inner {
	max-width: 980px;
}
.visual__pagetop {
	margin-bottom: 24px;
}
.visual__pagetop a {
	position: relative;
	display: inline-block;
	color: #ED6103;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	padding-left: 20px;
}
.visual__pagetop a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ED6103;
	border-left: 2px solid #ED6103;
	transform: rotate(135deg);
}
.visual__box {
	position: relative;
	overflow: hidden;
	border-radius: 16px 16px;
}
@media (min-width: 768px){
	.visual__pagetop a:hover {
		opacity: 0.8;
	}
}
@media (max-width: 959.9px){
	.sec-visual {
		padding-top: 16px;
	}
	.visual__pagetop {
		margin-bottom: 16px;
	}
}
@media (max-width: 767.9px){
}


/* = property
----------------------------------------------- */
.sec-property {
	padding-top: 64px;
}
.property-tab__list {
	position: relative;
	z-index: 1;
	width: 304px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.property-tab__list li {
	width: 50%;
	padding: 0 4px;
}
.property-tab__list li a {
	position: relative;
	display: block;
	text-align: center;
	color: #ED6103;
	font-weight: 700;
	background-color: #FCE6D6;
	text-decoration: none;
	padding: 14px 0;
	border-radius: 8px 8px 0 0;
	border: 1px solid #FCE6D6;
}
.property-tab__list li a.is-active {
	color: #FFFFFF;
	border-color: #ED6103;
	background-color: #ED6103;
}
.property-tab__list li a.is-active::before {
	content: "";
	position: absolute;
	left: calc(50% - 10px);
	bottom: -10px;
	width: 20px;
	height: 20px;
	background-color: #ED6103;
	transform: rotate(45deg);
}
.property-main {
	position: relative;
	padding: 32px 0 64px;
	background-color: #F7F7F7;
}
.property__search {
	margin-bottom: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.property__search .search__total span {
	font-size: 20px;
	font-weight: 700;
	padding-right: 8px;
}
.property__search .search__select .select__unit {
	position: relative;
	width: 192px;
}
.property__search .search__select .select__unit::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ED6103;
	border-left: 2px solid #ED6103;
	transform: rotate(-135deg);
	pointer-events: none;
}
.property__search .search__select select {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	font-family: LIFULLFONT, LIFULLYUGO, "Yu Gothic", YuGothic, LIFULLHIRAGINO, sans-serif;
	border: 1px solid #D2D2D2;
	border-radius: 4px 4px;
	padding: 5px 16px;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.property__search .search__select select::-ms-expand {
	display: none;
}
.property__list .item + .item {
	margin-top: 24px;
}
.property__list .item__unit {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	border-radius: 8px 8px;
	overflow: hidden;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
}
.property__list .unit__title {
	padding: 12px 16px;
	border-bottom: 1px solid #D2D2D2;
	display: flex;
	align-items: center;
}
.property__list .unit__type {
	font-size: 9px;
	display: flex;
	line-height: 1;
}
.property__list .unit__type span {
	display: inline-block;
	padding: 4px 6px;
}
.property__list .unit__type .type-a {
	color: #FFFFFF;
	border: 1px solid #2C70A4;
	background-color: #397DAF;
}
.property__list .unit__type .type-b {
	color: #0B3F67;
	border: 1px solid #A0BED5;
	background-color: #B0CBE0;
}
.property__list .unit__name {
	flex: 1;
	font-weight: 700;
	padding-left: 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.property__list .unit__price {
	padding: 12px 16px 4px;
	font-size: 19px;
	font-weight: 700;
	color: #EC6103;
}
.property__list .unit__body {
	padding: 0 16px 16px;
	display: flex;
	align-items: flex-start;
}
.property__list .unit__image {
	position: relative;
	width: 250px;
	aspect-ratio: 250 / 167;
}
.property__list .unit__image::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 1px #D2D2D2 inset;
	pointer-events: none;
}
.property__list .unit__image img {
	position: relative;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.property__list .unit__main {
	flex: 1;
	margin-left: 16px;
}
.property__list .unit__traffic {
	margin-bottom: 4px;
}
.property__list .unit__traffic p {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.property__list .unit__address {
	margin-bottom: 4px;
}
.property__list .unit__detail {
	width: 100%;
	font-weight: 400;
}
.property__list .unit__detail th {
	width: 5em;
	color: #626262;
}
.property__more {
	position: relative;
	margin-top: 32px;
}
.property__more .more__total {
	padding: 16px 0;
}
.property__more .more__button {
	position: absolute;
	top: 0;
	left: calc(50% - 144px);
	width: 288px;
	display: none;
}
.property__more .more__loading {
	position: absolute;
	font-weight: 700;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 14px 0;
	border-radius: 30px 30px;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.property__more .more__loading span {
	margin-right: 8px;
	top: -2px;
}
@media (min-width: 768px){
	.property-tab__list li a:hover {
		border-color: #ED6103;
	}
	.property__search .search__select select:hover {
		border-color: #ED6103;
	}
	.property__list .item__unit:hover {
		border-color: #ED6103;
	}
	.property__list .unit__detail tr.u-pc.u-tab {
		display: table-row;
	}
}
@media (max-width: 959.9px){
	.sec-property {
		padding-top: 40px;
	}
	.property__search {
		margin-bottom: 24px;
	}
	.property__list .item + .item {
		margin-top: 16px;
	}
	.property__more .more__total {
		padding: 0 0;
		text-align: center;
		margin-bottom: 16px;
	}
	.property__more .more__button {
		position: relative;
		left: auto;
		margin: 0 auto;
	}
}
@media (max-width: 767.9px){
	.property__list .unit__image {
		width: 40.45307443365696%;
		max-width: 250px;
	}
	.property__more .more__button {
		width: 83.96501457725948%;
	}
	.property__list .unit__detail tr.u-pc.u-tab {
		display: none;
	}
}


/* = other
----------------------------------------------- */
.sec-other {
	padding-bottom: 64px;
	background-color: #F7F7F7;
}
.other__title {
	font-weight: 700;
	margin-bottom: 32px;
}
.other__list {
	display: flex;
}
.other__list .item {
	width: 50%;
}
.other__list .item__title {
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 1.5;
}
.other__list .item__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	border-radius: 2px 2px;
	background-color: #ED6103;
}
.other__list .item__list {
	display: flex;
	margin: 0 -8px;
	width: 364px;
}
.other__list .item__list li {
	width: 50%;
	padding: 0 8px;
}

@media (min-width: 768px){
}
@media (max-width: 959.9px){
	.other__box {
		width: 342px;
		margin: 0 auto;
	}
	.other__list {
		display: block;
	}
	.other__list .item {
		width: 100%;
	}
	.other__list .item + .item {
		margin-top: 32px;
	}
	.other__list .item__list {
		margin: 0 -5px;
		width: auto;
	}
	.other__list .item__list li {
		padding: 0 5px;
	}
}
@media (max-width: 767.9px){
	.other__box {
		width: 100%;
	}
}


/* = ※※※※※
----------------------------------------------- */
@media (min-width: 768px){
}
@media (max-width: 959.9px){
}
@media (max-width: 767.9px){
}
