@charset "UTF-8";
/*
Theme Name: 山本牧場 1.6
Theme URI: https://wildmilk.jp
Version: 1.3
Description: This theme is exclusively for Yamamoto Farm.
Author: Malk LLC.
Author URI: https://malkinc.com
License: GNU Gneral Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yamamotofarm
*/
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background-color: #ffffff;
  color: #333333;
  width: 100%;
  border: 1px solid #2b5330;
  border-radius: 4px;
  font-size: 18px;
  padding: 1%; }

.wpcf7 input[type="submit"] {
  border: 1px solid #2b5330;
  background: transparent;
  padding: 6px 12px;
  color: #2b5330;
  border-radius: 4px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto; }
  @media (min-width: 425px) {
    .wpcf7 input[type="submit"] {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .wpcf7 input[type="submit"] {
      font-size: 21px; } }
  @media (min-width: 1440px) {
    .wpcf7 input[type="submit"] {
      font-size: 26px; } }
  .wpcf7 input[type="submit"]:hover {
    background: #2b5330;
    color: #ffffff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }

@font-face {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 15px; }

h1, h2 {
  font-weight: 500;
  line-height: 1.5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }
  h1.jp, h2.jp {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.3em; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  font-weight: 500;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

ul, li {
  list-style: none;
  padding: 0; }

ul, li, p, a {
  text-decoration: none;
  word-wrap: break-word; }

a {
  color: #2b5330;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

a.thumbnail:active, a.thumbnail:focus, a.thumbnail:hover {
  border: none; }

li a {
  padding: 0; }

p, span, div, blockquote, li, dt, dd, th, td {
  line-height: 1.5em;
  text-align: justify;
  margin: 0;
  padding: 0; }

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

h2 {
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  color: #2b5330; }

h3 {
  margin-bottom: 30px;
  text-align: center;
  color: #2b5330; }

blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f9f9ee;
  color: #555; }

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #d3edd3;
  font-size: 30px;
  line-height: 1; }

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7; }

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em; }

/* ==================================================================== */
/* 全体レイアウト & コンテナー */
/* -------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  position: relative;
  top: -24px; }

/* ==================================================================== */
/* 多階層メニュー                       */
/* -------------------------------------------------------------------- */
button#menu-icon {
  position: fixed;
  display: inline-block;
  background: #2b5330;
  padding: 4px;
  width: 50px;
  height: 44px;
  top: 0;
  right: 10px;
  z-index: 99999;
  border: none; }
  @media (min-width: 768px) {
    button#menu-icon {
      top: 40vh;
      left: 0; } }
  button#menu-icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 20% auto;
    width: 60%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px; }
    button#menu-icon span:nth-of-type(1) {
      top: 0; }
    button#menu-icon span:nth-of-type(2) {
      top: 12px; }
    button#menu-icon span:nth-of-type(3) {
      bottom: 0; }

button#menu-icon.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }
  button#menu-icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg); }
  button#menu-icon.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  button#menu-icon.active span:nth-of-type(3) {
    opacity: 0; }

a.global-logo {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px; }

a.global-logo-desktop {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: #0c281c;
  padding: 4px 8px;
  text-align: center;
  z-index: 999999;
  color: #ffffff; }
  @media (min-width: 768px) {
    a.global-logo-desktop {
      display: inline-block;
      width: 140px; } }
  a.global-logo-desktop img {
    width: 80%; }

.admin-bar a.global-logo-desktop {
  margin-top: 46px; }
  @media (min-width: 768px) {
    .admin-bar a.global-logo-desktop {
      margin-top: 32px; } }

header {
  height: 44px;
  background: #2b5330;
  position: relative;
  top: -24px; }
  @media (min-width: 768px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 50px;
      height: 100%;
      background: #2b5330;
      z-index: 12222; } }
  header .header-container {
    padding-top: 4px;
    padding-left: 10px; }
    header .header-container a.global-logo {
      display: inline-block;
      width: 140px; }
      @media (min-width: 768px) {
        header .header-container a.global-logo {
          display: none; } }
      header .header-container a.global-logo img {
        width: 100%; }

nav {
  width: 250px;
  height: 100%;
  transition: all 0.25s;
  transform: translate(-250px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(43, 83, 48, 0.85); }
  nav.open {
    transform: translate(0); }
    @media (min-width: 768px) {
      nav.open {
        background: transparent; } }
  nav .nav-container {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      nav .nav-container {
        background-image: url(../images/navopen-word.jpg);
        background-size: cover;
        background-position: center;
        height: 100vh;
        position: relative;
        z-index: 0;
        height: 100vh; } }
    @media (min-width: 768px) {
      nav .nav-container ul {
        margin-top: 0;
        background: #2b5330;
        padding-top: 60px;
        padding-left: 40px;
        width: 15%;
        min-width: 240px;
        height: 100vh; } }
    @media (min-width: 768px) {
      nav .nav-container ul li.menu-item-logo {
        display: none; } }
    nav .nav-container ul li a {
      color: #ffffff;
      display: block;
      padding: 4px 20px; }
      nav .nav-container ul li a:hover {
        background: #d3edd3; }
      nav .nav-container ul li a img {
        width: 100%;
        max-width: 30px; }

@media (min-width: 768px) {
  #container-site {
    margin-left: 50px;
    width: calc( 100% - 50px); } }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background-color: #ffffff;
  color: #333333;
  width: 100%;
  border: 1px solid #2b5330;
  border-radius: 4px;
  font-size: 18px;
  padding: 1%; }

