@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/*▼▼▼初期設定▼▼▼*/
*{ margin:0; padding:0;}
html,body{height:100%;}
body{}
a{	color:#666666;}
a:hover {
	color:#999;
	text-decoration:none;
}
img{ border:0;}
a img{ border:0;}
body{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	margin: 0px;
	padding: 0px;
}

/*▼▼▼メイン▼▼▼*/
#main{
	margin: 0 auto;
    background-repeat: repeat-x;
	/*border:solid 1px;*/
}

/*▼▼▼ヘッダー▼▼▼*/
#header{
	width:1000px;
	height:90px;
	margin: 0 auto;
	padding:15px 5px 0 15px;
}
#rogo-box{
	margin-right:8px;
	width:70px;
	height:auto;
	float:left;
}
#hea_h1{
	margin-top:13px;
	float:left;
}
#hea_h1 a{
	color:#96B104;
	font-size:20px;
	text-decoration:none
}
#hea_h1 a:hover{
	color:#96B104;
	text-decoration:none
}
#itef{
	float:right;
	padding:5px;
}
#ppp1{
	font-size:12px;	
}
#ppp2{
	font-size:16px;
	width:125px;
	text-indent:3px;
}

/*▼▼▼コンテンツ▼▼▼*/
#content{
	width:1000px;
	margin: 0 auto;
	height:auto;
}

/*▼▼▼ メインコンテンツ ▼▼▼*/
#topcnt{
	width:1000px;
	text-align:center;
	margin:50px auto 25px auto;	
}
#topcnt222{
	width:1000px;
	margin:0 auto 50px auto;	
}
.topcn1{
	font-size:40px;
	font-family:ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
	font-weight:400;
}
.topcn2{
	font-size:17px;
	margin-top:30px;
}

/*▼▼▼ おすすめ物件 ▼▼▼*/
#top_bkn{
	border-top:dashed 2px #CCC;
}
#top_bkn_pp{
	margin:50px auto;
	width:1000px;
}
#top_bkn_pp h2{
	position: relative;
	padding: 0.25em 0;
	font-size:25px;
	letter-spacing:5px;
}
#top_bkn_pp h2:after{
	content: "";
	display: block;
	height: 6px;
	background: -moz-linear-gradient(to right,#96B104, transparent);
	background: -webkit-linear-gradient(to right, #96B104, transparent);
	background: linear-gradient(to right,#96B104, transparent);
}
.top_recul{
	margin-top:16px;
    display:table;
    table-layout:fixed;
    width:1000px;
    padding-bottom: 40px;
}
.top_recul li{
    display:table-cell;
    vertical-align:top;
    text-align:center;
    background-color:#FFF;
	width:250px;
}
.top_recul li:first-child {
    border:none;    
}
.top_recul li a {
    display:block;
    text-decoration:none;
    color:white;

}
.top_recul li p{
	text-align:left;
	padding:3px 10px;
	
}
.top_repot{
	margin:0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    width:230px;
    height:150px;
}
.top_repot img{
        width: 100%;
        height: auto;
       /*画像のセンタリング（中央寄せ）*/
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);		
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
       	-o-transition: all 1s ease;
      	-ms-transition: all 1s ease;
        transition: all 1s ease;	
}
.top_repot img:hover {
  width: 270px;
  height:auto;
  opacity:0.4;
filter:alpha(opacity=40);
-ms-filter:"alpha( opacity=40 )";
}

/*▼▼▼ 売りたいときバナー ▼▼▼*/
#top_sell{
	border-top:dashed 2px #CCC;
}
.top_sell_cont{
	width:1000px;
	margin:50px auto;
}
.top_sell_cont a img{
	border:3px solid #96B104;
}
.top_sell_cont a img:hover{
	border:3px solid #BACD5C;
}

/*▼▼SNS▼▼*/
#sns_cnt{
	border-top:dashed 2px #CCC;
}
#sns_cnt_s{
	width:1000px;
	margin:50px auto;
}
.sns_ta{
	width:1000px;
}

.sns_le{
	width:500px;
	padding-right:27px;

}
.sns_ri{
	width:500px;
	padding-left:27px;
}


/*▼▼トップへもどる▼▼*/
#page-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    font-size: 90%;
}
#page-top a {
    background: #96B104;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #BACD5C;
}

