@charset "UTF-8";
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}

.bg-milk {
  background-color: #fffff1;
}

.plan__img {
  text-align: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 768px) {
  .plan__img img {
    width: 100%;
  }
}
.plan__txt {
  font-size: 16px;
  text-align: left;
  padding: 10px 0;
  font-weight: 300;
}
.plan__price {
  font-size: 24px;
  font-weight: 700;
  color: #f00;
}
.plan__ttl {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  width: 80%;
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .plan__ttl {
    font-size: 5.3333333333vw;
  }
}
.plan__ttl:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f48fb1;
}
.plan__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: number;
  list-style-type: none !important;
}
@media screen and (max-width: 768px) {
  .plan__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.plan__flow--item {
  position: relative;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .plan__flow--item {
    padding: 0;
    padding-left: 13.3333333333vw;
  }
}
.plan__flow--item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .plan__flow--item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.plan__flow--item:not(:last-child)::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #f48fb1;
  border-right: 4px solid #f48fb1;
  position: absolute;
  top: 57%;
  right: -34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .plan__flow--item:not(:last-child)::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 17.3333333333vw;
    left: 44.8vw;
  }
}
.plan__flow--item:before {
  position: absolute;
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #f48fb1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-right: 20px;
  top: 0;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .plan__flow--item:before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.plan__flow--box {
  border: solid 2px #f48fb1;
  padding: 40px 20px;
  margin: 10px auto;
  background: #fff;
  height: 200px;
  width: 75px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .plan__flow--box {
    height: auto;
    width: auto;
    position: static;
    padding: 2.6666666667vw;
    width: 66.6666666667vw;
  }
}
.plan__flow--txt {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .plan__flow--txt {
    display: block;
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    -webkit-transform: translate(0);
            transform: translate(0);
    text-align: center;
  }
}
.plan__set--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .plan__set--list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .plan__set--item {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__set--item:not(:nth-of-type(3n)) {
    margin-right: 2.6666666667vw;
  }
}
.plan__set--img {
  text-align: center;
}
.plan__set--img img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .plan__set--img img {
    width: 26.6666666667vw;
  }
}
.plan__setTxt--list {
  margin: 20px auto;
}
.plan__setTxt--item:not(:last-child) {
  padding-bottom: 10px;
}
.plan__setTxt--item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.plan__setTxt--item p::before {
  content: url("../img/list_icon.png");
  margin-right: 10px;
}
.plan__setTxt--item .danger {
  font-size: 16px;
  font-weight: 700;
  color: #f00;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plan__setTxt--item .danger::before {
  content: "※";
}

.option__list {
  margin: 20px auto;
}
.option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.option__item::before {
  content: url("../img/list_icon.png");
  margin-right: 10px;
}
.option__item:not(:last-child) {
  padding-bottom: 10px;
}
.option__item--price {
  font-weight: 700;
  color: #f00;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 20px;
}

.place__ttl {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .place__ttl {
    font-size: 4.8vw;
  }
}
.place__ttl::before {
  content: url("../img/list_icon.png");
  margin-right: 10px;
}
.place__subTtl {
  color: #f48fb1;
  font-size: 18px;
  font-weight: 700;
  border-left: 5px double #f48fb1;
  padding-left: 10px;
  margin: 20px auto 10px;
}
.place__def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: #666 solid 1px;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .place__def {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.place__def--tit, .place__def--data {
  width: 50%;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .place__def--tit, .place__def--data {
    width: 100%;
  }
}
.place__def--tit {
  background-color: #f48fb1;
  color: #fff;
}
.place__def--data {
  background-color: #fff;
}
/*# sourceMappingURL=plan.css.map */