@charset "utf-8";



/*==================================================
$page
==================================================*/
.property_title_block {
	background: #fff;
	position: relative;
	padding: 20px 0;
}

.property_title_block .label {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.property_title_block .label span {
	min-width: 80px;
	text-align: center;
	padding: 0 10px;
	margin-right: 10px;
	border-radius: 100px;
	font-size: 10px;
	font-weight: bold;
}

.property_title_block .label span.area {
	color: #fff;
	background: #6e6e6e;
	border: 1px solid #6e6e6e;
}

.property_title_block .label span.station {
	color: #6e6e6e;
	border: 1px solid #6e6e6e;
	background: #fff;
}

.property_title_block .title strong {
	font-size: 25px;
	font-weight: bold;
	display: block;
}

.property_title_block .title span {
	font-size: 10px;
	color: #a7adb6;
	font-weight: bold;
	display: block;
}

.title_block {
	background: #F5F0ED;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}

.title_block::before {
	content: '';
	background: url(../img/bg_fix.jpg) no-repeat center/cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	mix-blend-mode: hard-light;
	opacity: .03;
	pointer-events: none;
}

.title_block .inner {
	padding: 50px 0 80px;
	z-index: 2;
}

.title_block .inner::before {
	content: '';
	width: 320px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -200px;
	background: url(../img/deco_title.svg) no-repeat top center/contain;
	pointer-events: none;
	z-index: -1;
}

.title_block .inner .title {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3;
}

.title_block .inner .title .label {
	font-size: 14px;
	width: 130px;
	padding: 5px 10px;
	background: #fff;
	border-radius: 5px;
	display: block;
	text-align: center;
}

.title_block .inner .title+p {
	margin-bottom: 30px;
}

.title_block .inner .title+p br {
	display: none;
}

.title_block .inner .tag ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.title_block .inner .tag ul li {
	padding: 5px 15px;
	background: #fff;
	border-radius: 5px;
	margin-right: 5px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	margin-bottom: 5px;
	font-size: 12px;
}

.title_block .inner .banner {
	padding-top: 5%;
}

.title_block .inner .banner a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	overflow: hidden;
}

.lightbox div {
	width: 95vw;
	height: auto;
}

.lightbox div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lightbox div .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.lightbox div .close::before,
.lightbox div .close::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.lightbox div .close::after {
	transform: rotate(-45deg);
}

/*==================================================
$property
==================================================*/
.property_link a {
	width: 90%;
	max-width: 400px;
	height: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #8e8e8e;
	color: #fff;
	border-radius: 100px;
	margin: 0 auto 50px;
}

.property_link a span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.property_link a span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #fff;
	margin-left: 10px;
}

.property_list .heading {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: 3px solid #F5F0ED;
	width: 100%;
	display: block;
	position: relative;
}

.property_list .heading::after {
	content: '';
	width: 80px;
	height: 3px;
	background: #63636D;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.property_list .heading span {
	color: #41B591;
}

.property_list .heading+small {
	text-align: right;
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
}

.property_list .subheading {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 20px;
	border-left: 3px solid #63636d;
	background: #f5f0ed;
}

.property_list>ul>li {
	padding: 5%;
	border: 1px solid #C0A799;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
}

.property_list>ul>li .campaign {
	display: block;
	font-size: 16px;
	color: #fff;
	background: #C0A799;
	margin-bottom: 20px;
	padding: 10px 15px;
	width: 100%;
	order: 1;
	line-height: 1.5;
}

.property_list>ul>li .campaign>span {
	display: block;
}

.property_list>ul>li .name {
	font-size: 25px;
	font-weight: bold;
	order: 3;
}

.property_list>ul>li .tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	order: 2;
	width: 100%;
}

.property_list>ul>li .tag li {
	font-size: 12px;
	padding: 5px 10px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.property_list>ul>li .inbox {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	order: 4;
}

.property_list>ul>li .inbox .left {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.property_list>ul>li .inbox .left::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #DCDCDC;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10%;
	margin: auto;
}

.property_list>ul>li .inbox .left .badge {
	width: 55px;
	height: 55px;
	border-radius: 100px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -2%;
	left: -5%;
	z-index: 2;
	line-height: 1.2;
	font-weight: bold;
	animation: scale 1s ease-in-out alternate infinite;
	font-size: 11px;
}

@keyframes scale {
	0% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(1.2, 1.2);
	}
}

.property_list>ul>li .inbox .left .badge.freerent {
	background: #D95E59;
}

.property_list>ul>li .inbox .left .badge.recommend {
	background: #D5801D;
}

.property_list>ul>li .inbox .left .badge.attention {
	background: #e61d1d;
}

.property_list>ul>li .inbox .left .image {
	margin-bottom: 20px;
}

.property_list>ul>li .inbox .left .image div {
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #DCDCDC;
	padding: 35% 0;
	margin-bottom: 10px;
}

.property_list>ul>li .inbox .left .image div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.property_list>ul>li .inbox .left .image div.floor img {
	width: 90%;
	height: 90%;
	object-fit: contain;
}

.property_list>ul>li .inbox .left .image div span {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 5px 20px;
	z-index: 2;
}

.property_list>ul>li .inbox .left .text p {
	font-size: 16px;
}

.property_list>ul>li .inbox .right {
	width: 100%;
}

.property_list>ul>li .inbox .right .data {
	margin-bottom: 30px;
}

.property_list>ul>li .inbox .right .data dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

.property_list>ul>li .inbox .right .data dl dt {
	width: 5em;
	min-width: 5em;
	color: #C0A799;
	margin-right: 1em;
}

.property_list>ul>li .inbox .right .data dl dd {
	font-size: 16px;
}

.property_list>ul>li .inbox .right .data dl dd {
	font-size: 16px;
}

.property_list>ul>li .inbox .right .data dl.rent dd,
.property_list>ul>li .inbox .right .data dl.cost dd {
	font-size: 20px;
	font-weight: bold;
}

.property_list>ul>li .inbox .right .data div.cost,
.pickup_slider_item div.cost {
	text-align: center;
	color: #C0A799;
	background-color: #ece3e3;
	border: #C0A799 1px solid;
	border-radius: 10px;
	font-weight: bold;
}

.property_list>ul>li .inbox .right .data div.cost {
	padding: 10px;
	margin-bottom: 15px;
}

.pickup_slider_item div.cost {
	padding: 4px;
	width: 90%;
    margin: 8px auto 0;
}

.pickup_slider_item div.cost p {
	font-size: 0.85rem!important;
}

.property_list>ul>li .inbox .right .data dl dd .label {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #FD5C5C;
	border-radius: 100px;
	padding: 5px 20px;
	margin-left: 20px;
	display: inline-block;
}

.property-btn {
	display: block;
}

.property-btn a {
	max-width: 230px;
	margin-bottom: 10px;
	height: 40px;
}

.property-btn .contact-btn {
	max-width: 230px;
	width: 90%;
	height: 40px;
	margin: auto;
	background: #D95E59;
	border-radius: 100px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pager {
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
}

.wp-pagenavi {
	width: 95%;
	margin: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin: 5px;
	transition: .3s;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	overflow: hidden;
	text-indent: -300%;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	content: '';
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #63636D;
	border-left: 2px solid #63636D;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.wp-pagenavi .nextpostslink::before {
	border: none;
	border-top: 2px solid #63636D;
	border-right: 2px solid #63636D;
}

.wp-pagenavi .current {
	background-color: #616161;
	color: #fff;
}

.pager ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.pager ul li a {
	margin: 5px;
	padding: 5px 10px;
	background-color: #fff;
	display: inline-block;
	transition: .3s;
	text-decoration: none;
}

/*==================================================
$property detail
==================================================*/
.main_slider_wrap {
	margin: 5% auto 60px;
}

.main_slider_wrap .main_slider {
	margin-bottom: 30px;
	width: 100%;
	height: 400px;
}

.main_slider_wrap .main_slider div {
	height: 100%;
	background: #ededed;
}

.main_slider_wrap .main_slider .main_slider_item {
	position: relative;
}

.main_slider_wrap .main_slider .main_slider_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_slider_wrap .main_slider .main_slider_item span {
	padding: 10px 20px;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	color: #fff;
	height: auto;
}

.main_slider_wrap .main_slider .main_slider_item i {
	background: url(../img/common/ico_zoom.svg) no-repeat center/contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	right: 15px;
	margin: auto;
	z-index: 2;
	cursor: pointer;
}

.main_slider_wrap .main_slider_thumbnail {
	width: 80%;
	margin: auto;
}

.main_slider_wrap .main_slider_thumbnail .main_slider_item {
	width: calc(80vw / 3);
	height: 70px;
	background: #ededed;
	margin-right: 10px;
}

.main_slider_wrap .main_slider_thumbnail .main_slider_item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.property_detail_upper .property_detail_data {
	width: 100%;
}

.property_detail_upper .property_detail_data dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.2;
}

