@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.6;
  color: #262626;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 50px;
  }
}

.index_contents #contents_wrap {
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .index_contents #contents_wrap {
    margin-top: 0;
  }
}

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  margin: 0 0 50px auto;
  text-align: right;
}

.pankuzu {
  max-width: 1000px;
  margin: 0 0 0 auto;
  font-size: 13px;
  color: #262626;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu li {
  display: inline-block;
}

.pankuzu a {
  color: #262626;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #262626;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fNum {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header .hedInfo {
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 834px) {
  #global_header .hedInfo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    border: none;
  }
}

#global_header .hedInfo .inner1000 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  #global_header .hedInfo .inner1000 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#global_header .hedInfo .inner1000 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#global_header .hedInfo .inner1000 ul a {
  display: block;
  text-decoration: none;
}

#global_header .hedInfo .inner1000 ul a:hover {
  opacity: 1;
}

@media only screen and (max-width: 834px) {
  #global_header .hedInfo .inner1000 .shopWrap {
    padding-right: 50px;
  }
}

#global_header .hedInfo .inner1000 .shopWrap li {
  width: 70px;
  border-right: 1px solid #ccc;
}

#global_header .hedInfo .inner1000 .shopWrap li:first-of-type {
  border-left: 1px solid #ccc;
}

#global_header .hedInfo .inner1000 .shopWrap a {
  padding: 3px 0 0 0;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #global_header .hedInfo .inner1000 .shopWrap a {
    padding: 6px 0 2px 0;
  }
}

#global_header .hedInfo .inner1000 .shopWrap a i {
  display: block;
  font-size: 20px;
  font-weight: 200;
}

#global_header .hedInfo .inner1000 .shopWrap a:hover {
  background: #301a12;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  #global_header .hedInfo .inner1000 .contWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
  }
}

@media only screen and (max-width: 834px) {
  #global_header .hedInfo .inner1000 .contWrap li {
    width: 50%;
  }
}

#global_header .hedInfo .inner1000 .contWrap .linkTel {
  margin-right: 20px;
  font-size: 22px;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  #global_header .hedInfo .inner1000 .contWrap .linkTel {
    margin-right: 0;
  }
}

#global_header .hedInfo .inner1000 .contWrap .linkTel:before {
  content: "";
  width: 16px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/common/iconTel.png) no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  #global_header .hedInfo .inner1000 .contWrap .linkTel:before {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #global_header .hedInfo .inner1000 .contWrap .linkTel a {
    font-weight: 600;
  }
  #global_header .hedInfo .inner1000 .contWrap .linkTel a:before {
    content: "";
    width: 16px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
    background: url(../images/common/iconTel.png) no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
  }
}

#global_header .hedInfo .inner1000 .contWrap .cont {
  width: 170px;
}

@media only screen and (max-width: 834px) {
  #global_header .hedInfo .inner1000 .contWrap .cont {
    width: 50%;
  }
}

#global_header .hedInfo .inner1000 .contWrap .cont a {
  padding: 6.5px 0;
  background: #301a12;
  text-align: center;
  color: #fff;
}

#global_header .hedInfo .inner1000 .contWrap .cont a i {
  margin-right: 7px;
  font-size: 18px;
  font-weight: 900;
}

#global_header .hedInfo .inner1000 .contWrap .cont a:hover {
  background: #8bb029;
}

#global_header section {
  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;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #global_header section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#global_header section .siteID {
  width: 26%;
  max-width: 257px;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  #global_header section .siteID {
    position: fixed;
    top: 15px;
    left: 10px;
    z-index: 100;
    width: 150px;
  }
}

#global_header section .siteID a {
  opacity: 1;
}

#global_header section nav #gnavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 834px) {
  #global_header section nav #gnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#global_header section nav #gnavi li {
  position: relative;
  line-height: 1;
}

#global_header section nav #gnavi li a {
  position: relative;
  display: block;
  padding: 20.5px 20px;
  font-weight: 500;
  color: #262626;
  text-decoration: none;
}

#global_header section nav #gnavi li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #8bb029;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#global_header section nav #gnavi li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#global_header section nav #gnavi li .sub {
  position: absolute;
  top: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  background-color: #fff;
  z-index: 100;
}

@media only screen and (max-width: 834px) {
  #global_header section nav #gnavi li .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#global_header section nav #gnavi li .sub li {
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 834px) {
  #global_header section nav #gnavi li .sub li {
    border: none;
  }
}

#global_header section nav #gnavi li .sub li:last-of-type {
  border-bottom: 0;
}

#global_header section nav #gnavi li .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #global_header section nav #gnavi li .sub li a {
    text-align: left;
  }
}

#global_header section nav #gnavi li .sub li a:after {
  display: none;
}

#global_header section nav #gnavi li .sub li a:hover {
  opacity: 1;
  background: rgba(139, 176, 41, 0.1);
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: initial;
            transform: initial;
    display: block;
    width: 70px;
    padding: 21px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone > a {
    position: relative;
    margin-right: 70px;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone .sub {
    display: none !important;
  }
}

#global_header nav #gnavi .peNone .sub li:first-of-type a {
  border-top: 0;
}

#global_header nav #gnavi .peNone ul li a {
  pointer-events: auto;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open .sub {
    display: block !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open:before {
    content: "\f00d";
  }
}

.spNav {
  display: none;
}

@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#mainArea {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #mainArea {
    margin-top: 50px;
  }
}

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    min-height: 200px !important;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;';
  }
}

#mainArea .mainTxt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 100%;
}

