@charset "utf-8";
/* CSS Document */
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	}
	
.top_img{
	width: 100%;
	position: relative;
}
.miyasaka{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 100px;
}
label{
	display: inline-block;
}
.top_img li img{
	width: 100%;
	height: 550px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.single-item{
  opacity: 0;
  transition: opacity .3s linear;
}
.single-item.slick-initialized{
  opacity: 1;
}
.top_catch{
	padding: 20px 0;
	text-align: center;
	margin: 0px auto;
}
.tate{
	width: 10px;
	height: 100px;
	display: block;
	margin:-70px auto 0;
	background-color: #006190;
	border: 3px solid #FFF;
	z-index: 999px;
	position: relative;
}
.top_catch .contents{
	padding: 30px 0;
}
.top_catch_main{
	color: #006190;
	font-size: 2em !important;
	font-weight: bold;
	margin-bottom: 30px;
	font-family:  'Noto Serif JP', serif;
}
.top_catch .contents p{
	font-size: 1.1em;
	line-height: 1.7em;
}
.contents{
	max-width: 1500px;
	width: 94%;
	margin: 2% auto;
}
.bg{
	background-color: #F2F2F2;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
	padding: 40px 0;
}
.top_news{
	max-width: 1000px;
	width: 94%;
	margin: 2% auto;
}
.top_news dl dt{
	float: left;
	clear: left;
	width: 150px;
	padding: 10px 0;
	color: #999999;
}
.top_news dl dd{
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0 10px 170px;
}
.new_arrivals{
	background-size: 40px 40px;
	margin: 0 auto;
	padding: 50px 0;
}


.title-border{
	display: flex;  /* 横並びにする */
	align-items: center;  /* 垂直方向に中央 */
	text-align: center; 
	font-size: 2em; /* 文字のセンタリング(複数行になったとき用) */
	color: #006190;
	font-family:  'Noto Serif JP', serif;
}

/* 共通部分はまとめる */
.title-border::before,
.title-border::after{
	content:"";
	flex-grow: 1;  /* 線の伸び率 */
	border-bottom: 1px solid #006190;
}

/* 左側の線 */
.title-border::before{
	margin-top: 10px;
	margin-right: 30px;  /* 線と文字の間のスペース */
	padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

/* 右側の線 */
.title-border::after{
	margin-top: 10px;
	margin-left: 30px;  /* 線と文字の間のスペース */
	padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}
.en{
	color: #999999;
	text-align: center;
	font-size: 1em;
	margin: 10px auto 50px;
	font-family:  'Noto Serif JP', serif;
}


/*物件一覧*/
ul.bukken_list{
	width:100%;
	display: flex;
	margin:0px auto;
	padding: 0;
	flex-wrap: wrap;
}
ul.bukken_list li{
	width:23%;
	padding:0;
	box-sizing: border-box;
	box-shadow: 0 0 3px gray;
	list-style-type:none;
	vertical-align:top;
	margin:0 1% 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: 3px 15px;
	color: #FFF;
	z-index: 10;
	font-size: 0.8em;
	border-radius: 3px;
	background-color: #006190;

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

}

.bukkenlist_image_waku{
    width: 100%;/* トリミングしたい枠の幅 */
	margin-bottom:10px;
	border-radius: 5px 5px 0 0;
	}

.bukkenlist_image{
  width: 100% !important;
  height: 200px;/* トリミングしたい枠の高さ */
  background-color: #FFF;
  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: 5px;
	font-size: 0.9em;
	margin-top: 5px;
}
.nothing_top{
	color: #FFF;
}
.top_search{
	padding: 80px 0;
	background-position: 0 0, 10px 10px;
	background-size: 10px 10px;
}

.top_search ul{
	display: flex;
	align-items: center;
	align-items: stretch;
	justify-content: space-between;
}

.top_search ul li {
	width: 49.9%;
    position: relative;
	overflow: hidden;
}
.top_search ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.top_search ul li:nth-child(1):after {
    background: url(../image/top/search1.jpg) no-repeat center center;
}
.top_search ul li:nth-child(2):after {
    background: url(../image/top/search2.jpg) no-repeat center center;
}

.top_search ul li:hover:after {
    opacity: .8;
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.top_search ul li .inner {
    z-index: 1;
	position: relative;
	margin: 10px;
	padding:10% 7%;
	text-align: center;
}
.top_search ul li .inner a{
	color: #FFF;
	font-size: 2.3em;
	font-weight: bold;
	font-family:  'Noto Serif JP', serif;
}
	
.top_search ul li .inner a span{
	color: #FFF;
	font-size: 0.6em;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	opacity: 1.0 ;
	border-top: 1px solid #FFF;
	padding-top: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}
.top_search ul li .inner a{
	opacity: 1.0 ;
}
.top_company{
	display: flex;
}
.top_company_l{
	width: 50%;
}
.top_company_l img{
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.top_company_r{
	width: 40%;
	padding:5% 5%;
}
.top_company_r a{
	margin: 30px 0 0 auto;
	width: 170px;
	display: block;
	color: #006190;
	border-bottom: 1px solid #006190;
	font-size: 1.2em;
	padding-bottom: 3px;
	padding-left: 5px;
}
.top_company_r a i{ 
	color: #006190;
	transition:.3s;
}
.top_company_r a:hover i{ 
	margin-left: 5px;
}
/*物件を探すページ*/
.buy .contents,.lent .contents{
	margin: 70px auto;
}

.page_h2{
	padding: 50px 0;
	margin: 0 auto;
	background-color: #006190;
	font-family:  'Noto Serif JP', serif;
}


.page_h2 h2{
	color: #FFF;
	text-align: center;
	font-size:2em;
}

.pankuzu{
	margin: 20px;
	text-align: center;
	font-size: 0.8em;
	color: #006190;
}
.pankuzu a{
	text-decoration: underline;
	color: #006190;
}

.contents_page2{
	max-width: 1100px;
	width: 94%;
	margin: 3% auto;
}
.contents_page3{
	max-width: 1250px;
	width: 94%;
	margin: 3% auto;
}
.contents_page4{
	max-width: 900px;
	width: 94%;
	margin: 3% auto;
}
.page_lead{
	text-align: center;
	margin: 50px auto;
	line-height: 2em;
}
.page_lead2{
	margin: 50px auto;
	line-height: 2em;
}	
.contact .page_lead .page_contact_tel{
	color: #006190;
	font-size: 2.5em;
	display: block;
	margin: 20px auto;
	font-weight: bold;
	font-family:  'Noto Serif JP', serif;
}



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

.syosai_bg{
	max-width: 1100px;
	margin: 2% auto 2%;
	padding:0% 3% 5%;
	width: 90%!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 #006190;
}
.chintai-detail .gaiyou_waku{
	border: 1px solid #1047dd;
}
.shosai_sname{
margin:0 0 30px;
}
.shosai_sname span{
	padding: 3px 30px;
	color: #FFF;
	z-index: 10;
	font-size: 1.5em;
	border-radius: 5px;
}
.buy-detail .shosai_sname span{
	background-color: #006190;
}
.chintai-detail .shosai_sname span{
	background-color: #1047dd;
}

.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: #006190;
	font-size:36px;
	font-weight:bold;
}
.chintai-detail .syosai_kakaku span{
	color: #1047dd;
	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: #006190;
}
.chintai-detail .syosai_PR p{
	color: #1047dd;
}

.syosai_PR p{
	font-size:1.2em;
	font-weight: bold;
}
.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;
	font-weight: bold;
	color: #006190;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
}
.tanto_pr_title span{
	color: #FFF;
	background: #006190;
	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;
}








.photo_all{
	width:100%;
	margin:20px auto 80px;
	display: flex;
	justify-content: space-between;
	height: 450px!important;}
.photo_big{
	background-color: #ECECEC!important;
	margin-bottom: 30px;
}	

.photo_mini{
	width:500px;}
.photo_mini ul{
	margin:0;}	
.photo_mini ul li{
	list-style:none;
	display:inline-block;
	margin-left:8px;
	margin-bottom:8px;
	overflow: hidden;
    width: 100px;/* トリミングしたい枠の幅 */
    height: 70px;/* トリミングしたい枠の高さ */
    position: relative;
	  object-fit: contain;

}
.photo_mini ul li img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.photo_mini p{
	font-size:10px;
}

.mod_thumlist ul li{
	list-style:none;
	display:inline-block;
	margin-left:8px;
	margin-bottom:8px;
	overflow: hidden;
	width: 100px;/* トリミングしたい枠の幅 */
	height: 70px;/* トリミングしたい枠の高さ */
	position: relative;
	object-fit: contain;
	text-align: left;
}
.mod_thumlist ul li img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}


.mod_thumlist li a{
    display:block;
}
.mod_thumlist li a:link    {}
.mod_thumlist li a:visited {}
.mod_thumlist li a:hover   {opacity:0.8;}
.mod_thumlist li a:active  {opacity:0.8;}
/* IE—p «*/
.mod_thumlist li a:hover img {filter:alpha(opacity=80);}
 
.mod_thumlist_photo{
height: auto!important;
position: relative;
background-color: aquamarine;
}
.mod_thumlist_photo_entry{
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 450px;
height: 450px;
layout-grid-line:166px; /*IE7*/
background-color: #ECECEC!important;
}

.mod_thumlist_photo_entry img{
width:auto;
height:auto;
max-width:450px;
max-height:450px;
vertical-align: middle;/*IE7*/
}


.mod_thumlist_photo p{
position: absolute;
bottom: -20px;
right:0;
left: 0;
font-size: 0.9em;
display: flex;
justify-content: center;
align-items: center;
}
.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:#FDFDFD;
	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: #006190;
	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: #ECECEC;
	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{
text-align: center;
margin: 0 auto;
}
#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: #006190;
text-align: center!important;
margin: 10px auto!important;
border-bottom: 1px solid #006190;
font-size: 0.9em;

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

.bukken_form{
	margin-top: 20px;
}
.btn_form{
	background-color: #006190;
	color: #FFF;
	padding: 15px 30px 13px;
	border: none;
	margin: 30px 0;
	font-size: 1em;
	font-weight: bold;
	border-radius: 3px !important;
}
.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;
}
.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;
}
.buy-detail .title-border,.chintai-detail .title-border,.company .title-border{
	margin-top: 50px;
}
.buy-detail .en,.chintai-detail .en,.company .en{
	margin-bottom:20px;
}

