@charset "UTF-8";
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* slickのautoスライドの時などに、画面をタップするとスライドが動かなくなるのを防ぐ */
/* safariでボタンを押した際に出てくる青枠を消す */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
よく使う疑似要素、小技
----------------------------------------------------*/
/* ボックス影 */
/* 反転*/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/* icon 横にぐるっと回転 */
/* 親要素よりも幅を超えて表示 */
/* 矢印 */
/*----------------------------------------------------
矢印つきボタン
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/*----------------------------------------------------
google font
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------

//html例：<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>

----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/* ホバーで中央から線が出る */
/* ホバーで中央の線がきえる */
/*----------------------------------------------------
中央から下線 

//html例：<a class="link" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
左から下線 

//html例：<a class="link_L" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* slickのautoスライドの時などに、画面をタップするとスライドが動かなくなるのを防ぐ */
/* safariでボタンを押した際に出てくる青枠を消す */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
よく使う疑似要素、小技
----------------------------------------------------*/
/* ボックス影 */
/* 反転*/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/* icon 横にぐるっと回転 */
/* 親要素よりも幅を超えて表示 */
/* 矢印 */
/*----------------------------------------------------
矢印つきボタン
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/*----------------------------------------------------
google font
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------

//html例：<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>

----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/* ホバーで中央から線が出る */
/* ホバーで中央の線がきえる */
/*----------------------------------------------------
中央から下線 

//html例：<a class="link" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
左から下線 

//html例：<a class="link_L" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
フェードイン
----------------------------------------------------*/
/*----------------------------------------------------
上下左右に消える
----------------------------------------------------*/
/* 下にスッと消える*/
/* 上にスッと消える*/
/*----------------------------------------------------
上下左右から表示
----------------------------------------------------*/
/* 下から上にフワッと出てくる */
/* 上から下にフワッと出てくる */
/* 左から右にスッと出てくる*/
/* 右から左にスッと出てくる*/
/*----------------------------------------------------
bgが左右から流れ、その後、テキストが表示される。

.bg_fromLeft_toRight {
 @include bg_fromLeft_toRight;
}

html構成
<div class=" target">
  <span>
    <img src="<?php echo get_template_directory_uri(); ?>/assets/images/top/introduction/catch.png" alt="写真も、動画も。無限の可能性を撮る">
  </span>
</div>
----------------------------------------------------*/
/* 左から右に流れる */
/* 右から左に流れる */
/*----------------------------------------------------
ふわふわ 動き続ける
----------------------------------------------------*/
/* 上下にふわふわ */
/* ホバーすると上にテキストが透明になって、下から出てくる */
@-webkit-keyframes textMove {
  0% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textMove {
  0% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* くるくる回り続ける */
@-webkit-keyframes fadeUpAnimeCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fadeUpAnimeCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#mv.rent {
  position: relative;
  overflow: hidden;
}
#mv.rent .textMain {
  position: absolute;
  left: 10px;
  width: 90.6%;
  top: 103px;
  max-width: 388px;
}
#mv.rent .textSub {
  position: absolute;
  left: 15px;
  width: 90.6%;
  top: 230px;
  max-width: 388px;
}
#mv.rent .three_big {
  position: absolute;
  bottom: -10px;
  left: -55px;
  width: 40%;
}
#mv.rent .person {
  position: absolute;
  bottom: -10px;
  width: 90%;
  /* -750 */
}
@media all and (max-width: 751px) {
  #mv.rent .person {
    right: -20px;
  }
}
#mv.rent {
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv.rent .three_big {
    left: -100px;
    width: 23%;
  }
  #mv.rent .three_small {
    position: absolute;
    bottom: -10px;
    right: -50px;
    width: 15%;
  }
  #mv.rent .person {
    width: 40%;
    left: 135px;
    z-index: 3;
  }
  #mv.rent .map {
    display: block;
    position: absolute;
    top: 100px;
    width: 500px;
  }
}
@media all and (min-width: 1000px) {
  #mv.rent .textMain {
    top: 172px;
    max-width: 450px;
  }
  #mv.rent .textSub {
    top: 320px;
    max-width: 350px;
  }
}
@media all and (min-width: 1250px) {
  #mv.rent .textMain {
    max-width: 616px;
    left: 83px;
  }
  #mv.rent .textSub {
    top: 380px;
    left: 83px;
    max-width: 535px;
  }
}
@media all and (min-width: 1500px) {
  #mv.rent .bg img {
    max-height: 853px;
  }
}

/*----------------------------------------------------
mapFujisawa
----------------------------------------------------*/
/* メインビジュアルに表示。PCでの表示 */
#mv .mapFujisawa {
  position: absolute;
  right: 50px;
  top: 100px;
  max-width: 350px;
}
@media all and (min-width: 1000px) {
  #mv .mapFujisawa {
    max-width: 450px;
    top: 150px;
  }
}
@media all and (min-width: 1200px) {
  #mv .mapFujisawa {
    max-width: 528px;
  }
}

