@charset "UTF-8";
body {
  padding-top: 60px;
  padding-bottom: 130px;
  color: #4D4D4D;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; }

img {
  vertical-align: bottom; }

.container {
  padding-right: 20px;
  padding-left: 20px; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .header h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 10px;
    width: 160px;
    height: 75px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
    .header h1 img {
      display: block;
      width: 130px;
      height: auto; }

.header_content {
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #87D13D; }

.header_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px; }

.header_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 50%; }
  .header_cart img {
    display: block;
    width: 28px;
    height: auto; }

.nav_toggle {
  position: relative;
  width: 40px;
  height: 30px; }
  .nav_toggle span {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    transform: translateY(-50%); }
  .nav_toggle::before, .nav_toggle::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px; }
  .nav_toggle::before {
    top: 0; }
  .nav_toggle::after {
    bottom: 0; }

.gnav {
  display: none;
  background-color: #ffffff; }
  .gnav ul {
    padding: 20px 0 0;
    margin: 0;
    list-style-type: none; }
  .gnav li + li {
    border-top: 1px solid #E6E6E6; }
  .gnav a {
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 16px 20px;
    color: #4D4D4D;
    font-size: 14px;
    text-decoration: none; }
    .gnav a::after {
      content: '';
      display: block;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      border-right: 2px solid #87D13D;
      border-bottom: 2px solid #87D13D;
      transform: rotate(-45deg); }

.product_lineup {
  padding: 0;
  margin: 30px 0;
  list-style-type: none; }
  .product_lineup li {
    margin-bottom: 10px; }
  .product_lineup img {
    width: 100%;
    height: auto; }

.contentbox {
  position: relative;
  padding: 30px 15px 15px;
  margin-bottom: 10px;
  border: 1px solid #E6E6E6; }
  .contentbox > p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5; }

.contentbox_heading {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 140px;
  height: 34px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
  background-color: #87D13D; }
  .contentbox_heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #3A642C transparent transparent; }

.contentbox_lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .contentbox_lead p {
    margin: 0;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (max-width: 374px) {
      .contentbox_lead p {
        font-size: 12px; } }
    .contentbox_lead p strong {
      font-size: 20px;
      font-weight: normal; }
      @media screen and (max-width: 374px) {
        .contentbox_lead p strong {
          font-size: 16px; } }
      .contentbox_lead p strong span {
        font-size: 14px; }
        @media screen and (max-width: 374px) {
          .contentbox_lead p strong span {
            font-size: 12px; } }
  .contentbox_lead img {
    width: 120px;
    height: 120px; }

.pagelink ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 25px -5px;
  list-style-type: none; }

.pagelink li {
  width: 50%;
  box-sizing: border-box;
  padding: 5px; }

.pagelink a {
  display: block;
  height: 60px;
  color: #4D4D4D;
  font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 12px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 374px) {
    .pagelink a {
      font-size: 11px; } }

.newslist {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../images/bg_dot.png) 0 0/2px 2px; }
  .newslist p {
    margin-top: 0;
    margin-bottom: 10px; }
  .newslist ul {
    padding: 10px;
    margin: 0;
    list-style-type: none;
    background-color: #ffffff; }
  .newslist li {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .newslist li span {
      color: #ff6633;
      font-size: 12px; }
    .newslist li + li {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #E6E6E6; }

.footer {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 60px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  background-color: #4FB920;
  border-top: 30px solid #87D13D; }

.footer_sitename {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px; }

.copyright {
  margin-top: 40px;
  margin-bottom: 0; }

.fixednav {
  display: none;
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .fixednav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -5px;
    list-style-type: none; }
  .fixednav li {
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px; }
  .fixednav a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 50px;
    color: #4D4D4D;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #fff; }

/*# sourceMappingURL=style.css.map */