table.contact tr{
	border-bottom: 1px solid #E8E8E8!important;
}

table.contact tr th{
	text-align:left;
	width:250px;
	padding: 10px 0;
	border-bottom: 1px solid #E8E8E8!important;
}
table.contact tr th span{
	border: 1px solid #006190;
	color:#006190;
	padding:2px 15px;
	font-size:0.9em;
	margin-left: 10px;
	border-radius: 3px;
}
table.contact tr td{
	text-align:left;
	width:800px;
	padding: 10px 0;
	line-height: 30px;
	border-bottom: 1px solid #E8E8E8!important;
}
table.contact tr td span{
font-size: 0.8em;
color: #424242;
}
form p a{
	color: #006190!important;
}
.w_100{
	width:97%;
	padding: 5px 0;
}
.w_60{
	width:60%;
	padding: 5px 0;
}
.w_80{
	width:83%;
	padding: 5px 0;
}
.nothing{
	text-align: center;
	margin: 0 auto;
}

.contact_error{
	margin: 50px 0;
}
.contact .msg{
	color: #006190;
}
.contact .ttl{
	border: 1px solid #cccccc;
	padding: 15px 0;
	margin-bottom: 30px;
	width: 100%;
}

.conf , .error{
margin:50px auto;
text-align: center;
}
table.form{
margin: auto;
text-align: center;
}
table.form tr th{
	text-align:left;
	padding:5px 10px;
	background-color:#4C7CE2;
	color:#FFF;
	width: 35%!important;
}
table.form tr td{
	padding-left:5px;
	text-align:left!important;
	width:60%!important;
}
.form_jyoho{
	margin: 30px 0 10px;
}