.mapFujisawa {
  padding: 0 15px;
  position: relative;
}
.mapFujisawa .title {
  background-color: #1F2A40;
  text-align: center;
  color: white;
  border-radius: 5px;
  padding: 15px 0;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.6667;
}
.mapFujisawa .title span {
  position: relative;
}
.mapFujisawa .title span::before {
  content: "";
  position: absolute;
  background: url("../images/smile/top/mv/map_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 15px;
  left: -25px;
  top: 5px;
}
.mapFujisawa .mapBtn {
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.6667;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #FFFFFF;
  padding: 5px 18px;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-weight: bold;
  border: 1px solid white;
}
.mapFujisawa .mapBtn span {
  position: relative;
}
.mapFujisawa .mapBtn span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFDF31;
  border-width: 4px 6px 4px 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
}
.mapFujisawa .mapBtn {
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa .mapBtn {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.6667;
    padding: 5px 25px;
  }
  .mapFujisawa .mapBtn:hover {
    color: white;
    border: 1px solid #313840;
    background-color: #313840;
  }
}
@media all and (min-width: 1200px) {
  .mapFujisawa .mapBtn {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
.mapFujisawa .mapBtn.shounandai {
  position: absolute;
  right: 30%;
  top: 35%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa .mapBtn.shounandai {
    right: 25%;
    top: 30%;
  }
}
.mapFujisawa .mapBtn.mutuai {
  position: absolute;
  right: 20%;
  top: 47%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa .mapBtn.mutuai {
    right: 17%;
    top: 42%;
  }
}
.mapFujisawa .mapBtn.zengyou {
  position: absolute;
  right: 30%;
  top: 60%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa .mapBtn.zengyou {
    right: 25%;
    top: 55%;
  }
}
.mapFujisawa .mapBtn.others {
  position: absolute;
  left: 40px;
  bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa .mapBtn.others {
    left: 30px;
    bottom: 20px;
  }
}
.mapFujisawa.sale .title {
  background-color: #4E3D2A;
}
.mapFujisawa.sale .title span::before {
  content: "";
  position: absolute;
  background: url("../images/smile/top/mv/map_icon_orenge.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 15px;
}
.mapFujisawa.sale .mapBtn {
  border: 1px solid white;
  color: #3C300D;
}
.mapFujisawa.sale .mapBtn span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #F09830;
  border-width: 4px 6px 4px 6px;
}
.mapFujisawa.sale .mapBtn {
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa.sale .mapBtn:hover {
    color: white;
    border: 1px solid #3C300D;
    background-color: #3C300D;
  }
}
@media all and (min-width: 1200px) {
  .mapFujisawa.sale .mapBtn {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
.mapFujisawa.sale .mapBtn.shounandai {
  position: absolute;
  right: 30%;
  top: 35%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa.sale .mapBtn.shounandai {
    right: 25%;
    top: 30%;
  }
}
.mapFujisawa.sale .mapBtn.mutuai {
  position: absolute;
  right: 20%;
  top: 47%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa.sale .mapBtn.mutuai {
    right: 17%;
    top: 42%;
  }
}
.mapFujisawa.sale .mapBtn.zengyou {
  position: absolute;
  right: 30%;
  top: 60%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa.sale .mapBtn.zengyou {
    right: 25%;
    top: 55%;
  }
}
.mapFujisawa.sale .mapBtn.others {
  position: absolute;
  left: 40px;
  bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mapFujisawa.sale .mapBtn.others {
    left: 30px;
    bottom: 20px;
  }
}

/*----------------------------------------------------
検索エリア
----------------------------------------------------*/
#searchArea {
  /* -750 */
}
@media all and (max-width: 751px) {
  #searchArea.sale {
    background: url(../images/smile/top/buken/bg_sale.jpg);
  }
  #searchArea {
    padding: 40px 0 54px;
    background: white;
    /* 751- */
  }
}
@media all and (max-width: 751px) and (min-width: 751px) {
  #searchArea {
    padding: 40px 0 86px;
  }
}