/*▼▼▼ フッター ▼▼▼*/
#footer{
	clear:both;
	margin:0;
	background:#333;
}
#footer_sub{
	width:1000px;
	margin:0 auto;
	padding:40px 0 15px 0;
}
#footer_sub p{
	color:#FFF;
	font-size:13px;
}
.f_ttc{
	display: table-cell;
	width: 40%;
}
.f_ttc_lnk{
	display: table-cell;
	width: 60%;
	color:#FFF;
	vertical-align:middle;
}
.f_ttc_lnk ul{
  display: table;
  width:600px;
  text-decoration:none;
  font-size:12px;
  
}
.f_ttc_lnk li{
  display:table-cell;
  width:100px;
  padding-left:2px;
  border-left:solid 1px #FFF;
  line-height:2;
}
.f_ttc_lnk a{
	color:#FFF;
	text-decoration:none;
	display:inline-block;
}
.f_ttc_lnk a {
  padding:0 3px;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #999 100%);
  background-position:0 0;
  background-size: 200% auto;
  transition: .3s;
}
.f_ttc_lnk a:hover {
  background-position: -100% 0;
  color: #fff;
}
#footer address{
	text-align: center;
    color:#FFF;
    padding-top:18px;
    padding-bottom:18px;
    font-size: 0.8em;
}

/*サブページ用*/
#s_cntlin{
	border-top:solid 1px #CCC;
}

#sub_content{
	width:1000px;
	margin:50px auto 80px auto;
}

.cont-ttl{
	font-size: 38px;
    font-weight: bold;
	letter-spacing:10px;
	text-align:center;
}

.ttl-line{
	background: url(images/h2_botlin.png) left bottom repeat-x;
    padding-bottom:12px;
}

#sub_contpage{
	width:900px;
	margin:0 auto;
}

/*▼▼▼会社概要▼▼▼*/
.cmp-table{
	border-top:dashed 2px #CCC;
	width:900px;
	margin:50px auto 0 auto;
}
.cmp-table dl{
    border-bottom:dashed 2px #CCC;
    display: table;
    width: 100%;
}
.cmp-table dt{
    font-size: 18px;
    color: #96B104;
    font-weight: bold;
    width: 25%;
	box-sizing: border-box;
    display: table-cell;
    padding: 28px 20px;
}
.cmp-table dd{
	font-size: 18px;
    vertical-align: middle;
    width: 75%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 28px 20px;
}
#goglemap{
	margin:35px auto 0 auto;
	width:900px;
	height:500px;
	  position:relative;
  overflow:hidden;
  border-radius:10px 10px 10px 10px;
  border:#666 solid 2px;
}

#ttt_com{
	width:900px;
	text-align:center;
	margin:50px auto 0 auto;
}

/*▼▼▼お問い合わせ▼▼▼*/
.cntat_ta{
	border-top:dashed 2px #CCC;
	width:900px;
	margin:70px auto 0 auto;
}
.cntat_ta dl{
    border-bottom:dashed 2px #CCC;
    display: table;
    width: 100%;
}
.cntat_ta dt{
    font-size: 17px;
    color: #96B104;
    font-weight: bold;
    width: 30%;
	box-sizing: border-box;
    display: table-cell;
    padding: 28px 20px;
}
.cntat_ta dd{
	font-size: 17px;
    vertical-align: middle;
    width: 70%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 28px 20px;
}
.cntat_ta input{
	font-size:16px;
	
}
.kakunip{
	margin:50px auto 0 auto;
	width:270px;
	height:60px;
    border-radius: 8px;
	text-align:center;
	box-sizing: border-box;
    background-color: #96B104;
}
.kakunin{
	width:270px;
	height:60px;
	background: none;
    color: #fff;
	border-style: none;
    border-radius: 8px;
	font-size:22px;
	box-sizing: border-box;
	transition: all .3s;
}
.kakunin:hover {
  color: #96B104;
  background-color: #fff;
  border:solid 2px #96B104;
}


.kakuyou2{
	width:580px;
	height:60px;
	margin:50px auto 20px auto;	
}
.kakunip2{
	float:left;
	margin:0 auto 0 auto;
	width:270px;
	height:60px;
    border-radius: 8px;
	text-align:center;
	box-sizing: border-box;
    background-color: #96B104;
}
.kakunin2{
	width:270px;
	height:60px;
	background: none;
    color: #fff;
	border-style: none;
    border-radius: 8px;
	font-size:22px;
	box-sizing: border-box;
	transition: all .3s;
}
.kakunin2:hover {
  color: #96B104;
  background-color: #fff;
  border:solid 2px #96B104;
}