.is-scrolled #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #8bb029;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header section nav {
    z-index: 999;
  }
  /* nav */
  #global_header section nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0 0 0 !important;
    background: #fff;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header section nav ul {
    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;
    width: 100%;
    list-style: none;
  }
  #global_header section nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header section nav ul li a {
    display: block;
    padding: 20.5px 20px !important;
    border-bottom: 1px solid rgba(38, 38, 38, 0.2);
    text-align: left;
    color: #262626 !important;
  }
  #global_header section nav ul li:first-of-type a {
    border-top: 1px solid rgba(38, 38, 38, 0.2);
  }
  #global_header section nav ul li .sub li a {
    padding: 20px !important;
    border: none;
    border-bottom: 1px dotted rgba(204, 204, 204, 0.7);
  }
  .open #global_header section nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open #global_header nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .modal {
    padding: 0 20px;
  }
}

.modal h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.modal h2:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 10px auto;
  background: url(../images/contents/img_ninsyo.png) no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .modal h2:before {
    width: 150px;
    height: 150px;
  }
}

.modal p.pntTxt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bolder;
  color: #f5623b;
}

@media only screen and (max-width: 640px) {
  .modal p.pntTxt {
    font-size: 16px;
  }
}

.modal p {
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .modal p {
    font-size: 16px;
  }
}

.modal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.modal ul li {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .modal ul li {
    width: 48%;
    margin-right: 4%;
  }
}

.modal ul li:last-of-type {
  margin-right: 0;
}

.modal ul li a {
  cursor: pointer;
  display: block;
  width: 180px;
  padding: 5px;
  border: 1px solid #fff;
  font-size: 18px !important;
  color: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modal ul li a {
    width: 100%;
  }
}

.modal ul li a:hover {
  background: #fff;
  color: #262626 !important;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 14px;
  line-height: 1.5;
}

footer#global_footer a {
  color: #262626;
  text-decoration: none;
  font-size: 14px;
}

footer#global_footer .fotTop {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

footer#global_footer .fotTop .inner1000 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotTop .inner1000 {
    display: block;
  }
}

footer#global_footer .fotTop .fotBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer#global_footer .fotTop .fotBtn li {
  width: 70px;
  border-right: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotTop .fotBtn li {
    width: 20%;
  }
}

footer#global_footer .fotTop .fotBtn li:first-of-type {
  border-left: 1px solid #ccc;
}

footer#global_footer .fotTop .fotBtn a {
  display: block;
  padding: 5px 0 4px 0;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

footer#global_footer .fotTop .fotBtn a i {
  display: block;
  font-size: 20px;
  font-weight: 200;
}

footer#global_footer .fotTop .fotBtn a:hover {
  opacity: 1;
  background: #301a12;
  color: #fff;
}

footer#global_footer .fotTop #pagetop {
  width: 70px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotTop #pagetop {
    width: 100%;
  }
}

footer#global_footer .fotTop #pagetop a {
  display: block;
  padding: 4px 0 10px 0;
  background: #301a12;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

footer#global_footer .fotTop #pagetop a i {
  display: block;
  font-size: 20px;
  font-weight: 200;
}

footer#global_footer .fotTop #pagetop a:hover {
  opacity: 1;
  background: #8bb029;
}

footer#global_footer #footer {
  padding: 30px 0 35px 0;
}

footer#global_footer #footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer .inner {
    display: block;
  }
}

footer#global_footer #footer address {
  width: 49%;
  text-align: left;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #footer address {
    width: 47%;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer address {
    width: 100%;
    margin-bottom: 30px;
  }
}

footer#global_footer #footer address .siteID {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer address .siteID {
    text-align: center;
  }
}

footer#global_footer #footer address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer address dl {
    max-width: 310px;
    margin: 0 auto 10px auto;
  }
}

footer#global_footer #footer address dl:last-of-type {
  margin-bottom: 0;
}

footer#global_footer #footer address dl dt {
  width: 85px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #footer address dl dt {
    width: 65px;
  }
}

footer#global_footer #footer #fot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #footer #fot_nav {
    width: 52%;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer #fot_nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer#global_footer #footer #fot_nav li {
  margin-bottom: 5px;
  padding: 0 13.5px;
  text-align: left;
}

footer#global_footer #footer #fot_nav li a {
  position: relative;
  display: block;
  padding-left: 13px;
  text-decoration: none;
  font-weight: 400;
}

footer#global_footer #footer #fot_nav li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  position: absolute;
  top: 0;
  left: 0;
}

footer#global_footer #footer #fot_nav li a:hover {
  color: #8bb029;
}

footer#global_footer #footer #fot_nav li .sub li a:before {
  content: "-";
  margin-right: 7px;
}

footer#global_footer #copy {
  display: block;
  padding: 4.5px 10px;
  background: #301a12;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #copy {
    padding-bottom: 55px;
  }
}

footer#global_footer #copy a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.topTtl h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #8bb029;
  line-height: 1.5;
}

.topTtl h2 .ja {
  display: block;
  font-size: 20px;
  color: #262626;
}

.ttlCate article {
  position: relative;
}

.ttlCate article:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 280px;
  height: 100px;
  display: block;
  background: url(../images/contents/ttlLeafCenter.png) no-repeat;
  background-size: contain;
}

.ttlCate h2 {
  position: relative;
  z-index: 1;
}

.ttlNews article {
  position: relative;
}

.ttlNews article:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 105px;
  height: 108px;
  display: block;
  background: url(../images/contents/ttlLeafGry.png) no-repeat;
  background-size: contain;
}

.ttlNews h2 {
  position: relative;
  z-index: 1;
}

/* contents */
.topGreet article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .topGreet article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}

.topGreet article img {
  min-width: 125px;
}

