/* ------------------------------------------------------------------------
	breakpoints
------------------------------------------------------------------------ */
/* ========================================================================

	na-che
  
======================================================================== */
/* ------------------------------------------------------------------------
	section
------------------------------------------------------------------------ */
section h3 br {
  display: none; }
  @media screen and (max-width: 480px) {
    section h3 br {
      display: inherit; } }
section p.navi {
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    section p.navi {
      margin-bottom: 50px; } }
section p.read {
  margin-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    section p.read img {
      max-width: 100%; } }
section ul.imgList, section ul.features {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 896px) {
    section ul.imgList, section ul.features {
      width: 100%; } }
section ul.imgList {
  margin: 0 auto 100px; }
  @media screen and (max-width: 736px) {
    section ul.imgList {
      justify-content: space-around; } }
  @media screen and (max-width: 480px) {
    section ul.imgList {
      margin-bottom: 50px; } }
  section ul.imgList li {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold; }
    @media screen and (max-width: 896px) {
      section ul.imgList li {
        font-size: 1.25rem;
        width: calc(100% / 3); }
        section ul.imgList li img {
          max-width: 100%; } }
    @media screen and (max-width: 736px) {
      section ul.imgList li {
        margin-bottom: 50px;
        width: 48%; } }
    @media screen and (max-width: 480px) {
      section ul.imgList li {
        width: 100%; } }
    section ul.imgList li span {
      display: block;
      margin: 15px 0; }
