@charset "UTF-8";
/*

北海道             | hokkaido
東北               | tohoku
関東・甲信越・伊豆 | kanto-koshinetsu-izu
東海・中部         | tokai-chubu
北陸               | hokuriku
近畿               | kinki
中国               | chugoku
四国               | shikoku
九州               | kyushu
沖縄               | okinawa
*/

/* start of overriding global header */
#global-header + #content {
  margin-top: 72px;
}

@media screen and (max-width: 767px) {
  #global-header + #content {
    margin-top: 50px;
  }
}

.global-brand,
.global-menu {
  height: 72px;
}

.global-brand {
  width: 20%;
}

.global-brand .logo img {
  max-height: 32px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .global-brand {
    width: 100%;
    height: 50px;
  }

  .global-brand .logo img {
    max-height: 28px;
  }
}

.global-menu {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .global-menu {
    width: 100%;
    height: auto;
  }
}

.global-navigation-list a,
.global-navigation-list > span {
  padding: 14px 14px;
}

@media screen and (max-width: 767px) {
  .global-navigation-list a,
  .global-navigation-list > span {
    padding: 17px 15px;
  }
}

#global-header.group-home ~ .select2-container--open .select2-dropdown--below {
  top: 72px;
}
@media screen and (max-width: 767px) {
  #global-header.group-home ~ .select2-container--open .select2-dropdown--below {
    top: 45px;
  }
}
/* end of overriding global header */

#content {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 15px;
  }
}

.home-section {
  padding: 1px 0 50px;
}

@media screen and (max-width: 767px) {
  .home-section {
    padding: 1px 0 30px;
  }
}

.home-promotion {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  min-width: 1024px;
}

.key-visual-image {
  background: #f0f0f0 center / cover;
}

.home-promotion,
.key-visual,
.key-visual-image {
  height: calc(100vh - 72px - 72px);
  max-height: 500px;
}

.key-visual-arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.key-visual-arrows .container {
  height: 100%;
}

.key-visual.slick-dotted.slick-slider {
  margin-bottom: auto;
}

.key-visual .slick-slide {
  opacity: 0.3;
  transition: opacity 0.25s ease-out, filter 0.25s ease-out;
  filter: grayscale(50%);
}

.key-visual .slick-slide.slick-current {
  opacity: 1;
  filter: grayscale(0%);
}

.key-visual .slick-dots {
  bottom: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px;
}

.key-visual .slick-dots button {
  pointer-events: auto;
}

.key-visual .slick-dots li {
  margin: 0;
}

.key-visual .slick-dots li button:before,
.key-visual .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.key-visual .slick-dots li.slick-active button:before {
  color: #d0121b;
}

.key-visual-arrows .slick-arrow {
  display: block;
  background: rgba(255,255,255, 0.4);
  width: 56px;
  height: 56px;
  padding: 8px;
  transition: all 0.25s;
  z-index: 1;
  pointer-events: auto;
}

.key-visual-arrows .slick-arrow polygon {
  transition: all 0.25s;
  fill: #d0121b;
}

.key-visual-arrows .slick-arrow:hover {
  background: #d0121b;
}

.key-visual-arrows .slick-arrow:hover polygon {
  fill: #fff;
}

.key-visual-arrows .slick-prev {
  left: 0;
}

.key-visual-arrows .slick-next {
  right: 0;
}

.key-visual-arrows .slick-prev svg {
  transform: rotate(180deg);
}

.key-visual-arrows .slick-prev:before,
.key-visual-arrows .slick-next:before {
  content: '';
  display: none;
}

.home-promotion .banners {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-promotion .banners .banners-inner {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.home-promotion .banner-img {
  display: inline-block;
  margin-left: 10px;
  width: 200px;
}

.home-promotion .banner-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .home-promotion {
    min-width: auto;
  }

  .home-promotion,
  .key-visual,
  .key-visual-image {
    height: calc(100vh - 50px - 144px);
    max-height: none;
  }

  .home-promotion .banners {
    display: none;
  }

  .key-visual-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -20px;
  }
}

.home-reservation {
  background: url("/img/bg_spa-logo.png") center 30px no-repeat;
  background-size: 380px;
}
.home-reservation .section-title {
  margin: 16px 0 20px;
}
.home-reservation .best-rate {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.867;
  margin: 20px 0;
}
.home-reservation .price {
  display: inline-block;
  margin: 0 8px;
  height: 30px;
  width: auto;
}
.home-reservation input, .home-reservation select {
  outline: 0;
}
.home-reservation .booking-select {
  padding: 13px 15px;
}
.home-reservation .booking-search {
  display: inline-block;
  width: 138px;
}
.home-reservation .booking-search a {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  padding: 35px 0 33px;
}
.home-reservation .booking-bar {
  display: block;
  max-width: 1024px;
  width: 100%;
  height: 100px;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #666666;
  box-shadow: 0 1px 1px #666666;
  padding: 0;
}
.home-reservation .booking-bar ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.home-reservation .booking-bar li {
  vertical-align: top;
  display: table-cell;
  position: relative;
  border-left: solid 1px #e7e6e5;
}
.home-reservation .booking-bar li:first-child {
  border-left: none;
}
.home-reservation .booking-address {
  border-bottom: 1px solid #ccc;
}
.home-reservation .booking-info {
  width: 100%;
}
.home-reservation .time-staying, .home-reservation .room-num, .home-reservation .people-num {
  width: 100%;
}
.home-reservation .select-normal {
  width: 160px;
}
.home-reservation .date-picker {
  width: 220px;
  background: #fafafa;
}
.home-reservation .date-picker input {
  width: 100%;
  background: #fafafa;
}
.home-reservation .date-picker:before {
  position: absolute;
  content: "";
  background: url("/img/ico_calendar.png");
  top: 33%;
  display: block;
  right: 18px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .home-reservation .date-picker:before {
    right: 10px;
  }
}
.home-reservation .btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.home-reservation .btn-booking-search {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-reservation {
    z-index: -1;
    width: 100%;
    background-size: 300px;
    padding: 20px 0 50px;
    background-position-y: 20px;
  }
  .home-reservation .section-title {
    margin: 0 0 12px;
    padding: 0;
  }
  .home-reservation .price {
    height: 22px;
  }
  .home-reservation .tooltip {
    left: 0;
    top: -155px;
    width: 100%;
  }
  .home-reservation .tooltip h3 img {
    width: 100%;
  }
  .home-reservation .booking-bar {
    display: none;
  }
  .home-reservation .btn-booking-search {
    font-size: 14px;
    display: block;
  }
  .home-reservation .btn-booking-search img {
    margin-left: 5px;
    width: 16px;
  }
}

