@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
  background-color: #e3edf4;
}
* {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

main {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.fv {
  background-color: #e3edf4;
  text-align: center;
}

.fv-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.fv-year-badge {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #f75a45;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 12px;
  z-index: 10;
}

.fv-plan-period {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0c7cbf;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 10;
  white-space: nowrap;
}

.slider-wrapper {
  position: relative;
  margin: 40px auto;
  margin-top: 0px;
  max-width: 1000px;
  overflow: hidden;
}

.slider-container {
  overflow: hidden;
  width: 100%;
}

#slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-item {
  min-width: 100%;
  display: flex;
  gap: 0;
}

.slider-item img {
  flex: 1;
  width: 25%;
  height: 200px;
  object-fit: cover;
  border-right: 2px solid white;
}

.slider-item img:last-child {
  border-right: none;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-dot.active {
  background-color: #0c7cbf;
}

.fv h3 {
  color: #5eb6e4;
  font-size: 2rem;
  font-weight: 800;
  margin: 12px 0px;
}

.fv-description {
  margin-top: 24px;
  margin-bottom: 47px;
}
.fv-description p {
  line-height: 1.4;
  font-weight: 800;
}

.fv-hero {
  max-width: 100%;
  margin: 0 auto;
}

.fv-title h3 {
  color: #0c7cbf;
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: 4px;
}

.fv-title-description {
  margin-top: 32px;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.4rem;
}

.plan-wrapper {
  background-color: white;
  padding: 40px 10px;
  display: flex;
  gap: 26px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 22px;
}
.plan {
  max-width: 380px;
}
.plan img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 12px;
}
.plan-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.plan-title-wrapper h3 {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(transparent 30%, #f9ef09 70%);
  letter-spacing: 4px;
  color: black;
}

.plan-title-park {
  background-color: #0c7cbf;
  color: white;
  padding: 9px;
  border-radius: 100%;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
}

.plan-title-park h4 {
  font-size: 1.2rem;
}

.plan-option-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
}

.plan-option-wrapper p {
  color: #0c7cbf;
  font-weight: 800;
  border: 2px solid #0c7cbf;
  padding: 2px 18px;
  border-radius: 4px;
  width: 130px;
  font-size: 0.7rem;
}
.plan-option-wrapper-disable {
  display: flex;
  justify-content: space-between;

  margin-bottom: 12px;
  gap: 12px;
}

.plan-option-wrapper-disable p {
  color: #909090;
  font-weight: 800;
  border: 2px solid #909090;
  padding: 2px 18px;
  border-radius: 4px;
  width: 130px;
  font-size: 0.7rem;
}

.plan-attention {
  font-size: 0.8rem;
  color: #909090;
  margin: 4px 0;
  min-height: 1.2rem;
}

.plan-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.plan-price-wrapper h4 {
  font-size: 2.4rem;
  color: #223ea7;
  font-weight: 800;
}

.plan-price-wrapper h4 span {
  font-size: 1.2rem;
  letter-spacing: 6px;
}
.plan-price-description {
  font-weight: 800;
  font-size: 0.6rem;
}

.fv-movie h3 {
  color: #0c7cbf;
  background-image: url("./images/bg-snow.png");
  border-bottom: 1px dotted #0c7cbf;
  width: 800px;
  margin: 32px auto;
  margin-bottom: 16px;
  margin-top: 64px;
  letter-spacing: 6px;
  font-weight: 800;
  line-height: 2.4;
  background-position: top;
  background-size: cover;
}

.fv-movie video {
  width: 900px;
}

.reserve_form {
  background-color: #0c7cbf;
  color: white;
  text-align: center;
  margin: 24px 0px;
  padding-bottom: 36px;
}

.triangle {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #e3edf4;
  height: calc(tan(60deg) * 60px / 2);
  width: 260px;
  margin: 0 auto;
  position: relative;
  bottom: 2px;
}
.reserve_form h3 {
  color: #f9ef09;
  font-size: 2.2rem;
  font-weight: 800;
  padding: 12px 0px;
}

.reserve_inner {
  padding: 20px;
  width: 600px;
  background-color: #e3edf4;
  color: black;
  margin: 24px auto;
  border-radius: 24px;
}

.reserve_inner button {
  margin: 12px 0px;
  background-color: #0c7cbf;
  padding: 12px 140px;
  color: white;
  border-radius: 20px;
  box-shadow: 4px 4px #0e5f87;
}

.reserve_inner select {
  background-color: white;
  width: 165px;
  height: 32px;
  border: 1px solid black;
  border-radius: 4px;
  text-align: left;
  padding-left: 12px;
  appearance: auto;
}
.benefits h3 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0c7cbf;
  border-bottom: 1px dashed #85bfd3;
  text-align: center;
  width: 80%;
  line-height: 2;
  margin: 12px auto;
  letter-spacing: 8px;
}

