.fv_pc_bokking {
  background-image: url(../img/bokking/bokking_fv_pc.webp);
  height: 400px;
  background-repeat: no-repeat;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 700px) {
  .fv_pc_bokking {
    height: 200px;
  }
}
.fv_pc_bokking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .fv_pc_bokking::before {
    height: 100%;
  }
}

h1 {
  font-size: 15rem;
  color: #EC59BA;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  h1 {
    font-size: 10rem;
    bottom: 75%;
    transform: translate(-50%, 50%);
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 5rem;
    bottom: 85%;
    transform: translate(-50%, 50%);
  }
}

.bokking_h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  color: #159900;
  margin-top: 150px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  .bokking_h2 {
    margin-top: 100px;
  }
}

.bokking_h2::before,
.bokking_h2::after {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #159900;
}
.bokking_h2::before {
  margin-right: 20px;
  margin-top: 15px;
}
.bokking_h2::after {
  margin-left: 20px;
  margin-top: 15px;
}


.bokking_p {
  color: #383838;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media (max-width: 450px){
  .bokking_p {
    display: none;
  }
}

.bokking_p_sp {
  display: none;
  color: #383838;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media (max-width: 450px){
  .bokking_p_sp {
    display: block;
    color: #383838;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
}


p {
  padding: 0 20px;
}

.br_p {
  display: none;
}
@media (max-width: 700px) {
  .br_p {
    display: block;
  }
}


.img_booking {
  background-image: url(../img/bokking/bokking_pc.webp);
  width: auto;
  height: 800px;
  background-repeat:no-repeat;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  margin-bottom: 200px;
}
@media (max-width: 1200px) {
  .img_booking {
    height: 600px;
  }
}
@media (max-width: 900px) {
  .img_booking {
    height: 500px;
    margin-bottom: 100px;
  }
}
@media (max-width: 700px) {
  .img_booking {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .img_booking {
    height: 250px;
  }
}

.sns_logo_bokking {
  display: flex;
  justify-content: space-around;
  width: 10%;
  margin: 0 auto;
  margin-bottom: 150px;
  margin-top: 50px;
}

img {
  height: 50px;
  width: 50px;
}
@media (max-width: 700px) {
  img {
    margin: 0 30px;
  }
}

.sns_logo_02 {
  width: 20%;
  margin-left: auto;
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
}
@media (max-width: 700px) {
.sns_logo_02 {
  width: 50%;
  margin-left: auto;
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
}
}
