@charset"utf-8";
.top #slide_if {
  margin: 0 auto 40px;
  padding-bottom: 1px;
  width: 100%;
  height: auto;
  text-align: center;
}

.top img{
  width: 100%;
}

.top .container {
  background-color: transparent;
}
.top .containerTop {
  margin: 0 auto;
  text-align: center;
}
.top .containerTop p {
  text-align: center;
}
.top .containerTop p span {
  padding-right: 1rem;
}
.top .topBnrSpace {
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.top .topBnrSpace li {
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.top .topBnrSpace li img{
  max-width: 310px;
}

.top .swiper-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.top .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .9;
}
.top .swiper-pagination-bullet-active {
  background: #999999;
}
.top .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/top/slide_arrow.svg);
}
.top .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/top/slide_arrow02.svg);
}
.top .newsList > li:not(:first-child) {
  margin-top: 10px;
}
.top .newsList > li > .date {
  display: inline-block;
  margin-right: 15px;
}

/* 物件概要情報追加時変更 */
.top .ttlHead {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.top .slide-overview {
  text-align: center;
  margin-top: 30px;
}

/* TOPメニュー追加（主要3メニュー常時表示）*/
.top ul.topMenu {
	display: flex;
	margin-top: 1px;
}
.top ul.topMenu li {
	text-align: center;
	width: 33.3%;
	background: linear-gradient(#666, #808080);
	border-right: 1px solid #bfbfbf;
}
.top ul.topMenu li:first-child {
	border-left: 1px solid #fff;
}
.top ul.topMenu li:last-child {
	border-right: 1px solid #fff;
}
.top ul.topMenu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 0 4px 0;
}

@media screen and (max-width:768px) {
  .top .swiper-container {
    width: 100%;
    margin: 90px auto 0;
  }
  .swiper-button-next, .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: 8px;
      height: 16px;
      margin-top: -8px;
      z-index: 10;
      cursor: pointer;
      background-size: 8px 16px;
      background-position: center;
      background-repeat: no-repeat;
  }
  .top .newsList > li {
    text-align: left;
  }
  .top .newsList > li > .date {
    display: block;
    margin-right: 0;
  }
  .top .topBnrSpace {
    margin-right: 0;
  }
  .top .topBnrSpace li {
    width: 100%;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
  }

  /* 物件概要情報追加時変更 */
  .top .ttlHead {
    font-size: 6.0vw;
  }
}
