@charset "utf-8";

.land-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 30vh;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.land-header img {
  width: 115vw;
  height: auto;
  object-fit: cover;
  position: absolute;
}

.land-header img {
  animation: anm-slide 5s forwards;
}

@keyframes anm-slide {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-2.5vw);
  }
}

.land-header h1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: center;
  position: absolute;
  font-size: 2.8cqi;
  font-weight: 600;
  letter-spacing: 0.5cqi;
  line-height: 1;
  color: #ffffff;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 1));
}

@media(max-width: 767px) {
  .land-header h1 {
    font-size: 6cqi;
  }
}

#pnkz {
  font-size: 1.2cqi;
  line-height: 1;
}

#pnkz a,
#pnkz span {
  display: inline-block;
  width: auto;
  max-width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.land-title_icon {
  display: inline-block;
  width: auto;
  font-size: 1.2cqi;
  line-height: 1;
  color: #ffffff;
  background: #ff0000;
  text-align: center;
  padding: 15px 30px;
}

.land-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 15px 0px;
  font-size: 3cqi;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.land-subtitle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 15px 0px;
  font-size: 2.4cqi;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.land-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.land-table dt {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  height: auto;
  border-bottom: 1px dotted #cccccc;
  padding: 1cqi;
  font-size: 1.2cqi;
  font-weight: 600;
  line-height: 1.5;
  background: #efefef;
}

.land-table dd {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  height: auto;
  border-bottom: 1px dotted #cccccc;
  padding: 1cqi;
  font-size: 1.2cqi;
  line-height: 1.5;
}

@media(max-width: 767px) {
  .land-header h1 {
    font-size: 6cqi;
  }

  #pnkz {
    font-size: 2.5cqi;
    line-height: 1;
  }

  .land-title_icon {
    display: inline-block;
    width: auto;
    font-size: 2cqi;
    padding: 10px 15px;
  }

  .land-title {
    font-size: 5cqi;
  }

  .land-subtitle {
    font-size: 5cqi;
  }

  .land-table dt,
  .land-table dd {
    width: 100%;
    font-size: 3cqi;
    padding: 1.5cqi 10px;
  }
}


.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

.swiper-pagination-bullet-active {
  background: #FF505A;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}


.vbox-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center !important;
}

.vbox-content {
  max-height: 100%;
  max-width: 100%;
}

.veno-iframe-open .vbox-container,
.veno-iframe-open .vbox-content {
  padding: 0px;
}

.veno-iframe-open .venoratio {
  width: 100vw;
  height: 100vh;
}