.place_1 {
  color: #FFF;
  padding-bottom: 100px;
}
.place_1_g {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  color: #596395;
  letter-spacing: inherit;
  font-weight: 500;
}
.place_1_text {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.place_1_p1 {
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
  margin-top: 20px;
}
.place_1_p2 {
  font-size: 13px;
  color: #FFF;
  line-height: 2;
}
.place_1_p2 p {
  margin-top: 18px;
}
.place_1_p2 .M {
  font-size: 120%;
}
.place_1_text {
  padding: 30px;
}
.place_2_in {
  width: 100%;
  padding: 0 30px 100px;
}
.place_2_ul {
  width: 100%;
}
.place_2_ul::before {
  content: "";
  width: 100%;
  padding-top: 150%;
  display: block;
}
.place_2_li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.place_2_li.show {
  opacity: 1;
}
.place_2_ba {
  display: block;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.place_2_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.place_2_text_area {
  width: 40px;
  height: 40px;
  border: 1px solid #706a42;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #706a42;
}
.place_2_text_area::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #706a42;
}
.place_2_text2 {
  width: calc(100% - 60px);
}
.place_2_text2_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.place_2_text2_name {
  font-size: 14px;
  color: #FFF;
  line-height: 1;
}
.place_2_text2_gmap {
  display: block;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px;
  background: #706a42;
  color: #000;
}
.place_2_text2_2 {
  font-size: 12px;
  color: #FFF;
}
.place_2_prev {
  width: 20px;
  height: 120px;
  display: block;
  background: #706a42;
  position: absolute;
  top: calc(40% - 80px);
  left: 0;
  overflow: hidden;
}
.place_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;
}
.place_2_next {
  width: 20px;
  height: 120px;
  display: block;
  background: #706a42;
  position: absolute;
  top: calc(40% - 80px);
  right: 0;
  overflow: hidden;
}
.place_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) {
  .place_2_in {
    max-width: 1060px;
    margin: 0 auto;
  }
  .place_2_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .place_2_ul::before {
    display: none;
  }
  .place_2_li {
    opacity: 1;
    position: relative;
    width: calc(50% - 10px);
    max-width: 480px;
    margin-top: 30px;
  }
  .place_2_prev, .place_2_next {
    display: none;
  }
}
@media screen and (min-width: 860px) {
  .place_2_text_area {
    width: 60px;
    height: 60px;
  }
  .place_2_text2 {
    width: calc(100% - 80px);
  }
  .place_2_text2_name {
    font-size: 18px;
  }
}

.ba {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  display: none;
  place-items: center;
  padding: 10px;
  opacity: 0;
  transition: 0.5s ease;
}
.ba_in {
  aspect-ratio: 780/560;
  width: 100%;
  max-width: 780px;
  background: #083388;
  margin-top: -40px;
}
.ba_img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  opacity: 0;
  transition: opacity 0.5s;
}
.ba_img.show {
  opacity: 1;
}
.ba_btn {
  width: 48px;
  height: 48px;
  background: #FFF;
  position: absolute;
}
.ba_prev {
  top: 100%;
  left: 10px;
}
.ba_prev::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 16px;
  left: 20px;
  rotate: -45deg;
}
.ba_next {
  top: 100%;
  right: 10px;
}
.ba_next::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 16px;
  right: 20px;
  rotate: 45deg;
}
.ba_close {
  right: 10px;
  top: -48px;
}
.ba_close::before, .ba_close::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 23px;
  left: 16px;
}
.ba_close::before {
  rotate: 45deg;
}
.ba_close::after {
  rotate: -45deg;
}
@media screen and (min-width: 481px) {
  .ba {
    z-index: 100;
  }
  .ba_prev, .ba_next {
    top: calc(50% - 24px);
  }
  .ba_close {
    top: 100%;
  }
}