@charset 'UTF-8';


#property-detail #footer_fixed {
	display: block;
}

#property-detail #footer_fixed .txt-area {
	display: none;
}
#property-detail #footer_fixed .f_fixed a.list-page {
	display: none;
}
#property-detail #footer_fixed .f_fixed a.detail-page {
	display: flex;
}

#property-detail {
	padding: 132px 0 80px;
}

#property-detail #page_top {
    bottom: 10px;
}

@media screen and (max-width: 768px) {
	#property-detail {
		padding: 0 0 60px;
	}

	#property-detail #page_top {
		bottom: 60px;
	}
	

}



.floorplan {
	position: relative;
}
.floorplan .img-area {
	height: 150px;
	background-color: aliceblue;
}
.floorplan .img-area img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.floorplan .cate-wrap .cate {
	position: absolute;
    top: -3px;
    left: -5px;
    width: 27px;
    height: 27px;
    border-radius: 20px;
    background-color: #E94B41;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px 0 0;
	text-align: center;
	z-index: 10;
}

.property-list .list-detail-wrap {
	display: flex;
}

.check_img-wrap {
	display: flex;
}

.slider-container{
    width: 250px;
    max-width: 800px;
    margin: 0 auto;
}

.slider-nav-item {
	padding: 0 5px;
}

.slider-nav-item img {
}

.slider-nav img{
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.slick-initialized .slick-slide {
	width: 80px;
}

/* -----------------------------------------------------------
    property 共通
-------------------------------------------------------------- */
.property-detail #wrapper {
	padding: 0;
}

.property-detail .header {
	position: relative;
}

.property-detail .breadcrumblist {
	max-width: 550px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0 5px 0;
}

.property-detail .under-h1 h1 {
	max-width: 550px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0 5px 0;
}


.property-detail .section-ttl-wrap {
	border-radius: 5px;
	padding: 12px 20px 16px 0;
	position: relative;
	/*width: 100%;*/
	margin: 80px 0 15px;
	background-color: #0F75BC;
}

.property-detail .section-ttl-wrap::before {
	color: #fff;
	content: "\f0ea";
	font: 900 2.3rem/1 'Font Awesome 5 Free';
	position: absolute;
	top: 47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 23px;
}
.property-detail .panorama-area .section-ttl-wrap::before {
	content: "\e209";
}
.property-detail .movie-area .section-ttl-wrap::before {
	content: "\f03d";
}
.property-detail .detail-table-area .section-ttl-wrap::before {
	content: "\f0ea";
}
.property-detail .map-area .section-ttl-wrap::before {
	content: "\f279";
}
.property-detail .now-leasing-area .section-ttl-wrap::before {
	content: "\e4d2";
}
.property-detail .property-view-area .section-ttl-wrap::before {
	content: "\f1ad";
}


/**.section-ttl-wrap h3 {
	background-color: #C2B59B;
	border-radius: 3px;
	padding: 3px 5px;
	color: #fff;
}*/

.property-detail .section-ttl {
	color: #fff;
	font-weight: bold;
	font-size: 2.7rem;
	line-height: 1.5;
	letter-spacing: .05em;
	padding: 0 0 0 65px;
}

.f_contents_top,
.f_btm_list {
	display: none !important;
}

.f_copy {
	margin: 0 auto;
}

.property-detail #nav_sp {
	width: 100%;
	position: relative;
}

.property-detail #nav_sp.sp-nav-fix {
	position: fixed;
	top: 8px;
	left: 0;
	z-index: 9;
}

.property-detail #nav_sp .sp_more_area02 {
	display: none;
	box-shadow: 0 3px 11px -2px rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: absolute;
}

.property-detail #nav_sp .sp_more_area02 .list {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.property-detail #nav_sp .sp_more_area02 .list li {
	width: 45%;
	margin: 5px;
}

.property-detail #nav_sp .sp_more_area02 .list a {
	border-radius: 20px;
	display: block;
	padding: 11px 10px 12px 30px;
	background: #deeafa;
	font-size: 1.5rem;
	position: relative;
}

.property-detail #nav_sp .sp_more_area02 .list a::before {
	content: '\f105';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.4rem;
	left: 15px;
	color: #3c75c3;
}

