@charset "UTF-8";
.content01_ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .content01_ul {
    width: 100%;
  }
}

.content01_ul li {
  width: 218px;
  border-bottom: 1px dashed #9fa0a0;
  font-size: 20px;
  padding: 8px 0 8px 15px;
  position: relative;
  margin: 0 45px 0 0;
}

@media (max-width: 480px) {
  .content01_ul li {
    width: 48%;
    margin: 0 4% 0 0;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .content01_ul li:nth-child(even) {
    margin: 0;
  }
}

.content01_ul li:nth-child(4) {
  margin: 0;
}

.content01_ul li:nth-child(8) {
  margin: 0;
}

.content01_ul li:last-child {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content01_ul li::before {
  content: "●";
  display: inline-block;
  font-size: 11px;
  color: #42b330;
  position: absolute;
  top: 16px;
  left: 0;
}

@media (max-width: 480px) {
  .content01_ul li::before {
    top: 10px;
  }
}

/*-----common-----*/
.glink_txt {
  font-weight: 100;
  margin: 0 0 50px 0;
}

@media (max-width: 480px) {
  .glink_txt {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
  }
}

.link_box_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.link_box_set .link_box {
  width: 33.33%;
  letter-spacing: 0;
}

.link_box_set .link_box:nth-child(1) a {
  border-radius: 10px 0 0 10px;
}

.link_box_set .link_box:nth-child(1) a:after {
  position: absolute;
  right: -1px;
  content: "";
  height: 20px;
  width: 1px;
  background: #b5b5b6;
  display: inline-block;
}

.link_box_set .link_box:nth-child(3) a {
  border-radius: 0 10px 10px 0;
}

.link_box_set .link_box:nth-child(3) a:after {
  position: absolute;
  left: -1px;
  content: "";
  height: 20px;
  width: 1px;
  background: #b5b5b6;
  display: inline-block;
}

.link_box_set .link_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  text-align: center;
  color: #000;
  text-decoration: none;
  position: relative;
}

@media (max-width: 480px) {
  .link_box_set .link_box a {
    height: 45px;
  }
}

.link_box_set .link_box a:before {
  content: "";
  background: url(../img/arrow03-pc.png) no-repeat;
  width: 10px;
  height: 7px;
  display: inline-block;
  left: 95px;
  position: absolute;
}

@media (max-width: 480px) {
  .link_box_set .link_box a:before {
    left: 8px;
  }
}

.link_box_set .link_box a:hover {
  background: #cacaca;
}

@media (max-width: 480px) {
  .link_box_set .link_box a:hover {
    background: #e6e6e6;
  }
}

.section_ttl {
  color: #333;
  font-size: 50px;
  text-align: center;
  padding: 0 0 10px;
  position: relative;
  margin: 0 0 15px 0;
  margin: 0 0 65px 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 480px) {
  .section_ttl {
    font-size: 26px;
    padding: 0 0 7px;
    margin: 0 0 25px;
  }
}

.section_ttl:after {
  height: 3px;
  width: 150px;
  background: #45b035;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media (max-width: 480px) {
  .section_ttl:after {
    width: 75px;
    height: 2px;
  }
}

.section_sub_ttl {
  color: #45b035;
  font-size: 30px;
  text-align: center;
  padding: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 480px) {
  .section_sub_ttl {
    font-size: 17px;
  }
}

#contents .mardel_set {
  width: 1020px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #contents .mardel_set {
    width: 100%;
    padding: 0;
  }
}

#contents .mardel_set .mardel_box {
  background: #ecf4d9;
  padding: 29px 40px 40px;
  border-radius: 20px;
}

@media (max-width: 480px) {
  #contents .mardel_set .mardel_box {
    padding: 12px 4% 18px;
  }
}

#contents .mardel_set .mardel_box .mardel_ttl {
  font-weight: bold;
}

#contents .mardel_set .mardel_box .mardel_text {
  margin: 0;
}

#contents .mardel_set .mardel_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 27px 0;
}

@media (max-width: 480px) {
  #contents .mardel_set .mardel_box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents .mardel_set .mardel_box ul li {
  position: relative;
  padding: 0 0 0 15px;
}

@media (max-width: 480px) {
  #contents .mardel_set .mardel_box ul li {
    display: block;
  }
}

#contents .mardel_set .mardel_box ul li:nth-child(1) {
  margin: 0 75px 0 0;
}

@media (max-width: 480px) {
  #contents .mardel_set .mardel_box ul li:nth-child(1) {
    margin: 0;
  }
}

#contents .mardel_set .mardel_box ul li:before {
  content: "●";
  display: inline-block;
  font-size: 11px;
  position: absolute;
  top: 6px;
  left: 0;
}