.topGreet article h2 {
  width: 35%;
  min-width: 365px;
  padding: 0 30px 0 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

@media only screen and (max-width: 834px) {
  .topGreet article h2 {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center !important;
  }
}

.topGreet article h2 .sub {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
}

.topGreet article p {
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 834px) {
  .topGreet article p {
    padding-top: 20px;
  }
}

.wrapReco .topTtl {
  text-align: center;
}

.wrapReco .topTtl article {
  position: relative;
  display: inline-block;
}

.wrapReco .topTtl article:before, .wrapReco .topTtl article:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 144px;
  height: 109px;
  display: block;
}

.wrapReco .topTtl article:before {
  left: -85px;
  background: url(../images/contents/ttlLeafL.png) no-repeat;
  background-size: contain;
}

.wrapReco .topTtl article:after {
  right: -85px;
  background: url(../images/contents/ttlLeafR.png) no-repeat;
  background-size: contain;
}

.wrapReco h2 {
  position: relative;
  z-index: 1;
}

.wrapReco .topShop .items {
  margin: 0 !important;
}

.wrapReco .topShop .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapReco .topShop .slick-track > article {
  margin: 0 10px;
  padding: 15px 15px 20px 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
}

.wrapReco .topShop .slick-track > article img {
  height: 7vw !important;
  min-height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
  margin: 0 auto;
}

.wrapReco .topShop .slick-track > article a.name {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  text-decoration: none;
}

.wrapReco .topShop .slick-track > article p.price {
  text-align: right;
}

.wrapReco .topShop .slick-track > article > button,
.wrapReco .topShop .slick-track > article p.soldout {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .topCate {
    padding-right: 15px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCate {
    display: block !important;
  }
}

.topCate .box {
  position: relative;
  width: 29.8%;
  margin-right: 5.3%;
  margin-bottom: 30px;
  border: 7px solid #f2f2f2;
}

@media only screen and (max-width: 1020px) {
  .topCate .box {
    padding-right: 90px !important;
  }
}

@media only screen and (max-width: 834px) {
  .topCate .box {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 30px !important;
  }
}

@media only screen and (max-width: 640px) {
  .topCate .box {
    padding: 20px 15px !important;
  }
}

.topCate .box:nth-of-type(3n) {
  margin-right: 0;
}

.topCate .box img {
  position: absolute;
  top: 25px;
  right: -25px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 1020px) {
  .topCate .box img {
    width: 50% !important;
  }
}

@media only screen and (max-width: 834px) {
  .topCate .box img {
    float: right;
    position: static;
    top: auto;
    right: auto;
    width: 25% !important;
  }
}

@media only screen and (max-width: 640px) {
  .topCate .box img {
    width: 40% !important;
  }
}

.topCate .box .ttlBox {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center !important;
}

@media only screen and (max-width: 834px) {
  .topCate .box .ttlBox {
    width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCate .box div {
    width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  .topCate .box div {
    width: 56%;
  }
}

.topCate .box h3 {
  display: inline-block;
  padding: 0 7px;
  background: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 1020px) {
  .topCate .box h3 {
    font-size: 18px;
  }
}

.topCate .box h3:before, .topCate .box h3:after {
  display: inline-block;
  font-size: 16px;
}

.topCate .box h3:before {
  content: "[";
  margin-right: 3px;
}

.topCate .box h3:after {
  content: "]";
  margin-left: 3px;
}

.topCate .box p {
  font-size: 14px;
  line-height: 1.5;
}

.topCate .box .btnBrwn {
  display: block;
  margin-top: 15px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCate .box .btnBrwn {
    margin-top: 20px;
  }
}

.topCate .box .btnBrwn > br {
  display: none;
}

.topCate .box .btnBrwn a {
  padding: 1.5px 3px;
  font-size: 14px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCate .box .btnBrwn a {
    padding: 12px 3px;
    border-radius: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .topCate .box .btnBrwn a {
    padding: 10px 3px;
    border-radius: 20px;
  }
}

.topCate .imgBdrPnk img {
  border: 4px solid rgba(245, 98, 59, 0.35);
}

.topCate .imgBdrPnk h3 {
  color: #f5623b;
}

.topCate .imgBdrGrn img {
  border: 4px solid rgba(144, 217, 140, 0.79);
}

.topCate .imgBdrGrn h3 {
  color: #43b63d;
}

.topCate .imgBdrGld img {
  border: 4px solid rgba(179, 168, 42, 0.38);
}

.topCate .imgBdrGld h3 {
  color: #b3a82a;
}

.topBnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .topBnr ul {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .topBnr ul {
    display: block;
  }
}

.topBnr ul li {
  float: none !important;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .topBnr ul li {
    width: 100%;
    margin-right: 0;
  }
}

.topBnr ul li:nth-of-type(3n) {
  margin-right: 0;
}

.topBnr ul li a {
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
}

.topBnr ul li a:hover {
  opacity: 1;
}

.topBnr ul li img {
  width: 100% !important;
}

.topInfo {
  position: relative;
  overflow: hidden;
}

.topInfo:before {
  content: "";
  position: absolute;
  top: -117px;
  right: 0;
  display: block;
  width: 58%;
  height: 180%;
  background: url(../images/contents/bgGet.png) no-repeat;
  background-position: top left;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .topInfo:before {
    display: none;
  }
}

.topInfo .container {
  position: relative;
  z-index: 1;
  max-width: 490px;
  margin: 0 auto 0 0;
  padding: 40px;
  background: #fff;
  border: 2px solid #ccc;
  outline: 1px solid #ccc;
  outline-offset: -10px;
}

@media only screen and (max-width: 834px) {
  .topInfo .container {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .topInfo .container {
    padding: 25px;
  }
}

.topInfo h2 {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  font-weight: 500;
  color: #301a12;
  line-height: 1;
}

.topInfo h2 .sub {
  display: inline-block;
  margin-bottom: 13px;
  padding: 4px 3px;
  background: #301a12;
  font-size: 16px;
  color: #fff;
}

.topInfo .btnWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topInfo .btnWrap ul li {
  float: none !important;
  width: 48%;
  margin-right: 4%;
}

.topInfo .btnWrap ul li:nth-of-type(even) {
  margin-right: 0;
}

.topInfo .btnWrap ul li span {
  display: block;
}

.topInfo .btnWrap ul li span a {
  display: block;
  padding: 9px 3px;
  border-radius: 3px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.topInfo .btnWrap ul .mailMagagine a {
  background: #448067;
  border: 1px solid #448067;
}

.topInfo .btnWrap ul .mailMagagine a:hover {
  background: #fff;
  color: #448067;
}

.topInfo .btnWrap ul .mailMagagine a:before {
  content: "\f658";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
}

.topInfo .btnWrap ul .instaBtn a {
  background: #cf2e92;
  border: 1px solid #cf2e92;
}

.topInfo .btnWrap ul .instaBtn a:hover {
  background: #fff;
  color: #cf2e92;
}

.topInfo .btnWrap ul .instaBtn a:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
}

.topNews {
  position: relative;
}

.topNews:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30vw;
  min-height: 550px;
  background: url(../images/contents/bgInformation.jpg) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topNews:before {
    height: 120vw;
    min-height: 970px;
  }
}

@media only screen and (max-width: 640px) {
  .topNews:before {
    height: 195vw;
    min-height: 1090px;
  }
}

.topNews .inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topNews .flexBox {
    display: block !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topNews .flexBox .box02 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.topNews .newsTxt {
  padding: 40px 40px 50px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
}

@media only screen and (max-width: 640px) {
  .topNews .newsTxt {
    padding: 25px;
  }
}

.topNews .newsTxt .scroll {
  max-height: 363px;
  overflow-x: auto;
  padding-right: 10px;
}

.topNews .newsTxt dl {
  display: block !important;
  margin: 0 10px 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

.topNews .newsTxt dl:last-of-type {
  margin-bottom: 0;
}

.topNews .newsTxt dl dt, .topNews .newsTxt dl dd {
  padding: 0 !important;
  border: none !important;
  line-height: 1.5;
}

.topNews .newsTxt dl dt {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 5px 20px !important;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.topNews .newsTxt dl dt:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8bb029;
}

.topNews .newsTxt dl dd .ttl {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #eaeaea;
  font-size: 14px;
  line-height: 1;
}

.topNews #form_calendar {
  width: 48%;
  margin: 0 0 30px 0 !important;
  padding: 20px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topNews #form_calendar {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .topNews #form_calendar {
    width: 100%;
    padding: 25px;
  }
}

.topNews #form_calendar .head span {
  font-size: 18px !important;
}

.topNews #form_calendar .head span:nth-of-type(3) {
  font-size: 28px !important;
}

.topNews #form_calendar .head .prev, .topNews #form_calendar .head .next {
  font-size: 25px !important;
}

.topNews #form_calendar .head .prev:hover, .topNews #form_calendar .head .next:hover {
  color: #8bb029;
}

