@charset "UTF-8";

#top #main_content > .wrapper {
  padding: 0;
}


/* =============================================
共通
============================================= */

#top_greeting,
#top_box_menu,
#new_item,
#recommend_item,
#top_news {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_news .inner,
  #top_greeting .inner,
  #top_box_menu .inner {
    padding: 0 2.5%;
  }
}


/* =============================================
メインビジュアル
============================================= */

#top_mv {
  margin-bottom: 18px;
}

#top_mv.normal {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#top_mv.normal img {
  max-width: 100%;
  height: auto;
}

#top_mv.cover {
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}

#top_mv.full,
#top_mv.full img {
  width: 100%;
}

#top_mv.sp_img img.mv_sp {
  display: none;
}

#top_mv.cover p {
  display: none;
}

#top_mv.cover a {
  display: block;
  height: 100%;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_mv,
  #top_mv.normal {
    width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  #top_mv.cover {
    width: 100%;
    background: none !important;
    height: auto !important;
  }

  #top_mv.sp_img img {
    display: none;
  }

  #top_mv.sp_img img.mv_sp {
    display: inline;
    width: 100%;
  }
}

#top_mv a:hover img {
  opacity: 1;
}


/*スライダー*/

@media print,
screen and (min-width: 768px) {

  /*PCのみ*/
  #top_slider {
    min-width: 1200px;
  }
}

#top_slider.slider-pro {
  display: none;
}

#top_slider.slider-pro .sp-buttons {
  padding-top: 10px;
  font-size: 0;
}

#top_slider.slider-pro .sp-button {
  border: none;
  margin: 0 5px;
  background-color: #ccc;
  width: 10px;
  height: 10px;
}

#top_slider.slider-pro .sp-selected-button {
  background-color: #5a5a5a;
}

#top_slider.slider-pro .sp-arrows {
  margin-top: -30px;
}

#top_slider.slider-pro .sp-arrow {
  width: 30px;
  height: 60px;
  opacity: 0.8;
}

#top_slider.slider-pro .sp-arrow:before {
  transform: skew(0deg, 0deg);
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 32px;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  content: '\e84e';
  top: 3px;
  left: 0;
}

#top_slider.slider-pro.arrows_white .sp-arrow:before {
  color: #fff;
}

#top_slider.slider-pro.arrows_black .sp-arrow:before {
  color: #000;
}

#top_slider.slider-pro .sp-arrow:after {
  display: none;
}

#top_slider.slider-pro .sp-next-arrow {
  transform: rotate(0deg);
}

#top_slider.slider-pro .sp-previous-arrow:before {
  content: '\e84e';
}

#top_slider.slider-pro .sp-next-arrow:before {
  content: '\e851';
}

@media only screen and (max-width: 1260px) {

  /*スマホのみ*/
  #top_slider.slider-pro {
    margin-bottom: 2px;
  }

  #top_slider.slider-pro .sp-buttons {
    padding-top: 8px;
  }

  #top_slider.slider-pro .sp-arrow {
    width: 20px;
  }

  #top_slider.slider-pro .sp-arrow:before {
    font-size: 22px;
    top: 7px;
  }

  #top_slider.slider-pro.sp-horizontal .sp-previous-arrow {
    left: 6px;
  }

  #top_slider.slider-pro.sp-horizontal .sp-next-arrow {
    right: 6px;
  }

  #top_slider.slider-pro.sp-horizontal .sp-next-arrow:before {
    left: -1px;
  }
}


/* =============================================
ごあいさつ
============================================= */

#top_greeting .img {
  float: right;
  margin-left: 34px;
  margin-bottom: 30px;
}

#top_greeting .img img {
  width: 260px;
  height: auto;
}

#top_greeting .img .cap {
  margin-top: 8px;
  font-size: 13px;
  width: 260px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_greeting .img {
    float: none;
    margin-left: 0;
    margin-bottom: 14px;
    text-align: center;
  }

  #top_greeting .img img {
    width: auto;
  }

  #top_greeting .img .cap {
    width: auto;
    text-align: left;
  }
}

#top_greeting .signature {
  text-align: right;
  font-weight: bold;
  font-size: 17px;
  margin-top: 28px;
}


/* =============================================
新着物件 おすすめ物件
============================================= */
@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #main #normal_widget_fudo_top_r-2 h2,
  #main #normal_widget_fudo_top_r-3 h2 {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}


/* =============================================
ウィジェット
============================================= */

#main div.widget_con {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #main div.widget_con h2 {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

/* =============================================
お知らせ
============================================= */

#main #top_news h2:not(.no_deco) {
  margin-bottom: 16px;
  text-align: left;
}

