/*-----------
section_title
-----------*/
.section_title {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 25px;
  }
}

.section_title h2 {
  margin-bottom: 5px;
}

.section_title p {
  font-size: 1.3rem;
}

/*-----------
top_news
-----------*/
.top_news {
  margin-top: 30px;
  padding: 70px 0;
  background: #f6f5f1;
}

@media screen and (max-width: 767px) {
  .top_news {
    margin-top: 0px;
    padding: 35px 0;
  }
}

.top_news .news_title {
  max-width: 94px;
}

.top_news ul {
  display: -webkit-flex;
  display: flex;
  margin-right: -10px;
  margin-bottom: 30px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top_news ul {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.top_news ul li {
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  margin: 0 10px 20px;
}

@media screen and (max-width: 767px) {
  .top_news ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}

.top_news ul li a {
  display: block;
}

.top_news ul li a img {
  transition-property: all;
  transition-duration: .3s;
}

.top_news ul li a .row {
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}

.top_news ul li a .row .news_thum {
  float: left;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .top_news ul li a .row .news_thum {
    width: 120px;
  }
}

.top_news ul li a .row .news_inr {
  float: left;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .top_news ul li a .row .news_inr {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}

.top_news ul li a .row .news_inr .date {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #fff;
  border-radius: 10px;
  background: #6f5240;
  font-size: 1.1rem;
  transition-property: all;
  transition-duration: .3s;
}

@media screen and (max-width: 767px) {
  .top_news ul li a .row .news_inr .date {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
}

.top_news ul li a:hover {
  color: #f15c27;
}

.top_news ul li a:hover img {
  opacity: 0.5;
}

.top_news ul li a:hover .row .news_inr .date {
  background: #f15c27;
}

.top_estatelist {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .top_estatelist {
    margin-top: 35px;
  }
}

.top_estatelist .estatelist_title {
  max-width: 105px;
}

.top_estatelist .estate_list {
  display: -webkit-flex;
  display: flex;
  margin-right: -22px;
  margin-bottom: 20px;
  margin-left: -22px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top_estatelist .estate_list {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.top_estatelist .estate_list li {
  width: -webkit-calc(33.33333% - 44px);
  width: calc(33.33333% - 44px);
  margin: 0 22px 44px;
}

@media screen and (max-width: 767px) {
  .top_estatelist .estate_list li {
    width: 100%;
    margin: 0 0 20px;
  }
}

.top_estatelist .estate_list li a {
  display: block;
}

.top_estatelist .estate_list li a img {
  transition-property: all;
  transition-duration: .3s;
}

.top_estatelist .estate_list li a .row .estatelist_thum {
  margin-bottom: 15px;
  position: relative;
}

.top_estatelist .estate_list li a .row .estatelist_thum:after {
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  transition: all 0.3s ease;
  border-bottom: 4px solid #f89639;
}

.top_estatelist .estate_list li a .row .estatelist_inr h3 {
  margin-bottom: 7px;
  color: #f15c27;
  font-weight: bold;
}

.top_estatelist .estate_list li a .row .estatelist_inr p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.top_estatelist .estate_list li a:hover img {
  opacity: 0.5;
}

.top_estatelist .estate_list li a:hover .estatelist_thum:after {
  width: 100%;
  border-bottom: 4px solid #f89639;
}

.top_estatelist .estate_nav {
  text-align: center;
}

.top_estatelist .estate_nav li {
  display: inline-block;
  width: 80px;
  margin: 0 18px 20px;
}


@media screen and (max-width: 480px) {
	.top_estatelist .estate_nav li {
    width: 80px!Important;
	margin: 16px -3px -20px 0;	
	}
}

.top_estatelist .estate_nav li img {
  width: 80px;
}


@media screen and (max-width: 1024px) {
.top_estatelist .estate_nav li img {
    width: 100%;
	height: 50%;	
	}
}


@media screen and (max-width: 480px) {
.top_estatelist .estate_nav li img{
	width: 97px!important;
    height: 50%;
    padding: 6px;
	}
	}

.top_recommend {
  margin-top: 70px;
  padding: 70px 0;
  background: #f6f5f1;
}

@media screen and (max-width: 767px) {
  .top_recommend {
    margin-top: 35px;
    padding: 30px 0;
  }
}

.top_recommend .recommend_title {
  max-width: 209px;
}

.top_recommend .recommend_list {
  display: -webkit-flex;
  display: flex;
  margin-right: -22px;
  margin-left: -22px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top_recommend .recommend_list {
    margin-right: 0;
    margin-left: 0;
  }
}

.top_recommend .recommend_list li {
  width: -webkit-calc(33.33333% - 44px);
  width: calc(33.33333% - 44px);
  margin: 0 22px 44px;
}

@media screen and (max-width: 767px) {
  .top_recommend .recommend_list li {
    width: 100%;
    margin: 0 0 20px;
  }
}

.top_recommend .recommend_list li a {
  display: block;
}

.top_recommend .recommend_list li a img {
  transition-property: all;
  transition-duration: .3s;
}

.top_recommend .recommend_list li a .row .recommend_thum {
  margin-bottom: 15px;
  position: relative;
}

.top_recommend .recommend_list li a .row .recommend_thum .recommend_tag {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.6rem;
  padding: 0 15px;
  letter-spacing: 0.2em;
}

.top_recommend .recommend_list li a .row .recommend_inr h3 {
  margin-bottom: 7px;
  font-weight: bold;
}

.top_recommend .recommend_list li a .row .recommend_inr p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.top_recommend .recommend_list li a:hover img {
  opacity: 0.5;
}

.top_recommend .recommend_list .t-rent .recommend_thum .recommend_tag {
  color: #fff;
  background: #8dc640;
}

.top_recommend .recommend_list .t-rent .recommend_thum:after {
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  transition: all 0.3s ease;
  border-bottom: 4px solid #8dc640;
}

.top_recommend .recommend_list .t-rent .recommend_inr h3 {
  color: #8dc640;
}

.top_recommend .recommend_list .t-rent:hover .recommend_thum:after {
  width: 100%;
  border-bottom: 4px solid #8dc640;
}

.top_recommend .recommend_list .t-buy .recommend_thum .recommend_tag {
  color: #fff;
  background: #e1af26;
}

.top_recommend .recommend_list .t-buy .recommend_thum:after {
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  transition: all 0.3s ease;
  border-bottom: 4px solid #e1af26;
}

.top_recommend .recommend_list .t-buy .recommend_inr h3 {
  color: #e1af26;
}

.top_recommend .recommend_list .t-buy:hover .recommend_thum:after {
  width: 100%;
  border-bottom: 4px solid #e1af26;
}

.link_btn {
  margin: 100px auto 0;
}

/*追記*/

.bnr-left{
	width: 440px!important;
}

.bnr-left img{
	width: 400px;
}

@media screen and (max-width: 1024px) {
.bnr-left img {
    width: 322px!important;
}
}


.pc { display: block !important; }
.sp { display: none !important; }
 

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



@media screen and (max-width: 767px) {
.bnr-left{
	width: 100%;
}
}
@media screen and (max-width: 1024px) {
.bnr-left {
    width: 384px!important;
    margin-left: 15px;
}
}


@media screen and (max-width: 767px) {
  .link_btn {
    margin: 35px 0px 0;
  }
}

.link_btn ul {
  margin-left: -4px;
}


@media screen and (max-width: 767px) {
  .link_btn ul {
    margin-left: 0;
  }
}

.link_btn ul li {
    float: left;
    margin-right: -30px;
    width: -webkit-calc(50% - 4px);
    width: calc(21% - -17px);
}

@media screen and (max-width: 767px) {
  .link_btn ul li {
    margin-left: 0;
    width: 100%!important;
    margin-bottom: 10px;
  }
}

.link_btn ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
.link_btn ul li {
    float: left;
    margin-right: -67px;
    width: calc(19% - -68px);
}

.link_btn ul li a img{
    width: 157px;
    padding-right: 14px;
}
}

@media screen and (max-width: 414px) {
.link_btn ul li a img{
	    width: 100%!important;
	}

}