/*物件一覧*/
ul.bukken_list{
	width:100%;
	display: flex;
	/* margin:80px auto; */
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}
/* ul.bukken_list li{
	width:24%;
	padding:0;
	box-sizing: border-box;
	box-shadow: 0 0 3px gray;
	list-style-type:none;
	vertical-align:top;
	margin:0 0.5% 20px;
	background-color: #FFF;
	border-radius: 5px;
	-moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
} */

ul.bukken_list li:hover{
	-webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
	box-shadow: 0 0 5px #696969;
}
ul.bukken_list li .button{
	position: absolute;
	bottom: 2%;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
}
ul.bukken_list li .top_sname{
	margin: 3%;
}
ul.bukken_list li .top_sname span.buy{
	padding: 2px 15px 5px 15px;
	color: #FFF;
	z-index: 10;
	font-size: 0.8em;
	border-radius: 3px;
	background-color: #083683;

}
ul.bukken_list li .top_sname span.lent{
	padding: 2px 15px 5px 15px;
	color: #FFF;
	z-index: 10;
	font-size: 0.8em;
	border-radius: 3px;
	background-color: #C26519;

}
ul.bukken_list li .top_sname span.worldin{
	padding: 3px 5px;
	color: #FFF;
	z-index: 10;
	font-size: 0.6em;
	border-radius: 3px;
	background-color: #DABE67;
	margin-left: 5px;
}
.bukkenlist_image_waku{
    width: 100%;/* トリミングしたい枠の幅 */
	margin-bottom:10px;
	border-radius: 5px 5px 0 0;
	}

.bukkenlist_image{
  width: 100% !important;
  height: 200px;/* トリミングしたい枠の高さ */
  background-color: #F2F2F2;
  border-radius: 5px 5px 0 0;
  object-fit: contain;
  }
	
.bukkenlist_info{
	margin-top:5px;
	width:94%;
	margin: 3% auto;
	font-size: 0.9em;
}
.bukkenlist_info p{
	padding:3px 0 0; 
}
.bukkenlist_info p i{
	margin-right: 5px;
	font-size: 1.2em;
}
.bukkenlist_kakaku span{
	font-size: 1.7em;
	font-weight: bold;
}
.pr_biko1{
	/* border-bottom: 1px dotted #DBDBDB;
	padding-bottom: 5px; */
	margin-bottom: 10px;
	font-size: 0.9em;
	margin-top: 5px;
}
/*.nothing_top{
	color: #FFF;
}*/
.top_bg{
	background-color: #E6E6E6;
	padding-top: 300px;
	margin-top: -370px;
	padding-bottom: 30px;
}

/*詳細ページ*/
.contents_page{
	margin: 50px auto;
}

.syosai_bg{
	max-width: 1100px;
	margin: 2% auto 2%;
	padding:0% 0 5%;
	width: 100%!important;
	border-radius: 5px;
}
.gaiyou_waku{
	width:94%;
	padding: 3%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	position: relative;
	border-radius: 3px;
	margin-bottom: 30px;
}

.buy-detail .gaiyou_waku{
	border: 1px solid #C26519;
}
.chintai-detail .gaiyou_waku{
	border: 1px solid #C26519;
}
.shosai_sname{
margin:0 0 30px;
}
.shosai_sname span{
	padding: 3px 30px;
	color: #FFF;
	z-index: 10;
	font-size: 1em;
	border-radius: 5px;
}
.buy-detail .shosai_sname span{
	background-color: #C26519;
}
.chintai-detail .shosai_sname span{
	background-color: #C26519;
}

.haikei_kimidori span{
	border: 1px solid #999;
	color: #999;
	width:80px;
	padding:5px 10px;
	text-align:center;
	margin-right:15px;
	border-radius: 2px;
	}	
.haikei_kimidori{
	border-bottom:#E5E5E5 solid 1px;
	padding:10px 0;
	line-height: 30px;}
.add_kakaku{
	width: 400px;
}
.sonota{
	margin-right:30px;
}
.syosai_kakaku{
	margin-top: 20px;
}
.buy-detail .syosai_kakaku span{
	color: #C26519;
	font-size:36px;
	font-weight:bold;
}
.chintai-detail .syosai_kakaku span{
	color: #C26519;
	font-size:36px;
	font-weight:bold;
}

.sonota .tubo{
	float:left;
	margin:10px 25px 10px 10px;}					
.sonota .menseki{
	float:left;
	margin:10px;}
.buy-detail .syosai_PR p{
	color: #C26519;
}
.chintai-detail .syosai_PR p{
	color: #C26519;
}

