.float_nav.float {
	display: none;
}
.content_out {
	display: none;
}
/*spでは下のfloatを表示させない*/
.float_side {
	display: none;
}
/*SP版便利機能をON*/
#sp_menu_wrap_detail,
#sp_menu_wrap_list {
	display: block;
}
ul#sp_fixed_btn {
	display: flex;
	z-index: 970;
	width: 90vw;
	/*margin: 0 auto;*/
	position: fixed;
	justify-content: space-between;
	margin-left: 5%;
	margin-top: -70px;
}

#sp_order_menu_detail {
	display: block;
	position: fixed;
	top: -160px;
	left: 0;
	z-index: 980;
	width: 100%;	
}
#sp_acc_menu_detail {
	display: block;
	position: fixed;
	top: -160px;
	left: 0;
	z-index: 980;
	width: 100%;	
}
.sp_acc_menu_inner,
.sp_order_menu_inner {
	width: 90%;
	margin: 0 auto;
}

.sp_acc_menu_contents,
.sp_order_menu_contents {
	box-sizing: border-box;
	background: #d2f2ff;
	background: linear-gradient(270deg,#d2f2ff 0%, #d9e1ed 100%);
	background: -webkit-linear-gradient(270deg,#d2f2ff 0%, #d9e1ed 100%);
	background: -moz-linear-gradient(270deg,#d2f2ff 0%, #d9e1ed 100%);
		/*background-color: #d2f2ff;*/
    width: 100%;
    height: 160px;
    padding-top: 30px;
}
.sp_acc_menu_contents {
	border: solid 2px #0070d9;
	border-radius: 0 0 0 10px;

	/*background-color: #0070d9;*/
}
.sp_order_menu_contents {
	border: solid 2px #ff961b;
	border-radius: 0 0 10px 0;
	/*background-color: #ff961b;*/
}
.sp_acc_menu_tab,
.sp_order_menu_tab {
	/*background-color: #d9e1ed;*/
    /*color: #434343;*/
    /*width: 170px;*/
	/*margin-left: auto;    */
    height: 30px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*font-size: 4vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_acc_menu_tab {
	background-color: #0070d9;
	color: #fff;
	/*margin-left: auto;*/
	/*width: 150px; */
}
.sp_order_menu_tab {
	background-color: #ff961b;
	color: #fff;
}
.sp_acc_menu_tab {
/*  width: 50px;
  height: 50px;
  background-color: #ddd;
  border-radius: 12px;
  position: relative;
  margin: 20px;*/
}
.sp_acc_menu_tab[data-icon="false"] {
	margin-top: -30px;
	transition: .2s linear;
}
.sp_acc_menu_tab[data-icon="true"] {
	margin-top: 0px;
	transition: .2s linear;
}
.sp_order_menu_tab[data-value="0"] {
	margin-top: -30px;
	transition: .2s linear;
}
.sp_order_menu_tab:not([data-value="0"]) {
	margin-top: 0px;
	transition: .2s linear;
}
/*.sp_acc_menu_tab[data-value="0"]::before,*/
/*.sp_order_menu_tab[data-icon="false"]::after,*/
/*.sp_acc_menu_tab[data-icon="false"]::before,
.sp_order_menu_tab[data-value="0"]::before {
  display: none;
}*/
a.keep_favorite[data-value="0"]::before,
a.keep_conditions[data-value="0"]::before,
.sp_acc_menu_contents a.contact_btn.wn[data-value="0"]::before,
.sp_acc_menu_contents a.favorite_btn.wn[data-value="0"]::before {
	display: none;
}
a.keep_favorite::before,
a.keep_conditions::before,
.sp_acc_menu_contents a.contact_btn.wn::before,
.sp_acc_menu_contents a.favorite_btn.wn::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-value);
    color: #fff;
    min-width: 24px;
    height: 24px;
    box-sizing: border-box;
    padding: 4px;
    font-size: 15px;
    font-weight: bold;
    background-color: #e41616;
    border-radius: 50%;
    transform: translate(-200%, -130%);
    z-index: 1;
}
a.keep_favorite::before,
a.keep_conditions::before {
	background-color: #10c677;
}
.sp_acc_menu_tab::before {
    display: inline-block;
    position: relative;
    content: '';
    margin: 2px 3px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../common/images/r_list/star_icon_m_y.png);
    /*content: url(../../common/images/r_list/star_icon_m_y.png);*/
    /*content: '★';*/
    /*width: 4vw;*/
    /*height: 4vw;*/
    z-index: 2;
}
/*.sp_acc_menu_tab::before,*/
.sp_order_menu_tab::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    content: attr(data-value);
    color: #fff;
    /*width: 3vw;*/
    /*height: 3vw;*/
    /*box-sizing: border-box;*/
    padding: 4px 5px 5px;
    /*font-size: 4vw;*/
    /*font-weight: bold;*/
    background-color: #e41616;
    border-radius: 50%;
    margin: 3px;
    /*top: 0;*/
    /*right: 0;*/
    /*transform: translate(-20%, 0%);*/
    z-index: 1;
}

/*SP版便利機能をONココマデ*/
/*detailではヘッダーフッターを表示させないココカラ*/
header#header_sp {
	display: none;
}
.contact_area,
footer#sp_footer {
	display: none;
}
/*detailではヘッダーフッターを表示させないココマデ*/