.kakunip3{
	float:right;
	margin:0 auto 0 auto;
	width:270px;
	height:60px;
    border-radius: 8px;
	text-align:center;
	box-sizing: border-box;
    background-color: #96B104;
}
.kakunin3{
	width:270px;
	height:60px;
	background: none;
    color: #fff;
	border-style: none;
    border-radius: 8px;
	font-size:22px;
	box-sizing: border-box;
	transition: all .3s;
}
.kakunin3:hover {
  color: #96B104;
  background-color: #fff;
  border:solid 2px #96B104;
}

.button {
  	display: inline-block;
  	width: 270px;
	height: 60px;
	line-height:58px;
	font-size:22px;
	text-align: center;
 	text-decoration: none;
	outline: none;
  position: relative;
  z-index: 2;
  background-color: #96B104;
  border: 2px solid #96B104;
  border-radius: 8px;
  color: #fff;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color:#96B104;
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover {
  background-color: #fff;
  border-color: #96B104;
  color: #96B104;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color:#96B104;
}

.kbtop{
	margin:50px auto 50px auto;
	width:270px;
	height:60px;
}


/*▼▼▼準備中▼▼▼*/
#jyunnbi{
	width:700px;
	margin:70px auto 0 auto;
}
#jyunnbi p{
	text-align:center;
}
.rendjy{
	margin-top:15px;
}
.rendjy a:hover{
	color:#96B104;
}

/*▼▼▼売りたい時▼▼▼*/
.sell-table{
	width:900px;
	margin:40px auto 0 auto;
}
.sell-table p{
	font-size:17px;
}
.cntfmcc{
	text-align:center;
}

/* --- リストエリア --- */
ol.flow {
width: 900px; /* リストエリアの幅 */
margin: 10px auto 0 auto;
list-style-type: none;
font-size:17px;
}

/* --- リスト項目 --- */
ol.flow li {
margin-bottom: 12px; /* リスト項目の下マージン */
padding-bottom: 28px; /* リスト項目の下パディング */
background: url(images/flow_back.gif) no-repeat center bottom; /* リスト項目の背景 */
}
/* --- 最後のリスト項目 --- */
ol.flow li.last {
margin-bottom: 0;
padding-bottom: 0;
background-image: none;
}

/* --- ボックス --- */
ol.flow dl {
margin: 0;
}

/* --- タイトルエリア --- */
ol.flow dt {
padding: 9px 10px 7px; /* タイトルエリアのパディング（上、左右、下） */
background: #ffffff url(images/maru4_900_top.gif) no-repeat top; /* タイトルエリアの背景 */
border-bottom: 1px #c0c0c0 solid; /* タイトルエリアの下境界線 */
font-weight: bold;
color: #999999;
}
/* --- タイトル --- */
ol.flow dt strong {
margin-left: 3px;
color: #2b2b2b;
}

/* --- 本文エリア --- */
ol.flow dd {
margin: 0;
padding: 15px 15px; /* 本文エリアのパディング（上下、左右） */
background: #ffffff url(images/maru1_900_bottom.gif) no-repeat bottom; /* 本文エリアの背景 */
color: #2b2b2b;
line-height: 150%;
}

.botsee{
	width:900px;
	margin:30px auto;
	text-align:center;
	
}

/*--  ご購入の流れ --*/
.buy-table{
	width:900px;
	margin:40px auto 0 auto;
}
.buy-table p{
	font-size:17px;
}


#flct{
	width:450px;
	margin:0 auto;
	
}

.border-radius {
	width: 450px;		/* ボックスの横幅を指定 */
	border: 2px solid #96B104;	/* 境界線を実線で指定 */
	text-align: center;	/* テキストを中央寄せに指定 */
	border-radius: 5px;	/* ボックスの四つ角を丸くする */
	box-shadow: 2px 2px 4px #999;
}

.border-radius .no_p1{
	margin:5px 0 0 8px;
	line-height:1;
	text-align:left;
	font-size:27px;
	font-weight:bold;	
}

.border-radius .no_p2{
	line-height:1;
	text-align:center;
	font-size:20px;
	font-weight:bold;	
}
.border-radius .no_p3{
	line-height:1.2;
	text-align:left;
	font-size:18px;
	margin:0 10px 10px 10px;
}

.border-radius hr{
	border-top: 2px solid #96B104;
	margin:8px;
}

.border-radius .fl_y{
	width:150px;
	margin:0 auto;
	
}

/*▼▼▼スタッフ紹介▼▼▼*/
#staff{
	font-size:17px;

}


