@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

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

table,
td,
th {
  border: 1px solid #333;
}

html {
  font-size: 100%;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  font: normal normal normal 14px/1.6 sans-serif;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

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

audio,
canvas,
iframe,
img,
svg,
progress,
video {
  display: inline-block;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

img {
  max-inline-size: 100%;
  height: auto;
}

ul {
  list-style: none;
}

body.error404 {
  background-color: #121212;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.text404 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #ccc;
  text-align: center;
  font-family: sans-serif;
  white-space: nowrap;
}

.text404 strong {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  text-indent: -0.08em;
}

@media (max-width: 600px) {
  .text404 strong {
    font-size: 45px;
  }
}

.text404 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.text404 a,
.text404 a:link {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  width: auto;
  padding: 0 1.5em;
  background-color: #333 !important;
  color: #ccc !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 100em;
  overflow: hidden;
  font-weight: normal;
}

.text404 a:hover,
.text404 a:link:hover {
  color: #333 !important;
  background-color: #ccc !important;
  text-decoration: none;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff");
}

:root {
  --font-color:       #000;
  --font-color2:      #f77366;
  --font-color3:      #a9a49d;
  --key-color:        #4e9f30;
  --body-color:        #f7f5f0;
  --bg-color:         #f3a31b;
  --bg2-color:        #4f9f2f;
  --hover-color:      #d68a07;
}

html {
  background-color: var(--body-color);
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  background-color: var(--body-color);
  color: var(--font-color);
}

body.hide {
  overflow: hidden;
}

a,
a:link {
  color: var(--font-color);
}

a:hover,
a:link:hover {
  color: var(--key-color);
  text-decoration: underline;
}

.inner {
  margin: auto;
  position: relative;
  width: 100%;
  padding: 0 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.inner.pad {
  padding: 0;
}

@media (max-width: 1400px) {
  .inner.pad {
    padding: 0 40px;
  }
}

@media (max-width: 800px) {
  .inner.pad {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .inner.pad {
    padding: 0 20px;
  }
}

@media (max-width: 800px) {
  .inner {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .inner {
    padding: 0 20px;
  }
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.ghost-nav {
  background: #2f2f2f;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 15;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 104px 40px 30px;
}

.ghost-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.ghost-nav ul li {
  text-align: center;
}

.ghost-nav ul li a {
  display: block;
  padding: 40px 0 30px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1000px) {
  .ghost-nav ul li a {
    padding: 20px 0 15px;
  }
}

.ghost-nav ul li:last-child a {
  border-bottom: none;
}

.ghost-nav .more {
  border: none;
  max-width: 100%;
  text-align: center;
  background-color: var(--key-color);
  color: #fff !important;
  padding: 20px 0;
  font-size: 18px;
}

.ghost-nav .more::before, .ghost-nav .more::after {
  background-color: #fff;
}

.ghost-nav .more::before {
  width: 16px;
  height: 1px;
  right: 100px;
  top: 29px;
}

.ghost-nav .more::after {
  width: 10px;
  height: 1px;
  right: 98px;
  top: 26px;
}

@media (max-width: 767px) {
  .ghost-nav .more {
    padding: 15px 0;
  }
  .ghost-nav .more::before {
    right: 20px;
    top: 26px;
  }
  .ghost-nav .more::after {
    right: 18px;
    top: 23px;
  }
}

.ghost-nav .nav-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 26px;
}

.ghost-nav .nav-tel img {
  max-width: 30px;
  margin-right: 20px;
  margin-top: -5px;
}

.ghost-nav .sub-menu {
  display: none;
}

.ghost-nav a {
  line-height: 1;
  font-size: 16px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.ghost-nav a:hover {
  text-decoration: none;
}

body.show-mobile-nav {
  overflow: hidden;
  max-height: 100vh;
}

body.show-mobile-nav .toggle-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -1px) rotate(30deg);
      -ms-transform: translate(-50%, -1px) rotate(30deg);
          transform: translate(-50%, -1px) rotate(30deg);
  margin-left: 0;
}

body.show-mobile-nav .toggle-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -1px) rotate(-30deg);
      -ms-transform: translate(-50%, -1px) rotate(-30deg);
          transform: translate(-50%, -1px) rotate(-30deg);
}

body.show-mobile-nav .ghost-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

@media (max-width: 1000px) {
  body.show-mobile-nav .ghost-nav {
    overflow-y: scroll;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--body-color);
  position: relative;
}

@media (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--body-color);
    z-index: 20;
    height: 106px;
    -webkit-box-shadow: 1px 1px 2px #dfd9ca61;
            box-shadow: 1px 1px 2px #dfd9ca61;
  }
}

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

header .head-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 106px;
  height: 106px;
  color: #fff;
}

header .head-contact a:hover {
  color: #fff;
}

header .head-contact a svg {
  width: 2.5em;
  height: 2.5em;
}

header .head-contact a.twi {
  background-color: #55ACEE;
}

header .head-contact a.twi:hover {
  background-color: #125a91;
}

header .head-contact a.ins {
  background-color: #f77366;
}

header .head-contact a.ins:hover {
  background-color: #d65f54;
}

header::before {
  content: "";
  width: 5px;
  height: 117%;
  position: absolute;
  right: 40%;
  top: -9px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media (max-width: 1700px) {
  header::before {
    right: 50%;
  }
}

@media (max-width: 1450px) {
  header::before {
    right: 65%;
  }
}

@media (max-width: 1199px) {
  header::before {
    right: 70%;
  }
}

@media (max-width: 1024px) {
  header::before {
    display: none;
  }
}

header .logo {
  max-width: 135px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 15px 0 17px 22px;
}

header .logo:hover {
  opacity: .8;
}

header .logo img {
  width: 100%;
}

header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 10px;
}

header .right ul li {
  padding: 0 30px;
}

header .right ul li a {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
}

