@charset "utf-8";
/* タイトル
------------------------------------------------------------*/
.top_ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  color: #000;
  margin-bottom: 1%;
	
}
.top_ttl2 {
  font-family: 'Noto Serif JP', serif;
　font-size: 40px !important;
  color: #000;
  margin-bottom: 1%;
	text-align: left;
}
.top_ttlsub {
  font-family: 'Mate SC', serif;
  font-size: 25px;
  color: #000;
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
.top_ttl {  
	font-size: 30px;
}
.top_ttl2 {  
	font-size: 30px;
}
.top_ttlsub {  
	font-size: 13px;
}
}
/*@media screen and (max-width: 576px) {
.top_ttl {  
	font-size: 23px;
}
}*/

/* トップページ
------------------------------------------------------------*/
a {
  text-decoration: none;
}

/*video {
    max-width: 100%;
    height: 640px;
}*/

.top_area {
    margin-top: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #DDDDDD;
    /*position: relative;*/
	height:550px;
}
@media screen and (max-width:1399px) {
.top_area {    
	height: 470px;
}
}
@media screen and (max-width:1199px) {
.top_area {    
	height: 390px;
}
}
@media screen and (max-width:991px) {
.top_area {    
	height: 290px;
}
}
@media screen and (max-width:767px) {
.top_area {    
	height: 260px;
}
}
@media screen and (max-width:535px) {
.top_area {    
	height: 250px;
}
}
@media screen and (max-width:500px) {
.top_area {    
	height: 230px;
}
}
@media screen and (max-width:470px) {
.top_area {    
	height: 200px;
}
}
@media screen and (max-width:420px) {
.top_area {    
	height: 190px;
}
}
@media screen and (max-width:400px) {
.top_area {    
	height: 180px;
}
}
@media screen and (max-width:380px) {
.top_area {    
	height: 170px;
}
}
@media screen and (max-width:360px) {
.top_area {    
	height: 150px;
}
}
.swiper-container {
    width: 100%;
    height: 200vh;
    max-width: 1920px;
    margin: 0 auto;   
   
}
.swiper-container video {    
                width: 100%;
                height: 100%;
   
}
.swiper-slide{ height: auto; }

.swiper-slide img,.swiper-slide video
{ height: 100%; }

/* news
------------------------------------------------------------*/
.news_area {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #DDDDDD;
	
}
.news_area2 {
    padding-top: 2%;
    padding-bottom: 2%;
    width: auto;
	height: 280px;
  overflow: auto;
  /*border: blue 5px solid;*/	
}
.news_area a {
  color: #000000;
}
.news_ttl {
  text-align: center;
  font-size: 45px;
  color: #000000;
  font-weight: bold;
  line-height: 1.0;
}
/*.news_box {
    padding-top: 10px;
	padding-bottom: 10px;
    height: 150px;
    overflow-y: scroll;
}*/
.news_box2 {
  border-bottom: 1px solid #a6b5bd;
  padding-bottom: 15px;
  padding-top: 15px;
}
.news_day {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-weight: bold;
  margin-right: 15px;
}
.news_type {
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border: 1px solid #FF4500;
  margin-right: 15px;
  display: inline-block;
  background-color: #FF4500;
}
.news_tx {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
@media screen and (max-width:576px) {
  .news_tx {
    padding-top: 5px;
    display: block;
  }
}
.news_link {
  margin-top: 3%;
}
/* property
------------------------------------------------------------*/
.property_area {
    padding-top: 10%;
    padding-bottom: 5%;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url(../images/home/property/bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 2%;
}
.property_area2 {
    background-color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
/*物件足りない時スペース開けて左の写真を見せる用
.property_area2 {
    background-color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 50%;
    padding-left: 5%;
}*/
@media screen and (max-width:1299px) {
.property_area2 {
	padding-bottom: 5%;
}
}
.property_tx {
    font-size: 15px;
	margin-top: 1%;
}
.property_tx2 {
    font-size: 16px;
    margin-top: 1%;
    color: #E64700;    /*color: #e60012;*/
    /*font-weight: 600;*/
}
.property_price {
    font-size: 15px;  
}
.property_price span {
    font-size: 20px;
    color: #e60012;  
}
.property_box {    
    margin-bottom: 5%;
}
/* rent
------------------------------------------------------------*/
.rent_area {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 0px;
    padding-left: 0px;
	background-color: #ddd;
}

.rent_type {
    margin-top: 10px;
    margin-bottom: 5px; 
}
.rent_type span {    
	font-size: 15px;
    background-color: #1C2B5B;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
}

/* rebuild
------------------------------------------------------------*/
.rebuild_area {
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0px;
    padding-left: 0px;
	background-color: #ddd;
}
.rebuild_box {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
}
.rebuild_tx {
    font-size: 16px;
    margin-top: 3%;
}

/* work
------------------------------------------------------------*/
.work_area {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 0px;
    padding-left: 0px;
}

/* company
------------------------------------------------------------*/
.company_area {
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0px;
    padding-left: 0px;
}
.company_box {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
}
.company_tx {
    font-size: 16px;
    margin-top: 3%;
}


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