.thanks{
margin:50px auto;
text-align: center;
}
blockquote ul li{
list-style-type: none;
}


/*会社案内*/


.company table{
	width: 100%;
}
.company .company_flex{
	display: flex;
}
.company .page_lead{
	width: 55%;
	text-align: left;
}
.company .company_img{
	width: 40%;
}
.company .company_img img{
	width: 100%;
}

.company table.info th{
	border-bottom: 1px solid #E8E8E8;
	color: #006190;
	width: 120px;
}
.company table.info td{
	border-bottom: 1px solid #E8E8E8;
}
.company table.info td ul li{
	list-style-type: square;
	margin-left: 15px;
}

.company table.info th ,.company table.info td {
	padding: 10px;
}
.company_img_list{
	display: flex;
	margin: 50px 0;
	justify-content: space-between;
}
.company_img_list li{
	width: 33%;
}
.company_img_list li img{
	width: 100%;
}

.gmap iframe{
  margin-bottom: 50px;
}
/*プライバシーポリシー*/
.privacy_p{
margin: 50px 0 0;
}
.privacy h3{
margin: 50px 0 10px;
color: #006190;
font-size: 1.3em;
padding: 10px;
border-bottom: 1px solid #006190;
}
.privacy ol li {
list-style-type:decimal;
margin-left: 30px;
margin-bottom: 5px;
}
.privacy ol li ol li{
list-style-type: lower-roman;
}
.privacy ol li ol ol li{
list-style-type:disc;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .page_h2{
		background-attachment: scroll !important;
		}	

@media screen and (max-width: 1100px) {
.photo_mini{
width: 350px;
}
.photo_all{
height: 550px!important;
}


}
	
}

