<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.point {
  border: 10px solid #E9FAD8;
}

.point_none {
  &amp; .tit_mini {
    border-radius: 10px;
    margin-right: 0;

    &amp;::after {
      content: none;
    }
  }

  &amp; dd {
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
  }
}

&amp; span {
  margin-right: 0;
}


.chart {
  width: 100%;

  th {
    width: 25%;
    background-color: #5CB531;
    border: 1px solid #fff;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
  }

  td {
    padding: 15px;
    background-color: #E9FAD8;
    border: 1px solid #fff;
    vertical-align: middle;
  }
}

.price {
  width: 28%;
  text-align: right;
}

.att {
  font-size: 1.2rem;
  margin-top: 20px;

  &amp; li {
    padding-left: 1.1em;
    position: relative;
  }

  &amp; li::before {
    content: "※";
    position: absolute;
    left: 0;
  }
}

li.push {
  font-size: 1.5rem;
  padding-left: 0;
  margin-bottom: 3px;

  &amp;::before {
    content: none;
    margin-top: 0;
  }
}

.top90 {
  margin-top: 90px;
}

.s-shop {
  background-color: #FCD225;
  padding: 70px 0;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.8;

  &amp; span {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: #B4B4B4;
  }
}

h4 {
  margin-top: 100px;
}

@media screen and (max-width: 829px) {
  .point {
    border: 5px solid #E9FAD8;
  }

  .chart {
    font-size: 1.3rem;

    th {
      width: 27%;
    }

    td {
      padding: 10px;
    }

    .price {
      width: 27%;
      line-height: 1.7;
    }
  }

  .s-shop {
    padding: 40px;
    line-height: 1.6;
  }

  h4 {
    margin-top: 7%;
  }

  .point_none {
    width: 100%;
  }
}</pre></body></html>