.property-detail #nav_sp .more_btn02 {
	align-items: center;
	box-shadow: 0 3px 11px -2px rgba(0, 0, 0, .1);
	background: #fff;
	display: flex;
	cursor: pointer;
	font-family: 'League Spartan', sans-serif;
	font-weight: 600;
	font-size: 2.3rem;
	justify-content: space-between;
	padding: 6px 20px;
	position: relative;
	z-index: 2;
	width: calc(100% - 20px);
	letter-spacing: .05em;
	margin: 0 auto;
	border: 4px solid #e0dfdf;
	border-radius: 40px;
}

.property-detail #nav_sp .more_btn02.open .icon-inner::after {
	transform: rotate(180deg);
}

.property-detail #nav_sp .more_btn02 .icon {
	padding: 4px 5px 5px 8.3px;
	width: 30px;
	height: 30px;
	background: #3c75c3;
	border-radius: 50%;
}

.property-detail #nav_sp .more_btn02 .icon-inner {
	position: relative;
	width: 14px;
	height: 14px;
	display: inline-block;
}

.property-detail #nav_sp .more_btn02 .icon-inner::before {
	background-color: #fff;
	content: '';
	height: 2px;
	position: absolute;
	width: 100%;
	transition: all .3s;
	transform: rotate(0deg);
	top: 10px;
}

.property-detail #nav_sp .more_btn02 .icon-inner::after {
	background-color: #fff;
	content: '';
	height: 2px;
	position: absolute;
	width: 100%;
	transition: all .3s;
	transform: rotate(90deg);
	top: 10px;
}

.property-detail #nav_sp .more_btn02 .en {
	color: #787f88;
	margin: 8px 0 0 0;
}

.property-detail .sp-gnav-btn {
	position: absolute;
}

.property-detail .relation-area .back_link {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	
	.property-detail .under-h1 {
		margin: 0 0 0 auto;
		width: 100%;
	}
	
	.property-detail .under-h1 h1 {
		max-width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0;
		margin: 0 0 0 auto;
	}
	
	.property-detail .all-wrap {
		flex-direction: column;
	}
	
	.property-detail .nav-wrap.pc-display-b {
		display: none;
	}
	
	.property-detail .property-detail-main {
		width: 100%;
	}
	
	.property-detail .section-ttl-wrap {
		border-radius: 0;
		padding: 10px 0 12px 15px;
		margin: 40px 20px 20px;
	}
	
	.property-detail .section-ttl {
		font-size: 2.2rem;
		padding: 0 0 4px 40px;
	}
	
	.property-detail .section-ttl .deco {
		border-bottom-width: 6px;
		margin: 10px 0 0 0;
	}
	
	.property-detail .section-ttl span {
		font-size: 2.8rem;
		flex-shrink: unset;
		padding: 0 0 0 5px;
		line-height: 1.3;
	}
	
	.property-detail .section-ttl span::before {
		display: none;
	}
	
	.property-detail [id^=sec] {
		margin-top: -50px;
		padding-top: 50px;
	}
	
	.property-detail .f_contents_area {
		padding: 0 0 30px 0;
	}
	
	.property-detail #page_top {
		bottom: 20px;
	}
}



/* -----------------------------------------------------------
    job詳細 first-area
-------------------------------------------------------------- */
/*.first-area .list-top {
	display: flex;
}*/

.cate-img-txt {
	display: flex;
	gap: 5px 25px;
	flex-wrap: wrap;
}

.cate-img-txt,
.employment-status {
	display: flex;
	gap: 5px 10px;
	font-size: 1.8rem;
	font-weight: 500;
	align-items: center;
}
.cate-img-txt img,
.employment-status img {
	width: 20px;
	/*height: -webkit-fill-available;*/
}




/*list-date*/
.property-detail .first-area .list-date {
	align-items: center;
	display: flex;
}

.new-mark {
	width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #E94B41;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    padding: 5px 0 0;
    padding-top: 10px;
}

.property-detail .first-area .list-date p[class^="day-"] {
	color: #808e94;
	font-size: 1.4rem;
	padding: 0 0 0 20px;
	position: relative;
}

.property-detail .first-area .list-date p[class^="day-"] span {
	margin: 0 0 0 3px;
}

.property-detail .first-area .list-date p[class^="day-"]::before {
	font: 900 1.6rem/1 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
}

.first-area .day-update {
	margin: 0 20px 0 0;
	color: #ddd;
}

