@charset "utf-8";
/* CSS Document */
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	}
.top_slide{
	position: relative;
}
.photo_all {
    width: 100%;
    margin: 20px auto 80px;
    display: flex;
    justify-content: space-between;
    height: 450px !important;
}
.mod_thumlist_photo {
    height: auto !important;
    position: relative;
    background-color: aquamarine;
}
.imgflex{
	display: flex;
	justify-content: space-between;
}
.imgflex_in{
	width: 32%;
}
.border-radius60{
	    border-radius: 64px !important;
}
.navp{
	background: #26BE2A;
	color: #000;
	padding: 2px 10px;
	border-radius:20px ;
}
section.entry-list {
    border-bottom: solid #666 1px;
    padding-bottom: 10px;
    margin-top: 30px;
}
.photo_big {
    background-color: #ECECEC !important;
    margin-bottom: 30px;
}
a.navp{
	transition: 1s;
}
a:hover.navp{
	background: #FE0000;
	opacity: 1;
	transition: 1s;
	color: #fff;
}
.top_emigration_faq2{
	font-size:1.4em;
}
.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 li a {
    display: block;
}
.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;
}
.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 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 {
    margin: 0;
}
.mod_thumlist_photo_entry img {
    width: auto;
    height: auto;
    max-width: 450px;
    max-height: 450px;
    vertical-align: middle;
}
.mod_thumlist_photo_entry {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 450px;
    layout-grid-line: 166px;
    background-color: #ECECEC !important;
}
.photo_mini {
    width: 500px;
}
.top_slide .single-item li img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.top_catsh{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1000px;
	width: 90%;
}
.kumacontentpage {
	background: url(../image/housing/grayue.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
}
.kumacontentpage_flex1 {
    width: 55%;
}
.kumacontentpage_flex2 {
    width: 40%;
}
.kumacontentpage_in {
    display: flex;
    padding: 150px 0;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}
.w80{
	width: 80%;
	margin: 0 auto;
}
.mainue{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.mainshita{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.top_catsh img{
	width: 100%;
}
.top_slide_shita{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.top_catch_p{
	background-color: #CEEAA0;
	background-image: url(../image/top/top_catch_bg.svg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.top_catch_p .contents{
	padding: 80px 3% 150px;
	margin: 0 auto;
}
.top_catch_p img{
	max-width: 300px;
	width: 80%;
	display: block;
	margin: 0 auto 20px;
}
.top_catch_p .contents p{
	font-size: 1.1em;
	line-height: 1.7em;
	text-align: center;
}
.contents{
	max-width: 1500px;
	width: 94%;
	margin: 2% auto;
}

.top_news_twitter{
	display: flex;
}
.top_news{
	display: flex;
	padding: 5%;
	background-color: #F6F6F6;
}
.top_news_in1{
	width: 20%;
}
.top_news_in2{
	width: 70%;
}
i.fas.fa-circle-arrow-right {
    color: #26BE2A;
}
.button_submit{
	padding: 0 !important;
}
.top_news h3{
	width: 170px;
	height: 170px;
	background-color: #26BE2A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin: 0 auto 30px;
}
.top_news h3 img{
	width: 100%;
}
.top_news_contetns{
	width: 65%;
	margin-left: 10%;
}
.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;
}
.top_news_more{
	display: block;
	text-align: right;
	margin: 30px 0;
}
.top_news_more i{
	margin-left: 20px;
	color: #26BE2A;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.top_news_more:hover i{
	margin-left: 10px;
}
.top_twitter{
	background-color: #dcecf5;
	padding:3% 5%;
	width: 30%;
}
.top_twitter h3 img{
	display: block;
	margin: 0px auto 20px;
	width: 70%;
}
.top_twitter p{
	font-size: 0.8em;
	padding: 10px;
}
.new_arrivals {
    /* background-size: 40px 40px; */
    margin: 0 auto;
    padding: 50px 0;
    /* max-width: 1100px; */
    width: 100%;
    background-color: #E2F1E2;
}
.new_arrivals h3 img{
	display: block;
	margin: 50px auto;
	max-width:190px ;
	width: 40%;
}
.top_itiran{
	display: block;
	max-width: 1000px;
	width: 94%;
	margin: 30px auto;
	position: relative;
	overflow:hidden;
	border: 10px solid #26BE2A;
	border-radius: 80px;
}
.top_itiran a{
	margin: 0;
	display: block;
}
.top_itiran a img{
	width: 100%;
	transition:1s all;
	transform:scale(1.1,1.1);
}
.pagetel{
	width: 40%;
	margin: 0 auto;
}
.copyppage{
	font-size: 1.6em;
}
.copyppage span{
	color: #26BE2A;
}
.top_itiran:hover a img{
	transform:scale(1.2,1.2);
  transition:0.5s all;
}
.top_itiran:hover a{
	cursor:pointer;
    filter: alpha(opacity=100);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)";  /* ie 8 */
    -moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 1.0;              /* Safari 1.x */
    opacity:1.0;
}

.itiran_midashi{
	position: absolute;
	width: 280px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.top_baikyaku{
	display: flex;
	margin: 80px 0;
}
.top_baikyaku_img{
	width: 40%;
	height: 450px;
	position: relative;
	background-image: url(../image/top/top_baikyaku.jpg);
	background-size: cover;
	border-radius: 0 80px 80px 0;
	align-self: flex-start;
	z-index: 999;
}
.top_baikyaku_midashi{
	position: absolute;
	width: 280px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.top_baikayku_info{
	background-color: #b5e1ae;
	border-radius: 80px 0px 0px 80px;
	margin: 50px 0 0 -10%;
	padding: 80px 10% 80px 20%;
	width: 45%;
}
.top_baikayku_info .top_baikayku_more{
	display: block;
	width: 90%;
	background-color: #26BE2A;
	color: #FFF;
	text-align: center;
	padding: 15px 5%;
	margin: 30px auto 15px;
	border-radius: 50px;
	border: 3px solid #26BE2A;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.top_baikayku_info .top_baikayku_more:hover{
	color: #26BE2A;
	background-color: #FFF;
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	opacity:1.0;
}
.top_baikayku_info .top_baikayku_form{
	display: block;
	width: 90%;
	background-color: #ff9748;
	color: #FFF;
	text-align: center;
	padding: 15px 5%;
	margin: 0px auto;
	border-radius: 50px;
	border: 3px solid #ff9748;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}

.top_baikayku_info .top_baikayku_form span{
	color: #F2F2F2;
	padding:5px 10px;
	margin-left: 15px;
	border: 1px solid #FFF;
}
.top_baikayku_info .top_baikayku_form:hover{
	color: #ff9748;
	background-color: #FFF;
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 1.0;              /* Safari 1.x */
    opacity:1.0;
}
.top_baikayku_info .top_baikayku_form:hover span{
	color: #ff9748;
	border: 1px solid #ff9748;
}
.top_emigration_faq{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.top_faq{
	width: 48%;
	overflow:hidden;
	position: relative;
}
.fotbnr{
	width: 48%;
	background: #fff;
}
.top_faq_bg{
	width: 100%;
	transition:0.5s all;
}
.top_faq:hover .top_faq_bg{
	transform:scale(1.05,1.05);
	transition:0.5s all;
}
.top_faq_midashi{
	position: absolute;
	width: 90%;
	top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.top_faq_midashi img{
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	width: 280px;
}
.top_faq p{
	color: #FFF;
	text-align: center;
}

.top_emigration{
	width: 20%;
	overflow:hidden;
	position: relative;
}
.top_emigration_about{
	width: 40% !important;
}
.top_emigration_bg{
	width: 100%;
	transition:0.5s all;
}
.top_emigration:hover .top_emigration_bg{
	transform:scale(1.05,1.05);
	transition:0.5s all;
}
.top_emigration_midashi{
	width: 90%;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_emigration_midashi img{
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	width: 280px;
}
.top_emigration p{
	color: #FFF;
	text-align: center;
}

.top_company{
	display: flex;
	margin: 80px 0;
	align-items: center;
}
.button2 {
    border: 3px solid #26BE2A;
    color: #26BE2A;
    background-color: #fff;
    line-height: 70px;
    border-radius: 5px;
    font-size: 1.7em;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.top_catsh_fot{
	text-align: center !important;
		top: auto;
		bottom: 15%;
		transform: translate(-50%, 0);
	}

.top_company_img{
	width: 40%;
}
.collarwhite{
	color: #fff !important;
}
.top_company_midashi{
	position: absolute;
	width: 280px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.top_company_info {
    background: url(../image/top/maruback.svg);
    background-repeat: no-repeat;
    border-radius: 0px 80px 80px 0px;
    /* margin: 50px -10% 0 0; */
    padding: 80px 10% 80px 10%;
    width: 50%;
}
.top_company_info .top_company_more{
	display: block;
	width: 90%;
	background-color: #26BE2A;
	color: #FFF;
	text-align: center;
	padding: 15px 5%;
	margin: 30px auto 15px;
	border-radius: 50px;
	border: 3px solid #26BE2A;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.top_company_info .top_company_more:hover{
	color: #26BE2A;
	background-color: #FFF;
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	opacity:1.0;
}
/*物件一覧*/
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%;
}
.top_sname2 {
    /* margin-top: -20px; */
    position: absolute;
}
ul.bukken_list li .top_sname2 span.buy{
	padding: 3px 15px;
	color: #FFF;
	z-index: 10;
	font-size: 0.8em;
	background-color: #26BE2A;
}
ul.bukken_list li .top_sname2 span.lent{
	padding: 3px 15px;
	color: #FFF;
	z-index: 10;
	font-size: 0.8em;
	background-color: #FE0000;

}
ul.bukken_list li .top_sname2 span.worldin{
	padding: 3px 5px;
	color: #FFF;
	z-index: 10;
	font-size: 0.6em;
	background-color: #f74790;
	margin-left: 5px;
}
.bukkenlist_image_waku{
    width: 100%;/* トリミングしたい枠の幅 */
	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_bg{
	background-color: #E6E6E6;
	padding-top: 300px;
	margin-top: -370px;
	padding-bottom: 30px;
}

/*物件を探すページ*/
.buy .contents,.lent .contents{
	margin: 70px auto;
}

.page_h2 {
    /* padding: 50px 0 40px; */
	    padding: 20px 0;
    margin: 100px auto 0 auto;
    border-radius: 80px 0;
    background: #33473B;
    /* background-color: #fff; */
    /* background-image: radial-gradient(#E6E6E6 30%, transparent 30%); */
    /* background-size: 10px 10px; */
}
.pageback_midori {
	width: 100%;
    background-image: url(../image/page/midoritamaback.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.pageback_midori_in {
	width: 100%;
	background-position: bottom;
    background-image: url(../image/common/gradation.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
table.contact{
	width: 100%;
}
.page_h2 h2{
	text-align: center;
	font-size:2em;
	color: #26BE2A;
}
.page_h2_en{
	text-align: center;
	padding-top: 5px;
	/* padding-top: 20px; */
	color: #fff;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}
.pankuzu{
	margin: 20px;
	text-align: center;
	font-size: 0.8em;
	color: #26BE2A;
}
.pankuzu a{
	text-decoration: underline;
	color: #26BE2A;
}

.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: #26BE2A;
	font-size: 2.5em;
	display: block;
	margin: 20px auto;
	font-weight: bold;
}
.page_bukken_list{
	margin-top: 80px !important;
}

h3.design_midashi {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-radius: 0 93px 0px 0;
    border-left: solid #33473B 21px;
    color: #fff;
    background: #26BE2A;
    margin: 30px 0;
    font-size: 1.5em;
}

/* よくある質問 */
.faq_click{
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 15px;
}
.faq_page_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.faq_page_link li a{
	display: block;
	padding:5px 10px;
	border: 1px solid #26BE2A;
	color: #26BE2A;
	margin: 10px 10px 0 0;
	border-radius: 2px;
}
.faq_h3{
	color: #26BE2A;
	margin-bottom: 15px;
	background-color: #E6E6E6;
	padding: 15px;
	border-left:5px solid #26BE2A;
	margin: 30px 0 20px;
}
.faq_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq_box{
	width: 100%;
	border:1px solid #26BE2A;
	border-radius: 5px;
	margin-bottom: 20px;
}
.faq_q{
	display: flex;
	/* background-color: #26BE2A; */
	color: #26BE2A;
	padding: 10px ;
	border-radius: 5px 5px 0 0 ;
	cursor: pointer;
}
.faq_q i{
	color: #26BE2A;
	margin-right: 10px;
	font-size: 1.5em;
}
.faq_a{
	display: flex;
	padding:10px;
	font-size: 0.9em;
	border-top:1px solid #26BE2A;
}
.faq_a i{
	margin-right: 10px;
	font-size: 1.5em;
	color: #26BE2A;
}

/*詳細ページ*/
.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 #26BE2A;
}
.chintai-detail .gaiyou_waku{
	border: 1px solid #26BE2A;
}
.shosai_sname{
margin:0 0 30px;
}
.syosai_kakaku{
	font-size: 1.5em;
	color: #FE0000;
}
.syosai_kakaku span{
	font-size: 1.5em;
	color: #FE0000;
}
.shosai_sname span {
    padding: 3px 30px;
    color: #FFF;
    background: #26BE2A;
    z-index: 10;
    font-size: 1em;
    border-radius: 5px;
}
.buy-detail .shosai_sname span{
	background-color: #26BE2A;
}
.chintai-detail .shosai_sname span{
	background-color: #26BE2A;
}

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

.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: #26BE2A;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
}
.tanto_pr_title span{
	color: #FFF;
	background: #26BE2A;
	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;
}
#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 #26BE2A;
  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 */





/* 
.photo_all{
	width:100%;
	margin:20px auto 80px;
	display: flex;
	justify-content: space-between;
	
}
.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;}

.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; 
background-color: #ECECEC!important;
}

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


.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: #26BE2A;
	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: #26BE2A;
text-align: center!important;
margin: 10px auto!important;
border-bottom: 1px solid #26BE2A;
font-size: 0.9em;

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

/* single.php ローンシミュレーター */
.loan_simulator{
	background-color: #F0F0F0;
	padding: 30px;
	margin: 30px 0;
	border-radius: 3px;
}
.loan_simulator h3{
	color: #26BE2A;
	padding-left: 10px;
	border-left: 5px solid #26BE2A;
	margin-bottom: 10px;
}
.loan_simulator_setsumei{
	font-size: 0.8em;
	margin-bottom: 20px;
}
.loan_simulator_contents{
	display: flex;
}
.loan_simulator_contents1{
	width: 45%;
	margin-right: 5%;
}
.loan_simulator_contents1 th,.loan_simulator_contents1 td{
	padding-bottom: 10px;
}
.loan_simulator_contents1 input{
	padding:10px 15px;
	max-width: 100px;
}
.square_btn{
	background-color: #26BE2A;
	color: #FFF;
	width: 90%;
	padding:10px 5%;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.loan_simulator_contents2{
	width: 45%;
	padding-left: 5%;
	border-left: dotted 1px #CCC;
}
.contentsmaru {
    background-image: url(../image/top/midoritamaback.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.imghousing{
	width: 50%;
}
.imghousing2{
	width: 40%;
    margin-left: 5%;
}
.pagebukken{
	width: 96%;
	margin-left: 2%;
}
.contents1100{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.contentsmaru_in{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 100px 0;
}
.copy_top {
	text-align: center;
	margin-bottom: 50px;
}
.copy_top h3 {
    background: #E2F1E2;
    padding: 50px;
    border-radius: 120px;
    font-size: 1.5em;
    text-align: center;
    display: inline-block;
    font-weight: 100;
    margin-top: -50px;
}
.copy_top h3 span{
	font-size: 1em;
	color: #26BE2A;
}
.copy_top img {
    position: relative;
    width: 30%;
    display: block;
    margin-left: 35%;
}
.loan_simulator_contents2 h4{
	font-size: 1.5em;
	color: #26BE2A;
	margin-bottom: 20px;
}
.loan_simulator_contents2 .satei_result{
	font-size: 1.5em;
	padding: 10px;
	border: none;
	text-align: right;
	color: #26BE2A;
}
.loan_simulator_contents2 p span{
	color: #26BE2A;
}
/* single.php ローンシミュレーター */
.bukken_form{
	margin-top: 20px;
}
.btn_form{
	background-color: #26BE2A;
	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;
}



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

table.contact tr th{
	text-align:left;
	width:250px;
	padding: 10px 0;
	color: #33473B;
	border-bottom: 1px solid #E8E8E8!important;
}
table.contact tr th span {
    color: #fff;
    background: #26BE2A;
    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;
}
table.contact tr td label{
	display: inline-block;
}
form p a{
	color: #26BE2A!important;
}
.w_100 {
    width: 96%;
    padding: 10px 2%;
    border-radius: 10px;
    border: solid #666 1px;
}
.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: #26BE2A;
}
.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;
    background-color: #666;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2em;
}

.thanks{
margin:50px auto;
text-align: center;
}
blockquote ul li{
list-style-type: none;
}
/*お部屋探しの流れ*/
.lent_img{
	max-width: 700px;
	width: 100%;
	display: block;
	margin: 50px auto;
}
.buy .lent_img,.lent .lent_img{
	margin: 20px auto;
}
.lent_flow_box{
	margin: 50px 0;
}

.lent_flow_box h4 {
	font-size: 1.5em;
  position: relative;
  padding: 1rem 2rem 10px 10px;
	border-bottom: 6px solid #ccc;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.lent_flow_box h4:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #26BE2A;
}
.lent_flow_box h4:first-letter{
	font-size: 1.5em;
	color: #26BE2A;
	
}
.lent_flow_box h4 span.thukai{
	font-size: 0.7em;
	border: 1px solid #26BE2A;
	color: #26BE2A;
	padding:5px 10px;
	margin-left: 15px;
	border-radius: 3px;
}
.lent_flow_box h5{
	font-size: 1.1em;
	font-weight: bold;
	border-left: 7px double #26BE2A;
	color: #26BE2A;
	padding:10px;
	margin: 20px 0;
	background-color: #F9F9F9;
}
.flow_tel{
	font-size: 2em;
	color: #26BE2A;
	font-weight: bold;
	margin-top: 10px;
}
.lent_flow_box p a{
	text-decoration: underline;
	color: #26BE2A;
}
.lent_flow_box h6{
	font-size: 1em;
	font-weight: bold;
	color: #26BE2A;
	margin: 15px 0 10px;
	border-left: 7px solid #26BE2A;
	padding-left: 10px;
}
.lent_flow_list li{
	margin-left: 30px;
	list-style-type: square;
	margin-bottom: 20px;
}
.flow_table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse:collapse;
}
.flow_table th{
	background-color: #F9F9F9;
}
.flow_table th,.flow_table td{
	padding: 10px;
	border: 1px solid #ccc;

}
.buy_flow_p span{
	color: #26BE2A;
	border-bottom: 5px double #26BE2A;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 15px 5px;
}
.buy_flow_list{
	text-align: center;
}
.buy_flow_list li{
	margin-bottom: 10px;
	font-size: 1.2em;
}
.buy_flow_list li i{
	color: #26BE2A;
	margin-right: 10px;
}
.sale_konnatoki{
	display: flex;
	align-items: center;
	background-color: #F5FBED;
	padding: 30px;
	border-radius: 30px;
}
.sale_konnatoki_img{
	width: 30%;
}
.sale_konnatoki_img img{
	width: 100%;
}
.sale_konnatoki_contetns{
	width: 65%;
	margin-left: 5%;
}
.sale_konnatoki_contetns ul li{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 0 2em;
}
.sale_konnatoki_contetns ul li::before {
	position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight:normal;
	content: '\f0a4';
	color: #26BE2A;
	font-size: 1.5em;
}
.tyukai_kaitori{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.tyukai_kaitori_box{
	width: 44%;
	padding: 2.5%;
	border-radius: 10px;
}
.tyukai_kaitori_box img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.tyukai{
	background-color: #FFE6D5;
}
.kaitori{
	background-color: #EBFDEB;
}
.tyukai_kaitori_box table{
	width: 100%;
	margin: 20px 0 10px;
}
.tyukai_kaitori_box table th,.tyukai_kaitori_box table td{
	margin: 5px;
	padding: 5px 10px;
	background-color: #FFF;
	border-radius: 3px;
	font-size: 0.9em;
}
.tyukai table th{
	color: #ef6100;	
}
.kaitori table th{
	color: #26BE2A;	
}
.osusume{
	color: #FFF;
	width: 94%;
	text-align: center;
	padding: 10px 3%;
	border-radius: 5px;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}
.osusume i{
	font-size: 1.3em;
	color: #FFF;
	margin-right: 10px;
}
.kasi{
	font-size: 0.7em;
	line-height: 1em;
	margin-bottom: 20px;
}
.tyukai .osusume{
	background-color:#ef6100 ;
}
.kaitori .osusume{
	background-color: #26BE2A;	
}
.osusume_li li{
	position: relative;
	padding: 0 0 0 2em;
	margin-bottom: 15px;
	font-weight: bold;
}
.osusume_li li::before{
	font-size: 1.3em;
	position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f101';
}
.tyukai .osusume_li li::before{
	color: #ef6100;
}
.kaitori .osusume_li li::before{
	color: #26BE2A;
}
.muryo_saitei {
	background-color: #F5FBED;
	padding: 30px;
	border-radius: 30px;
	border: 1px solid #26BE2A;
}
.muryo_saitei img{
	display: block;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 20px;
}
.muryo_saitei a.muryo_saitei_btn{
	display: block;
	max-width: 500px;
	width: 90%;
	background-color: #ef6100;
	border: 3px solid #ef6100;
	color: #FFF;
	text-align: center;
	margin: 0 auto 0px;
	padding: 10px 5%;
	border-radius: 50px;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.muryo_saitei a.muryo_saitei_btn:hover{
	background-color: #FFF;
	color: #ef6100;
}
.sale_box{
	border: 1px solid #CCC;
	padding: 20px;
	margin: 30px 0;
	border-radius: 3px;
}
.sale_box p{
	margin-bottom: 20px;
}
.sale_box ul{
	margin-left: 20px;
}
.sale_box ul li{
	list-style-type: square;
}
/*移住をお考えの方へ*/
.emigration_catch{
	display: flex;
	align-items: center;
	margin: 80px 0;
}
.emigration_catch_img{
	width: 60%;
}
.emigration_catch_img img{
	width: 100%;
	border-radius: 0 50px 50px 0;
}

.emigration_catch_contetns{
	width: 40%;
	padding:3% 5%;
	background-color: #FFF;
	margin-left: -10%;
	border-radius: 3px;
}
.emigration_h3{
	text-align: center;
	font-family: 'Century Gothic';
	color: #6D6D6D;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}
.emigration_list{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	justify-content: center;
}
.emigration_list li{
	width: 24%;
	background-color: #FFF;
	box-shadow:0px 0px 3px gray;
	border-radius: 3px;
	margin: 0 0.5% 15px;
}
.emigration_list li img{
	width: 100%;

	border-radius: 3px 3px 0 0;
}
.emigration_list_p{
	padding: 20px;
}
.emigration_list_p p{
	font-size: 0.8em;
}
.emigration_list_p .emigration_list_name{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom:1px solid #000;
	padding-bottom: 5px;
}
.emigration_list2{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	justify-content: center;
}
.emigration_list2 li{
	width: 48%;
	background-color: #FFF;
	box-shadow:0px 0px 3px gray;
	border-radius: 3px;
	margin: 0 0.5% 15px;
	display: flex;
}
.emigration_list2 li .emigration_list2_img{
	width: 35%;
}
.emigration_list2 li .emigration_list2_img img{
	width:100%;
	height: 200px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.emigration_list2_p{
	padding:20px 4%;
	width: 57%;
}
.emigration_list2_p p{
	font-size: 0.8em;
}
.emigration_list2_p .emigration_list_name{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom:1px solid #000;
	padding-bottom: 5px;
}

.emigration_soudan{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F5FBED;
	padding:50px;
	border-radius: 10px;
	border: 1px solid #26BE2A;
}
.emigration_soudan_contetns{
	width: 100%;
	/* width: 60%; */
	text-align: center;
}
.emigration_soudan_contetns a{
	display: block;
	text-align: center;
	margin: 20px 0 0;
	color: #26BE2A;
}
.emigration_soudan_contetns a i{
	color: #26BE2A;
	margin-right: 10px;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.emigration_soudan_contetns a:hover i{
	margin-right: 20px;
}
.emigration_soudan_contact{
	width: 35%;
}
.emigration_soudan_contact img{
	width: 100%;
}
.emigration_soudan_contact a.emigration_soudan_contact_btn{
	display: block;
	max-width: 300px;
	width: 90%;
	background-color: #ff9748;
	border: 2px solid #ff9748;
	color: #FFF;
	text-align: center;
	margin: 20px auto 0px;
	padding: 5px 5%;
	border-radius: 50px;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.emigration_soudan_contact a.emigration_soudan_contact_btn:hover{
background-color: #FFF;
color: #ff9748;
}

/*会社案内*/


.company table{
	width: 100%;
}
.company .company_flex{
	display: flex;
}
.company_flex div h3{
	color: #26BE2A;
	font-size: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #26BE2A;
}
.company_flex div h3 span{
	color: #6D6D6D;
	font-family: 'Century Gothic';
	font-style: italic;
	font-weight: bold;
	font-size: 0.7em;
	margin-left: 15px;
}
.company .page_lead{
	width: 50%;
	text-align: left;
	margin: 0 5% 0 0 ;
}
.company .company_img{
	width: 45%;
}
.company .company_img img{
	width: 100%;
	border-radius: 5px;
}
.sukinakoto{
	background-color:#F3F8EC ;
	padding: 30px;
	margin: 30px 0;
	border-radius: 5px;
}
.jimusyo_img{
	display: block;
	max-width: 700px;
	width: 100%;
	margin: 0px auto 50px;
}
.company table.info th{
	border-bottom: 1px solid #E8E8E8;
	color: #26BE2A;
	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%;
}
.access h4{
	color: #26BE2A;
	margin: 20px 0 10px;
	border-left: 5px solid #26BE2A;
	padding-left: 10px;
}
.access p{
	margin-bottom: 30px;
}
.gmap iframe{
  margin-bottom: 50px;
}
/*プライバシーポリシー*/
.privacy_p{
margin: 50px 0 0;
}
.privacy h3{
margin: 50px 0 10px;
color: #26BE2A;
font-size: 1.3em;
padding: 10px;
border-bottom: 1px solid #26BE2A;
}
.privacy p a{
	color: #26BE2A;
	text-decoration: underline;
}
.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: 1300px) {

.top_bukken_shita_box1r a,.top_bukken_shita_box2r a{
	font-size: 2em;
}


}		
		
@media screen and (max-width: 1100px) {
/* .photo_mini{
width: 350px;
}
.photo_all{
height: 550px!important;
} */
.emigration_list li{
	width: 49%;
}
}

@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%;
}
/* .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%;
}
.loan_simulator{
	padding:20px;
}
.loan_simulator_contents{
	flex-direction: column;
}
.loan_simulator_contents1{
	width: 100%;
	margin-right: 0%;
}
.loan_simulator_contents1{
	font-size: 0.8em;
}
.loan_simulator_contents1 input{
	max-width: 50px;
}
.square_btn{
	width: 100%;
}
.loan_simulator_contents2{
	width: 100%;
	padding-left: 0%;
	border-left:none;
	margin-top: 20px;
}
.loan_simulator_contents2 h4{
	font-size: 1.1em;
	margin-bottom: 10px;
}
.loan_simulator_contents2 .satei_result{
	font-size: 1.2em;
	max-width: 180px;
}
}

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

	.top_news_twitter{
		flex-direction: column;
	}
	.top_news{
		width: 90%;
	}
	.top_twitter{
		width: 60%;
		padding: 5% 20%;
	}
	.top_twitter h3 img{
		width: 90%;
	}
	.top_faq_midashi img{
		margin: 0 auto 10px;
		width: 200px;
	}

	.top_emigration_midashi img{
		display: block;
		text-align: center;
		margin: 0 auto 10px;
		width: 200px;
	}
	
#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%;
	margin: 0;
}
.company .company_img{
	width: 100%;
}
.buy .lent_img,.lent .lent_img{
	margin: 20px auto 10px !important;
}
.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;
}

.faq_box{
	width: 100%;

	margin-bottom: 15px;
}
.faq_q,.faq_a{
	padding: 10px;
}
.faq_q i,.faq_a i{
	font-size: 1.5em;
}
.emigration_catch{
	flex-direction: column;
	margin: 30px 0;
}
.emigration_catch_img{
	width: 100%;
}
.emigration_catch_img img{
	width: 100%;
	border-radius: 0 0;
}

.emigration_catch_contetns{
	width: 80%;
	margin-left: 0%;
	margin-top: -5%;
}
.emigration_catch_contetns p{
	font-size: 0.9em;
}
.emigration_soudan{
	flex-direction: column;
	padding:30px;
}
.emigration_soudan_contetns{
	width: 100%;
}
.emigration_soudan_contetns p{
	font-size: 0.9em;
}
.emigration_soudan_contact{
	width: 100%;
	margin-top: 30px;
}
.emigration_soudan_contact img{
	max-width: 500px;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.emigration_list2{
	width: 94%;
}
.emigration_list2 li{
	flex-direction: column;
	width: 100%;
	margin: 0 0% 15px;
	align-items: center;
}
.emigration_list2 li .emigration_list2_img{
	width: 100%;
}
.emigration_list2 li .emigration_list2_img img{
	height: 150px;
}
.emigration_list2_p{
	width: 92%;
	padding: 20px 4%;
}
}
@media screen and (max-width: 850px) {
	.copy_top {
		width: 96%;
		margin-left: 2%;
	}
	.top_news_in1 {
		width: 40%;
		margin-bottom: 20px;
	}
	.button2 {
		font-size: 1.1em;
	}
	.copy_top h3 {
		font-size: 1.2em;
	}
	.top_emigration_faq {
		flex-direction: column;
	}
	.top_row{
		flex-direction: row;
	}
	.top_faq{
		margin-bottom: 10px;
		width: 100%;
	}
	.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_baikyaku{
	flex-direction: column;
	display: flex;
	margin: 20px 0 5px;
}
.top_baikyaku_img{
	width: 100%;
	height: 200px;
	border-radius: 0 0;
}

.top_baikayku_info{
	border-radius: 0px;
	margin: 0px;
	padding:10% 5%;
	width: 90%;
}


/* .top_faq{
	width: 100%;
	height: 300px;
} */

.top_faq .top_faq_bg:hover {
	transform:scale(1.0,1.0);
}
.top_emigration{
	width: 40%;
	/* height: 300px; */
}
.top_emigration .top_emigration_bg:hover {
	transform:scale(1.0,1.0);
}

.top_company{
	flex-direction: column;
	display: flex;
	margin: 5px 0 0;
}
.top_company_img{
	width: 100%;
	border-radius: 0px;
}

.top_company_info{
	border-radius: 0px;
	margin: 0;
	padding: 10% 5%;
	width: 90%;
}



.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 #26BE2A;
}
/* 右側の線 */
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;
}
.sale_konnatoki{
	flex-direction: column;
}
.sale_konnatoki_img{
	width: 100%;
}
.sale_konnatoki_img img{
	max-width: 300px;
	width: 80%;
	display: block;
	margin: 0 auto 20px;
}
.sale_konnatoki_contetns{
	width: 100%;
	margin-left:0%;
}
.tyukai_kaitori{
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.tyukai_kaitori_box{
	width: 90%;
	padding: 5%;
	border-radius: 10px;
	margin-bottom: 20px;
}

}
.salespw80{
	width: 80%;
	margin: 50px 10% 0 10%;
	border-top:solid #26BE2A 3px;
	border-bottom:solid #26BE2A 3px;
	padding: 30px 0;
}
@media screen and (max-width: 850px) {
.imghousing {
	width: 100%;
	margin-top: 30px;
}
.imghousing2 {
    width: 90%;
    margin-left: 0;
}
.order1{
	order: 1;
}
.order2{
	order: 2;
}
.kumacontentpage_in {
    display: flex;
    padding: 50px 0;
    flex-direction: column;
    width: 90%;
    margin-top: 40px;
    max-width: 1100px;
    margin: 40px 5% 0 5%;
    justify-content: space-between;
}
.kumacontentpage_flex1 {
    width: 100%;
}
.kumacontentpage_flex2 {
    width: 100%;
}
.kumacontentpage {
    background: url(../image/housing/grayue_sp.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}
@media screen and (max-width: 750px) {
	.top_catsh_fot {
		bottom: 10%;
	}
	.foot_contact_l img {
		margin: 0;
	}
	.top_slide .single-item li img{
		height: 60vh;
	}
	/* .top_catsh{
		top:calc(50% + 30px) ;
	} */
	.top_catch_p{

		background-size: 200%;
		}
	.top_catch_p .contents{
		padding: 80px 3% 100px;
	}

	.top_itiran{
		border: 5px solid #26BE2A;
		border-radius: 50px;
	}
	.itiran_midashi{
		width: 200px;
	}	
.top_content_box .list li{
	height: 150px;
}
.page_h2{
	padding: 30px 0 30px;
	margin: 72px auto 0 auto;
    border-radius: 31px 0;
}
.page_h2 h2{
	font-size:1.5em;
}
.page_h2_en{
	padding-top: 10px;
}	
.gaiyou_waku{
	flex-direction: column;
	padding: 0;
	width: 100%;
	}
	.syosai_bg {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0;
		width: 100% !important;
		border-radius: 5px;
	}
	

.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;
}
.lent_flow_syorui{
	flex-direction: column;

}
.lent_flow_syorui table{
	width: 100%;
	margin-bottom: 30px;

}
.emigration_list{
	width: 94%;
}
.emigration_list li{
	width: 100%;
}
.faq_h3_link{
	padding-top: 60px;
  margin-top:-60px;
}
}
@media screen and (max-width: 900px) {
	.top_img {
		margin-top: 50px;
	}
	.button2 {
		padding: 0;
	}
}
@media screen and (max-width: 640px) {
	.imgflex {
    flex-wrap: wrap;
}
	.imgflex_in{
	width:48% !important;
	margin-bottom: 10px;
}
	.salespw80 {
    width: 100%;
    margin: 50px 0 0 0;
}
	.tc .copyppage{
		text-align: left;
	}
	.copyppage{
		font-size: 1.4em;
	}
	.pagetel{
		width: 100%;
	}
	.w94faq{
		width: 94%;
		margin: 0 auto;
	}
	/* .mainue2{
		width: 160%;
		left: -30%;
	} */
	.copy_top h3 {
		padding: 50px 5px;
		border-radius: 40px;
		font-size: 1.3em;
	}
	.button2 {
        font-size: 1em;
    }
	.top_row .top_faq{
		width: 48%;
	} 
	.w80 {
		width: 100%;
	}
	.top_news_in2 {
		width: 100%;
	}
	.top_news_in1 {
        width: 100%;
    }
	.top_twitter{
		width: 90%;
		padding:50px 5% 30px;
	}

	.top_twitter h3 img{
		width: 70%;
	}
	.top_h3_center{
		font-size: 1.5em;
		margin: 30px auto 30px;
	}
	.top_news h3{
		width: 120px;
		height: 120px;
	}
	.top_news{
		flex-direction: column;
		margin: 0px 0 0;
	}

	.top_news_contetns{
		width: 100%;
		margin-left: 0%;
	}
	.new_arrivals{
		padding: 20px 0;
	}
	.top_baikyaku_midashi{
		width: 200px;
	}
	.top_faq p,.top_emigration p{
		font-size: 0.8em;
	}
	
	.top_company_midashi{
		width: 200px;
	}
.top_catch_p_main{
	font-size: 1.5em !important;
}
.top_catch_p_main br{
	display: block !important;
}

.top_catch_p .contents p{
	font-size: 1em;
}
.top_faq{
	width: 100%;
	height: auto;
}


.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;
}
.haikei_kimidori span{
	font-size: 0.7em;
	padding:5px;
	margin-right:10px;
	}	
ul.shuhen_list li a img{
	height: 120px;
}

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

h3.design_midashi {
  padding: 10px 2rem 10px 10px;
	border-radius: 0 50px 50px 0;
	font-size: 1.2em;
}

h3.design_midashi:before {
  left: -70px;
  width: 120px;
}

h3.design_midashi span {
  font-size: 1em;
  padding-top: 10px;
  padding-left: 10px;
}
h3.design_midashi span i{
	padding-left: 0px;
}

}
@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% 25px ;
	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%;
}	

.buy_flow_p{
	text-align: center;
}
.buy_flow_p span{
	padding: 0 0 5px;
	font-size: 1.1em;
}
.buy_flow_list{
	text-align: left;
}
.buy_flow_list li{
	font-size: 1em;
}




.lent_flow_box{
	margin: 20px 0;
}

.lent_flow_box h4 {
	font-size: 1.2em;
	line-height: 1.5em;
}

.flow_tel{
	font-size: 1.5em;
}


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

.itiran_midashi{
	width: 150px;
}		
.top_company_info .top_company_more{
	font-size: 0.8em;
}	

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) {
.top_baikayku_info .top_baikayku_more{
	font-size: 0.8em;
}
.top_baikayku_info .top_baikayku_form{
	font-size: 0.8em;
}

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

}

@media screen and (max-width: 450px) {
    .button2 {
        font-size: 0.9em;
    }
}