header .right ul li a:before {
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--key-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

header .right ul li a:hover {
  text-decoration: none;
}

header .right ul li a:hover:before {
  width: 100%;
}

header .right ul li:first-child {
  border-right: 1px solid #cccccc;
}

@media (max-width: 1024px) {
  header .right ul {
    display: none;
  }
}

@media (max-width: 767px) {
  header {
    height: 60px;
  }
  header .head-contact a {
    width: 60px;
    height: 60px;
  }
  header .head-contact a svg {
    width: 2em;
    height: 2em;
  }
  header .logo {
    max-width: 80px;
    margin: 10px 0 10px 15px;
  }
  header .logo img {
    display: block;
  }
}

.toggle-btn {
  width: 106px;
  height: 106px;
  background-color: var(--bg-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 20;
}

.toggle-btn:hover {
  background-color: var(--hover-color);
}

.toggle-btn div {
  position: relative;
}

.toggle-btn span {
  width: 28px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, 4px);
      -ms-transform: translate(-50%, 4px);
          transform: translate(-50%, 4px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.toggle-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -4px);
      -ms-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}

@media (max-width: 767px) {
  .toggle-btn {
    width: 60px;
    height: 60px;
  }
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

.hasbg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero {
  position: relative;
  height: calc(100vh - 106px);
  width: 100%;
  overflow: hidden;
  min-height: 550px;
  max-height: 1200px;
  z-index: 3;
}

.hero .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 4;
  text-align: center;
  color: #fff;
}

.hero .txt h2 {
  font-size: 80px;
  line-height: 1.2;
}

.hero .txt p {
  line-height: 1.4;
  font-size: 36px;
  padding-top: 55px;
}

.hero .hero-new {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  color: #fff;
  z-index: 4;
  padding: 13px 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.hero .hero-new:hover {
  text-decoration: none;
  border: 1px solid var(--bg-color);
  background-color: var(--bg-color);
}

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

.hero .hero-new .hero-new-wrap span {
  padding-right: 20px;
  font-size: 24px;
  font-weight: bold;
}

.hero .hero-new .hero-new-wrap .con {
  padding-left: 20px;
  padding-right: 75px;
  border-left: 1px solid #fff;
}

.hero .hero-new .hero-new-wrap .con small {
  font-size: 18px;
}

.hero .hero-new .hero-new-wrap .con p {
  font-size: 20px;
  font-weight: 700;
}

.hero .hero-new svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 30px;
}

@media (max-width: 1300px) {
  .hero .txt h2 {
    font-size: 5em;
  }
  .hero .txt p {
    font-size: 2em;
  }
}

@media (max-width: 1024px) {
  .hero {
    margin-top: 106px;
  }
  .hero .txt h2 {
    font-size: 3em;
  }
  .hero .txt p {
    font-size: 1.6em;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 500px;
    margin-top: 60px;
  }
  .hero .txt {
    padding: 0 20px;
  }
  .hero .txt h2 {
    font-size: 1.7em;
  }
  .hero .txt p {
    font-size: 1.1em;
    padding-top: 30px;
  }
  .hero .hero-new {
    padding: 10px;
    right: 20px;
  }
  .hero .hero-new svg {
    width: 20px;
  }
  .hero .hero-new .hero-new-wrap span {
    font-size: 14px;
    padding-right: 10px;
  }
  .hero .hero-new .hero-new-wrap .con {
    padding-left: 10px;
    padding-right: 15px;
  }
  .hero .hero-new .hero-new-wrap .con small {
    font-size: 12px;
  }
  .hero .hero-new .hero-new-wrap .con p {
    font-size: 14px;
  }
}

.xslider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.4, 1.4);
      -ms-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  -webkit-transition: all 1.6s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 1.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 1.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}

.xslider.do {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.xslide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  position: absolute;
}

.xslide img {
  position: absolute;
  max-width: 100%;
  min-height: 100%;
  min-width: 100vw;
  width: auto;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
}

#slideposition {
  height: 5px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

#slideposition ul {
  margin: 0 auto;
  overflow: hidden;
}

#slideposition ul li {
  margin-bottom: 5px;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: var(--slide-color);
  cursor: pointer;
}

#slideposition ul li.active {
  background-color: var(--slide-color2);
  width: 34px;
  border-radius: 50px;
}

#slideposition ul li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  #slideposition {
    display: none;
  }
}

.index-wrap {
  position: relative;
}

.index-wrap > figure {
  position: absolute;
  top: -90px;
  right: 50px;
  max-width: 550px;
}

@media (max-width: 1600px) {
  .index-wrap > figure {
    right: 20px;
  }
}

@media (max-width: 1500px) {
  .index-wrap > figure {
    max-width: 650px;
  }
}

@media (max-width: 1300px) {
  .index-wrap > figure {
    max-width: 600px;
  }
}