.property-detail .first-area .list-date .day-update::before {
	content: "\f1da";
}

.data-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	position: relative;
}

.data-wrap .list-date {
	display: flex;
	gap: 20px;
}

.data-wrap .list-date .day-update,
.data-wrap .list-date .day-end {
	position: relative;
	padding-left: 20px;
	color: #808e94;
}

.data-wrap .list-date .day-update::before {
	content: "\f1da";
    font: 900 1.6rem/1 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.data-wrap .list-date .day-end::before {
	content: "\f273";
    font: 900 1.6rem/1 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.data-wrap .list-new-pick {
	display: flex;
	gap: 5px;
}

.list-jobs-cate {
	display: flex;
	gap: 25px;
	margin-top: 10px;
}

.job-number {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 1.6rem;
}

/*印刷・いいね*/
.print-like-area {
	display: flex;
	gap: 20px;
}

.print-like-area li {
	text-align: center;
}

.print-like-area button {
    background: none;
    border: none;
	font-size: 3.5rem;
    cursor: pointer;
    color: #999;
    gap: 5px;
    transition: color 0.3s ease;
}

.print-like-area li {
    background: none;
    border: none;
	font-size: 3.5rem;
    cursor: pointer;
    color: #999;
    gap: 5px;
    transition: color 0.3s ease;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.print-like-area .like-btn i {
    font-size: 3.5rem;
    display: inline-block;
}

.print-like-area li .txt {
	font-size: 1.4rem;
}

/*slide-table-wrap*/
.slide-table-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
/*--画像スライド--*/
.slide-table-wrap .first-area-left {
	width: 45%;
}

.slide-table-wrap .floorplan {
	position: relative;
	padding: 0 0px;
}
.slide-table-wrap .floorplan .img-area {
	height: 400px!important;
	background-color: aliceblue;
	margin-bottom: 10px;
}
.slide-table-wrap .floorplan .img-area img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.slide-table-wrap .floorplan .cate-wrap .cate {
	position: absolute;
    top: -3px;
    left: -5px;
    width: 27px;
    height: 27px;
    border-radius: 20px;
    background-color: #E94B41;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px 0 0;
	text-align: center;
	z-index: 10;
}

.slide-table-wrap .slider-container{
    width: 100%!important;
    max-width: 800px;
    margin: 0 25px;
}

.slide-table-wrap .slider-nav-item {
	padding: 0 5px;
}

.slide-table-wrap .slider-nav-item img {
}

.slide-table-wrap .slider-nav img{
    width: 100%;
	height: 100px;
    /*aspect-ratio: 3 / 2;*/
    object-fit: cover;
}

.slide-table-wrap .slick-initialized .slick-slide {
	width: 80px;
}


/*--TOPスライド横 table--*/
.first-area-right {
	width: 50%;
}

.first-area-right .yen {
	margin-bottom: 10px;
}

.first-area-right .yen span:first-child {
	font-size: 4rem;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1.1;
	color: #0F75BC;
}

.first-area-right .property-info-subttl {
	margin-bottom: 10px;
}

.first-area-right .property-info-table dt,
.first-area-right .property-info-table dd {
    padding: 5px 5px;
    line-height: 1.6;
    font-size: 1.4rem;
}



/*intro-mv*/
.first-area .intro-mv {
	margin: 20px 0 0 0;
	align-items: center;
}

.first-area .intro-mv-img {
	width: 300px;
	height: 200px;
	margin: 0 20px 0 0;
}

.first-area .intro-mv-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.first-area .contents {
	width: 100%;
	flex-shrink: 0;
}

.first-area .slick-dots {
	position: relative;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-start;
}

.first-area .slick-dots li {
	display: block;
	width: 130px;
	height: 25%;
	margin: 0 !important;
	padding: 0 !important;
	filter: brightness(50%);
}

.first-area .slick-dots li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
}

.first-area .slick-dots li.slick-active {
	filter: brightness(100%);
}

.first-area .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.first-area .slick-slide {
	display: flex;
}

.first-area .slick-slide .img-wrap {
	position: relative;
	overflow: hidden;
	width: 630px;
	height: 360px;
	flex-shrink: 0;
}

.first-area .slick-slide .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}





/**/
.property-info-table {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
}

.property-info-table dl {
    display: flex;
    width: 50%;
    flex-shrink: 0;
    max-width: 100%;
    flex-grow: 100;
}
.property-info-table dl.w-100 {
    width: 100%;
}

.property-info-table dt, .property-info-table dd {
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    line-height: 1.3;
    font-size: 1.5rem;
    letter-spacing: .05em;
}

.property-info-table dt {
    background: #EFF4FA;
    width: 150px;
    flex-shrink: 0;
}

.property-info-table dd {
    width: calc(100% - 150px);
}




@media screen and (max-width: 768px) {
	
	/*list-date*/
	.property-detail .first-area .list-date {
		align-items: center;
		display: flex;
		gap: 10px;
	}

	.new-mark {
		width: 26px;
		height: 26px;
		font-size: 1rem;
		padding-top: 4px;
	}
	
	.property-detail .first-area .list-date {
		flex-wrap: wrap;
	}
	
	.property-detail .first-area .list-date p[class^="day-"] {
		font-size: 1.3rem;
		display: inline;
		text-align: right;
	}
	
	.property-detail .first-area .list-date .day-update {
		margin-bottom: 0px;
	}
	
	.data-wrap .list-date {
		align-items: flex-start;
		gap: 0px;
	}

	.data-wrap .list-date .day-update,
	.data-wrap .list-date .day-end {
		position: relative;
		padding-left: 20px;
	}
	
	.data-wrap {
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		gap: 10px;
		position: relative;
	}
	
	.list-jobs-cate {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin: 5px 0 20px;
	}
	
	.list-jobs-cate img {
		margin: 0;
	}
	
	.property-detail .first-area .title {
		font-size: 1.9rem;
		margin: 10px 0 5px;
		padding-bottom: 5px;
	}

	.property-detail .first-area .title::after {
		content: '';
		width: 110px;
		height: 3px;
		display: inline-block;
		background-color: #e05334;
		position: absolute;
		bottom: -3px;
		left: 0;
	}
	
	.first-area .slick-dots {
		top: auto;
		bottom: auto;
		width: 100%;
		flex-direction: row;
		position: relative;
	}
	
	.first-area .slick-dots li {
		width: 25%;
		height: 70px;
	}
	
	.first-area .slick-slide .img-wrap {
		width: 100%;
		height: 220px;
	}
	
	.first-area .contents {
		width: auto;
		margin: 20px 0 0 0;
	}
	
	.first-area .intro-mv {
		margin: 20px 0 30px;
	}
	
	/*intro-comment*/
	.property-detail .intro-comment {
		
	}
	
	
	/*印刷・いいね*/
	.data-wrap {
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		gap: 10px;
		position: relative;
	}
	
	.print-like-area {
		display: flex;
		gap: 20px;
	}

	.print-like-area li {
		text-align: center;
	}

	.print-like-area button {
		background: none;
		border: none;
		font-size: 3.5rem;
		cursor: pointer;
		color: #999;
		gap: 5px;
		transition: color 0.3s ease;
	}

	.print-like-area li {
		background: none;
		border: none;
		font-size: 3.5rem;
		cursor: pointer;
		color: #999;
		gap: 5px;
		transition: color 0.3s ease;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.print-like-area li.print {
		display: none;
	}

	.print-like-area .like-btn i {
		font-size: 2.5rem;
		display: inline-block;
	}

	.print-like-area li .txt {
		font-size: 1.2rem;
	}
	
	/*slide-table-wrap*/
	.slide-table-wrap {
		flex-direction: column;
		margin-top: 10px;
	}
	/*--画像スライド--*/
	.slide-table-wrap .first-area-left {
		width: 100%;
	}

	.slide-table-wrap .floorplan {
		position: relative;
		padding: 0 0px;
	}
	.slide-table-wrap .floorplan .img-area {
		height: 240px!important;
		background-color: aliceblue;
		margin-bottom: 10px;
	}
	.slide-table-wrap .floorplan .img-area img {
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
	.slide-table-wrap .floorplan .cate-wrap .cate {
		position: absolute;
		top: -3px;
		left: -5px;
		width: 27px;
		height: 27px;
		border-radius: 20px;
		background-color: #E94B41;
		color: #fff;
		font-size: 1rem;
		font-weight: 700;
		padding: 5px 0 0;
		text-align: center;
		z-index: 10;
	}

	.slide-table-wrap .slider-container{
		width: 100%!important;
		max-width: 800px;
		margin: 0 auto 10px;
	}
	
	.slide-table-wrap .slick-next {
		right: -10px;
	}
	
	.slide-table-wrap .slick-prev {
		left: -10px;
		z-index: 10;
	}

	.slide-table-wrap .slider-nav-item {
		padding: 0 5px;
	}

	.slide-table-wrap .slider-nav-item img {
	}

	.slide-table-wrap .slider-nav img{
		width: 100%;
		height: 70px;
		/*aspect-ratio: 3 / 2;*/
	}

	.slide-table-wrap .slick-initialized .slick-slide {
		width: 80px;
	}


	/*--TOPスライド横 table--*/
	.first-area-right {
		width: 100%;
	}

	.first-area-right .yen {
		margin-bottom: 10px;
	}

	.first-area-right .yen span:first-child {
		font-size: 4rem;
		font-weight: 700;
		margin-right: 10px;
		line-height: 1.1;
		color: #0F75BC;
	}

	.first-area-right .property-info-subttl {
		margin-bottom: 10px;
	}

	.first-area-right .property-info-table dt,
	.first-area-right .property-info-table dd {
		padding: 5px 5px;
		line-height: 1.3;
		font-size: 1.4rem;
	}
	
	/**/
	.property-info-table {
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #ddd;
		border-width: 1px 0 0 1px;
	}

	.property-info-table dl {
		display: flex;
		width: 100%;
		flex-shrink: 0;
		max-width: 100%;
		flex-grow: 100;
	}
	.property-info-table dl.w-100 {
		width: 100%;
	}

	.property-info-table dt, .property-info-table dd {
		border: 1px solid #ddd;
		border-width: 0 1px 1px 0;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		padding: 10px 10px;
		line-height: 1.3;
		font-size: 1.5rem;
		letter-spacing: .05em;
	}

	.property-info-table dt {
		background: #EFF4FA;
		width: 150px;
		flex-shrink: 0;
	}

	.property-info-table dd {
		width: calc(100% - 150px);
	}
	
}

/* -----------------------------------------------------------
    詳細 contents-area
-------------------------------------------------------------- */
.property-detail .contents-area {
	margin-top: 30px;
	
}

.property-detail .contents-area .ttl {
	font-size: 2rem;
	
}


/* -----------------------------------------------------------
   スタッフコメント
-------------------------------------------------------------- */
.property-detail .intro-comment {
	padding: 30px;
	display: flex;
	gap: 40px;
	align-items: center;
	background: #f7f5f0;
	border-radius: 30px;
	margin-top: 50px;
}

.property-detail .intro-comment .txt-wrap {
	background-color: #fff;
	border-radius: 30px;
	padding: 30px;
	width: 100%;
	position: relative;
}
.property-detail .intro-comment .txt-wrap:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}


.property-detail .intro-comment .en {
	position: relative;
	text-align: center;
	color: #0f75bc;
    margin-top: 15px;
	font-weight: 700;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.property-detail .intro-comment {
		padding: 20px;
        display: flex;
        gap: 0px;
        align-items: center;
        border-radius: 20px;
        margin-top: 30px;
        flex-direction: column;
	}

	.property-detail .intro-comment .txt-wrap {
		border-radius: 30px;
		padding: 50px 20px 20px;
		width: 100%;
		position: relative;
		margin-top: -30px;
	}
	.property-detail .intro-comment .txt-wrap:before {
		content: none;
	}
	.property-detail .intro-comment .icon-img {
		width: 100px;
		z-index: 10;
		display: flex;
        flex-direction: column-reverse;
		align-items: center;
		gap: 5px;
	}

	.property-detail .intro-comment .en {
		text-align: center;
		margin-top: 0px;
		font-size: 1.3rem;
		white-space: nowrap;
	}
}


/* -----------------------------------------------------------
    この物件の特徴
-------------------------------------------------------------- */
.property-feature-area {
	display: flex;
	gap: 70px;
    border: solid 2px #0f75bc;
    border-radius: 30px;
    margin-top: 50px;
    padding: 40px 50px;
    align-items: center;
}

.property-feature-area .s-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	color: #0f75bc;
}

.property-feature-area .feature-list {
	display: flex;
	gap: 50px;
}

.property-feature-area .feature-list li .icon-area {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    background-color: #EFF4FA;
    position: relative;
}

.property-feature-area .feature-list li .icon-area img {
    max-width: 75px;
    max-height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.property-feature-area .feature-list li .txt {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.property-feature-area {
		display: flex;
		gap: 20px;
		border-radius: 20px;
		margin-top: 30px;
		padding: 20px 20px;
		align-items: center;
		flex-direction: column;
	}

	.property-feature-area .s-ttl {
		font-size: 1.8rem;
	}

	.property-feature-area .feature-list {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
	}
	
	.property-feature-area .feature-list li {
		width: calc(100% / 2 - 10px);
	}

	.property-feature-area .feature-list li .icon-area {
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}

	.property-feature-area .feature-list li .icon-area img {
		max-width: 65px;
		max-height: 65px;
	}

	.property-feature-area .feature-list li .txt {
		font-size: 1.4rem;
		margin-top: 10px;
	}
}
	
	
	

/* -----------------------------------------------------------
    お問い合わせエリア
-------------------------------------------------------------- */
.property-contact-area {
	margin-top: 50px;
	border-radius: 30px;
	padding: 50px 50px 60px;
	background-color: #EFF4FA;
	position: relative;
}

.property-contact-area .ttl {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

.property-contact-area .c-list {
    display: flex;
	justify-content: center;
	align-items: center;
	gap: 70px;
	margin-top: 30px;
}

.tel-wrap a {
	text-align: center;
}

.property-contact-area .c-list .tel {
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0;
    color: #3587C2;
}

.property-contact-area .c-list .s-ttl {
   font-size: 1.2rem;
}


.property-contact-area .cmn-btn {
   margin-top: 0px;
}

.property-num {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

/*お問い合わせ*/
.property-contact-area .button {
    margin-top: 0px;
}

.property-contact-area .button {
    margin-top: 0px;
}



@media screen and (max-width: 768px) {
	.property-contact-area {
		margin-top: 30px;
		border-radius: 20px;
		padding: 20px 20px 40px;
	}

	.property-contact-area .ttl {
		font-size: 2rem;
	}

	.property-contact-area .c-list {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
		margin-top: 20px;
		flex-direction: column-reverse;
	}
	
	.property-contact-area .c-list li {
		width: 100%;
	}

	.tel-wrap a {
		text-align: center;
	}

	.property-contact-area .c-list .tel {
		position: relative;
		font-size: 3rem;
	}

	.property-contact-area .c-list .s-ttl {
	   font-size: 1.2rem;
	}

	.property-contact-area .cmn-btn {
	   margin-top: 0px;
	}

	.property-num {
		position: absolute;
		right: 20px;
		bottom: 10px;
		font-size: 1.2rem;
	}
	
	.cmn-btn-link {
		width: 100%;
	}
	
	/*お問い合わせ*/
	.property-contact-area .button a.btn01 {
		margin: 0 auto;
	}
	
}




/* -----------------------------------------------------------
    list-area
-------------------------------------------------------------- */
.data-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	position: relative;
}

.data-wrap .list-date {
	display: flex;
	gap: 20px;
}

.data-wrap .list-date .day-update,
.data-wrap .list-date .day-end {
	position: relative;
	padding-left: 20px;
	color: #808e94;
}

.data-wrap .list-date .day-update::before {
	content: "\f1da";
    font: 900 1.6rem/1 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.data-wrap .list-date .day-end::before {
	content: "\f273";
    font: 900 1.6rem/1 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.data-wrap .list-new-pick {
	display: flex;
	gap: 5px;
}

.job-index .list-area .list-jobs-cate {
	display: flex;
    gap: 6px 30px;
	margin-top: 10px;
	flex-wrap: wrap;
}

.job-number {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 1.6rem;
}

.job-index .list-area .cate-img-txt,
.job-index .list-area .employment-status {
	display: flex;
	gap: 5px 10px;
	font-size: 1.8rem;
	font-weight: 500;
	align-items: center;
	flex-wrap: wrap;
}
.job-index .list-area .cate-img-txt img,
.job-index .list-area .employment-status img {
	width: 20px;
	/*height: -webkit-fill-available;*/
}

.job-index .list-area .list-area-ttl{
	font-size: 3rem;
	font-weight: bold;
}

.job-index .list-area .cmn-sub-ttl {
	margin: 0;
	position: relative;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}

.job-index .list-area .list-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.job-index .list-area .list-body {
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
	margin-bottom: 20px;
	transition: 0.5s;
	width: 100%;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

.job-index .list-area .list-body:hover {
	transform: translateY(-7px);
}

.job-index .list-area .list-body-link {
	display: block;
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
	padding: 30px 30px 30px;
	position: relative;
	width: 100%;
	border: solid 1px #A8835A;
	border-radius: 0 0 10px 10px;
}

.job-index .list-area .list-body-link:hover {
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
	color: inherit;
	opacity: .7;
}

.job-index .list-area .list-body-link::before {
	background-image: linear-gradient(to left, #A8835A , #A8835A);
	content: "";
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
}

.job-index .list-area .cmn-cate {
	margin: 10px 0 0 0;
}

.job-index .list-area .list-ttl {
	font-size: 2.7rem;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.3;
	margin: 0px 0 15px;
	padding-bottom: 15px;
	border-bottom: solid 3px #ccc;
	position: relative;
	color: #A8835A;
}

.job-index .list-area .list-ttl::after {
    content: '';
    width: 110px;
    height: 3px;
    display: inline-block;
    background-color: #0e70b5;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.job-index .list-area .hospital-name {
	color: #808e94;
}

.job-index .list-area .list-main {
	align-items: flex-start;
	display: flex;
	margin-bottom: 20px;
}

.job-index .list-area .thumb {
	align-items: center;
	border-radius: 3px;
	background: #f4f4f4;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	height: 200px;
    width: 350px;
	margin: 0 30px 0 0;
}

.job-index .list-area .thumb img {
	max-width: 100%;
	max-height: 100%;
}

.job-index .list-area .detail-area1 {
	margin-bottom: 10px;
}

.job-index .list-area .detail-area1 p {
	display: flex;
	align-items: center;
    gap: 10px;
}

.job-index .list-area .detail-area1 p img {
	width: 14px;
}

/*detail-area2*/
.job-index .list-area .detail-area2 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.job-index .list-area .detail-area2 dl {
	display: flex;
	align-items: center;
    gap: 10px;
	width: calc(50% - 10px);
	font-size: 1.4rem;
}

.job-index .list-area .detail-area2 dl dt {
	background-color: #EFF4FA;
	padding: 5px 10px;
	font-weight: 700;
	white-space: nowrap;
}

/*---table---*/
.other-table {
	width: 100%;
}

.other-table thead {
	background-color: #EFF4FA;
	font-size: 1.5rem;
}

.other-table .other-table-col01 {
	width: 200px;
}
.other-table .other-table-col03 {
	width: 80px;
}
.other-table .other-table-col04,
.other-table .other-table-col05,
.other-table .other-table-col06 {
	width: 120px;
}

.floorplan {
	position: relative;
}
.floorplan .img-area {
	height: 100px;
}
.floorplan .img-area img {
	width: auto;
	height: 100%;
}
.floorplan .cate-wrap .cate {
	position: absolute;
    top: -3px;
    left: -5px;
    width: 27px;
    height: 27px;
    border-radius: 20px;
    background-color: #E94B41;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px 0 0;
	text-align: center;
}

/*いいね*/
.like-btn {
    background: none;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    color: #999; /* デフォルトの色（グレー） */
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.like-btn i {
    font-size: 2rem;
    display: inline-block;
}

.like-btn.liked {
    color: #e63946; /* いいね時の赤色 */
}


/*こだわり条件の表示*/
.key-feature {
	margin-top: 10px;
}

.key-feature ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.key-feature ul li {
	background-color: #C2B59B;
	border-radius: 3px;
	padding: 3px 5px;
	color: #fff;
}


/* -----------------------------------------------------------
    動画・周辺地図
-------------------------------------------------------------- */
.panorama-area iframe,
.map-area iframe,
.movie-area iframe {
	width: 100%;
	height: 500px
}

@media screen and (max-width: 768px) {
	.panorama-area iframe,
	.map-area iframe,
	.movie-area iframe {
		width: 100%;
		height: 200px
	}
}

/* -----------------------------------------------------------
    借りたい：賃貸マンション以外
-------------------------------------------------------------- */
.other .print-like-area li:nth-child(2){
	display: none;
}