.topNews #form_calendar th, .topNews #form_calendar td label {
  font-size: 14px !important;
}

@media only screen and (max-width: 640px) {
  .topNews #form_calendar th, .topNews #form_calendar td label {
    font-size: 12px !important;
  }
}

.topNews #form_calendar td span {
  font-size: 12px !important;
}

@media only screen and (max-width: 640px) {
  .topNews #form_calendar td span {
    font-size: 11px !important;
  }
}

.topNews .instaBox {
  width: 100%;
}

.topNews .instaBox .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

.topNews .instaBox .sns_list > div {
  width: 15%;
  margin-right: 2%;
  border: none;
}

@media only screen and (max-width: 640px) {
  .topNews .instaBox .sns_list > div {
    width: 32%;
    margin-bottom: 10px;
  }
}

.topNews .instaBox .sns_list > div:nth-of-type(6n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .topNews .instaBox .sns_list > div:nth-of-type(3n) {
    margin-right: 0;
  }
}

.topNews .instaBox .sns_list .sns_photo {
  width: 100%;
  padding: 0;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
}

.topNews .instaBox .sns_list .sns_text {
  display: none;
}

/* ------------------------------------------------------------
dried-fruit.html
------------------------------------------------------------ */
.shopItem .items {
  margin: 0 !important;
}

.shopItem .items > article {
  width: 23.5% !important;
  margin-right: 2% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopItem .items > article {
    width: 32% !important;
  }
}

@media only screen and (max-width: 640px) {
  .shopItem .items > article {
    width: 49% !important;
  }
}

.shopItem .items > article:nth-of-type(5n) {
  margin-right: 2% !important;
}

.shopItem .items > article:nth-of-type(4n) {
  margin-right: 0 !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopItem .items > article:nth-of-type(4n) {
    margin-right: 2% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopItem .items > article:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .shopItem .items > article:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

.shopItem .items > article a.photo {
  height: 8vw !important;
  min-height: 130px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopItem .items > article a.photo {
    height: 20vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .shopItem .items > article a.photo {
    height: 30vw !important;
    min-height: 110px;
  }
}

.shopItem .items > article p.price {
  color: #262626 !important;
}

/* ------------------------------------------------------------
guide.html
------------------------------------------------------------ */
.stepTtl h3 {
  position: relative;
  margin-bottom: 7px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
}

@media only screen and (max-width: 640px) {
  .stepTtl h3 {
    border-bottom: 1px solid #ccc;
  }
}

.stepTtl h3:before {
  counter-increment: number 1;
  content: "STEP" counter(number);
  display: inline-block;
  margin-right: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #8bb029;
}

@media only screen and (max-width: 640px) {
  .stepTtl h3:before {
    display: block;
  }
}

.stepTtl p {
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .stepTtl p {
    line-height: 2;
  }
}

.stepTtl img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
}

@media only screen and (max-width: 640px) {
  .stepTtl img {
    width: 100% !important;
  }
}

.kome p, .kome li {
  position: relative;
  padding-left: 23px;
  font-size: 14px;
}

.kome p:before, .kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.guideShop h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
}

.guideShop .linkTel {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #262626;
}

.guideShop .linkTel:before {
  content: "";
  width: 16px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/common/iconTel.png) no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .guideShop .linkTel:before {
    display: none;
  }
}