/*----------------------------------------------------
お知らせ
----------------------------------------------------*/
#news {
  background-color: #fff;
  padding: 0 0 107px;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news {
    padding: 70px 0 80px;
  }
}
#news {
  /* 売買 */
}
#news.sale {
  padding: 54px 0 67px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news.sale {
    padding: 70px 0 10px;
  }
}
#news.sale .wrap .secTitle .en {
  color: #F09830;
}
#news.sale .wrap .catList .current::before {
  background: #F09830;
}
#news.sale .wrap .catList .current a span {
  color: #F09830;
}
#news.sale .wrap .catList li a::after {
  background: #F09830;
}
@media (hover: hover) {
  #news.sale .wrap .catList li a:hover {
    color: #F09830;
  }
}
#news.sale .wrap ul .lt_item a::before {
  background: #F09830;
}
#news.sale .wrap ul .lt_item a .title span::after {
  background: #3C300D;
}
#news.sale .wrap ul .lt_item a .cat_area span {
  background-color: #FFE8A3;
}
#news.sale .wrap .btn {
  background: #F09830;
  border: 1px solid #F09830;
}
#news.sale .wrap .btn::after {
  border-color: transparent transparent transparent #F09830;
}
@media (hover: hover) {
  #news.sale .wrap .btn:hover {
    background: #fff;
    color: #F09830;
  }
  #news.sale .wrap .btn:hover::before {
    background: #F09830;
  }
  #news.sale .wrap .btn:hover::after {
    border-color: transparent transparent transparent #fff;
  }
}
@media all and (min-width: 933px) {
  #news .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16.636% 94px 74.545%;
    grid-template-columns: 16.636% 74.545%;
    -webkit-column-gap: 94px;
       -moz-column-gap: 94px;
            column-gap: 94px;
  }
  #news .wrap .titleArea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 751px) and (max-width: 932px) {
  #news .wrap {
    margin-bottom: 20px;
  }
}
#news .secTitle span {
  display: block;
}
#news .secTitle .en {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #6DA3EF;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .secTitle .en {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
#news .secTitle .jp {
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.5667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .secTitle .jp {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1.5667;
  }
}
#news .titleArea {
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .titleArea {
    margin-bottom: 0;
    width: 183px;
  }
}
#news .lt_item {
  border-top: 2px dotted #DDDDDD;
}
#news .lt_item:last-child {
  border-bottom: 2px dotted #DDDDDD;
}
#news .lt_item a {
  display: -ms-grid;
  display: grid;
  padding: 20px 30px 20px 0;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 13px;
  -ms-grid-columns: 36px 15px 1fr;
  grid-template-columns: 36px 1fr;
  position: relative;
}
#news .lt_item a .date {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
#news .lt_item a::after, #news .lt_item a::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#news .lt_item a::before {
  content: "";
  position: absolute;
  display: block;
  background: #2662B4;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  right: 13px;
}
#news .lt_item a::after {
  content: "";
  position: absolute;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent white;
  border-width: 3px 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#news .lt_item a {
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .lt_item a {
    padding: 17px 0;
    -ms-grid-columns: 6.3% 15.243% 1fr;
    grid-template-columns: 6.3% 15.243% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #news .lt_item a .date {
    grid-row: initial;
  }
  #news .lt_item a .title {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  #news .lt_item a .title span {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #news .lt_item a .title span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #2662B4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #news .lt_item a:hover {
    padding-left: 20px;
  }
  #news .lt_item a:hover::before {
    right: 0px;
  }
  #news .lt_item a:hover::after {
    right: 1px;
  }
  #news .lt_item a:hover .title span::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
@media screen and (min-width: 751px) and (max-width: 1077px) {
  #news .lt_item a {
    -ms-grid-columns: 6.3% 23.243% 1fr;
    grid-template-columns: 6.3% 23.243% 1fr;
  }
}
#news .lt_item a {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #news .lt_item a .title {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#news .cat_area .cat span {
  background-color: #DCEEF2;
  display: inline-block;
  padding: 2px 5px;
  font-size: 11px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .cat_area .cat span {
    padding: 3px 15px;
    font-size: 13px;
  }
}
#news .day {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.6667;
  display: inline-block;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .day {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#news .year {
  display: block;
  margin-top: -7px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .year {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#news .title {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .title {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
#news .catList {
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 932px) {
  #news .catList {
    margin-top: 30px;
  }
}
#news .catList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .catList ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: 10px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
#news .catList {
  /* カラムカテゴリーのリスト */
}
#news .catList .column_list {
  margin-left: 0;
}
#news .catList li a {
  color: rgba(52, 55, 59, 0.5);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .catList li a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background: #2662B4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #news .catList li a:hover {
    color: #2662B4;
  }
  #news .catList li a:hover::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
#news .catList li.current {
  position: relative;
}
#news .catList li.current::before {
  content: "";
  position: absolute;
  display: block;
  background: #2662B4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 8px;
  left: -10px;
}
#news .catList li.current a {
  color: #2662B4;
}
@media all and (max-width: 932px) {
  #news .btn {
    position: absolute;
    bottom: -70px;
    right: 15px;
  }
}
@media all and (min-width: 933px) {
  #news .btn {
    margin-top: 133px;
    width: 183px;
  }
}

