.v-stone__title {
  position: relative;
}
.v-stone__title .v-title {
  background-image: url("/data/img/views/roots_stone/pc/title_bg.png");
  width: 100%;
  height: 182px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 86% 86%;
  position: absolute;
  bottom: 0;
  top: -3rem;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.v-stone__content {
  padding: 85px 0 0;
}
.v-stone__content__section {
  position: relative;
}
.v-stone__content__section::before {
  content: "";
  background: #F7F7F7;
  width: 592px;
  height: 543px;
  position: absolute;
  top: 60px;
  z-index: -1;
  left: 30px;
}
.v-stone__content__section .sec-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.v-stone__content__section .sec-1 li {
  list-style: none;
  width: 470px;
  float: left;
}
.v-stone__content__section .sec-1 li:nth-child(2) {
  padding: 8rem 0 0;
}
.v-stone__content__section .sec-1 li:nth-child(3) {
  padding: 7rem 0 0;
}
.v-stone__content__section .sec-1 li .v-img {
  position: absolute;
  top: 24rem;
}
.v-stone__banner {
  margin-top: 20rem;
}
.v-stone__banner > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 156px 0 81px;
}
.v-stone__banner > ul li {
  list-style: none;
}
.v-stone__map {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.v-stone__map .v-img iframe {
  width: 100%;
  height: 515px;
}
.v-stone__map .v-reserve {
  width: 629px;
  height: 250px;
  border: 1px solid #887535;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 27px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.v-stone__map .v-reserve .img {
  margin-bottom: 10px;
}
.v-stone__map .v-reserve > p {
  font-size: 24px;
  font-weight: normal;
}
.v-stone__map .v-reserve > span {
  font-size: 14px;
}
.v-stone__main-banner {
  background: #F5F5F5;
  padding: 90px 0 95px;
}

@media screen and (max-width: 750px) {
  .c-visual__wrap label {
    padding-left: 3rem;
  }

  .v-stone__title {
    position: relative;
  }
  .v-stone__title .v-title {
    top: -17rem;
  }
  .v-stone__content {
    padding: 5rem 0 0;
  }
  .v-stone__content__section {
    position: relative;
  }
  .v-stone__content__section::before {
    display: none;
  }
  .v-stone__content__section .sec-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .v-stone__content__section .sec-1 li {
    list-style: none;
    width: auto;
    float: left;
  }
  .v-stone__content__section .sec-1 li:nth-child(2) {
    padding: 2rem 0 0;
  }
  .v-stone__content__section .sec-1 li:nth-child(3) {
    padding: 2rem 0 0;
  }
  .v-stone__content__section .sec-1 li:nth-child(4) {
    margin-top: 2rem;
  }
  .v-stone__content__section .sec-1 li .v-img {
    position: inherit;
    top: inherit;
  }
  .v-stone__banner {
    margin-top: 5rem;
  }
  .v-stone__banner > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }
  .v-stone__banner > ul li {
    list-style: none;
    width: 15.5rem;
    height: auto;
    margin-bottom: 2rem;
  }
  .v-stone__map {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .v-stone__map .v-img {
    margin-top: 2rem;
  }
  .v-stone__map .v-img iframe {
    height: 25rem;
  }
  .v-stone__map .v-reserve {
    width: 100%;
    height: auto;
  }
  .v-stone__map .v-reserve .img {
    margin-bottom: 10px;
  }
  .v-stone__map .v-reserve > p {
    font-size: 1.5rem;
    font-weight: normal;
  }
  .v-stone__map .v-reserve > span {
    font-size: 12px;
  }
  .v-stone__main-banner {
    padding: 40px 0 5rem;
  }
  .v-stone__main-banner .v-flex .v-img {
    width: 3.3rem;
  }
  .v-stone__main-banner .v-flex .v-custom {
    position: relative;
    top: 5px;
  }
  .v-stone__main-banner .v-flex__fig {
    margin-top: 1rem;
  }
  .v-stone__main-banner .v-flex__fig img {
    width: 3.6rem;
    margin-top: -1.2rem;
  }
  .v-stone__main-banner .v-flex__first {
    position: relative;
  }
  .v-stone__main-banner .v-flex__third {
    position: relative;
  }
  .v-stone__main-banner .v-flex__soon {
    margin-top: -3rem;
  }
}
/*# sourceMappingURL=index.css.map */