.home-reservation + .home-search {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-reservation + .home-search {
    margin-top: 30px;
  }
}

.facility-banner {
  width: 840px;
  margin: 50px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .facility-banner {
    margin-top: 30px;
    width: 100%;
  }
  .facility-banner img {
    width: 100%;
    height: auto;
  }
}



.facility-banner-plus {
  width: 840px;
  margin: 10px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .facility-banner-plus {
    margin-top: 10px;
    width: 100%;
  }
  .facility-banner-plus img {
    width: 100%;
    height: auto;
  }
}

.select-normal:before {
  right: 18px;
}
@media screen and (max-width: 767px) {
  .select-normal:before {
    right: 10px;
  }
}

.home-map {
  background: url("/img/bg_map.png") repeat;
  position: relative;
  padding-bottom: 0;
}
.home-map .container {
  max-height: none;
}
.home-map .sectoin-header {
  position: absolute;
  top: 0;
  width: 300px;
  line-height: 1.86em;
}
.home-map .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.home-map .map-content {
  background: url("/img/img_map_full.png") no-repeat 30px 0;
  height: 920px;
}
.home-map .bg-map {
  max-width: 1200px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-map {
    display: none;
  }
}

.home-campaign {
  background: url("/img/bg_campaign.png") repeat;
}


.recommend-list {
}


.home-recommend-area {
  margin: 0 0 20px;
  font-size: 1rem;
  text-align: center;
  line-height: 0;
}
.home-recommend-area__tab {
  display: inline-block;
  overflow: hidden;
}
.home-recommend-area__select {
  margin: 0 15px;
  display: none;
}
.home-recommend-area__select .select-normal {
  border: 1px solid #ccc;
  border-radius: 6px;
}
.btn-recommend-area {
  margin: 0;
  display: block;
  background: #e7e6e5;
  color: #a6a19d;
  float: left;

  padding: 10px;
  border-width: 0 1px 0 0;

  transition: 0.5s ease;
}
.btn-recommend-area:focus {
  color: #a6a19d;
}
.btn-recommend-area.is-active,
.btn-recommend-area:active,
.btn-recommend-area:active:focus,
.btn-recommend-area:hover {
  color: white;
}
.btn-recommend-area--recommend.is-active,
.btn-recommend-area--recommend:hover {
  background: #d0121b;
}
.btn-recommend-area--tohoku.is-active,
.btn-recommend-area--tohoku:hover {
  background: #c53d43;
}
.btn-recommend-area--kanto-koshinetsu-izu.is-active,
.btn-recommend-area--kanto-koshinetsu-izu:hover {
  background: #e8922c;
}
.btn-recommend-area--tokai-chubu.is-active,
.btn-recommend-area--tokai-chubu:hover {
  background: #55866b;
}
.btn-recommend-area--hokuriku.is-active,
.btn-recommend-area--hokuriku:hover {
  background: #5d7ca6;
}
.btn-recommend-area--kinki.is-active,
.btn-recommend-area--kinki:hover {
  background: #895b8a;
}
.btn-recommend-area--shikoku-kyushu.is-active,
.btn-recommend-area--shikoku-kyushu:hover {
  background: #f1a0a0;
}

.btn-recommend-area:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-recommend-area:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-recommend-area:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 0;
}
@media screen and (max-width: 767px) {

  .home-recommend-area {
    padding: 0 0 5px;
    line-height: inherit;
    text-align: center;
  }
  .home-recommend-area__tab {
    display: none;
  }
  .home-recommend-area__select {
    display: block;
  }
}


.home-recommend-item  {
  display: none;
  width: auto;
  max-width: 1002px;
  margin: 0 auto 30px;
  background: #f9f5f2;
}

.home-recommend-item:last-child {
  margin-bottom: 0;
}

.home-recommend-item.ready {
  display: block;
}

