@charset "utf-8";

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

@media only screen and (-webkit-min-device-pixel-ratio: 2) {}



/*==================================================
$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: 160px;
	text-align: center;
	padding: 0 10px;
	margin-right: 10px;
	border-radius: 100px;
	font-size: 20px;
	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: 50px;
	font-weight: bold;
}

.property_title_block .title span {
	font-size: 20px;
	color: #a7adb6;
	font-weight: bold;
	display: inline-block;
	margin-left: 20px;
}

.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;
}

/*221221e*/
.title_block .inner .title {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.title_block .inner .title .label {
	font-size: 20px;
	min-width: 100px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.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 {
	font-size: 16px;
	padding: 5px 15px;
	background: #fff;
	border-radius: 5px;
	min-width: 130px;
	margin-right: 15px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	margin-bottom: 15px;
}

.title_block .inner .banner {
	padding-top: 180px;
}

.title_block .inner .banner a {
	position: absolute;
	bottom: 0;
	left: 90px;
	right: 50px;
	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: 80vw;
	height: 80vh;
	position: relative;
}

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

.lightbox div .close {
	position: absolute;
	top: -40px;
	right: -40px;
	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: 24px;
	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-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 20px;
	border-left: 3px solid #63636d;
	background: #f5f0ed;
}

.property_list>ul>li {
	padding: 40px;
	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: 20px;
	color: #fff;
	background: #C0A799;
	margin-bottom: 20px;
	padding: 10px 15px;
	width: 100%;
	line-height: 1.5;
}

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

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

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

.property_list>ul>li .tag li {
	font-size: 12px;
	padding: 5px 15px;
	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: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.property_list>ul>li .inbox .left {
	width: 50%;
	position: relative;
}

.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: 65px;
	height: 65px;
	border-radius: 100px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 2;
	line-height: 1.2;
	font-weight: bold;
	animation: scale 1s ease-in-out alternate infinite;
	font-size: 12px;
	text-align: center;
}

@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 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
}

.property_list>ul>li .inbox .left .image div {
	width: 100%;
	position: relative;
	border: 1px solid #DCDCDC;
	padding: 0;
	;
}

.property_list>ul>li .inbox .left .image div img {
	position: absolute;
	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 10px;
	z-index: 2;
}

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

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

.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;
}

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

.pickup_slider_item div.cost {
	padding: 4px;
	margin-top: 8px;
}

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

.property_list>ul>li .inbox .right a.btn {
	margin-right: 13;
}

.property-btn {
	display: flex;
	justify-content: space-around;
	gap: 10px;
}

.property-btn a {
	max-width: 200px;
}

.property-btn .contact-btn {
	max-width: 200px;
	width: 90%;
	height: 65px;
	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-bottom: 60px;
	max-width: 940px;
	width: 100%;
	margin: 125px auto 110px;
}

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

.main_slider_wrap .main_slider div {
	height: 100%;
}

.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;
	font-size: 18px;
	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: 15px;
	right: 15px;
	margin: auto;
	z-index: 2;
	cursor: pointer;
}

.main_slider_wrap .main_slider_thumbnail {
	width: 100%;
	max-width: 650px;
	margin: auto;
}

.main_slider_wrap .main_slider_thumbnail .main_slider_item {
	width: 120px;
	height: 80px;
	background: #ededed;
	margin-right: 10px;
	cursor: pointer;
}

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

/* .property_detail_upper .inner {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
} */

.property_detail_upper .property_detail_data {
	width: 55%;
}

.property_detail_upper .property_detail_data dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
	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: 16px;
	font-weight: bold;
	/* color: #d5801d; */
	width: 100px;
	min-width: 150px;
	/* margin-right: 20px; */
	padding: 10px 10px 10px 14px;
	}

.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: 16px;
	/* font-weight: bold; */
	width: 25.29%;
    max-width: 130px;
	padding: 10px;
}

.property_detail_upper .property_detail_data dl dd a {
	width: 100%;
    max-width: 119px;
    /* height: 42px; */
    padding: 8px 19px;
    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: 14px;
    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: 35%;
}

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

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

