@charset "UTF-8";
.FVcontainer {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  background-image: url("../img/slide-derawea(pc).gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 30vh;
  min-height: 250px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
  /*margin-top: 80px; */
}

.FVcontainer_melon {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  background-image: url("../img/melon-img.gif");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 70%;
  height: 30vh;
  min-height: 250px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
  margin-top: 70px;
}

.FVcontainer_peach {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  background-image: url("../img/momo-yoyaku-annai(sumaho).gif");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 70%;
  height: 30vh;
  min-height: 250px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
  /*margin-top: 70px;*/
}

.FVimg {
  width: 100%;
  max-width: 800px;
  object-fit: cover;
}

/*FV中のテキストエリア*/
.back {
  width: 40%;
  max-width: 400px;
  height: 100%;
  min-height: 250px;
  background-color: white;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgb(97 97 97 / 30%);
}

.event-text-style {
  line-height: 0;
}

.event-text-style p {
  font-weight: bold;
}

.ets1 {
  font-size: clamp(10px, 2.2vw, 22px);
  color: #ff6e6e;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}

.ets2 {
  font-size: clamp(20px, 4vw, 40px);
  color: #b651ce;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0px;
}

.ets3 {
  color: #fff;
  background: #71b557;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 200px;
  margin: 0 auto;
  font-size: clamp(14px, 2.5vw, 20px);
  margin-bottom: 10px;
}

.ets4 {
  margin-bottom: 40px;
  color: #c6916d;
  line-height: 1.2;
  font-size: clamp(14px, 2vw, 16px);
}

/*F予約ボタン*/
.FVbutton {
  max-width: 300px;
  text-decoration: none;
  background-color: white;
  border: 2px solid #f5a517;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  border-radius: 50px;
  color: #f5a517;
  font-size: clamp(14px, 2.5vw, 22px);
  font-weight: bold;
}

.fruitpage_link {
  color: #333333;
  margin: 0 auto;
  max-width: 200px;
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .FVcontainer {
    width: 95%; /* トリミングしたい枠の幅 */
    height: 30vh; /* トリミングしたい枠の高さ */
    min-height: 180px;
    object-fit: contain;
    background-position: -1%;
    background-size: 200%;
    flex-direction: column;
    /*margin-top: 18%;*/
    margin-bottom: 30px;
  }

  .FVcontainer_melon {
    width: 95%; /* トリミングしたい枠の幅 */
    height: 30vh; /* トリミングしたい枠の高さ */
    min-height: 180px;
    object-fit: cover;
    background-position: center;
    background-size: 120%;
    flex-direction: column;
    margin-top: 15%;
    margin-bottom: 30px;
  }

  .FVcontainer_peach {
    width: 95%; /* トリミングしたい枠の幅 */
    height: 30vh; /* トリミングしたい枠の高さ */
    min-height: 180px;
    object-fit: cover;
    background-position: center;
    background-size: 120%;
    flex-direction: column;
    margin-top: 15%;
    margin-bottom: 30px;
  }

  .back {
    width: 90%;
    max-width: 400px;
    min-height: 180px;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 5%;
  }

  .event-text-style p {
    margin-bottom: 0;
    font-weight: bold;
  }

  .ets1 {
    font-size: clamp(14px, 6vw, 16px);
    color: #ff6e6e;
  }

  .ets2 {
    font-size: clamp(20px, 10vw, 35px);
    color: #b651ce;
    line-height: 1.2;
    margin-top: 0px;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 0px #fff;
  }

  .ets3 {
    font-size: 18px;
    color: #fff;
    background: #71b557;
    padding: 16px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .ets4 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2;
    color: white;
    text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.6);
  }

  .FVbutton {
    font-size: 16px;
    max-width: 200px;
    line-height: 4;
  }

  .fruitpage_link {
    font-size: 14px;
    margin: 0 auto;
    max-width: 200px;
    margin-top: 10px;
  }

  .fruitpage_link a {
    color: white;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
  }
}