/*----------------------------------------------------
カテゴリー( 賃貸 )
----------------------------------------------------*/
#categoryRent {
  background: url(../images/smile/top/buken/bg.jpg);
  padding: 30px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #categoryRent {
    padding: 76px 0 0;
  }
}
#categoryRent .boxWrap {
  /* 751- */
}
@media all and (min-width: 751px) {
  #categoryRent .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #categoryRent .boxWrap .box {
    width: 48%;
  }
}
@media all and (min-width: 1200px) {
  #categoryRent .boxWrap .box {
    width: 32%;
  }
}
#categoryRent .box {
  margin-bottom: 30px;
}
#categoryRent .box:last-child {
  margin-bottom: 0px;
}
#categoryRent .box.rent .title {
  background-color: #E28C03;
}
#categoryRent .box.rent .catArea {
  background-color: #FFDC81;
}
#categoryRent .box.rent .item a::before {
  border-color: transparent transparent transparent #E28C03;
}
#categoryRent .box.rent .item a span {
  color: #E28C03;
}
#categoryRent .box.rent .item a span::after {
  background-color: #E28C03;
}
#categoryRent .box.madori .title {
  background-color: #2662B4;
}
#categoryRent .box.madori .catArea {
  background-color: #84B0ED;
}
#categoryRent .box.madori .item a::before {
  border-color: transparent transparent transparent #2662B4;
}
#categoryRent .box.madori .item a span {
  color: #2662B4;
}
#categoryRent .box.madori .item a span::after {
  background-color: #2662B4;
}
#categoryRent .title {
  background-color: #42A9AD;
  color: white;
  text-align: center;
  padding: 13px 0;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #categoryRent .title {
    padding: 20px 0;
  }
}
#categoryRent .catArea {
  background-color: #69D0D5;
  padding: 27px 20px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0 0 5px 5px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #categoryRent .catArea {
    padding: 27px 30px;
  }
}
#categoryRent .lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 9px;
}
#categoryRent .item {
  width: 100%;
}
#categoryRent .item a {
  display: block;
  text-align: center;
  background-color: #fff;
  position: relative;
  color: #42A9AD;
  padding: 9px 38px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.928;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* -750 */
}
@media all and (max-width: 751px) {
  #categoryRent .item a {
    min-width: 300px;
  }
}
#categoryRent .item a span {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #categoryRent .item a span {
    color: #42A9AD;
  }
  #categoryRent .item a span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #42A9AD;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #categoryRent .item a span:hover::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
#categoryRent .item a {
  /* 751- */
}
@media all and (min-width: 751px) {
  #categoryRent .item a {
    width: 100%;
    padding: 9px 0px;
  }
  #categoryRent .item a:hover::before {
    left: 25px;
  }
  #categoryRent .item a:hover span::after {
    width: 100%;
    opacity: 1;
  }
}
#categoryRent .item a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #42A9AD;
  border-width: 5px 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 15px;
  top: 17px;
}
#categoryRent .item a {
  /* 751- */
}
/*----------------------------------------------------
カテゴリー( 売買 )
----------------------------------------------------*/
#categorySearch {
  padding: 40px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #categorySearch {
    padding: 70px 0;
  }
}
#categorySearch .wrap {
  /* 751- */
}
@media all and (min-width: 751px) {
  #categorySearch .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  #categorySearch .wrap .secTitle {
    width: 301px;
  }
  #categorySearch .wrap .catArea {
    width: 70%;
  }
}
#categorySearch .secTitle {
  margin-bottom: 16px;
  /* 751- */
}
#categorySearch .secTitle .jp {
  color: #3C300D;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6667;
}
#categorySearch .secTitle .jp span {
  position: relative;
  z-index: 2;
}
#categorySearch .secTitle .jp span::before {
  content: "";
  position: absolute;
  display: block;
  background: #F8F3E4;
  width: 102%;
  height: 60%;
  border-radius: 3px;
  z-index: -1;
  bottom: -5px;
}
#categorySearch .secTitle .en {
  font-family: "Helvetica Neue", "Arial", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.6667;
  color: #F09830;
  font-weight: bold;
}
#categorySearch .secTitle {
  /* 751- */
}
@media all and (min-width: 751px) {
  #categorySearch .secTitle .jp {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.6667;
    margin-bottom: 10px;
  }
  #categorySearch .secTitle .en {
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#categorySearch .lt {
  /* -750 */
}
@media all and (max-width: 751px) {
  #categorySearch .lt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 9px;
  }
}
#categorySearch .lt {
  /* 751- */
}
@media all and (min-width: 751px) {
  #categorySearch .lt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 18px;
  }
  #categorySearch .lt::after {
    content: "";
    display: block;
    width: 30%;
  }
  #categorySearch .lt .item {
    width: 30%;
  }
}
#categorySearch .item {
  width: 100%;
}
#categorySearch .item a {
  display: block;
  text-align: center;
  background-color: #FFE8A3;
  position: relative;
  color: #3C300D;
  padding: 9px 38px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.928;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* -750 */
}
@media all and (max-width: 751px) {
  #categorySearch .item a {
    min-width: 300px;
  }
}
#categorySearch .item a span {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #categorySearch .item a span {
    color: #3C300D;
  }
  #categorySearch .item a span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #3C300D;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #categorySearch .item a span:hover::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
