@charset "UTF-8";
/* =====
 * /index レイアウト
============================================================================= */
/* -----
 * キービジュアルスライダー
----------------------------------------------------------------------------- */
#KeyVisual {
  position: relative;
  overflow: hidden;
}

#KeyVisual .slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#KeyVisual .slider .slider-item {
  width: 100%;
  height: 480px;
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  position: relative;
}

#KeyVisual .slider .slider-item img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#KeyVisual .slider .slider-item img.sp-show {
  display: none;
}

#KeyVisual .slider .slider-item img.overlay {
  width: 377px;
  -webkit-transform: none;
          transform: none;
  top: 50px;
  left: 45px;
}

#KeyVisual .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  text-indent: -9999em;
  outline: 0px none #000;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

#KeyVisual .slick-arrow.slick-prev {
  left: 20px;
  background-image: url(../images/index/keyvisual-prev.png);
}

#KeyVisual .slick-arrow.slick-next {
  right: 20px;
  background-image: url(../images/index/keyvisual-next.png);
}

#KeyVisual .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  line-height: 1;
  text-align: center;
}

#KeyVisual .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

#KeyVisual .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  padding: 0;
  width: 14px;
  height: 14px;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-indent: -9999em;
  font-size: 1px;
  outline: 0px none #000;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

#KeyVisual .slick-dots li.slick-active button {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-color: #0b79b2;
}

/* -----
 * 物件キーワード検索
----------------------------------------------------------------------------- */
#KeywordSearch {
  margin-top: 50px;
}

#KeywordSearch .section-title {
  width: 291px;
}

#KeywordSearch > form {
  display: table;
  width: 750px;
  margin: 0 auto;
}

#KeywordSearch > form .field {
  display: table-cell;
  vertical-align: top;
  width: 645px;
}

#KeywordSearch > form .field input[type="text"] {
  width: 100%;
  height: 65px;
  padding: 0 25px;
  -webkit-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
  border: 1px solid #0b79b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: initial;
}

#KeywordSearch > form .submit-button {
  display: table-cell;
  vertical-align: top;
  width: 105px;
}

#KeywordSearch > form .submit-button button[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 65px;
  -webkit-border-radius: 0 6px 6px 0;
          border-radius: 0 6px 6px 0;
  border: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0b79b2 url(../images/index/icon-search.png) 50% 50% no-repeat;
  -webkit-background-size: 28px 30px;
          background-size: 28px 30px;
  text-indent: -9999em;
  cursor: pointer;
}

/* -----
 * Pick up こだわり検索
----------------------------------------------------------------------------- */
#PickUp {
  margin-top: 60px;
  padding: 50px 0 30px;
  position: relative;
  background: transparent url(../images/index/pickup-bg.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#PickUp:after {
  display: block;
  content: "";
  width: 140px;
  height: 92px;
  background: transparent url(../images/index/pickup-ribbon.png) 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

#PickUp .section-title {
  width: 340px;
}

#PickUp .icons {
  list-style: none;
  padding: 0;
  width: 950px;
  margin: 0 auto;
}

#PickUp .icons li {
  width: 200px;
  float: left;
  margin: 0 50px 30px 0;
}

#PickUp .icons li:nth-child(4n) {
  margin-right: 0;
}

#PickUp .icons li.more {
  clear: both;
  width: auto;
  margin: 0;
  padding-top: 10px;
  float: none;
  text-align: center;
}

#PickUp .icons li.more img {
  width: 150px;
}

#PickUp .trading {
  width: 1180px;
  margin: 0 auto;
  text-align: right;
}

#PickUp .trading a {
  display: inline-block;
  width: 220px;
  margin-top: -20px;
}

/* -----
 * そのほかの物件種別
----------------------------------------------------------------------------- */
#Others {
  width: 960px;
  margin: 80px auto 0;
}

#Others .section-title {
  width: 295px;
}

#Others ul {
  list-style: none;
  padding: 0;
}

#Others ul li {
  width: 300px;
  float: left;
  margin-right: 30px;
}

#Others ul li:last-child {
  margin-right: 0;
}

#Others ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}

#Others ul li a .name {
  display: table;
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
}

#Others ul li a .name .str {
  display: table-cell;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  padding-top: 20px;
}

#Others ul li a .name .str:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(../images/common/icon-arrow02.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  margin: 7px auto 0;
}

#Others ul li a .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* -----
 * お知らせ
----------------------------------------------------------------------------- */
#News {
  width: 640px;
  margin: 90px auto 0;
}

#News .section-title {
  width: 126px;
}

#News ul {
  list-style: none;
  padding: 0;
  display: table;
  width: 100%;
}

#News ul li {
  display: table-row;
}

#News ul li .date,
#News ul li .title {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;
  line-height: 1.5;
}

#News ul li .date {
  width: 1%;
  white-space: nowrap;
  padding-right: 40px;
}

#News ul li .title a {
  color: #0b79b2;
}

