/* ======================================================
	料金・オプション
====================================================== */
/* price */
.lp-price h2 {
  background: url(../img/images/LP14_back.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 10px;
}

.lp-price .box {
  display: flex;
  align-items: end;
  justify-content: center;
}

.lp-price .box dl {
  margin: 0px 6px;
  width: 50%;
}

.lp-price .box .light {
  border: 1px solid #e8a8b1;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.lp-price .box .standard {
  border: 1px solid#dd707e;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.lp-price .box .premium {
  border: 1px solid #bd9a72;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.lp-price .box dt {
  color: #fff;
  font-size: 30px;
}

.lp-price .box .light dt {
  background: #e8a8b1;
}

.lp-price .box .standard dt {
  background: #dd707e;
}

.lp-price .box .premium dt {
  background: #bd9a72;
}

.lp-price .box dd {
  background: #fff;
  padding: 20px;
  height: 348px;
}

.lp-price .box dd .en {
  font-size: 60px;
  color: #e87889;
  font-weight: 500;
}

.lp-price .box dd .span {
  font-size: 30px;
  color: #e87889;
  font-weight: 500;
}

.lp-price .box dd .sub {
  font-size: 22px;
  color: #e87889;
  font-weight: 500;
  margin-top: -10px;
}

.lp-price .box dd .sub span {
  background: linear-gradient(transparent 60%, #fff3c3 60%);
}

.lp-price .box dd .menu1 {
  background: #fbedef;
  border-radius: 10px;
  padding: 5px 10px;
}

.lp-price .box dd .menu2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-price .box dd .menu2 {
  background: #fff3c3;
  border-radius: 10px;
  padding: 5px 10px;
}

.lp-price .plus {
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
}

.lp-price .plus .span1 {
  padding: 8px 20px;
  font-size: 28px;
  border: 1px solid #e87889;
  margin-right: 10px;
  vertical-align: super;
}

.lp-price .flow-btn {
  background: #df5c6d;
  border-radius: 8px;
  color: #fff;
  max-width: 767px;
  padding: 30px;
  display: block;
  margin: auto;
  text-decoration: none;
  font-size: 46px;
  font-weight: 700;
  position: relative;
}

.lp-price .flow-btn:after {
  content: "";
  width: 27px;
  height: 47px;
  background: url(../img/arrow3.png) center no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.lp-price #standard {
  position: relative;
}

.lp-price #standard .lp-price-ribon {
  position: absolute;
  left: -8px;
  top: 3px;
}

.lp-price #standard .lp-price-ribon img {
  width: 75px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .lp-price h2 {
    padding: 20px 10px;
  }

  .lp14-04 {
    width: 100px !important;
    height: auto;
  }

  /* price */
  .lp-price .box {
    display: block;
  }

  .lp-price .box dl {
    margin: 20px 0px;
    width: 100%;
  }

  .lp-price .box dl:last-child {
    margin-bottom: 0px;
  }

  .lp-price .size36 {
    font-size: 18px;
  }

  .lp-price .box dt {
    font-size: 26px;
  }

  .lp-price .box dd {
    height: auto;
    padding: 20px 10px;
  }

  .lp-price .box dd .en {
    font-size: 56px;
  }

  .lp-price .box dd .en span {
    font-size: 28px;
  }

  .lp-price .box dd .menu1 {
    font-size: 16px;
  }

  .lp-price .box dd .menu2 {
    font-size: 13px;
  }

  .lp-price .box dd .menu2-box .menu1 {
    font-size: 13px;
  }

  .lp-price .plus-img {
    width: 46px;
    height: auto;
    margin: auto;
  }

  .lp-price .plus .span1 {
    font-size: 24px;
    padding: 4px 10px;
    margin-right: 5px;
  }

  .lp-price .plus .size60 {
    font-size: 34px;
  }

  .lp-price .plus .size28 {
    font-size: 20px;
  }

  .lp-price .flow-btn {
    font-size: 26px;
    padding: 10px;
    margin-bottom: 30px;
  }

  .lp-price .flow-btn:after {
    width: 15px;
    height: 30px;
  }

  .lp-price .box .light {
    margin-top: 5px;
  }

  .lp-price #standard .lp-price-ribon img {
    width: 80px;
    height: auto;
  }

  .lp-price #standard .lp-price-ribon {
    position: absolute;
    left: -10px;
    top: -16px;
  }
}

/* ======================================================
	料金・オプション
====================================================== */