.property_detail_upper .property_detail_data dl:first-child {
	border-top: 1px solid #dcdcdc;
}

.property_detail_upper .property_detail_data dl dt {
	font-size: 3.0vw;
        font-weight: bold;
        /* color: #d5801d; */
        width: 30%;
        /* min-width: 150px; */
        /* margin-right: 20px; */
        padding: 10px 4%;
	}

.property_detail_upper .property_detail_data dl dd {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.property_detail_upper .property_detail_data dl dd>span {
	font-size: 3.0vw;
	/* font-weight: bold; */
	width: 27.29%;
    max-width: 130px;
	padding: 10px 3%;
}

.property_detail_upper .property_detail_data dl dd a {
	width: 33%;
        /* max-width: 119px; */
        /* height: 42px; */
        padding: 8px 5% 8px 3%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: #3B4043;
        border: 1px solid #3B4043;
        /* border-radius: 100px; */
        font-size: 2.5vw;
        color: #fff;
        position: relative;
}

.property_detail_upper .property_detail_data dl dd a span::after {
	content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6px;
        margin: auto;
        transform: rotate(135deg);
        transition: .3s;
        z-index: 10;
}

.property_detail_upper .property_detail_data dl.property_detail_data_title dt,
.property_detail_upper .property_detail_data dl.property_detail_data_title dd>span:first-of-type {
border-right: 1px solid #fff;
}

.property_detail_upper .property_detail_data>div {
	margin-bottom: 20px;
}

.property_detail_upper .pickup_tag {
	width: 100%;
	margin-top: 13%;
}

.property_detail_upper .pickup_tag ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.property_detail_upper .pickup_tag ul li {
	width: 32%;
	/* background: #efefef; */
	border-radius: 100px;
	font-size: 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	margin-right: 1%;
	margin-bottom: 2%;
	border: 1px solid #efefef;
}

.property_detail_upper .pickup_tag ul li:nth-child(3n) {
	margin-right: 0;
}

.property_detail_upper .pickup_tag ul li::before {
	content: "";
	width: 1.5em;
	height: 1.5em;
	margin-right: 5px;
}

.property_detail_upper .pickup_tag ul li.new::before {
	background: url(../img/ico_building.svg) no-repeat center/contain;
}

.property_detail_upper .pickup_tag ul li.high_grade::before {
	background: url(../img/ico_highgrade.svg) no-repeat center/contain;
}

.property_detail_upper .pickup_tag ul li.contactless_key::before {
	background: url(../img/ico_key.svg) no-repeat center/contain;
}

.property_detail_upper .pickup_tag ul li.pet::before {
	background: url(../img/ico_pet.svg) no-repeat center/contain;
}

.property_detail_upper .property_banner {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0;
}

.floor_list {
	width: 100%;
	padding: 30px 0 0;
	position: relative;
}

.floor_list>.heading {
	display: block;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.floor_detail_item.on {
	display: block !important;
}

.floor_detail_item .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.floor_detail_item .inner .name {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 50px;
	display: block;
	border-bottom: 1px solid #C0A799;
	position: relative;
	width: 100%;
}

.floor_detail_item .inner .name::after {
	content: '';
	width: 160px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.floor_detail_item .inner .images_slider_wrap {
	width: 100%;
	margin-bottom: 30px;
}

.floor_detail_item .inner .images_slider_wrap .images_slider {
	margin-bottom: 15px;
}

.floor_detail_item .inner .images_slider_wrap .images_slider .arrows {
	width: 35px;
	height: 35px;
	background: #6E6E6E;
	border-radius: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5%;
	margin: auto;
	z-index: 2;
}

.floor_detail_item .inner .images_slider_wrap .images_slider .arrows.next {
	left: auto;
	right: -5%;
	transform: scale(-1, 1);
}

.floor_detail_item .inner .images_slider_wrap .images_slider .arrows::before {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	margin: auto;
}

.floor_detail_item .inner .images_slider_wrap .images_slider .images_slider_item {
	position: relative;
	height: 300px;
}

.floor_detail_item .inner .images_slider_wrap .images_slider .images_slider_item img {
	width: 100%;
	height: calc(100% - 40px);
	object-fit: cover;
}

.floor_detail_item .inner .images_slider_wrap .images_slider .images_slider_item span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 11px 10px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	text-align: left;
	font-size: 3.0vw;
}

.floor_detail_item .inner .images_slider_wrap .images_slider_thumbnail .images_slider_item {
	width: 23%;
	margin-right: 15px;
	height: 50px;
	background: #ededed;
}

.floor_detail_item .inner .images_slider_wrap .images_slider_thumbnail .images_slider_item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.floor_detail_item .inner .images_slider_wrap .images_slider_thumbnail .images_slider_item span {
	display: none;
}

.floor_detail_item .inner .floor_layout {
	width: 100%;
	border: 1px solid #63636D;
	padding: 20px;
}

.floor_detail_item .inner .floor_layout div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.floor_detail_item .inner .floor_info {
	width: 90%;
    margin: auto;
}

.floor_detail_item .inner .floor_info .heading {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: bold;
}

.floor_detail_item .inner .floor_info dl {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	border-top: 1px solid #DCDCDC;
	font-size: 3.5vw;
}

.floor_detail_item .inner .floor_info dl dt {
	/* min-width: 120px; */
	width: 30%;
        padding-right: 1em;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #009D62;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 3.5vw;
		font-weight: bold;
}

.floor_detail_item .inner .floor_info dl dd {
	width: 70%;
	padding: 20px;
	border-bottom: 1px solid #DCDCDC;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.floor_detail_item .inner .floor_info dl dd .emphasize {
	font-size: 26px;
	font-weight: bold;
	color: #FD5C5C;
}

.floor_detail_data .floor_detail_data_facility {
	background: #F6F6F6;
	padding: 13% 0;
	margin-bottom: 5%;
}

.floor_detail_data .floor_detail_data_facility .heading {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.floor_detail_data .floor_detail_data_facility ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.floor_detail_data .floor_detail_data_facility ul li {
        width: 31%;
        height: auto;
        margin: 0 1% 2%;
        background: #fff;
        border-radius: 5px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
        font-weight: bold;
        font-size: 10px;
        line-height: 1;
        position: relative;
        padding: 32px 2% 7px;
        font-size: 2.8vw;
        font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

.floor_detail_data .floor_detail_data_facility p {
	font-size: 3.0vw;
    margin-top: 2%;
    padding: 0 2%;
}

.floor_detail_data>.inner {
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
	/* border-top: 1px solid #DCDCDC; */
}

.floor_detail_data>.inner>div {
	width: 100%;
	margin-bottom: 13%;
}

.floor_detail_data>.inner>div .heading {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #C0A799;
	position: relative;
	font-weight: bold;
	text-align: center;
}

.floor_detail_data>.inner>div dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	margin-bottom: 30px;
	font-size: 3.5vw;
}

.floor_detail_data>.inner>div dl dt {
	min-width: 30%;
	width: 30%;
	padding-right: 1em;
	padding: 10px 0;
	border-bottom: 1px solid #009D62;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: bold;
}

.floor_detail_data>.inner>div dl dd {
	width: calc(100% - 30%);
	padding: 10px;
	border-bottom: 1px solid #DCDCDC;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.floor_detail_data>.inner>div dl dd .emphasize {
	font-size: 20px;
	font-weight: bold;
	color: #FD5C5C;
}

.floor_detail_data>.inner>div ul:not(.dots) {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.floor_detail_data>.inner>div ul:not(.dots) li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background: #F5F0ED;
	border-radius: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
	padding: 5px 15px;
}

.floor_detail_data>.inner>div .map {
	position: relative;
	padding: 35% 0;
	height: 0;
	overflow: hidden;
}

.floor_detail_data>.inner>div .map iframe,
.floor_detail_data>.inner>div .map object,
.floor_detail_data>.inner>div .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.floor_detail_data>.inner>div .banner {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
}

.floor_detail_data>.inner>div .banner span {
	font-size: 10px;
	color: #FD5C5C;
	line-height: 1.3;
	padding-left: 2em;
	text-indent: -1em;
	display: block;
	margin-top: 10px;
}

.property_detail_under_link {
	padding: 5% 3%;
	background: #6E6E6E;
	/* position: sticky;
	top: 120px; */
	z-index: 10;
	margin-top: 30px;
	margin-bottom: 13%;
}

.property_detail_under_link.after {
	background: none;
	padding-top: 0;
}

.property_detail_under_link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 2%;
}

.property_detail_under_link ul li {
	width: 48%;
	height: 50px;
	margin-bottom: 4%;
}

.property_detail_under_link a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #009D62;
	/* border: 1px solid #009D62; */
	/* border-radius: 10px; */
	font-size: 3.5vw;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: relative;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
}

.property_detail_under_link a::after {
	content: "";
    position: absolute;
    bottom: auto;
    /* left: 0; */
    right: 12px;
    margin: auto;
    width: 19px;
    height: 19px;
	background: url(../img/common/arrow05.svg) no-repeat center/contain;
}

.property_detail_under_link.after a::after {
	transform: scale(1, -1);
	top: 10px;
	bottom: auto;
}

.property_detail_under_link a.active {
	background: #41b591;
	color: #fff;
}

.property_detail_under_link a.active::after {
	background: url(../img/arrow05_white.svg) no-repeat center/contain;
}

.property_detail_under_link .floor_list_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 1%;
}