@media (max-width: 480px) {
  #contents .mardel_set .mardel_box ul li:before {
    top: 1px;
  }
}

.content_text {
  text-align: center;
  width: 780px;
  margin: 0 auto;
  padding: 0 0 46px 0;
}

@media (max-width: 480px) {
  .content_text {
    width: 100%;
    text-align: left;
    padding: 0 0 8px 0;
  }
}

#contents .alink_area {
  padding: 80px 0 95px;
}

@media (max-width: 480px) {
  #contents .alink_area {
    padding: 45px 2%;
  }
}

#contents .alink_area .section_inner {
  padding: 0;
}

#contents .alink_area .section_inner .content_inner {
  background: #e6e6e6;
  padding: 0;
  border-radius: 7px;
}

.seven_table {
  width: 100%;
}

.seven_table tr th {
  padding: 25px 0 0;
  color: #00693e;
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
}

.seven_table tr th .glt {
  background: #00693e;
  color: #fff;
  height: 48px;
  width: 46px;
  display: inline-block;
  text-align: center;
  padding: 0 0 0 2px;
  margin: 0 15px 0 0;
}

@media (max-width: 480px) {
  .seven_table tr th .glt {
    height: 30px;
    width: 25px;
  }
}

@media (max-width: 480px) {
  .seven_table tr th {
    display: block;
    padding: 9px 0 0;
    font-size: 17px;
  }
}

.seven_table tr td {
  padding: 0 0 13px 64px;
  border-bottom: 1px dashed #9fa0a0;
  font-size: 20px;
}

@media (max-width: 480px) {
  .seven_table tr td {
    display: block;
    padding: 2px 0 9px;
    font-size: 16px;
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  #contents .msg_l .lrul {
    margin: 0 0 22px 0;
  }
}

#contents .msg_l .lrul li {
  border-bottom: 1px dashed #9fa0a0;
  font-size: 20px;
  padding: 8px 0;
}

@media (max-width: 480px) {
  #contents .msg_l .lrul li {
    font-size: 13px;
    position: relative;
    padding: 8px 26px 8px;
  }
}

#contents .msg_l .lrul li:before {
  content: "";
  background: url(../img/check.png) no-repeat;
  display: inline-block;
  width: 26px;
  height: 20px;
  margin: 0 8px 0 0;
}

@media (max-width: 480px) {
  #contents .msg_l .lrul li:before {
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    left: 0;
  }
}

@media (max-width: 480px) {
  #contents1 .w_margin450 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contents1 .w_margin450 .images_r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    padding: 0;
  }
  #contents1 .w_margin450 .msg_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#contents1 #co02 .content_text {
  width: 860px;
  padding: 0;
}

@media (max-width: 480px) {
  #contents1 #co02 .content_text {
    width: 100%;
  }
}

#contents1 #co02 .content_text:first-child {
  margin: 0 auto;
}

#contents1 #co02 .content_text:nth-child(2) {
  margin: 0 auto 46px;
}

#contents1 #co02 .section_inner {
  padding: 0;
}

#contents1 #co02 .section_inner .content_inner {
  padding: 0;
}

@media (max-width: 480px) {
  #contents1 #co03 .section_inner {
    padding: 0;
  }
}

