/*=============================
 PLANセクション
==============================*/
.plan-recommend {
  /* padding-top: 156px; */
  /* margin-top: -25px; */
  margin-bottom: 160px;
}

.plan-recommend .item_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.plan-recommend .item_list>li {
  max-width: 290px;
  width: 100%;
  margin-bottom: 30px;
}

.plan-recommend .item_list img {
  width: 100%;
  height: auto;
  aspect-ratio: 290/290;
  object-fit: cover;
  border-radius: 10px;
}

.plan-recommend h3 {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.plan-recommend .price_block {}

.plan-recommend .price_block .price_org {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  text-decoration: line-through;
}

.plan-recommend .price_block .yen {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: -0.3em;
}

.plan-recommend .price_block .num {
  font-size: 1.375rem;
  font-weight: bold;
}

.plan-recommend .price_block .zei {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: -0.4em;
}

.plan-recommend .txt {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  margin-top: 1em;
  margin-bottom: 1.2em;
}

.plan-recommend .btns {
  display: flex;
  gap: 10px;
}

.plan-recommend .btns a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.8;
  text-align: center;
  border-radius: 2.14em;
  padding: 0 2.14em;
}

.plan-recommend .btns .reserve {
  background-color: #C67A7A;
  border: #C67A7A 1px solid;
}

.plan-recommend .btns .reserve:hover {
  background-color: #fff;
  color: #C67A7A;
  opacity: 1;
}

.plan-recommend .btns .go_detail {
  background-color: #A19A69;
  border: #A19A69 1px solid;
}

.plan-recommend .btns .go_detail:hover {
  background-color: #fff;
  color: #A19A69;
  opacity: 1;
}

.plan-recommend .other {
  background-color: #FFF2F2;
  border: #C67A7A 3px solid;
  border-radius: 20px;
  position: relative;
  padding: 50px 115px 115px;
  margin-top: 85px;
}

.plan-recommend .baloon {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  /* top: -80px; */
  min-width: 540px;
}

.plan-recommend .other .inner {}

.plan-recommend .other .btn_block {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, 50%);
  z-index: 2;
}

.plan-recommend .md-ver {
  display: none;
}

.plan-recommend .splide__arrow {
  display: none;
}

.plan-recommend .splide__pagination {
  margin-top: 1rem;
}

.plan-recommend .splide__pagination li:not(:first-child) {
  margin-left: 1.25rem;
}

.plan-recommend .splide__pagination__page {
  width: 0.9375rem;
  height: 0.9375rem;
  /* background-color: #FFF2F2; */
  background-color: #C67A7A;
  border-radius: 50%;
  border: none;
}

.plan-recommend .splide__pagination__page.is-active {
  /* background-color: #C67A7A; */
  background-color: #FFF2F2;
}

@media screen and (max-width:1260px) {
  .plan-recommend .pc-ver {
    display: none;
  }

  .plan-recommend .md-ver {
    display: block;
    margin-left: 30px;
    margin-top: 70px;
  }

  .plan-recommend .md-ver .splide__slide img {
    aspect-ratio: 290/290;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }

  .plan-recommend .other {
    width: calc(100vw - 60px);
    padding: 5.5vw 30px 12.65vw;
    margin: 85px auto 0;
  }

  .plan-recommend .item_list {
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width:900px) {
  .plan-recommend {
    margin-top: 60px;
  }

  .plan-recommend .baloon {
    padding: 0;
    min-width: min(80vw, 540px);
  }

  .plan-recommend .splide {
    margin-left: 30px;
  }
}

@media screen and (max-width:500px) {
  .plan-recommend {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 70px;
  }

  .plan-recommend .splide {
    margin-left: 20px;
    margin-top: 30px;
  }

  .plan-recommend .other {
    width: calc(100vw - 20px);
  }

  .plan-recommend h3 {
    font-size: 1rem;
  }

  .plan-recommend .price_block .price {
  }

  .plan-recommend .txt {
    font-size: 0.8125rem;
  }

  .plan-recommend .baloon {
    font-size: 3.8vw;
  }
}


.plan-recommend .splide__list {
  justify-content: space-around;
}

.plan-recommend .splide__slide {
  display: flex;
  flex-direction: column;
}

.plan-recommend .item_list>li {
  display: flex;
  flex-direction: column;
}

.plan-recommend .txt {
  display: flex;
  flex-grow: 1;
  flex-direction: column;

}