.property_detail_under_link .floor_list_btn>span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 20px 0 10px;
}

.property_detail_under_link.after .floor_list_btn>span {
	color: inherit;
}

.property_detail_under_link .floor_list_btn .floor_list_btn_item {
	width: 48%;
	/* max-width: 210px; */
	height: 60px;
	margin-bottom: 3%;
}



.VideoWrapper {
	width: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
	padding: 28.1% 0;
}

.VideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie_block .inner {
	width: 100%;
}

.page_linkbox.fixed_banner {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	background: none;
	width: auto;
	height: auto;
	padding: 0;
}

/* 230307 */
p.address,
p.station,
p.price {
	font-size: 3.6vw;
	margin-bottom: 7px;
	text-align: center;
}

p.address span,
p.station span {
	display: none;
}

p.price {
	font-size: 4.5vw;
	font-weight: bold;
	color: #873030;
	margin-top: 14px;
}

p.price span.kugiri:first-of-type {
	display: none;
}

.info_box {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 5%;
	border-radius: 10px;
	font-weight: bold;
}

/* p.station {
	position: relative;
	padding-left:84.16px;
}

p.station::before {
	content: "アクセス：";
	font-size: 17px;
	color: #7e6759;
	position: absolute;
	top: 0;
	left: 0;
} */

.point_list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 11%;
}

.point_list ul li {
	width: 48%;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 4%;
	padding: 4% 2%;
	text-align: center;
	border: 1px solid #d1d1d9;
	font-size: 4.0vw;
}

.point_list ul li::before {
	content: "";
	width: 7vw;
	height: 7vw;
	display: inline-block;
	margin-right: 5%;
	margin-bottom: -5%;
}

.point_list ul li.ekitika::before {
	background: url(../img/point_ekitika.png) no-repeat center/contain;
}

.point_list ul li.pet::before {
	background: url(../img/point_pet.png) no-repeat center/contain;
}

.point_list ul li.hutarikurashi::before {
	background: url(../img/point_hutarikurashi.png) no-repeat center/contain;
}

.fixed_banner.page_linkbox .inner {
	width: 95%;
}

.fixed_banner.page_linkbox .page_contact_title {
	display: block;
	text-align: center;
	margin: 27% auto 5%;
	font-size: 5.3vw;
	font-weight: bold;
}

.fixed_banner.page_linkbox .inner ul {
	flex-wrap: wrap;
}

.fixed_banner.page_linkbox .inner ul li {
	height: auto;
	text-align: center;
	margin-bottom: 4%;
}

.fixed_banner.page_linkbox .inner ul li.tel a,
.fixed_banner.page_linkbox .inner ul li.contact a,
.fixed_banner.page_linkbox .inner ul li.line a {
	padding-top: 40px;
	padding-left: 0;
	display: block;
	padding-bottom: 5%;
}

.fixed_banner.page_linkbox .inner ul li.tel {
	width: 48%;
}

.fixed_banner.page_linkbox .inner ul li.contact {
	width: 48%;
}

.fixed_banner.page_linkbox .inner ul li.line {
	width: 100%;
}

.fixed_banner.page_linkbox .inner ul li.tel a::before,
.fixed_banner.page_linkbox .inner ul li.contact a::before,
.fixed_banner.page_linkbox .inner ul li.line a::before {
	left: 50%;
	transform: translateX(-50%);
	top: 7%;
}

.fixed_banner.page_linkbox .inner ul li.tel a::before {
	top: -40%;
}

.fixed_banner.page_linkbox .inner ul li.contact a::before {
	top: -45%;
}

.fixed_banner.page_linkbox .inner ul li.line a {
	flex-wrap: wrap;
	padding-bottom: 3%;
	padding-top: 3%;
	padding-left: 15%;
}

.fixed_banner.page_linkbox .inner ul li.line a::before {
	position: absolute;
	width: 11vw;
	height: 11vw;
	top: 50%;
	transform: translate(0, -50%);
	left: 10%;
}

.fixed_banner.page_linkbox .inner ul li.tel a small.tel_txt span {
	font-size: 4.0vw;
}

.fixed_banner.page_linkbox .inner ul li.tel a small.tel_txt {
	font-size: 5.0vw;
	text-align: center;
}

.contact_txt {
	font-size: 5.0vw;
}

.contact_txt small {
	font-size: 3.6vw;
	font-weight: normal;
	display: block;
}

.fixed_banner.page_linkbox .inner ul li.line a>span {
	font-size: 5.0vw;
	color: #63636D;
}

.fixed_banner.page_linkbox .inner ul li.line a>span span {
	color: #4CC764;
}

.fixed_banner.page_linkbox .inner ul li.line .sp_txt {
	text-align: center;
	font-size: 4.0vw;
	color: #4CC764;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.fixed_banner.page_linkbox .inner ul li.line .sp_txt::before,
.fixed_banner.page_linkbox .inner ul li.line .sp_txt::after {
	content: '';
	width: 1em;
	height: 1em;
	margin: 0 5px;
	background: url(../img/deco_text01.svg) no-repeat center/contain;
}

.fixed_banner.page_linkbox .inner ul li.line .sp_txt::after {
	transform: scale(-1, 1);
}

.property_detail_under_link.archive_link {
	background: #fff;
	margin-bottom: 12%;
	position: relative;
	top: auto;
}

.property_detail_under_link.archive_link ul {
	width: 100%;
	flex-wrap: wrap;
}

.property_detail_under_link.archive_link ul li {
	width: 31%;
	margin-bottom: 4%;
}

.property_detail_under_link.archive_link ul li a {
	background: #F5F0ED;
	display: block;
	font-size: 3.4vw;
	padding: 10% 3% 25%;
}

/* 230310 */
.point_list .main_txt_imgbox {
	margin-top: 5%;
}

.point_list ul li.shintiku::before {
	background: url(../img/point_shintiku.png) no-repeat center/contain;
}

.point_list ul li.highgrade::before {
	background: url(../img/point_highgrade.png) no-repeat center/contain;
}

.point_list ul li.key::before {
	background: url(../img/point_key.png) no-repeat center/contain;
}

.point_list ul li.market::before {
	background: url(../img/point_market.png) no-repeat center/contain;
}

.point_list ul li.park::before {
	background: url(../img/point_park.png) no-repeat center/contain;
}



.pankuzu {
	padding: 20px 0;
	font-size: 10px;
}

.pankuzu .inner {
	overflow-x: auto;
	width: 100%;
	padding: 5px 10px;
}

.pankuzu ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.pankuzu ul li {
	white-space: nowrap;
	margin-right: 10px;
}

.pankuzu ul li a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.pankuzu ul li:not(:last-child) a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #63636d;
	border-right: 1px solid #63636d;
	transform: rotate(45deg);
	margin-left: 10px;
}

.pankuzu ul li:last-child a {
	pointer-events: none;
}

/* 230518追加　空室一覧 */