.syosai_PR p{
	font-size:1.2em;
}
.tanto_block{
	display: block;
}
.tanto_none{
	display: none;
}
.tanto{
	display: flex;
	justify-content: space-between;
	border: #E5E5E5 1px solid;
	padding: 2%;
	margin: 20px 0;
	border-radius: 3px;
}
.tanto div:nth-child(1){
	width: 15%;
	text-align: center;
}
.tanto_name{
	font-size: 0.8em;
}
.tanto div:nth-child(2){
	width: 83%;
}
.tanto_pr_title{
	font-size: 1.3em;
	color: #C26519;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
}
.tanto_pr_title span{
	color: #FFF;
	background: #C26519;
	padding: 3px 10px;
	font-size: 0.5em;
	border-radius: 5px;
	margin-right: 10px;
	min-width: 80px;
	text-align: center;
}
.tanto_pr_title span i{
	color: #FFF;
	margin-right:5px;
	font-size: 1.3em;
}

.tanto_pr_point{
	padding: 10px 0 0;
}


/* slider-pro */

#slider-area{
	position: relative;
	/* display: flex !important; */
	margin: 0 auto 50px;
	visibility:hidden;
}
#img_count{
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	z-index: 999;
	font-size: 0.8em;
	padding:0px 7px;
	border-radius: 20px;
    z-index: 1;
}
#img_count span{
	color: #FFF;
}
/*.sp-slides{
	background-color: #CCC;
}
.sp-slide{
	background-color: #CCC;
}*/
.sp-slide img{
	display: block;
	width: 600px !important;
	height: 500px !important;
	object-fit: contain !important;
	font-family: 'object-fit: contain;';
}
.img-slider-pro{
	margin: 0 auto !important;
}
.image_cap{
	font-size: 0.8em;
	padding: 2px 10px;
}
/* .sp-thumbnails{
	margin: 0.5%;
} */

.sp-thumbnail img{
	width:120px;
	height: 100px;
	object-fit: contain !important;
	font-family: 'object-fit: contain;';
	object-position:50% 50%;
	/*background-color: #CCC;*/
}
.sp-selected-thumbnail{
	outline: 2px solid #C26519;
  outline-offset: -2px;
}
#spotlight {
	background-color: rgba(0,0,0,0.7);
}
.fullscreen,.autofit,.theme,.player{
	display: none !important;
}
#spotlight .header .icon{
	color: #fff;
}
#spotlight .footer{
	padding: 10px;
	line-height: 1em;
}
#spotlight .footer .title {
color: #fff;
font-size: 0.8em;
padding-bottom: 0;
}
@media screen and (max-width: 600px) {
	.sp-slide img{
		width: 100% !important;
		height: 300px !important;
	}
	.image_cap{
		font-size: 0.7em;
		padding: 0px 10px !important;
	}
}
/* slider-pro */
.design_midashi{
	background: linear-gradient(-90deg,#FFF,#4D4D4D);
	color: #FFF;
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.design_midashi i{
	color: #FFF;
	margin-right: 15px;
	margin-left: 10px;
}
.movie{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.movie li{
width: 49%;
list-style-type: none;
margin-bottom: 5px;
}
.movie li iframe{
width: 100%;
}
.syosai_joho{
	width:100%;
	margin: 50px 0 30px;
}
.syosai_joho dl{
	width:500px;
}

.syosai_joho table{
	border-collapse:collapse;}

.syosai_joho tr th{
	background-color:#f3e5df;
	width:150px;
	font-size:12px;
	font-weight:300;
	padding:4px;
	text-align:center;
	border:solid thin #999;
	}
.syosai_joho tr td{
	width:450px;
	background-color:#FFF;
	margin-left:0;
	font-size:13px;
	padding:4px;
	border:solid thin #999;
}
.siryo_insatu{
	background-color: #C26519;
	color: #FFF;
	padding:10px 50px;
	border-radius: 5px;
}
ul.shuhen_list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-left: 0;
	flex-wrap: wrap;
	}
	ul.shuhen_list li{
	background-color: #F7F7F7;
	margin: 1%;
	width: 18%;
	list-style-type: none!important;
	}
	
	ul.shuhen_list li a img {
		width: 100%;
		height: 200px;
		object-fit: contain;}
	.object-fit-img {
		object-fit: contain;
		font-family: 'object-fit: contain;';
		}
.syosai_map{
	width:100%;
	height:400px;
	margin-top: 20px;
}
ul.shuhen_list li p{
font-size: 0.8em;
text-align: left;
margin: 0 auto;
padding: 5px;
}
#googlemaps {
width:100%;
height:400px;
position:relative;
	margin-bottom: 30px;
}
.gmap_tyu{
font-size: 0.8em!important;
}
.big_map{
text-align: center!important;
margin: 10px auto!important;
}

.big_map a{
color: #C26519;
text-align: center!important;
margin: 10px auto!important;
border-bottom: 1px solid #C26519;
font-size: 0.9em;

}
.big_map a i{
margin-left: 10px;
color: #C26519;
}


.bukken_form{
	margin-top: 20px;
}
.btn_form{
	background-color: #4D4D4D;
	color: #FFF;
	padding: 15px 30px 13px;
	border: none;
	margin: 30px 0;
	font-size: 1em;
	font-weight: bold;
	border-radius: 3px !important;
	transition: 0.3s;
}
.btn_form:hover{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
.btn_form2{
	background-color: #6D6D6D;
	color: #FFF;
	padding: 15px 30px;
	border: none;
	margin: 30px 0;
	border-radius: 3px !important;
}
.btn_form2:hover{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}



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


}		
		
@media screen and (max-width: 1100px) {
	ul.shuhen_list li a img{
		height: 150px;
	}
	
}

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

ul.bukken_list{
	width: 100%;
	flex-wrap: wrap;
}
ul.bukken_list li{
	width:48%;
}
.pr_biko1{
	font-size: 0.8em;
	line-height: 1.3em;
}	
table.contact tr th{
	width:30%;
}
table.contact tr td{
	width:70%;
}

ul.shuhen_list li p{
font-size: 0.8em;
line-height: 1.2em;
}

}

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

	
#googlemaps {
width:100%;
height:320px;
position:relative;
	margin-bottom: 30px;
}
.ul.shuhen_list{
	z-index: 99999;
}
ul.shuhen_list li{
width: 31%;
}
ul.shuhen_list li a img{
	height: 130px;
}



}
@media screen and (max-width: 850px) {
.movie{
flex-direction: column;
}
.movie li{
width: 100%;
margin-bottom: 10px;
}


}

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