.home-recommend-item.direction--reverse > .row {
  direction: rtl;
}
.home-recommend-item.direction--reverse .col,
.home-recommend-item.direction--reverse .col-1,
.home-recommend-item.direction--reverse .col-2,
.home-recommend-item.direction--reverse .col-3,
.home-recommend-item.direction--reverse .col-4,
.home-recommend-item.direction--reverse .col-5,
.home-recommend-item.direction--reverse .col-6,
.home-recommend-item.direction--reverse .col-7,
.home-recommend-item.direction--reverse .col-8,
.home-recommend-item.direction--reverse .col-9,
.home-recommend-item.direction--reverse .col-10,
.home-recommend-item.direction--reverse .col-11,
.home-recommend-item.direction--reverse .col-12 {
  direction: ltr;
}
.home-recommend-item .home-recommend-image {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 364px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-recommend-item  {
    margin-bottom: 50px;
  }

  .home-recommend-item .home-recommend-image {
    height: 181px;
  }
}
.home-recommend-item .home-recommend-budge {
  position: absolute;
  top: 25px;
  right: 25px;
}
.home-recommend-item .home-recommend-budge img {
  width: 136px;
  height: auto;
}
.home-recommend-item .home-recommend-budge img:hover {
  opacity: 1;
}
.home-recommend-item .home-recommend-image .image {
  background-size: cover !important;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.home-recommend-item .image1 {
  background-image: url("/img/img_facility_daiba.png");
}
.home-recommend-item .image2 {
  background-image: url("/img/img_facility_kinosaki.png");
}
.home-recommend-item .image3 {
  background-image: url("/img/img_facility_sunpu.png");
}
.home-recommend-item:nth-child(odd) .home-recommend-info:after {
  left: -29px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 30px 0;
  border-color: transparent #f9f5f2 transparent transparent;
}
.home-recommend-item .home-recommend-info {
  position: relative;
  height: 364px;
}
.home-recommend-item .home-recommend-info .chapter {
  margin-top: 0;
  margin-bottom: 0;
  background: #f9f5f2;
  display: inline-block;
  width: 100%;
}
.home-recommend-item:hover .home-recommend-info .chapter,
.home-recommend-item:hover .home-recommend-info .home-recommend-carousel {
  background: #f5dcc4;
}
.home-recommend-item:hover .home-recommend-info .home-recommend-carousel .home-recommend-carousel-gallery li.is-active span:after {
  border-bottom: 15px solid #f5dcc4;
}
.home-recommend-item .recommend-item-area {
  color: #fff;
  font-weight: bold;
  padding: 0 30px;
  margin: 0;
  font-size: 20px;
}
.home-recommend-item .recommend-item-logo {
  display: block;
  min-height: 30px;
  margin: 25px 30px;
}
.home-recommend-item .recommend-item-title {
  margin: 25px 30px;
  font-weight: bold;
  font-size: 20px;
}
.home-recommend-item .recommend-item-summary {
  margin: 20px 30px 0;
  font-size: 20px;
  line-height: 1.5;
}
.home-recommend-item:hover {
  color: #403a32;
  background: #f5dcc4;
}
.home-recommend-item:hover .recommend-item-title {
  text-decoration: underline;
}
.home-recommend-item:hover .home-recommend-info:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #f5dcc4;
}
.home-recommend-item:hover:nth-child(odd) .home-recommend-info:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 30px 0;
  border-color: transparent #f5dcc4 transparent transparent;
}
.home-recommend-carousel {
  background: #f9f5f2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-recommend-carousel-gallery {
  display: block;
  overflow: hidden;
  padding-right: 1px;
}
.home-recommend-carousel-gallery li {
  position: relative;
  width: 25%;
  padding-left: 1px;
  line-height: 0;
  float: left;
  box-sizing: border-box;
}
.home-recommend-carousel-gallery li span {
  display: block;
}
.home-recommend-carousel-gallery li span:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);

  transition: background 0.4s ease-in-out;
}
.home-recommend-carousel-gallery li.is-active span:before {
  background: rgba(0,0,0,0);
}
.home-recommend-carousel-gallery li span img {
  vertical-align: bottom;
}
.home-recommend-carousel-gallery li span img,
.home-recommend-carousel-gallery li span img:hover {
  opacity: 1;
  width: 100%;
}
.home-recommend-carousel-gallery li span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 0;
  transform: translateX(-50%);
  border-top: 0 solid transparent;
  border-bottom: 0 solid #f5efe9;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;

  transition: border-width 0.4s ease-in-out;
}
.home-recommend-carousel-gallery li.is-active span:after {
  border-width: 15px;
}
.home-recommend-carousel-caption {
  position: relative;
  height: 28px;
}
.home-recommend-carousel-caption li {
  position: absolute;
  font-size: 12px;
  padding: 5px 20px;
  opacity: 0;
  letter-spacing: 0;

  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;

  transition: opacity 0.2s ease-in-out;
}
.home-recommend-carousel-caption li.is-active {
  opacity: 1;

  transition: opacity 0.4s 0.1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .home-recommend-item .home-recommend-info {
    height: auto;
  }
  .home-recommend-item .home-recommend-info:after {
    display: none !important;
  }
  .home-recommend-item .home-recommend-info .recommend-item-area {
    font-size: 14px;
    padding: 2px 15px;
  }
  .home-recommend-item .home-recommend-info .recommend-item-logo {
    margin: 15px;
  }
  .home-recommend-item .home-recommend-info .recommend-item-title {
    font-size: 14px;
    margin: 10px 15px;
  }
  .home-recommend-item .home-recommend-info .recommend-item-summary {
    font-size: 18px;
    margin: 10px 15px;
  }
  .home-recommend-item .home-recommend-image .home-recommend-budge {
    top: 12px;
    right: 12px;
  }
  .home-recommend-item .home-recommend-image .home-recommend-budge img {
    width: 102px;
  }
  .home-recommend-carousel {
    position: static;
  }
  .home-recommend-carousel-gallery {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .home-recommend-carousel-gallery li:first-child {
    padding-left: 0;
  }
  .home-recommend-carousel-gallery li.is-active span:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid #f5efe9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .home-recommend-item:hover .home-recommend-info
  .home-recommend-carousel .home-recommend-carousel-gallery li.is-active span:after {
    border-bottom: 8px solid #f5dcc4;
  }
  .home-recommend-carousel-gallery li span:before {
    left: 0;
    right: 0;
  }
  .home-recommend-carousel-caption li {
    padding: 5px 10px;
  }
}

.home-search .section-title {
  display: none;
}

.home-banner .image img {
  width: 100%;
}

.home-news {
  background: url("/img/bg_news.png") repeat;
  overflow: hidden;
}
.home-news .carousel .outer {
  overflow: visible;
}
.home-news a {
  text-decoration: none;
}
.home-news .box-news {
  min-width: 235px;
  height: 314px;
}

.pop.active .pop-up {
  visibility: visible;
  opacity: 1;
}

.pop-up {
  visibility: hidden;
  position: absolute;
  z-index: 99;
  width: 340px;
  padding: 20px;
  opacity: 0;
  background: #fff;
}
.pop-up:after {
  position: absolute;
  content: "";
  background: transparent;
  display: block;
  bottom: -12px;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
.pop-up a {
  display: block;
}
.pop-up .image {
  height: 165px;
  width: 100%;
  background: #f0f0f0;
  overflow: hidden;
}
.pop-up .pop-address {
  display: inline-block;
  margin: 0;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
}
.pop-up .pop-title {
  font-weight: bold;
}
.pop-up .pop-summary {
  font-size: 18px;
}

/*

北海道             | hokkaido
東北               | tohoku
関東・甲信越・伊豆 | kanto-koshinetsu-izu
東海・中部         | tokai-chubu
北陸               | hokuriku
近畿               | kinki
中国               | chugoku
四国               | shikoku
九州               | kyushu
沖縄               | okinawa
*/
.circle-left-1 {
  position: absolute;
  left: 608px;
  bottom: 502px;
}

.circle-left-2 {
  position: absolute;
  left: 591px;
  bottom: 435px;
}

.circle-left-3 {
  position: absolute;
  left: 558px;
  bottom: 468px;
}

.circle-left-4 {
  position: absolute;
  left: 501px;
  bottom: 436px;
}

.circle-left-5 {
  position: absolute;
  left: 462px;
  bottom: 314px;
}

.circle-left-6 {
  position: absolute;
  left: 465px;
  bottom: 471px;
}

.circle-left-7 {
  position: absolute;
  left: 458px;
  bottom: 460px;
}

.circle-left-8 {
  position: absolute;
  left: 441px;
  bottom: 443px;
}

.circle-left-9 {
  position: absolute;
  left: 343px;
  bottom: 398px;
}

.circle-left-10 {
  position: absolute;
  left: 396px;
  bottom: 342px;
}

.circle-left-11 {
  position: absolute;
  left: 396px;
  bottom: 330px;
}

.circle-left-12 {
  position: absolute;
  left: 301px;
  bottom: 303px;
}

.circle-left-13 {
  position: absolute;
  left: 301px;
  bottom: 292px;
}

.circle-left-14 {
  position: absolute;
  left: 152px;
  bottom: 225px;
}

.circle-left-15 {
  position: absolute;
  left: 55px;
  bottom: 186px;
}

.circle-left-16 {
  position: absolute;
  left: 532px;
  bottom: 400px;
}

.circle-left-17 {
  position: absolute;
  left: 95px;
  bottom: 177px;
}

.circle-right-1 {
  position: absolute;
  left: 720px;
  bottom: 612px;
}

.circle-right-2 {
  position: absolute;
  left: 744px;
  bottom: 629px;
}

.circle-right-3 {
  position: absolute;
  left: 672px;
  bottom: 555px;
}

.circle-right-4 {
  position: absolute;
  left: 687px;
  bottom: 540px;
}

.circle-right-5 {
  position: absolute;
  left: 660px;
  bottom: 498px;
}

.circle-right-6 {
  position: absolute;
  left: 675px;
  bottom: 491px;
}

.circle-right-7 {
  position: absolute;
  left: 658px;
  bottom: 483px;
}

.circle-right-8 {
  position: absolute;
  left: 671px;
  bottom: 474px;
}

.circle-right-9 {
  position: absolute;
  left: 658px;
  bottom: 466px;
}

.circle-right-10 {
  position: absolute;
  left: 659px;
  bottom: 423px;
}

.circle-right-11 {
  position: absolute;
  left: 646px;
  bottom: 409px;
}

.circle-right-12 {
  position: absolute;
  left: 665px;
  bottom: 393px;
}

.circle-right-13 {
  position: absolute;
  left: 601px;
  bottom: 371px;
}

.circle-right-14 {
  position: absolute;
  left: 584px;
  bottom: 356px;
}

.circle-right-15 {
  position: absolute;
  left: 598px;
  bottom: 353px;
}

.circle-right-16 {
  position: absolute;
  left: 557px;
  bottom: 361px;
}

.circle-right-17 {
  position: absolute;
  left: 700px;
  bottom: 667px;
}

.circle-right-18 {
  position: absolute;
  left: 712px;
  bottom: 667px;
}

.circle-right-19 {
  position: absolute;
  left: 601px;
  bottom: 383px;
}

.circle-right-20 {
  position: absolute;
  left: 405px;
  bottom: 254px;
}

.circle-right-21 {
  position: absolute;
  left: 473px;
  bottom: 322px;
}


.title-text-left-1,
.title-text-left-2,
.title-text-left-3,
.title-text-left-4,
.title-text-left-5,
.title-text-left-6,
.title-text-left-7,
.title-text-left-8,
.title-text-left-9,
.title-text-left-10,
.title-text-left-11,
.title-text-left-12,
.title-text-left-13,
.title-text-left-14,
.title-text-left-15,
.title-text-left-16,
.title-text-left-17,
.title-text-right-1,
.title-text-right-2,
.title-text-right-3,
.title-text-right-4,
.title-text-right-5,
.title-text-right-6,
.title-text-right-7,
.title-text-right-8,
.title-text-right-9,
.title-text-right-10,
.title-text-right-11,
.title-text-right-12,
.title-text-right-13,
.title-text-right-14,
.title-text-right-15,
.title-text-right-16,
.title-text-right-17,
.title-text-right-18,
.title-text-right-19,
.title-text-right-20,
.title-text-right-21 {
  color: #4c4946;
  font-size: 20px;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
}

.text-left-1 {
  background: url("/img/maps/img_left-line_1.png");
  display: inline-block;
  width: 540px;
  height: 266px;
  position: absolute;
  left: 74px;
  bottom: 511px;
}

.title-text-left-1 {
  position: absolute;
  left: 0px;
  bottom: 760px;
}
.title-text-left-1.active, .title-text-left-1:hover {
  color: #e8922c;
}
.title-text-left-1.active + .text-left-1, .title-text-left-1:hover + .text-left-1 {
  background: url("/img/maps/img_left-line_1_hover.png");
}

.text-left-2 {
  background: url("/img/maps/img_left-line_2.png");
  display: inline-block;
  width: 400px;
  height: 300px;
  position: absolute;
  left: 197px;
  bottom: 445px;
}

.title-text-left-2 {
  position: absolute;
  left: 0px;
  bottom: 728px;
}
.title-text-left-2.active, .title-text-left-2:hover {
  color: #e8922c;
}
.title-text-left-2.active + .text-left-2, .title-text-left-2:hover + .text-left-2 {
  background: url("/img/maps/img_left-line_2_hover.png");
}

.text-left-3 {
  background: url("/img/maps/img_left-line_3.png");
  display: inline-block;
  width: 388px;
  height: 235px;
  position: absolute;
  left: 176px;
  bottom: 478px;
}

.title-text-left-3 {
  position: absolute;
  left: 0px;
  bottom: 696px;
}
.title-text-left-3.active, .title-text-left-3:hover {
  color: #e8922c;
}
.title-text-left-3.active + .text-left-3, .title-text-left-3:hover + .text-left-3 {
  background: url("/img/maps/img_left-line_3_hover.png");
}

.text-left-4 {
  background: url("/img/maps/img_left-line_4.png");
  display: inline-block;
  width: 416px;
  height: 203px;
  position: absolute;
  left: 90px;
  bottom: 446px;
}

.title-text-left-4 {
  position: absolute;
  left: 0px;
  bottom: 632px;
}
.title-text-left-4.active, .title-text-left-4:hover {
  color: #55866b;
}
.title-text-left-4.active + .text-left-4, .title-text-left-4:hover + .text-left-4 {
  background: url("/img/maps/img_left-line_4_hover.png");
}

.text-left-5 {
  background: url("/img/maps/img_left-line_5.png");
  display: inline-block;
  width: 451px;
  height: 238px;
  position: absolute;
  left: 467px;
  bottom: 76px;
}

.title-text-left-5 {
  position: absolute;
  left: 934px;
  bottom: 61px;
}
.title-text-left-5.active, .title-text-left-5:hover {
  color: #55866b;
}
.title-text-left-5.active + .text-left-5, .title-text-left-5:hover + .text-left-5 {
  background: url("/img/maps/img_left-line_5_hover.png");
}

.text-left-6 {
  background: url("/img/maps/img_left-line_6.png");
  display: inline-block;
  width: 258px;
  height: 140px;
  position: absolute;
  left: 207px;
  bottom: 476px;
}

.title-text-left-6 {
  position: absolute;
  left: 0px;
  bottom: 600px;
}
.title-text-left-6.active, .title-text-left-6:hover {
  color: #5d7ca6;
}
.title-text-left-6.active + .text-left-6, .title-text-left-6:hover + .text-left-6 {
  background: url("/img/maps/img_left-line_6_hover.png");
}

.text-left-7 {
  background: url("/img/maps/img_left-line_7.png");
  display: inline-block;
  width: 292px;
  height: 121px;
  position: absolute;
  left: 168px;
  bottom: 464px;
}

.title-text-left-7 {
  position: absolute;
  left: 0px;
  bottom: 568px;
}
.title-text-left-7.active, .title-text-left-7:hover {
  color: #5d7ca6;
}
.title-text-left-7.active + .text-left-7, .title-text-left-7:hover + .text-left-7 {
  background: url("/img/maps/img_left-line_7_hover.png");
}

.text-left-8 {
  background: url("/img/maps/img_left-line_8.png");
  display: inline-block;
  width: 279px;
  height: 104px;
  position: absolute;
  left: 166px;
  bottom: 448px;
}

.title-text-left-8 {
  position: absolute;
  left: 0px;
  bottom: 536px;
}
.title-text-left-8.active, .title-text-left-8:hover {
  color: #5d7ca6;
}
.title-text-left-8.active + .text-left-8, .title-text-left-8:hover + .text-left-8 {
  background: url("/img/maps/img_left-line_8_hover.png");
}

.text-left-9 {
  background: url("/img/maps/img_left-line_9.png");
  display: inline-block;
  width: 161px;
  height: 87px;
  position: absolute;
  left: 186px;
  bottom: 403px;
}

.title-text-left-9 {
  position: absolute;
  left: 0px;
  bottom: 473px;
}
.title-text-left-9.active, .title-text-left-9:hover {
  color: #895b8a;
}
.title-text-left-9.active + .text-left-9, .title-text-left-9:hover + .text-left-9 {
  background: url("/img/maps/img_left-line_9_hover.png");
}

.text-left-10 {
  background: url("/img/maps/img_left-line_10.png");
  display: inline-block;
  width: 235px;
  height: 111px;
  position: absolute;
  left: 165px;
  bottom: 347px;
}

.title-text-left-10 {
  position: absolute;
  left: 0px;
  bottom: 441px;
}
.title-text-left-10.active, .title-text-left-10:hover {
  color: #895b8a;
}
.title-text-left-10.active + .text-left-10, .title-text-left-10:hover + .text-left-10 {
  background: url("/img/maps/img_left-line_10_hover.png");
}

.text-left-11 {
  background: url("/img/maps/img_left-line_11.png");
  display: inline-block;
  width: 162px;
  height: 89px;
  position: absolute;
  left: 241px;
  bottom: 337px;
}

.title-text-left-11 {
  position: absolute;
  left: 0px;
  bottom: 410px;
}
.title-text-left-11.active, .title-text-left-11:hover {
  color: #895b8a;
}
.title-text-left-11.active + .text-left-11, .title-text-left-11:hover + .text-left-11 {
  background: url("/img/maps/img_left-line_11_hover.png");
}

.text-left-12 {
  background: url("/img/maps/img_left-line_12.png");
  display: inline-block;
  width: 122px;
  height: 52px;
  position: absolute;
  left: 184px;
  bottom: 308px;
}

.title-text-left-12 {
  position: absolute;
  left: 0px;
  bottom: 346px;
}
.title-text-left-12.active, .title-text-left-12:hover {
  color: #f1a0a0;
}
.title-text-left-12.active + .text-left-12, .title-text-left-12:hover + .text-left-12 {
  background: url("/img/maps/img_left-line_12_hover.png");
}

.text-left-13 {
  background: url("/img/maps/img_left-line_13.png");
  display: inline-block;
  width: 88px;
  height: 31px;
  position: absolute;
  left: 215px;
  bottom: 296px;
}

.title-text-left-13 {
  position: absolute;
  left: 0px;
  bottom: 314px;
}
.title-text-left-13.active, .title-text-left-13:hover {
  color: #f1a0a0;
}
.title-text-left-13.active + .text-left-13, .title-text-left-13:hover + .text-left-13 {
  background: url("/img/maps/img_left-line_13_hover.png");
}

.text-left-14 {
  background: url("/img/maps/img_left-line_14.png") right no-repeat;
  display: inline-block;
  width: 130px;
  height: 185px;
  position: absolute;
  left: 90px;
  bottom: 46px;
}

.title-text-left-14 {
  position: absolute;
  left: 0px;
  bottom: 36px;
}
.title-text-left-14.active, .title-text-left-14:hover {
  color: #f1a0a0;
}
.title-text-left-14.active + .text-left-14, .title-text-left-14:hover + .text-left-14 {
  background: url("/img/maps/img_left-line_14_hover.png");
}

.text-left-15 {
  background: url("/img/maps/img_left-line_15.png");
  display: inline-block;
  width: 114px;
  height: 112px;
  position: absolute;
  left: 65px;
  bottom: 80px;
}

.title-text-left-15 {
  position: absolute;
  left: 0px;
  bottom: 69px;
}
.title-text-left-15.active, .title-text-left-15:hover {
  color: #f1a0a0;
}
.title-text-left-15.active + .text-left-15, .title-text-left-15:hover + .text-left-15 {
  background: url("/img/maps/img_left-line_15_hover.png");
}

.text-left-16 {
  background: url("/img/maps/img_left-line_16.png");
  display: inline-block;
  width: 409px;
  height: 273px;
  position: absolute;
  left: 129px;
  bottom: 408px;
}

.title-text-left-16 {
  position: absolute;
  left: 0px;
  bottom: 664px;
}
.title-text-left-16.active, .title-text-left-16:hover {
  color: #e8922c;
}
.title-text-left-16.active + .text-left-16, .title-text-left-16:hover + .text-left-16 {
  background: url("/img/maps/img_left-line_16_hover.png");
}

.text-left-17 {
  background: url("/img/maps/img_left-line_17.png");
  display: inline-block;
  width: 72px;
  height: 71px;
  position: absolute;
  left: 98px;
  bottom: 112px;
}

.title-text-left-17 {
  position: absolute;
  left: 0px;
  bottom: 100px;
}
.title-text-left-17.active, .title-text-left-17:hover {
  color: #f1a0a0;
}
.title-text-left-17.active + .text-left-17, .title-text-left-17:hover + .text-left-17{
  background: url("/img/maps/img_left-line_17_hover.png");
}

.text-right-1 {
  background: url("/img/maps/img_right-line_1.png");
  display: inline-block;
  width: 137px;
  height: 190px;
  position: absolute;
  left: 726px;
  bottom: 620px;
}

.title-text-right-1 {
  position: absolute;
  left: 874px;
  bottom: 794px;
}
.title-text-right-1.active, .title-text-right-1:hover {
  color: #c53d43;
}
.title-text-right-1.active + .text-right-1, .title-text-right-1:hover + .text-right-1 {
  background: url("/img/maps/img_right-line_1_hover.png");
}

.text-right-2 {
  background: url("/img/maps/img_right-line_2.png");
  display: inline-block;
  width: 156px;
  height: 141px;
  position: absolute;
  left: 749px;
  bottom: 636px;
}

.title-text-right-2 {
  position: absolute;
  left: 914px;
  bottom: 763px;
}
.title-text-right-2.active, .title-text-right-2:hover {
  color: #c53d43;
}
.title-text-right-2.active + .text-right-2, .title-text-right-2:hover + .text-right-2 {
  background: url("/img/maps/img_right-line_2_hover.png");
}

.text-right-3 {
  background: url("/img/maps/img_right-line_3.png");
  display: inline-block;
  width: 267px;
  height: 185px;
  position: absolute;
  left: 678px;
  bottom: 559px;
}

.title-text-right-3 {
  position: absolute;
  left: 955px;
  bottom: 731px;
}
.title-text-right-3.active, .title-text-right-3:hover {
  color: #c53d43;
}
.title-text-right-3.active + .text-right-3, .title-text-right-3:hover + .text-right-3 {
  background: url("/img/maps/img_right-line_3_hover.png");
}

.text-right-4 {
  background: url("/img/maps/img_right-line_4.png");
  display: inline-block;
  width: 129px;
  height: 167px;
  position: absolute;
  left: 694px;
  bottom: 546px;
}

.title-text-right-4 {
  position: absolute;
  left: 834px;
  bottom: 698px;
}
.title-text-right-4.active, .title-text-right-4:hover {
  color: #c53d43;
}
.title-text-right-4.active + .text-right-4, .title-text-right-4:hover + .text-right-4 {
  background: url("/img/maps/img_right-line_4_hover.png");
}

.text-right-5 {
  background: url("/img/maps/img_right-line_5.png");
  display: inline-block;
  width: 178px;
  height: 147px;
  position: absolute;
  left: 667px;
  bottom: 503px;
}

.title-text-right-5 {
  position: absolute;
  left: 852px;
  bottom: 634px;
}
.title-text-right-5.active, .title-text-right-5:hover {
  color: #e8922c;
}
.title-text-right-5.active + .text-right-5, .title-text-right-5:hover + .text-right-5 {
  background: url("/img/maps/img_right-line_5_hover.png");
}

.text-right-6 {
  background: url("/img/maps/img_right-line_6.png");
  display: inline-block;
  width: 140px;
  height: 123px;
  position: absolute;
  left: 679px;
  bottom: 494px;
}

.title-text-right-6 {
  position: absolute;
  left: 828px;
  bottom: 602px;
}
.title-text-right-6.active, .title-text-right-6:hover {
  color: #e8922c;
}
.title-text-right-6.active + .text-right-6, .title-text-right-6:hover + .text-right-6 {
  background: url("/img/maps/img_right-line_6_hover.png");
}

.text-right-7 {
  background: url("/img/maps/img_right-line_7.png");
  display: inline-block;
  width: 180px;
  height: 67px;
  position: absolute;
  left: 665px;
  bottom: 486px;
}

.title-text-right-7 {
  position: absolute;
  left: 853px;
  bottom: 538px;
}
.title-text-right-7.active, .title-text-right-7:hover {
  color: #e8922c;
}
.title-text-right-7.active + .text-right-7, .title-text-right-7:hover + .text-right-7 {
  background: url("/img/maps/img_right-line_7_hover.png");
}

.text-right-8 {
  background: url("/img/maps/img_right-line_8.png");
  display: inline-block;
  width: 168px;
  height: 44px;
  position: absolute;
  left: 675px;
  bottom: 478px;
}

.title-text-right-8 {
  position: absolute;
  left: 855px;
  bottom: 507px;
}
.title-text-right-8.active, .title-text-right-8:hover {
  color: #e8922c;
}
.title-text-right-8.active + .text-right-8, .title-text-right-8:hover + .text-right-8 {
  background: url("/img/maps/img_right-line_8_hover.png");
}

.text-right-9 {
  background: url("/img/maps/img_right-line_9.png");
  display: inline-block;
  width: 264px;
  height: 18px;
  position: absolute;
  left: 663px;
  bottom: 470px;
}

.title-text-right-9 {
  position: absolute;
  left: 935px;
  bottom: 475px;
}
.title-text-right-9.active, .title-text-right-9:hover {
  color: #e8922c;
}
.title-text-right-9.active + .text-right-9, .title-text-right-9:hover + .text-right-9 {
  background: url("/img/maps/img_right-line_9_hover.png");
}

.text-right-10 {
  background: url("/img/maps/img_right-line_10.png");
  display: inline-block;
  width: 238px;
  height: 1px;
  position: absolute;
  left: 667px;
  bottom: 426px;
}

.title-text-right-10 {
  position: absolute;
  left: 911px;
  bottom: 414px;
}
.title-text-right-10.active, .title-text-right-10:hover {
  color: #e8922c;
}
.title-text-right-10.active + .text-right-10, .title-text-right-10:hover + .text-right-10 {
  background: url("/img/maps/img_right-line_10_hover.png");
}

.text-right-11 {
  background: url("/img/maps/img_right-line_11.png");
  display: inline-block;
  width: 112px;
  height: 17px;
  position: absolute;
  left: 652px;
  bottom: 396px;
}

.title-text-right-11 {
  position: absolute;
  left: 769px;
  bottom: 383px;
}
.title-text-right-11.active, .title-text-right-11:hover {
  color: #e8922c;
}
.title-text-right-11.active + .text-right-11, .title-text-right-11:hover + .text-right-11 {
  background: url("/img/maps/img_right-line_11_hover.png");
}

.text-right-12 {
  background: url("/img/maps/img_right-line_12.png");
  display: inline-block;
  width: 252px;
  height: 34px;
  position: absolute;
  left: 670px;
  bottom: 363px;
}

.title-text-right-12 {
  position: absolute;
  left: 935px;
  bottom: 350px;
}
.title-text-right-12.active, .title-text-right-12:hover {
  color: #e8922c;
}
.title-text-right-12.active + .text-right-12, .title-text-right-12:hover + .text-right-12 {
  background: url("/img/maps/img_right-line_12_hover.png");
}

.text-right-13 {
  background: url("/img/maps/img_right-line_13.png");
  display: inline-block;
  width: 247px;
  height: 108px;
  position: absolute;
  left: 610px;
  bottom: 268px;
}

.title-text-right-13 {
  position: absolute;
  left: 866px;
  bottom: 256px;
}
.title-text-right-13.active, .title-text-right-13:hover {
  color: #e8922c;
}
.title-text-right-13.active + .text-right-13, .title-text-right-13:hover + .text-right-13 {
  background: url("/img/maps/img_right-line_13_hover.png");
}

.text-right-14 {
  background: url("/img/maps/img_right-line_14.png");
  display: inline-block;
  width: 254px;
  height: 152px;
  position: absolute;
  left: 589px;
  bottom: 208px;
}

.title-text-right-14 {
  position: absolute;
  left: 855px;
  bottom: 194px;
}
.title-text-right-14.active, .title-text-right-14:hover {
  color: #e8922c;
}
.title-text-right-14.active + .text-right-14, .title-text-right-14:hover + .text-right-14 {
  background: url("/img/maps/img_right-line_14_hover.png");
}

.text-right-15 {
  background: url("/img/maps/img_right-line_15.png");
  display: inline-block;
  width: 195px;
  height: 124px;
  position: absolute;
  left: 600px;
  bottom: 234px;
}

.title-text-right-15 {
  position: absolute;
  left: 810px;
  bottom: 222px;
}
.title-text-right-15.active, .title-text-right-15:hover {
  color: #e8922c;
}
.title-text-right-15.active + .text-right-15, .title-text-right-15:hover + .text-right-15 {
  background: url("/img/maps/img_right-line_15_hover.png");
}

.text-right-16 {
  background: url("/img/maps/img_right-line_16.png");
  display: inline-block;
  width: 180px;
  height: 190px;
  position: absolute;
  left: 562px;
  bottom: 170px;
}

.title-text-right-16 {
  position: absolute;
  left: 755px;
  bottom: 158px;
}
.title-text-right-16.active, .title-text-right-16:hover {
  color: #e8922c;
}
.title-text-right-16.active + .text-right-16, .title-text-right-16:hover + .text-right-16 {
  background: url("/img/maps/img_right-line_16_hover.png");
}


.text-right-17 {
  background: url("/img/maps/img_right-line_17.png");
  display: inline-block;
  width: 148px;
  height: 196px;
  position: absolute;
  left: 706px;
  bottom: 672px;
}

.title-text-right-17 {
  position: absolute;
  left: 866px;
  bottom: 854px;
}
.title-text-right-17.active, .title-text-right-17:hover {
  color: #c53d43;
}
.title-text-right-17.active + .text-right-17, .title-text-right-17:hover + .text-right-17 {
  background: url("/img/maps/img_right-line_17_hover.png");
}

.text-right-18 {
  background: url("/img/maps/img_right-line_18.png");
  display: inline-block;
  width: 138px;
  height: 168px;
  position: absolute;
  left: 716px;
  bottom: 672px;
}

.title-text-right-18 {
  position: absolute;
  left: 867px;
  bottom: 824px;
}
.title-text-right-18.active, .title-text-right-18:hover {
  color: #c53d43;
}
.title-text-right-18.active + .text-right-18, .title-text-right-18:hover + .text-right-18 {
  background: url("/img/maps/img_right-line_18_hover.png");
}

.text-right-19 {
  background: url("/img/maps/img_right-line_19.png");
  display: inline-block;
  width: 166px;
  height: 88px;
  position: absolute;
  left: 606px;
  bottom: 300px;
}

.title-text-right-19 {
  position: absolute;
  left: 787px;
  bottom: 289px;
}
.title-text-right-19.active, .title-text-right-19:hover {
  color: #e8922c;
}
.title-text-right-19.active + .text-right-19, .title-text-right-19:hover + .text-right-19 {
  background: url("/img/maps/img_right-line_19_hover.png");
}

.text-right-20 {
  background: url("/img/maps/img_right-line_20.png");
  display: inline-block;
  width: 509px;
  height: 215px;
  position: absolute;
  left: 410px;
  bottom: 40px;
}

.title-text-right-20 {
  position: absolute;
  left: 934px;
  bottom: 26px;
}
.title-text-right-20.active, .title-text-right-20:hover {
  color: #895b8a;
}
.title-text-right-20.active + .text-right-20, .title-text-right-20:hover + .text-right-20 {
  background: url("/img/maps/img_right-line_20_hover.png");
}

.text-right-21 {
  background: url("/img/maps/img_right-line_21.png");
  display: inline-block;
  width: 418px;
  height: 218px;
  position: absolute;
  left: 478px;
  bottom: 104px;
}

.title-text-right-21 {
  position: absolute;
  left: 907px;
  bottom: 92px;
}

.title-text-right-21.active,
.title-text-right-21:hover {
  color: #55866b;
}
.title-text-right-21.active + .text-right-21,
.title-text-right-21:hover + .text-right-21 {
  background: url("/img/maps/img_right-line_21_hover.png");
}


.pop-left-1 {
  position: absolute;
  left: 449px;
  bottom: 528px;
}

.pop-left-2 {
  position: absolute;
  left: 432px;
  bottom: 462px;
}

.pop-left-3 {
  position: absolute;
  left: 400px;
  bottom: 494px;
}

.pop-left-4 {
  position: absolute;
  left: 344px;
  bottom: 462px;
}

.pop-left-5 {
  position: absolute;
  left: 304px;
  bottom: 339px;
}

.pop-left-6 {
  position: absolute;
  left: 307px;
  bottom: 499px;
}

.pop-left-7 {
  position: absolute;
  left: 301px;
  bottom: 486px;
}

.pop-left-8 {
  position: absolute;
  left: 284px;
  bottom: 470px;
}

.pop-left-9 {
  position: absolute;
  left: 184px;
  bottom: 428px;
}

.pop-left-10 {
  position: absolute;
  left: 238px;
  bottom: 368px;
}

.pop-left-11 {
  position: absolute;
  left: 238px;
  bottom: 355px;
}

.pop-left-12 {
  position: absolute;
  left: 143px;
  bottom: 329px;
}

.pop-left-13 {
  position: absolute;
  left: 143px;
  bottom: 315px;
}

.pop-left-14 {
  position: absolute;
  left: -5px;
  bottom: 250px;
}

.pop-left-15 {
  position: absolute;
  left: -102px;
  bottom: 210px;
}

.pop-left-16 {
  position: absolute;
  left: 374px;
  bottom: 423px;
}

.pop-left-17 {
  position: absolute;
  left: -102px;
  bottom: 210px;
}

.pop-right-1 {
  position: absolute;
  left: 561px;
  bottom: 638px;
}

.pop-right-2 {
  position: absolute;
  left: 585px;
  bottom: 654px;
}

.pop-right-3 {
  position: absolute;
  left: 514px;
  bottom: 581px;
}

.pop-right-4 {
  position: absolute;
  left: 528px;
  bottom: 564px;
}

.pop-right-5 {
  position: absolute;
  left: 502px;
  bottom: 525px;
}

.pop-right-6 {
  position: absolute;
  left: 517px;
  bottom: 516px;
}

.pop-right-7 {
  position: absolute;
  left: 498px;
  bottom: 508px;
}

.pop-right-8 {
  position: absolute;
  left: 513px;
  bottom: 498px;
}

.pop-right-9 {
  position: absolute;
  left: 498px;
  bottom: 490px;
}

.pop-right-10 {
  position: absolute;
  left: 501px;
  bottom: 448px;
}

.pop-right-11 {
  position: absolute;
  left: 487px;
  bottom: 436px;
}

.pop-right-12 {
  position: absolute;
  left: 506px;
  bottom: 419px;
}

.pop-right-13 {
  position: absolute;
  left: 443px;
  bottom: 398px;
}

.pop-right-14 {
  position: absolute;
  left: 426px;
  bottom: 381px;
}

.pop-right-15 {
  position: absolute;
  left: 440px;
  bottom: 379px;
}

.pop-right-16 {
  position: absolute;
  left: 400px;
  bottom: 388px;
}

.pop-right-17 {
  position: absolute;
  left: 542px;
  bottom: 692px;
}

.pop-right-18 {
  position: absolute;
  left: 553px;
  bottom: 692px;
}

.pop-right-19 {
  position: absolute;
  left: 443px;
  bottom: 410px;
}

.pop-right-20 {
  position: absolute;
  left: 247px;
  bottom: 280px;
}

.pop-right-21 {
  position: absolute;
  left: 316px;
  bottom: 349px;
}