.guideShop .linkTel a {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #262626;
  text-align: center;
}

.guideShop .linkTel a:before {
  content: "";
  width: 16px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/common/iconTel.png) no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.guideShop .cont a {
  display: inline-block;
  padding: 13px 25px;
  text-decoration: none;
  background: #301a12;
  text-align: center;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .guideShop .cont a {
    display: block;
  }
}

.guideShop .cont a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-right: 7px;
}

.guideShop .cont a:hover {
  background: #8bb029;
}

.komeRed {
  font-weight: bold;
  color: #ea1d1d;
}

/* ------------------------------------------------------------
faq.html
------------------------------------------------------------ */
.faqWrap li {
  position: relative;
  overflow: inherit !important;
  padding: 0 0 0 52px;
}

.faqWrap li:before {
  position: absolute;
  left: 0;
  width: 40px;
  border-radius: 50%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.faqWrap li:nth-of-type(odd) {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #8bb029;
}

.faqWrap li:nth-of-type(odd):before {
  content: "Q";
  top: -4px;
  background: #8bb029;
}

.faqWrap li:nth-of-type(even):before {
  content: "A";
  top: 0;
  background: #301a12;
}

/* ------------------------------------------------------------
about.html
------------------------------------------------------------ */
.wrapAbout .txtBox {
  width: 60%;
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .wrapAbout .txtBox {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.wrapAbout .txtBox dl {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .wrapAbout .txtBox dl {
    display: block !important;
  }
}

.wrapAbout .txtBox dl dt, .wrapAbout .txtBox dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.5;
}

.wrapAbout .txtBox dl dt {
  width: 100px;
  color: #8bb029;
}

.wrapAbout .imgBox {
  width: 38%;
}

@media only screen and (max-width: 640px) {
  .wrapAbout .imgBox {
    width: 100%;
  }
}

/* ------------------------------------------------------------
pb_label.html
------------------------------------------------------------ */
.hsk dl {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .hsk dl {
    display: block !important;
  }
}

.hsk dl:last-of-type {
  margin-bottom: 0;
}

.hsk dl dt, .hsk dl dd {
  display: inline-block !important;
  padding: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .hsk dl dt, .hsk dl dd {
    width: 100% !important;
  }
}

.hsk dl dt {
  width: 200px;
  margin-right: 10px;
  padding: 0 10px !important;
  border-radius: 3px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .hsk dl dt {
    text-align: left;
  }
}

.contBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .contBtn ul {
    display: block;
  }
}

.contBtn ul li {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .contBtn ul li {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

.contBtn ul li:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .contBtn ul li:last-of-type {
    margin-bottom: 0;
  }
}

.contBtn .linkTel {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #262626;
}

.contBtn .linkTel:before {
  content: "";
  width: 16px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/common/iconTel.png) no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .contBtn .linkTel:before {
    display: none;
  }
}

.contBtn .linkTel a {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #262626;
  text-align: center;
}

.contBtn .linkTel a:before {
  content: "";
  width: 16px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/common/iconTel.png) no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.contBtn .cont a {
  display: inline-block;
  padding: 13px 25px;
  text-decoration: none;
  background: #8bb029;
  text-align: center;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .contBtn .cont a {
    display: block;
  }
}

.contBtn .cont a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-right: 7px;
}

.contBtn .cont a:hover {
  opacity: 1;
  background: #301a12;
}

/* ------------------------------------------------------------
fruits.html
------------------------------------------------------------ */
.fruitsImg img {
  width: 100% !important;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
}

.fruitsImg li div {
  margin-top: 5px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .fruitsImg li div {
    font-size: 14px;
  }
}

@media only screen and (max-width: 834px) {
  .fruitsImg li div span {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .fruitsImg.img03 li {
    width: 49% !important;
  }
}

@media only screen and (max-width: 640px) {
  .fruitsImg.img03 li:nth-of-type(3n) {
    margin-right: 2% !important;
  }
}

@media only screen and (max-width: 640px) {
  .fruitsImg.img03 li:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .spHlf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 640px) {
  .spHlf .box03 {
    width: 49% !important;
    margin-right: 2% !important;
  }
}

@media only screen and (max-width: 640px) {
  .spHlf .box03:nth-of-type(3n) {
    margin-right: 2% !important;
  }
}

@media only screen and (max-width: 640px) {
  .spHlf .box03:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

/* ------------------------------------------------------------
form.html
------------------------------------------------------------ */
.liFlow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.liFlow ul li {
  position: relative;
  overflow: initial !important;
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 10px;
  padding: 20px 5px;
  background: #fff;
  border: 1px solid #8bb029;
  font-size: 18px;
  text-align: center !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .liFlow ul li {
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 640px) {
  .liFlow ul li {
    padding: 5px 3px;
    font-size: 16px;
  }
}

.liFlow ul li:nth-of-type(4n) {
  margin-right: 0;
}

.liFlow ul li:first-of-type {
  background: #8bb029;
  color: #fff;
}

.liFlow ul li:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -9.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8bb029;
}

@media only screen and (max-width: 640px) {
  .liFlow ul li:after {
    right: -13.5%;
  }
}

.liFlow ul li:nth-of-type(4n):after, .liFlow ul li:last-of-type:after {
  display: none;
}

.form_wrap.confirm {
  margin-top: 50px;
}

.keihin_tbl tr:last-of-type td {
  border-top: 4px double #ccc !important;
}

.golfForm .budget02, .golfForm .quantity02 {
  display: inline-block;
}

/* ------------------------------------------------------------
customer/entry.html
------------------------------------------------------------ */
.purchase.form_wrap {
  margin-top: 50px;
  padding: 50px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10bx rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10bx rgba(48, 26, 18, 0.1);
}

@media only screen and (max-width: 640px) {
  .purchase.form_wrap {
    margin-top: 30px;
    padding: 35px 20px;
  }
}

.purchase.form_wrap h2 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #8bb029;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #8bb029;
}

@media only screen and (max-width: 640px) {
  .purchase.form_wrap .birthday > div input {
    width: 70px !important;
  }
}

@media only screen and (max-width: 640px) {
  .purchase.form_wrap .birthday > div select {
    width: 47px !important;
  }
}

.purchase.form_wrap .customer_confirm {
  margin: 50px auto 0 auto;
}

/* ------------------------------------------------------------
customer/login.html
------------------------------------------------------------ */
#login.purchase {
  margin-top: 50px;
  padding: 50px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10bx rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10bx rgba(48, 26, 18, 0.1);
}