.gaiyou_waku{
	flex-direction: column;
	padding: 5%;
	width: 90%;
	}
.add_kakaku{
	width: 100%;
}

.tanto_pr_title{
	flex-direction: column;
	align-items: flex-start;
}

}
.seiyaku{
    text-align: center;
    border-bottom: solid red 1px;
    border-top: solid red 1px;
    padding: 10px 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 640px) {

.tochi_image_waku{
margin-top: 10px;
    height: 230px;
    overflow: hidden;
}
.photo_mini{
	margin: 330px auto 0;
}

.mod_thumlist_photo{
height: 320px;
}
.mod_thumlist_photo_entry{
width: 320px!important;
height: 320px;
}

.mod_thumlist_photo_entry img{
max-width:320px;
max-height:320px;
}


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

h2 {
    font-size: 1.7em;
}
ul.bukken_list{
	flex-wrap: wrap;
	width:100%;
	display: flex;
	margin:30px auto 20px auto;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}
ul.bukken_list li{
	display:block;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	padding:2.5%;
	margin:0 0% 10px ;
	background-color: #FFF;
	border-radius: 5px;
}
.top_sname{
	/* order: 0; */
	margin: 0 !important;
	padding: 0;
}
.bukkenlist_image_waku {
    margin-bottom: 0px;
    border-radius: 0;
    /* order: 1; */
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.bukkenlist_image {
    /* width: 100% !important; */
    height: 100%;
    border-radius: 3px;
    margin: 0;
}
.bukkenlist_info{
	width: 100%;
	order: 2;
	margin: 15px 0 0 0;
}
.bukkenlist_info{
	font-size: 0.8em;
	line-height: 1.3em;
}

    .header__logo img {
        height: 35px;
        display: block;
    }
}
@media screen and (max-width: 480px) {

.tanto{
	flex-direction: column;
	padding: 4%;
}
.tanto div:nth-child(1){
	width: 40%;
	text-align: center;
	margin:0 auto;
}
.tanto_name{
margin-bottom: 20px;}

.tanto div:nth-child(2){
	width: 100%;
}

.mod_thumlist_photo{
height: 300px;
}
.mod_thumlist_photo_entry{
width: 300px!important;
height: 300px;
}

.mod_thumlist_photo_entry img{
max-width:300px;
max-height:300px;
}
.photo_mini ul li{
    width: 80px;/* トリミングしたい枠の幅 */
    height: 60px;/* トリミングしたい枠の高さ */
		margin: 4px!important;
}

}

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

.mod_thumlist_photo{
height: 270px;
}
.mod_thumlist_photo_entry{
width: 270px!important;
height: 270px;
}

.mod_thumlist_photo_entry img{
max-width:270px;
max-height:270px;
}
ul.shuhen_list li{
width: 48%!important;
}

ul.shuhen_list li a img {
height:120px;
}
.photo_mini{
	margin: 270px auto 0!important;
}

}