section ul.features {
  margin: 0 auto 80px;
  background: url("../images/cake/imgBg.png") no-repeat bottom right; }
  @media screen and (max-width: 896px) {
    section ul.features {
      margin-bottom: 0;
      width: 100%;
      background-size: 50%; } }
  @media screen and (max-width: 480px) {
    section ul.features {
      background: none; } }
  section ul.features li {
    position: relative;
    margin-bottom: 80px;
    line-height: 2;
    width: 430px; }
    @media screen and (max-width: 896px) {
      section ul.features li {
        width: 48%; } }
    @media screen and (max-width: 480px) {
      section ul.features li {
        margin-bottom: 60px;
        width: 100%; } }
    section ul.features li::before {
      position: absolute;
      display: block;
      content: '';
      top: -50px;
      left: 0;
      width: 188px;
      height: 188px;
      background: url("../images/vegetable/circle.png") no-repeat 0 0;
      z-index: -1; }
      @media screen and (max-width: 480px) {
        section ul.features li::before {
          top: -30px;
          width: 150px;
          height: 150px;
          background-size: 100%; } }
    section ul.features li span {
      display: block;
      margin-bottom: 10px;
      font-size: 1.3125rem;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        section ul.features li span {
          font-size: 1.125rem; } }
    section ul.features li strong {
      color: #006600; }
section .style {
  margin: 0 auto 100px;
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 896px) {
    section .style {
      margin-bottom: 50px;
      width: 100%; } }
  section .style .img {
    margin-bottom: 20px; }
    @media screen and (max-width: 896px) {
      section .style .img {
        width: 35%; }
        section .style .img img {
          max-width: 100%; } }
    @media screen and (max-width: 480px) {
      section .style .img {
        margin-bottom: 20px;
        text-align: center;
        width: 100%; } }
  section .style table {
    width: 60%; }
    @media screen and (max-width: 480px) {
      section .style table {
        width: 100%; } }
    section .style table th,
    section .style table td {
      padding-bottom: 30px; }
      @media screen and (max-width: 480px) {
        section .style table th,
        section .style table td {
          display: block;
          padding-bottom: 15px; } }
    section .style table th {
      text-align: center;
      width: 30%; }
      @media screen and (max-width: 480px) {
        section .style table th {
          width: 100%; } }
      section .style table th span {
        display: block;
        line-height: 2;
        background: #f6f3ea; }
    section .style table td {
      padding-left: 20px;
      line-height: 2; }
      @media screen and (max-width: 480px) {
        section .style table td {
          width: 100%; } }
  section .style p {
    line-height: 2; }
section .course {
  margin: 0 auto 100px;
  width: 900px; }
  @media screen and (max-width: 896px) {
    section .course {
      width: 100%; } }
  section .course dl dt {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 1.125rem;
    background: #f6f3ea; }
    @media screen and (max-width: 480px) {
      section .course dl dt {
        margin-bottom: 10px;
        padding: 10px;
        line-height: 1.5; } }
  section .course dl dd {
    margin-bottom: 50px;
    padding: 0 20px;
    line-height: 1.8; }
    @media screen and (max-width: 480px) {
      section .course dl dd {
        padding: 0 10px; } }
  section .course p {
    margin-bottom: 20px;
    line-height: 2; }
@media screen and (max-width: 480px) {
  section #menu {
    padding-top: 58px; } }
section .menu {
  margin: 0 auto 100px;
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 896px) {
    section .menu {
      margin-bottom: 80px;
      width: 100%; } }
  section .menu p.note {
    display: block;
    text-align: right;
    width: 100%; }
  section .menu .box {
    margin-bottom: 40px;
    width: 430px; }
    @media screen and (max-width: 896px) {
      section .menu .box {
        margin-bottom: 50px;
        width: 49%; } }
    @media screen and (max-width: 736px) {
      section .menu .box {
        width: 100%; } }
    section .menu .box h4 {
      margin-bottom: 20px;
      padding: 10px 20px;
      font-size: 1.3125rem;
      font-weight: bold;
      background: #f9ca76; }
      @media screen and (max-width: 736px) {
        section .menu .box h4 {
          padding: 10px;
          font-size: 1.125rem; } }
    section .menu .box dl {
      margin-bottom: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      section .menu .box dl dt {
        width: 220px; }
        @media screen and (max-width: 896px) {
          section .menu .box dl dt {
            width: 50%; }
            section .menu .box dl dt img {
              max-width: 100%; } }
        @media screen and (max-width: 480px) {
          section .menu .box dl dt {
            margin-bottom: 5px;
            text-align: center;
            width: 100%; } }
      section .menu .box dl dd {
        line-height: 1.8;
        width: 190px; }
        @media screen and (max-width: 896px) {
          section .menu .box dl dd {
            width: 48%; } }
        @media screen and (max-width: 480px) {
          section .menu .box dl dd {
            width: 100%; } }
    section .menu .box table {
      width: 100%; }
      section .menu .box table th,
      section .menu .box table td {
        padding-bottom: 20px; }
        @media screen and (max-width: 480px) {
          section .menu .box table th,
          section .menu .box table td {
            padding-bottom: 5px;
            display: block; } }
      section .menu .box table th {
        text-align: center;
        width: 18%; }
        @media screen and (max-width: 896px) {
          section .menu .box table th {
            width: 15%; } }
        @media screen and (max-width: 480px) {
          section .menu .box table th {
            text-align: center;
            width: 100%; } }
        section .menu .box table th span {
          display: inline-block;
          padding: 8px 15px;
          width: 100%;
          background: #f6f3ea; }
          @media screen and (max-width: 896px) {
            section .menu .box table th span {
              padding: 5px 10px; } }
          @media screen and (max-width: 480px) {
            section .menu .box table th span {
              display: block; } }
      section .menu .box table td {
        padding: 0 10px 20px;
        line-height: 1.5;
        font-size: 1.125rem; }
        @media screen and (max-width: 480px) {
          section .menu .box table td {
            padding: 0 5px 5px;
            font-size: 1rem; } }
        section .menu .box table td p {
          font-size: .875rem; }
          section .menu .box table td p span {
            display: block;
            color: #006600; }

/* ------------------------------------------------------------------------
	footer
------------------------------------------------------------------------ */
@media screen and (max-width: 896px) {
  footer {
    padding: 0px 0 100px; } }
@media screen and (max-width: 896px) {
  footer p.pageTop {
    bottom: 95px; } }
