@charset "UTF-8";
@media screen and (max-width: 768px) {
  .priceContainer {
    width: 88vw;
    margin: 0 auto;
  }
}
.priceLead {
  font-size: 17px;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .priceLead {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 13.333333333333334vw;
  }
}
.priceSubTitle {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #1aa73b;
  padding-bottom: 27px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .priceSubTitle {
    margin-bottom: 10.666666666666668vw;
  }
}
.priceSubTitle img {
  height: 24px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .priceSubTitle img {
    height: 6.4vw;
  }
}


.priceSubTitle2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #1aa73b;
  padding-bottom: 27px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .priceSubTitle2 {
    margin-bottom: 10.666666666666668vw;
  }
}
.priceSubTitle2 img {
  height: 24px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .priceSubTitle2 img {
    height: auto;
    width: 330px;
  }
}

.priceSubTitle3 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #1aa73b;
  padding-bottom: 27px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .priceSubTitle3 {
    margin-bottom: 10.666666666666668vw;
  }
}
.priceSubTitle3 img {
  height: 24px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .priceSubTitle3 img {
    height: auto;
    width: 1000px;
  }
}


.priceContents {
  margin-bottom: 70px;
  width: 470px;
}
@media screen and (max-width: 768px) {
  .priceContents {
    margin-bottom: 16vw;
  }
}
.priceContents.wide {
  width: 100%;
}
.priceMenuWrapper {
  width: 375px;
}
@media screen and (max-width: 768px) {
  .priceMenuWrapper {
    display: block;
    width: 100%;
  }
}
.priceMenuWrapper.half {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.priceMenuWrapper.other {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.priceDetails {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .priceDetails {
    display: block;
  }
}
.priceDetails.half {
  display: block;
  width: 100%;
}
.priceMenuName {
  font-size: 18px;
  width: 100px;
  margin-bottom: 1em;
}
.priceMenuName.half {
  width: 70px;
}
.priceMenuName.soshin {
  width: 190px;
}
.priceMenuPrice {
  font-weight: bold;
  color: #1aa73b;
  font-size: 18px;
}
.priceMenuPrice .tax {
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .priceMenuPrice.spSpecial {
    width: 54.666666666666664vw;
  }
}
@media screen and (max-width: 768px) {
  .priceMenuPrice {
    font-size: 17px;
  }
}
.priceAnnotationWrapper {
  width: 620px;
}
@media screen and (max-width: 768px) {
  .priceAnnotationWrapper {
    width: 100%;
  }
}
.priceAnnotationWrapper.half {
  width: 100%;
  margin-bottom: 1em;
}
.priceAnnotation {
  font-size: 14px;
  line-height: 2;
}
.priceAnnotation .green {
  color: #1aa73b;
}
.priceContentsWrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .priceContentsInner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.priceContentsInner.other {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .priceContentsInner.other {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.priceContentsInner.other .priceMenuName {
  width: 256px;
}
.priceContentsInner.other .priceMenuName .small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .priceContentsInner.other .priceMenuName .small {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .priceContentsInner.other .priceMenuName {
    width: 57.333333333333336vw;
  }
}
.priceContentsInner.other:nth-of-type(2n) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .priceContentsInner.other:nth-of-type(2n) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
}
.priceContentsInner.other:nth-of-type(2n) .priceMenuName {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .priceContentsInner.other:nth-of-type(2n) .priceMenuName {
    width: 57.333333333333336vw;
  }
}
@media screen and (max-width: 768px) {
  .priceContentsInner.half {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.priceFrame {
  border: 1px #363636 dotted;
  padding: 25px 35px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .priceFrame {
    padding: 6.666666666666667vw 5.333333333333334vw;
    font-size: 13px;
    line-height: 1.69;
  }
}
.priceContainer {
  padding-bottom: 110px;
}
