.hills_1 {
  color: #FFF;
  padding-bottom: 100px;
}
.hills_1_g {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  color: #596395;
  letter-spacing: inherit;
  font-weight: 500;
}
.hills_1_p1 {
  font-size: 24px;
  color: #FFF;
}
.hills_1_p2 {
  font-size: 13px;
  color: #FFF;
  line-height: 2;
}
.hills_1_p2 p {
  margin-top: 18px;
}
.hills_1_p2 .M {
  font-size: 120%;
}
.hills_1_in {
  max-width: 600px;
  margin: 0 auto;
}
.hills_1_text {
  padding: 30px;
}
@media screen and (min-width: 860px) {
  .hills_1_in {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1000px;
    align-items: center;
  }
  .hills_1_text {
    width: 50%;
  }
  .hills_1_img {
    width: 50%;
  }
  .hills_1_img .img100 {
    width: 120%;
  }
}
.hills_2_in {
  width: 100%;
  padding: 0 30px 100px;
}
.hills_2_ul {
  width: 100%;
}
.hills_2_ul::before {
  content: "";
  width: 100%;
  padding-top: 150%;
  display: block;
}
.hills_2_li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.hills_2_li.show {
  opacity: 1;
}
.hills_2_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.hills_2_text_area {
  width: 40px;
  height: 40px;
  border: 1px solid #706a42;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #706a42;
}
.hills_2_text_area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #706a42;
}
.hills_2_text2 {
  width: calc(100% - 60px);
}
.hills_2_text2_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hills_2_text2_name {
  font-size: 14px;
  color: #FFF;
  line-height: 1;
}
.hills_2_text2_gmap {
  display: block;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px;
  background: #706a42;
  color: #000;
}
.hills_2_text2_2 {
  font-size: 12px;
  color: #FFF;
}
.hills_2_prev {
  width: 20px;
  height: 120px;
  display: block;
  background: #706a42;
  position: absolute;
  top: calc(40% - 80px);
  left: 0;
  overflow: hidden;
}
.hills_2_prev::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 10px solid #706a42;
  border-bottom: 10px solid #706a42;
  border-left: 10px solid #706a42;
  border-right: 10px solid #000;
  position: absolute;
  top: calc(50% - 10px);
  left: -5px;
}
.hills_2_next {
  width: 20px;
  height: 120px;
  display: block;
  background: #706a42;
  position: absolute;
  top: calc(40% - 80px);
  right: 0;
  overflow: hidden;
}
.hills_2_next::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 10px solid #706a42;
  border-bottom: 10px solid #706a42;
  border-right: 10px solid #706a42;
  border-left: 10px solid #000;
  position: absolute;
  top: calc(50% - 10px);
  right: -5px;
}
@media screen and (min-width: 481px) {
  .hills_2_in {
    max-width: 1060px;
    margin: 0 auto;
  }
  .hills_2_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .hills_2_ul::before {
    display: none;
  }
  .hills_2_li {
    opacity: 1;
    position: relative;
    width: calc(50% - 10px);
    max-width: 480px;
    margin-top: 30px;
  }
  .hills_2_prev, .hills_2_next {
    display: none;
  }
}
@media screen and (min-width: 860px) {
  .hills_2_text_area {
    width: 60px;
    height: 60px;
  }
  .hills_2_text2 {
    width: calc(100% - 80px);
  }
  .hills_2_text2_name {
    font-size: 18px;
  }
}

.movie_open {
  display: block;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.modal_movie {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.modal_movie.show {
  visibility: visible;
  opacity: 1;
}
.modal_movie_in {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 1280px;
}
.modal_movie_vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_movie_close {
  display: block;
  outline: none;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: 0;
}
.modal_movie_close::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}
.modal_movie_close::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
}
@media (min-width: 800px) {
  .modal_movie {
    padding: 0 50px;
  }
}