@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:800px;
	text-align:center;
	margin:50px auto;	
}
.topcn1{
	font-size:40px;
	font-family:ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
	font-weight:400;
}
.topcn2{
	font-size:18px;
	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;
}

/*▼▼トップへもどる▼▼*/
#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{
	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(img/h2_botlin.png) left bottom repeat-x;
    padding-bottom:12px;
}


/*▼▼▼会社概要▼▼▼*/
.cmp-table{
	border-top:dashed 2px #CCC;
	width:900px;
	margin:70px 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;
}
/*▼▼▼お問い合わせ▼▼▼*/
.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;
}


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





/* effect 10 */
.hover10{
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.hover10:before, .hover10:after, .hover10__label:before, .hover10__label:after{
  content: "";
  position: absolute;
  transition-property: transform;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}
.hover10:before, .hover10:after{
  width: 100%;
  height: 2px;
  left: 0;
}
.hover10:before{
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition-delay: .25s;
}
.hover10:after{
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition-delay: .05s;
}
.hover10__label:before, .hover10__label:after{
  width: 2px;
  height: 100%;
  top: 0;
}
.hover10__label:before{
  left: 0;
  transform: translate3d(0, 105%, 0);
}
.hover10__label:after{
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition-delay: .15s;
}
.hover10:hover:before, .hover10:hover:after,
.hover10:hover .hover10__label:before, .hover10:hover .hover10__label:after,
.hover10:focus:before, .hover10:focus:after,
.hover10:focus .hover10__label:before, .hover10:focus .hover10__label:after{
  transform: translate3d(0, 0, 0);
  transition-duration: .2s;
}
.hover10:hover:before, .hover10:focus:before{
  transition-delay: 0s;
}
.hover10:hover:after, .hover10:focus:after{
  transition-delay: .4s;
}
.hover10:hover .hover10__label:after, .hover10:focus .hover10__label:after{
  transition-delay: .2s;
}
.hover10:hover .hover10__label:before, .hover10:focus .hover10__label:before{
  transition-delay: .6s;
}
.hover10:focus{
  outline: none;
}
.hover10:hover, .hover10:focus{
  color:#96B104;
}
.hover10:before,
.hover10:after, .hover10__label:before,
.hover10__label:after{
  background-color:#96B104;
}
.hover10{
  padding: .5rem 1.5rem;
}
.sl_sl{
	  border-top:solid 1px #CCC;
}
.section{
  box-sizing: border-box;
  position: relative;
  padding:5px 4px 5px 4px;
  margin:0 auto;
  text-align: center;
  width:1000px;
}

/* menu */
.menu{
 z-index:120;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu:before, .menu:after{
  content: "";
  display: table;
}
.menu:after{
  clear: both;
}
.menu__link{
  font-size: 13px;
  font-weight:100;
  color:#333;
  text-decoration: none;
}
.menu__item{
  display: inline-block;
  margin:5px 8px 0 8px;
}
.menu__item ul{
  list-style: none;
  position: absolute;
  z-index:130;
  top: 95%;
  margin: 0;
  padding: 0;
}
.menu__item ul li{
  width: 100%;
}
.menu__item ul li a{
  display:block;
  padding:6px 9px 6px 9px;
  background: #fff;
  text-align: left;
  font-size: 13px;
  color:#4B4B4B;
  text-decoration: none;
}
.menu__item ul li a:hover, .menu__item ul li a:focus{
  color:#96B104;
}
.menu__item ul li{
	border-bottom:#333 1px solid;
}

/*フリップ*/
#flip2 li ul {
  visibility: hidden;
  perspective: 400px;
}
#flip2 li:hover ul{
  visibility: visible;
}
#flip2 ul li{
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
#flip2 li:hover li{
  transform: rotateY(0);
}
#flip2 ul li:nth-child(2) {
  transition-delay: .1s;
}
#flip2 ul li:nth-child(3) {
  transition-delay: .2s;
}
#flip2 ul li:nth-child(4) {
  transition-delay: .3s;
}
#flip2 ul li:nth-child(5) {
  transition-delay: .4s;
}

