/*----------------------------------------
	/wp/search/.../ さらに読み込むのJS処理
----------------------------------------*/

.sectionSchool .sectionSchool_list_container {
  display: none;
  position: relative;
}

.sectionSchool .sectionSchool_list_container.active {
  display: block;
}

.sectionSchool .sectionSchool_list_container.active + .load_searchResult_wrap {
  display: none;
}

.sectionSchool_loader {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: url(../images/loader/preloader-3-128px.gif) center center no-repeat;
  background-size: contain;
  opacity: 0.15;
}

@media only screen and (min-width: 769px) {
  .sectionSchool .sectionSchool_list_container + .sectionSchool_list_container {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .sectionSchool .sectionSchool_list_container + .sectionSchool_list_container .sectionSchool_list {
      border-top: none;
  }
}

/*--------------------------------------*/



/*----------------------------------------
	estate_status_map の estate_status->class に対応した配色
----------------------------------------*/

.sectionArticle .article .label-status-Wait,
.propertyInfo .label-status-Wait {
    background-color: #ff6db2;
}

.sectionArticle .article .label-status-Ask,
.propertyInfo .label-status-Ask {
    background-color: #666666;
}

.sectionArticle .article .label-status-Onlyremaining,
.propertyInfo .label-status-Onlyremaining {
    background-color: #ff4e00;
}

.sectionArticle .article .label-status-Novacancy,
.propertyInfo .label-status-Novacancy {
  background-color: #ea0000;
}

.sectionArticle .article .label-status-Resume,
.propertyInfo .label-status-Resume {
    background-color: #63bdf0;
}

.sectionArticle .article .label-status-Recruitment,
.propertyInfo .label-status-Recruitment {
    background-color: #006cff;
}

.label-status-Onlyremaining span,
.label-status-Resume span {
/*
  opacity: 1;
  animation: blink 2s infinite;
*/
}

/* アニメーション */
@-webkit-keyframes blink {
  50%{
    opacity: 0.45;
  }
}
@-moz-keyframes blink {
  50%{
    opacity: 0.45;
  }
}
@-ms-keyframes blink {
  50%{
    opacity: 0.45;
  }
}
@-o-keyframes blink {
  50%{
    opacity: 0.45;
  }
}
@keyframes blink {
  50%{
    opacity: 0.45;
  }
}

/*--------------------------------------*/



/*----------------------------------------
	estate_status_map の estate_status->class に対応した配色
----------------------------------------*/


#js-modalTransfar .timeline li:not(.start):not(.active):not(.stop):before {
  border-color: inherit;
}
#js-modalTransfar .timeline li:not(.start):not(.active):not(.stop):after {
  border-color: inherit;
}
.modal-content .inner .switch:not(:first-child) {
  display: none;
}


/*--------------------------------------*/


/*----------------------------------------
	Googleマップの高さ
----------------------------------------*/

.propertyMap .googlemap, .propertyMap .googlestreet {
  height: 360px;
}

@media only screen and (max-width: 768px) {
  .propertyMap .googlemap, .propertyMap .googlestreet {
    height: 300px;
  }
}

/*--------------------------------------*/


.propertyFeature_list li img {
  width: 100%;
}

/*----------------------------------------
	/wp/search/.../ さらに読み込むのJS処理
----------------------------------------*/

.propertyFloor_group {
  display: none;
  position: relative;
}

.propertyFloor_group.active {
  display: block;
}

.propertyFloor_group.active + .propertyFloor_more_wrap {
  display: none;
}


/*----------------------------------------
	資料請求で選択から外れたもの
----------------------------------------*/


.btnColorYellow.inactive {
  border: 1px solid #ccc;
  background: #FFF;
  color: #999;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .btnColorYellow.btn:hover {
    background: #ffae00;
    color: #FFF;
  }
}

/*--------------------------------------*/