.benefits_headline {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.benefits_small {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.benefit {
  width: 320px;
  text-align: center;
}

.benefit img {
  width: 100%;
  height: 166px;
  object-fit: cover;
  margin-bottom: 8px;
}

.benefit h5 {
  font-size: 1.6rem;
  padding: 12px 0px;
  color: #0c7cbf;
  font-weight: 800;
  line-height: 1.7;
  margin-bottom: 24px;
  border-bottom: 1px dotted #666666;
  background-image: url(./images/titleicon.png);
  background-repeat: no-repeat;
  background-position: 32px;
  background-size: 101px;
}

.benefit h5 span {
  font-size: 2.8rem;
  color: #5eb6e4;
  font-weight: 300;
  margin-left: 4px;
}

.benefit h6 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-weight: 800;
  height: 60px;
}

.benefit p {
  text-align: left;
}
.benefits_small {
  display: flex;
  gap: 12px;
}

.benefit_etc {
  background-color: white;
  border-radius: 12px;
  margin: 0 auto;
  padding: 12px 24px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.plan-section {
  background-color: white;
  padding: 12px 0px;
}
.plan-section img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.plan-section h3 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0c7cbf;
  border-bottom: 1px solid #85bfd3;
  text-align: center;
  width: 80%;
  line-height: 2;
  margin: 12px auto;
}
.plan-section h4 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0c7cbf;
  text-align: center;
  width: 80%;
  line-height: 2;
  margin: 12px auto;
}
.plan-section_bg {
  background-color: #eff6fa;
  max-width: 990px;
  margin: 12px auto;
  padding: 12px;
}
.plan-detail-title {
  display: flex;
  justify-content: space-between;
  margin: 8px auto;
}
.plan-detail-description-wrapper {
  height: 24vw;
}
.plan-detail-price-section {
  margin: 1vw;
}
.plan-detail-description-wrapper p {
  margin: 0 auto;
  font-size: 1.8vw;
  height: 15vw;
}
.plan-section picture {
  text-align: center;
}
.plan-section_part div {
  width: 300px;
  text-align: center;
}
.plan-section_part {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-weight: 500;
  font-size: 0.9rem;
}
.plan-section_part img {
  width: 100%;
  object-fit: cover;
}

.plan-section_part span {
  color: #e52660;
}

.plan_detail h3 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0c7cbf;
  border-bottom: 1px solid #85bfd3;
  text-align: center;
  width: 80%;
  line-height: 2;
  margin: 12px auto;
}

footer p {
  margin: 8px 0px;
}

