@font-face {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/fontello.eot?60518505');
  src:
    url('../fonts/fontello.eot?60518505#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2?60518505') format('woff2'),
    url('../fonts/fontello.woff?60518505') format('woff'),
    url('../fonts/fontello.ttf?60518505') format('truetype'),
    url('../fonts/fontello.svg?60518505#fontello') format('svg');
}

html,
body,
main,
article {
  height: 100%;
}

.swiper-container {
  width: auto;
  max-height: 100%;
}

.swiper-slide {
  display: block;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

#openhousemap {
  width: calc(100% - 350px);
  height: 100%;
  margin-left: 350px;
}

.s-openhouse__aside {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 200;
  width: 350px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.s-openhouse__aside-inner {
  padding: 70px 15px 50px;
  text-align: left;
}

.s-openhouse__update {
  display: block;
  padding: 0 .5rem;
  margin-top: .5rem;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00a5c1;
  border-radius: .5rem;
}

.s-openhouse__headings {
  margin-top: 1.5rem;
  font-size: 18px;
  font-weight: 800;
}

.s-openhouse__headings::before {
  margin-right: .25rem;
  font-family: fontello;
  color: #f22c18;
  content: '\f10C';
}

.s-openhouse__result {
  margin-top: .5rem;
  font-size: 14px;
}

.s-openhouse__result img {
  height: 30px;
}

.s-openhouse__description {
  font-size: 12px;
}

#openhouselist a {
  position: relative;
  display: inline-block;
}

.s-openhouse__list .list_img {
  width: calc(100% - 5px);
  height: auto;
  margin: 5px 5px 0 0;
}

#openhouselist .doing {
  position: absolute;
  top: 5px;
  right: 5px;

  /* height: 30px; */
}

#listArrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .5rem;
  font-size: 25px;
}

#listArrows a {
  display: inline-block;
  padding: .5rem 0;
  color: #333;
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination span {
  margin: 0 .25rem;
}

.swiper-pagination-bullet-active {
  background: #f22c18;
}

#btn_resetLocation {
  position: absolute;
  bottom: 115px;
  right: 10px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #666;
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
}

.s-openhouse__buttton {
  position: absolute;
  right: 10px;
  bottom: 165px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #666 !important;
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
}

.s-openhouse__help {
  display: none;
  font-size: 14px;
}

.s-openhouse__help figure {
  display: flex;
  align-items: center;
  height: 35px;
  font-size: 14px;
}

.s-openhouse__help img {
  width: auto;
  height: 30px;
  margin-right: .5rem;
}

.s-openhouse__help figure i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  margin-right: .5rem;
}

.s-openhouse__help ol {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: decimal;
}

.s-openhouse__menu {
  position: absolute;
  top: 51px;
  left: 351px;
  z-index: 200;
}

.s-openhouse__menu ul li a {
  writing-mode: vertical-lr;
  padding: 0.7rem 0.5rem;
  border-radius: 0 10px 10px 0;
  color: #FFF;
  font-weight: bold;
}
.s-openhouse__menu ul li a:hover {
  opacity: 0.8;
}