@media only screen and (max-width: 640px) {
  #login.purchase {
    margin-top: 30px;
    padding: 35px 20px;
  }
}

#login.purchase h2 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #8bb029;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #8bb029;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

/* ------------------------------------------------------------
一覧ページ
------------------------------------------------------------ */
.search {
  margin-top: 20px !important;
}

#keyword {
  background: #fff;
}

#keyword .select {
  background: #f5f5f5;
}

#keyword .select option {
  background: #fff;
}

.order {
  margin-top: 15px !important;
}

.order p {
  font-size: 14px;
}

.order li {
  margin: 0 0 5px 20px !important;
}

@media only screen and (max-width: 640px) {
  .order li {
    margin-left: 15px !important;
  }
}

.order li a {
  font-size: 14px;
  text-decoration: none;
}

.order li a:hover {
  color: #8bb029;
}

.items {
  margin: 35px 0 50px 0 !important;
}

.items > article {
  display: block !important;
  width: 18.4% !important;
  margin: 0 0 30px 0 !important;
  margin-right: 2% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .items > article {
    width: 23.5% !important;
  }
}

@media only screen and (max-width: 640px) {
  .items > article {
    width: 49% !important;
  }
}

.items > article:nth-of-type(5n) {
  margin-right: 0 !important;
}

@media only screen and (max-width: 834px) {
  .items > article:nth-of-type(5n) {
    margin-right: 2% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .items > article:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .items > article:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

.items > article a.photo {
  width: 100% !important;
  height: 6.7vw !important;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: contain !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .items > article a.photo {
    height: 15.7vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .items > article a.photo {
    height: 30.7vw !important;
  }
}

.items > article a.name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none !important;
}

.items > article p.price {
  padding-top: 3px !important;
  font-weight: bold;
  color: #f5623b;
}

.items > article > button,
.items > article p.soldout {
  display: none;
}

/* ------------------------------------------------------------
詳細ページ
------------------------------------------------------------ */
.crumb {
  margin-top: 10px !important;
}

.crumb li {
  font-size: 13px;
}

.crumb li a {
  font-size: 13px;
  text-decoration: none;
}

.crumb li a:hover {
  color: #8bb029;
}

.item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .item {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.item .photo {
  display: block;
  width: 48%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .item .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}

.item .photo .large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}

.item .photo .large img {
  width: 100% !important;
}

.item .photo .small {
  max-width: 100%;
}

.item .photo .small ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23.5%;
  margin: 0 2% 2% 0;
}

.item .photo .small ul li:nth-of-type(4n) {
  margin-right: 0;
}

.item .photo .small ul li img {
  width: 100% !important;
  height: 3.6vw !important;
  min-height: 61px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .item .photo .small ul li img {
    height: 7.1vw !important;
    min-height: 45px;
  }
}

@media only screen and (max-width: 640px) {
  .item .photo .small ul li img {
    height: 14.6vw !important;
    min-height: 52px;
  }
}

.item .item_view {
  width: 47%;
  min-width: auto;
  max-width: 100%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .item .item_view {
    width: 100%;
  }
}

.item .item_view h2 {
  font-size: 23px;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .item .item_view h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .item .item_view h2 {
    font-size: 22px;
  }
}

.item .item_view h2 span {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 2px solid #ccc;
  text-align: right;
}

.item .item_view h2 span:before {
  content: "No.";
  display: inline-block;
  margin-right: 5px;
}

.item .item_view > ul {
  margin-top: 7px;
}

.item .item_view > ul a {
  padding: 7px 5px;
  border: none;
  background: #e5f6b9;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
}

.item .item_view .struct {
  display: block;
  margin-top: 5px;
}

.item .item_view .struct .sku, .item .item_view .struct .item_option {
  width: 100%;
}

.item .item_view .struct .sku {
  text-align: right;
}

.item .item_view .struct .sku .stock.soldout {
  display: inline-block;
  background: #fff;
  padding: 7px 35px;
  border: 1px solid #f5623b;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #f5623b;
  line-height: 1;
}

.item .item_view .struct .price {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #f5623b;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .item .item_view .struct .price {
    font-size: 22px;
  }
}

.item .item_view .struct .price label {
  color: #262626;
}

.item .item_view .struct .item_option .count {
  background-color: #fff;
}