@media only screen and (max-width: 767px) {

	#vacancy .list {
		border-collapse: collapse;
		margin: auto;
		overflow-x: scroll;
	}

	#vacancy .list td,
	th {
		vertical-align: middle;
	}

	#vacancy .list th {
		border: solid 1px #666666;
		color: #000000;
		background-color: #41b591;
	}

	#vacancy .list td {
		border: solid 1px #666666;
		color: #000000;
		background-color: #ffffff;
		width: 90px;
	}

	#vacancy .list tr:nth-child(2) {
		background-color: #41b591;
		padding: 0.05rem;
	}

	#vacancy .list tr:nth-child(odd) td {
		background-color: #ffe3b5;
		padding: 0.05rem;
	}

	#vacancy .list tr>* {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		text-align: center;
		padding: 0.35rem 0.6rem;
	}

	#vacancy .list .done {
		font-size: 0.9rem;
		font-weight: bold;
		background: #AAA;
	}

	#vacancy .list td .vacancy {
		background-color: rgb(240, 240, 255);
	}

	#vacancy .list .vacancy {
		font-size: 1.2rem;
		font-weight: bold;
		color: rgb(217 94 89);

	}

	#vacancy .list td .moveout {
		background-color: rgb(240, 240, 255);
	}

	#vacancy .list .moveout {
		font-size: 0.9rem;
		font-weight: bold;
		color: rgb(3 126 18);

	}

	#vacancy .list tr>td {
		white-space: nowrap;
	}

	#vacancy .list thead tr>th {
		left: 0;
		min-width: 5rem;
		z-index: 1;
		position: sticky;
	}

	#vacancy .list tbody tr>th,
	#vacancy .list tbody tr>th+td,
	#vacancy .list tbody tr>td:first-child {
		position: sticky;
		left: 5rem;
		min-width: 5rem;
		z-index: 1;
	}

	#vacancy .list tbody tr>th {
		left: 0;
	}

	#vacancy .list tbody tr>td:first-child {
		background-color: #fff;
	}

	.list table thead tr>th:after,
	.list table tbody tr>th:after,
	.list table tbody tr>th+td:after,
	.list table tbody tr>td:first-child:after {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		right: -1px;
		bottom: -1px;
		border: 1px solid #000;
	}

	.pr_area {
		background: #D95E59;
		font-weight: bold;
		color: #fff;
		border-radius: 10px;
		padding: 5px 15px;
		text-align: center;
		font-size: 19px;
		margin: 10px auto 30px;
		line-height: 1.7em;
		max-width: 900px;
		width: 90%;
	}

	.pr_area p span {
		font-size: 30px;
		display: inline-block;
		margin: 0 7px;
	}

	.pr_area p .noprice {
		border: 3px solid #fff;
		padding: 1% 1% 3%;
	}

}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 480px) {}

@media print,
screen and (min-width: 768px) {


	.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		opacity: 0;
	}

}

@media print,
screen and (min-width: 992px) {}

@media print,
screen and (min-width: 1200px) {}



	.pickup_section {
		/*関連物件*/
		margin-top: 30px;
		margin-bottom: 50px;

		.heading {
			width: 100%;
			font-size: 18px;
			margin: 15px 0;
		}

		.pickup_list {
			.pickup_item {
				margin-bottom: 30px;

				& a {
					display: flex;
					align-items: flex-start;
					gap: 5%;
					transition: all 0.2s linear;
				}
			}

			.image {
				flex-basis: 120px;
				flex-shrink: 0;
				position: relative;
				aspect-ratio: 1 / 1;
				overflow: hidden;

				.label {
					position: absolute;
					top: 0;
					right: 0;
					font-size: 11px;
					background: rgba(255, 255, 255, .9);
					padding: 3px 5px;
					z-index: 2;
				}

				& img {
					object-fit: cover;
					width: 100%;
					height: 100%;
					transition: all 0.2s linear;
				}
			}

			.text {
				flex: 1;
				border-bottom: 1px solid #dcdcdc;

				.name {
					font-size: 14px;
					font-weight: bold;
					line-height: 1.2;
					padding-bottom: 10px;
					display: block;
				}
			}

			.detail {
				height: 100%;
				border-top: 1px solid #dcdcdc;
				padding: 10px;

				.layout {
					display: block;
					color: #c0a799;
					font-size: 13px;
				}

				.rent {
					display: block;
					font-size: 15px;
				}
			}
		}
	}

	.bottom_fix {
		position: absolute;
	}
}

/* 240221 */
.property_title_block .label span.badge.recommend {
	color: #fff;
	border: 1px solid #D5801D;
	background: #D5801D;
}

.property_title_block .label span.badge.freerent {
	color: #fff;
	border: 1px solid #D95E59;
	background: #D95E59;
}

.property_title_block .label span.badge.attention {
	color: #fff;
	border: 1px solid #e61d1d;
	background: #e61d1d;
}

/* 240313 */
.pageview {
	font-size: 18px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	background: #f3f3f3;
	line-height: 260%;
	border-radius: 50px;
}

.pageview strong {
	font-size: 28px;
	font-weight: bold;
	color: #FD5C5C;
}

/* 240530　特徴と設備のアイコン追加 */
.property-icon-p li::before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	top: 34%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}

.property-icon-p li.system_kitchen::before,
.property-icon-p li.shoes_box::before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	top: 34%;
	left: 0px;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}

.property-icon-p li.system_kitchen::before {
	background: url(../img/common/property_tag_05.png) no-repeat center/contain;
}

.property-icon-p li.shoes_box::before {
	background: url(../img/shoes.png) no-repeat center/contain;
}

.property-icon-p li.internet::before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	top: 32%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}

.property-icon-p li.internet::before {
	background: url(../img/internet.png) no-repeat center/contain;
}

.property-icon-p li.interphone::before {
	background: url(../img/bell.png) no-repeat center/contain;
}

.property-icon-p li.autolock::before {
	background: url(../img/auto-lock.png) no-repeat center/contain;
}

.property-icon-p li.wash_basin::before {
	background: url(../img/common/property_tag_11.png) no-repeat center/contain;
}

.property-icon-p li.reheating::before {
	background: url(../img/yuwakashi.png) no-repeat center/contain;
}

.property-icon-p li.toilet_and_bath::before {
	background: url(../img/toilet-bath.png) no-repeat center/contain;
}

.property-icon-p li.security_camera::before {
	background: url(../img/bouhan-camera.png) no-repeat center/contain;
}

.property-icon-p li.air_conditioner::before {
	background: url(../img/common/property_tag_04.png) no-repeat center/contain;
}

.property-icon-p li.elevator::before {
	background: url(../img/elevator.png) no-repeat center/contain;
}

.property-icon-p li.delivery_box::before {
	background: url(../img/common/property_tag_08.png) no-repeat center/contain;
}

.property-icon-p li.closet::before {
	background: url(../img/closet.png) no-repeat center/contain;
}

.property-icon-p li.parking_bicycle::before {
	background: url(../img/jitensya.png) no-repeat center/contain;
}

.property-icon-p li.parking_bike::before {
	background: url(../img/bike.png) no-repeat center/contain;
}

.property-icon-p li.wi-fi::before {
	background: url(../img/wifi.png) no-repeat center/contain;
}

.property-icon-p li.pet::before {
	background: url(../img/dog.png) no-repeat center/contain;
}

.property-icon-p li.near_the_station_5::before {
	background: url(../img/toho.png) no-repeat center/contain;
}

.property-icon-p li.near_the_station_5::before {
	background: url(../img/toho.png) no-repeat center/contain;
}

.property-icon-p li.parking_car::before {
	background: url(../img/car.png) no-repeat center/contain;
}

.property-icon-p li.washlet::before {
	background: url(../img/wash-let.png) no-repeat center/contain;
}

.property-icon-p li.high_grade::before {
	background: url(../img/ico_highgrade.png) no-repeat center/contain;
}

.property-icon-p li.new::before {
	background: url(../img/ico_building.png) no-repeat center/contain;
}

.property-icon-p li.contactless_key::before {
	background: url(../img/key.png) no-repeat center/contain;
}

.property-icon-p li.bathroom_heater_dryer::before {
	background: url(../img/bathroom_heater_dryer.png) no-repeat center/contain;
}

.property-icon-p li.iot::before {
	background: url(../img/iot.png) no-repeat center/contain;
}

.property-icon-p li.all-elect::before {
	background: url(../img/all-elect.png) no-repeat center/contain;
}

.property-icon-p li.gas::before {
	background: url(../img/common/property_tag_09.png) no-repeat center/contain;
}

.property-icon-p li.walk_in::before {
	background: url(../img/wic.png) no-repeat center/contain;
}

/* 条件・設備から探すアイコン */
.property-icon-p li.triple_0::before {
	background: url(../img/triple_0.png) no-repeat center/contain;
}

