@charset "utf-8";

/* CSS Document */
.header_top_image_wrap {
  background-image: url("../asset/BBQplans_top.png");
}

.section_BBQplans {
  width: 80%;
  margin: 0 auto;
}

.plan_1_wrap,
.plan_2_wrap,
.plan_3_wrap {
  max-width: 600px;
  justify-content: center;
}

.plan_1_photo,
.plan_2_photo,
.plan_3_photo {
  width: 80%;
  height: auto;
  z-index: 1;
  max-width: 500px;
  min-width: 330px;
  left: 0;
  top: 20px;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.BBQplan_content {
  color: #ffffff;
  background-color: #0C2359;
  padding: 90px;
  margin-bottom: 100px;
  width: 50vw;
  margin-top: -30px;
  margin-left: 100px;
}

.BBQplan_content ul {
  list-style: none;
}

.plan_content {
  display: flex;
}

.wrap_1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.menu_title h3 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  line-height: 45px;
  letter-spacing: 3px;
  font-weight: 600;
}

.menu_title p {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 45px;
  letter-spacing: 3px;
  font-weight: 400;
}

.price {
  margin-top: 15px;
}

.price p {
  font-size: 18px;
  text-align: right;
  font-weight: 400;
}

.price_up {
  display: flex;
  margin-bottom: 15px;
}

.price_up p {
  font-size: 15px;
  font-weight: 400;
}

.price_up p span {
  color: #0C2359;
  background-color: #ffffff;
  padding: 10px;
  font-weight: 400;
}

.price_down {
  display: flex;
  justify-content: flex-end;
}

.price_down p {
  font-size: 15px;
  display: flex;
  align-items: flex-end;
  margin-right: 15px;
  font-weight: 400;
}

.price_down p span {
  font-size: 40px;
}

.plan_content {
  margin-bottom: 50px;
  line-height: 30px;
}

.plan_content p {
  font-size: 16px;
  font-weight: 400;
}

.plan_content p span {
  width: 50px;
  white-space: nowrap
}

.plan_caution li {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.plan_caution li span {
  display: inline-block;
  font-weight: 400;
}

.link {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}

.kids_fee_list {
  background-color: #ffffff;
  color: #0C2359;
  padding: 30px 50px;
}

.kids_fee_list p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  margin-left: -10px;
}

.kids_fee_list li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.list_flex {
  display: flex;
  justify-content: space-between;
}

.section_BBQplans h3 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  line-height: 45px;
  letter-spacing: 3px;
  font-weight: 600;
}

.option_title_flex {
  display: flex;
  margin-bottom: 50px;
}

.option_menu_flex {
  display: flex;
  justify-content: space-between;
}

.option_title_flex p {
  font-size: 16px;
  margin: 12px 0 0 40px;
}

.option_menu_flex ul li {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 1230px) {
  .section_BBQplans {
    margin-bottom: 10px;
  }

  .BBQplan_content {
    width: 60vw;
    margin-left: 30px;
    padding: 60px;
    margin-bottom: 50px;
  }

  .wrap_1 {
    display: block;
  }

  .section_BBQplans h3 {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600;
  }

  .plan_1_wrap,
  .plan_2_wrap,
  .plan_3_wrap {
    max-width: 350px;
    height: 970px;
  }

  .plan_3_wrap {
    margin-top: 150px;
    height: 700px;
  }

  .menu_title h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 50px;
    font-weight: 600;
  }

  .menu_title p {
    font-size: 14px;
    line-height: 25px;
  }

  .price p {
    font-size: 14px;
    text-align: right;
  }

  .price_down {
    justify-content: flex-start;
  }

  .plan_content p {
    font-size: 14px;
  }

  .plan_caution li {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .kids_fee_list {
    padding: 30px 20px;
  }

  .kids_fee_list p {
    font-size: 14px;
  }

  .kids_fee_list li {
    font-size: 14px;
  }

  .option_menu_flex ul li {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .option_title_flex {
    display: block;
  }

  .option_title_flex p {
    font-size: 14px;
    margin: 0;
  }
}

@media (max-width: 500px) {
  .section_BBQplans {
    margin-bottom: 30px;
  }

  .plan_1_photo,
  .plan_2_photo,
  .plan_3_photo {
    margin-left: -10px;
    top: 20px;
  }

  .BBQplan_content {
    width: 250px;
    margin-left: 8px;
    padding: 60px 40px 60px 40px;
  }

  .wrap_1 {
    display: block;
    margin-bottom: 25px;
  }

  .section_BBQplans h3 {
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 600;
  }

  .plan_1_wrap,
  .plan_2_wrap,
  .plan_3_wrap {
    max-width: 350px;
    height: 1050px;
  }

  .plan_3_wrap {
    margin-top: 40px;
    height: 620px;
  }

  .menu_title h3 {
    margin-bottom: 25px;
  }

  .menu_title p {
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .price p {
    font-size: 14px;
    text-align: right;
  }

  .price_down {
    justify-content: flex-start;
  }

  .price_down p span {
    font-size: 30px;
  }

  .plan_content {
    margin-bottom: 25px;
  }

  .plan_content p {
    font-size: 14px;
    line-height: 30px;
  }

  .plan_caution li {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 23px;
  }
}

.favor {
  width: 80%;
  margin: 0 auto;
}

.favor h2 {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 100px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.5s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.flex img {
  width: 60px;
}

.box {
  height: 400px;
  background-color: #ffffff;
  text-align: center;
  width: calc(100% / 3 - 10px);
}

.box p {
  font-size: 16px;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
  line-height: 35px;
}

.box p span {
  font-weight: 700;
}

.icon {
  margin: 50px 0;
}


@media (max-width: 790px) {
  .flex {
    margin: 30px auto 50px auto;
  }

  .flex img {
    width: 60px;
  }

  .box p {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width: 500px) {
  .flex {
    gap: 5px;
  }

  .box {
    height: 360px;
    background-color: #ffffff;
    text-align: center;
    width: calc(100% / 2 - 5px);
  }

  .flex img {
    width: 40px;
  }

  .icon {
    margin: 30px 0;
  }

  .box p {
    line-height: 25px;
    font-size: 13px;
  }
}

/*ボタン*/
.readmore_facilites a,
.readmore_plans a {
  background: #eee;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #0C2359;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.readmore_facilites a:hover,
.readmore_plans a:hover {
  background: #A68D4E;
  color: #FFF;
}

.readmore_facilites a:after,
.readmore_plans a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.readmore_facilites a:hover:after,
.readmore_plans a:hover:after {
  border-color: #FFF;
}

Resources .readmore_facilites span,
.readmore_plans span {
  font-weight: 500;
  color: #0C2359;
  letter-spacing: 5px;
}

/*ここまで*/
.section_cancel_policy {
  margin-bottom: 500px;
}

.reserve_button_2 {
  padding: 30px;
  overflow: hidden;
  background-color: #A68D4E;
  width: 15%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}

.reserve_button_2 span {
  color: #ffffff;
  margin: 0 auto;
}

@media (max-width: 790px) {
  .reserve_button_2 {
    width: 27%;
  }

  .section_cancel_policy {
    margin-bottom: 300px;
  }
}

@media (max-width: 500px) {
  .reserve_button_2 {
    width: 40%;
    margin-bottom: 60px;
  }

  .section_cancel_policy {
    margin-bottom: 300px;
  }
}