#categorySearch .item a {
  /* 751- */
}
@media all and (min-width: 751px) {
  #categorySearch .item a {
    width: 100%;
    padding: 9px 0px;
  }
  #categorySearch .item a:hover::before {
    left: 25px;
  }
  #categorySearch .item a:hover span::after {
    width: 100%;
    opacity: 1;
  }
}
#categorySearch .item a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #F09830;
  border-width: 5px 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 15px;
  top: 17px;
}
#categorySearch .item a {
  /* 751- */
}
/*----------------------------------------------------
おすすめ物件
----------------------------------------------------*/
#recommend {
  background: url(../images/smile/top/buken/bg.jpg);
  padding: 86px 0 50px;
  overflow: hidden;
}
#recommend .slider li {
  padding: 30px 20px 36px;
  background-color: #fff;
  position: relative;
}
#recommend .slider li::before {
  content: "";
  position: absolute;
  background: url("../images/smile/top/recommend_rent.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 169px;
  top: 0px;
  left: 0px;
  z-index: 10;
}
#recommend .slider li {
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .slider li {
    padding: 50px 50px;
    width: 60%;
    max-width: 750px;
  }
}
#recommend .slider li {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #recommend .slider li {
    max-width: 940px;
  }
}
#recommend .slick-slide {
  /*スライド左右の余白調整*/
  margin: 0 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
    margin: 0 2vw;
  }
  #recommend .slick-slide .imgArea {
    width: 49.55319%;
  }
  #recommend .slick-slide .textArea {
    width: 40.5319%;
  }
}
@media all and (min-width: 1000px) {
  #recommend .slick-slide .imgArea {
    width: 45.55319%;
  }
  #recommend .slick-slide .textArea {
    width: 48.5319%;
  }
}
#recommend .slick-slide {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #recommend .slick-slide .imgArea {
    width: 47.55319%;
  }
  #recommend .slick-slide .textArea {
    width: 50.5319%;
  }
}
#recommend .imgArea {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* -750 */
}
@media all and (max-width: 751px) {
  #recommend .imgArea {
    margin-bottom: 18px;
  }
}
#recommend .imgArea a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#recommend .imgArea img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recommend .imgArea a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#recommend .bukenInfo {
  display: inline-block;
  bottom: 14px;
  right: 14px;
  color: #2662B4;
  border: 1px solid #2662B4;
  border-radius: 30px;
  padding: 1px 10px;
  margin-bottom: 15px;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .bukenInfo {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
#recommend .textArea {
  background-color: white;
  border-radius: 0 0 5px 5px;
}
#recommend .textArea .title {
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .textArea .title {
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
#recommend .textArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#recommend .textArea .item:last-child {
  margin-bottom: 0px;
}
#recommend .textArea .item .itemName {
  width: 75px;
}
#recommend .textArea .item {
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .textArea .item .itemName {
    width: 20%;
  }
  #recommend .textArea .item .contents {
    width: 70%;
  }
}
#recommend .textArea .itemName span {
  display: inline-block;
  padding: 2px 5px;
  background-color: #E2EBED;
  border-radius: 11px;
  color: #2662B4;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .textArea .itemName span {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#recommend .textArea .contents {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#recommend .textArea .contents.money {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .textArea .contents.money {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
#recommend .btnArea {
  text-align: center;
}
#recommend .btnArea .toList {
  display: block;
  max-width: 250px;
  margin: 29px auto 0;
  background-color: #2662B4;
  border: 1px solid #2662B4;
  border-radius: 46px;
  padding: 10px 0;
  color: white;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#recommend .btnArea .toList::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFFF00;
  border-width: 5px 9px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#recommend .btnArea .toList {
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .btnArea .toList {
    padding: 10px 0;
    margin: 20px 0 0;
    max-width: 320px;
  }
  #recommend .btnArea .toList:hover {
    background: white;
    color: #2662B4;
  }
  #recommend .btnArea .toList:hover::before {
    left: 30px;
    border-color: transparent transparent transparent #2662B4;
  }
}
#recommend {
  /*戻る、次へ矢印の位置*/
}
#recommend .slick-prev,
#recommend .slick-next {
  /*クリックをしたら出てくる枠線を消す*/
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 28%;
  height: 30px;
  width: 30px;
  border: 1px #212A3E #2662B4;
  background-color: #2662B4;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#recommend .slick-prev::before,
#recommend .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#recommend .slick-prev,
#recommend .slick-next {
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .slick-prev,
  #recommend .slick-next {
    height: 60px;
    width: 60px;
  }
  #recommend .slick-prev::before,
  #recommend .slick-next::before {
    border-width: 6px 11px;
  }
  #recommend .slick-prev:hover,
  #recommend .slick-next:hover {
    background-color: white;
  }
}
#recommend .slick-prev {
  left: 10px;
  z-index: 6;
}
#recommend .slick-prev::before {
  left: calc(50% - 5px);
  border-color: transparent white transparent transparent;
}
#recommend .slick-prev {
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .slick-prev {
    left: 30px;
    top: 200px;
  }
  #recommend .slick-prev::before {
    left: calc(50% - 8px);
  }
  #recommend .slick-prev:hover::before {
    border-color: transparent #2662B4 transparent transparent;
    left: calc(50% - 12px);
  }
}
@media all and (min-width: 1131px) {
  #recommend .slick-prev {
    left: 50%;
    margin-left: -510px;
  }
}
#recommend .slick-next {
  right: 10px;
}
#recommend .slick-next::before {
  left: calc(50% + 5px);
  border-color: transparent transparent transparent white;
}
#recommend .slick-next {
  /* 751- */
}
@media all and (min-width: 751px) {
  #recommend .slick-next {
    right: 30px;
    top: 200px;
  }
  #recommend .slick-next::before {
    left: calc(50% + 8px);
  }
  #recommend .slick-next:hover::before {
    border-color: transparent transparent transparent #2662B4;
    left: calc(50% + 12px);
  }
}
@media all and (min-width: 1131px) {
  #recommend .slick-next {
    right: 50%;
    margin-right: -510px;
  }
}
#recommend .slick-prev::before,
#recommend .slick-next::before {
  font-size: 0;
}