.property-icon-p li.auto_lock::before {
	background: url(../img/common/property_tag_10.png) no-repeat center/contain;
}

.property-icon-p li.pet_ok::before {
	background: url(../img/common/property_tag_01.png) no-repeat center/contain;
}

.property-icon-p li.wifi_free::before {
	background: url(../img/common/property_tag_13.png) no-repeat center/contain;
}

.property-icon-p li.parking::before {
	background: url(../img/car.png) no-repeat center/contain;
}

.property-icon-p li.bicycle_parking::before {
	background: url(../img/common/property_tag_15.png) no-repeat center/contain;
}

.property-icon-p li.bike_parking::before {
	background: url(../img/common/property_tag_14.png) no-repeat center/contain;
}

.property-icon-p li.toilet_bath::before {
	background: url(../img/common/property_tag_07.png) no-repeat center/contain;
}

.property-icon-p li.double_ok::before {
	background: url(../img/common/property_tag_02.png) no-repeat center/contain;
}

.property-icon-p li.child_ok::before {
	background: url(../img/child_ok.png) no-repeat center/contain;
}

.property-icon-p li.new_construction::before {
	background: url(../img/common/property_tag_12.png) no-repeat center/contain;
}

.property-icon-p li.fr::before {
	background: url(../img/free-rent.png) no-repeat center/contain;
}

.property-icon-p li.bathroom_heating_dryer::before {
	background: url(../img/common/property_tag_06.png) no-repeat center/contain;
}

.property-icon-p li.walk_in::before {
	background: url(../img/wic.png) no-repeat center/contain;
}

.property-icon-p li.tyukai_0::before {
	background: url(../img/common/property_tag_03.png) no-repeat center/contain;
}