div.detail_inner {
	position: relative;
	width: 100%;
}
div.detail_inner_center {
	position: relative;
	width: 100%;
	margin: 70px auto 0;
}
div.detail_inner_center.end_of_content > *:not(.detail_ttl) {
	display: none;
}
section.end_content_desc {
	display: none;
}
section.end_content_desc.end_of_content {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 90%;
}
section.end_content_desc.end_of_content p {
	font-size: 18px;
	color: #434343;
	text-align: left;
	margin: 50px auto;
}
section.detail_ttl {
	position: relative;
	width: 100%;
}
.head_frame {
	width: 100%;
}
/*PCでは表示、SPでは非表示*/
.head_frame > .head_btn,
.head_base_inner > .contact_btn {
	display: none;
}
.head_btn {
	position: relative;
	display: flex;
	color: #56595b;
	justify-content: flex-end;

}
.head_btn a {
	font-size: 14px;
	width: 90px;
	padding: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-around;
	    -ms-flex-pack: space-around;
	        justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	        flex-direction: column-reverse;
	border-radius: 8px;
	margin: 0 auto;
	height: 60px;
}
.head_btn a:hover {
	color: #fff;
	flex-direction: row-reverse;	
}
.head_btn a:hover img {
	filter: brightness(255);	
}
.head_btn a[data-value="0"] {
	pointer-events: none;
    filter: saturate(0%);
    -webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
}
.keep_favorite {
	/*background: linear-gradient(to right,  #d7e5f1 1%,#d9e0ed 100%);	*/
}
.keep_favorite.ie[data-value="0"] {
	background: lightgray;
}
.keep_favorite:hover {
	background: #013e98;
}
.keep_conditions {
	/*background: linear-gradient(to right,  #d4ebf7 1%,#d7e5f1 100%);*/
}
.keep_conditions.ie[data-value="0"] {
	background: lightgray;
}
.keep_conditions:hover {
	background: #dfb850;
}
#sp_acc_menu_detail .keep_favorite,
#sp_acc_menu_detail .keep_conditions {
	background-color: #013e98;
	color: #fff;
}
#sp_acc_menu_detail .keep_favorite img,
#sp_acc_menu_detail .keep_conditions img {
	filter: brightness(5000%);
}
#sp_acc_menu_detail a[data-value="0"] img {
	filter: brightness(1.0);
}
#sp_acc_menu_detail a[data-value="0"] {
	color: #56595b;
}
.head_base {
	width: 100%;
	background: linear-gradient(to right,  #d2f2ff 1%,#d9e1ed 100%);
	display: flex;
	justify-content: space-between;	
}
.head_base_inner {
	display: flex;
	margin: 15px auto;
	justify-content: space-between;
	align-items: center;
}
.head_base_ttl {
	display: flex;
	align-items: center;
}
.content_end {
	background: #e41616;
	color: #fff;
    padding: 3px 8px;
    margin-right: 20px;
}
.new_a , .type_tag{
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	display: block;
	margin-right: 10px;
}
.new_a {
	background: #e41616;
}
.type_tag {
	background: #013e98;
}
.title {
	color: #013e98;
	font-size: 16px;
}
.sp_acc_menu_contents .contact_btn {
	font-size: 14px;
    color: #fff!important;
    width: 180px;
    height: 42px;
    padding: 5px;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column-reverse;
    background: #ff961b;
    margin-top: 20px;
    margin-bottom: 30px;
	filter: drop-shadow(2px 2px 0px lightgray);	
}
.detail_contct_btn > .contact_btn {
	font-size: 16px;
	color: #fff!important;
	width: 260px;
	height: 52px;
	justify-content: space-around;
	align-items: center;
	border-radius: 5px;
	display: flex;
	background: #ff961b;
	filter: drop-shadow(2px 2px 0px lightgray);
}
.sp_acc_menu_contents .contact_btn.end_of_content {
	pointer-events:none;
	filter: saturate(0%);	
}
.contact_btn:hover {
	background: #dfb850;
	flex-direction: row-reverse;
}

section.detail_dt { 
	position: relative;
	width: 95%;
	margin: 0 auto 10px;
	/*height: 178px; */
	/*margin-bottom: 30px;*/
}
table, tr, th, td, img {
	vertical-align: middle!important;
}
table.dt_table {
	width: 700px;
	height: 100%;
	display: none;
	border-collapse: collapse;
}
table.dt_table tbody {
}
table.dt_table tbody tr {
}

table.dt_table th ,table.dt_table td {
	border: solid 3px #e6f3fc;
}
.dt_table th {
	text-align: center;
	height: 38px;
	background: #e6f3fc;
	font-size: 14px;
	color: #626262;
	line-height: 38px;
	font-weight: bold;
}
.dt_table td {
	height: 20px;
}
.fp_head, .fee_head, .area_head {
	width: 186px;
}

.collateral_head, .fav_head {
	width: 176px;
}

.bf_head {
	width: 180px;

}
.fp_img {

}
.fp_img img {
	width: 140px;
	display: block;
	margin: auto;
	object-fit: cover;
}
.fee {
	color: #e41616;
	font-size: 20px;
	text-align: center;
}
.collateral img ,.thanks img {
	margin: 20px;

}
.collateral , . .thanks {
	font-size: 17px;
	color: #56595b;
}
.floorplan , .floor, .area_dt, .bild {
	text-align: center;
	font-size: 17px;
	color: #56595b;
}
.fav_img img {
	display: block;
	margin: 0 auto;
}
.manage_fee {
	color: #e41616;
	font-size: 17px;
	text-align: center;
}
.thanks {

}

.area_dt {

}

.bild {

}
section.detail_top { 
	position: relative;
	width: 95%;
	margin: 0 auto 40px;
	display: flex;
	flex-direction: column-reverse;
	/*height: 543px; */
	/*margin-bottom: 40px; */
}
.detail_top_inner {
	position: relative;
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;	
}
.slider-container {
	/*width: 450px;*/
	/*height: 338px;*/
	order: 1;
}
.slider-container {
}

.slider-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.detail_top_img {
	width: 450px;
	height: 338px;
	border: solid 1px #e5e5e5;
}
ul.slider li {
	/*width: 450px;*/
	/*height: 338px;*/
}
ul.slider li a img {
	/*width: 450px;*/
	/*height: 338px;*/
	/*max-height: 100%;*/
	/*object-fit: contain;*/
}
.slider.rent li a {
/*	width: 270px;
	height: 270px;*/
}
.slider.sale li a {
/*	width: 270px;
	height: 180px;*/
}
ul.slider li a {
	width: 100%;
	height: 100%;
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
ul.slider.rent li a img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
ul.slider.tenant li a img {
    width:100%;
    height:100%;
    /*max-width:100%;*/
}
ul.slider > li > a > div > p {
    color: #fff;
    padding: 2px 10px;
    font-size: 16px;
    text-align: center;
    background-color: #000;
    position: relative;	
}
ul.slider > li > a > div {
    position: relative;
    margin-top: -25px;
}
.detail_top_desc {
	width: 100%;
	order: 3;
}
.detail_top_desc > .addresstraffic {
	display: none;
}


.recommend {
	color: #fff;
	font-size: 12px;
	background: #013e98;
	padding: 3px;
	width: 100px;
	padding-left: 7px;
	margin-bottom: 10px;

}
.recommend_txt {
	color: #56595b;
	font-size: 14px;
	margin-bottom: 10px;


}
.status {
	color: #56595b;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;

}
.status li {
	width: 50%;
	line-height: 26px;
}
.status > li + li {
	/*margin-right: 10px;*/
}
.status li:before {
	content: "・";
	font-size: 24px;
	position: relative;
	top: 4px;
	color: #013e98;
}
.adress {
	color: #56595b;
	font-size: 16px;
	margin-bottom: 15px;

}
ul.traffic {
	color: #56595b;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
}
ul.traffic li {
	width: 50%;

}
/*20201117修正*/
.sp_fav_img {
	margin: 0 20px;
}
.sp_fav_img input {
	display: none;
}
.sp_fav_img label {
	position: relative;
	width: 26px;
	height: 38px;
	margin: 0 auto;
}

.sp_fav_img label:hover {
	cursor: pointer;
}
.sp_fav_img input[type="checkbox"] + label {
    display: block;
    background-image: url(../../common/images/r_detail/star_icon_l_b.png);
    background-size: 21px 38px;
    background-repeat: no-repeat;
}
 
.sp_fav_img input[type="checkbox"]:checked + label {
	display: block;
	background-size: 26px 38px;
	background-repeat: no-repeat;
	margin: 0 auto;
    background-image: url(../../common/images/r_detail/star_icon_l_b2.png);
}
.sp_detail {
	width: 100%;
	margin-bottom: 20px;
}
.sp_fp_img {
	border: solid 1px lightgray;
}
.sp_fp_img img {
	display: block;
	margin: auto;
	object-fit: contain;
}
.sp_detail_desc {
	width: 100%;
	margin-bottom: 15px;
}
.sp_detail_desc > div + div {
	margin-top: 15px;
}
.fee_manage {
	display: flex;
	align-items: center;
}
.fee_manage > div + div {
	margin-left: 10px;
}
.item_wrap,
.item_wrap1 {
	width: 100%;
	font-size: 14px;
	color: #56595B;
	display: flex;
}
.item_wrap > div {
	width: 50%;
	display: flex;
}
.item_wrap1 > div {
	width: 100%;
	display: flex;
}
.sp_detail_item > div {
	display: flex;
	flex-wrap: wrap;
    width: calc(100% - 50px);
}
.item_wrap > div > span,
.item_wrap1 > div > span {
	width: 50px;
	height: 22px;
	color: #013e98;
	font-size: 12px;
	margin-right: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*text-align: center;*/
	background-color: #e6f3fc;
}
.detail_top.sale .item_wrap > div > span,
.detail_top.sale .item_wrap1 > div > span {
	width: 60px;
	height: 22px;
	color: #013e98;
	font-size: 12px;
	margin-right: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*text-align: center;*/
	background-color: #e6f3fc;
}
.detail_slider { 
	position: relative;
	/*background: linear-gradient(to right,  #d2f2ff 1%,#d9e1ed 100%);*/
	order: 2;
	margin-bottom: 15px;
}

.detail_top.sale .slider-nav-container,
.detail_top.rent .slider-nav-container {
/*    width: 10%;
    height: 200px;*/
    position: relative;
    margin: 0 auto;
    background-image: linear-gradient(to right,  #d2f2ff 1%,#d9e1ed 100%);
}
ul#sample2 {

}
ul.slider-nav li a img {
	height: 142px;
	width: 190px;
	object-fit: contain;
	font-family: 'object-fit: contain;';	
}
ul.slider-nav li img {
	max-width: 100%;
	max-height: 100%;
}
.detail_contct_btn {
	position: relative;

	width: 260px;
	height: 54px;
	margin: 0 auto 50px;
}

section.address_table.rent { 
	position: relative;
	width: 100%;
	/*height: 300px; */
	margin-bottom: 36px;
}
section.address_table { 
	position: relative;
	width: 100%;
	min-height: 300px; 
	margin-bottom: 36px;
}
table.address_table_inner,
table.condition_table_inner,
table.area_table_inner {
	width: 100%;
	height: 100%;
	border: solid 3px #e6f3fc;
	border-collapse: collapse;
}
table.address_table_inner tr:first-child th,
table.address_table_inner tr:first-child td,
table.condition_table_inner tr:first-child th,
table.condition_table_inner tr:first-child td,
table.area_table_inner tr:first-child th, 
table.area_table_inner tr:first-child td {
	border-top: solid 3px #e6f3fc;
}
table.address_table_inner td,
table.condition_table_inner td,
table.area_table_inner td {
	background: #fff;
	border-bottom: solid 3px #e6f3fc;
	padding: 10px 0;
	color: #56595b;	
}

table.address_table_inner th,
table.condition_table_inner th
 {
	border-bottom: solid 3px #fff;
}
table.address_table_inner tr:last-child th,
table.condition_table_inner tr:last-child th,
table.condition_table_inner tr th.con_tbl_insura {
	border-bottom: solid 3px #e6f3fc;
}
table.address_table_inner th, table.condition_table_inner th, table.area_table_inner th {
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN",sans-serif;;
    font-weight:500;
    /*font-weight:bold;*/
	color: #013e98;
	/*width: 264px;*/
	text-align: center;
	background: #e6f3fc;
}
td.address_tbl_fp01,
td.con_tbl_manage01
 {
	width: 307px;
}
td.ctr {
	text-align: center;
}
.td_inner {
	width: 90%;
	margin: 20px auto;
	position: relative;
}
.td_inner.the_area01 ul {
	flex-direction: column;
}
.td_inner > ul {
	display: flex;
	flex-wrap: wrap;
}
.td_inner > ul li {
	margin-right: 20px;
}
table.address_table_inner tr:last-child th,
table.address_table_inner tr:last-child td,
table.condition_table_inner tr:last-child th,
table.condition_table_inner tr:last-child td,
table.area_table_inner tr:last-child th, 
table.area_table_inner tr:last-child td {
	border-bottom: solid 3px #e6f3fc;
}
.td_inner > ul > li {
	width: auto;
}
section.condition_table { 
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}
.con_tbl_commit01 > .td_inner > ul > li,
.con_tbl_facili01 > .td_inner > ul > li {
	/*width: 180px;*/
}
.con_tbl_commit01 li:before,
.con_tbl_facili01 li:before,
section.area_table ul > li:before {
	content: "・";
	font-size: 18px;
	position: relative;
	top: 2px;
	color: #56595b;
}
section.area_table { 
	position: relative;
	width: 100%;
	/*height: 147px; */
	margin-bottom: 24px;
}

section.area_update { 
	position: relative;
	width: 100%;
	/*height: 50px; */
	margin-bottom: 30px;
}
.area_update_inner {
	margin: 0 0 0 auto;
	border: solid 2px #e6f3fc;
	border-collapse: collapse;
}
.area_update_inner tbody > tr th:nth-of-type(1),
.area_update_inner tbody > tr th:nth-of-type(2),
.area_update_inner tbody > tr th:nth-of-type(3) {
	width: 120px;
	background-color: #e6f3fc;
}
.area_update_inner tbody > tr > td {
    border: solid 2px #e6f3fc;
    text-align: center;
}
.area_update p {
	font-size: 16px;
	text-align: right;
}
section.panorama {
	position: relative;
	margin: 0 auto 30px;
}
iframe#PanoramaFlame {
	width: 95vw;
	margin-left: 2.5vw;
	height: calc(95vw * .8);
}
#krpanoSWFObject > div > div:nth-last-of-type(1) > div:nth-last-of-type(5) {
	width: 100px;
	height: 100px;
}
#krpanoSWFObject {
	margin: 0 auto;
}
section.detail_map { 
	position: relative;
	width: 100%;
	/*height: 500px; */
	margin: 0 auto; 
	display: flex; 
	justify-content: space-between; 
	margin-bottom: 50px;
}