@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%x;
}
table.contact tr td{
	width:70%;
}
.photo_all{
	margin: 30px auto;
	justify-content: center!important;
	flex-direction: column;
	height: auto!important;
	}
.mod_thumlist_photo_entry{
left: 0!important;
right: 0!important;
margin:0 auto!important;
width: 450px!important;
}

.photo_mini{
	width:100%;
	margin: 480px auto 0;
}
.photo_mini ul{
	margin:10px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;}	
.photo_mini p{
	text-align: center;

}
ul.shuhen_list li p{
font-size: 0.8em;
}
.house_flex{
	flex-wrap: wrap;
}
.house_box{
	width:49%;
	margin-bottom: 2%;
}

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

	.top_company{
		flex-direction: column;
	}
	.top_company_l{
		width: 100%;
	}
	.top_company_r{
		width: 90%;
		padding:10% 5%;
	}
#googlemaps {
width:100%;
height:320px;
position:relative;
	margin-bottom: 30px;
}
.sitemap_block{
flex-wrap: wrap;
}
.sitemap_dl{
width: 50%;
margin: 30px 0 0;
}

.company .company_flex{
	flex-direction: column;
}
.company .page_lead{
	width: 100%;
}
.company .company_img{
	width: 100%;
}

.ul.shuhen_list{
	z-index: 99999;
}
ul.shuhen_list li{
width: 31%;
}
ul.shuhen_list li a img{
	height: 200px;
}

ul.shuhen_list li p{
font-size: 0.8em;
}
.top_search ul li .inner {
	padding:5%;
}

}
@media screen and (max-width: 830px) {	
	.top_content{
	flex-direction: column;
}
.top_content_box{
	width: 100%;
}
.top_content_box .list li{
	width: 20%;
}
.top_news dl dt{
	float: none;
	width: 100%;
	padding: 10px 0 0;
	font-size: 0.8em;
}
.top_news dl dd{
	padding: 10px 0 10px 0px;

}
.top_search ul{
	flex-direction: column;
}

.top_search ul li {
	width: 100%;
	margin-bottom: 3px;
}
.top_search ul li .inner {
	z-index: 1;
    position: relative;
    margin: 10px;
	padding:10% 7%;
}
.top_search ul li .inner a{
	font-size: 1.7em;
}
	
.top_search ul li .inner a span{
	margin-top: 10px;
}
.midashi_text{
padding-top: 50px;
}

table.info{
	width: 100%;
}
table.info th{
	display: block;
	width: 94% !important;
	padding: 10px 3% 5px!important;
	font-size: 0.9em;
	border: none !important;
	text-align: left;
	display: flex;  /* 横並びにする */
	align-items: center;  /* 垂直方向に中央 */
	text-align: center; 
}
/* 共通部分はまとめる */
table.info th::after{
	content:"";
	flex-grow: 1;  /* 線の伸び率 */
	border-bottom: 1px solid #006190;
}
/* 右側の線 */
table.info th::after{
	margin-left: 10px;  /* 線と文字の間のスペース */
	padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}
table.info td{
	width: 94% !important;
	padding: 5px 3% 10px!important;
	display: block;
}

.movie{
flex-direction: column;
}
.movie li{
width: 100%;
margin-bottom: 10px;
}
}
@media screen and (max-width: 768px) {
	.top_search ul li .inner a{
		color: #FFF;
}
	
.top_content_box .list li{
	height: 150px;
}

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

.tanto_pr_title{
	flex-direction: column;
	align-items: flex-start;
}
table.info2 th{
	font-size: 1em;
}
table.info2 th,table.info2 td{
	padding: 1%;
	display: block;
	width:98% !important;
}


.contact .page_lead .page_contact_tel{
	font-size: 1.8em;
	margin: 10px 0;
}
	
}