/* 信和不動産販売　設備アイコン */
.property-icon-p li.near_city::before {
	background: url(../img/common/property__tag_01.png) no-repeat center/contain;
}
.property-icon-p li.green_area::before {
	background: url(../img/common/property__tag_02.png) no-repeat center/contain;
}
.property-icon-p li.elevated::before {
	background: url(../img/common/property__tag_03.png) no-repeat center/contain;
}
.property-icon-p li.planned_area::before {
	background: url(../img/common/property__tag_04.png) no-repeat center/contain;
}
.property-icon-p li.summer_resort::before {
	background: url(../img/common/property__tag_05.png) no-repeat center/contain;
}
.property-icon-p li.suburban::before {
	background: url(../img/common/property__tag_06.png) no-repeat center/contain;
}
.property-icon-p li.big_town::before {
	background: url(../img/common/property__tag_07.png) no-repeat center/contain;
}
.property-icon-p li.quiet_area::before {
	background: url(../img/common/property__tag_08.png) no-repeat center/contain;
}
.property-icon-p li.no_front_building::before {
	background: url(../img/common/property__tag_09.png) no-repeat center/contain;
}
.property-icon-p li.flat_land::before {
	background: url(../img/common/property__tag_10.png) no-repeat center/contain;
}
.property-icon-p li.lines_2::before {
	background: url(../img/common/property__tag_11.png) no-repeat center/contain;
}
.property-icon-p li.flat_to_station::before {
	background: url(../img/common/property__tag_12.png) no-repeat center/contain;
}
.property-icon-p li.first_station::before {
	background: url(../img/common/property__tag_13.png) no-repeat center/contain;
}
.property-icon-p li.corner_unit::before {
	background: url(../img/common/property__tag_14.png) no-repeat center/contain;
}
.property-icon-p li.top_floor::before {
	background: url(../img/common/property__tag_15.png) no-repeat center/contain;
}
.property-icon-p li.high_floor::before {
	background: url(../img/common/property__tag_16.png) no-repeat center/contain;
}
.property-icon-p li.south_facing::before {
	background: url(../img/common/property__tag_17.png) no-repeat center/contain;
}
.property-icon-p li.se_facing::before {
	background: url(../img/common/property__tag_18.png) no-repeat center/contain;
}
.property-icon-p li.sw_facing::before {
	background: url(../img/common/property__tag_19.png) no-repeat center/contain;
}
.property-icon-p li.sunny::before {
	background: url(../img/common/property__tag_20.png) no-repeat center/contain;
}
.property-icon-p li.ventilated::before {
	background: url(../img/common/property__tag_21.png) no-repeat center/contain;
}
.property-icon-p li.ldk_20::before {
	background: url(../img/common/property__tag_22.png) no-repeat center/contain;
}
.property-icon-p li.ldk_18::before {
	background: url(../img/common/property__tag_23.png) no-repeat center/contain;
}
.property-icon-p li.ldk_15::before {
	background: url(../img/common/property__tag_24.png) no-repeat center/contain;
}
.property-icon-p li.tatami_room::before {
	background: url(../img/common/property__tag_25.png) no-repeat center/contain;
}
.property-icon-p li.loft::before {
	background: url(../img/common/property__tag_26.png) no-repeat center/contain;
}
.property-icon-p li.atrium::before {
	background: url(../img/common/property__tag_27.png) no-repeat center/contain;
}
.property-icon-p li.room_6::before {
	background: url(../img/common/property__tag_28.png) no-repeat center/contain;
}
.property-icon-p li.movable_wall::before {
	background: url(../img/common/property__tag_29.png) no-repeat center/contain;
}
.property-icon-p li.barrier_free::before {
	background: url(../img/common/property__tag_30.png) no-repeat center/contain;
}
.property-icon-p li.natural_material::before {
	background: url(../img/common/property__tag_31.png) no-repeat center/contain;
}
.property-icon-p li.all_flooring::before {
	background: url(../img/common/property__tag_32.png) no-repeat center/contain;
}
.property-icon-p li.ceiling_2-5::before {
	background: url(../img/common/property__tag_33.png) no-repeat center/contain;
}
.property-icon-p li.floor_heating::before {
	background: url(../img/common/property__tag_34.png) no-repeat center/contain;
}
.property-icon-p li.smart_key::before {
	background: url(../img/common/property__tag_35.png) no-repeat center/contain;
}
.property-icon-p li.storage::before {
	background: url(../img/common/property__tag_36.png) no-repeat center/contain;
}
.property-icon-p li.ventilation_24h::before {
	background: url(../img/common/property__tag_37.png) no-repeat center/contain;
}
.property-icon-p li.underfloor_storage::before {
	background: url(../img/common/property__tag_38.png) no-repeat center/contain;
}
.property-icon-p li.walk-in_closet::before {
	background: url(../img/common/property__tag_39.png) no-repeat center/contain;
}
.property-icon-p li.shoe_closet::before {
	background: url(../img/common/property__tag_40.png) no-repeat center/contain;
}
.property-icon-p li.storage_room::before {
	background: url(../img/common/property__tag_41.png) no-repeat center/contain;
}
.property-icon-p li.system_kitchen::before {
	background: url(../img/common/property__tag_42.png) no-repeat center/contain;
}
.property-icon-p li.open_kitchen::before {
	background: url(../img/common/property__tag_43.png) no-repeat center/contain;
}
.property-icon-p li.island_kitchen::before {
	background: url(../img/common/property__tag_44.png) no-repeat center/contain;
}
.property-icon-p li.pantry::before {
	background: url(../img/common/property__tag_45.png) no-repeat center/contain;
}
.property-icon-p li.ih_stove::before {
	background: url(../img/common/property__tag_46.png) no-repeat center/contain;
}
.property-icon-p li.dishwasher::before {
	background: url(../img/common/property__tag_47.png) no-repeat center/contain;
}
.property-icon-p li.disposer::before {
	background: url(../img/common/property__tag_48.png) no-repeat center/contain;
}
.property-icon-p li.water_filter::before {
	background: url(../img/common/property__tag_49.png) no-repeat center/contain;
}
.property-icon-p li.bath_dryer::before {
	background: url(../img/common/property__tag_50.png) no-repeat center/contain;
}
.property-icon-p li.mist_sauna::before {
	background: url(../img/common/property__tag_51.png) no-repeat center/contain;
}
.property-icon-p li.large_bath::before {
	background: url(../img/common/property__tag_52.png) no-repeat center/contain;
}
.property-icon-p li.auto_bath::before {
	background: url(../img/common/property__tag_53.png) no-repeat center/contain;
}
.property-icon-p li.tv_bath::before {
	background: url(../img/common/property__tag_54.png) no-repeat center/contain;
}
.property-icon-p li.bathroom_window::before {
	background: url(../img/common/property__tag_55.png) no-repeat center/contain;
}
.property-icon-p li.jet_bath::before {
	background: url(../img/common/property__tag_56.png) no-repeat center/contain;
}
.property-icon-p li.open-air_bath::before {
	background: url(../img/common/property__tag_57.png) no-repeat center/contain;
}
.property-icon-p li.audio_bath::before {
	background: url(../img/common/property__tag_58.png) no-repeat center/contain;
}
.property-icon-p li.shower_sink::before {
	background: url(../img/common/property__tag_59.png) no-repeat center/contain;
}
.property-icon-p li.toilets_2::before {
	background: url(../img/common/property__tag_60.png) no-repeat center/contain;
}
.property-icon-p li.bidet_toilet::before {
	background: url(../img/common/property__tag_61.png) no-repeat center/contain;
}
.property-icon-p li.eco_toilet::before {
	background: url(../img/common/property__tag_62.png) no-repeat center/contain;
}
.property-icon-p li.smart_toilet::before {
	background: url(../img/common/property__tag_63.png) no-repeat center/contain;
}
.property-icon-p li.wide_balcony::before {
	background: url(../img/common/property__tag_64.png) no-repeat center/contain;
}
.property-icon-p li.balconies_2::before {
	background: url(../img/common/property__tag_65.png) no-repeat center/contain;
}
.property-icon-p li.south_balcony::before {
	background: url(../img/common/property__tag_66.png) no-repeat center/contain;
}
.property-icon-p li.wood_deck::before {
	background: url(../img/common/property__tag_67.png) no-repeat center/contain;
}
.property-icon-p li.roof_balcony::before {
	background: url(../img/common/property__tag_68.png) no-repeat center/contain;
}
.property-icon-p li.terrace::before {
	background: url(../img/common/property__tag_69.png) no-repeat center/contain;
}
.property-icon-p li.balcony_water::before {
	background: url(../img/common/property__tag_70.png) no-repeat center/contain;
}
.property-icon-p li.garden_10::before {
	background: url(../img/common/property__tag_71.png) no-repeat center/contain;
}
.property-icon-p li.south_garden::before {
	background: url(../img/common/property__tag_72.png) no-repeat center/contain;
}
.property-icon-p li.private_garden::before {
	background: url(../img/common/property__tag_73.png) no-repeat center/contain;
}
.property-icon-p li.all_electric::before {
	background: url(../img/common/property__tag_74.png) no-repeat center/contain;
}
.property-icon-p li.eco-friendly::before {
	background: url(../img/common/property__tag_75.png) no-repeat center/contain;
}
.property-icon-p li.high-speed_net::before {
	background: url(../img/common/property__tag_76.png) no-repeat center/contain;
}
.property-icon-p li.bs_cs_catv::before {
	background: url(../img/common/property__tag_77.png) no-repeat center/contain;
}
.property-icon-p li.parking::before {
	background: url(../img/common/property__tag_78.png) no-repeat center/contain;
}
.property-icon-p li.ev_charger::before {
	background: url(../img/common/property__tag_79.png) no-repeat center/contain;
}
.property-icon-p li.self_parking::before {
	background: url(../img/common/property__tag_80.png) no-repeat center/contain;
}
.property-icon-p li.flat_parking::before {
	background: url(../img/common/property__tag_81.png) no-repeat center/contain;
}
.property-icon-p li.bicycle_parking::before {
	background: url(../img/common/property__tag_82.png) no-repeat center/contain;
}
.property-icon-p li.bike_parking::before {
	background: url(../img/common/property__tag_83.png) no-repeat center/contain;
}
.property-icon-p li.facilities::before {
	background: url(../img/common/property__tag_84.png) no-repeat center/contain;
}
.property-icon-p li.guest_room::before {
	background: url(../img/common/property__tag_85.png) no-repeat center/contain;
}
.property-icon-p li.auto_lock::before {
	background: url(../img/common/property__tag_86.png) no-repeat center/contain;
}
.property-icon-p li.garbage_24h::before {
	background: url(../img/common/property__tag_87.png) no-repeat center/contain;
}
.property-icon-p li.pool::before {
	background: url(../img/common/property__tag_88.png) no-repeat center/contain;
}
.property-icon-p li.elevator::before {
	background: url(../img/common/property__tag_89.png) no-repeat center/contain;
}
.property-icon-p li.delivery_box::before {
	background: url(../img/common/property__tag_90.png) no-repeat center/contain;
}
.property-icon-p li.kids_room::before {
	background: url(../img/common/property__tag_91.png) no-repeat center/contain;
}
.property-icon-p li.shared_open-air_bath::before {
	background: url(../img/common/property__tag_92.png) no-repeat center/contain;
}
.property-icon-p li.security::before {
	background: url(../img/common/property__tag_93.png) no-repeat center/contain;
}
.property-icon-p li.tv_intercom::before {
	background: url(../img/common/property__tag_94.png) no-repeat center/contain;
}
.property-icon-p li.staff_24h::before {
	background: url(../img/common/property__tag_95.png) no-repeat center/contain;
}
.property-icon-p li.renovated::before {
	background: url(../img/common/property__tag_96.png) no-repeat center/contain;
}
.property-icon-p li.renovatable::before {
	background: url(../img/common/property__tag_97.png) no-repeat center/contain;
}
.property-icon-p li.remodeled::before {
	background: url(../img/common/property__tag_98.png) no-repeat center/contain;
}
.property-icon-p li.interior_renovated::before {
	background: url(../img/common/property__tag_99.png) no-repeat center/contain;
}
.property-icon-p li.exterior_renovated::before {
	background: url(../img/common/property__tag_100.png) no-repeat center/contain;
}
.property-icon-p li.new_flooring::before {
	background: url(../img/common/property__tag_101.png) no-repeat center/contain;
}
.property-icon-p li.super_10min::before {
	background: url(../img/common/property__tag_102.png) no-repeat center/contain;
}
.property-icon-p li.hospital_10min::before {
	background: url(../img/common/property__tag_103.png) no-repeat center/contain;
}
.property-icon-p li.school_10min::before {
	background: url(../img/common/property__tag_104.png) no-repeat center/contain;
}
.property-icon-p li.low_traffic::before {
	background: url(../img/common/property__tag_105.png) no-repeat center/contain;
}
.property-icon-p li.riverside::before {
	background: url(../img/common/property__tag_106.png) no-repeat center/contain;
}
.property-icon-p li.ocean_view::before {
	background: url(../img/common/property__tag_107.png) no-repeat center/contain;
}
.property-icon-p li.lake_view::before {
	background: url(../img/common/property__tag_108.png) no-repeat center/contain;
}
.property-icon-p li.mountain_view::before {
	background: url(../img/common/property__tag_109.png) no-repeat center/contain;
}
.property-icon-p li.sea_2km::before {
	background: url(../img/common/property__tag_110.png) no-repeat center/contain;
}
.property-icon-p li.countryside::before {
	background: url(../img/common/property__tag_111.png) no-repeat center/contain;
}
.property-icon-p li.good_view::before {
	background: url(../img/common/property__tag_112.png) no-repeat center/contain;
}
.property-icon-p li.fireworks_view::before {
	background: url(../img/common/property__tag_113.png) no-repeat center/contain;
}
.property-icon-p li.available_now::before {
	background: url(../img/common/property__tag_114.png) no-repeat center/contain;
}
.property-icon-p li.pet_ok::before {
	background: url(../img/common/property__tag_115.png) no-repeat center/contain;
}
.property-icon-p li.hot_spring::before {
	background: url(../img/common/property__tag_116.png) no-repeat center/contain;
}
.property-icon-p li.snow_melting_measures::before {
	background: url(../img/common/property__tag_117.png) no-repeat center/contain;
}
.property-icon-p li.home_garden::before {
	background: url(../img/common/property__tag_118.png) no-repeat center/contain;
}
.property-icon-p li.rooftop::before {
	background: url(../img/common/property__tag_119.png) no-repeat center/contain;
}

/* 240606 */
/* .houzin_link {
	width: 80%;
	text-align: center;
	position: relative;
	bottom: 13%;
}

.houzin_link.is-show {
	bottom: auto;
}

.houzin_link a {
	position: relative;
	background-color: #fff;
	padding: 7% 0 7% 8%;
	text-align: center;
	width: 100%;
	display: block;
	border-radius: 10px;
	font-size: 4.2vw;
	font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.houzin_link a::before {
	content: "";
	background: url(../img/ico_houzin_orange.png) no-repeat center / contain;
	width: 5.0vw;
	height: 5.0vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16%;
} */

/* 240613 */
.contact_telbox_property {
	background: #41B591;
}