.ggl_map, .ggl_stview {
	width: 500px;
	height: 500px;
}

.address_tbl_acc01 > .td_inner {
	display: flex;
}


.slider-container, .slider-nav-container {
  display: none;
  position: relative;
}
.slider-container.initialized, .slider-nav-container.initialized {
  display: block;
}
.slider-nav-container {
  margin-top: 18px;
}
.slider {
  overflow: hidden;
}
.slider-nav {
  /*margin: -7px 26px;*/
}
.slider-nav p {
	display: none;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -24px;  /* 高さの半分だけネガティブマージン */
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  outline: 0;
  /*height: 115px;*/
}
.slider .slick-slide > img, .slider-nav .slick-slide > img {
  display: block;
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*height: auto;*/
}
.slider .slick-slide > a:after{
	display: block;
	content:attr(title);
	/*width: 450px; */
    width:    100%;
    font-size:100%;
    text-align:center;
    bottom: 0;
    left: 0;
    margin: 0;
    padding:0;
    color:    #fff;
    background:rgba(0,0,0,0.4); 
    position:absolute;
    padding-right:1rem;
}


.detail_map > table,
.detail_map > table > tbody,
.detail_map > table > tbody > tr {
	width: 100%;
}
.detail_map > table > tbody > tr {
	display: flex;
	/*justify-content: space-between;*/
}
.content_out {
	/*display: none;*/
}


