@charset "UTF-8";
@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .price-section {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 960px) {
  .price-section {
    padding: 30px 0 80px;
  }
}

.price-section__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.price-section__box {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .price-section__box {
    margin-top: 50px;
    padding: 90px 40px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__box {
    margin-top: 30px;
    padding: 30px 20px 50px;
  }
}

.price-section__row {
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .price-section__row {
    max-width: 810px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__row {
    max-width: 800px;
  }
}

.price-section__title {
  color: #EE9AA2;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .price-section__title {
    font-size: 25px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__title {
    font-size: 20px;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

.price-section__comment {
  line-height: 2;
  font-size: 16px;
}
.price-section__comment.--pack {
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .price-section__comment.--pack {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__comment.--pack {
    font-size: 16px;
    line-height: 24px;
  }
}

.price-section__table {
  position: relative;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 48px 0 22px;
}
.price-section__table::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 960px) {
  .price-section__table {
    display: block;
    margin: 0 0 10px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    height: 430px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__table > tbody {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.table__tr {
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-width: 960px) {
  .table__tr {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.table__title {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .table__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .table__title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.table__title.--balloon {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .table__title.--balloon {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 960px) {
  .table__title.--balloon {
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
}
.table__title.--balloon > p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 100%;
}
.table__title.--balloon:before {
  content: "";
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .table__title.--balloon:before {
    height: 62px;
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 960px) {
  .table__title.--balloon:before {
    height: 40px;
    width: calc(100% - 4px);
  }
}
.table__title.--balloon:after {
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border: solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  top: 100%;
  left: 50%;
}
@media screen and (max-width: 960px) {
  .table__title.--balloon:after {
    border-bottom-width: 0;
  }
}
.table__title.--pink01:before {
  background-color: rgba(238, 154, 162, 0.15);
}
.table__title.--pink01:after {
  border-color: #fff;
  border-top-color: rgba(238, 154, 162, 0.15);
}
.table__title.--pink02:before {
  background-color: rgba(238, 154, 162, 0.3);
}
.table__title.--pink02:after {
  border-color: #fff;
  border-top-color: rgba(238, 154, 162, 0.3);
}
.table__title.--pink03:before {
  background-color: rgba(238, 154, 162, 0.6);
}
.table__title.--pink03:after {
  border-color: #fff;
  border-top-color: rgba(238, 154, 162, 0.6);
}

.price-section__table .table__title,
.price-section__table .table__contents {
  text-align: center;
}

.table__contents {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  padding: 12px 26px;
  border: 1px solid #707070;
}
@media screen and (max-width: 960px) {
  .table__contents {
    padding: 10px;
  }
}
.table__contents:first-child {
  font-family: NotoSans400, sans-serif;
  font-weight: 400;
  text-align: left;
}
.table__contents:nth-child(n+2) {
  width: 175px;
}
@media screen and (max-width: 960px) {
  .table__contents:nth-child(n+2) {
    width: 198px;
  }
}
@media screen and (min-width: 961px) {
  .table__contents.--bold {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .table__contents.--bold {
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
}
.table__contents.--pink01 {
  background-color: rgba(238, 154, 162, 0.15);
}
.table__contents.--pink02 {
  background-color: rgba(238, 154, 162, 0.3);
}
.table__contents.--pink03 {
  background-color: rgba(238, 154, 162, 0.6);
}

@media screen and (min-width: 961px) {
  .price-section__notes {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__notes {
    font-size: 12px;
    line-height: 20px;
  }
}

.price-section__head {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .price-section__head {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__head {
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) {
  .price-section__head.--pack {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__head.--pack {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 961px) {
  .price-section__small {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__small {
    font-size: 15px;
  }
}

.price-section__wrap {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .price-section__wrap {
    margin-top: 20px;
    max-width: 600px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__wrap {
    margin-top: 10px;
  }
}
.price-section__wrap.--pink {
  background-color: rgba(238, 154, 162, 0.1);
}
@media screen and (min-width: 961px) {
  .price-section__wrap.--pink {
    font-size: 18px;
    padding: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__wrap.--pink {
    font-size: 16px;
    padding: 20px 12px;
    margin-top: 20px;
  }
}
.price-section__wrap.--blue {
  background-color: rgba(3, 178, 235, 0.1);
}
@media screen and (min-width: 961px) {
  .price-section__wrap.--blue {
    font-size: 16px;
    padding: 20px 40px;
    margin: 20px auto 100px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__wrap.--blue {
    font-size: 15px;
    padding: 20px 12px;
    margin: 20px 0 50px;
  }
}

.price-section__list {
  display: inline-block;
  text-align: left;
}

.price-section__item {
  position: relative;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .price-section__item {
    padding-left: 18px;
    text-indent: -18px;
  }
  .price-section__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__item {
    padding-left: 16px;
    text-indent: -16px;
  }
  .price-section__item:nth-child(n+2) {
    margin-top: 12px;
  }
}
.price-section__item:before {
  content: "・";
  left: 0;
}

@media screen and (min-width: 961px) {
  .price-section__merit {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__merit {
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.price-section__text {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .price-section__text {
    font-size: 13px;
  }
}