/*
#ingredient {
  #contents {
    .section {
      &:nth-child(odd) {
      }
      &:nth-child(3) {
        padding: 80px 0 0;
      }
      &:last-child {
        padding: 0 0 100px;
        .top_mt_area {
          border-bottom: 1px solid #000;
        }
      }
      .top_mt_area {
        width: 1020px;
        margin: 0 auto;
        border-top: 1px solid #000;
        @include sp {
          width: 100%;
        }
        .mt_title {
          font-size: 2rem;
          border-bottom: 3px double #45b035;
        }
        .section_inner {
          padding: 0;
          .mt_inner {
            display: flex;
            padding: 3% 0;
            @include sp {
              padding: 10% 4%;
            }
            .top_images_l {
              width: 150px;
              height: 150px;
              overflow: hidden;
              position: relative;
              margin: 0 5% 0 0;
              display: block;
              @include sp {
                margin: 0 10px 0 0;
              }
              img {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
              }
            }
            .top_msg_r {
              width: 78%;
              @include sp {
                width: 100%;
              }
              .top_mt_day {
              }
              .top_mt_text {
              }
              .mt_dlink {
                &:hover {
                  opacity: 0.8;
                }
              }
            }
          }
        }
      }
    }
  }
}
*/
/*

#details {
  #contents {
    .section {
      .top_mt_area {
        width: 1020px;
        margin: 0 auto;
        @include sp {
          width: 100%;
        }
        .mt_title {
          font-size: 26px;
          color: #45b035;
          border-bottom: 1px dashed #9fa0a0;
          @include sp {
            font-size: 22px;
          }
        }
        .section_inner {
          padding: 0;
          .mt_inner {
            display: flex;
            @include sp {
            }
            .top_images_l {
              width: 150px;
              height: 150px;
              overflow: hidden;
              position: relative;
              margin: 0 5% 0 0;
              display: block;
              img {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
              }
            }
            .top_msg_r {
              width: 100%;
              .top_mt_day {
                text-align: right;
              }
              .top_mt_text {
              }
              .mt_dlink {
                &:hover {
                  opacity: 0.8;
                }
              }
            }
          }
        }
        .mt_dimg {
          width: 1020px;
          margin: 0 auto;
          ul {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            li {
              width: 32%;
              height: 250px;
              position: relative;
              overflow: hidden;
              border: 3px double #45b035;
              margin: 0 0 2% 0;
              &:nth-child(3n + 2) {
                margin: 0 2%;
              }
              img {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
              }
            }
          }
        }
      }
      .d_list_area {
        width: 1020px;
        margin: 1% auto 2%;
        display: flex;
        justify-content: center;
        @include sp {
          width: 100%;
        }
        li {
          text-align: center;
          &:nth-child(1) {
            margin: 0 5% 0 0;
          }
          a {
            border: 1px dashed #000;
            display: block;
            padding: 5px 50px;
            color: #000;
            text-decoration: none;
            &:hover {
              text-decoration: underline;
              opacity: 0.8;
            }
          }
        }
      }
      .d_list_area02 {
        width: 1020px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        @include sp {
          width: 100%;
        }
        li {
          a {
            border: 1px dashed #000;
            display: block;
            padding: 5px 50px;
            color: #000;
            text-decoration: none;
            &:hover {
              text-decoration: underline;
              opacity: 0.8;
            }
          }
        }
      }
    }
  }
}
#details {
  #contents {
    .breadcrumbs {
      ul {
        li {
          &:last-child {
            width: 60%;
            overflow: hidden;
            height: 22px;
          }
        }
      }
    }
  }
}


*/
#greeting .section_inner .bg_line_box {
  border: 5px solid #45b035;
  background: #fff;
  border-radius: 15px;
  padding: 48px 50px 45px 50px;
}

@media (max-width: 480px) {
  #greeting .section_inner .bg_line_box {
    padding: 0;
  }
}

#greeting .section_inner .bg_line_box .line_content_area_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #greeting .section_inner .bg_line_box .line_content_area_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 25px 15px 23px 15px;
  }
}

#greeting .section_inner .bg_line_box .line_content_area_set .line_sb_ttl {
  color: #45b035;
  font-size: 30px;
  margin: 0;
  font-weight: bold;
}

@media (max-width: 480px) {
  #greeting .section_inner .bg_line_box .line_content_area_set .line_sb_ttl {
    font-size: 16px;
  }
}

#greeting .section_inner .bg_line_box .line_content_area_set .line_sb_sub_ttl {
  color: #000;
  font-size: 42px;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 480px) {
  #greeting .section_inner .bg_line_box .line_content_area_set .line_sb_sub_ttl {
    font-size: 19px;
    text-align: left;
  }
}

#greeting .section_inner .bg_line_box .line_content_area_set .line_sb_ss_ttl {
  color: #000;
  font-size: 20px;
}

@media (max-width: 480px) {
  #greeting .section_inner .bg_line_box .line_content_area_set .line_sb_ss_ttl {
    font-size: 13px;
    text-align: left;
  }
}

#greeting .section_inner .bg_line_box .line_content_area_set .line_sb_ss_ttl .lst {
  font-weight: bold;
}

#greeting .section_inner .line_tap {
  font-weight: bold;
  text-align: center;
}

#greeting .section_inner .table_base table {
  border: none;
  background: #fff;
  border-bottom: 1px solid #9e9e9e;
}

@media (max-width: 480px) {
  #greeting .section_inner .table_base table {
    background: #f6faed;
    border: none;
  }
}

#greeting .section_inner .table_base table tbody tr {
  border-top: 1px solid #9e9e9e;
}

@media (max-width: 480px) {
  #greeting .section_inner .table_base table tbody tr {
    border: none;
  }
}

@media (max-width: 480px) {
  #greeting .section_inner .table_base table tbody tr:last-child td {
    margin: 0;
  }
}