/*20201117修正*/
.fav_img input {
	display: none;
}
.fav_img label {
	position: relative;
	width: 53px;
	height: 77px;
	margin: 0 auto;
}

.fav_img label:hover {
	cursor: pointer;
}
.fav_img input[type="checkbox"] + label {
    display: block;
    background-image: url(../../common/images/r_detail/star_icon_l_b.png);
    background-size: 43px 76px;
    /*margin-left: 67px;*/
    /*background-position: left center;*/
    background-repeat: no-repeat;
    /*padding: 4px 0 0 28px;*/
}
 
.fav_img input[type="checkbox"]:checked + label {
	display: block;
	background-size: 53px 77px;
	margin: 0 auto;
    background-image: url(../../common/images/r_detail/star_icon_l_b2.png);
}
.detail_slider .slick-current img {
	border: solid 5px #013e98;
	box-sizing: border-box;
}


/*#sample2 > li[aria-hidden=false] {
	border: solid 3px blue;
}*/

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼売買物件用ココカラ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section.detail_dt.sale { 
	position: relative;
	width: 95%;
	margin-bottom: 30px;
}

.loan_sim {
	width: 177px;
	height: 34px;
	font-size: 12px;
	margin: 0 auto;
	color: #fff;
}


.loan_sim a {
	background-color: #ff961b;
    display: flex;
    width: 117px;
    height: 34px;
    line-height: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 7px;
    filter: drop-shadow(2px 2px 0px lightgray);
}
.loan_sim a:hover {
	background: #dfb850;
	flex-direction: row-reverse;
}
.loan_sim a img {
	/*margin: 4px;*/
	display: none;
}
ul.slider.sale li a img {
/*	width: 450px;
	height: 338px;
	max-height: 100%;
	object-fit: contain;*/
}
.detail_dt.sale table.dt_table th ,.detail_dt.sale table.dt_table td {
	border: solid 3px #e6f3fc;
}