#top_news .inner {
  text-align: right;
}

#top_news .inner .no_post {
  text-align: left;
  margin-top: 28px;
}

#top_news #top_news_list {
  text-align: center;
  margin-top: 20px;
}

#top_news #news_post_wrapper {
  border: 1px solid #CCCCCC;
  padding: 32px 36px;
  text-align: left;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_news #top_news_list:before {
    margin-top: -5px;
  }

  #top_news .inner .no_post {
    margin-top: 50px;
  }

  #top_news #news_post_wrapper {
    padding: 16px 18px;
  }
}

#top_news.height_fix #news_post_wrapper {
  overflow: auto;
}

#top_news.h100 #news_post_wrapper {
  height: 100px;
}

#top_news.h200 #news_post_wrapper {
  height: 200px;
}

#top_news.h300 #news_post_wrapper {
  height: 300px;
}

#top_news.h400 #news_post_wrapper {
  height: 400px;
}

#top_news.h500 #news_post_wrapper {
  height: 500px;
}

#top_news.h700 #news_post_wrapper {
  height: 700px;
}

#top_news.h1000 #news_post_wrapper {
  height: 1000px;
}


/* =============================================
ボックスメニュー
============================================= */

#top_box_menu ul {
  display: flex;
  flex-wrap: wrap;
  /*
  justify-content: space-between;
*/
}

#top_box_menu.large ul {
  margin-top: -1.5%;
}

#top_box_menu.small ul {
  margin-top: -1.5%;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_box_menu.large ul,
  #top_box_menu.small ul {
    margin: 0;
  }
}

#top_box_menu li {
  border: 1px solid #CCCCCC;
}

#top_box_menu.large li {
  width: 49.2%;
  margin-top: 1.5%;
  margin-left: 1.5%;
}

#top_box_menu.large li:first-child,
#top_box_menu.large li:nth-child(2n+1) {
  margin-left: 0;
}

#top_box_menu.small li {
  width: 32.3%;
  margin-top: 1.5%;
  margin-left: 1.5%;
}

#top_box_menu.small li:first-child,
#top_box_menu.small li:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_box_menu.large li,
  #top_box_menu.small li {
    width: 100%;
    margin-left: 0;
  }

  #top_box_menu.large li:first-child,
  #top_box_menu.small li:first-child {
    margin-top: 0;
  }
}

#top_box_menu.large li .inner_s {
  padding: 14px;
}

#top_box_menu.large li a .inner_s {
  padding: 11px;
}

#top_box_menu.small li .inner_s {
  padding: 12px;
}

#top_box_menu.small li a .inner_s {
  padding: 10px;
}

#top_box_menu li a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  border: solid #FFF;
}

#top_box_menu li a:hover {
  border-color: #CCC;
}

#top_box_menu.large li a {
  border-width: 3px;
}

#top_box_menu.small li a {
  border-width: 2px;
}

#top_box_menu li a:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: '\e916';
  color: #898989;
}

#top_box_menu.large li a:before {
  font-size: 16px;
  top: 50%;
  right: 9px;
  margin-top: -8px;
}

#top_box_menu.small li a:before {
  font-size: 13px;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

#top_box_menu li a:hover {
  background-color: #EEEEEE;
}

#top_box_menu li a:hover:before {
  color: #575757;
}

#top_box_menu li h3 {
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#top_box_menu.large li h3 {
  font-size: 18px;
}

#top_box_menu.small li h3 {
  font-size: 16px;
}

#top_box_menu.large li h3 + .inner_box {
  margin-top: 10px;
}

#top_box_menu.small li h3 + .inner_box {
  margin-top: 8px;
}

#top_box_menu li .inner_box {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

#top_box_menu li .inner_box_s {
  display: table-row;
}

#top_box_menu li .img,
#top_box_menu li .txt {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

#top_box_menu.large li .txt {
  font-size: 14px;
  line-height: 1.6;
}

#top_box_menu.small li .txt {
  font-size: 13px;
  line-height: 1.55;
}

#top_box_menu.large li a .txt {
  padding-right: 14px;
}

#top_box_menu.small li a .txt {
  padding-right: 6px;
}

#top_box_menu.large li .img {
  width: 144px;
}

#top_box_menu.small li .img {
  width: 101px;
}

#top_box_menu.large li .img img {
  width: 130px;
  height: 130px;
}

#top_box_menu.small li .img img {
  width: 90px;
  height: 90px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_box_menu.small li h3 {
    font-size: 17px;
  }

  #top_box_menu.large li .txt,
  #top_box_menu.small li .txt {
    font-size: 14px;
  }

}