.contact_telbox_property .inner {
	padding: 50px 0;
}

.contact_telbox_property .inner dl {
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	display: block;
}

.contact_telbox_property .inner dl dt {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
}

.contact_telbox_property .inner dl dt span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: rgba(255, 255, 255, .3);
	border-radius: 5px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 33%;
	padding: 5px;
}

.contact_telbox_property .inner dl dt span:last-child {
	margin-bottom: 0;
}

.contact_telbox_property .inner dl dd {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.contact_telbox_property .inner dl dd:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 28%;
	height: 300px;
	background: url(../img/footer_fix01.png) no-repeat bottom center/contain;
	transform: scale(-1, 1);
	display: none;
}

.contact_telbox_property .inner dl dd div>* {
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 1.2;
}

.contact_telbox_property .inner dl dd div span {
	font-size: 16px;
	color: #FFFF2B;
	margin-bottom: 10px;
}

.contact_telbox_property .inner dl dd div a {
	font-size: 37px;
}

.contact_telbox_property .inner dl dd div a::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #fff url(../img/ico_tel_red.svg) no-repeat center/60% auto;
	vertical-align: middle;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.contact_telbox_property .inner dl dd div small {
	font-size: 14px;
	line-height: 1.5em;
}

.contact_telbox_property .inner dl dd div small a {
	text-decoration: underline;
}

.contact_telbox_property .inner>span {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
}

.column_blue {
	color: #00b7ff;
	font-weight: bold;
}

.column_red {
	color: #ff0015dc;
	font-weight: bold;
}

/* 240729 */
.search_box .search_inbox dl.station dd,
.search_box .search_inbox dl.floorplan dd,
.search_box .search_inbox dl.tag dd {
	display: none;
}

.search_box .search_inbox dl dd div.search_flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	padding: 0 0 20px;
}

.search_box.allopen .search_inbox dl dt.accordion {
	padding: 5px 13% 5px 10px;
}

.search_box.allopen .search_inbox dl dt.accordion::after {
	content: '';
	display: block;
	width: 3vw;
	height: 3vw;
	border-top: 1px solid #c0a799;
	border-right: 1px solid #c0a799;
	position: absolute;
	top: 50%;
	right: 5%;
	margin: auto;
	transform: translateY(-80%) rotate(135deg);
	transition: .3s;
	z-index: 10;
	background: none;
}

.search_box.allopen .search_inbox dl dt.accordion.open::after {
	bottom: 30%;
	transform: rotate(315deg);
	opacity: 1.0;
}

/* 240918 */
.houzin_link {
	width: 80%;
	text-align: center;
	position: relative;
	bottom: 2%;
}

.houzin_link.is-show {
	bottom: auto;
}

.houzin_link a {
	font-size: clamp(14px, 10.267px + 1.333vw, 16px);
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 5px 28px;
	background: rgb(254, 126, 2);
	background: linear-gradient(0deg, rgba(254, 126, 2, 1) 0%, rgba(245, 199, 33, 1) 100%);
	border: 2px solid #fff;
	border-radius: 100px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
	font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	color: white;
	width: 100%;
	display: block;
}