@media (max-width: 1024px) {
  .index-wrap > figure {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .index-wrap > figure {
    max-width: 250px;
  }
}

.index-about {
  padding: 135px 0 95px;
  position: relative;
  z-index: 2;
}

.index-about p {
  font-size: 26px;
  padding: 50px 0 45px;
}

@media (max-width: 1300px) {
  .index-about p {
    font-size: 1.6em;
  }
}

.index-about::before {
  content: "";
  width: 5px;
  height: 117%;
  position: absolute;
  left: 18%;
  top: -70px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.index-about::after {
  content: "";
  display: block;
  background: url(../img/obj.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.index-about .before {
  position: absolute;
  left: 50px;
  top: 65px;
}

.index-about .before div:first-child {
  padding-left: 30px;
}

.index-about .before div:last-child {
  padding-top: 105px;
}

@media (max-width: 1200px) {
  .index-about .before {
    left: 30px;
  }
}

.index-about .after {
  position: absolute;
  right: 60px;
  top: 70px;
}

.index-about .after div:last-child {
  padding-top: 90px;
  padding-right: 40px;
}

@media (max-width: 1200px) {
  .index-about .after {
    right: 30px;
  }
}

.index-about .box {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 90px 30px 80px;
  text-align: center;
  font-weight: 700;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

@media (max-width: 1024px) {
  .index-about::before {
    display: none;
  }
  .index-about .before {
    left: 20px;
    top: 95px;
  }
  .index-about .before div:first-child {
    padding-left: 0;
  }
  .index-about .before div:first-child img {
    max-width: 120px;
  }
  .index-about .before div:last-child {
    padding-top: 185px;
  }
  .index-about .before div:last-child img {
    max-width: 180px;
  }
  .index-about .after {
    right: 20px;
  }
  .index-about .after div:first-child img {
    max-width: 120px;
  }
  .index-about .after div:last-child {
    padding-top: 180px;
  }
  .index-about .after div:last-child img {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .box {
    padding: 30px 20px;
  }
  .index-about p {
    font-size: 1em;
    padding: 30px 0;
  }
  .index-about .before {
    top: 55px;
    left: 10px;
  }
  .index-about .before div:first-child img {
    max-width: 60px;
  }
  .index-about .before div:last-child {
    padding-top: 130px;
  }
  .index-about .before div:last-child img {
    max-width: 80px;
  }
  .index-about .after {
    top: 40px;
    right: 10px;
  }
  .index-about .after div:first-child img {
    max-width: 60px;
  }
  .index-about .after div:last-child {
    padding-top: 130px;
    padding-right: 20px;
  }
  .index-about .after div:last-child img {
    max-width: 60px;
  }
}

.title {
  line-height: 1;
}

.title span {
  font-family: 'Almarai', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--key-color);
  padding-bottom: 15px;
}

.title h3 {
  font-size: 50px;
  padding-top: 15px;
}

@media (max-width: 1024px) {
  .title span {
    font-size: 2em;
  }
  .title h3 {
    font-size: 3.6em;
  }
}

@media (max-width: 767px) {
  .title span {
    font-size: 1.2em;
    padding-bottom: 5px;
  }
  .title h3 {
    font-size: 1.6em;
  }
}

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 190px;
  margin: 0 auto;
  color: var(--bg-color) !important;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bg-color);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.more svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 24px;
  height: 24px;
}

.more:hover {
  text-decoration: none !important;
  color: var(--hover-color) !important;
}

@media (max-width: 767px) {
  .more {
    font-size: 16px;
    max-width: 130px;
  }
  .more svg {
    width: 20px;
    height: 20px;
  }
}

.index-ibaraki {
  background: url(../img/bg2.jpg) no-repeat center center/cover;
  padding: 145px 0 120px;
}

@media (max-width: 1500px) {
  .index-ibaraki {
    padding: 75px 0 60px;
  }
}

.index-ibaraki figure {
  position: absolute;
  left: -12.6%;
  top: -175px;
}

@media (max-width: 1650px) {
  .index-ibaraki figure {
    left: -7%;
  }
}

@media (max-width: 1500px) {
  .index-ibaraki figure {
    max-width: 600px;
    left: -3%;
    top: -85px;
  }
}

@media (max-width: 1400px) {
  .index-ibaraki figure {
    left: 0;
  }
}

.index-ibaraki .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.index-ibaraki .ibaraki-wrap p {
  max-width: 630px;
  font-size: 26px;
  padding-top: 40px;
}

@media (max-width: 1300px) {
  .index-ibaraki .ibaraki-wrap p {
    font-size: 1.6em;
    max-width: 480px;
  }
}

@media (max-width: 1200px) {
  .index-ibaraki figure {
    max-width: 550px;
  }
  .index-ibaraki .ibaraki-wrap p {
    font-size: 1.4em;
    max-width: 430px;
  }
}

@media (max-width: 1024px) {
  .index-ibaraki .inner {
    display: block;
  }
  .index-ibaraki .inner figure {
    position: static;
    margin: 0 auto;
    max-width: 100%;
  }
  .index-ibaraki .ibaraki-wrap p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .index-ibaraki {
    padding: 50px 0;
  }
  .index-ibaraki .ibaraki-wrap p {
    padding-top: 30px;
    font-size: 1em;
  }
}

.index-delivery {
  padding: 110px 0 100px;
}

.index-delivery .title {
  text-align: center;
}

.index-delivery .inner > p {
  text-align: center;
  font-size: 26px;
  padding: 60px 0 40px;
}

@media (max-width: 1024px) {
  .index-delivery .inner > p {
    font-size: 1.6em;
  }
}

.index-delivery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.index-delivery ul li {
  width: 30%;
  position: relative;
}

.index-delivery ul li a:hover {
  text-decoration: none !important;
  color: var(--font-color);
}

.index-delivery ul li a:hover figure img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.index-delivery ul li figure {
  overflow: hidden;
}

.index-delivery ul li figure img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.index-delivery ul li .spec {
  position: absolute;
  top: -50px;
  right: -50px;
  max-width: 150px;
  z-index: 4;
}

@media (max-width: 1366px) {
  .index-delivery ul li .spec {
    top: 0;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .index-delivery ul li .spec {
    max-width: 100px;
  }
}

.index-delivery ul li .box {
  background-color: #fff;
  padding: 30px;
}

.index-delivery ul li .box h4 {
  font-size: 30px;
  line-height: 1.3;
}

.index-delivery ul li .box span {
  font-size: 16px;
  color: #b3af54;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .index-delivery ul li .box span {
    font-size: 14px;
  }
}

.index-delivery ul li .box p {
  font-size: 26px;
  padding-top: 15px;
}

.index-delivery ul li .box p small {
  display: block;
  font-size: 20px;
  padding-top: 10px;
  line-height: 1.3;
}

@media (max-width: 1300px) {
  .index-delivery ul li .box h4 {
    font-size: 1.8em;
  }
  .index-delivery ul li .box p {
    font-size: 1.6em;
  }
}

@media (max-width: 1024px) {
  .index-delivery ul {
    display: block;
  }
  .index-delivery ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .index-delivery {
    padding: 50px 0;
  }
  .index-delivery .inner > p {
    font-size: 1.2em;
    padding: 30px 0;
  }
  .index-delivery ul li .box {
    padding: 20px;
  }
  .index-delivery ul li .box h4 {
    font-size: 1.5em;
  }
  .index-delivery ul li .box p {
    font-size: 1em;
  }
  .index-delivery ul li .box p small {
    font-size: .8em;
  }
}

.index-example > figure {
  position: relative;
  z-index: 5;
}

.index-example .inner {
  position: relative;
  z-index: 5;
}

.index-example img {
  width: 100%;
}

.index-example .example-wrap {
  background-color: #f7f5f0;
  margin-top: -175px;
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

@media (max-width: 1024px) {
  .index-example .example-wrap {
    margin-top: -130px;
  }
}

.index-example .example-wrap::after {
  content: "";
  display: block;
  width: 5px;
  height: 107.8%;
  position: absolute;
  bottom: -23px;
  right: 10.8%;
  -webkit-transform: rotate(-22deg);
      -ms-transform: rotate(-22deg);
          transform: rotate(-22deg);
}

@media (max-width: 1024px) {
  .index-example .example-wrap::after {
    display: none;
  }
}

.index-example .example-wrap p {
  font-size: 26px;
  padding: 60px 0;
}

@media (max-width: 1300px) {
  .index-example .example-wrap p {
    font-size: 1.6em;
  }
}

@media (max-width: 767px) {
  .index-example .example-wrap {
    padding: 30px 20px;
    margin-top: -80px;
  }
  .index-example .example-wrap p {
    font-size: 1em;
    padding: 30px 0;
  }
}

.index-pick {
  background-color: #fff;
  padding: 115px 0 80px;
}

.index-pick .inner {
  position: relative;
  z-index: 5;
}

.index-pick .title {
  text-align: center;
}

.index-pick p {
  font-size: 26px;
  padding: 55px 0 40px;
  text-align: center;
}

.index-pick ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}

.index-pick ul li {
  position: relative;
  width: 32%;
}

.index-pick ul li span {
  background-color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 60px 0 20px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .index-pick p {
    font-size: 1.6em;
  }
  .index-pick ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .index-pick ul li {
    width: 48%;
    max-width: 375px;
    margin: 0 auto 30px;
  }
  .index-pick ul li span {
    font-size: 2em;
    padding: 15px 20px 0 20px;
  }
}

@media (max-width: 767px) {
  .index-pick {
    padding: 50px 0;
  }
  .index-pick p {
    font-size: 1em;
    padding: 30px 0;
  }
  .index-pick ul li {
    width: 100%;
  }
  .index-pick ul li span {
    font-size: 1.3em;
  }
}

.index-access {
  padding: 100px 0;
}

.index-access .inner {
  position: relative;
  z-index: 5;
}

.index-access .title {
  text-align: center;
}

.index-access .content {
  position: relative;
}

.index-access .content .box {
  background-color: #fff;
  margin-top: 50px;
  max-width: 933px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
}

@media (max-width: 1100px) {
  .index-access .content .box {
    max-width: 700px;
  }
}

.index-access .content .box span {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background-color: var(--bg-color);
  padding: 5px 15px;
}

.index-access .content .box h4 {
  font-size: 35px;
  padding: 15px 0 35px;
}

.index-access .content .box h4 small {
  font-size: 20px;
  color: var(--key-color);
  padding-left: 10px;
}

.index-access .content .box > p {
  font-size: 26px;
}

.index-access .content .txt {
  max-width: 550px;
  background-color: var(--bg2-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  margin: 35px 0;
}

.index-access .content .txt h5 {
  font-size: 36px;
}

.index-access .content .txt h5 small {
  font-size: 30px;
  padding-right: 20px;
}

.index-access .content .txt p {
  font-size: 26px;
  max-width: 338px;
  padding-top: 10px;
}

.index-access .content .dl {
  max-width: 550px;
}

.index-access .content .dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e4e1d8;
  font-size: 26px;
}

.index-access .content .dl dl dt {
  padding-right: 30px;
  min-width: 80px;
}

.index-access .content .dl dl:last-child {
  border-bottom: 1px solid #e4e1d8;
}

.index-access .content > figure {
  position: absolute;
  top: 80px;
  right: 0;
}

@media (max-width: 1300px) {
  .index-access .content > figure {
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  .index-access .content > figure {
    max-width: 300px;
  }
}

@media (max-width: 1024px) {
  .index-access .content {
    margin-top: 40px;
  }
  .index-access .content > figure {
    position: static;
    max-width: 100%;
  }
  .index-access .content > figure img {
    display: block;
    margin: 0 auto;
  }
  .index-access .content .txt p, .index-access .content .dl dl {
    font-size: 1.6em;
  }
  .index-access .content .box {
    margin: 30px auto 0;
    padding: 30px;
  }
  .index-access .content .box > p {
    font-size: 1.6em;
  }
}

@media (max-width: 767px) {
  .index-access {
    padding: 50px 0;
  }
  .index-access .content .box span, .index-access .content .box p {
    font-size: 1em;
  }
  .index-access .content .box h4 {
    font-size: 1.5em;
    padding: 10px 0 25px;
  }
  .index-access .content .box h4 small {
    font-size: .8em;
  }
  .index-access .content .txt {
    margin: 20px 0;
    padding: 20px;
    display: block;
  }
  .index-access .content .txt img {
    display: block;
    margin: 0 auto 20px;
  }
  .index-access .content .txt h5 {
    font-size: 1.5em;
  }
  .index-access .content .txt h5 small {
    font-size: .8em;
    padding-right: 10px;
  }
  .index-access .content .dl dl {
    font-size: 1em;
  }
  .index-access .content .dl dl dt {
    padding-right: 15px;
  }
}

footer {
  background-color: #4b423b;
  color: #fff;
}

footer .top {
  padding: 45px 0 30px;
}

footer .foot-logo {
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

footer .foot-logo:hover {
  opacity: .8;
}

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

footer .flex p {
  font-size: 20px;
  min-width: 541px;
}

@media (max-width: 1300px) {
  footer .flex p {
    min-width: 350px;
  }
}

@media (max-width: 1100px) {
  footer .flex p {
    min-width: 280px;
  }
}

footer .flex p a {
  color: #fff;
}

footer .flex p a, footer .flex p span {
  margin-left: 15px;
}

footer .flex .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
}

footer .flex .flex-wrap > li {
  width: 33.3%;
}

footer .flex .flex-wrap > li:nth-child(2), footer .flex .flex-wrap > li:nth-child(5), footer .flex .flex-wrap > li:nth-child(8) {
  padding-left: 10px;
}

footer .flex .flex-wrap > li:nth-child(3n) {
  text-align: right;
}

footer .flex .flex-wrap > li:nth-child(3n) a {
  text-align: left;
}

footer .flex .flex-wrap a {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  display: inline-block;
  min-width: 165px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #fff !important;
}

footer .flex .flex-wrap a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}

footer .bottom {
  font-size: 18px;
  padding: 20px 0;
  border-top: 1px solid #554d48;
}

footer .bottom .policy {
  text-decoration: underline;
  color: #fff !important;
}

footer .bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

footer .bottom .inner a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

footer .bottom .inner p {
  color: #a9a49d;
  font-family: 'Almarai', sans-serif;
}

footer .bottom .inner .bot-fix {
  position: absolute;
  right: -130px;
  color: #a9a49d;
}

@media (max-width: 1600px) {
  footer .bottom .inner .bot-fix {
    position: static;
    margin-left: 40px;
  }
}

@media (max-width: 1024px) {
  footer .foot-logo {
    display: block;
    max-width: 136px;
    margin: 0 auto 25px;
  }
  footer .flex {
    display: block;
  }
  footer .flex .flex-wrap {
    width: 100%;
  }
  footer .flex .flex-wrap a {
    min-width: 200px;
  }
  footer .flex .flex-wrap > li:nth-child(2), footer .flex .flex-wrap > li:nth-child(5), footer .flex .flex-wrap > li:nth-child(8) {
    padding-left: 0;
  }
  footer .flex .flex-wrap > li:nth-child(3n) {
    text-align: left;
  }
  footer .flex .flex-wrap > li:nth-child(3n) a {
    text-align: left;
  }
  footer .flex p {
    text-align: center;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer .top {
    padding: 30px 0 20px;
  }
  footer .foot-logo {
    margin: 0 auto 20px;
  }
  footer .bottom {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
  }
  footer .bottom .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .bottom .inner p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .bottom .inner div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  footer .flex .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .flex .flex-wrap li {
    width: 50%;
    border: 1px solid #fff;
    border-bottom: none;
    border-right: none;
  }
  footer .flex .flex-wrap li a {
    display: block;
    font-size: 14px;
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    min-width: auto;
  }
  footer .flex .flex-wrap li a::before {
    display: none;
  }
  footer .flex .flex-wrap li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--key-color);
  }
  footer .flex .flex-wrap li:nth-child(even) {
    border-right: 1px solid #fff;
  }
  footer .flex .flex-wrap li:nth-child(7), footer .flex .flex-wrap li:nth-child(8) {
    border-bottom: 1px solid #fff;
  }
  footer .flex p {
    font-size: 1em;
    padding-bottom: 20px;
  }
}

.index-line1 {
  position: relative;
}

.index-line1::after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 49.9%;
  top: -3.6%;
  -webkit-transform: rotate(-22deg);
      -ms-transform: rotate(-22deg);
          transform: rotate(-22deg);
  z-index: 4;
}

@media (max-width: 1024px) {
  .index-line1::after {
    display: none;
  }
}

.index-line1 .index-ibaraki figure, .index-line1 .index-delivery .inner {
  z-index: 5;
}

@media (max-width: 1200px) {
  .index-line1::after {
    height: 90%;
    top: -3.3%;
  }
}

.index-line2 {
  position: relative;
}

.index-line2::before {
  content: "";
  width: 5px;
  height: 115.4%;
  position: absolute;
  right: 38%;
  top: -7.7%;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: 2;
}

@media (max-width: 1024px) {
  .index-line2::before {
    display: none;
  }
}

.title.normalmove, .index-about p.normalmove, .more.normalmove, .index-ibaraki .ibaraki-wrap p.normalmove, .index-delivery .inner > p.normalmove, .index-delivery ul li .box h4.normalmove, .index-delivery ul li .box p.normalmove, .index-example .example-wrap p.normalmove, .index-pick p.normalmove, .index-pick ul li span.normalmove, .index-access .content .box span.normalmove, .index-access .content .box h4.normalmove, .index-access .content .box > p.normalmove, .index-access .content .txt.normalmove, .index-access .content .dl.normalmove, .index-delivery ul li .box span.normalmove {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
       -o-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
          transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.title.normalanimate, .index-about p.normalanimate, .more.normalanimate, .index-ibaraki .ibaraki-wrap p.normalanimate, .index-delivery .inner > p.normalanimate, .index-delivery ul li .box h4.normalanimate, .index-delivery ul li .box p.normalanimate, .index-example .example-wrap p.normalanimate, .index-pick p.normalanimate, .index-pick ul li span.normalanimate, .index-access .content .box span.normalanimate, .index-access .content .box h4.normalanimate, .index-access .content .box > p.normalanimate, .index-access .content .txt.normalanimate, .index-access .content .dl.normalanimate, .index-delivery ul li .box span.normalanimate {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.pages > figure img {
  width: 100%;
}

.pages .page-tit .inner {
  margin-top: -85px;
  background-color: var(--body-color);
  text-align: center;
}

.pages .page-tit .inner h2 {
  font-size: 36px;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.pages .page-tit .inner h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #4e9f32;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 1400px) {
  .pages .page-tit .inner {
    max-width: 90%;
    margin-top: -50px;
  }
}

@media (max-width: 1024px) {
  .pages {
    margin-top: 106px;
  }
  .pages .page-tit .inner h2 {
    font-size: 2.6em;
  }
}

@media (max-width: 767px) {
  .pages {
    margin-top: 60px;
  }
  .pages .page-tit .inner {
    margin-top: -20px;
  }
  .pages .page-tit .inner h2 {
    font-size: 1.6em;
    padding-top: 30px;
  }
}

.pagemain {
  padding: 90px 0;
}

@media (max-width: 1024px) {
  .pagemain {
    padding: 60px 0 80px;
  }
}

@media (max-width: 767px) {
  .pagemain {
    padding: 50px 0;
  }
}

.page-login {
  background-color: #fff;
  padding: 80px 0 60px;
}

.page-login table {
  border: 0;
}

.page-login table td, .page-login table th {
  border: 0;
}

.page-login .more {
  max-width: 250px !important;
}

@media (max-width: 767px) {
  .page-login {
    padding: 30px 20px;
  }
}

.registration {
  padding: 50px 0 40px;
}

@media (max-width: 767px) {
  .registration {
    padding: 30px 20px;
  }
}

.um-misc-ul li:first-child {
  display: none;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus {
  background-color: var(--bg-color) !important;
}

.um input[type=submit].um-button:hover {
  background-color: var(--hover-color) !important;
}

.um a.um-link-hvr:hover, .um a.um-link:hover {
  background-color: var(--hover-color) !important;
}

.um-form input[type=number], .um-form input[type=password], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=text] {
  padding: 0 20px !important;
}

.um-col-alt-b {
  display: none;
}

.woocommerce .product-list-contain ul.products, .woocommerce .product-list-contain .woocommerce-page ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1.45% !important;
}

@media (max-width: 767px) {
  .woocommerce .product-list-contain ul.products, .woocommerce .product-list-contain .woocommerce-page ul.products {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .woocommerce .product-list-contain .products ul::after, .woocommerce .product-list-contain .products ul::before, .woocommerce .product-list-contain ul.products::after, .woocommerce .product-list-contain ul.products::before {
    display: none;
  }
}

.woocommerce .product-list-contain ul.products li.product, .woocommerce .product-list-contain ul.products li.product {
  margin: 0 2.9% 2.992em 0;
}

@media (max-width: 1024px) {
  .woocommerce .product-list-contain ul.products li.product, .woocommerce .product-list-contain ul.products li.product {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .woocommerce .product-list-contain ul.products li.product, .woocommerce .product-list-contain ul.products li.product {
    width: 46%;
  }
}

.woocommerce .product-list-contain .columns-4 {
  position: relative;
  width: 100%;
  padding: 90px 40px 150px !important;
  max-width: 1280px;
  margin: 0 auto !important;
  padding: 0 !important;
}

.woocommerce .product-list-contain .columns-4 .woocommerce-loop-product__title {
  padding: 0 20px !important;
  font-size: 16px !important;
}

.woocommerce .product-list-contain .columns-4 .price {
  padding: 0 20px;
  font-size: 14px !important;
}

@media (max-width: 1024px) {
  .woocommerce .product-list-contain .columns-4 {
    padding: 60px 40px 80px;
  }
}

@media (max-width: 800px) {
  .woocommerce .product-list-contain .columns-4 {
    padding: 60px 30px 80px;
  }
}

@media (max-width: 767px) {
  .woocommerce .product-list-contain .columns-4 {
    padding: 50px 30px;
  }
}

@media (max-width: 500px) {
  .woocommerce .product-list-contain .columns-4 {
    padding: 50px 20px;
  }
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce div.product form.cart div.quantity .bor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  border: 1px solid #e9f0ec;
  background-color: #f7f7f7;
}

.woocommerce .quantity .qty {
  width: 100%;
  padding: 10px 0;
  border: none !important;
}

.woocommerce .quantity .screen-reader-text {
  position: static !important;
  clip: auto !important;
  -webkit-clip-path: none !important;
          clip-path: none !important;
  min-width: 68px;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.woocommerce div.product form.cart .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: #fff;
  font-size: 16px;
  margin-top: 15px;
}

.woocommerce div.product form.cart .button svg {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -2px;
}

.woocommerce div.product div.summary {
  margin-left: 50px;
  max-width: calc(50% - 80px) !important;
}

@media (max-width: 1199px) {
  .woocommerce div.product div.summary {
    margin-left: 0;
    max-width: calc(50% - 30px) !important;
  }
}

@media (max-width: 1024px) {
  .woocommerce div.product div.summary {
    margin-bottom: 0;
  }
}

@media (max-width: 784px) {
  .woocommerce div.product div.summary {
    max-width: 100% !important;
    width: 100%;
  }
}

.type-product {
  background-color: #fff;
  padding: 40px 40px 0;
}

.type-product .summary > span {
  display: inline-block;
  background-color: var(--key-color);
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  line-height: 1;
}

.type-product .summary .product_title {
  display: block;
  font-size: 26px;
  padding: 20px 0 30px !important;
  line-height: 1.3;
}

.type-product .summary .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .type-product .summary .product_title {
    font-size: 20px;
    padding: 10px 0 20px !important;
  }
  .type-product .summary > span {
    font-size: 14px;
  }
  .type-product .summary .price-wrap {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .type-product {
    padding: 30px 30px 0;
  }
  .type-product .summary .product_title {
    line-height: 1.3;
  }
}

#wpgs-gallery .wcgs-thumb.swiper-slide img {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2px solid #f7f5f0 !important;
          order: 2px solid #f7f5f0 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  padding-left: 15px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price small {
  font-size: 16px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price .amount {
  font-size: 28px;
  color: var(--bg-color);
}

@media (max-width: 1024px) {
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price small {
    font-size: 14px;
  }
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price .amount {
    font-size: 20px;
  }
}

.woocommerce-product-details__short-description {
  background-color: #f7f5f0;
  padding: 20px;
  margin-top: 25px;
}

.woocommerce-product-details__short-description h3 {
  font-size: 18px;
  padding-bottom: 10px;
}

@media (max-width: 1024px) {
  .woocommerce-product-details__short-description {
    margin-top: 10px;
    padding: 15px;
  }
  .woocommerce-product-details__short-description h3 {
    font-size: 16px;
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--font-color);
  font-weight: bold;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: var(--bg-color) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: var(--hover-color) !important;
}

#wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb img, #wpgs-gallery .wcgs-thumb.swiper-slide:hover img, #wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb:hover img {
  border: 2px solid var(--bg-color) !important;
}

.woocommerce table.shop_attributes td p {
  padding: 8px;
  font-style: normal;
}

.woocommerce-tabs .shop_attributes table, .woocommerce-tabs .shop_attributes td, .woocommerce-tabs .shop_attributes th {
  border: none;
  font-size: 16px;
}

@media (max-width: 767px) {
  .woocommerce-tabs .shop_attributes table, .woocommerce-tabs .shop_attributes td, .woocommerce-tabs .shop_attributes th {
    font-size: 14px;
  }
}

.woocommerce .woocommerce-tabs table.shop_attributes th {
  width: 250px;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-tabs table.shop_attributes th {
    width: 100px;
  }
}

.woocommerce .woocommerce-tabs table.shop_attributes tr:nth-child(even) td, .woocommerce .woocommerce-tabs table.shop_attributes tr:nth-child(even) th {
  background-color: #f7f7f7;
}

.related {
  margin-top: 40px;
}

.related h2 {
  margin-top: 50px;
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 1em;
}

@media (max-width: 1024px) {
  .related h2 {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .related h2 {
    font-size: 1.6em;
  }
}

.related .products ul, .related ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.related .products ul li.product, .related ul.products li.product {
  margin: 0 2% 2em 0;
}

.related .products ul li.product .woocommerce-loop-product__title, .related ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
}

.related .products ul li.product .price, .related ul.products li.product .price {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .related .products ul li.product, .related ul.products li.product {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .related .products ul li.product, .related ul.products li.product {
    width: 45%;
    margin: 0 0 1em 0 !important;
  }
}

@media (max-width: 767px) {
  .related .products ul, .related ul.products {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .related .products ul::before, .related ul.products::before {
    display: none;
  }
}

#wpgs-gallery.wcgs-woocommerce-product-gallery {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #wpgs-gallery.wcgs-woocommerce-product-gallery {
    margin-bottom: 30px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-size: 16px;
}

@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    font-size: 14px;
  }
}

.woocommerce-Tabs-panel h2 {
  margin-bottom: 40px;
  margin-top: 50px;
  font-size: 32px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .woocommerce-Tabs-panel h2 {
    font-size: 2em;
    margin-bottom: 30px;
    margin-top: 40px;
  }
}

.woocommerce-Tabs-panel p {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.6em;
  }
  .woocommerce-Tabs-panel p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.woocommerce-Tabs-panel--description h2 {
  padding-left: 50px;
  position: relative;
}

.woocommerce-Tabs-panel--description h2::after {
  content: "";
  display: block;
  background: url(../img/product/obj1.png) no-repeat;
  width: 38px;
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel--description h2 {
    padding-left: 40px;
  }
  .woocommerce-Tabs-panel--description h2::after {
    width: 30px;
    height: 29px;
    background-size: cover;
  }
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  margin-top: 10px;
}

.woocommerce-Tabs-panel--additional_information h2 {
  padding-left: 60px;
  position: relative;
}

.woocommerce-Tabs-panel--additional_information h2::after {
  content: "";
  display: block;
  background: url(../img/product/obj2.png) no-repeat;
  width: 45px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel--additional_information h2 {
    padding-left: 40px;
  }
  .woocommerce-Tabs-panel--additional_information h2::after {
    width: 30px;
    height: 20px;
    background-size: cover;
  }
}

.page-all .screen-reader-text {
  display: none !important;
}

.product_meta {
  display: none;
}

.p-privacy-policy-wrap .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.p-privacy-policy-wrap .content {
  line-height: 20px;
  margin-top: 39px;
}

.p-privacy-policy-wrap .ts---1, .p-privacy-policy-wrap .ts2 {
  color: var(--bg-color);
  font-weight: 700;
}

.single-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}

.single-delivery .content {
  width: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70px;
}

@media (max-width: 1199px) {
  .single-delivery .content {
    padding: 0 35px;
  }
}

.single-delivery .content h3 {
  font-size: 32px;
  padding-left: 60px;
  line-height: 1;
  position: relative;
}

@media (max-width: 1024px) {
  .single-delivery .content h3 {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .single-delivery .content h3 {
    font-size: 1.6em;
  }
}

.single-delivery .content h3::before {
  content: "";
  display: block;
  background: url(../img/product/obj3.png) no-repeat;
  width: 48px;
  height: 34px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.single-delivery .content p {
  padding-top: 50px;
  line-height: 2;
}

@media (max-width: 767px) {
  .single-delivery .content p {
    padding-top: 30px;
    line-height: 1.8;
  }
}

.single-delivery figure {
  width: 50%;
}

@media (max-width: 1024px) {
  .single-delivery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin: 60px auto 0;
  }
  .single-delivery .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 30px;
  }
  .single-delivery .content p {
    padding-top: 30px;
  }
  .single-delivery figure {
    width: 100%;
    margin-bottom: -5px;
  }
}

@media (max-width: 767px) {
  .single-delivery {
    margin: 50px auto 0;
  }
  .single-delivery .content h3 {
    padding-left: 40px;
  }
  .single-delivery .content h3::before {
    width: 30px;
    height: 21px;
    background-size: cover;
  }
}

.single-vegetables {
  position: relative;
  margin-top: 140px;
}

.single-vegetables img {
  width: 100%;
}

.single-vegetables .box {
  position: absolute;
  bottom: 35px;
  left: 0;
  padding: 0 50px;
  color: #fff;
}

.single-vegetables .box h3 {
  font-size: 32px;
  line-height: 1;
  position: relative;
}

@media (max-width: 1024px) {
  .single-vegetables .box h3 {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .single-vegetables .box h3 {
    font-size: 1.6em;
  }
}

.single-vegetables .box p {
  font-size: 18px;
  line-height: 1.8;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .single-vegetables .box p {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .single-vegetables {
    margin-top: 60px;
  }
  .single-vegetables .box {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .single-vegetables {
    margin-top: 50px;
  }
  .single-vegetables .box {
    position: static;
    color: var(--font-color);
    padding: 20px 0 0;
  }
  .single-vegetables .box h3 {
    line-height: 1.3;
  }
}

.single-step {
  margin-top: 50px;
}

.single-step ul {
  position: relative;
}

.single-step ul::after {
  content: "";
  display: block;
  background: url(../img/product/bor.png) no-repeat center center;
  width: 2px;
  height: 80%;
  position: absolute;
  top: 80px;
  left: 52.5px;
  z-index: 2;
}

.single-step ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}

.single-step ul li .sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-step ul li figure {
  min-width: 205px;
  margin-left: 100px;
}

.single-step ul li h3 {
  font-size: 28px;
  line-height: 1;
}

.single-step ul li p {
  line-height: 2;
}

.single-step ul li .step {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 105px;
  height: 105px;
  margin-right: 40px;
  border: 5px solid #4e9f32;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  color: var(--key-color);
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.single-step ul li .step::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10.5px 0 10.5px;
  border-color: var(--bg-color) transparent transparent transparent;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-step ul li .step small {
  display: block;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .single-step {
    margin-top: 0;
  }
  .single-step ul li h3 {
    font-size: 20px;
  }
  .single-step ul li .step {
    margin-right: 30px;
  }
  .single-step ul li figure {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .single-step {
    margin-top: 20px;
  }
  .single-step ul::after {
    display: none;
  }
  .single-step ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
  .single-step ul li h3 {
    font-size: 20px;
  }
  .single-step ul li .step {
    margin-right: 15px;
    border: 2px solid #4e9f32;
  }
  .single-step ul li .sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .single-step ul li figure {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .single-step ul li figure img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.single-merritt {
  margin-top: 170px;
}

.single-merritt h3 {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 60px;
}

.single-merritt h3::after {
  content: "";
  display: block;
  width: 43px;
  height: 46px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url(../img/product/obj4.png) no-repeat center center/cover;
}

@media (max-width: 1024px) {
  .single-merritt h3 {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .single-merritt h3 {
    font-size: 1.6em;
  }
  .single-merritt h3::after {
    top: 0;
  }
}

.single-merritt > p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  padding: 60px 0 70px;
}

@media (max-width: 767px) {
  .single-merritt > p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.single-merritt .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-merritt .ul1 li {
  width: 48%;
  background-color: #fff;
  position: relative;
  padding: 65px 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.single-merritt .ul1 li span {
  font-size: 200px;
  color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  z-index: 2;
}

@media (max-width: 1199px) {
  .single-merritt .ul1 li span {
    font-size: 180px;
  }
}

.single-merritt .ul1 li p {
  position: relative;
  z-index: 3;
}

.single-merritt .content {
  margin-top: 175px;
  position: relative;
}

.single-merritt .content img {
  width: 100%;
}

.single-merritt .content .box {
  position: absolute;
  bottom: 35px;
  left: 0;
  padding: 0 50px;
  color: #fff;
}

.single-merritt .content .box h4 {
  font-size: 32px;
  line-height: 1;
  position: relative;
}

@media (max-width: 1024px) {
  .single-merritt .content .box h4 {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .single-merritt .content .box h4 {
    font-size: 1.6em;
    line-height: 1.3;
  }
}

.single-merritt .content .box p {
  font-size: 18px;
  line-height: 1.8;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .single-merritt .content .box p {
    font-size: 14px;
  }
}

.single-merritt .ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
}

.single-merritt .ul2 li {
  position: relative;
  padding-bottom: 75px;
}

@media (max-width: 1400px) {
  .single-merritt .ul2 li {
    width: 32%;
  }
}

.single-merritt .ul2 .box {
  background-color: #fff;
  width: 75%;
  position: absolute;
  bottom: 0;
  padding: 25px 20px 25px 35px;
}

@media (max-width: 1199px) {
  .single-merritt .ul2 .box {
    width: 90%;
  }
}

.single-merritt .ul2 .box h4 {
  font-size: 18px;
}

.single-merritt .ul2 .box p {
  line-height: 2;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .single-merritt {
    margin-top: 80px;
  }
  .single-merritt > p {
    padding: 30px 0 40px;
  }
  .single-merritt .ul1 li {
    font-size: 20px;
    padding: 40px 0;
  }
  .single-merritt .ul1 li span {
    font-size: 140px;
  }
  .single-merritt .content {
    margin-top: 60px;
  }
  .single-merritt .content .box {
    padding: 0 20px;
  }
  .single-merritt .ul2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: -30px;
  }
  .single-merritt .ul2 li {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .single-merritt h3 {
    line-height: 1.3;
  }
  .single-merritt > p {
    padding: 20px 0 30px;
  }
  .single-merritt .content {
    margin-top: 50px;
  }
  .single-merritt .content .box {
    position: static;
    color: var(--font-color);
    padding: 20px 0 0;
  }
  .single-merritt .content .box h3 {
    line-height: 1.3;
  }
  .single-merritt .content .box h3::after {
    top: 0;
  }
  .single-merritt .ul1 li {
    font-size: 14px;
    padding: 20px;
    width: 100%;
  }
  .single-merritt .ul1 li span {
    font-size: 60px;
  }
  .single-merritt .ul2 li {
    width: 100%;
  }
  .single-merritt .ul2 li img {
    width: 100%;
  }
  .single-merritt .ul2 li .box {
    width: 80%;
    padding: 20px;
  }
  .single-merritt .ul2 li .box h4 {
    font-size: 1.3em;
  }
}

.page-specified {
  background-color: #fff;
  padding: 100px;
}

.page-specified dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ededed;
}

.page-specified dl dt {
  background-color: #f7f7f7;
  min-width: 240px;
  max-width: 240px;
  font-size: 18px;
  color: #4e9f32;
  padding: 20px 35px;
  font-weight: bold;
}

.page-specified dl dd {
  padding: 20px 60px;
  font-size: 18px;
  line-height: 1.8;
}

.page-specified dl dd small {
  display: block;
  font-size: 14px;
}

.page-specified dl:first-child {
  border-top: 1px solid #ededed;
}

.page-specified p {
  font-size: 16px;
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .page-specified {
    padding: 60px;
  }
}

@media (max-width: 1024px) {
  .page-specified {
    padding: 60px 40px;
  }
  .page-specified dl dd {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .page-specified {
    padding: 30px 20px;
  }
  .page-specified dl dt {
    font-size: 14px;
    padding: 10px 15px;
    min-width: 140px;
    max-width: 140px;
  }
  .page-specified dl dd {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.6;
  }
  .page-specified dl dd small {
    font-size: 12px;
  }
  .page-specified p {
    font-size: 14px;
    padding-top: 10px;
  }
}

.cate-news {
  background-color: #fff;
  padding: 100px;
}

.cate-news li {
  border-top: 1px solid #ededed;
}

.cate-news li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
}

.cate-news li > a::after {
  content: "";
  background: url(../img/news/angle-right.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cate-news li > a:hover::after {
  -webkit-transform: translate(5px, -50%);
      -ms-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.cate-news li .news-l {
  padding-right: 20px;
}

.cate-news .date {
  background-color: #4e9f32;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  margin-right: 45px;
  min-width: 90px;
  text-align: center;
}

.cate-news li:last-child {
  border-bottom: 1px solid #ededed;
}

.cate-news h3 {
  font-size: 24px;
  padding: 20px 0 35px;
}

.cate-news .more {
  max-width: 250px;
  margin: 60px auto 0;
}

@media (max-width: 1199px) {
  .cate-news {
    padding: 60px;
  }
  .cate-news .date {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .cate-news {
    padding: 60px 40px;
  }
  .cate-news h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .cate-news {
    padding: 30px 20px;
  }
  .cate-news h3 {
    font-size: 18px;
  }
  .cate-news li > a {
    display: block;
    font-size: 14px;
    padding: 20px;
  }
  .cate-news li > a .news-l {
    padding-top: 10px;
  }
  .cate-news .date {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .cate-news {
    padding: 60px;
  }
}

@media (max-width: 1024px) {
  .cate-news {
    padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .cate-news {
    padding: 30px;
  }
  .cate-news h3 {
    padding: 10px 0 35px;
  }
  .cate-news .more {
    max-width: 200px;
    margin: 30px auto 0;
  }
}

.single-content > p {
  padding-top: 30px;
}

.single-content p {
  line-height: 2;
}

.single-content .single-tab table {
  width: 100%;
  margin-bottom: 30px;
}

.single-content .single-tab table th {
  background-color: var(--bg2-color);
  color: #fff;
  font-size: 20px;
}

.single-content .single-tab table th, .single-content .single-tab table td {
  text-align: center;
  padding: 10px;
}

@media (max-width: 1024px) {
  .single-content .single-tab table th {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single-content .single-tab table th, .single-content .single-tab table td {
    padding: 5px;
  }
  .single-content .single-tab table th {
    font-size: 16px;
  }
  .single-content .single-tab table td {
    font-size: 12px;
  }
}

.single-content .single-tab table:last-child {
  margin-bottom: 0;
}

.single-content .single-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.single-content .single-flex figure {
  min-width: 475px;
  margin-right: 60px;
}

.single-content .single-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
}

.single-content .single-flex2 figure {
  min-width: 475px;
  margin-left: 60px;
}

@media (max-width: 1024px) {
  .single-content .single-flex {
    display: block;
  }
  .single-content .single-flex figure {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .single-content .single-flex figure img {
    display: block;
    margin: 0 auto;
  }
  .single-content .single-flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-content .single-flex2 figure {
    min-width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .single-content .single-flex2 figure img {
    display: block;
    margin: 0 auto;
  }
  .single-content .single-flex2 p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  .single-content > p {
    padding-top: 20px;
  }
  .single-content p {
    line-height: 1.8;
  }
  .single-content .single-flex {
    margin-top: 30px;
  }
  .single-content .single-flex2 {
    margin-top: 30px;
  }
}

.nexts {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

.nexts span, .nexts a {
  margin: 0 3px;
}

@media (max-width: 767px) {
  .nexts {
    font-size: 14px;
  }
}

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

.cate-a li {
  display: block;
  text-align: center;
  width: 16%;
  margin-right: 20px;
  font-size: 16px;
}

.cate-a li a {
  display: block;
  padding: 15px 10px;
  background-color: #e3ded2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cate-a li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: var(--font-color);
}

.cate-a li a.active {
  background-color: #fff;
}

@media (max-width: 767px) {
  .cate-a li {
    font-size: 14px;
    width: 48%;
    margin-top: 5px;
    margin-right: 0;
  }
  .cate-a li a {
    padding: 10px;
  }
}

.cate-a li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .cate-a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cate-voice li {
  border-top: none;
  border-bottom: 1px dashed #dbdbdb;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cate-voice li figure {
  min-width: 500px;
 max-width:500px;
  margin-left: 80px;
}

@media (max-width: 1199px) {
  .cate-voice li figure {
    min-width: 300px;
	  max-width:300px;
    margin-left: 30px;
  }
  .cate-voice li figure img {
    display: block;
    width: 100%;
  }
}

.cate-voice li .tag span {
  display: inline-block;
  line-height: 1;
  background-color: #e2f5db;
  min-width: 100px;
  border-radius: 50px;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom:10px;
  margin-right: 14px;
}

.cate-voice li .tit {
  padding-top: 20px;
}

.cate-voice li .tit span {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}

.cate-voice li .tit h3 {
  padding: 15px 0 0;
}

.cate-voice li:first-child {
  padding-top: 0;
}

.cate-voice .con {
  line-height: 2;
}

.cate-voice .con p {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .cate-voice .con {
    line-height: 1.8;
  }
  .cate-voice .con p {
    padding-top: 20px;
  }
  .cate-voice li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
  .cate-voice li .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cate-voice li figure {
    margin-left: 0;
	  max-width:100%;
    margin-bottom: 30px;
  }
  .cate-voice li:first-child {
    padding-top: 30px;
  }
}

.tax-p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

@media (max-width: 767px) {
  .tax-p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.tax-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 75px auto 70px;
}

.tax-cate a {
  display: block;
  width: 16%;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 15px 10px;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 4px #e5e6e0;
          box-shadow: 0 4px 4px #e5e6e0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tax-cate a:hover {
  text-decoration: none;
  background-color: var(--bg2-color);
  color: #fff;
}

@media (max-width: 767px) {
  .tax-cate {
    margin: 40px auto 30px;
  }
  .tax-cate a {
    width: 32%;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.tax-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
}

.tax-ul li {
  width: 18%;
  margin-left: 25px;
  margin-bottom: 30px;
}

.tax-ul li a {
  position: relative;
}

.tax-ul li a h3 {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  width: 60%;
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tax-ul li a h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.tax-ul li a h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tax-ul li a figure {
  max-height: 213px;
  overflow: hidden;
  position: relative;
}

.tax-ul li a figure::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background-color: #00000050;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tax-ul li a figure img {
  display: block;
  width: 100%;
}

.tax-ul li a:hover figure::after {
  display: block;
}

.tax-ul li a:hover h3 {
  opacity: 1;
}

.tax-ul li img {
  display: block;
  width: 100%;
}

@media (max-width: 1400px) {
  .tax-ul {
    margin-left: -20px;
  }
  .tax-ul li {
    margin-left: 20px;
  }
}

@media (max-width: 1100px) {
  .tax-ul li {
    width: 22.5%;
  }
}

@media (max-width: 900px) {
  .tax-ul li {
    width: 30.5%;
  }
}

@media (max-width: 767px) {
  .tax-ul {
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tax-ul li {
    width: 48%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .tax-ul li a figure {
    max-height: 100%;
  }
}

.single-menu {
  background-color: #fff;
  padding: 30px 70px 80px;
  position: relative;
  margin-top: 35px;
}

.single-menu h3 {
  display: inline-block;
  font-size: 34px;
  background-color: var(--key-color);
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -35px;
  padding: 10px 65px;
}

.single-menu .common {
  margin-top: 80px;
}

.single-menu .common h4 {
  font-size: 32px;
  padding-left: 60px;
  position: relative;
  line-height: 1;
  margin-bottom: 50px;
}

.single-menu .common ul {
  padding: 0 50px;
}

.single-menu .potherb h4::after {
  content: "";
  display: block;
  background: url(../img/menu/obj1.png) no-repeat;
  width: 40px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-menu .potherb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-menu .potherb ul li {
  background-color: #e2f5db;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 16px;
}

.single-menu .material h4::after {
  content: "";
  display: block;
  background: url(../img/menu/obj2.png) no-repeat;
  width: 45px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-menu .material ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-menu .material ul li {
  width: 45%;
  padding: 15px 25px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-menu .material ul li strong {
  display: block;
  min-width: 190px;
}

.single-menu .material ul li:first-child, .single-menu .material ul li:nth-child(2), .single-menu .material ul li:nth-child(5), .single-menu .material ul li:nth-child(6), .single-menu .material ul li:nth-child(9), .single-menu .material ul li:nth-child(10), .single-menu .material ul li:nth-child(13), .single-menu .material ul li:nth-child(14), .single-menu .material ul li:nth-child(17), .single-menu .material ul li:nth-child(18) {
  background-color: #f5f5f5;
}

.single-menu .recipe h4::after {
  content: "";
  display: block;
  background: url(../img/menu/obj3.png) no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-menu .recipe ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.single-menu .recipe ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--bg2-color);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 18px;
}

.single-menu .recipe ul li div {
  line-height: 2;
}

.single-menu .recipe ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .single-menu {
    padding: 30px 40px 60px;
  }
}

@media (max-width: 1024px) {
  .single-menu h3 {
    font-size: 2em;
    padding: 10px 60px;
  }
  .single-menu .common h4 {
    font-size: 2em;
  }
  .single-menu .common ul {
    padding: 0;
  }
  .single-menu .material ul li strong {
    min-width: 100px;
  }
}

@media (max-width: 767px) {
  .single-menu {
    padding: 30px 20px 40px;
  }
  .single-menu h3 {
    font-size: 1.4em;
    padding: 10px 20px;
    top: -20px;
  }
  .single-menu .common {
    margin-top: 40px;
  }
  .single-menu .common h4 {
    font-size: 1.3em;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .single-menu .common ul {
    padding: 0;
  }
  .single-menu .material ul li {
    font-size: 14px;
    padding: 10px;
  }
  .single-menu .material ul li strong {
    min-width: 80px;
  }
  .single-menu .recipe ul li {
    margin-bottom: 30px;
  }
  .single-menu .recipe ul li span {
    font-size: 18px;
    margin-right: 15px;
  }
  .single-menu .recipe ul li div {
    line-height: 1.8;
  }
  .single-menu .potherb h4::after {
    width: 20px;
    height: 18.5px;
    background-size: cover;
  }
  .single-menu .material h4::after {
    width: 22.5px;
    height: 15px;
    background-size: cover;
  }
  .single-menu .recipe h4::after {
    width: 19.5px;
    height: 19.5px;
    background-size: cover;
  }
}

.postid-19 .quantity {
  display: none !important;
}

.archive .woocommerce-notices-wrapper {
  display: none !important;
}
