@charset "UTF-8";
/*========================================*/
/* Foundation
/*========================================*/
#home .fixed-footer--c {
  display: block; }
#home .rent-form-moreCondition {
  display: none;
  padding: 10px 0; }
  @media print, screen and (min-width: 1280px) {
    #home .rent-form-moreCondition .check-keyword-list li {
      width: 100%;
      display: inline-block;
      font-size: 1.5rem;} }

@media print, screen and (min-width: 800px) {
  #home .container {
    max-width: 800px; }
}
@media print, screen and (min-width: 1060px) {
  #home .container {
    max-width: 1060px; }
}

@media print, screen and (min-width: 1280px) {
  #home .container {
    max-width: 1300px; } }

.hero img {
  width: 100%; }

/* 2018/11/29 irima add start */
.hero .slick-next {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 32px;
    margin-top: -10px;
    z-index: 999;
    text-indent: 200%;
    overflow: hidden;
    color: transparent;
    right: 20px;
    background: url(../images/room03/next.svg) no-repeat center center/cover;
    cursor: pointer;
}
.hero .slick-prev {
    color: transparent;
    position: absolute;
    top: 50%;
    width: 18px;
    height: 32px;
    margin-top: -10px;
    z-index: 999;
    text-indent: 200%;
    overflow: hidden;
    left: 20px;
    background: url(../images/room03/prev.svg) no-repeat center center/cover;
    cursor: pointer;
}
/* 2018/11/29 irima add end */

/* 物件 */
.section-property .main-heading02 {
  display: none; }
@media print, screen and (min-width: 800px) {
  .section-property {
    padding: 35px 0 0; }
    .section-property .main-heading02 {
      display: block;
      margin-bottom: 20px;} }

.property-list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .property-list .property-post {
    width: calc(50% - 2px);
    position: relative; }
  .property-list .new-label {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background:#000044;
    color:#fff;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-style: normal; }
  .property-list .newproperty-label {
    width: 30px;
    display: inline-block;
    font-style: normal;
    margin-right: 1px;
    font-size: 1.1rem;
    background: #000;
    color: #fff;
    height: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle; }
  .property-list .property-name {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.35rem;
    margin-bottom: 4px;
    color: #000044; }
  .property-list .property-desc {
    padding: 10px 8px 20px; }
  .property-list .property-text {
    /* 2018/11/13 文字色変更
    color: #4d4d4d;*/
    color: #333;
    font-size: 1.1rem;
    font-family: "Ubuntu", sans-serif; }
    .property-list .property-text li:not(:last-child) {
      margin-bottom: 6px; }
  @media print, screen and (min-width: 800px) {
    .property-list {
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0 -10px; }
      .property-list .property-post {
        width: 240px;
        margin: 0 10px; }
      .property-list .new-label {
 }
      .property-list .newproperty-label {
        width: 36px;
        height: 20px;
        font-size: 1.1rem;
        line-height: 19px;
        vertical-align: 3px;
        margin-right: 4px;}
      .property-list .property-desc {
        padding: 10px 0 20px; }
      .property-list .property-name {
        font-size: 1.5rem;
        margin-bottom: 7px; }
      .property-list .property-text {
        font-size: 1.2rem;
        font-family: "Ubuntu", sans-serif; } }
  @media print, screen and (min-width: 1280px) {
    .property-list {
      -webkit-justify-content: left;
      justify-content: left; } }

.topNbuid,.topPropDesc{
  font-weight: bold;
  color:#000;
}

.topPropDesc{
  padding-bottom: 6px;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 800px) {
  .topPropDesc{
  font-size: 1.2rem;
}
}

/* 2018/11/13 irima change
 * 文字色変更
 */
.topNbuid {
    color: #b82029;
}

/* sp-news */
.top-news-box{
  padding-bottom: 10px;
  margin: 10px 0;
  border-bottom: 1px dotted #808080;
}

.top-news{
  margin:0px 15px;
}

.top-news a {
  display: flex;
  width: 100%;
  padding:7px  0px;
  font-weight: normal;
  color: #333;

  -webkit-align-items: center;
  align-items: center; }
.top-news-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  margin-right: 20px; }
.top-news-ttl {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
 }
@media print, screen and (min-width: 800px) {
  .top-news {
    margin: 0;
    max-width: 500px;
    }
    .top-news a {

    }
    .top-news-date {
      /* 2022/05/12 amend
      font-size: 1.4rem; */
      font-size: 1.6rem; }
    .top-news-ttl {
      /* 2022/05/12 amend
      font-size: 1.2rem; */
      font-size: 1.4rem; } }

/* タブレットレイアウト */

@media print, screen and (min-width: 800px) {
    .l-wrapper {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

    .l-wrapper .l-main {
      width:510px; }
    .l-wrapper .l-side {
      width: 230px; }
  }

@media print, screen and (min-width: 1060px) {
    .l-wrapper .l-main {
      width:760px;
    }
  }

@media print, screen and (min-width: 1280px) {
  .l-wrapper .l-main {
    width: 1020px; }
  .l-wrapper .l-side {
    width: 230px; } }

@media print, screen and (min-width: 800px){
.side-heading02 {
    margin-bottom: 18px;
  }
}


/*slider  2018 12 04 torii add*/

.main-visual-slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.main-visual-slider.slick-initialized{
  opacity: 1;
}


  /*
  .main-visual-slider{
    display: none;
  }
  .main-visual-slider.slick-initialized{
    display: block; 
  } */