.detail_dt.sale .dt_table th {
	text-align: center;
	height: 38px;
	background: #e6f3fc;
	font-size: 14px;
	color: #626262;
	line-height: 38px;
	font-weight: bold;
}
.detail_dt.sale .dt_table tr:nth-of-type(1) {
	height: 38px;
}
.detail_dt.sale .dt_table tr:nth-of-type(2),
.detail_dt.sale .dt_table tr:nth-of-type(3) {
	height: 70px;
}
.detail_top.sale .status li {
	width: 100%;
	line-height: 35px;

}
.detail_top.sale .status li:before {
	content: "●";
	font-size: 20px;
	position: relative;
	top: 2px;
	color: #013e98;
}
.detail_top.sale .traffic {
	color: #56595b;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
}
.detail_top.sale .traffic li {
	margin-right: 30px;
}
.detail_top.sale .traffic li:before {
	content: "・";
	font-size: 24px;
	position: relative;
	top: 2px;
	color: #013e98;	
}
.area_head, .price_head, .fp_head {
	width: 186px;
}

.fav_head {
	width: 176px;
}

.land_head, .bf_head {
	width: 180px;
}
.detail_dt.sale .dt_table tr:nth-of-type(2) .fp_img {
	width: 140px;
	height: 140px;
}
.detail_dt.sale .dt_table tr:nth-of-type(2) .fp_img a {
	width: 100%;
	height: 100%;
}
.detail_dt.sale .dt_table tr:nth-of-type(2) .fp_img a span {
	display: none;
}
.detail_dt.sale .dt_table tr:nth-of-type(2) .fp_img a img {
	width: 186px;
	height: 140px;
	display: block;
	margin: auto;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.price {
	color: #e41616;
	font-size: 20px;
	text-align: center;
	border-bottom: none;
}
.collateral img ,.thanks img {
	margin: 20px;

}
.detail_top.sale .slider-nav-container {
/*    width: 948px;
    height: 142px;
    position: relative;
    margin: 0 auto;
    padding-top: 44px;*/
}
/*.land_area , .build_area {
	font-size: 17px;
	color: #56595b;
}*/

.land_area,
.floorplan,
.floor,
.area_dt,
.build_area,
.build,
.buildtype,
.yield {
	text-align: center;
	font-size: 17px;
	color: #56595b;
}
.fav_img img {
	display: block;
	margin: 0 auto;
}
.manage_fee {
	color: #e41616;
	font-size: 17px;
	text-align: center;
}
.loan_sim {
	border-top: none;
}
.thanks {

}

.area_dt {

}

.bild {

}
section.detail_top.sale ul.traffic li {
	width: 100%;

}

section.address_table.sale table.address_table_inner,
section.address_table.sale table.condition_table_inner,
section.area_table.sale table.area_table_inner {
	width: 100%;
	height: 100%;
	/*border: solid 3px #e6f3fc;*/
	border-collapse: collapse;
}
section.address_table.sale table.address_table_inner tr:nth-of-type(3) td:nth-of-type(1) {
	width: 307px;
}
section.address_table.sale table.address_table_inner tr:nth-of-type(3) td:nth-of-type(2) {
	width: 264px;
}
section.address_table.sale table.address_table_inner td,
section.address_table.sale table.condition_table_inner td,
section.area_table.sale table.area_table_inner td {
	background: #fff;
	font-size: 16px;
	color: #56595b;	
}

section.address_table.sale table.address_table_inner th,
section.address_table.sale table.condition_table_inner th
 {
	border-bottom: solid 3px #fff;
}
section.address_table.sale table.address_table_inner tr:last-child th,
section.address_table.sale table.condition_table_inner tr:last-child th
 {
}
section.address_table.sale > table.address_table_inner th,section.address_table.sale > table.condition_table_inner th,section.area_table.sale > table.area_table_inner th {
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN",sans-serif;;
    font-weight:500;
    /*font-weight:bold;*/
	color: #013e98;
	/*font-size: 16px;*/
	/*width: 264px;*/
	text-align: center;
	background: #e6f3fc;
}
section.address_table.sale td.address_tbl_fp01,
section.address_table.sale td.con_tbl_manage01
 {
	width: 307px;
}
section.address_table.sale td.ctr {
	text-align: center;
}
section.address_table.sale .td_inner.sale {
	width: 90%;
	/*margin: 14px auto;*/
	position: relative;
}
section.address_table.sale .td_inner.the_area01 {

}
section.address_table.sale .td_inner.sale > ul {
	display: flex;
	flex-wrap: wrap;
	/*flex-direction: column;*/

}
section.address_table.sale .td_inner.sale > ul > li {
	width: auto;
	margin-right: 10px;
}
section.area_table.sale { 
	position: relative;
	width: 100%;
	height: auto; 
	margin-bottom: 24px;
}
section.area_table.sale .td_inner > ul > li {
	width: 300px;
}
section.area_table.sale .sale_salenearby > div > ul > li:before,
section.address_table.sale .sale_tbl_facili li:before {
	content: "・";
	font-size: 18px;
	position: relative;
	top: 2px;
	color: #56595b;
}
section.area_table.sale .sale_salenearby > div > ul {
	flex-direction: column;
}
section.area_table.sale .sale_salenearby > div > ul > li {
	width: auto;
}
.td_inner > ul {
	min-height: 90px;
}
section.detail_map.sale > table > tbody > tr > td {
	display: flex;
}
section.detail_map.sale > table > tbody > tr {
	display: block;
}

section.address_table.sale > table > tbody > tr > th:nth-of-type(2) {
	/*height: 53px;*/
}
/*section.area_table.sale .td_inner > ul > li:nth-last-of-type(-n+3) {
	width: 420px;
}*/
/*●●●●●●●●●●●●●●●●●●●●●●土地ココから●●●●●●●●●●●●●●●●●●●●●●*/
section.address_table.sale.land { 
	position: relative;
	width: 100%;
	min-height: 1024px; 
	margin-bottom: 36px;
}
section.address_table.sale.land > table > tbody > tr:nth-of-type(1) > th,
section.address_table.sale.land > table > tbody > tr:nth-of-type(10) > th,
section.address_table.sale.land > table > tbody > tr:nth-of-type(11) > th,
section.address_table.sale.land > table > tbody > tr:nth-of-type(12) > th, 
section.address_table.sale.land > table > tbody > tr:nth-of-type(15) > th {
	/*height: 53px;*/
}
section.address_table.sale.land > table > tbody > tr.sale_tbl_facili  th {
	/*height: 90px;*/
}
section.address_table.sale.land > table > tbody > tr.sale_tbl_facili  th {
	/*height: 90px;*/
}
/*section.address_table.sale.land .sale_tbl_facili > .td_inner > ul {
	height: 280px;
}*/
section.address_table.sale.land .sale_tbl_facili > .td_inner > ul > li {
	width: auto;
}
section.address_table.sale.land .td_inner.sale > ul {
	min-height: 90px;
	max-height: 230px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;

}

/*●●●●●●●●●●●●●●●●●●●●●●土地ココまで●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●戸建ココから●●●●●●●●●●●●●●●●●●●●●●*/
section.address_table.sale.house { 
/*	position: relative;
	width: 100%;
	min-height: 1360px; 
	margin-bottom: 36px;*/
}
section.address_table.sale.house > table > tbody > tr:nth-of-type(1) > th,
section.address_table.sale.house > table > tbody > tr:nth-of-type(13) > th,
section.address_table.sale.house > table > tbody > tr:nth-of-type(14) > th,
section.address_table.sale.house > table > tbody > tr:nth-of-type(15) > th, 
section.address_table.sale.house > table > tbody > tr:nth-of-type(18) > th {
	/*height: 53px;*/
}
section.address_table.sale.house > table > tbody > tr.sale_tbl_facili  th {
	/*height: 90px;*/
}
section.address_table.sale.house > table > tbody > tr.sale_tbl_facili  th {
	/*height: 90px;*/
}
/*section.address_table.sale.house .sale_tbl_facili > .td_inner > ul {
	height: 280px;
}*/
section.address_table.sale.house .sale_tbl_facili > .td_inner > ul > li {
	width: auto;
}
section.address_table.sale.house .td_inner.sale > ul {
/*	min-height: 90px;
	max-height: 230px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;*/

}

/*●●●●●●●●●●●●●●●●●●●●●●戸建ココまで●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●アパートココから●●●●●●●●●●●●●●●●●●●●●●*/
section.address_table.sale.apartment { 
	position: relative;
	width: 100%;
	min-height: 1192px; 
	margin-bottom: 36px;
}
section.address_table.sale.apartment > table > tbody > tr:nth-of-type(1) > th,
section.address_table.sale.apartment > table > tbody > tr:nth-of-type(11) > th,
section.address_table.sale.apartment > table > tbody > tr:nth-of-type(12) > th {
	height: 53px;
}
section.address_table.sale.apartment > table > tbody > tr.sale_tbl_facili  th {
	height: 90px;
}
section.address_table.sale.apartment > table > tbody > tr.sale_tbl_facili  th {
	height: 90px;
}
/*section.address_table.sale.apartment .sale_tbl_facili > .td_inner > ul {
	height: 280px;
}*/
section.address_table.sale.apartment .sale_tbl_facili > .td_inner > ul > li {
	width: auto;
}
section.address_table.sale.apartment .td_inner.sale > ul {
/*	min-height: 90px;
	max-height: 230px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;*/

}

/*●●●●●●●●●●●●●●●●●●●●●●アパートココまで●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●事業用ココから●●●●●●●●●●●●●●●●●●●●●●*/
section.address_table.sale.business { 
/*	position: relative;
	width: 100%;
	height: auto; 
	margin-bottom: 36px;*/
}
section.address_table.sale.business > table > tbody > tr:nth-of-type(1) > th,
section.address_table.sale.business > table > tbody > tr:nth-of-type(14) > th,
section.address_table.sale.business > table > tbody > tr:nth-of-type(15) > th,
section.address_table.sale.business > table > tbody > tr:nth-of-type(16) > th,
section.address_table.sale.business > table > tbody > tr:nth-of-type(17) > th,
section.address_table.sale.business > table > tbody > tr:nth-of-type(19) > th {
	/*height: 53px;*/
}
section.address_table.sale.business > table > tbody > tr.sale_tbl_facili  th {
	/*height: 90px;*/
}
section.address_table.sale.business > table > tbody > tr.sale_tbl_facili  th {
	/*height: 90px;*/
}
/*section.address_table.sale.business .sale_tbl_facili > .td_inner > ul {
	height: 280px;
}*/
section.address_table.sale.business .sale_tbl_facili > .td_inner > ul > li {
	width: auto;
}
section.address_table.sale.business .td_inner.sale > ul {
/*	min-height: 90px;
	max-height: 230px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;*/

}

/*●●●●●●●●●●●●●●●●●●●●●●事業用ココまで●●●●●●●●●●●●●●●●●●●●●●*/

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲売買物件用ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.head_base_ttl {
    flex-wrap: wrap;
    justify-content: flex-start;
		margin: 0 10px;
	}
	table.address_table_inner td,
	table.address_table_inner th,
	table.condition_table_inner td,
	table.condition_table_inner th,
	table.area_table_inner th {
	  /*display: block;*/
	  width: 25%;
	}
	.detail_top_inner {
		/*flex-direction: column;*/
	}
	ul.slider li {
		width: calc(100vw * .9);
		height: calc((100vw * .9) * .751);
	}
	ul.slider.sale li {
		width: calc(100vw * .8);
		height: calc((100vw * .8) * .751);
	}

	.detail_top.sale .slider-nav-container,
	.detail_top.rent .slider-nav-container {
		padding: 10px 20px;
	}
	.detail_slider {
		width: 100%;
	}
	.slider-container {
		width: 450px
	}
	table.address_table_inner tr:first-child th,
	table.address_table_inner tr:first-child td,
	table.condition_table_inner tr:first-child th,
	table.condition_table_inner tr:first-child td,
	table.area_table_inner tr:first-child th, 
	table.area_table_inner tr:first-child td {
		/*border-top: none;*/
	}
	table.address_table_inner td,
	table.condition_table_inner td,
	table.area_table_inner td {
		/*border-bottom: none;*/
	}
	table.address_table_inner td {
		/*text-align: center;*/
	}
	table.address_table_inner tr:last-child th,
	table.address_table_inner tr:last-child td,
	table.condition_table_inner tr:last-child th,
	table.condition_table_inner tr:last-child td,
	table.area_table_inner tr:last-child th, 
	table.area_table_inner tr:last-child td {
		/*border-bottom: none;*/
	}
	section.address_table.rent,
	section.address_table { 
		/*margin-bottom: 0;*/
	}
	.td_inner {
	width: 95%;
	margin: 0 auto;
	position: relative;
	}

	section.address_table.sale .td_inner.sale {
		margin: 0 auto;
	}
	.sale_tbl_facili td div {
		text-align: left;
	}
	.sale_tbl_facili ul li {
		margin-right: 10px;
	}
	table.address_table_inner td,
	table.condition_table_inner td,
	table.area_table_inner td {
		font-size: 14px;
	}
	table.address_table_inner th, table.condition_table_inner th, table.area_table_inner th {
		font-size: 14px;
	}
	.detail_map > table > tbody > tr,
	section.detail_map.sale > table > tbody > tr > td {
		flex-direction: column;
		justify-content: space-between;
	}

	#divBknDetailPnMap,
	#divBknDetailSvMap {
		width: 80vw!important;
		height: 80vw!important;
		margin: 15px auto;
	}
	section.address_table.sale > table.address_table_inner th,section.address_table.sale > table.condition_table_inner th,section.area_table.sale > table.area_table_inner th {
		font-size: 14;
	}
	section.address_table.sale table.address_table_inner td,
	section.address_table.sale table.condition_table_inner td,
	section.area_table.sale table.area_table_inner td {
		font-size: 14px;
	}
	.sp_detail {
		width: 100%;
	}
	.sp_fp_img {
		margin: 15px auto;
	}
	.sp_fp_img,
	.sp_fp_img img {
		width: 70vw;
		height: 70vw;
	}
	ul#sp_fixed_btn li:nth-of-type(1) {
		width: 55%;
	}
	ul#sp_fixed_btn li:nth-of-type(2) {
		width: 40%;
	}
	.sp_acc_menu_tab,
	.sp_order_menu_tab {
	    font-size: 4vw;
	}
	.sp_acc_menu_tab::before {
	    width: 4vw;
	    height: 4vw;
	}
	.sp_order_menu_tab::before {
	    width: 3vw;
	    height: 3vw;
    	font-size: 4vw;
	}