/* 売買 */
.sale #recommend {
  background: url(../images/smile/top/buken/bg_sale.jpg);
}
.sale #recommend .slider li::before {
  content: "";
  position: absolute;
  background: url("../images/smile/top/recommend_sale.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 169px;
}
.sale #recommend .bukenInfo {
  color: #3C300D;
  border: 1px solid #3C300D;
}
.sale #recommend .textArea .title {
  color: #3C300D;
}
.sale #recommend .textArea .itemName span {
  background-color: #EDE5CF;
  color: #3C300D;
}
.sale #recommend .textArea .contents {
  color: #3C300D;
}
.sale #recommend .btnArea .toList {
  background-color: #F09830;
  border: 1px solid #F09830;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sale #recommend .btnArea .toList:hover {
    background: white;
    color: #F09830;
  }
  .sale #recommend .btnArea .toList:hover::before {
    border-color: transparent transparent transparent #F09830;
  }
}
.sale #recommend {
  /*戻る、次へ矢印の位置*/
}
.sale #recommend .slick-prev,
.sale #recommend .slick-next {
  border: 1px solid #FFCE3B;
  background-color: #FFCE3B;
}
.sale #recommend .slick-prev {
  /* 751- */
}
@media all and (min-width: 751px) {
  .sale #recommend .slick-prev:hover {
    background-color: #F09830;
    border: 1px solid #F09830;
  }
  .sale #recommend .slick-prev:hover::before {
    border-color: transparent white transparent transparent;
  }
}
.sale #recommend .slick-next::before {
  border-color: transparent transparent transparent white;
}
.sale #recommend .slick-next {
  /* 751- */
}
@media all and (min-width: 751px) {
  .sale #recommend .slick-next:hover {
    background-color: #F09830;
    border: 1px solid #F09830;
  }
  .sale #recommend .slick-next:hover::before {
    border-color: transparent transparent transparent white;
  }
}

/*----------------------------------------------------
物件リスト
----------------------------------------------------*/
#bukenList {
  background: url(../images/smile/top/buken/bg.jpg);
  padding-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList {
    padding-bottom: 80px;
  }
}
#bukenList .titleArea {
  background: #2662B4;
  padding: 51px 0 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .titleArea {
    padding: 59px 0 81px;
  }
}
#bukenList .secTitle {
  margin-bottom: 16px;
  /* 751- */
}
#bukenList .secTitle .jp {
  color: white;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6667;
}
#bukenList .secTitle .jp span {
  position: relative;
  z-index: 2;
}
#bukenList .secTitle .jp span::before {
  content: "";
  position: absolute;
  display: block;
  background: #417ABC;
  width: 102%;
  height: 60%;
  border-radius: 3px;
  z-index: -1;
  bottom: -5px;
}
#bukenList .secTitle .en {
  font-family: "Helvetica Neue", "Arial", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.6667;
  color: #CFE1E2;
  font-weight: bold;
}
#bukenList .secTitle {
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .secTitle .jp {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.6667;
    margin-bottom: 10px;
  }
  #bukenList .secTitle .en {
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#bukenList .ltCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -750 */
}
@media all and (max-width: 751px) {
  #bukenList .ltCat {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 200px;
    margin: 0 auto;
  }
  #bukenList .ltCat li {
    text-align: center;
    width: 48%;
  }
}
#bukenList .ltCat {
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .ltCat {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
}
#bukenList .ltCat a {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.6667;
}
#bukenList .ltCat a span {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .ltCat a span {
    color: white;
  }
  #bukenList .ltCat a span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #bukenList .ltCat a span:hover::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