.item .item_view .struct .item_option .addcart > a {
  display: block;
  padding: 8px 5px;
  border-radius: 5px;
  background: #301a12;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.item .item_view .struct .item_option .addcart > a:hover {
  opacity: 1;
  background: #8bb029;
}

.item .item_view .detail {
  margin-top: 20px;
}

.item .item_view .detail .kome {
  font-weight: bold;
  color: #ea1d1d;
}

.attr h3 {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid #8bb029;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px !important;
  font-weight: bold;
  color: #301a12 !important;
  line-height: 1.5 !important;
}

.attr dl {
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .attr dl {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .attr dl dt {
    border-right: 0 !important;
    border-bottom: 1px solid #ccc;
  }
}

.detail2 h4 {
  position: relative;
  margin: 20px auto 15px auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  color: #f5623b;
}

.detail2 h4:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  height: 2px;
  background: #f5623b;
}

.detail2 h4 + br {
  display: none;
}

.detail2 h5 {
  font-weight: bold;
}

.detail2 h5:before {
  content: "●";
  display: inline-block;
  margin-right: 7px;
  color: #8bb029;
}

.detail2 .shopRecipe {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.detail2 .shopRecipe > br {
  display: none;
}

.detail2 .shopRecipe .box02 {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
  font-size: 14px;
  line-height: 1.5;
}

.detail2 .shopRecipe .box02 > br {
  display: none;
}

.detail2 .shopRecipe .box02 td {
  padding: 4px 0 !important;
  border: none;
  border-bottom: 1px dotted #ccc;
}

.detail2 .shopRecipe .box02 td:last-of-type {
  width: 100px;
  text-align: right;
}

.detail2 h6 {
  display: block;
  margin: 10px auto;
  border-bottom: 1px dashed #8bb029;
  font-size: 16px;
  color: #8bb029;
  line-height: 1.5;
}

.detail2 h6 .sub {
  font-size: 13px;
}

.detail2 .btnBrwn {
  display: block;
  margin-top: 20px;
}

.detail2 .btnBrwn a {
  display: inline-block;
  padding: 5px 25px;
  border-radius: 30px;
}

/* ------------------------------------------------------------
カートページ
------------------------------------------------------------ */
#sumcart {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
}

#sumcart h2 {
  position: relative;
  margin: 0 auto 20px auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  color: #262626;
}

#sumcart h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 30%;
  height: 2px;
  background: #8bb029;
}

@media only screen and (max-width: 640px) {
  #sumcart > ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 640px) {
  #sumcart > ul li > .photo {
    width: 30%;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  #sumcart > ul li > .photo a.photo {
    width: 100%;
    height: 17vw !important;
  }
}

#sumcart > ul li .item {
  margin-top: 0 !important;
}

@media only screen and (max-width: 640px) {
  #sumcart > ul li .item {
    width: 68% !important;
  }
}

#sumcart > ul li .item a.name {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #sumcart > ul li .count {
    margin-top: 10px;
  }
}

#sumcart > ul li .count a {
  display: inline;
  margin-left: 10px;
  padding: 3px 10px !important;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}

#sumcart > ul li .count a:hover {
  background: #301a12;
}

#sumcart > ul li .count .update {
  background: #8bb029;
}

#sumcart > ul li .count .remove {
  background: #f5623b;
}

@media only screen and (max-width: 640px) {
  #sumcart .sum {
    padding: 25px 30px !important;
  }
}

#sumcart .sum .sum_count {
  font-size: 22px !important;
  font-weight: 500 !important;
}

#sumcart .sum .sum_price dd {
  color: #f5623b !important;
}

#sumcart .sum .deliv {
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  #sumcart .sum .deliv {
    text-align: right !important;
  }
}

@media only screen and (max-width: 640px) {
  #sumcart .sum p {
    text-align: center !important;
  }
}

#sumcart .sum > p > a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 32px;
  border-radius: 5px;
  background: #301a12;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  #sumcart .sum > p > a {
    padding: 14px 37px;
    border-radius: 0;
  }
}

#sumcart .sum > p > a:hover {
  opacity: 1;
  background: #8bb029;
}

.purchase h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  color: #262626 !important;
}

.purchase h3:first-of-type {
  margin-top: 0;
}

.purchase dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .purchase dl {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .purchase dl .passwd {
    width: 100% !important;
  }
}

.purchase .item {
  margin-top: 0 !important;
}

.purchase .item a.name {
  display: block;
  text-decoration: none !important;
}

section div.purchase.accept {
  background: transparent;
}

/* ------------------------------------------------------------
特定商取引法ページ
------------------------------------------------------------ */
h2.tokusyoTtl {
  position: relative;
  margin: 30px auto 20px auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

h2.tokusyoTtl:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 30%;
  height: 2px;
  background: #8bb029;
}

@media only screen and (max-width: 640px) {
  .tokusyoTbl dl {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .tokusyoTbl dt, .tokusyoTbl dd {
    width: 100% !important;
  }
}

.tokusyoTbl dt {
  min-width: 200px;
}

@media only screen and (max-width: 640px) {
  .tokusyoTbl dt {
    border-right: 1px solid #ccc !important;
  }
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .flexBox {
    display: block;
  }
}

.flexBox .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box02:nth-of-type(even) {
  margin-right: 0;
}

.flexBox .box03 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box03 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box03:nth-of-type(3n) {
  margin-right: 0;
}

.flexBox .box03 img {
  width: 100% !important;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 26px;
}

@media only screen and (max-width: 834px) {
  .ttl01 h2 {
    font-size: 22px;
  }
}

.ttl01 h3 {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .ttl01 h3 {
    font-size: 18px;
  }
}

.ttl01 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #8bb029;
}

.ttl01 h2 .sub {
  display: inline-block;
  padding: 2px 8px;
  background: #8bb029;
  font-size: 16px;
  color: #fff;
}