/*	.td_inner > ul[data-value="16"],
	.td_inner > ul[data-value="17"],
	.td_inner > ul[data-value="18"],
	.td_inner > ul[data-value="19"],
	.td_inner > ul[data-value="20"],
	.td_inner > ul[data-value="21"],
	.td_inner > ul[data-value="22"],
	.td_inner > ul[data-value="23"],
	.td_inner > ul[data-value="24"] {
		min-height: 90px;
		max-height: 150px;
		flex-direction: column;
	}*/

}
@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.head_base_ttl {
		margin: auto;
	}
	.detail_top_inner {
		/*flex-wrap: wrap;*/
	}
	ul.slider li {
		width: calc(100vw * .5);
		height: calc((100vw * .5) * .751);
	}

	.detail_slider {
		width: 90%;
	}
	.slider-container {
		width: 70%;
	}
	.detail_top.sale .slider-nav-container,
	.detail_top.rent .slider-nav-container {
		padding: 10px;
	}

	table.address_table_inner th, table.condition_table_inner th, table.area_table_inner th {
		width: 20%;
	}
	table.address_table_inner th:nth-of-type(2) + td, table.condition_table_inner th:nth-of-type(2) + td, table.area_table_inner th:nth-of-type(2) + td  {
		width: 30%;
	}
