.location {
  padding-bottom: 0;
}

.location__body {
  padding-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .location__body {
    padding-bottom: 40px;
  }
}

.slope-list {
  padding-top: 0;
}

@media screen and (max-width: 600px) {
  .tour-type {
    overflow: hidden;
  }
}

.tour-type .outer__inner {
  position: relative;
}

.tour-type .outer__inner .content__body {
  position: relative;
  z-index: 10;
}

.tour-type .outer__inner .pop--01 {
  z-index: 1;
  position: absolute;
  top: -90px;
  right: -100px;
  width: 315px;
  height: 387px;
}

@media screen and (max-width: 600px) {
  .tour-type .outer__inner .pop--01 {
    z-index: 1;
    position: absolute;
    top: -30px;
    right: -20px;
    width: 122px;
    height: 148px;
  }
  .tour-type .outer__inner .pop--01 img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=../css/index.map */