.houzin_link a ::after {
	content: "";
	width: 12px;
	height: 12px;
	right: 12px;
	transform: translateY(-50%);
	-webkit-mask-image: url(../img/arrow_next.svg);
	mask-image: url(../img/arrow_next.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	background-color: currentColor;

}

.houzin_link2 {
	width: 80%;
	text-align: center;
	position: relative;
	bottom: 3%;
}

.houzin_link2.is-show {
	bottom: auto;
}

.houzin_link2 a {
	font-size: clamp(14px, 10.267px + 1.333vw, 16px);
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 16px 85px;
	background: rgb(254, 126, 2);
	background: linear-gradient(0deg, rgba(0, 123, 76, 1) 0%, rgba(0, 158, 98, 1) 100%);
	border: 2px solid #fff;
	border-radius: 100px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
	font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	color: white;
	width: 100%;
}

.houzin_link2 a ::after {
	content: "";
	width: 12px;
	height: 12px;
	right: 12px;
	transform: translateY(-50%);
	-webkit-mask-image: url(../img/arrow_next.svg);
	mask-image: url(../img/arrow_next.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	background-color: currentColor;
}

/* 241127 */
.surrounding-items-slider {
    display: block;
}
.surrounding-item {
    width: 100%;
    margin-bottom: 10px;
	text-align: center;
}

/* 241205 */
.column_first_txt {
	margin: 50px 0 10px;
}

/* 250128　ポップアップ */
    .top_lightbox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgba(0, 0, 0, .8);
        z-index: 2547483645;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        transition: .3s;
    }

    .top_lightbox.active {
        opacity: 1;
        pointer-events: auto;
    }

    .top_lightbox div {
        background: #fff;
        width: 90%;
        /* max-width: 650px; */
        padding: 14% 5%;
        text-align: center;
        position: relative;
        box-sizing: border-box;
        border: 3px solid #caa670;
        /* height: 70vh; */
        overflow-y: auto;
        min-height: 250px;
        margin-top: -10%;
    }

    .top_lightbox div img {
        max-width: 80%;
        display: block;
        margin: 0 auto 20px;
    }

    .top_lightbox div p {
        margin-bottom: 30px;
        text-align: center;
        font-size: 14px;
    }

    .top_lightbox div p strong {
        font-size: 4.3vw;
        font-weight: bold;
        display: block;
        width: 95%;
		border-bottom: 2px solid #9f864c;
		padding-bottom: 13px;
		color: #000;
    }

    .top_lightbox div p strong.popup_strong {
        font-size: 3.8vw;
        padding: 5% 0;
        border: none;
		color: #63636D;
    }

    .top_lightbox div p strong.popup_strong span {
        font-size: 5.0vw;
        color: red;
        position: relative;
        z-index: 1;
    }

    .top_lightbox div p strong.popup_strong span::after {
        content: "";
        width: 100%;
        height: 7px;
        background-color: #fff141;
        position: absolute;
        bottom: 4px;
        left: 0;
        z-index: -2;
    }

    .top_lightbox div .close {
        position: absolute;
        top: 15px;
        right: 10px;
        width: 30px;
        height: 20px;
        cursor: pointer;
        opacity: 1.0;
    }

    .top_lightbox div .close::before,
    .top_lightbox div .close::after {
        content: '';
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .top_lightbox div .close::before {
        transform: rotate(45deg);
    }

    .top_lightbox div .close::after {
        transform: rotate(-45deg);
    }

    .top_lightbox div .btn {
        cursor: pointer;
        padding: 15px 10px;
        display: block;
        margin: 0 auto 0;
        line-height: 130%;
        height: auto;
        width: 83%;
        background: linear-gradient(0deg, rgba(0, 123, 76, 1) 0%, rgba(0, 158, 98, 1) 100%);
        color: #fff;
        font-size: 5.5vw;
        max-width: 310px;
        border-radius: 20px;
		font-weight: bold;
    }

    .top_lightbox div .btn::after {
        display: none;
    }

    .top_lightbox div {
        height: auto;
    }

    .top_lightbox div p {
        font-size: 3.2vw;
    }

    .top_lightbox div .btn {
        padding: 25px 0px 25px 5px;
    }

	  .floor_detail_item .inner .images_slider_wrap .images_slider .arrows,
  .floor_detail_item .inner .images_slider_wrap .images_slider .arrows.next{
	display: none!important;
  }

  .bg_gray {
	background-color: #F6F6F6;
  }

  .bg_white {
	background-color: #FFFFFF;
  }

  .main_slider_thumbnail.slick-slider .slick-list.draggable,
  .main_slider_thumbnail.slick-slider .slick-track.nomove {
	display: flex;
	justify-content: center;
  }

  .property_detail_flex {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
  }

  .property_detail_flex .property_detail_img {
	max-width: 536px;
    width: 80%;
    margin: 0 auto 5%;
  }

  .property_detail_upper .property_detail_data dl dd>span.price {
	font-size: 3.5vw;
	font-weight: bold;
	color: #F4A000;
	max-width: 155px;
    width: 40%;
  }

  .property_detail_upper .property_detail_data dl.property_detail_data_title {
background-color: #E2E2E2;
  }

  .property_detail_upper .property_detail_data dl.property_detail_data_title dd {
justify-content: flex-start;
  }

  .property_detail_flex .property_detail_data {
    max-width: 583px;
    width: 100%;
  }


.contact_box {
	padding: 11% 0 0;
	background-color: #fff;
}

.contact_box .inner_1060 strong {
	display: block;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact_box .inner_1060 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.contact_box .inner_1060 ul li {
	width: 80%;
	margin-bottom: 4%;
}

.contact_box .inner_1060 ul li a {
	display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        text-align: center;
        background: #009D62;
        padding: 7% 12% 7% 17%;
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
        position: relative;
        width: 100%;
}

.contact_box .inner_1060 ul li.request a {
	background: #F4A000;
}

.contact_box .inner_1060 ul li a>span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}

.contact_box .inner_1060 ul li a::before {
	content: "";
        background: url(../img/common/reservation_ico.svg) no-repeat center / cover;
        width: 10.0vw;
        height: 10.0vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 8%;
}

.contact_box .inner_1060 ul li.request a::before {
background: url(../img/common/request_ico.svg) no-repeat center / cover;
}


.contact_box .inner_1060 ul li a::after {
	content: "";
        background: url(../img/common/arrow_ico.svg) no-repeat center / cover;
        width: 21px;
        height: 18px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 18px;
}

.contact_box .inner_1060 ul li a>span small {
	display: block;
	width: 100%;
	font-size: 14px;
}

.contact_box .inner_1060 ul li.tel a {
	background: #63b393;
	border: 2px solid #63b393;
	color: #fff;
}

.contact_box .inner_1060 ul li.tel a::before {
	background: url(../img/ico_tel_white.svg) no-repeat center/contain;
}

.contact_box .inner_1060 ul li.form a {
	background: rgb(234, 99, 93);
	background: -moz-linear-gradient(top, rgba(234, 99, 93, 1) 0%, rgba(167, 77, 74, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(234, 99, 93, 1) 0%, rgba(167, 77, 74, 1) 100%);
	background: linear-gradient(to bottom, rgba(234, 99, 93, 1) 0%, rgba(167, 77, 74, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635d', endColorstr='#a74d4a', GradientType=0);
	color: #fff;
}

.contact_box .inner_1060 ul li.form a::before {
	background: url(../img/ico_mail.svg) no-repeat center/contain;
}

.contact_box .inner_1060 ul li.line a::before {
	background: url(../img/ico_line.png) no-repeat center/contain;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 5px;
}

.contact_box .inner_1060 ul li.line a>span small {
	color: #f5ff00;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.contact_box .inner_1060 ul li.line a>span small::before,
.contact_box .inner_1060 ul li.line a>span small::after {
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 5px;
	background: url(../img/deco_text01.svg) no-repeat center/contain;
}

.contact_box .inner_1060 ul li.line a>span small::after {
	margin-right: 0;
	margin-left: 5px;
	transform: scale(-1, 1);
}

.contact_box .inner_1060 ul li.line a>span span {
	color: #fff;
}

.contact_box.layout {
	margin-top: 13%;
}

.page-banner__labels{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:4px 0 0;
  position: relative;
  z-index: 1;
}
.property__label{
  display:inline-block;
 font-size: 3.0vw;
    font-weight: bold;
    line-height: 1;
    padding: 1.5% 5%;
  background:#00929D;
  color: #fff;
  white-space:nowrap;
  min-width: 80px;
  text-align: center;
}

/* 大分類（任意） */
.property__label.label--new-property{ background:#F4A000; }
.property__label.label--second-property{ background:#6A6A6A; }

/* スラッグ個別（例） */
/* .property__label.label--second-property-nooccupied,
.property__label.label--new-property-nooccupied{ background:#00929D; }
.property__label.label--new-property-furnished{ background:#00929D; } */
/* 必要に応じて追加 */

.images_slider .images_slider_item span {
	font-size: 16px;
}

.images_slider .images_slider_item i {
  position:absolute;
  right:8px;
  bottom:8px;
  width:20px;
  height:20px;
  background:url(../img/common/ico_zoom.svg) no-repeat center center / contain;
  cursor:pointer;
}
.images_slider .images_slider_item { position:relative; }

.page-banner__heading .property_detail_data p {
font-size: 3.5vw;
}

.property_main_title {
	text-align: center;
	margin-bottom: 10%;
    font-size: 5.5vw;
	font-weight: bold;
	color: #009D62;
}

.property_main_title span {
	display: block;
	font-size: 4.0vw;
	margin-bottom: 3%;
	color: #A2A2A2;
	font-weight: normal;
}

.property_main_title.layout {
	margin-bottom: 40px;
}

.property_detail_under.layout {
	padding-top: 13%;
}

.remark_txt {
	margin-top: 20px;
    font-size: 3.5vw;
    line-height: 200%;
}

/* ヘッダーの高さぶんを上部余白として使う */
:root { --header-offset: 40px; } /* 仮値。後述のJSで自動化も可 */
html { scroll-padding-top: var(--header-offset); }

/* アンカー着地させたい要素に適用（id直指定でもclassでもOK） */
#type,
#layout_pagelink,
#access_pagelink,
#facility,
#overview {
  scroll-margin-top: var(--header-offset);
}

/* 高級感デザイン */
body.rich_design,
body.rich_design .contact_box,
body.rich_design .bg_white
 {
	background-color: #231F20;
}

body.rich_design .page-banner__title-jp,
body.rich_design .page-banner__heading .property_detail_data p,
body.rich_design .property_main_title,
body.rich_design .property_main_title span,
body.rich_design .c-breadcrumbs,
body.rich_design .property_detail_upper .property_detail_data dl dd>span.price {
color: #BEB199;
}

body.rich_design .page-banner::before {
	display: none;
}

body.rich_design .property_box,
body.rich_design .property_detail_under.layout,
body.rich_design .inner.overview {
	color: #fff;
}

body.rich_design .bg_gray,
body.rich_design .floor_detail_data .floor_detail_data_facility {
        background-color: #4B494A;
    }

body.rich_design .floor_detail_data .floor_detail_data_facility ul li {
color: #3B4043;
	}


body.rich_design .floor_detail_data>.inner>div dl dt,
body.rich_design .floor_detail_item .inner .floor_info dl dt {
border-bottom: 1px solid #BEB199;
}

body.rich_design .property_detail_upper .property_detail_data dl.property_detail_data_title {
background-color: #453F3B;
}

body.rich_design .property__label {
		background: #004146;
        background: linear-gradient(to bottom, #004146 0%, #1E6C72 50%, #004146 100%);
    }

body.rich_design .property__label.label--new-property {
	background: #6D0404;
        background: linear-gradient(to bottom, #6D0404 0%, #AC0707 50%, #6D0404 100%);
    }

body.rich_design .property__label.label--second-property {
	background: #113157;
        background: linear-gradient(to bottom, #113157 0%, #345985 50%, #113157 100%);
    }

	body.rich_design .property_detail_under_link a,
	 body.rich_design .contact_box .inner_1060 ul li.request a,
	 body.rich_design .contact_box .inner_1060 ul li a,
	 body.rich_design .property_detail_upper .property_detail_data dl dd a{
background: #805E3B;
background: linear-gradient(to right, #805E3B 0%, #AC8055 50%, #805E3B 100%);
	}

	body.rich_design .property_detail_upper .property_detail_data dl dd a {
		border: none;
	}

	body.rich_design .property_detail_under_link a::after {
		background: url(../img/common/arrow05_bgb.svg) no-repeat center / contain;
	}

	body.rich_design .contact_box .inner_1060 ul li.request a::before {
        background: url(../img/common/request_ico_bgb.svg) no-repeat center / cover;
    }

	body.rich_design .contact_box .inner_1060 ul li a::before {
        background: url(../img/common/reservation_ico_bgb.svg) no-repeat center / cover;
    }

	body.rich_design .property_detail_upper .property_detail_data dl.property_detail_data_title dt,
	body.rich_design .property_detail_upper .property_detail_data dl.property_detail_data_title dd>span:first-of-type{
		border-right: 1px solid #E2E2E2;
	}

	body.rich_design .property_detail_upper .property_detail_data dl:first-child,
	body.rich_design .floor_detail_item .inner .floor_info dl {
		border-top: none;
	}

	body.rich_design .property_detail_upper .property_detail_data dl,
	body.rich_design .floor_detail_item .inner .floor_info dl dd,
	body.rich_design .floor_detail_data>.inner>div dl dd {
border-bottom: 1px solid #E2E2E2;
	}

	.page-banner--property .page-banner__container {
		padding-bottom: 0;
	}

	body.rich_design .floor_detail_item .inner .images_slider_wrap .images_slider_thumbnail .images_slider_item {
		background: #4B494A;
	}