/*	.td_inner > ul {
		min-height: 90px;
	}*/
	section.address_table.sale .td_inner.sale {
		margin: 14px auto;
	}
	table.address_table_inner td,
	table.condition_table_inner td,
	table.area_table_inner td {
		font-size: 14px;
	}
	table.address_table_inner th, table.condition_table_inner th, table.area_table_inner th {
		font-size: 14px;
	}
	.detail_map > table > tbody > tr,
	section.detail_map.sale > table > tbody > tr > td {
		justify-content: center;
	}
	#divBknDetailPnMap,
	#divBknDetailSvMap {
		width: 40vw!important;
		height: 40vw!important;
		margin: 15px;
	}
	section.address_table.sale > table.address_table_inner th,section.address_table.sale > table.condition_table_inner th,section.area_table.sale > table.area_table_inner th {
		font-size: 14;
	}
	section.address_table.sale table.address_table_inner td,
	section.address_table.sale table.condition_table_inner td,
	section.area_table.sale table.area_table_inner td {
		font-size: 14px;
	}
	.detail_top_desc {
		display: flex;
		flex-wrap: wrap;
	}
	.sp_detail {
		display: flex;
		align-items: center;
		order: 3;
	}
	.sp_detail_desc {
		width: 100%;
	}
	.sp_fp_img {
		margin: 15px 15px 15px 0;
		order: 1;
	}
	.sp_fp_img,
	.sp_fp_img img {
		width: 200px;
		height: 200px;
	}
	.recommend_wrap {
		width: calc(95vw - 220px);
		order: 2;
	}
	ul#sp_fixed_btn li:nth-of-type(1) {
		width: 35%;
	}
	ul#sp_fixed_btn li:nth-of-type(2) {
		width: 20%;
	}
	.sp_acc_menu_tab,
	.sp_order_menu_tab {
	    font-size: 4vh;
	}
	.sp_acc_menu_tab::before {
	    width: 5vh;
	    height: 5vh;
	}
	.sp_order_menu_tab::before {
	    width: 3vh;
	    height: 3vh;
	    font-size: 4vh;
	}
/*	.td_inner > ul[data-value="16"],
	.td_inner > ul[data-value="17"],
	.td_inner > ul[data-value="18"],
	.td_inner > ul[data-value="19"],
	.td_inner > ul[data-value="20"],
	.td_inner > ul[data-value="21"],
	.td_inner > ul[data-value="22"],
	.td_inner > ul[data-value="23"],
	.td_inner > ul[data-value="24"] {
		min-height: 90px;
		max-height: 150px;
		flex-direction: column;
	}*/
}