.property_detail_upper .pickup_tag ul li span {
	width: 1.5em;
	height: 1.5em;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

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

.property_detail_upper .movie_block .inner {
	display: block;
}

.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 .contact_box .inner_1060 {
	display: block;
}

.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: 47.25%;
}

.floor_detail_item .inner .images_slider_wrap .images_slider {
	margin-bottom: 20px;
	border: 1px solid #C0A799;
}

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

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

.floor_detail_item .inner .images_slider_wrap .images_slider .arrows::before {
	content: '';
	width: 10px;
	height: 10px;
	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: 420px;
	padding-bottom: 40px;
}

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

.floor_detail_item .inner .images_slider_wrap .images_slider .images_slider_item span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	padding: 9px 10px;
}

.floor_detail_item .inner .images_slider_wrap .images_slider_thumbnail {
	padding-left: 15px;
}

.floor_detail_item .inner .images_slider_wrap .images_slider_thumbnail .images_slider_item {
	width: 12%;
	margin-right: 15px;
	height: 40px;
	background: #ededed;
	cursor: pointer;
}

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

.floor_detail_item .inner .floor_layout {
	width: 40%;
	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: 44.16%;
}

.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;
}

.floor_detail_item .inner .floor_info dl dt {
	min-width: 120px;
	width: 22.64%;
	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-weight: bold;
}

.floor_detail_item .inner .floor_info dl dd {
	width: 77.35%;
	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: 100px 0;
	margin-bottom: 120px;
}

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

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

.floor_detail_data .floor_detail_data_facility ul li {
	min-width: 184px;
        width: 15.3%;
        height: 60px;
        margin: 0 .68% 1.36%;
        background: #fff;
        /* border-radius: 10px; */
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
        /* font-weight: bold; */
        position: relative;
        font-size: 14px;
        padding-left: 30px;
        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: 11px;
	margin-top: 25px;
}

.floor_detail_data .inner {
	width: 100%;
	max-width: 1230px;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch; */
}

.floor_detail_data .inner.overview {
	max-width: 1060px;
} 

.floor_detail_data .inner #access {
	justify-content: space-between;
}

.floor_detail_data>.inner>div {
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 10px;
}

.floor_detail_data.access>.inner>div {
justify-content: center;
}

.floor_detail_data>.inner>div .heading {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #C0A799;
	position: relative;
	width: 100%;
}

.floor_detail_data>.inner>div .heading::after {
	content: '';
	width: 115px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -1px;
	left: 0;
}

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

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

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

.floor_detail_data>.inner>div dl dd .emphasize {
	font-size: 26px;
	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 10px 10px 0;
	text-align: center;
	padding: 5px 20px;
}

.floor_detail_data>.inner>div#access dl {
	width: 44.16%;
}

.floor_detail_data>.inner>div#access dl dt {
	width: 22.64%;
	min-width: 120px;
}

.floor_detail_data>.inner>div#access dl dd {
	width: 77.36%;
}

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

.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;
	max-width: 950px;
	width: 100%;
	margin: 0 auto 50px;
	position: relative;
}

.floor_detail_data>.inner>div .banner span {
	position: absolute;
	left: 24px;
	bottom: 24px;
	font-size: 12px;
	color: #FD5C5C;
}

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

.property_detail_under_link.after {
	background: none;
}

.property_detail_under_link .inner {
	max-width: 940px;
	margin: auto;
}

.property_detail_under_link ul {
	display: flex;
	flex-wrap: inherit;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}

.property_detail_under_link ul li {
	width: 24%;
	max-width: 275px;
	height: 62px;
}

.property_detail_under_link a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 210px;
	width: 100%;
	height: 100%;
	background: #009D62;
	/* border: 1px solid #009D62; */
	/* border-radius: 10px; */
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	color: #fff;
	/* 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: center;
	align-items: center;
	gap: 32px;
}

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

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

.property_detail_under_link .floor_list_btn .floor_list_btn_item {
	width: 100%;
	max-width: 210px;
	height: 60px;
	margin-bottom: 1%;
}



/*
.VideoWrapper {}
*/
.VideoWrapper {
	max-width: 650px;
	width: 58%;
	margin: auto;
	position: relative;
	overflow: hidden;
	padding: 16.3% 0;
}

.VideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 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: 17px;
	margin-bottom: 10px;
}

p.price {
	font-size: 20px;
	margin-top: 17px;
	font-weight: bold;
}

p.address span,
p.station span,
p.price span {
	color: #7e6759;
}

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

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

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

.point_list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 35px;
}

.point_list ul li {
	display: inline-block;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 0;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid #d1d1d9;
	font-size: 16px;
	margin-right: 20px;
}

.point_list ul li::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 9px;
	margin-bottom: -5px;
}

.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 ul {
	justify-content: center;
}

.fixed_banner.page_linkbox .inner ul li.tel {
	width: 30%;
	height: 60px;
}

.fixed_banner.page_linkbox .inner ul li.tel a {
	height: 100%;
	padding-top: 5px;
	background: #41B591;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.fixed_banner.page_linkbox .inner ul li.tel a span {
	font-size: 24px;
}

.fixed_banner.page_linkbox .inner ul li.tel a span span {
	margin-top: 4px;
	font-size: 10px;
}

.fixed_banner.page_linkbox .inner ul li.tel a::before {
	left: 7px;
}

.fixed_banner.page_linkbox .page_contact_title {
	display: block;
	text-align: center;
	margin: 120px auto 60px;
	font-size: 24px;
	font-weight: bold;
}

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

.property_detail_under_link.archive_link ul li {
	width: 30%;
	margin-bottom: 19px;
}

.property_detail_under_link.archive_link ul li a {
	background: #F5F0ED;
}

/* 230310 */
.point_list .main_txt_imgbox {
	position: absolute;
	top: 177px;
	right: 0;
}

.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;
}

.contact_box {
	padding: 120px 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: space-between;
	align-items: center;
}

.contact_box .inner_1060 ul li {
	width: 46.9%;
}

.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: 50px 60px 50px 50px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
		position: relative;
}

.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: 58px;
        height: 58px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 40px;
}

.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: 120px;
}

.pankuzu {
	padding: 20px 0;
}

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

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

.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: 20px;
}

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

/* 230518追加 空室一覧 */

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

#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.2rem;
}

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

#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);
}

.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: 100%;
}

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

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