#News ul li:first-child .date,
#News ul li:first-child .title {
  padding-top: 0;
}

#News ul li:last-child .date,
#News ul li:last-child .title {
  padding-bottom: 0;
  border-bottom: none;
}

#News .more {
  margin-top: 50px;
  text-align: center;
}

#News .more a {
  width: 200px;
}

/* -----
 * お役立ち情報
----------------------------------------------------------------------------- */
#Useful {
  width: 960px;
  margin: 90px auto 0;
}

#Useful .section-title {
  width: 194px;
}

#Useful .slider {
  padding: 20px;
  background-color: #f1f1f1;
  position: relative;
}

#Useful .slider .slider-items {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#Useful .slider .slider-items .slider-item {
  width: 215px;
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}

#Useful .slider .slider-items .slider-item a {
  display: block;
}

#Useful .slider .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 25px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  text-indent: -9999em;
  outline: 0px none #000;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

#Useful .slider .slick-arrow.slick-prev {
  left: -45px;
  background-image: url(../images/index/banner-slider-prev.png);
}

#Useful .slider .slick-arrow.slick-next {
  right: -45px;
  background-image: url(../images/index/banner-slider-next.png);
}

#Useful .l_bnr{
background-color: #f1f1f1;
padding:15px 50px;
width: 50%;
margin: 0 auto;
}

#Useful .l_bnr ul{
display: flex;
padding-left: 0;
width:100%;
margin:0 auto;

}

#Useful .l_bnr li{
list-style: none;
}

#Useful .l_bnr li:first-child{
margin-right: 10px;
}

/* -----
 * お近くの店舗のご紹介
----------------------------------------------------------------------------- */
#ShopList {
  width: 960px;
  margin: 90px auto 0;
}
#ShopList .section-title {
  width: 302px;
}

#ShopList ul {
  list-style: none;
  padding: 0;
}

#ShopList ul li {
  width: 300px;
  float: left;
  margin-right: 30px;
}

#ShopList ul li:last-child {
  margin-right: 0;
}

#ShopList ul li p {
text-align:center;
  font-weight: bold;
}

#ShopList ul li:nth-child(3n) {
    margin-right: 0;
}

#ShopList ul li p {
    margin: 0 0 .5em 0;
    font-size: 1.2em;
}

#ShopList ul li a{
	text-decoration: none;
}


/* -----
 * フッターリンク
----------------------------------------------------------------------------- */
#FooterLink {
  margin-top: 100px;
}

#FooterLink ul {
  list-style: none;
  padding: 0;
}

#FooterLink ul li {
  width: 50%;
  float: left;
}

#FooterLink ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overflow: hidden;
}

#FooterLink ul li a .name {
  display: table;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
}

#FooterLink ul li a .name .str {
  display: table-cell;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  padding-top: 20px;
}

#FooterLink ul li a .name .str:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(../images/common/icon-arrow02.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  margin: 7px auto 0;
}

#FooterLink ul li a .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----
 * 見出し
----------------------------------------------------------------------------- */
.section-title {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 0 auto 40px;
  line-height: 1;
}

.section-title:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #0b79b2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px){
#ShopList ul li div.image img {
		height:200px;
  }
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * キービジュアルスライダー
  ----------------------------------------------------------------------------- */
  #KeyVisual .slider .slider-item {
    width: 100%;
    height: 200px;
  }
  #KeyVisual .slider .slider-item img {
    max-width: initial;
    max-width: auto;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #KeyVisual .slider .slider-item img.pc-show {
    display: none;
  }
  #KeyVisual .slider .slider-item img.sp-show {
    display: block;
  }
  #KeyVisual .slider .slider-item img.overlay {
    width: 278px;
    height: auto;
    -webkit-transform: none !important;
            transform: none !important;
    top: 15px;
    left: 10px;
  }
  #KeyVisual .slick-arrow {
    width: 25px;
    height: 25px;
  }
  #KeyVisual .slick-arrow.slick-prev {
    left: 10px;
  }
  #KeyVisual .slick-arrow.slick-next {
    right: 10px;
  }
  #KeyVisual .slick-dots {
    bottom: 10px;
  }
  #KeyVisual .slick-dots li {
    margin: 0 5px;
  }
  #KeyVisual .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  #KeyVisual .slick-dots li.slick-active button {
    border-width: 1px;
  }
  /* -----
   * 物件キーワード検索
  ----------------------------------------------------------------------------- */
  #KeywordSearch {
    margin-top: 30px;
    padding: 0 20px;
  }
  #KeywordSearch .section-title {
    width: 175px;
  }
  #KeywordSearch > form {
    width: 100%;
  }
  #KeywordSearch > form .field {
    display: table-cell;
    width: auto;
  }
  #KeywordSearch > form .field input[type="text"] {
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
  }
  #KeywordSearch > form .submit-button {
    display: table-cell;
    width: 52px;
  }
  #KeywordSearch > form .submit-button button[type="submit"] {
    height: 42px;
    -webkit-background-size: 14px 15px;
            background-size: 14px 15px;
  }
  /* -----
   * Pick up こだわり検索
  ----------------------------------------------------------------------------- */
  #PickUp {
    margin-top: 30px;
    padding: 25px 10px;
    background-position: 20% 50%;
  }
  #PickUp:after {
    display: none;
  }
  #PickUp .section-title {
    width: 204px;
  }
  #PickUp .icons {
    width: auto;
  }
  #PickUp .icons li {
    width: 30%;
    margin: 0 5% 1em 0 !important;
  }
  #PickUp .icons li:nth-child(3n) {
    margin-right: 0 !important;
  }
  #PickUp .icons li.more {
    width: 30%;
    padding: 0;
    clear: none;
    float: left;
  }
  #PickUp .icons li.more .str {
    display: block;
    height: 0;
    padding-top: 102%;
    background: transparent url(../images/index/pickup-btn-more-sp.png) 50% 50% no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #PickUp .icons li.more .str img {
    display: none;
  }
  #PickUp .trading {
    width: auto;
    margin-top: 10px;
    text-align: center;
  }
  #PickUp .trading a {
    display: inline-block;
    width: 220px;
    margin-top: 0;
  }
	