/*●物件一覧*/
#bukken_list{
	width:900px;
	margin:70px auto 0 auto;
}
#bukken_list h3{
	margin:69px 0 10px 0;
	font-size:22px;
	background: url(img/midashi_h33.gif) no-repeat left center;
	padding-left: 37px;
	height: 30px;
	overflow : hidden;
}
.fudo_top_r-5{
	clear:both;
	margin-top:20px;
    border-top: dashed 2px #CCC;
	overflow : hidden;
}
.fudo_top_r-6{
	clear:both;
	margin-top:20px;
    border-top: dashed 2px #CCC;
	overflow : hidden;
}
.fudo_top_r-7{
	clear:both;
	margin-top:20px;
    border-top: dashed 2px #CCC;
	overflow : hidden;
}
.fudo_top_r-8{
	clear:both;
	margin-top:20px;
    border-top: dashed 2px #CCC;
	overflow : hidden;
}

.grid-content{
	list-style:none;
}

/*物件一覧の画像*/
.fudo_top_r-5 a img{
	opacity: 1;
	transition: 0.3s;
}
.fudo_top_r-5 a:hover img{
	opacity: .7;
}
.fudo_top_r-6 a img{
	opacity: 1;
	transition: 0.3s;
}
.fudo_top_r-6 a:hover img{
	opacity: .7;
}
.fudo_top_r-7 a img{
	opacity: 1;
	transition: 0.3s;
}
.fudo_top_r-7 a:hover img{
	opacity: .7;
}
.fudo_top_r-8 a img{
	opacity: 1;
	transition: 0.3s;
}
.fudo_top_r-8 a:hover img{
	opacity: .7;
}

/*一覧BOXのなか*/
.fudo_top_r-5 br {
  display: none;
}
.fudo_top_r-6 br {
  display: none;
}
.fudo_top_r-7 br {
  display: none;
}
.fudo_top_r-8 br {
  display: none;
}

.box1image{
	float:left;
	padding-top:10px;
}

.top_title{
	display:block;
	font-size:16px;
	margin:10px 0 0 165px;
	font-weight:bold;
}


.top_price{
	display:block;
	font-size:15px;
	margin:10px 0 0 165px;
}
.top_price:before {
	margin-right:10px;
	padding:3px;
	content: "販売価格";
	color:#FFF;
	background:#96B11E;
}

.top_madori{
	display:block;
	font-size:15px;
	margin:10px 0 0 165px;
}
.top_madori:before {
	margin-right:10px;
	padding:3px;
	content: "間取り";
	color:#FFF;
	background:#96B11E;
}

.top_menseki{
	display:block;
	font-size:15px;
	margin:10px 0 0 165px;
}
.top_menseki:before {
	margin-right:10px;
	padding:3px;
	content: "土地面積";
	color:#FFF;
	background:#96B11E;
}

.top_shozaichi{
	display:block;
	font-size:15px;
	margin:10px 0 0 165px;
}
.top_shozaichi:before {
	margin-right:10px;
	padding:3px;
	content: "所在地";
	color:#FFF;
	background:#96B11E;
}

.top_kotsu{
	display:block;
	font-size:15px;
	margin:10px 0 0 165px;
}
.top_kotsu:before {
	margin-right:10px;
	padding:3px;
	content: "沿線・駅";
	color:#FFF;
	background:#96B11E;
}


.box1low{
	font-size:17px;
	letter-spacing:5px;
	padding-right:8px;
}

.box1low a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  color:#96B11E;
  text-decoration: none;
  font-weight:bold;
}
.box1low a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  color:#BACD5C;
}


/*●物件詳細*/
#list_simplepage2{
	border-top:solid 1px #CCC;
}

#list_simplepage2 .type-fudo{
	width:900px;
	margin:70px auto 80px auto;
	
}

#list_simplepage2 .type-fudo h3{
	font-size:19px;
	margin-bottom:12px;
	border-bottom: double 4px #96B11E;
}

.list_picsam a{
	
}

.list_picsam img{
	margin:4px;
	border:solid 1px #CCC;
}

.list_picsam img:hover{
	border:solid 1px #96B11E;
}

.list_price{
	font-size:17px;
	
}