/* 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: 20px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	background: #f3f3f3;
	line-height: 260%;
	border-radius: 50px;
}

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

/* 240530　特徴と設備のアイコン追加 */
.property-icon-p li::before {
	content: '';
	width: 100%;
	height: 35px;
	position: absolute;
	top: 50%;
	left: -130px;
	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: 35px;
	position: absolute;
	top: 50%;
	left: -140px;
	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: 35px;
	position: absolute;
	top: 50%;
	left: -152px;
	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.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.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.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.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.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.dishwasher::before {
	background: url(../img/dishwasher.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 */
header .right .tel.houzin_bn {
	max-width: 224px;
}

header .right .tel.houzin_bn a div>span {
	font-size: 16px;
}

header .right .tel.houzin_bn a div small span {
	font-size: 14px;
}

header .right .tel.houzin_bn a div>span::before {
	background: #fff url(../img/ico_houzin_orange.png) no-repeat center / 60% auto;
}

.houzin_link {
	display: none;
}

.houzin_link2 {
	display: none;
}

.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::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #c0a799;
	border-right: 1px solid #c0a799;
	position: absolute;
	top: 50%;
	right: 40px;
	margin: auto;
	transform: translateY(-80%) rotate(135deg);
	transition: .3s;
	z-index: 10;
	background: none;
}

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

/* 240918 */
header .right .tel.houzin_bn2 {
	max-width: 232px;
}

header .right .tel.houzin_bn2 a div>span {
	font-size: 15px;
}

header .right .tel.houzin_bn2 a div small span {
	font-size: 14px;
}

header .right .tel.houzin_bn2 a div>span::before {
	background: #fff url(../img/ico_houzin_touroku.png) no-repeat center / 60% auto;
}

header .right .houzin_bn a {
	background: linear-gradient(0deg, rgba(0, 123, 76, 1) 0%, rgba(0, 158, 98, 1) 100%);
}

header .right .houzin_bn2 a {
	background: linear-gradient(0deg, rgba(254, 126, 2, 1) 0%, rgba(245, 199, 33, 1) 100%);
}

/* 241127 */
.surrounding-items-slider {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	width: 100%;
}

.surrounding-item {
	width: calc(33.33% - 20px);
	/* 3カラム表示 */
	box-sizing: border-box;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
}

.surrounding-image img {
	width: 100%;
	height: auto;
	max-height: 250px;
	object-fit: cover;
}

.image-title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.wpvr-cardboard {
	margin: auto;
}

/* 241205 */
.column_first_txt {
	margin: 60px 0 20px;
}
.property_detail_upper .inner.madori {
	display: block;
}
/* 250115 */
.header_nav nav>ul>li.main_menu>span:hover,.header_nav nav>ul>li>a:hover {
	border-bottom: 3px solid #d5801d;
}

/* 250128　ポップアップ */
.top_lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1010;
	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: 60%;
        max-width: 560px;
        padding: 50px 30px;
        text-align: center;
        position: relative;
        box-sizing: border-box;
        border: 3px solid #caa670;
  }
  
  .top_lightbox div img {
	max-width: 70%;
        display: block;
        margin: 0 auto 40px;
  }
  
  .top_lightbox div p {
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
  }
  
  .top_lightbox div p strong {
	font-size: 22px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 2px solid #9f864c;
	margin: auto;
	width: 75%;
	color: #000;
  }
  
  .top_lightbox div p strong.popup_strong {
	font-size: 18px;
	padding: 20px 0;
	border: none;
	line-height: 1.5em;
	color: #63636d;
  }
  
  .top_lightbox div p strong span {
	font-size: 20px;
	color: red;
	position: relative;
	z-index: 1;
  }
  
  .top_lightbox div p 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: #404040;
	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: 20px 12px;
        display: block;
        margin: 0 auto 0;
        line-height: 130%;
        height: auto;
        width: 63%;
        background: linear-gradient(0deg, rgba(0, 123, 76, 1) 0%, rgba(0, 158, 98, 1) 100%);
        color: #fff;
        font-size: 21px;
        max-width: 310px;
        border-radius: 20px;
        font-weight: bold;
  }
  
  .top_lightbox div .btn::after {
	display: none;
  }

  .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;
  }

  .inner_1200 {
	max-width: 1200px;
	margin: auto;
  }

  .inner_1060 {
	max-width: 1060px;
	margin: auto;
  }

  .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;
    justify-content: space-between;
	align-items: center;
    width: 100%;
    max-width: 1200px;
  }

  .property_detail_flex .property_detail_img {
	max-width: 536px;
    width: 100%;
  }

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

  .property_detail_upper .property_detail_data dl dd>span.price {
	font-size: 22px;
	font-weight: bold;
	color: #F4A000;
	max-width: 195px;
    width: 48%;
  }

  .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;
  }

  .page-banner__labels{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:4px 0 8px;
  position: relative;
  z-index: 1;
}
.property__label{
  display:inline-block;
  font-size:16px;
  font-weight:bold;
  line-height:1;
  padding:10px 30px;
  background:#00929D;
  color: #fff;
  white-space:nowrap;
  min-width: 113px;
  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: 16px;
}

.property_box {
	margin-bottom: 120px;
}

.property_main_title {
	text-align: center;
	margin-bottom: 80px;
	font-size: 32px;
	font-weight: bold;
	color: #009D62;
	padding-top: 110px;
}

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

.property_main_title span {
	display: block;
	font-size: 24px;
	margin-bottom: 25px;
	color: #A2A2A2;
	font-weight: normal;
}

.property_detail_under.layout {
	padding-top: 100px;
}

.remark_txt {
	margin-top: 23px;
    font-size: 16px;
    line-height: 200%;
}

@media only screen and (max-width: 1200px) {
.floor_detail_item .inner .floor_info dl dt,
.floor_detail_data>.inner>div#access dl dt {
	min-width: auto;
}
}

@media only screen and (max-width: 1100px) {
.property_detail_flex {
        justify-content: center;
        flex-wrap: wrap;
		gap: 40px;
    }
}

/* ヘッダーの高さぶんを上部余白として使う */
: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;
	}

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