@media screen and (max-width: 640px) {
.top_img li img{
	height: 270px;
}
.top_catch_main{
	font-size: 1.5em !important;
}
.top_catch_main br{
	display: block !important;
}
.top_catch .contents p br{
	display: none;
}
.top_catch .contents p{
	font-size: 1em;
}
.tate{
	width: 10px;
	height: 70px;
	display: block;
	margin:-50px auto 0;
	background-color: #006190;
	border: 3px solid #FFF;
	z-index: 999px;
	position: relative;
}
.title-border{
	font-size: 1.5em; /* 文字のセンタリング(複数行になったとき用) */
}


/* 左側の線 */
.title-border::before{
	margin-right: 15px;  /* 線と文字の間のスペース */
}

/* 右側の線 */
.title-border::after{
	margin-left: 15px;  /* 線と文字の間のスペース */
}
.en{
	font-size: 0.8em;
	margin: 5px auto 30px;
}
.foot_contact .en{
	margin: 5px auto 10px;
}

.top_content_box .list li{
	width: 45%;}
.top_content_box .list li img	{
	width: 50%;
	}
.shosai_sname span{
	font-size: 1em;
}
	
ul.shuhen_list li a img{
	height: 120px;
}
.page-privacy .page_h2 h2{
	font-size:1.5em;
}
	
.kounyu_table_sab{
	width:97%;
	margin-top:10px;
}
table.kounyu_table td{
	padding-left:0;
	margin-bottom:15px;
}
table.tochi_tb tr{
		display: flex;
	margin-bottom: 5px;
	}
table.tochi_tb tr th,td{
	margin-right: 0;
	}
table.tochi_tb tr td{
	text-align: left;
}

.tochi_image_waku{
margin-top: 10px;
}
.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;
}

table.contact {
		width: 100%;
	}
table.contact tr{
		border: none!important;
	}	
table.contact tr th{
	display: block;
	border: none!important;
	width:100%;
}
table.contact tr td{
	width:100%;
	display: block;
}	
.midashi_text{
padding-top: 80px;
}
.sitemap_flex{
	flex-direction: column;
	}
.page_lead{
	text-align: left;
}
.tatemono_point p{
	text-align: left;
}


.sample{
	text-align: left;
}
.company_img_list{
	flex-direction: column;
}
.company_img_list li{
	width: 100%;
}

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

ul.bukken_list{
	flex-wrap: wrap;
	width:100%;
	display: flex;
	margin:0px auto;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}
ul.bukken_list li{
	display: flex;
	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;
	width: 100%;
	margin: 0 !important;
	padding: 0;
}
.bukkenlist_image_waku{
	margin-bottom:0px;
	border-radius: 0;
	order: 1;
	width: 40%;
	}

.bukkenlist_image{
  width: 100% !important;
  height: 130px;/* トリミングしたい枠の高さ */
  border-radius: 3px;
  margin: 0;
  }
.bukkenlist_info{
	width: 58%;
	order: 2;
	margin: 0;
}
.bukkenlist_info{
	font-size: 0.8em;
	line-height: 1.3em;
}
.top_nagare p{
	padding: 3%;
}	
}
@media screen and (max-width: 480px) {
	
	
	

table.info td dl dt{
float: none;
}
table.info td dl dd{
float: none;
border-bottom: 1px solid #CBCBCB;
}
.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;
}
.house_box{
	width:100%;
}

}

@media screen and (max-width: 360px) {
table.info td dl dt{
float: none;
}
table.info td dl dd{
float: none;
border-bottom: 1px solid #CBCBCB;
}
.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;
}

}

	