/* -----
   * 店舗紹介
  ----------------------------------------------------------------------------- */
  #ShopList {
    width: auto;
    margin-top: 50px;
    padding: 0 20px;
  }
  #ShopList .section-title {
    width: 177px;
  }
  #ShopList ul li {
    width: auto;
    float: none;
    margin: 0 0 15px 0;
  }
  #ShopList ul li:last-child {
    margin-bottom: 0;
  }
  #ShopList ul li a {
    font-size: 18px;
  }
	/* #ShopList ul li div.image {
		height:200px;
  } */
	#ShopList ul li div.image img {
		width:100%;
  }
	
  /* -----
   * そのほかの物件種別
  ----------------------------------------------------------------------------- */
  #Others {
    width: auto;
    margin-top: 50px;
    padding: 0 20px;
  }
  #Others .section-title {
    width: 177px;
  }
  #Others ul li {
    width: auto;
    float: none;
    margin: 0 0 15px 0;
  }
  #Others ul li:last-child {
    margin-bottom: 0;
  }
  #Others ul li a {
    font-size: 18px;
  }
  #Others ul li a .name {
    display: table;
    height: 150px;
  }
  #Others ul li a .name .str {
    padding-top: 10px;
  }
  #Others ul li a .image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #Others ul li a .image img {
    display: none;
  }
  #Others ul li:nth-child(1) .image {
    background-image: url(../images/index/others-bg01.jpg);
  }
  #Others ul li:nth-child(2) .image {
    background-image: url(../images/index/others-bg02.jpg);
  }
  #Others ul li:nth-child(3) .image {
    background-image: url(../images/index/others-bg03.jpg);
  }
  /* -----
   * お知らせ
  ----------------------------------------------------------------------------- */
  #News {
    width: auto;
    margin-top: 50px;
    padding: 0 20px;
  }
  #News .section-title {
    width: 76px;
  }
  #News ul {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
  }
  #News ul li {
    display: table-row;
  }
  #News ul li .date {
    padding-right: 1.5em;
  }
  #News .more {
    margin-top: 30px;
  }
  /* -----
   * お役立ち情報
  ----------------------------------------------------------------------------- */
  #Useful {
    width: auto;
    margin-top: 50px;
  }
  #Useful .section-title {
    width: 117px;
  }
  #Useful .slider {
    padding: 15px 0;
  }
  #Useful .slider .slider-items .slider-item {
    width: 100%;
    margin-right: 5px;
  }
  #Useful .slider .slick-arrow {
    width: 25px;
    height: 25px;
  }
  #Useful .slider .slick-arrow.slick-prev {
    left: 5px;
    background-image: url(../images/index/banner-slider-prev-sp.png);
  }
  #Useful .slider .slick-arrow.slick-next {
    right: 5px;
    background-image: url(../images/index/banner-slider-next-sp.png);
  }
#Useful .l_bnr{
width: auto;
}
  /* -----
   * フッターリンク
  ----------------------------------------------------------------------------- */
  #FooterLink {
    margin-top: 30px;
  }
  #FooterLink ul li a {
    font-size: 18px;
  }
  #FooterLink ul li a .name {
    height: 125px;
  }
  #FooterLink ul li a .image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #FooterLink ul li a .image img {
    display: none;
  }
  #FooterLink ul li:first-child .image {
    background-image: url(../images/index/footer-link-bg01.jpg);
  }
  #FooterLink ul li:last-child .image {
    background-image: url(../images/index/footer-link-bg02.jpg);
  }
  /* -----
   * 見出し
  ----------------------------------------------------------------------------- */
  .section-title {
    margin-bottom: 20px;
  }
}
