section {
  padding: 2vw 0;
}
.container-lg {
  max-width: 1100px;
}
body {
  background: url("https://www.jyu-g.co.jp/special/fujimi1_9_build/images/tour/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.headerlogo{
height:60px;
}
header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.5vw;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99;
  text-align: center;
}
.opTitle{
  font-family: "shippori-mincho", sans-serif;
  font-size: clamp(1.25rem, calc(-0.8691660290742154rem + 3.825554705432287vw), 2rem);
  color: #000;
  font-weight: bold;
}
.swiper-slide {
  width: 500px;
}
.bg-blue {
  background: rgba(41, 169, 224, 0.1);
}
.lum-img {
  background: #fff;
  padding: 2rem;
}
.swiper-button-prev, .swiper-button-next{
	position: absolute;
	top: 0;
	bottom: 0;
	display:flex;
	height: 80%;
    justify-content: center;
    margin: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: block;
  content: "";
  background: url("https://www.jyu-g.co.jp/special/fujimi1_9_build/images/tour/prev.webp");
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: block;
  content: "";
  background: url("https://www.jyu-g.co.jp/special/fujimi1_9_build/images/tour/next.webp");
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.thumbsLink {
  position: relative;
  text-align: center;
  margin: auto;
  display: block;
}

.swiper-pagination {
  position: relative;
  background: url("https://www.jyu-g.co.jp/special/fujimi1_9_build/images/tour/tour_9.webp?0525");
  background-repeat: no-repeat;
  aspect-ratio: 1001 / 366;
  text-align: center;
  background-position: center center;
  margin-top: 1.5rem;
  background-size: contain;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
  animation: none;
}

.swiper-pagination .swiper-pagination-bullet::before {
  filter: blur(6px);
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(6, 163, 230, 0.5);
  border-radius: 100%;
  animation: blinking 1.8s ease-in-out infinite alternate-reverse;
}
.swiper-pagination .swiper-pagination-bullet-active::before {
  filter: blur(6px);
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(223, 71, 76, 0.5);
  border-radius: 100%;
  animation: none;
}

.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet-active:hover {
  animation: purupuru 0.8s linear 0s 1;
}
.swiper-pagination .swiper-pagination-bullet::after {
  content: "click！";
  color: rgb(3, 71, 100);
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  height: 20%;
  font-weight: bold;
  color: white;
  text-shadow: 0px 1px 2px rgb(19, 52, 71);
  animation: blinking 1.8s ease-in-out infinite alternate-reverse;
}

.swiper-pagination .swiper-pagination-bullet-active::after {
  content: "表示中";
  color: #ffffff;
  position: absolute;
  bottom: 30%;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  height: 20%;
  text-shadow: 0px 1px 2px rgba(112, 22, 25, 0.45);
  animation: none;
}
.swiper-pagination .swiper-pagination-bullet-active:nth-of-type(1),
.swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
  display: block;
  opacity: 1;
  width: 10%;
  height: 27.35%;
  position: absolute;
  border-radius: 100%;
  left: 19%;
  top: 13%;
}

.swiper-pagination .swiper-pagination-bullet-active:nth-of-type(2),
.swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
  display: inline-block;
  opacity: 1;
  width: 10%;
  height: 27.35%;
  position: absolute;
  border-radius: 100%;
  left: 16%;
  top: 46%;
}
.swiper-pagination .swiper-pagination-bullet-active:nth-of-type(3),
.swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
  display: inline-block;
  opacity: 1;
  width: 10%;
  height: 27.35%;
  position: absolute;
  border-radius: 100%;
  left: 46%;
  top: 34%;
}
.swiper-pagination .swiper-pagination-bullet-active:nth-of-type(4),
.swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
  display: inline-block;
  opacity: 1;
  width: 10%;
  height: 27.35%;
  position: absolute;
  border-radius: 100%;
  left: 66.8%;
  top: 34%;
}
.swiper-pagination .swiper-pagination-bullet-active:nth-of-type(5),
.swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
  display: inline-block;
  opacity: 1;
  width: 10%;
  height: 27.35%;
  position: absolute;
  border-radius: 100%;
  left: 77.8%;
  top: 34%;
}

@keyframes blinking {
  0% {
    opacity: 0.7;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(10%);
  }
}

.purupuru {
  animation: purupuru 0.8s linear 0s 1;
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.accordion_icon {
  background: #961e23;
  padding: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
 font-size: clamp(1rem, calc(-0.8691660290742154rem + 3.825554705432287vw), 1.5rem);

}
.accordion_icon:hover {
  cursor: pointer;
}
.accordion_icon {
  position: relative;
}
.accordion_icon::before {
  display: inline-block;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1vw solid transparent;
  border-left: 1vw solid transparent;
  border-top: 1vw solid #fff;
  border-bottom: 0;
  margin: 0 .25rem;
}
.accordion_icon.active::before {
  display: inline-block;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #fff;
  border-top: 0;
}
.accordionbox dd {
  display: none;
}
footer {
  background: none;
}
.btn-web{
  position: fixed;
	z-index: 99;
  bottom: 0;
background: #961e23;
 width: 100%;
  display: flex;
}
.btn-web a {
  color: #fff;
 	 text-align: center;
	height: 100%;
display: block;
  width: 100%;
  display: block;
  padding: .75rem;
  margin: auto;
  font-family: "shippori-mincho", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(1.5rem, calc(-0.8691660290742154rem + 3.825554705432287vw), 2rem);
	/*background-image: linear-gradient(
    70deg,
    rgb(255, 255, 255, 0.5)  45%, 
    #fff 50%,
    rgb(255, 255, 255, 0.5) 55% 
  );
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 5s infinite;*/
	background: #961e23;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.btn-web a img {
  width: auto;
  max-width: 500px;
}
.detailLink  {
  width: auto;
  max-width: 200px;
  font-size: 1.25rem;
  color: #000;
  padding:.5rem 2rem;
  background: #FFF;
  text-decoration-line: none;
  border:1px solid #000;
}
.mapTitle {
  max-width: 350px;
}
  .mainImg {
    object-fit: cover;
    width: 100%;
  }
@media screen and (max-width: 768px) {
.detailLink  {
  font-size: 1rem;
}
	.headerlogo{
height:30px;
}
  .swiper-pagination .swiper-pagination-bullet::after,
  .swiper-pagination .swiper-pagination-bullet-active::after {
    display: none;
  }
  .mainImg {
    object-fit: cover;
    height: 100vw;
    max-width: 100%;
  }

  .siteLogo {
    max-width: 200px;
    height: auto;
  }
}