#greeting .section_inner .table_base table tbody tr th {
  border: none;
  padding: 25px 16px 24px;
  font-weight: bold;
}

@media (max-width: 480px) {
  #greeting .section_inner .table_base table tbody tr th {
    font-size: 1.4rem;
    padding: 12px;
  }
}

#greeting .section_inner .table_base table tbody tr td {
  border: none;
  padding: 25px 16px 24px 55px;
  position: relative;
}

@media (max-width: 480px) {
  #greeting .section_inner .table_base table tbody tr td {
    font-size: 1.4rem;
    background: #fff;
    margin: 0 0 30px 0;
    padding: 12px;
  }
}

#greeting .section_inner .table_base table tbody tr td:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60%;
  background: #9e9e9e;
  position: absolute;
  top: 20%;
  left: 0;
}

@media (max-width: 480px) {
  #greeting .section_inner .table_base table tbody tr td:before {
    content: none;
  }
}

#greeting #co02 .table_base table {
  background: #fff;
}

#greeting .table_base {
  padding: 0;
}

#greeting #co01 .section_inner {
  padding: 0;
}

#greeting #co02 .content_text {
  width: 895px;
}

@media (max-width: 480px) {
  #greeting #co02 .content_text {
    width: 100%;
  }
}

#greeting #co02 .section_inner {
  padding: 0;
}

#greeting #co02 .section_inner .table_base table tbody tr {
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  #greeting #co02 .section_inner .table_base table tbody tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#greeting #co02 .section_inner .table_base table tbody tr th {
  background: #ecf5da;
  padding: 24px 16px 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  #greeting #co02 .section_inner .table_base table tbody tr th {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px;
  }
}

#greeting #co02 .section_inner .table_base table tbody tr td {
  padding: 24px 16px 23px 55px;
}

@media (max-width: 480px) {
  #greeting #co02 .section_inner .table_base table tbody tr td {
    padding: 12px;
  }
}

#greeting #co02 .section_inner .table_base table tbody tr td::before {
  content: none;
}

#greeting #co03 .section_inner {
  padding: 0;
}

@media (max-width: 480px) {
  #greeting #co03 .section_inner {
    padding: 0;
  }
}

#greeting #co03 .section_inner .las_line img {
  width: 100%;
}

#greeting #contents .alink_area {
  padding: 80px 0 0;
  margin: 0 0 90px 0;
}

@media (max-width: 480px) {
  #greeting #contents .alink_area {
    padding: 40px 4% 0;
    margin: 0 0 45px 0;
  }
}

#inquiry #contents .section {
  padding: 80px 0 95px 0;
}

@media (max-width: 480px) {
  #inquiry #contents .section {
    padding: 40px 0 45px 0;
  }
}

#inquiry #contents .section .section_inner {
  padding: 0;
}

@media (max-width: 480px) {
  #inquiry #contents .section .section_inner {
    padding: 0 4%;
  }
}

.contact_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1020px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 29px 40px 40px;
}

@media (max-width: 480px) {
  .contact_set {
    width: 100%;
    display: block;
    padding: 0 10px;
  }
}

.contact_set_box {
  width: 48%;
  background: #ecf4d9;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  .contact_set_box {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .contact_set_box:last-child {
    margin-bottom: 0;
  }
}

.contact_set_title {
  font-size: 25px;
  border-bottom: 2px solid #45b035;
  padding: 5px 0 5px 70px;
  margin: 0 -10px 40px;
  line-height: 1.3;
  background: url(../img/midashi-point01-sp.png) no-repeat left bottom;
}

@media (max-width: 480px) {
  .contact_set_title {
    font-size: 5vw;
    padding-left: 50px;
    margin: 0 0 25px;
    background-size: auto 100%;
  }
}

.contact_set_inner {
  text-align: center;
}

.contact_set_inner .no {
  margin-bottom: 30px;
  font-size: 3.75rem;
  font-family: "arial bold";
  line-height: 1;
}

@media (max-width: 480px) {
  .contact_set_inner .no {
    font-size: 8vw;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif, "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  }
}

.contact_set_inner .no a {
  text-decoration: none;
}

.contact_set_inner .no span {
  font-size: 65%;
}

#contents .contact_set_inner p:last-child {
  margin-bottom: 0;
}

.contact_set_inner .list li {
  text-indent: -16px;
  padding-left: 16px;
  text-align: left;
}

#access #contents .section:last-child {
  padding: 70px 0 95px;
}

#access #contents .section .section_inner {
  padding: 0;
}

/*--------mins-------*/
#contents1 #page #contents #co01 {
  margin-top: -171px;
  padding-top: 171px;
}
/*# sourceMappingURL=contents.css.map */