﻿.spot-con {
  padding: 90px 0;
}
.form1 {
  background: #eeeeee52;
}
.breadcrumb_nav img {
  aspect-ratio: 1920/800;
  object-fit: cover;
}
.spot-con .title h3 {
  font-size: 42px;
  /*font-weight: 400;*/
  color: #434343;
  line-height: 58px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.spot-con3, .spot-con5 {
  background: #eee;
}
.spot-con1 {
  background: url(/skin3/image/image_1734431484_spot_bg.png) 100% 100%/ cover no-repeat;
  padding: 1vw 0 0;
  margin-bottom: 20px;
  aspect-ratio: 1920/219;
}
.spot-con1 .title h3 {
  color: #fff;
}
.spot-con1 .text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  width: 70%;
  margin: 0 auto;
}
.spot-con1 .text p {
  width: 100%;
  text-align: center;
}
.spot-con2 .group img {
  aspect-ratio: 221/401;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin: 5px;
}
.spot-con2 .group {
  display: flex;
  width: calc(100% / 7 * 3);
}
.spot-con2 .group2 {
  display: grid;
  width: calc(100% / 7);
}
.spot-con2 .group2 img {
  aspect-ratio: 221/196;
}
.spot-con2 .con_two1 {
  display: flex;
  flex-wrap: wrap;
}
.spot-con2 .con_two {
  width: fit-content;
  position: relative;
  padding: 0 5px;
}
.spot-con2 .con_two2 {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.spot-con2 .con_two2 .title {
  font-size: 20px;
  color: #fff;
}
.spot-con2 .con_two2 .text {
  font-size: 16px;
  color: #fff;
}
.spot-con3-title {
  font-size: 20px;
  margin-bottom: 10px;
  width: fit-content;
  padding: 5px;
  background: #bb000e;
  color: #fff;
  padding: 10px 15px;
  border-radius: 25px;
  margin: 30px auto;
}
.spot-con3 .big {
  aspect-ratio: 1;
  object-fit: cover;
}
.spot-con4_swiper figure, .spot-con3_swiper1 figure, .spot-con3_swiper2 figure, .spot-con3_swiper3 figure, .spot-con3_swiper4 figure {
  border-radius: 8px;
}
.spot-con4_swiper h2, .spot-con3_swiper1 h2, .spot-con3_swiper2 h2, .spot-con3_swiper3 h2, .spot-con3_swiper4 h2 {
  font-size: 20px;
  font-weight: 400;
  color: #434343;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 30px;
  text-align: center;
}
.spot-con4_swiper h2 a, .spot-con3_swiper1 h2 a, .spot-con3_swiper2 h2 a, .spot-con3_swiper3 h2 a, .spot-con3_swiper4 h2 a {
  color: #434343;
}
.spot-con4_swiper .spot-con4-left {
  position: absolute;
  width: 45px;
  height: 112px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  left: 50px;
  top: 50%;
  transform: translateY(-100%);
  z-index: 9;
  color: #fff;
  line-height: 112px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
}
.spot-con3_swiper1 .spot-con3-left1, .spot-con3_swiper2 .spot-con3-left2, .spot-con3_swiper3 .spot-con3-left3, .spot-con3_swiper4 .spot-con3-left4 {
  position: absolute;
  width: 35px;
  height: 85px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-100%);
  z-index: 9;
  color: #fff;
  line-height: 85px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
}
.spot-con4_swiper .spot-con4-left:hover, .spot-con3_swiper1 .spot-con3-left1:hover, .spot-con3_swiper2 .spot-con3-left2:hover, .spot-con3_swiper3 .spot-con3-left3:hover, .spot-con3_swiper4 .spot-con3-left4:hover {
  background: #BB000E;
}
.spot-con4_swiper .spot-con4-right {
  position: absolute;
  width: 45px;
  height: 112px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  right: 50px;
  top: 50%;
  transform: translateY(-100%);
  z-index: 9;
  color: #fff;
  line-height: 112px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
}
.spot-con3_swiper1 .spot-con3-right1, .spot-con3_swiper2 .spot-con3-right2, .spot-con3_swiper3 .spot-con3-right3, .spot-con3_swiper4 .spot-con3-right4 {
  position: absolute;
  width: 35px;
  height: 85px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  right: 12px;
  top: 50%;
  transform: translateY(-100%);
  z-index: 9;
  color: #fff;
  line-height: 85px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
}
.spot-con4_swiper .spot-con4-right:hover, .spot-con3_swiper1 .spot-con3-right1:hover, .spot-con3_swiper2 .spot-con3-right2:hover, .spot-con3_swiper3 .spot-con3-right3:hover, .spot-con3_swiper4 .spot-con3-right4:hover {
  background: #BB000E;
}
.spot-con5 .con_five1, .spot-con6 .con_six1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.spot-con5 .con_five1 .con_five {
  width: calc(100% / 3);
  padding: 30px
}
.spot-con5 .con_five1 .con_five img {
  width: 100%;
  aspect-ratio: 301/259;
  height: auto;
}
.spot-con5 .con_five1 .con_five .title {
  word-break: keep-all;
  font-size: 18px;
  text-align: center;
}
.spot-con6 .con_six1 .con_six {
  width: fit-content;
}
.spot-con6 .con_six1 .con_six img {
  height: 8vw;
  width: auto;
}
.spot-con6 .con_six1 .con_six .title {
  word-break: keep-all;
  width: 80%;
  font-size: 18px;
  text-align: center;
}
.spot-con6 .con_six1 .con_six:first-of-type .title {
  transform: translateX(-9%);
}
.spot-con6 .con_six1 .con_six:last-of-type .title {
  transform: translateX(15%);
}
@media screen and (max-width: 768px) {
  .spot-con .container-auto {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .spot-con .container-auto {
    padding: 0px 90px;
  }
}
@media screen and (max-width: 1024px) {
  .spot-con .container-auto {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .spot-con2 .con_two1 {
    display: grid;
  }
  .spot-con2 .group {
    width: 100%;
  }
  .spot-con2 .group2 {
    display: flex;
  }
  .spot-con2 .con_two {
    width: 50%;
  }
  .spot-con5 .con_five1 .con_five {
    width: calc(100% / 3);
  }
  .spot-con6 .con_six1 .con_six img {
    height: 120px;
  }
}
@media screen and (max-width: 550px) {
  .spot-con .container-auto {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .spot-con5 .con_five1 .con_five {
    width: calc(100% / 2);
  }
}