#bukenList {
  /* 物件一覧 */
}
#bukenList .bukenArea {
  margin-top: -47px;
}
#bukenList .lt {
  /* -750 */
}
@media all and (max-width: 751px) {
  #bukenList .lt {
    margin-bottom: 40px;
  }
  #bukenList .lt li {
    margin-bottom: 23px;
  }
}
#bukenList .lt {
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .lt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 40px;
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
    margin-bottom: 50px;
  }
  #bukenList .lt li {
    width: 47%;
  }
}
#bukenList .lt {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #bukenList .lt li {
    width: 31%;
  }
  #bukenList .lt::after {
    content: "";
    display: block;
    width: 30%; /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
}
#bukenList .lt .no_rent {
  color: #fff;
  width: 100%;
}
#bukenList .imgArea {
  position: relative;
  border-radius: 10px 10px 0 0;
}
#bukenList .imgArea .bukenInfo {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  right: 14px;
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .imgArea .bukenInfo {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.6667;
  }
}
#bukenList .imgArea a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#bukenList .imgArea img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#bukenList .imgArea {
  overflow: hidden;
}
#bukenList .imgArea a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#bukenList .textArea {
  background-color: white;
  padding: 20px 25px 25px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .textArea {
    padding: 20px 25px 32px;
  }
}
#bukenList .textArea .title {
  margin-bottom: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
}
#bukenList .textArea .title a {
  position: relative;
  color: #0D2341;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#bukenList .textArea .title a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #0D2341;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#bukenList .textArea .title a {
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .textArea .title a:hover {
    opacity: 0.8;
  }
  #bukenList .textArea .title a:hover::after {
    left: 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0); /* x軸方向に縮小で0にして消えてるように見せる */
    width: 0%;
  }
}
#bukenList .textArea .title a::after {
  bottom: 0;
}
#bukenList .textArea .title {
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .textArea .title {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
#bukenList .textArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#bukenList .textArea .item:last-child {
  margin-bottom: 0px;
}
#bukenList .textArea .item .itemName {
  width: 75px;
}
#bukenList .textArea .item {
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .textArea .item .itemName {
    width: 30%;
  }
  #bukenList .textArea .item .contents {
    width: 70%;
  }
}
#bukenList .textArea .itemName span {
  display: inline-block;
  padding: 2px 5px;
  background-color: #E2EBED;
  border-radius: 11px;
  color: #2662B4;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .textArea .itemName span {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#bukenList .textArea .contents {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#bukenList .btnArea {
  text-align: center;
}
#bukenList .btnArea .toList {
  display: block;
  max-width: 370px;
  margin: 0 auto;
  background-color: #2662B4;
  border: 1px solid #2662B4;
  border-radius: 46px;
  padding: 10px 0;
  color: white;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#bukenList .btnArea .toList::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFFF00;
  border-width: 5px 9px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#bukenList .btnArea .toList {
  /* 751- */
}
@media all and (min-width: 751px) {
  #bukenList .btnArea .toList {
    padding: 15px 0;
    max-width: 320px;
  }
  #bukenList .btnArea .toList:hover {
    background: white;
    color: #2662B4;
  }
  #bukenList .btnArea .toList:hover::before {
    left: 30px;
    border-color: transparent transparent transparent #2662B4;
  }
}

/* 売買 */
.sale #bukenList {
  background: url(../images/smile/top/buken/bg_sale.jpg);
}
.sale #bukenList .titleArea {
  background: #F09830;
}
.sale #bukenList .secTitle {
  margin-bottom: 16px;
  /* 751- */
}
.sale #bukenList .secTitle .jp {
  color: white;
}
.sale #bukenList .secTitle .jp span::before {
  content: "";
  position: absolute;
  display: block;
  background: #FFB155;
  width: 102%;
  height: 60%;
}
.sale #bukenList .secTitle .en {
  color: #FFFFFF;
}
.sale #bukenList .textArea .title a {
  color: #3C300D;
}
.sale #bukenList .textArea .itemName span {
  background-color: #EDE5CF;
  color: #3C300D;
}
.sale #bukenList .textArea .contents {
  color: #3C300D;
}
.sale #bukenList .btnArea .toList {
  background-color: #F09830;
  border: 1px solid #F09830;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sale #bukenList .btnArea .toList:hover {
    background: white;
    color: #F09830;
  }
  .sale #bukenList .btnArea .toList:hover::before {
    border-color: transparent transparent transparent #F09830;
  }
}

