@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 追加設定
----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* 共通設定
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url("../images/header/header_bg.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #ffffff;
  font-weight: 500;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.6;
}

a {
  color: #333333;
  text-decoration: none;
}

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

ul {
  list-style: none;
}

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

/* ハンバーガーボタン
----------------------------------------------- */
.spNavBtn {
  position: fixed;
  width: 30px;
  height: 25px;
  top: 20px;
  right: 18px;
  cursor: pointer;
  z-index: 101;
  /* ボタンの切り替えアニメーション */
}

.spNavBtn .wrap {
  position: relative;
}

.spNavBtn .wrap span {
  background: #362e2b;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.spNavBtn .wrap span:nth-child(1) {
  top: 0;
}

.spNavBtn .wrap span:nth-child(2) {
  top: 11px;
}

.spNavBtn .wrap span:nth-child(3) {
  top: 22px;
}

.spNavBtn.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.spNavBtn.open span:nth-child(2) {
  width: 0;
  left: 50%;
}

.spNavBtn.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* ハンバーガーメニュー（スマホメニュー）
// ※スマホメニューのデザインは、下記のグローバルナビ部分に記述する
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .spNav {
    display: none;
  }
  .spNav.open {
    display: block;
  }
}

/* ヘッダー
----------------------------------------------- */
header {
  position: relative;
}

header .logo {
  width: 330px;
  margin: 0 auto;
  padding: 30px 0;
}

header .tel_area {
  position: absolute;
  top: 50px;
  right: 10px;
  text-align: right;
  line-height: 1.4;
}

header .tel_area span {
  color: #e84311;
  font-size: 26px;
  font-weight: bold;
}

header .order-fax {
  text-align: center;
  margin-bottom: 1em;
}

header .order-fax p {
  margin: 0.5em;
}

header .order-fax a {
  color: #00a8ef;
}

@media screen and (max-width: 767px) {
  header .logo {
    width: 180px;
    padding: 20px 0;
  }
}

/* グローバルナビ
----------------------------------------------- */
nav.global {
  max-width: 960px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  nav.global ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav.global ul li a {
    display: block;
    font-weight: bold;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 15px;
  }
  nav.global ul a.shop {
    background: #ff1333;
    color: #ffffff;
    border-radius: 4px 4px 0 0;
  }
  nav.global ul .shop:hover {
    background: #f3bd00;
  }
}

@media screen and (max-width: 767px) {
  nav.global {
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    left: -100px;
    background: #fc8046;
    z-index: 9999;
  }
  nav.global.open {
    left: 0;
  }
  nav.global ul li a {
    display: block;
    padding: 25px 0 25px 20px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: dotted 1px #ffffff;
  }
  nav.global ul li:last-child {
    padding-right: 0;
  }
}

/* トップカバー
----------------------------------------------- */
.top_cover {
  position: relative;
  background-image: url("../images/top/cover.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 540px;
  margin-bottom: 80px;
}

.top_cover .copy_pc {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -550px;
  width: 562px;
  height: 455px;
}

.top_cover .copy_pc .text {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.top_cover .ecofarmer {
  position: absolute;
  top: 350px;
  right: 50%;
  margin-right: -600px;
  width: 241px;
  height: 263px;
}

@media screen and (max-width: 767px) {
  .top_cover {
    background: none;
    height: auto;
    margin-bottom: 20px;
  }
  .top_cover .copy_sp {
    position: static;
  }
}

/* サブページカバー
----------------------------------------------- */
.sub_cover {
  height: 280px;
  text-align: center;
  margin-bottom: 50px;
}

.sub_cover .page_title {
  background: url("../images/common/pain_icon.png") no-repeat top 80px center;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 130px;
}

.sub_cover .page_title .en {
  font-size: 12px;
  display: block;
  font-weight: normal;
  padding-top: 15px;
}

.sub_cover .black {
  color: #362e2b;
}

@media screen and (max-width: 767px) {
  .sub_cover {
    height: 180px;
  }
  .sub_cover .page_title {
    background: url("../images/common/pain_icon.png") no-repeat top 40px center;
    font-size: 24px;
    padding-top: 90px;
  }
  .sub_cover .page_title .en {
    padding-top: 10px;
  }
}

/* パンくずナビ
----------------------------------------------- */
.bread {
  background: #faf3e7;
}

.bread .breadcrumbs {
  max-width: 960px;
  margin: 0 auto;
  color: #434343;
  padding: 10px 5px;
}

.bread .breadcrumbs span {
  font-size: 14px;
}

.bread .breadcrumbs span a {
  color: #d03c1b;
}

.bread .breadcrumbs span a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .bread {
    width: 100%;
  }
}

/* コンテンツ部分の囲み
----------------------------------------------- */
.wrapper {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}

.wrapper_sub {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrapper_sub {
    width: 100%;
    padding: 0 15px;
  }
}

/* サブタイトル
----------------------------------------------- */
.sub_title {
  background: url("../images/common/sub_title_bg.png") no-repeat;
  font-size: 26px;
  padding-left: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sub_title {
    font-size: 20px;
  }
}

/* ボタン
----------------------------------------------- */
.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 80%;
    font-size: 14px;
  }
}

.btn .blue {
  background: #88abda;
}

.btn .pink {
  background: #eb6877;
}

.btn .yellow {
  background: #f8b551;
}

.btn .green {
  background: #a0c768;
}

/* フッター
----------------------------------------------- */
footer {
  background: #7e6b5a;
  color: #ffffff;
  padding: 50px 0 20px 0;
  /* ページトップボタン
----------------------------------------------- */
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 100px 0;
  }
}

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

footer .footer_nav li {
  padding: 0 15px;
  margin-bottom: 15px;
}

footer .footer_nav li a {
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  footer .footer_nav {
    display: none;
  }
}

footer .logo {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

footer .tel_area {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

footer .tel_area span {
  color: #ffffff;
  font-size: 24px;
}

footer .copy {
  text-align: center;
  font-size: 12px;
}

footer #btn-block {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 9999;
}

footer #btn-block .pagetop {
  width: 76px;
  height: 76px;
  cursor: pointer;
  text-align: center;
  background: url("../images/common/btn_top.png") no-repeat center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  footer #btn-block .pagetop:hover {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  footer #btn-block {
    bottom: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  footer #btn-block .pagetop {
    width: 60px;
    height: 60px;
    background-size: contain;
    padding-top: 12px;
    margin: 0 10px;
  }
  footer #btn-block .btns_contact {
    margin-top: 2px;
    max-width: calc(100% - 80px);
    width: 100%;
    height: 55px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer #btn-block .btns_contact a {
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: white;
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
    background: gainsboro;
    width: 48%;
    height: 55px;
    line-height: 1.7em;
  }
  footer #btn-block .btns_contact a i.fas {
    font-size: 18px;
  }
  footer #btn-block .btns_contact a.tel {
    background: #59bd85;
  }
  footer #btn-block .btns_contact a.shop {
    background: #ff1333;
  }
}
/*# sourceMappingURL=common.css.map */