.wpcf7 input[type="submit"] {
  border: 1px solid #2b5330;
  background: transparent;
  padding: 6px 12px;
  color: #2b5330;
  border-radius: 4px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto; }
  @media (min-width: 425px) {
    .wpcf7 input[type="submit"] {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .wpcf7 input[type="submit"] {
      font-size: 21px; } }
  @media (min-width: 1440px) {
    .wpcf7 input[type="submit"] {
      font-size: 26px; } }
  .wpcf7 input[type="submit"]:hover {
    background: #2b5330;
    color: #ffffff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background-color: #ffffff;
  color: #333333;
  width: 100%;
  border: 1px solid #2b5330;
  border-radius: 4px;
  font-size: 18px;
  padding: 1%; }

.wpcf7 input[type="submit"] {
  border: 1px solid #2b5330;
  background: transparent;
  padding: 6px 12px;
  color: #2b5330;
  border-radius: 4px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto; }
  @media (min-width: 425px) {
    .wpcf7 input[type="submit"] {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .wpcf7 input[type="submit"] {
      font-size: 21px; } }
  @media (min-width: 1440px) {
    .wpcf7 input[type="submit"] {
      font-size: 26px; } }
  .wpcf7 input[type="submit"]:hover {
    background: #2b5330;
    color: #ffffff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }

@font-face {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 15px; }

h1, h2 {
  font-weight: 500;
  line-height: 1.5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }
  h1.jp, h2.jp {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.3em; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  font-weight: 500;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

ul, li {
  list-style: none;
  padding: 0; }

ul, li, p, a {
  text-decoration: none;
  word-wrap: break-word; }

a {
  color: #2b5330;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

a.thumbnail:active, a.thumbnail:focus, a.thumbnail:hover {
  border: none; }

li a {
  padding: 0; }

p, span, div, blockquote, li, dt, dd, th, td {
  line-height: 1.5em;
  text-align: justify;
  margin: 0;
  padding: 0; }

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

h2 {
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  color: #2b5330; }

h3 {
  margin-bottom: 30px;
  text-align: center;
  color: #2b5330; }

blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f9f9ee;
  color: #555; }

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #d3edd3;
  font-size: 30px;
  line-height: 1; }

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7; }

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em; }

header.header_page {
  position: fixed;
  z-index: 900;
  width: 100%;
  top: 0;
  background: #ffffff;
  border-bottom: 10px solid #2b5330; }

.header_page_inbox {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 10px 0; }
  .header_page_inbox a {
    display: block;
    margin: 10px 0; }
  .header_page_inbox img {
    height: 60px; }

/* drawer menu */
.drawer-menu {
  box-sizing: border-box;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  padding: 100px 0;
  background: #2b5330;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
  opacity: 0; }
  .drawer-menu li {
    text-align: center; }
    .drawer-menu li a {
      display: block;
      height: 30px;
      line-height: 30px;
      font-size: 1rem;
      color: #ffffff;
      text-decoration: none; }
      .drawer-menu li a:hover {
        color: #2b5330;
        background: #f9f9ee;
        text-decoration: none; }

/* checkbox */
.check {
  display: none; }

/* menu button - label tag */
.menu-btn {
  position: fixed;
  display: block;
  top: 40px;
  left: 40px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 900; }

.bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  background: #2b5330;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.bar.middle {
  top: 15px;
  opacity: 1; }

.bar.bottom {
  top: 30px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom; }

.menu-btn__text {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  color: #2b5330;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  visibility: visible;
  opacity: 1;
  text-align: center; }

.close-menu {
  position: fixed;
  top: 0;
  left: 300px;
  width: 100%;
  height: 100vh;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0; }

/* checked */
.check:checked ~ .drawer-menu {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  z-index: 2; }

.check:checked ~ .contents {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px); }

.check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0; }

.check:checked ~ .menu-btn .bar.top {
  width: 56px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.check:checked ~ .menu-btn .bar.middle {
  opacity: 0; }

.check:checked ~ .menu-btn .bar.bottom {
  width: 56px;
  top: 40px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.check:checked ~ .close-menu {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  z-index: 3; }

.bx-wrapper {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  background: none; }

.bx-wrapper .bx-pager {
  bottom: 15px;
  padding: 0;
  left: 10px;
  text-align: left; }
  @media (min-width: 768px) {
    .bx-wrapper .bx-pager {
      bottom: 50px;
      left: 50px; } }

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  border: 1px solid #2b5330;
  background: none; }
  @media (min-width: 768px) {
    .bx-wrapper .bx-pager.bx-default-pager a {
      width: 30px;
      height: 30px;
      border-radius: 15px; } }

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #2b5330; }

footer {
  width: 100%;
  padding-top: 20px;
  background: linear-gradient(to left bottom, #0c281c, #2e5832);
  color: #ffffff; }
  footer .footer-container {
    -js-display: flex;
    /*--- IE8, 9---*/
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: stretch;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: stretch;
    /*--- IE10 ---*/
    -webkit-align-items: stretch;
    /*--- safari（PC）用 ---*/
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    margin: 0 auto; }

.footer-top {
  width: 100%; }
  .footer-top .footer-top-container {
    width: 90%;
    -js-display: flex;
    /*--- IE8, 9---*/
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: stretch;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: stretch;
    /*--- IE10 ---*/
    -webkit-align-items: stretch;
    /*--- safari（PC）用 ---*/
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    margin: 0 auto;
    max-width: 900px;
    padding: 30px 0; }
  .footer-top .footer_banners {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .footer-top .footer_banners {
        width: 49%; } }
    @media (min-width: 1024px) {
      .footer-top .footer_banners {
        width: 35%; } }
    .footer-top .footer_banners .footer_banners-container {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: stretch;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: stretch;
      /*--- IE10 ---*/
      -webkit-align-items: stretch;
      /*--- safari（PC）用 ---*/
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      margin: 0 auto; }
      .footer-top .footer_banners .footer_banners-container .footer_main-block {
        width: 49%; }
  .footer-top .footer_harveststock {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .footer-top .footer_harveststock {
        width: 49%; } }
    @media (min-width: 1024px) {
      .footer-top .footer_harveststock {
        width: 20%; } }
  .footer-top .footer_fbfeed {
    width: 100%; }
    @media (min-width: 1024px) {
      .footer-top .footer_fbfeed {
        width: 34%; } }
    .footer-top .footer_fbfeed iframe {
      min-height: 300px; }

.footer-middle {
  width: 100%; }
  .footer-middle .footer-middle-container {
    width: 90%;
    -js-display: flex;
    /*--- IE8, 9---*/
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: stretch;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: stretch;
    /*--- IE10 ---*/
    -webkit-align-items: stretch;
    /*--- safari（PC）用 ---*/
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    margin: 0 auto;
    max-width: 900px;
    border-top: 1px dashed #ffffff;
    padding: 30px 0; }
  .footer-middle .footer_logoinfo {
    width: 100%; }
    @media (min-width: 768px) {
      .footer-middle .footer_logoinfo {
        width: 35%; } }
    .footer-middle .footer_logoinfo .footer_logo {
      max-width: 200px;
      margin: 10px auto;
      text-align: center; }
      @media (min-width: 768px) {
        .footer-middle .footer_logoinfo .footer_logo {
          text-align: left; } }
    .footer-middle .footer_logoinfo .footer_info p {
      font-size: 14px; }
  .footer-middle .footer_menu {
    width: 100%; }
    @media (min-width: 768px) {
      .footer-middle .footer_menu {
        width: 60%; } }
    .footer-middle .footer_menu .menu-item {
      text-align: center; }
      @media (min-width: 768px) {
        .footer-middle .footer_menu .menu-item {
          text-align: left;
          display: inline-block; } }
      .footer-middle .footer_menu .menu-item a {
        color: #ffffff;
        margin: 5px auto; }
        @media (min-width: 768px) {
          .footer-middle .footer_menu .menu-item a {
            width: 60%; } }
    .footer-middle .footer_menu .menu-snsbtns {
      text-align: center; }
      @media (min-width: 768px) {
        .footer-middle .footer_menu .menu-snsbtns {
          text-align: left; } }
      .footer-middle .footer_menu .menu-snsbtns a {
        max-width: 40px;
        display: inline-block;
        margin: 10px; }
        .footer-middle .footer_menu .menu-snsbtns a img {
          max-width: 100%; }

.footer-bottom {
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #0c281c;
  color: #ffffff; }
  .footer-bottom .footer-bottom-container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto; }
    .footer-bottom .footer-bottom-container .footer_copyright {
      font-size: 12px;
      text-align: center; }
      .footer-bottom .footer-bottom-container .footer_copyright p {
        text-align: center; }

a#totop-btn {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  z-index: 2000000;
  background: url(../images/icons/totop-btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.slider_container {
  position: relative; }

.slider_photos {
  margin-top: 0; }
  .slider_photos li {
    display: block;
    height: 340px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 375px) {
      .slider_photos li {
        height: 360px; } }
    @media (min-width: 425px) {
      .slider_photos li {
        height: 380px; } }
    @media (min-width: 600px) {
      .slider_photos li {
        height: 420px; } }
    @media (min-width: 768px) {
      .slider_photos li {
        height: 600px; } }
    @media (min-width: 900px) {
      .slider_photos li {
        height: 740px; } }
    @media (min-width: 1024px) {
      .slider_photos li {
        height: 820px; } }
    @media (min-width: 1440px) {
      .slider_photos li {
        height: 860px; } }

.slider_logo {
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
  width: 200px;
  margin: auto; }
  @media (min-width: 375px) {
    .slider_logo {
      top: 20%; } }
  @media (min-width: 768px) {
    .slider_logo {
      width: 320px;
      top: 30%; } }

.sales10 {
  background-image: linear-gradient(rgba(43, 83, 48, 0.5), rgba(43, 83, 48, 0.5)), url("../images/front_products_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .sales10-container {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
    text-align: center; }
  .sales10-banner {
    display: block;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    background-color: white; }
    .sales10-banner:hover {
      opacity: 0.7; }
    .sales10-banner-desktop {
      display: none; }
      @media (min-width: 768px) {
        .sales10-banner-desktop {
          display: block; } }
    .sales10-banner-mobile {
      display: block; }
      @media (min-width: 768px) {
        .sales10-banner-mobile {
          display: none; } }

.opensale_banner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 180px;
  margin: auto;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }
  .opensale_banner:hover {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0.7; }
  @media (min-width: 375px) {
    .opensale_banner {
      left: auto;
      right: 10px;
      bottom: 10px; } }
  @media (min-width: 768px) {
    .opensale_banner {
      width: 240px;
      left: auto;
      right: 30px;
      bottom: 30px; } }
  @media (min-width: 1024px) {
    .opensale_banner {
      width: 360px; } }
  .opensale_banner img {
    width: 100%; }

.slider_sns {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  width: 40px;
  top: calc(50% - 50px);
  right: 10px; }
  .slider_sns img {
    display: block;
    width: 100%;
    margin: 10px 0; }
  @media (min-width: 768px) {
    .slider_sns {
      width: 60px;
      top: calc(50% - 70px);
      right: 35px; } }

.front_greeting {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  border-top: 3px solid #2b5330;
  border-bottom: 3px solid #2b5330;
  background: linear-gradient(to left bottom, #0c281c, #2e5832); }
  @media (min-width: 768px) {
    .front_greeting {
      flex-direction: row-reverse;
      justify-content: flex-end; } }

.front_greeting_left-photo {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/front_greeting_left.jpg"); }
  @media (min-width: 768px) {
    .front_greeting_left-photo {
      width: 50%;
      height: auto; } }

.front_greeting_right-message {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #ffffff; }
  .front_greeting_right-message .front_greeting_heading-en {
    color: #ffffff;
    font-size: 28px;
    margin-top: 20px;
    padding: 0; }
  .front_greeting_right-message .front_greeting_heading-jp {
    color: #ffffff; }
  @media (min-width: 768px) {
    .front_greeting_right-message {
      width: 50%; } }
  .front_greeting_right-message a.front_greeting_btn {
    color: #ffffff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .front_greeting_right-message a.front_greeting_btn:hover {
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      opacity: 0.7; }

.front_greeting_english {
  @import url("https://fonts.googleapis.com/css?family=Yesteryear");
  font-family: 'Yesteryear', cursive;
  text-align: center; }
  .front_greeting_english span {
    background: linear-gradient(transparent 60%, #305933 0%); }

.front_greeting_photo {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 20px auto; }
  @media (min-width: 768px) {
    .front_greeting_photo {
      width: 60%; } }

.front_greeting_name {
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px; }

.front_greeting_desc {
  text-align: center;
  font-size: 14px;
  width: 80%;
  max-width: 400px;
  margin: 0 auto 20px; }

.front-_greeting_btn {
  display: table;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2b5330;
  border-radius: 5px;
  background-color: #2b5330;
  color: #ffffff;
  margin: 20px auto 0 auto;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: none;
  display: inline-block;
  margin-top: 10px; }
  .front-_greeting_btn:hover {
    text-decoration: none;
    background-color: #f9f9ee;
    border-radius: 5px;
    color: #2b5330; }
  .front-_greeting_btn:hover {
    backgrond-color: #d3edd3; }

.front_products {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/front_products_back.jpg"); }
  .front_products .front_products-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px; }

.front_products-heading {
  margin-bottom: 20px; }
  .front_products-heading .front_products_main-text {
    text-align: center;
    width: 80%;
    margin: 0 auto; }
    .front_products-heading .front_products_main-text span {
      background-color: #d3edd3; }

.front_products-list {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  margin: 0 auto; }
  .front_products-list li {
    margin-bottom: 20px;
    width: 45%; }
    @media (min-width: 768px) {
      .front_products-list li {
        width: 20%; } }

.front_products-list_photo {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.front_products-list_text {
  text-align: left;
  font-size: 0.8rem; }
  .front_products-list_text b {
    font-size: 1rem;
    color: #2b5330; }
  .front_products-list_text span {
    font-size: 1rem;
    background: linear-gradient(transparent 50%, #d3edd3 0%); }

.front_products-list_button {
  display: table;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2b5330;
  border-radius: 5px;
  background-color: #2b5330;
  color: #ffffff;
  margin-top: 10px; }
  .front_products-list_button:hover {
    text-decoration: none;
    background-color: #f9f9ee;
    border-radius: 5px;
    color: #2b5330; }

.front_your-shop {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  background-color: #f9f9ee;
  border-top: 3px solid #2b5330;
  border-bottom: 3px solid #2b5330; }

.front_your-shop_inbox {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .front_your-shop_inbox {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: stretch;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: stretch;
      /*--- IE10 ---*/
      -webkit-align-items: stretch;
      /*--- safari（PC）用 ---*/
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      margin: 0 auto;
      max-width: 900px; } }

.front_your-shop_main-img {
  display: block;
  width: 60vw;
  height: 60vw;
  margin: 0 auto 30px auto;
  border: 3px solid #2b5330;
  border-radius: 30vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/front_your-shop.jpg"); }
  @media (min-width: 768px) {
    .front_your-shop_main-img {
      width: 180px;
      height: 180px;
      border-radius: 90px;
      margin-right: 50px; } }

.front_your-shop_textarea {
  width: 100%; }
  @media (min-width: 768px) {
    .front_your-shop_textarea {
      width: calc( 100% - 250px ); } }
  .front_your-shop_textarea h2 {
    margin: 0;
    padding: 0;
    text-shadow: #2b5330 1px 1px 0px, #2b5330 -1px 1px 0px, #2b5330 -1px -1px 0px, #2b5330 1px -1px 0px, #2b5330 1px 0px 0px, #2b5330 0px 1px 0px, #2b5330 -1px 0px 0px, #2b5330 0px -1px 0px;
    color: #f9f9ee; }
    @media (min-width: 768px) {
      .front_your-shop_textarea h2 {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 1px dashed #2b5330; } }
  .front_your-shop_textarea p {
    margin: 20px auto;
    width: 80%; }
    @media (min-width: 768px) {
      .front_your-shop_textarea p {
        text-align: left;
        margin-left: 0;
        width: 70%; } }
  .front_your-shop_textarea .front_your-shop-btns {
    margin-top: 20px; }
    .front_your-shop_textarea .front_your-shop-btns a {
      display: block;
      width: 200px;
      margin: 0 auto 20px;
      padding: 5px 0; }
      @media (min-width: 768px) {
        .front_your-shop_textarea .front_your-shop-btns a {
          display: inline-block; } }

.front_your-shop_btn {
  display: table;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2b5330;
  border-radius: 5px;
  background-color: #2b5330;
  color: #ffffff;
  display: inline-block; }
  .front_your-shop_btn:hover {
    text-decoration: none;
    background-color: #f9f9ee;
    border-radius: 5px;
    color: #2b5330; }

.front_your-shop_btn_second {
  margin-left: 10px;
  color: #2b5330;
  background-color: #f9f9ee; }
  .front_your-shop_btn_second:hover {
    color: #ffffff;
    background-color: #2b5330; }

.front_blog {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto; }

.front_blog_list {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto; }
  .front_blog_list li {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    font-size: 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #2b5330; }
    .front_blog_list li:first-child {
      height: auto;
      padding: 10px 20px;
      border: 2px dashed #2b5330;
      background-color: #f9f9ee; }
    @media (min-width: 768px) {
      .front_blog_list li {
        width: 30%;
        height: auto;
        min-height: 300px;
        margin-bottom: 35px; }
        .front_blog_list li:first-child {
          min-height: 300px; } }
  .front_blog_list h2 {
    margin: -20px 0;
    color: #f9f9ee;
    font-size: 2.5rem;
    text-align: left;
    text-shadow: #2b5330 1px 1px 0px, #2b5330 -1px 1px 0px, #2b5330 -1px -1px 0px, #2b5330 1px -1px 0px, #2b5330 1px 0px 0px, #2b5330 0px 1px 0px, #2b5330 -1px 0px 0px, #2b5330 0px -1px 0px; }
    @media (max-width: 768px) {
      .front_blog_list h2 br {
        display: none; } }
  .front_blog_list hr {
    height: 1px;
    border: none;
    border-top: 1px solid #2b5330; }

.front_blod_list_read-more {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #2b5330; }
  .front_blod_list_read-more:hover::after {
    position: relative;
    background-color: rgba(255, 255, 255, 0.5); }
    .front_blod_list_read-more:hover::after::after {
      display: block;
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.front_blog_list_btn {
  display: table;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2b5330;
  border-radius: 5px;
  background-color: #2b5330;
  color: #ffffff;
  margin-top: 20px;
  border-style: dashed;
  background-color: #f9f9ee;
  color: #2b5330; }
  .front_blog_list_btn:hover {
    text-decoration: none;
    background-color: #f9f9ee;
    border-radius: 5px;
    color: #2b5330; }
  .front_blog_list_btn:hover {
    border-style: solid;
    background-color: #2b5330;
    color: #ffffff; }

.front_blog_list_bottom-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8); }
  .front_blog_list_bottom-text h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 1rem;
    text-align: left;
    text-decoration: underline; }

.front_blog_button {
  display: table;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2b5330;
  border-radius: 5px;
  background-color: #2b5330;
  color: #ffffff;
  margin: auto; }
  .front_blog_button:hover {
    text-decoration: none;
    background-color: #f9f9ee;
    border-radius: 5px;
    color: #2b5330; }

.front_news {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto; }

ul.front_news_list {
  width: 80%;
  margin: 30px auto; }
  ul.front_news_list li {
    border-bottom: 1px dashed #2b5330;
    padding: 10px;
    font-weight: bold;
    color: #2b5330; }
    ul.front_news_list li:first-child {
      border-top: 1px dashed #2b5330; }
    ul.front_news_list li a {
      display: block;
      text-decoration: underline;
      color: #2b5330; }
      ul.front_news_list li a:hover {
        text-decoration: none; }
    ul.front_news_list li span {
      display: block;
      width: 200px; }
  @media (min-width: 768px) {
    ul.front_news_list li {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: stretch;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: stretch;
      /*--- IE10 ---*/
      -webkit-align-items: stretch;
      /*--- safari（PC）用 ---*/
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      margin: 0 auto; }
      ul.front_news_list li span {
        padding: 0 20px; }
      ul.front_news_list li a {
        flex: 1; } }

.front_events {
  width: 100%;
  background: #f9f9ee; }
  .front_events .front_events-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0; }
    .front_events .front_events-container p.front_events-subheading {
      text-align: center; }

ul.front_events_list {
  width: 80%;
  margin: 30px auto; }
  ul.front_events_list li {
    border-bottom: 1px dashed #2b5330;
    padding: 10px;
    font-weight: bold;
    color: #2b5330; }
    ul.front_events_list li:first-child {
      border-top: 1px dashed #2b5330; }
    ul.front_events_list li p {
      display: block;
      color: #2b5330; }
      ul.front_events_list li p:hover {
        text-decoration: none; }
    ul.front_events_list li span {
      display: block;
      width: 200px; }
  @media (min-width: 768px) {
    ul.front_events_list li {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: stretch;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: stretch;
      /*--- IE10 ---*/
      -webkit-align-items: stretch;
      /*--- safari（PC）用 ---*/
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      margin: 0 auto; }
      ul.front_events_list li span {
        padding: 0 20px; }
      ul.front_events_list li p {
        flex: 1; } }

.front_milcream {
  width: 100%;
  padding: 30px 0 40px 0;
  background-color: #f9f9ee; }
  .front_milcream .front_milcream-container {
    width: 90%;
    margin: 0 auto;
    max-width: 900px; }
  .front_milcream p {
    text-align: center; }
  .front_milcream a {
    border-bottom: 1px dashed #2b5330;
    text-decoration: none;
    font-weight: bold;
    color: #2b5330; }
    .front_milcream a:hover {
      border-bottom: none; }

.fornt_milcream_photo-list {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .fornt_milcream_photo-list li {
    display: block;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 49%;
    margin-bottom: 5px; }
    .fornt_milcream_photo-list li:last-child {
      border-right: none;
      display: none; }
    @media (min-width: 425px) {
      .fornt_milcream_photo-list li {
        height: 180px; } }
    @media (min-width: 768px) {
      .fornt_milcream_photo-list li {
        height: 120px;
        width: 20%; }
        .fornt_milcream_photo-list li:last-child {
          display: block; } }
    @media (min-width: 1024px) {
      .fornt_milcream_photo-list li {
        height: 180px; } }

.instagram {
  width: 100%;
  padding: 30px 0 40px 0;
  background-color: #f9f9ee; }
  .instagram p {
    text-align: center; }
  .instagram a {
    display: table;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #2b5330;
    border-radius: 5px;
    background-color: #2b5330;
    color: #ffffff;
    margin: 0 auto;
    background: none;
    color: #2b5330; }
    .instagram a:hover {
      text-decoration: none;
      background-color: #f9f9ee;
      border-radius: 5px;
      color: #2b5330; }
    .instagram a:hover {
      background: #2b5330;
      color: #ffffff; }

.instagram_photo-list {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .instagram_photo-list li {
    display: block;
    flex: 1;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-right: 2px solid #f9f9ee; }
    .instagram_photo-list li:last-child {
      border-right: none; }
  @media (min-width: 768px) {
    .instagram_photo-list li {
      height: 250px; } }

.tracing-sns-buttons {
  display: none;
  position: fixed;
  z-index: 800;
  top: 200px;
  right: 0; }
  @media (min-width: 600px) {
    .tracing-sns-buttons {
      display: block; } }
  .tracing-sns-buttons a {
    display: block;
    width: 60px;
    padding: 10px;
    background: rgba(43, 83, 48, 0.5); }
    .tracing-sns-buttons a:hover {
      background: rgba(43, 83, 48, 0.9); }

aside.sidebar {
  background: #f9f9ee;
  padding-top: 50px;
  padding-bottom: 50px; }
  aside.sidebar .sidebar-container {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #2b5330; }
    @media (min-width: 1024px) {
      aside.sidebar .sidebar-container {
        border-top: none; } }

.single-sidebar_button {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: table;
  margin: 40px auto 0 auto;
  padding: 5px;
  background: #2b5330;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #2b5330; }
  .single-sidebar_button:hover {
    background: #f9f9ee;
    color: #2b5330; }
  .single-sidebar_button .mbhide {
    display: none; }
    @media (min-width: 600px) {
      .single-sidebar_button .mbhide {
        display: inline; } }

.single-sidebar_button_inbox {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px;
  text-align: center;
  border: 1px dashed #f9f9ee; }
  .single-sidebar_button_inbox img {
    display: block;
    position: absolute;
    width: 70px;
    top: -35px;
    left: 5px; }

.single-sidebar_container {
  display: block;
  padding: 20px;
  margin: 40px auto 0 auto;
  background: #ffffff;
  box-shadow: 0 0 5px #363636; }
  .single-sidebar_container h4 {
    margin: 0;
    font-weight: normal;
    color: #2b5330; }

ul.single-sidebar_category {
  margin-top: 0;
  margin-bottom: 40px; }
  ul.single-sidebar_category li {
    padding: 10px 0;
    border-bottom: 1px dashed #2b5330; }
    ul.single-sidebar_category li a {
      text-decoration: none; }
      ul.single-sidebar_category li a:hover {
        text-decoration: underline; }

dl.single-sidebar_recent {
  margin-top: 0; }
  dl.single-sidebar_recent dt {
    padding-top: 10px;
    font-size: 0.6rem;
    color: #ab7c6a; }
  dl.single-sidebar_recent dd {
    padding-bottom: 10px;
    border-bottom: 1px dashed #2b5330; }
    dl.single-sidebar_recent dd a {
      text-decoration: none; }
      dl.single-sidebar_recent dd a:hover {
        text-decoration: underline; }

.single-sidebar_recent_to-all {
  display: table;
  margin: 10px auto 30px auto; }

section.shop {
  position: relative;
  padding-bottom: 60px;
  background-color: #f9f9ee;
  background-image: url(../images/front_products01.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 0; }
  section.shop::after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7); }
  section.shop .shop-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 0;
    z-index: 2; }

.shops_online-shop-btn {
  display: table;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  background: #2b5330; }
  @media (min-width: 768px) {
    .shops_online-shop-btn {
      width: auto;
      margin-top: 80px; } }

.shops_online-shop-btn_inbox {
  padding: 10px;
  border: 1px dashed #f9f9ee;
  color: #ffffff;
  position: relative; }
  @media (min-width: 425px) {
    .shops_online-shop-btn_inbox {
      padding-left: 150px; } }
  .shops_online-shop-btn_inbox img {
    display: none;
    position: absolute;
    width: 120px;
    top: -20px;
    left: 15px; }
    @media (min-width: 425px) {
      .shops_online-shop-btn_inbox img {
        display: inline-block; } }
  .shops_online-shop-btn_inbox a {
    display: block;
    color: #f9f9ee; }
  @media (min-width: 768px) {
    .shops_online-shop-btn_inbox img {
      top: -45px; } }

.wp-pagenavi {
  text-align: center;
  background: #f9f9ee;
  padding: 0 0 30px; }

.page-eyecatch {
  display: block;
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  background-size: cover;
  background-position: center; }
  @media (min-width: 425px) {
    .page-eyecatch {
      height: 180px; } }
  @media (min-width: 600px) {
    .page-eyecatch {
      height: 220px; } }
  @media (min-width: 768px) {
    .page-eyecatch {
      height: 280px; } }
  @media (min-width: 1280px) {
    .page-eyecatch {
      height: 440px; } }
  @media (min-width: 1440px) {
    .page-eyecatch {
      height: 480px; } }
  @media (min-width: 1920px) {
    .page-eyecatch {
      height: 540px; } }
  @media (min-width: 2560px) {
    .page-eyecatch {
      height: 680px; } }

.page-main-content {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 30px; }
  @media (min-width: 1920px) {
    .page-main-content {
      max-width: 900px; } }
  .page-main-content p {
    margin-bottom: 1.05em; }
  .page-main-content h1, .page-main-content h2, .page-main-content h3, .page-main-content h4, .page-main-content h5, .page-main-content h6 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 1.05em; }
    @media (min-width: 425px) {
      .page-main-content h1, .page-main-content h2, .page-main-content h3, .page-main-content h4, .page-main-content h5, .page-main-content h6 {
        font-size: 1.1em; } }
    @media (min-width: 600px) {
      .page-main-content h1, .page-main-content h2, .page-main-content h3, .page-main-content h4, .page-main-content h5, .page-main-content h6 {
        font-size: 1.2em; } }
    @media (min-width: 768px) {
      .page-main-content h1, .page-main-content h2, .page-main-content h3, .page-main-content h4, .page-main-content h5, .page-main-content h6 {
        font-size: 1.3em; } }
    @media (min-width: 1024px) {
      .page-main-content h1, .page-main-content h2, .page-main-content h3, .page-main-content h4, .page-main-content h5, .page-main-content h6 {
        font-size: 1.4em; } }
    @media (min-width: 1280px) {
      .page-main-content h1, .page-main-content h2, .page-main-content h3, .page-main-content h4, .page-main-content h5, .page-main-content h6 {
        font-size: 1.6em; } }
    @media (min-width: 1440px) {
      .page-main-content h1, .page-main-content h2, .page-main-content h3, .page-main-content h4, .page-main-content h5, .page-main-content h6 {
        font-size: 1.8em; } }
    @media (min-width: 1920px) {
      .page-main-content h1, .page-main-content h2, .page-main-content h3, .page-main-content h4, .page-main-content h5, .page-main-content h6 {
        font-size: 2em; } }
    @media (min-width: 2560px) {
      .page-main-content h1, .page-main-content h2, .page-main-content h3, .page-main-content h4, .page-main-content h5, .page-main-content h6 {
        font-size: 2.4em; } }
  .page-main-content h1 {
    font-size: 24px;
    color: #2b5330;
    padding: 0.5em 0;
    /*上下の余白*/
    border-top: solid 3px #2b5330;
    /*上線*/
    border-bottom: solid 3px #2b5330;
    /*下線*/ }
  .page-main-content h2 {
    position: relative;
    font-size: 21px;
    color: #2b5330;
    padding: 0.6em;
    background: #f9f9ee; }
    .page-main-content h2::after {
      position: absolute;
      content: '';
      top: 100%;
      left: 30px;
      border: 15px solid transparent;
      border-top: 15px solid #f9f9ee;
      width: 0;
      height: 0; }
  .page-main-content h3 {
    font-size: 18px;
    padding: 0.5em;
    /*文字周りの余白*/
    color: #2b5330;
    /*文字色*/
    background: #f9f9ee;
    /*背景色*/
    border-left: solid 5px #2b5330;
    /*左線（実線 太さ 色）*/ }
  .page-main-content h4 {
    font-size: 16px;
    background: linear-gradient(transparent 70%, #d3edd3 70%); }
  .page-main-content h5 {
    font-size: 14px; }
  .page-main-content h6 {
    font-size: 12px; }
  .page-main-content img {
    max-width: 100%;
    margin: 10px 0; }
  .page-main-content table {
    margin: 0 auto 20px;
    width: 100%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f9f9ee; }
    .page-main-content table th {
      vertical-align: middle;
      height: 30px;
      width: 30%;
      border-right: solid 1px #666;
      margin: 0;
      text-align: center;
      color: #333;
      font-size: 16px;
      font-weight: bold; }
    .page-main-content table td {
      padding: 0;
      margin: 0;
      height: 30px;
      width: 70%;
      border: none;
      color: #666;
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden; }
      .page-main-content table td:first-child {
        padding: 0 0 0 10px;
        vertical-align: middle; }
.page-main-title {
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
  max-width: 600px; }
  @media (min-width: 1920px) {
    .page-main-title {
      max-width: 900px; } }
  .page-main-title__title {
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 1.2;
    padding: 1.2em;
    border-bottom: 1px solid #2b5330; }
    @media (min-width: 425px) {
      .page-main-title__title {
        font-size: 21px; } }
    @media (min-width: 768px) {
      .page-main-title__title {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .page-main-title__title {
        font-size: 28px; } }
    @media (min-width: 1280px) {
      .page-main-title__title {
        font-size: 31px; } }
.page-main .recruitContact {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px; }
  .page-main .recruitContact::before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #2b5330; }
  .page-main .recruitContact::after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 10px;
    width: 100%;
    border-bottom: solid 3px #2b5330; }

.kodawari_secret {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px; }
  .kodawari_secret li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.kodawari_secret01 {
  width: 80%;
  height: 280px;
  background-image: url("../images/kodawari/kodawari_secret01.jpg"); }
  @media (min-width: 768px) {
    .kodawari_secret01 {
      width: 70%;
      height: 500px; } }

.kodawari_secret02 {
  position: absolute;
  z-index: 600;
  width: 40%;
  height: 280px;
  top: -30px;
  right: 0;
  background-image: url("../images/kodawari/kodawari_secret02.jpg"); }
  @media (min-width: 768px) {
    .kodawari_secret02 {
      width: 25%;
      height: 470px;
      top: -40px;
      right: 7%; } }

.kodawari_grassfed {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 60px auto; }
  .kodawari_grassfed li {
    width: 100%; }
  @media (min-width: 768px) {
    .kodawari_grassfed li {
      width: 30%;
      padding-top: 20px;
      border-top: 1px solid #2b5330; }
      .kodawari_grassfed li:first-child {
        width: 25%;
        padding-top: 0;
        border-top: none; } }

.kodawari_grassfed_btn {
  display: table;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2b5330;
  border-radius: 5px;
  background-color: #2b5330;
  color: #ffffff;
  margin: 30px auto 0 auto;
  padding: 15px 20px 15px 80px;
  border-radius: 0;
  position: relative; }
  .kodawari_grassfed_btn:hover {
    text-decoration: none;
    background-color: #f9f9ee;
    border-radius: 5px;
    color: #2b5330; }
  .kodawari_grassfed_btn::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .kodawari_grassfed_btn:hover {
    border-radius: 0; }
  .kodawari_grassfed_btn::after {
    border: 1px dashed #f9f9ee;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }
  .kodawari_grassfed_btn::before {
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 100px;
    z-index: 200;
    top: -40px;
    left: 15px;
    background-image: url("../images/kodawari/kodawari_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: contain; }

.kodawari_photos {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  padding: 0; }

.kodawari_photos_text {
  padding: 0 15px 25px 15px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.6); }

.kodawari_photos_organic-grasses {
  padding: 20px 0;
  background-image: url("../images/kodawari/kodawari_organic.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center; }
  .kodawari_photos_organic-grasses .kodawari_photos_text {
    width: 80%;
    margin: 0 0 0 auto; }
  @media (min-width: 768px) {
    .kodawari_photos_organic-grasses {
      width: 80%;
      margin: 0 auto;
      padding: 0;
      background-size: 65%; }
      .kodawari_photos_organic-grasses .kodawari_photos_text {
        width: 40%;
        padding: 0 35px 25px 35px; } }

.kodawari_photos_lake-mashu {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  margin: 40px auto;
  background-image: url("../images/kodawari/kodawari_mashu.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center; }
  .kodawari_photos_lake-mashu .kodawari_photos_text {
    width: 75%; }
  @media (min-width: 768px) {
    .kodawari_photos_lake-mashu {
      display: block;
      width: 70%;
      max-width: 1200px;
      padding: 40px 0;
      margin: 0 auto;
      margin: 40px auto; }
      .kodawari_photos_lake-mashu .kodawari_photos_text {
        width: 60%; } }

.kodawari_every-step {
  display: block;
  width: 100%;
  background: #2b5330; }
  @media (min-width: 768px) {
    .kodawari_every-step {
      padding-top: 80px; }
      .kodawari_every-step p {
        width: 60%; } }

.kodawari_every-step * {
  color: #ffffff; }

.kodawari_every-step_inbox {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  background-image: url("../images/kodawari/kodawari_every-step.jpg");
  background-size: 60%;
  background-position: right bottom 25px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .kodawari_every-step_inbox {
      padding-top: 60px;
      background-size: 50%;
      background-position: right 10% bottom 25px; } }

.kodawari_every-step_title {
  display: inline-block;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2em;
  border-bottom: 1px solid #306d35; }
  .kodawari_every-step_title span {
    display: block;
    font-size: 1rem; }
  @media (min-width: 768px) {
    .kodawari_every-step_title span br {
      display: none; } }

.kodawari_every-step_btn {
  display: table;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2b5330;
  border-radius: 5px;
  background-color: #2b5330;
  color: #ffffff;
  border-color: #ffffff; }
  .kodawari_every-step_btn:hover {
    text-decoration: none;
    background-color: #f9f9ee;
    border-radius: 5px;
    color: #2b5330; }

main.page-shops h3, main.page-shops h4 {
  text-align: left;
  margin: 0 auto 0 0;
  padding: 0; }
  main.page-shops h3::after, main.page-shops h4::after {
    border-bottom: none; }
main.page-shops h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #2b5330;
  text-transform: uppercase; }
main.page-shops h4 {
  font-size: 0.9rem;
  color: #2b5330; }
@media (min-width: 768px) {
  main.page-shops h3 {
    font-size: 2.5rem; } }

.shops_our-mind {
  margin-top: -30px;
  padding: 40px 0;
  background: #ffffff; }

.shops_our-mind * {
  color: #2b5330; }

.shops_our-mind_inbox {
  width: 90%;
  max-width: 1200px;
  position: relative; }

.shops_our-mind_img {
  display: block;
  width: 80%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/shops/shops_our-mind.jpg");
  position: relative; }
  .shops_our-mind_img::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .shops_our-mind_img::after {
    background: rgba(255, 255, 255, 0.3); }

.shops_our-mind_text {
  position: absolute;
  top: 40px;
  left: 50%;
  right: 20px; }
  @media (min-width: 768px) {
    .shops_our-mind_text {
      width: 30%;
      top: 100px;
      right: 0;
      left: auto; } }

.shops_our-mind_btn {
  display: table;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2b5330;
  border-radius: 5px;
  background-color: #2b5330;
  color: #ffffff;
  border-radius: 0;
  background: none;
  border-color: #2b5330;
  color: #2b5330; }
  .shops_our-mind_btn:hover {
    text-decoration: none;
    background-color: #f9f9ee;
    border-radius: 5px;
    color: #2b5330; }
  .shops_our-mind_btn:hover {
    border-radius: 0; }

.shops_find {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto; }
  .shops_find h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #2b5330; }
    .shops_find h3::after {
      border-bottom: none; }
  .shops_find h4 {
    margin: 0;
    text-align: center; }
    .shops_find h4::after {
      border-bottom: none; }
  .shops_find hr {
    height: 1px;
    line-height: 1px;
    border: none;
    border-top: 2px solid #2b5330; }

ul.shops_selling-list li {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 10px;
  border-top: 1px dashed #2b5330; }
  ul.shops_selling-list li:last-child {
    border-bottom: 1px dashed #2b5330; }
  ul.shops_selling-list li p {
    width: 130px;
    margin: 0 20px 0 0;
    font-size: 0.8rem; }
  ul.shops_selling-list li span {
    display: block;
    flex: 1;
    font-size: 0.8rem; }
@media (min-width: 768px) {
  ul.shops_selling-list {
    width: 60%; }
    ul.shops_selling-list li p {
      width: 180px; }
    ul.shops_selling-list li span br {
      display: none; } }

.milcream_pageheader {
  padding-top: 22px;
  font-size: 30px !important;
  text-transform: none; }

main.milcream {
  background: #f9f9ee; }

.milcream_about {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto; }
  .milcream_about h2 {
    text-transform: none;
    font-size: 3.7em; }
  .milcream_about p {
    text-align: center; }

.milcream_open-hour {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  position: relative; }
  .milcream_open-hour h3 {
    position: relative;
    padding-bottom: 10px;
    position: relative; }
    .milcream_open-hour h3::after {
      display: block;
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .milcream_open-hour h3::after {
      width: 100px;
      left: 50%;
      margin-left: -50px;
      border-bottom: 5px solid #2b5330; }
  .milcream_open-hour p {
    text-align: center; }
  .milcream_open-hour li:first-child {
    position: absolute;
    width: 80%;
    padding: 15px;
    top: 25px;
    right: 0;
    bottom: 25px;
    left: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.7); }
  .milcream_open-hour li:last-child {
    width: 100%;
    height: 400px;
    padding: 25px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  @media (min-width: 768px) {
    .milcream_open-hour li:first-child {
      position: inherit;
      flex: 1;
      background: none; }
    .milcream_open-hour li:last-child {
      width: 50%; } }

.milcream_various {
  flex-direction: row-reverse; }
  @media (min-width: 768px) {
    .milcream_various {
      margin-top: -30px; } }

.milcream_menu {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #ffffff; }
  .milcream_menu h2 {
    padding-top: 0; }

.milcream_menu_list {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  margin: 0 20px;
  border-top: 3px solid #2b5330;
  border-bottom: 3px solid #2b5330; }
  .milcream_menu_list li {
    -js-display: flex;
    /*--- IE8, 9---*/
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: stretch;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: stretch;
    /*--- IE10 ---*/
    -webkit-align-items: stretch;
    /*--- safari（PC）用 ---*/
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px dashed #2b5330; }
    .milcream_menu_list li:last-child {
      border-bottom: none; }
    .milcream_menu_list li p {
      flex: 1;
      margin: 0; }
    .milcream_menu_list li span {
      display: block;
      width: 70px;
      text-align: right; }
  @media (min-width: 768px) {
    .milcream_menu_list li {
      width: 46%;
      padding: 20px 10px;
      margin: 0; }
      .milcream_menu_list li:nth-last-child(2) {
        border-bottom: none; } }

.milcream_newArrival {
  margin: 0 calc(5% + 20px); }
  .milcream_newArrival_heading {
    position: relative;
    padding: 30px 0 0; }
    @media (min-width: 1024px) {
      .milcream_newArrival_heading {
        width: 50%; } }
    .milcream_newArrival_heading::before {
      position: absolute;
      width: 100%;
      height: 3px;
      top: 0;
      left: 0;
      background-color: #2b5330;
      content: ''; }
      @media (min-width: 1024px) {
        .milcream_newArrival_heading::before {
          width: 200%; } }
    .milcream_newArrival_heading_date {
      color: #2b5330; }
    .milcream_newArrival_heading_name {
      font-size: 22px;
      padding-top: 0.5em; }
      @media (min-width: 1024px) {
        .milcream_newArrival_heading_name {
          display: inline-block; } }
    .milcream_newArrival_heading_price {
      font-size: 20px;
      padding-bottom: 15px; }
      @media (min-width: 1024px) {
        .milcream_newArrival_heading_price {
          display: inline-block; } }
    .milcream_newArrival_heading_shipping {
      border-bottom: 3px solid #2b5330;
      padding-bottom: 30px; }
      .milcream_newArrival_heading_shipping_title {
        padding-bottom: 0.5em;
        color: #2b5330; }
      .milcream_newArrival_heading_shipping .milcream_newArrival_heading_shipping_list {
        position: static;
        width: 100%;
        margin: 0; }
        @media (min-width: 600px) {
          .milcream_newArrival_heading_shipping .milcream_newArrival_heading_shipping_list {
            display: block; } }
      .milcream_newArrival_heading_shipping .milcream_newArrival_heading_shipping_item {
        height: auto;
        width: 100%; }
  @media (min-width: 1024px) {
    .milcream_newArrival_content {
      display: flex;
      justify-content: space-between; } }
  .milcream_newArrival dl {
    padding-top: 10px; }
    @media (min-width: 1024px) {
      .milcream_newArrival dl {
        width: 55%; } }
  .milcream_newArrival dt {
    font-size: 20px;
    padding-bottom: 15px; }
  .milcream_newArrival dd {
    padding-bottom: 20px;
    padding-left: 10px; }
  .milcream_newArrival ul {
    display: block; }
    @media (min-width: 600px) {
      .milcream_newArrival ul {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 1024px) {
      .milcream_newArrival ul {
        display: block;
        position: relative;
        top: -240px;
        width: 50%; } }
  .milcream_newArrival li {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%; }
    @media (min-width: 600px) {
      .milcream_newArrival li {
        width: 49%;
        height: 250px; } }
    @media (min-width: 1024px) {
      .milcream_newArrival li {
        width: 100%;
        height: 340px; } }

.milcream_map {
  display: block;
  width: 100%;
  background: #2b5330; }

.milcream_map_inbox {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  background: #2b5330; }
  .milcream_map_inbox h2 {
    font-weight: normal;
    color: #ffffff; }
  .milcream_map_inbox h3 {
    color: #ffffff !important; }

.milcream_map_iframe {
  display: block;
  width: 100%;
  height: 350px;
  margin: 0 auto 30px auto;
  border: none; }

main.process {
  background: #f9f9ee;
  padding: 40px 0 80px 0; }

.process_inbox {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px; }

ul.process_steps {
  position: relative;
  width: 330px;
  z-index: 600; }
  ul.process_steps li {
    width: 48%;
    font-size: 0.8rem;
    padding: 3px; }
    ul.process_steps li span {
      display: none; }
  @media (max-width: 768px) {
    ul.process_steps {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: stretch;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: stretch;
      /*--- IE10 ---*/
      -webkit-align-items: stretch;
      /*--- safari（PC）用 ---*/
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    ul.process_steps {
      width: 28%; }
      ul.process_steps li {
        width: 100%;
        font-size: 1rem;
        padding: 10px;
        text-align: center;
        border-bottom: 1px dashed #2b5330; }
        ul.process_steps li:first-child {
          border-top: 1px dashed #2b5330; }
        ul.process_steps li span {
          display: block;
          text-align: center;
          font-size: 0.8rem; } }

.process_content {
  width: 100%;
  position: relative; }
  .process_content li h3 {
    margin: 20px 0;
    padding: 0;
    height: 1em; }
  .process_content li:first-child {
    display: block;
    position: inherit; }
  @media (min-width: 768px) {
    .process_content {
      width: 70%; } }

.process_content_li {
  display: none;
  position: absolute;
  top: 0;
  height: auto;
  text-align: center; }
  .process_content_li:target {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    background: #f9f9ee;
    z-index: 200; }
  .process_content_li p {
    margin: 20px;
    margin-top: 0; }

.process_content_li01 {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 60px;
  text-align: center; }
  .process_content_li01 p {
    margin: 20px;
    margin-top: 0; }

@media (min-width: 768px) {
  .process_content_li_title {
    -js-display: flex;
    /*--- IE8, 9---*/
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: stretch;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: stretch;
    /*--- IE10 ---*/
    -webkit-align-items: stretch;
    /*--- safari（PC）用 ---*/
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    margin: 0 auto;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px dashed #2b5330; }
    .process_content_li_title h3 {
      display: block;
      width: 30%;
      margin: 0;
      margin-right: 30px;
      padding: 0;
      padding-bottom: 30px;
      height: auto; } }

.process_content_photo {
  display: block;
  width: 90%;
  height: 270px;
  margin: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    .process_content_photo {
      height: 450px; } }

.process_content_sub {
  text-align: center; }
  @media (min-width: 768px) {
    .process_content_sub {
      flex: 1;
      margin: 0;
      padding: 0;
      padding-top: 25px; } }

main.howto .howto-container {
  width: 90%;
  margin: 0 auto;
  max-width: 900px; }

.howto_drink {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  padding-top: 50px; }
  .howto_drink h3 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase; }
  .howto_drink h4 {
    margin-top: 0;
    font-weight: normal;
    text-align: center;
    color: #2b5330; }
  .howto_drink p {
    text-align: center;
    font-size: 14px;
    color: #2b5330; }

ul.howto_drink_list {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    ul.howto_drink_list {
      margin-bottom: 80px; } }

.howto_drink_list_date {
  width: 100%; }
  .howto_drink_list_date span {
    display: table;
    background: linear-gradient(transparent 40%, #d3edd3 40%); }
  @media (min-width: 768px) {
    .howto_drink_list_date {
      width: 35%; } }

.howto_drink_photo {
  display: block;
  width: 70%;
  height: 200px;
  margin: 20px auto 30px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    .howto_drink_photo {
      width: 90%;
      height: 250px;
      margin: 20px 0 60px 0; } }

.howto_drink_list_desc {
  width: 100%;
  font-size: 14px;
  padding-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 2px solid green;
  margin-bottom: 30px; }
  .howto_drink_list_desc h5 {
    margin-top: 0;
    padding: 0 10px 10px 10px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #2b5330; }
  .howto_drink_list_desc b {
    display: block;
    font-weight: normal; }
  .howto_drink_list_desc span {
    font-size: 12px; }
  @media (min-width: 768px) {
    .howto_drink_list_desc {
      width: 58%; }
      .howto_drink_list_desc h5 {
        padding: 40px 10px 40px 0; } }

.howto_drink_photo-small {
  display: block;
  margin-top: 20px;
  width: 130px; }

.howto_drink_caution {
  margin-top: 20px;
  font-size: 12px; }

.howto_other-ways {
  margin-bottom: 0;
  background: linear-gradient(to left, #0c281c, #2e5832);
  color: #ffffff; }
  .howto_other-ways .howto_other-ways-container {
    width: 90%;
    margin: 0 auto;
    max-width: 900px; }

.howto_other-ways_inbox {
  display: block;
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto; }
  .howto_other-ways_inbox h3 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase; }
  .howto_other-ways_inbox h4 {
    margin: 0;
    text-align: center; }
  @media (min-width: 768px) {
    .howto_other-ways_inbox {
      padding: 50px 0 70px 0; } }

.howto_other-ways_list {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto; }
  .howto_other-ways_list li {
    width: 100%;
    padding-top: 40px;
    font-size: 12px; }
    .howto_other-ways_list li h5 {
      margin: 0;
      font-size: 18px;
      font-weight: normal; }
    .howto_other-ways_list li img {
      display: block;
      width: 100%;
      margin: 20px auto; }
  @media (min-width: 768px) {
    .howto_other-ways_list li {
      width: 45%; }
      .howto_other-ways_list li img {
        width: 70%;
        margin: 20px auto 20px 0; } }

main.main-page-interview {
  background: #ffffff;
  padding: 0;
  padding-top: 40px; }
  main.main-page-interview h2 {
    font-size: 21px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      main.main-page-interview h2 {
        font-size: 24px; } }

.interview--box-container {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    .interview--box-container h2.interview--box-heading {
      text-align: left; } }
  @media (min-width: 1024px) {
    .interview--box-container {
      text-align: left; } }
  .interview--box-container .interview--box--left {
    width: 100%; }
    @media (min-width: 1024px) {
      .interview--box-container .interview--box--left {
        width: 35%; } }
  .interview--box-container .interview--box--right {
    width: 100%; }
    @media (min-width: 1024px) {
      .interview--box-container .interview--box--right {
        width: 60%; } }
  .interview--box-container.interview--box-container-rv .interview--box--left {
    width: 100%; }
    @media (min-width: 1024px) {
      .interview--box-container.interview--box-container-rv .interview--box--left {
        -webkit-order: 1;
        order: 1;
        width: 60%; } }
  .interview--box-container.interview--box-container-rv .interview--box--right {
    width: 100%; }
    @media (min-width: 1024px) {
      .interview--box-container.interview--box-container-rv .interview--box--right {
        -webkit-order: 2;
        order: 2;
        width: 35%; } }

.page_hero--interview {
  position: relative;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  background-size: cover;
  background-position: center; }
  @media (min-width: 420px) {
    .page_hero--interview {
      height: 240px; } }
  @media (min-width: 768px) {
    .page_hero--interview {
      height: 320px; } }
  @media (min-width: 1024px) {
    .page_hero--interview {
      height: 420px; } }
  .page_hero--interview .interview-titlebox {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    height: 140px;
    right: 0;
    bottom: 20px;
    left: 0;
    background: rgba(47, 89, 51, 0.4);
    color: #ffffff;
    padding: 5px 10px; }
    @media (min-width: 420px) {
      .page_hero--interview .interview-titlebox {
        height: 180px; } }
    @media (min-width: 1024px) {
      .page_hero--interview .interview-titlebox {
        left: 10%;
        right: auto;
        padding-top: 10px; } }
    .page_hero--interview .interview-titlebox .page_hero--interview-lg {
      font-weight: 300;
      font-size: 18px;
      line-height: 1.4;
      margin: 0 auto;
      padding: 0; }
      @media (min-width: 420px) {
        .page_hero--interview .interview-titlebox .page_hero--interview-lg {
          font-size: 21px; } }
      @media (min-width: 1024px) {
        .page_hero--interview .interview-titlebox .page_hero--interview-lg {
          font-size: 24px; } }
    .page_hero--interview .interview-titlebox .page_hero--interview-sm {
      font-weight: 300;
      font-size: 12px;
      line-height: 1.4;
      margin-top: 10px; }
      @media (min-width: 420px) {
        .page_hero--interview .interview-titlebox .page_hero--interview-sm {
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .page_hero--interview .interview-titlebox .page_hero--interview-sm {
          font-size: 16px; } }

section.interview--ownerphoto {
  position: relative;
  width: 100%;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    section.interview--ownerphoto {
      width: 80%;
      margin: 0 auto 50px; } }
  @media (min-width: 1024px) {
    section.interview--ownerphoto {
      width: 100%;
      max-width: 1200px; } }
  section.interview--ownerphoto img.interview--ownerphoto-main {
    width: 100%;
    height: 0 auto; }
    @media (min-width: 768px) {
      section.interview--ownerphoto img.interview--ownerphoto-main {
        width: 700px; } }
    @media (min-width: 1024px) {
      section.interview--ownerphoto img.interview--ownerphoto-main {
        width: 800px; } }
    @media (min-width: 1440px) {
      section.interview--ownerphoto img.interview--ownerphoto-main {
        width: 1200px; } }
  section.interview--ownerphoto img.interview--ownerphoto-sub {
    width: 90%;
    height: 0 auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      section.interview--ownerphoto img.interview--ownerphoto-sub {
        width: 40%;
        bottom: 6px;
        right: 50px;
        left: auto;
        max-width: 500px; } }

section.interview--profile {
  margin-top: 20px; }
  section.interview--profile .interview--profile-container {
    width: 90%;
    margin: 0 auto; }
    section.interview--profile .interview--profile-container .interview--profile-heading {
      text-align: left;
      font-size: 24px;
      font-weight: 500;
      color: #2b5330;
      width: 100%;
      padding: 0; }
    section.interview--profile .interview--profile-container .interview--profile-heading-sub {
      text-align: left;
      font-size: 14px;
      font-weight: 500;
      width: 100%;
      margin-top: 10px;
      color: #2b5330; }
    section.interview--profile .interview--profile-container .interview--profile-contents {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: stretch;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: stretch;
      /*--- IE10 ---*/
      -webkit-align-items: stretch;
      /*--- safari（PC）用 ---*/
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      margin: 0 auto;
      border-bottom: 2px solid #2b5330; }
      section.interview--profile .interview--profile-container .interview--profile-contents .interview--profile-content {
        width: 100%;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          section.interview--profile .interview--profile-container .interview--profile-contents .interview--profile-content {
            width: 49%; } }
    section.interview--profile .interview--profile-container .interview--profile-box {
      width: 100%;
      margin: 20px auto;
      padding: 10px;
      background: #2b5330;
      max-width: 460px; }
      section.interview--profile .interview--profile-container .interview--profile-box .inbox {
        padding: 20px;
        border: 1px dashed #f9f9ee;
        color: #f9f9ee;
        position: relative; }

section.interview--begining {
  background: #f9f9ee; }
  section.interview--begining .interview--section-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 0; }

section.interview--relationship .interview--section-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0; }

section.interview--kodawari .interview--section-container {
  width: 90%;
  margin: 0 auto;
  max-width: 900px; }
  section.interview--kodawari .interview--section-container p {
    margin-bottom: 20px; }

section.interview--closing {
  background: #f9f9ee; }
  section.interview--closing .interview--section-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 0; }
    section.interview--closing .interview--section-container .interview--closing-heading {
      margin: 0 auto 30px;
      width: 100%;
      max-width: 600px; }
    section.interview--closing .interview--section-container .shops_online-shop-btn {
      width: 100%;
      margin: 60px auto;
      max-width: 600px; }
      section.interview--closing .interview--section-container .shops_online-shop-btn .shops_online-shop-btn_inbox {
        padding-left: 10px; }
        @media (min-width: 768px) {
          section.interview--closing .interview--section-container .shops_online-shop-btn .shops_online-shop-btn_inbox {
            padding-left: 150px; } }
        section.interview--closing .interview--section-container .shops_online-shop-btn .shops_online-shop-btn_inbox img {
          display: none; }
          @media (min-width: 768px) {
            section.interview--closing .interview--section-container .shops_online-shop-btn .shops_online-shop-btn_inbox img {
              display: inline-block; } }

section.interview--sozai {
  background: #f9f9ee; }
  @media (min-width: 1024px) {
    section.interview--sozai h3 {
      text-align: left; } }
  section.interview--sozai p {
    margin-bottom: 8px; }
  section.interview--sozai p.strong {
    font-size: 16px;
    font-weight: bold; }

main.main-page-grassfed {
  background: #ffffff;
  padding: 0;
  padding-top: 40px; }
  main.main-page-grassfed h2 {
    font-size: 21px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      main.main-page-grassfed h2 {
        font-size: 24px; } }

.grassfed--box-container {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    .grassfed--box-container h2.grassfed--box-heading {
      text-align: left; } }
  @media (min-width: 1024px) {
    .grassfed--box-container {
      text-align: left; } }
  .grassfed--box-container .grassfed--box--left {
    width: 100%; }
    @media (min-width: 1024px) {
      .grassfed--box-container .grassfed--box--left {
        width: 35%; } }
  .grassfed--box-container .grassfed--box--right {
    width: 100%; }
    @media (min-width: 1024px) {
      .grassfed--box-container .grassfed--box--right {
        width: 60%; } }
  .grassfed--box-container.grassfed--box-container-rv .grassfed--box--left {
    width: 100%; }
    @media (min-width: 1024px) {
      .grassfed--box-container.grassfed--box-container-rv .grassfed--box--left {
        -webkit-order: 1;
        order: 1;
        width: 60%; } }
  .grassfed--box-container.grassfed--box-container-rv .grassfed--box--right {
    width: 100%; }
    @media (min-width: 1024px) {
      .grassfed--box-container.grassfed--box-container-rv .grassfed--box--right {
        -webkit-order: 2;
        order: 2;
        width: 35%; } }

.page_hero--grassfed {
  position: relative;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  background-size: cover;
  background-position: center; }
  @media (min-width: 420px) {
    .page_hero--grassfed {
      height: 240px; } }
  @media (min-width: 768px) {
    .page_hero--grassfed {
      height: 320px; } }
  @media (min-width: 1024px) {
    .page_hero--grassfed {
      height: 420px; } }
  .page_hero--grassfed .grassfed-titlebox {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    height: 80px;
    right: 0;
    bottom: 20px;
    left: 0;
    background: rgba(47, 89, 51, 0.4);
    color: #ffffff;
    padding: 5px 10px; }
    @media (min-width: 420px) {
      .page_hero--grassfed .grassfed-titlebox {
        height: 100px; } }
    @media (min-width: 768px) {
      .page_hero--grassfed .grassfed-titlebox {
        left: auto;
        width: 70%; } }
    @media (min-width: 1024px) {
      .page_hero--grassfed .grassfed-titlebox {
        padding-top: 10px;
        height: 140px; } }
    .page_hero--grassfed .grassfed-titlebox .page_hero--grassfed-lg {
      font-weight: 300;
      font-size: 18px;
      line-height: 1.4;
      margin: 0 auto;
      padding: 0; }
      @media (min-width: 420px) {
        .page_hero--grassfed .grassfed-titlebox .page_hero--grassfed-lg {
          font-size: 28px; } }
      @media (min-width: 1024px) {
        .page_hero--grassfed .grassfed-titlebox .page_hero--grassfed-lg {
          font-size: 36px; } }
    .page_hero--grassfed .grassfed-titlebox .page_hero--grassfed-sm {
      font-weight: 300;
      font-size: 12px;
      line-height: 1.4;
      margin-top: 10px; }
      @media (min-width: 420px) {
        .page_hero--grassfed .grassfed-titlebox .page_hero--grassfed-sm {
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .page_hero--grassfed .grassfed-titlebox .page_hero--grassfed-sm {
          font-size: 21px; } }

section.grassfed--ownerphoto {
  position: relative;
  width: 100%;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    section.grassfed--ownerphoto {
      width: 80%;
      margin: 0 auto 50px; } }
  @media (min-width: 1024px) {
    section.grassfed--ownerphoto {
      width: 100%;
      max-width: 1200px; } }
  section.grassfed--ownerphoto img.grassfed--ownerphoto-main {
    width: 100%;
    height: 0 auto; }
    @media (min-width: 768px) {
      section.grassfed--ownerphoto img.grassfed--ownerphoto-main {
        width: 700px; } }
    @media (min-width: 1024px) {
      section.grassfed--ownerphoto img.grassfed--ownerphoto-main {
        width: 800px; } }
    @media (min-width: 1440px) {
      section.grassfed--ownerphoto img.grassfed--ownerphoto-main {
        width: 1200px; } }
  section.grassfed--ownerphoto img.grassfed--ownerphoto-sub {
    width: 90%;
    height: 0 auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      section.grassfed--ownerphoto img.grassfed--ownerphoto-sub {
        width: 40%;
        bottom: 6px;
        right: 50px;
        left: auto;
        max-width: 500px; } }

section.grassfed--profile {
  margin-top: 20px; }
  section.grassfed--profile .grassfed--profile-container {
    width: 90%;
    margin: 0 auto; }
    section.grassfed--profile .grassfed--profile-container .grassfed--profile-heading {
      text-align: left;
      font-size: 24px;
      font-weight: 500;
      color: #2b5330;
      width: 100%;
      padding: 0; }
    section.grassfed--profile .grassfed--profile-container .grassfed--profile-heading-sub {
      text-align: left;
      font-size: 14px;
      font-weight: 500;
      width: 100%;
      margin-top: 10px;
      color: #2b5330; }
    section.grassfed--profile .grassfed--profile-container .grassfed--profile-contents {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: stretch;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: stretch;
      /*--- IE10 ---*/
      -webkit-align-items: stretch;
      /*--- safari（PC）用 ---*/
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      margin: 0 auto;
      border-bottom: 2px solid #2b5330; }
      section.grassfed--profile .grassfed--profile-container .grassfed--profile-contents .grassfed--profile-content {
        width: 100%;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          section.grassfed--profile .grassfed--profile-container .grassfed--profile-contents .grassfed--profile-content {
            width: 49%; } }
    section.grassfed--profile .grassfed--profile-container .grassfed--profile-box {
      width: 100%;
      margin: 20px auto;
      padding: 10px;
      background: #2b5330;
      max-width: 460px; }
      section.grassfed--profile .grassfed--profile-container .grassfed--profile-box .inbox {
        padding: 20px;
        border: 1px dashed #f9f9ee;
        color: #f9f9ee;
        position: relative; }

section.grassfed--begining {
  background: #f9f9ee; }
  section.grassfed--begining .grassfed--section-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 0; }

section.grassfed--relationship {
  background: #f9f9ee; }
  section.grassfed--relationship .grassfed--section-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 0; }

section.grassfed--kodawari .grassfed--section-container {
  width: 90%;
  margin: 0 auto;
  max-width: 900px; }
  section.grassfed--kodawari .grassfed--section-container p {
    margin-bottom: 20px; }

section.grassfed--closing {
  background: #f9f9ee; }
  section.grassfed--closing .grassfed--section-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 0; }
    section.grassfed--closing .grassfed--section-container .grassfed--closing-heading {
      margin: 0 auto 30px;
      width: 100%;
      max-width: 600px; }
    section.grassfed--closing .grassfed--section-container .shops_online-shop-btn {
      width: 100%;
      margin: 60px auto;
      max-width: 600px; }
      section.grassfed--closing .grassfed--section-container .shops_online-shop-btn .shops_online-shop-btn_inbox {
        padding-left: 10px; }
        @media (min-width: 768px) {
          section.grassfed--closing .grassfed--section-container .shops_online-shop-btn .shops_online-shop-btn_inbox {
            padding-left: 150px; } }
        section.grassfed--closing .grassfed--section-container .shops_online-shop-btn .shops_online-shop-btn_inbox img {
          display: none; }
          @media (min-width: 768px) {
            section.grassfed--closing .grassfed--section-container .shops_online-shop-btn .shops_online-shop-btn_inbox img {
              display: inline-block; } }

main.about {
  background: #f9f9ee; }
  main.about .about-container {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 50px; }

.about-abstruct .about-abstruct-container .about-abstruct-farminfo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    border: 1px dashed #2b5330;
    padding: 20px; }
    @media (min-width: 768px) {
      .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic {
        padding: 30px 10%; } }
    .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic h3 {
      margin-bottom: 30px;
      font-size: 24px; }
    .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic table {
      width: 100%;
      overflow: hidden;
      word-break: break-all;
      word-wrap: break-word;
      padding: 0 10px; }
      .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic table tr {
        width: 90%;
        margin: 0 auto 10px;
        border-bottom: 1px solid #2b5330;
        border-right: 1px solid #2b5330;
        border-left: 1px solid #2b5330;
        padding-bottom: 10px; }
        @media (min-width: 600px) {
          .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic table tr {
            -js-display: flex;
            /*--- IE8, 9---*/
            display: -webkit-box;
            /*--- Androidブラウザ用 ---*/
            display: -ms-flexbox;
            /*--- IE10 ---*/
            display: -webkit-flex;
            /*--- safari（PC）用 ---*/
            display: flex;
            -webkit-box-align: stretch;
            /*--- Androidブラウザ用 ---*/
            -ms-flex-align: stretch;
            /*--- IE10 ---*/
            -webkit-align-items: stretch;
            /*--- safari（PC）用 ---*/
            align-items: stretch;
            -webkit-flex-wrap: wrap;
            /*--- safari（PC）用 ---*/
            flex-wrap: wrap;
            -webkit-box-pack: space-between;
            /*--- Androidブラウザ用 ---*/
            -ms-flex-pack: space-between;
            /*--- IE10 ---*/
            -webkit-justify-content: space-between;
            /*--- safari（PC）用 ---*/
            justify-content: space-between;
            margin: 0 auto;
            border: none;
            width: 95%; } }
      .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic table th {
        overflow: hidden;
        text-align: center;
        word-break: break-all;
        word-wrap: break-word;
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 10px 30px;
        font-weight: 300;
        background: #2b5330;
        color: #ffffff; }
        @media (min-width: 600px) {
          .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic table th {
            display: block;
            width: 30%;
            background: none;
            color: #2b5330;
            padding: 15px 0;
            text-align: left; } }
      .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic table td {
        text-align: center;
        vertical-align: top;
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
        display: list-item;
        width: 100%;
        padding: 15px 30px 20px; }
        @media (min-width: 600px) {
          .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-basic table td {
            display: block;
            width: 70%;
            padding-left: 20px;
            padding-top: 15px;
            padding-bottom: 15px;
            text-align: left; } }
  .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-openhours {
    -js-display: flex;
    /*--- IE8, 9---*/
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: stretch;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: stretch;
    /*--- IE10 ---*/
    -webkit-align-items: stretch;
    /*--- safari（PC）用 ---*/
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    margin: 0 auto;
    max-width: 700px;
    margin: 50px auto;
    padding: 20px;
    background-image: url(../images/front_products_back.jpg);
    background-size: cover;
    background-position: center; }
    .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-openhours .openhours-img {
      display: none; }
      @media (min-width: 600px) {
        .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-openhours .openhours-img {
          width: 25%;
          display: block; } }
    .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-openhours .openhours-time {
      width: 100%; }
      @media (min-width: 600px) {
        .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-openhours .openhours-time {
          width: 70%; } }
      @media (min-width: 600px) {
        .about-abstruct .about-abstruct-container .about-abstruct-farminfo .farminfo-openhours .openhours-time h3 {
          text-align: left; } }
.about-abstruct .about-abstruct-container .about-abstruct-owner {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #2b5330; }
  .about-abstruct .about-abstruct-container .about-abstruct-owner .owner-photo {
    height: 180px;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    border-radius: 90px;
    background-position: center;
    background-size: cover; }
  .about-abstruct .about-abstruct-container .about-abstruct-owner .owner-info p {
    text-align: center; }
.about-abstruct .about-abstruct-container .about-abstruct-history {
  background: rgba(211, 237, 211, 0.4);
  width: 100%;
  padding: 20px; }
  @media (min-width: 768px) {
    .about-abstruct .about-abstruct-container .about-abstruct-history {
      padding: 30px 10%; } }
  .about-abstruct .about-abstruct-container .about-abstruct-history h3 {
    margin-bottom: 30px;
    font-size: 24px; }
  .about-abstruct .about-abstruct-container .about-abstruct-history table {
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    padding: 0 10px; }
    .about-abstruct .about-abstruct-container .about-abstruct-history table tr {
      width: 90%;
      margin: 0 auto 10px;
      padding-bottom: 10px; }
      @media (min-width: 600px) {
        .about-abstruct .about-abstruct-container .about-abstruct-history table tr {
          -js-display: flex;
          /*--- IE8, 9---*/
          display: -webkit-box;
          /*--- Androidブラウザ用 ---*/
          display: -ms-flexbox;
          /*--- IE10 ---*/
          display: -webkit-flex;
          /*--- safari（PC）用 ---*/
          display: flex;
          -webkit-box-align: stretch;
          /*--- Androidブラウザ用 ---*/
          -ms-flex-align: stretch;
          /*--- IE10 ---*/
          -webkit-align-items: stretch;
          /*--- safari（PC）用 ---*/
          align-items: stretch;
          -webkit-flex-wrap: wrap;
          /*--- safari（PC）用 ---*/
          flex-wrap: wrap;
          -webkit-box-pack: space-between;
          /*--- Androidブラウザ用 ---*/
          -ms-flex-pack: space-between;
          /*--- IE10 ---*/
          -webkit-justify-content: space-between;
          /*--- safari（PC）用 ---*/
          justify-content: space-between;
          margin: 0 auto;
          border: none;
          width: 95%; } }
    .about-abstruct .about-abstruct-container .about-abstruct-history table th {
      overflow: hidden;
      text-align: center;
      word-break: break-all;
      word-wrap: break-word;
      width: 100%;
      display: block;
      margin: 0 auto;
      padding: 10px 30px;
      font-weight: 300;
      background: rgba(211, 237, 211, 0.6);
      color: #333333; }
      @media (min-width: 600px) {
        .about-abstruct .about-abstruct-container .about-abstruct-history table th {
          display: block;
          width: 30%;
          background: none;
          color: #2b5330;
          padding: 15px 0;
          text-align: center; } }
    .about-abstruct .about-abstruct-container .about-abstruct-history table td {
      text-align: center;
      vertical-align: top;
      overflow: hidden;
      word-break: break-all;
      word-wrap: break-word;
      display: list-item;
      width: 100%;
      padding: 15px 30px 20px; }
      @media (min-width: 600px) {
        .about-abstruct .about-abstruct-container .about-abstruct-history table td {
          display: block;
          width: 70%;
          padding-left: 20px;
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: left; } }

.about-walk {
  margin-top: 50px; }
  .about-walk .about-walk-container {
    margin: 0 auto;
    width: 100%;
    max-width: 700px; }
    .about-walk .about-walk-container .about-walk-box {
      margin-bottom: 50px; }
      .about-walk .about-walk-container .about-walk-box img {
        display: block;
        margin: 20px auto;
        max-width: 100%;
        height: auto; }
      .about-walk .about-walk-container .about-walk-box .about-walk-box-content img {
        margin: 0 auto; }
        @media (min-width: 768px) {
          .about-walk .about-walk-container .about-walk-box .about-walk-box-content img {
            margin-right: 20px;
            float: left; } }
      .about-walk .about-walk-container .about-walk-box .about-walk-box-content p {
        margin-bottom: 20px; }

main.contact {
  padding-bottom: 60px;
  background: #f9f9ee; }
  main.contact .contact-container {
    width: 90%;
    margin: 0 auto;
    max-width: 900px; }

.contact-container {
  padding-top: 50px; }

main.voices {
  padding-bottom: 60px;
  background: #f9f9ee; }
  main.voices .voices-container {
    width: 90%;
    margin: 0 auto;
    max-width: 700px;
    padding: 50px 0; }

.voice-box {
  width: 100%;
  background: #2b5330;
  color: #f9f9ee;
  margin: 20px;
  padding: 5px;
  border-radius: 4px; }
  .voice-box .voice-box-container {
    border: 1px dashed #f9f9ee;
    border-radius: 4px;
    padding: 5px; }

.recall_container {
  width: 100%;
  max-width: 900px;
  margin: 100px auto 150px; }
.recall_heading {
  margin-bottom: 20px; }
  .recall_heading__title {
    font-size: 28px; }
  .recall_heading__item {
    font-size: 22px;
    margin: 0 0 20px;
    text-align: center; }
  .recall_heading__desc {
    margin: 0 0 7px;
    text-align: center; }
.recall table {
  border-collapse: collapse;
  border: solid 2px #2b5330;
  width: 90%;
  max-width: 750px;
  margin: 0 auto; }
.recall th {
  border: dashed 1px #2b5330;
  border-bottom: 1px solid #2b5330;
  padding: 3px 10px 3px; }
.recall td {
  border: dashed 1px #2b5330;
  padding: 3px 10px 3px; }
.recall_shopList {
  width: 600px; }

.singlesidebar {
  background: #f9f9ee; }

.singlesidebar-container {
  width: 100%;
  max-width: 1200px; }
  @media (min-width: 1024px) {
    .singlesidebar-container {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: stretch;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: stretch;
      /*--- IE10 ---*/
      -webkit-align-items: stretch;
      /*--- safari（PC）用 ---*/
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      margin: 0 auto;
      padding-bottom: 50px; } }
  .singlesidebar-container main.main-single {
    width: 100%; }
    @media (min-width: 1024px) {
      .singlesidebar-container main.main-single {
        width: 70%; } }
  .singlesidebar-container aside.sidebar {
    width: 100%; }
    @media (min-width: 1024px) {
      .singlesidebar-container aside.sidebar {
        width: 30%; } }

section.single-header {
  position: relative;
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    section.single-header {
      height: 460px; } }
  section.single-header .single-header-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    width: 90%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto; }
    @media (min-width: 768px) {
      section.single-header .single-header-container {
        right: 0;
        left: auto; } }
    section.single-header .single-header-container .single-header-wrapper {
      width: 95%;
      max-width: 700px;
      margin-top: 0;
      margin-left: 3%;
      padding: 10px 0; }
      section.single-header .single-header-container .single-header-wrapper .single-header-title {
        font-size: 24px;
        line-height: 1.2; }
      section.single-header .single-header-container .single-header-wrapper .single-header-category a {
        display: inline-block;
        color: #ffffff;
        background: #2b5330;
        padding: 4px 8px; }

main.main.main-single .single-container section.single-content {
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  main.main.main-single .single-container section.single-content .single-content-container {
    width: 90%;
    max-width: 680px;
    padding: 40px 5% 30px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.95); }
    main.main.main-single .single-container section.single-content .single-content-container .single-content-thumbnail img {
      max-width: 100%;
      height: auto; }
    main.main.main-single .single-container section.single-content .single-content-container img {
      max-width: 100%;
      height: auto; }
main.main.main-single .single-container section.single-pagenation {
  padding: 20px 0;
  background: #2b5330;
  width: 100%;
  max-width: 680px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    main.main.main-single .single-container section.single-pagenation {
      width: 90%; } }
  main.main.main-single .single-container section.single-pagenation .single-pagenation-container {
    width: 90%;
    max-width: 680px;
    margin: 0 auto;
    color: #ffffff; }
    @media (min-width: 768px) {
      main.main.main-single .single-container section.single-pagenation .single-pagenation-container {
        -js-display: flex;
        /*--- IE8, 9---*/
        display: -webkit-box;
        /*--- Androidブラウザ用 ---*/
        display: -ms-flexbox;
        /*--- IE10 ---*/
        display: -webkit-flex;
        /*--- safari（PC）用 ---*/
        display: flex;
        -webkit-box-align: stretch;
        /*--- Androidブラウザ用 ---*/
        -ms-flex-align: stretch;
        /*--- IE10 ---*/
        -webkit-align-items: stretch;
        /*--- safari（PC）用 ---*/
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        /*--- safari（PC）用 ---*/
        flex-wrap: wrap;
        -webkit-box-pack: space-between;
        /*--- Androidブラウザ用 ---*/
        -ms-flex-pack: space-between;
        /*--- IE10 ---*/
        -webkit-justify-content: space-between;
        /*--- safari（PC）用 ---*/
        justify-content: space-between;
        margin: 0 auto; } }
    main.main.main-single .single-container section.single-pagenation .single-pagenation-container p {
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        main.main.main-single .single-container section.single-pagenation .single-pagenation-container p {
          width: 45%; } }
      main.main.main-single .single-container section.single-pagenation .single-pagenation-container p a {
        color: #ffffff;
        display: inline-block;
        margin-bottom: 15px; }

.archivesidebar {
  background: #f9f9ee; }

.archivesidebar-container {
  width: 100%;
  max-width: 1400px; }
  @media (min-width: 1024px) {
    .archivesidebar-container {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: stretch;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: stretch;
      /*--- IE10 ---*/
      -webkit-align-items: stretch;
      /*--- safari（PC）用 ---*/
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      margin: 0 auto; } }
  .archivesidebar-container main.archive {
    width: 100%; }
    @media (min-width: 1024px) {
      .archivesidebar-container main.archive {
        width: 70%; } }
  .archivesidebar-container aside.sidebar {
    width: 100%; }
    @media (min-width: 1024px) {
      .archivesidebar-container aside.sidebar {
        width: 30%; } }

main.archive {
  background: #f9f9ee; }

section.page-header {
  position: relative;
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    section.page-header {
      height: 460px; } }
  @media (min-width: 1200px) {
    section.page-header {
      height: 600px; } }
  section.page-header .page-header-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    width: 90%;
    right: 0;
    left: 0;
    bottom: 30px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      section.page-header .page-header-container {
        width: 60%;
        right: 0;
        left: 0;
        bottom: 50px;
        margin: 0 auto; } }
    section.page-header .page-header-container .page-header-wrapper {
      width: 95%;
      max-width: 700px;
      padding: 10px 0 20px;
      margin: 0 auto; }
      section.page-header .page-header-container .page-header-wrapper .page-header-en {
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 10px; }
      section.page-header .page-header-container .page-header-wrapper .page-header-jp {
        font-size: 14px;
        line-height: 1.2;
        text-align: center; }
      section.page-header .page-header-container .page-header-wrapper .page-header-category a {
        display: inline-block;
        color: #ffffff;
        background: #2b5330;
        padding: 4px 8px; }

.archive_posts {
  width: 100%;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px; }
  .archive_posts .archive_posts-heading {
    position: relative;
    margin-top: 30px;
    padding-bottom: 20px;
    font-size: 24px;
    margin: 30px auto; }
    .archive_posts .archive_posts-heading:after {
      content: '';
      background: #2b5330;
      height: 1px;
      position: absolute;
      bottom: 5px;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 80px;
      border-bottom: 1px solid #2b5330; }
    @media (min-width: 1024px) {
      .archive_posts .archive_posts-heading {
        width: 95%;
        margin: 30px auto;
        padding-bottom: 25px;
        font-size: 2rem; } }

ul.archive_posts_list {
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;
  /*--- IE10 ---*/
  -webkit-align-items: stretch;
  /*--- safari（PC）用 ---*/
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 auto; }
  ul.archive_posts_list li {
    width: 100%;
    background: #ffffff;
    margin-bottom: 20px; }
    @media (min-width: 420px) {
      ul.archive_posts_list li {
        width: 48%; } }
    @media (min-width: 1024px) {
      ul.archive_posts_list li {
        width: 31%; } }
    ul.archive_posts_list li .archive_post-container {
      background: rgba(255, 255, 255, 0.8); }
    ul.archive_posts_list li .archive_post-thumbnail {
      height: 120px;
      background: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-bottom: 2px solid #2b5330; }
    ul.archive_posts_list li .archive_post_list-content {
      position: relative;
      margin: 0 auto 25px auto;
      width: 95%;
      margin: 0 auto;
      padding: 10px; }
      ul.archive_posts_list li .archive_post_list-content .post-title {
        margin-top: 5px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-size: 1.2rem;
        border-bottom: 1px solid #2b5330; }
        ul.archive_posts_list li .archive_post_list-content .post-title a {
          color: #2b5330;
          text-decoration: none; }
          ul.archive_posts_list li .archive_post_list-content .post-title a:hover {
            text-decoration: underline; }
      ul.archive_posts_list li .archive_post_list-content .post-excerpt {
        color: #2b5330;
        line-height: 1.8;
        display: block;
        margin: 20px 0;
        font-size: 14px; }
      ul.archive_posts_list li .archive_post_list-content .post-meta {
        margin-top: 25px; }

.front_recallNotice {
  padding: 20px 0 40px;
  text-align: center;
  border-top: 3px solid #2b5330; }
  .front_recallNotice__heading {
    margin: 20px 0 17px;
    text-align: center;
    font-size: 28px;
    font-weight: 300; }
  .front_recallNotice__desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 35px; }
  .front_recallNotice__link {
    padding: 14px;
    border: 2px solid #2b5330;
    border-radius: 28px; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background-color: #ffffff;
  color: #333333;
  width: 100%;
  border: 1px solid #2b5330;
  border-radius: 4px;
  font-size: 18px;
  padding: 1%; }

.wpcf7 input[type="submit"] {
  border: 1px solid #2b5330;
  background: transparent;
  padding: 6px 12px;
  color: #2b5330;
  border-radius: 4px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto; }
  @media (min-width: 425px) {
    .wpcf7 input[type="submit"] {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .wpcf7 input[type="submit"] {
      font-size: 21px; } }
  @media (min-width: 1440px) {
    .wpcf7 input[type="submit"] {
      font-size: 26px; } }
  .wpcf7 input[type="submit"]:hover {
    background: #2b5330;
    color: #ffffff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }

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