@charset "UTF-8";
.courgette {
  font-family: "Courgette", cursive;
  font-weight: 400; }

.priceArea {
  text-align: center;
  padding: 1px 54px 100px; }
  @media screen and (max-width: 640px) {
    .priceArea {
      padding: 1px 0 0; } }
  .priceArea.type01 {
    background-color: #F4F4F2; }
  .priceArea .cmnSelector02Wrap {
    margin-top: -20px;
    margin-bottom: -20px; }
    @media screen and (max-width: 640px) {
      .priceArea .cmnSelector02Wrap {
        margin-top: 0;
        margin-bottom: 1.5rem; } }
  @media screen and (max-width: 640px) {
    .priceArea .cmnSelector03 {
      margin-bottom: 3rem; } }
  .priceArea .cmnTable01 {
    margin-top: 50px; }
    @media screen and (max-width: 640px) {
      .priceArea .cmnTable01 {
        margin-top: 0.4rem; } }
  .priceArea .notes {
    text-align: left;
    margin-top: 20px; }
    @media screen and (max-width: 640px) {
      .priceArea .notes {
        margin-top: 1rem; } }
    .priceArea .notes > li {
      font-size: 1.5rem;
      line-height: 3rem; }
      @media screen and (max-width: 640px) {
        .priceArea .notes > li {
          font-size: 1.2rem;
          line-height: 2.3rem; } }
      .priceArea .notes > li:before {
        content: "■　";
        font-size: 0.9rem;
        color: #F05050;
        margin-top: -4rem; }
  .priceArea .stimates_btn {
    margin-top: 70px; }
    @media screen and (max-width: 640px) {
      .priceArea .stimates_btn {
        margin-top: 4rem; } }