/*----------------------------------------------------
よくある質問
----------------------------------------------------*/
#faq {
  padding: 0px 0 45px;
  margin-bottom: 50px;
  background: url(../images/smile/top/buken/bg.jpg);
  /* -750 */
}
@media all and (max-width: 751px) {
  #faq {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
    background-color: white;
    position: relative;
  }
  #faq .innerSmile {
    background-color: #fff;
  }
}
#faq {
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq {
    padding-bottom: 80px;
  }
}
#faq .wrap {
  background-color: #fff;
  padding: 45px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .wrap {
    padding: 70px 0 60px;
  }
}
#faq .secTitle {
  margin-bottom: 35px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .secTitle {
    margin-bottom: 54px;
    text-align: center;
  }
}
#faq .secTitle .jp {
  color: #1F2A40;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6667;
}
#faq .secTitle .jp span {
  position: relative;
  z-index: 2;
}
#faq .secTitle .jp span::before {
  content: "";
  position: absolute;
  display: block;
  background: #E2EEFF;
  width: 102%;
  height: 60%;
  border-radius: 3px;
  z-index: -1;
  bottom: -5px;
}
#faq .secTitle .en {
  font-family: "Helvetica Neue", "Arial", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.6667;
  color: #2662B4;
  font-weight: bold;
}
#faq .secTitle {
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .secTitle .jp {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.6667;
    margin-bottom: 10px;
  }
  #faq .secTitle .jp span::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #faq .secTitle .en {
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#faq .lt li {
  margin-bottom: 35px;
}
#faq .lt li:last-child {
  margin-bottom: 0px;
}
#faq .quesArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .quesArea {
    padding: 0px 100px 0px;
  }
}
#faq .question {
  position: relative;
  margin-left: 3em;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .question {
    margin-left: 4em;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
#faq .question::after, #faq .question::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #2662B4;
  right: 10px;
  top: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .question::after, #faq .question::before {
    top: 15px;
  }
}
#faq .question::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#faq .question.close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #2662B4;
  right: 10px;
}
#faq .question.close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #2662B4;
  right: 10px;
  rotate: 90deg;
  opacity: 1;
}
#faq .question.pdf {
  display: block;
}
#faq .question.pdf::before, #faq .question.pdf::after {
  display: none;
}
#faq .question > span {
  position: relative;
}
#faq .question > span::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #DDEBFF;
  top: -3px;
  left: -3em;
  border-radius: 50%;
}
#faq .question > span::after {
  content: "Q.";
  position: absolute;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6667;
  top: 2px;
  left: -3em;
  font-family: "Helvetica Neue", "Arial", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #2662B4;
}
#faq .question > span {
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .question > span::before {
    content: "";
    position: absolute;
    height: 42px;
    width: 42px;
    background-color: #DDEBFF;
    top: -8px;
    left: -4em;
  }
  #faq .question > span::after {
    top: -3px;
    left: -3em;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#faq .question .underline {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .question .underline {
    color: #1F2A40;
  }
  #faq .question .underline::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #1F2A40;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #faq .question .underline:hover::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
#faq .answer {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  margin-top: 20px;
  display: none;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .answer {
    padding-top: 30px;
    margin-top: 30px;
  }
}
#faq .answer::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #2662B4;
  top: 13px;
  left: 0em;
  border-radius: 50%;
}
#faq .answer::after {
  content: "A.";
  position: absolute;
  top: 17px;
  left: 10px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6667;
  font-family: "Helvetica Neue", "Arial", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: white;
}
#faq .answer {
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .answer::before {
    content: "";
    position: absolute;
    height: 42px;
    width: 42px;
    background-color: #2662B4;
    top: 30px;
    left: 0em;
  }
  #faq .answer::after {
    top: 35px;
    left: 13px;
    color: white;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#faq .answer .textArea {
  background-color: #E2EEFF;
  padding: 25px 24px;
  margin-left: 42px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .answer .textArea {
    padding: 45px 54px;
    margin-left: 70px;
  }
}
#faq .answer .textArea .title {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq .answer .textArea .text {
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 2.1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .answer .textArea .text {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 2.1;
  }
}

/* 売買 */
.sale #faq {
  background: url(../images/smile/top/buken/bg_sale.jpg);
}
.sale #faq .secTitle .jp {
  color: #3C300D;
}
.sale #faq .secTitle .jp span::before {
  content: "";
  position: absolute;
  display: block;
  background: #F8F3E4;
  width: 102%;
  height: 60%;
}
.sale #faq .secTitle .en {
  color: #F09830;
}
.sale #faq .question {
  color: #4E3D2A;
}
.sale #faq .question::after, .sale #faq .question::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #F09830;
}
.sale #faq .question.close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #F09830;
  right: 10px;
}
.sale #faq .question.close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #F09830;
  right: 10px;
  rotate: 90deg;
  opacity: 1;
}
.sale #faq .question > span {
  position: relative;
}
.sale #faq .question > span::before {
  background-color: #FFE8A3;
}
.sale #faq .question > span::after {
  color: #F09830;
}
.sale #faq .question .underline {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sale #faq .question .underline {
    color: #4E3D2A;
  }
  .sale #faq .question .underline::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #4E3D2A;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .sale #faq .question .underline:hover::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
.sale #faq .answer::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #F09830;
}
.sale #faq .answer {
  /* 751- */
}
@media all and (min-width: 751px) {
  .sale #faq .answer::before {
    content: "";
    position: absolute;
    height: 42px;
    width: 42px;
    background-color: #F09830;
  }
}
.sale #faq .answer .textArea {
  background-color: #F8F3E4;
}
.sale #faq .answer .textArea .title {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  color: #4E3D2A;
}
.sale #faq .answer .textArea .text {
  color: #4E3D2A;
}

/*----------------------------------------------------
オンライン相談
----------------------------------------------------*/
.online_bn {
  display: block;
  max-width: 320px;
  margin: 0 auto 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .online_bn {
    max-width: 850px;
    margin: 0 auto 50px;
  }
  .online_bn:hover {
    scale: 1.05;
  }
}
/*# sourceMappingURL=smile-top.css.map */