footer div {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.office-container {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid gray;
  border-radius: 12px;
}

.office-container h1 {
  background: #2980b9;
  color: white;
  padding: 10px;
  margin: 0;
  font-size: 1.2em;
  text-align: center;
}

.prefecture {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.prefecture-label {
  background: #2980b9;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  margin-right: 10px;
  min-width: 80px;
  text-align: center;
}

.locations {
  flex: 1;
}

.location {
  display: inline-block;
  padding: 2px;
}

.location.prereservation {
  background: hwb(341deg 78.62% 5.85%);
  color: #fff;
}

.location.delivery-fee {
  background: #ecffec;
  padding: 0 3px;
}

.legend {
  margin-top: 20px;
  font-size: 0.9em;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}

.legend-item {
  margin: 5px 0;
}

.legend-item.prereservation {
  color: #ff69b4;
}

.legend-item.delivery-fee {
  color: #4caf50;
}

.reservation {
  background-color: white;
}
main br {
  display: none;
}
.btn {
  background: #0c7cbf;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 24px auto;
  max-width: 350px;
  padding: 10px 25px;
  color: white;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.btn:hover {
  background: #333;
  color: #fff;
}
.floatBtn {
  position: fixed;
  bottom: 28px;
  right: 12px;
  background: linear-gradient(135deg, #ffb5f0, #ff87e0);
  width: 160px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow:
    0 6px 0 #d67acc,
    0 6px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 99;
}

/* ホバー時のPOP感 */
.floatBtn:hover {
  transform: translateY(-4px);
  box-shadow:
    0 8px 0 #d67acc,
    0 8px 14px rgba(0, 0, 0, 0.25);
}

/* 押した時の「ぷにっ」感 */
.floatBtn:active {
  transform: translateY(2px);
  box-shadow:
    0 3px 0 #d67acc,
    0 3px 8px rgba(0, 0, 0, 0.2);
}
.floatBtn div {
  text-align: center;
}

.camper-section {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  background-color: #fff;
  color: #222;
  padding: 40px 20px;
}

.camper-section h1 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.camper-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  border-top: 1px solid #ccc;
}

.camper-box {
  flex: 1 1 400px;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ccc;
}

.camper-box:last-child {
  border-right: none;
}

.camper-header {
  background-color: #4d81c3; /* family側を青系で */
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}

.compact .camper-header {
  background-color: #444; /* compact側をグレー系で */
}

.camper-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}

.camper-image-wrapper {
  position: relative;
  width: 70%;
  height: 300px;
  margin-bottom: 20px;
}

.camper-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.camper-overlay-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: auto;
}

.camper-image {
  width: 70%;
  height: auto;
  margin-bottom: 20px;
}

.camper-info {
  font-size: 0.95rem;
  line-height: 1.6;
}

.camper-desc {
  margin-top: 10px;
  color: #555;
}

@media screen and (max-width: 950px) {
  main br {
    display: inline-block;
  }
  .fv h3 {
    font-size: 1rem;
  }
  .fv-title {
    display: none;
  }
  .plan-wrapper {
    display: block;
  }

  .slider-wrapper {
    margin: 20px auto;
  }

  .slider-item {
    flex-wrap: wrap;
  }

  .slider-item img {
    width: 50%;
    height: 150px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }

  .slider-item img:nth-child(2),
  .slider-item img:nth-child(4) {
    border-right: none;
  }

  .slider-btn {
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }

  .slider-btn.prev {
    left: 5px;
  }

  .slider-btn.next {
    right: 5px;
  }
  .fv-movie h3 {
    width: 100%;
    line-height: 1.7;
  }
  .fv-movie video {
    width: 100%;
  }
  .reserve_inner {
    width: 100%;
  }

  .benefit {
    margin: 0 auto;
  }
  .benefits_headline {
    display: block;
  }

  .benefits_small {
    display: block;
  }

  .benefit_etc {
    grid-template-columns: 1fr 1fr;
  }
  .benefit_etc .benefit {
    width: 100%;
  }
  .plan-section_part {
    display: block;
  }
  .plan-section_part div {
    margin: 21px auto;
  }

  .fv-hero {
    top: 255px;
  }
  .fv-title h3 {
    font-size: 1.7rem;
    font-weight: 800;
  }
  .reserve_inner button {
    font-weight: 800;
    font-size: 1.5rem;
    padding: 12px 98px;
  }
  .benefit_etc .benefit h6 {
    font-size: 1.2rem;
    height: 60px;
  }
  .plan-section h3 {
    font-size: 1.5rem;
  }
  .plan-section h4 {
    font-size: 2rem;
    width: 100%;
    line-height: 1.4;
  }
  .pricing-detail-title {
    width: 100%;
  }
  .plan-detail img {
    height: 400px;
  }
  .use-flow div {
    margin-left: 0px;
  }
  .surrounding-info-inner {
    background-color: white;
    padding: 24px 0px;
  }
  .plan-section img {
    width: 100%;
  }
  .plan-section_bg {
    width: 90%;
    border-radius: 12px;
  }
  .highlights-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .camper-box {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .camper-box:last-child {
    border-bottom: none;
  }
  .fv-year-badge {
    font-size: 1.5rem;
    padding: 8px 16px;
    top: 10px;
    right: 10px;
  }
  .fv-plan-period {
    font-size: 0.75rem;
    padding: 8px 12px;
    bottom: 10px;
  }
}