.ttl01 h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
  font-weight: bold;
}

.ttl01 h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 20px;
  border-radius: 10px;
  background: #f5623b;
}

.ttl01 h4 {
  padding-bottom: 5px;
  border-bottom: 1px dashed #8bb029;
  font-weight: bold;
}

.ttl01.pTxt .itext.imgR, .ttl01.pTxt .itext.imgL,
.stepTtl.pTxt .itext.imgR,
.stepTtl.pTxt .itext.imgL {
  display: block;
  height: auto !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl01.pTxt .itext.imgR img, .ttl01.pTxt .itext.imgL img,
  .stepTtl.pTxt .itext.imgR img,
  .stepTtl.pTxt .itext.imgL img {
    max-width: 100% !important;
  }
}

.ttl02 h2 {
  font-size: 26px;
}

@media only screen and (max-width: 834px) {
  .ttl02 h2 {
    font-size: 22px;
  }
}

.ttl02 h3 {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .ttl02 h3 {
    font-size: 18px;
  }
}

.ttl02 h2 {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.ttl02 h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  height: 2px;
  background: #8bb029;
}

.pageTtl article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .pageTtl article {
    padding: 0 20px;
  }
}

.pageTtl h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #8bb029;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .pageTtl h1 {
    font-size: 28px;
  }
}

.pageTtl h1 .ja {
  display: block;
  font-size: 20px;
  color: #262626;
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnBrwn a {
  display: block;
  text-decoration: none;
  background: #301a12;
  border-radius: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.btnBrwn a:hover {
  background: #8bb029;
}

.btnBrwn.btnSt01 > div {
  text-align: center !important;
}

.btnBrwn.btnSt01 a {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 24px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .btnBrwn.btnSt01 a {
    display: block;
    padding: 10px;
    border-radius: 34px;
  }
}

.btnBrwn.btnSt02 > div {
  text-align: left !important;
}

@media only screen and (max-width: 640px) {
  .btnBrwn.btnSt02 a {
    display: block !important;
  }
}

.btnGrn a {
  background: #8bb029 !important;
}

.btnGrn a:hover {
  opacity: 1;
  background: #301a12 !important;
}

.ancBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .ancBtn ul {
    display: block;
  }
}

.ancBtn ul li {
  float: none !important;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.ancBtn ul li:nth-of-type(even) {
  margin-right: 0;
}

.ancBtn ul li a {
  position: relative;
  display: block;
  padding: 5px 30px 5px 20px;
  border: 1px solid #8bb029;
  background: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li a {
    padding: 10px 30px 10px 20px;
  }
}

.ancBtn ul li a:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ancBtn ul li a:hover {
  background: #8bb029;
  color: #fff;
}

.btnPdf ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .btnPdf ul {
    display: block;
  }
}

.btnPdf ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btnPdf ul li {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .btnPdf ul li {
    width: 100%;
    margin-right: 0;
  }
}

.btnPdf ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btnPdf ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btnPdf ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.btnPdf ul li a {
  display: block;
  padding: 10px 5px;
  background: #8bb029;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.btnPdf ul li a:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  display: inline-block;
  margin-right: 10px;
}

.btnPdf ul li a:hover {
  opacity: 1;
  background: #301a12;
}

.btn02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .btn02 ul {
    display: block;
  }
}

.btn02 ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .btn02 ul li {
    width: 100%;
    margin-right: 0;
  }
}

.btn02 ul li:nth-of-type(even) {
  margin-right: 0;
}

.btn02 ul li a {
  position: relative;
  display: block;
  padding: 14px 5px;
  background: #301a12;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.btn02 ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn02 ul li a:hover {
  opacity: 1;
  background: #f5623b;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

.lineYlw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 223, 43, 0)), color-stop(60%, rgba(255, 223, 43, 0.6)));
  background: linear-gradient(rgba(255, 223, 43, 0) 60%, rgba(255, 223, 43, 0.6) 60%);
}

.taRight {
  display: block;
  text-align: right;
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .tbl01 td div {
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .spTdCentr td div {
    text-align: center;
  }
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.liNum {
  counter-reset: number 0;
}

.liNum li {
  position: relative;
}

.liNum li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  margin-right: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.liSquir li {
  position: relative;
  padding-left: 23px;
}

.liSquir li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #8bb029;
}

.liCheck ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .liCheck ul {
    display: block;
  }
}

.liCheck li {
  position: relative;
  margin: 0 40px 10px 0;
  padding-left: 23px;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .liCheck li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.liCheck li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #f5623b;
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

.bgBdr {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #d2f8e7), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #d2f8e7), color-stop(0.75, #d2f8e7), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.img03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img03 ul li {
  float: none !important;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.img03 ul li:nth-of-type(3n) {
  margin-right: 0;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.linkTel a {
  text-decoration: none;
}

.telSt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #f5623b;
}

.telSt .linkTel {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #262626;
}

.telSt .linkTel:before {
  content: "";
  width: 16px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/common/iconTel.png) no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .telSt .linkTel:before {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .telSt .linkTel a {
    font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #262626;
  }
}

@media only screen and (max-width: 640px) {
  .telSt .linkTel a:before {
    content: "";
    width: 16px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
    background: url(../images/common/iconTel.png) no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
  }
}

.telSt02 p {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #262626;
}

.telSt02 p:before {
  content: "";
  width: 16px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/common/iconTel.png) no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .telSt02 p:before {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

.shadow {
  -webkit-box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
          box-shadow: 0 0 10px rgba(48, 26, 18, 0.1);
}

::-moz-selection {
  background: #f6ffdd;
}

::selection {
  background: #f6ffdd;
}

::-moz-selection {
  background: #f6ffdd;
}
/*# sourceMappingURL=assets.css.map */