@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  color: #111111;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

html {
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/bgimage.png) repeat;
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  position: relative;
}

.l-footer {
  background-color: #5F4A26;
  padding-top: 80px;
}

@media (min-width: 1025px) {
  .l-footer {
    padding-bottom: 80px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

@media (min-width: 1025px) {
  .l-header {
    height: 120px;
  }
}

.l-container {
  margin: 0 auto;
  padding: 0 4vw;
  width: 100%;
}

@media (min-width: 768px) {
  .l-container {
    padding: 0 6vw;
  }
}

@media (min-width: 1025px) {
  .l-container {
    padding: 0 76.8px;
    max-width: 1113.6px;
  }
}

.l-inner {
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .l-inner {
    max-width: 800px;
  }
}

.l-container-top {
  margin: 0 auto;
  padding: 0 4vw;
  width: 100%;
}

@media (min-width: 768px) {
  .l-container-top {
    padding: 0 6vw;
  }
}

@media (min-width: 1025px) {
  .l-container-top {
    padding: 0 10vw;
  }
}

.l-inner__production {
  margin: 0 auto;
  padding: 0 4vw;
}

@media (min-width: 768px) {
  .l-inner__production {
    padding: 0;
    max-width: 640px;
  }
}

.l-main {
  background: url(../img/bgimage.png) repeat;
  padding-top: 80px;
}

@media (min-width: 1025px) {
  .l-main {
    padding-top: 120px;
  }
}

.l-main.toppage {
  padding-top: 0;
}

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

.c-nav li {
  margin-left: 50px;
}

.c-nav__cat {
  padding-bottom: 8px;
  font-size: 1.8rem;
  color: #FDFDFD;
}

.c-nav__img {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-nav__img img {
  margin: 0 auto;
}

.c-nav__img img:hover {
  position: relative;
  top: -4px;
}

.c-footer__menu ul {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-footer__menu ul li {
  list-style: none;
}

.c-footer__menu ul li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FDFDFD;
}

.c-footer__menu ul:nth-child(2) {
  padding: 16px 10px;
}

.c-footer__shop {
  color: #FDFDFD;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 1025px) {
  .c-footer__shop {
    text-align: left;
    margin-right: 44px;
  }
}

.c-footer__shop h3 {
  font-size: 1.4rem;
}

.c-footer__shop ul {
  padding-left: 0;
  margin: 8px 0 0 0;
}

.c-footer__shop ul li {
  list-style: none;
  margin-bottom: 4px;
}

.c-footer__shop ul li a {
  font-size: 1.2rem;
  color: #FDFDFD;
}

.c-footer__shop a[target="_blank"]::after {
  content: '';
  display: inline-block;
  background-image: url(../img/icon_link.svg);
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.c-footer__icon {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1025px) {
  .c-footer__icon {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-footer__icon a {
  margin-left: 8px;
  margin-right: 8px;
}

@media (min-width: 1025px) {
  .c-footer__icon a:last-child {
    margin-right: 0;
  }
}

.c-footer__icon.hamburger {
  margin-top: 40px;
}

.c-container__title img {
  margin: 0 auto;
  height: 38px;
}

@media (min-width: 768px) {
  .c-container__title img {
    height: 50px;
  }
}

.c-container__title__promise img {
  margin: 0 auto;
  height: 35px;
}

@media (min-width: 768px) {
  .c-container__title__promise img {
    height: 50px;
  }
}

.c-main-visual {
  position: absolute;
  top: calc(50% - 12px);
}

.c-main-visual h2 {
  font-size: 24px;
  font-weight: bold;
  color: #FDFDFD;
  vertical-align: middle;
  letter-spacing: 0.03em;
}

@media (min-width: 1025px) {
  .c-main-visual {
    top: calc(50% - 20px);
  }
  .c-main-visual h2 {
    font-size: 40px;
  }
}

.c-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .c-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 40px;
    grid-column-gap: 24px;
  }
}

@media (min-width: 1025px) {
  .c-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.c-grid.instagram {
  gap: 16px;
}

.c-grid.instagram img {
  border-radius: 10px;
}

.c-grid.instagram a:nth-child(n+7):nth-child(-n+8) {
  display: none;
}

@media (min-width: 1025px) {
  .c-grid.instagram a:nth-child(n+7):nth-child(-n+8) {
    display: block;
  }
}

@media (min-width: 1025px) {
  .c-grid__footer {
    display: -ms-grid;
    display: grid;
    grid-template: "address link" auto "copyright link" auto / auto 402px;
  }
}

.c-grid__footer .p-footer__address {
  grid-area: address;
}

.c-grid__footer .p-footer__link {
  grid-area: link;
}

.c-grid__footer .p-footer__copyright {
  grid-area: copyright;
}

.c-grid__syllable {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 22px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .c-grid__syllable {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
}

.c-grid__syllable img {
  width: 100%;
  border-radius: 10px;
}

.c-grid__syllable img:nth-child(n+5) {
  display: none;
}

@media (min-width: 768px) {
  .c-grid__syllable img:nth-child(n+4) {
    display: none;
  }
}

.c-grid__instagram {
  margin-top: 22px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .c-grid__instagram #sb_instagram #sbi_images .sbi_item:last-child {
    display: none;
  }
}

.c-grid__instagram #sbi_images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 8px;
}

@media (min-width: 768px) {
  .c-grid__instagram #sbi_images {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
}

#sbi_images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  #sbi_images {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1025px) {
  #sbi_images {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#sbi_images a {
  border-radius: 10px;
}

#sb_instagram #sbi_images .sbi_item:nth-child(n+7):nth-child(-n+8) {
  display: none;
}

@media (min-width: 1025px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(n+7):nth-child(-n+8) {
    display: block;
  }
}

.c-button {
  display: inline-block;
  background-color: #A7C74E;
  width: 240px;
  height: 64px;
  border-radius: 10px;
  color: #FDFDFD;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 16px;
  line-height: 64px;
  text-align: left;
}

.c-button.more {
  position: relative;
}

.c-button.more::after {
  content: '';
  display: inline-block;
  background-image: url(../img/morebtn.svg);
  width: 32.19px;
  height: 6.9px;
  margin-left: 27.8px;
  background-size: contain;
  position: absolute;
  top: 44%;
  right: 16px;
}

@media (min-width: 768px) {
  .c-button.more::after {
    width: 32.19px;
    height: 6.9px;
    margin-left: 8px;
  }
}

.c-button.more:hover {
  background-color: #FDFDFD;
  color: #A7C74E;
  border: 2px solid #A7C74E;
  line-height: 60px;
}

.c-button.more:hover::after {
  background-image: url(../img/morebtngreen.svg);
}

.c-button.back {
  position: relative;
  padding-left: 76px;
}

.c-button.back::before {
  content: '';
  display: inline-block;
  background-image: url(../img/backbtn.svg);
  width: 32.19px;
  height: 6.9px;
  margin-right: 27.8px;
  background-size: contain;
  position: absolute;
  top: 44%;
  left: 16px;
}

@media (min-width: 768px) {
  .c-button.back::before {
    width: 32.19px;
    height: 6.9px;
    margin-right: 8px;
  }
}

.c-button.back:hover {
  background-color: #FDFDFD;
  color: #A7C74E;
  border: 2px solid #A7C74E;
  line-height: 60px;
}

.c-button.back:hover::before {
  background-image: url(../img/backbtngreen.svg);
}

.c-table__syllable {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  font-size: 1.4rem;
  border: 2px solid #A7C74E;
}

@media (min-width: 768px) {
  .c-table__syllable {
    font-size: 1.6rem;
  }
}

.c-table__syllable th {
  background-color: #A7C74E;
  color: #FDFDFD;
  height: 40px;
}

.c-table__syllable th:last-child {
  padding-left: 8px;
  text-align: left;
}

.c-table__syllable td {
  padding-top: 8px;
  vertical-align: top;
  text-align: center;
  background-color: #FDFDFD;
}

.c-table__syllable td:nth-child(-n+2) {
  width: 48px;
}

@media (min-width: 768px) {
  .c-table__syllable td:nth-child(-n+2) {
    width: 80px;
  }
}

.c-table__syllable td:nth-child(n+3):nth-child(-n+4) {
  width: 24px;
}

@media (min-width: 768px) {
  .c-table__syllable td:nth-child(n+3):nth-child(-n+4) {
    width: 40px;
  }
}

.c-table__syllable td:last-child {
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 8px;
  color: #333333;
}

.c-table__syllable td img {
  margin-top: 8px;
  margin: 0 auto;
}

.c-table__syllable__day {
  font-weight: bold;
}

.c-table__syllable__temp__max {
  text-align: right;
  color: #FF0000;
  font-weight: bold;
}

.c-table__syllable__temp__min {
  text-align: left;
  color: #0000FF;
  font-weight: bold;
}

.c-table__production {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #A7C74E;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .c-table__production {
    font-size: 1.6rem;
  }
}

.c-table__production th {
  background-color: #A7C74E;
  color: #FDFDFD;
  height: 40px;
}

@media (min-width: 768px) {
  .c-table__production th {
    width: 15%;
  }
}

.c-table__production th:nth-child(4) {
  display: none;
}

@media (min-width: 768px) {
  .c-table__production th:nth-child(4) {
    padding-left: 16px;
    display: table-cell;
    text-align: left;
    width: 55%;
    vertical-align: middle;
  }
}

.c-table__production td {
  text-align: center;
  background-color: #FDFDFD;
  height: 40px;
}

.c-table__production td:nth-child(4) {
  display: none;
}

@media (min-width: 768px) {
  .c-table__production td:nth-child(4) {
    padding-left: 16px;
    display: table-cell;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .c-table__production thead:nth-of-type(2) {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-table__production tbody:nth-of-type(2) {
    display: none;
  }
}

.c-title__section img {
  margin: 0 auto;
  height: 38px;
}

@media (min-width: 768px) {
  .c-title__section img {
    height: 50px;
  }
}

.c-title__top h2 {
  font-size: 2.4rem;
  color: #FDFDFD;
  line-height: 320px;
}

@media (min-width: 768px) {
  .c-title__top h2 {
    font-size: 4.0rem;
  }
}

.c-title__desc {
  padding-bottom: 24px;
}

.c-title__desc h3 {
  font-size: 2.4rem;
  position: relative;
  margin-left: 12px;
}

@media (min-width: 768px) {
  .c-title__desc h3 {
    font-size: 2.8rem;
  }
}

.c-title__desc h3::before {
  content: "";
  width: 4px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: -12px;
  background-color: #A7C74E;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .c-title__desc h3::before {
    height: 41px;
  }
}

.c-box__shopinfo {
  border-radius: 10px;
  border: 4px solid #A7C74E;
  padding: 40px 24px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .c-box__shopinfo {
    margin-bottom: 0;
    margin-right: 24px;
    width: 100%;
  }
}

.c-box__shopinfo:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.c-box__shopinfo__ttl {
  text-align: center;
  margin-bottom: 40px;
}

.c-box__shopinfo__ttl h2 {
  margin: 0 auto;
  font-size: 2.4rem;
  display: inline-block;
}

.c-box__shopinfo__ttl h2:after {
  background-color: #A7C74E;
  border-radius: 1.5px;
  content: "";
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
}

.c-box__shopinfo__shop {
  margin-bottom: 24px;
}

.c-box__shopinfo__shop:last-child {
  margin-bottom: 0;
}

.c-box__shopinfo__shop h3 {
  font-size: 2.0rem;
}

.c-box__shopinfo__shop p {
  margin-top: 8px;
  font-size: 1.6rem;
}

.c-box__shopinfo__shop a {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #111111;
  position: relative;
}

.c-box__shopinfo__shop a::after {
  content: '';
  display: inline-block;
  background-image: url(../img/icon_link_black.svg);
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.c-box__shopinfo__shop a:hover {
  color: #A7C74E;
}

.c-box__shopinfo__shop a:hover::after {
  background-image: url(../img/icon_link_green.svg);
}

.c-box__shopinfo__shop h4 {
  font-size: 1.6rem;
  margin-bottom: 13px;
}

.c-box__shopinfo__shop h5 {
  font-size: 1.2rem;
}

.c-hamburger__menu ul {
  padding-left: 0;
  margin: 0;
  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;
}

.c-hamburger__menu ul li {
  list-style: none;
  padding-bottom: 16px;
}

.c-hamburger__menu ul li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FDFDFD;
}

.c-hamburger__menu ul li:nth-child(4) {
  padding-left: 16px;
}

.c-hamburger__menu ul li:last-child {
  padding-right: 16px;
}

.c-hamburger__shop {
  color: #FDFDFD;
  text-align: center;
  margin-top: 24px;
}

.c-hamburger__shop h3 {
  font-size: 1.8rem;
}

.c-hamburger__shop ul {
  padding-left: 0;
  margin: 8px 0 0 0;
}

.c-hamburger__shop ul li {
  list-style: none;
  margin-bottom: 4px;
}

.c-hamburger__shop ul li a {
  font-size: 1.4rem;
  color: #FDFDFD;
}

.c-hamburger__shop a[target="_blank"]::after {
  content: '';
  display: inline-block;
  background-image: url(../img/icon_link.svg);
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.c-hamburger__icon {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-hamburger__icon a {
  margin-left: 8px;
  margin-right: 8px;
}

.c-card__human .human__image {
  border-radius: 10px 10px 0 0;
}

.c-card__human .human__image img {
  width: 100%;
}

.c-card__human .human__content {
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.c-card__human .human__content .human__name {
  font-size: 20px;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 2px;
  display: inline-block;
}

.c-card__human .human__content .human__name:after {
  background-color: #A7C74E;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
}

.c-card__human .human__content .human__sentence p {
  font-size: 16px;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.03em;
  padding: 16px 16px 24px 16px;
}

@media (min-width: 768px) {
  .c-card__human .human__content {
    height: 308px;
  }
}

@media (min-width: 1025px) {
  .c-card__human {
    width: 468px;
    height: 528px;
  }
  .c-card__human .human__image img {
    width: 468px;
    height: 289px;
  }
  .c-card__human .human__content {
    width: 468px;
    height: 239px;
  }
}

.c-card__cat {
  margin-bottom: 40px;
}

.c-card__cat .cat__image img {
  width: 100%;
}

.c-card__cat .cat__content {
  background-color: #ffffff;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.c-card__cat .cat__content .cat__name {
  font-size: 20px;
  padding-top: 24px;
  font-weight: bold;
  padding-bottom: 2px;
  display: inline-block;
}

.c-card__cat .cat__content .cat__name:after {
  background-color: #a7c74e;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
}

.c-card__cat .cat__content .cat__sentence p {
  font-size: 14px;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.03em;
  padding: 16px 16px 24px 16px;
}

@media (min-width: 768px) {
  .c-card__cat {
    margin: 0;
  }
  .c-card__cat .cat__content {
    height: 176px;
  }
  .c-card__cat .cat__image img {
    border-radius: 10px 10px 0 0;
  }
  .c-card__cat .cat__content {
    border-radius: 0 0 10px 10px;
  }
}

@media (min-width: 1025px) {
  .c-card__cat {
    width: 632px;
    height: 168px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .c-card__cat .cat__image img {
    width: 304px;
    height: 188px;
    border-radius: 10px 0px 0px 10px;
  }
  .c-card__cat .cat__content {
    width: 328px;
    height: 188px;
    border-radius: 0 10px 10px 0;
  }
}

.c-shop__info {
  width: 100%;
  height: 100%;
  margin: 40px auto 12px auto;
}

.c-shop__info__title {
  text-align: center;
}

.c-shop__info__title h3 {
  font-size: 24px;
  line-height: 1.45;
  display: inline-block;
}

.c-shop__info__title h3::after {
  background-color: #a7c74e;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
}

.c-shop__info__image img {
  width: 100%;
  height: 100%;
}

.c-shop__info__sentence {
  margin-top: 12px;
  margin-bottom: 40px;
}

.c-shop__info__sentence h4 {
  font-size: 20px;
  line-height: 1.45;
}

.c-shop__info__sentence p {
  font-size: 16px;
  line-height: 1.5;
}

.c-shop__info__sentence a {
  font-size: 12px;
  color: #111111;
  line-height: 1.4;
}

.c-shop__info__sentence a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_link_black.svg);
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.c-shop__info__sentence a:hover {
  color: #A7C74E;
}

.c-shop__info__sentence a:hover::after {
  background-image: url(../img/icon_link_green.svg);
}

@media (min-width: 1025px) {
  .c-shop__info {
    width: 100%;
    height: 100%;
    margin: 24px 0 0 0;
  }
  .c-shop__info__title {
    text-align: left;
  }
  .c-shop__info__image img {
    width: 388px;
    height: 240px;
  }
}

.c-restaurant {
  width: 100%;
  height: 100%;
}

.c-restaurant h4 {
  font-size: 20px;
  line-height: 1.45;
}

.c-restaurant p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

.c-restaurant a {
  font-size: 12px;
  color: #111111;
  line-height: 1.4;
}

.c-production__menu {
  position: fixed;
  bottom: -24px;
  right: 4vw;
}

@media (min-width: 768px) {
  .c-production__menu {
    right: 16px;
    top: 408px;
    bottom: inherit;
  }
}

.c-production__menu__list {
  margin-bottom: 4px;
}

.c-production__menu__list__content {
  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;
  border-radius: 50%;
  font-size: 1.4rem;
  text-align: center;
  width: 64px;
  height: 64px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FDFDFD;
}

@media (min-width: 768px) {
  .c-production__menu__list__content {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
  }
}

.c-production__menu__list__content.spring {
  background-color: #F29DAC;
}

.c-production__menu__list__content.summer {
  background-color: #F2B63D;
}

.c-production__menu__list__content.autumn {
  background-color: #F2E33D;
}

.c-production__menu__list__content.winter {
  background-color: #C4D2F2;
}

.c-production__menu__list__content:active.spring {
  color: #F29DAC;
  border: 2px solid #F29DAC;
  background-color: #F4F1E8;
}

.c-production__menu__list__content:active.summer {
  color: #F2B63D;
  border: 2px solid #F2B63D;
  background-color: #F4F1E8;
}

.c-production__menu__list__content:active.autumn {
  color: #F2E33D;
  border: 2px solid #F2E33D;
  background-color: #F4F1E8;
}

.c-production__menu__list__content:active.winter {
  color: #C4D2F2;
  border: 2px solid #C4D2F2;
  background-color: #F4F1E8;
}

.c-container__white {
  background-color: #FDFDFD;
  padding-top: 64px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .c-container__white {
    padding-top: 80px;
    padding-top: 64px;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 704px;
  }
}

@media (min-width: 1025px) {
  .c-container__white {
    max-width: 960px;
  }
}

.c-accordion__header {
  margin-top: 24px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  cursor: pointer;
  position: relative;
  z-index: +1;
}

.c-accordion__header:first-of-type {
  margin-top: 0;
}

.c-accordion__header:after {
  position: relative;
  bottom: -4px;
  background-color: #A7C74E;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
}

.c-accordion__header .i_circle {
  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;
  position: absolute;
  background-color: #A7C74E;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #A7C74E;
  margin-top: -12px;
  border-radius: 50%;
}

.c-accordion__header .one_i {
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.c-accordion__header .one_i::before, .c-accordion__header .one_i::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
  background-color: #FDFDFD;
  border-radius: 10px;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.c-accordion__header .one_i::before {
  width: 2px;
  height: 12px;
  top: 0;
  left: 5px;
}

.c-accordion__header.open .i_circle {
  background-color: #FDFDFD;
}

.c-accordion__header.open .one_i:before {
  content: none;
}

.c-accordion__header.open .one_i:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background-color: #A7C74E;
}

.c-accordion__month {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}

@media (min-width: 768px) {
  .c-accordion__month {
    font-size: 2.4rem;
  }
}

.c-accordion__month:hover {
  color: #A7C74E;
}

.c-accordion__box {
  display: block;
}

.c-accordion__box.open {
  display: block;
}

.c-person {
  text-align: center;
}

.c-person img {
  width: 100%;
  border-radius: 50%;
}

.c-person h3 {
  font-size: 1.6rem;
  padding-top: 8px;
}

.c-person p {
  font-size: 1.4rem;
  padding-top: 4px;
}

.c-agree__box {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.c-agree__box input[type="checkbox"] {
  display: none;
}

.c-agree__box input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

.c-agree__box input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: none;
  border-radius: 4px;
  background-color: #f4f1e8;
  /* 背景の色変更 お好きな色を */
}

.c-agree__box input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 9px;
  margin-top: -7px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #a7c74e;
  /* チェックの色変更 お好きな色を */
}

.inquiry__btn {
  margin: 40px auto;
}

.inquiry__btn .submit {
  -webkit-appearance: none;
  width: 240px;
  height: 64px;
  margin: 0 auto;
  position: relative;
}

.inquiry__btn .submit::after {
  content: "";
  display: inline-block;
  background-image: url(../images/contact_submit_01.svg);
  width: 32.19px;
  height: 6.9px;
  background-size: contain;
  top: 44%;
  right: 16px;
  position: absolute;
}

.inquiry__btn .submit:hover::after {
  background-image: url(../images/contact_submit_02.svg);
}

.inquiry__btn .submit input {
  text-align: center;
  display: inline-block;
  background-color: #a7c74e;
  width: 240px;
  height: 64px;
  border-radius: 10px;
  border: none;
  color: #fdfdfd;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 16px;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  pointer-events: all;
}

.inquiry__btn .submit input:hover {
  background-color: #fdfdfd;
  color: #a7c74e;
  border: 2px solid #a7c74e;
  padding-left: 14px;
}

@media (min-width: 1025px) {
  .inquiry__btn {
    margin-bottom: 40px;
  }
}

.p-header {
  width: 100%;
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .p-header {
    padding: 0 6vw;
  }
}

@media (min-width: 1025px) {
  .p-header {
    padding: 0 80px;
  }
}

.p-header__logo__svg {
  width: 158px;
  height: auto;
  fill: #FDFDFD;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

@media (min-width: 1025px) {
  .p-header__logo__svg {
    width: 200px;
  }
}

.p-header__nav__pc {
  display: none;
}

@media (min-width: 1025px) {
  .p-header__nav__pc {
    display: block;
  }
}

.p-header__nav__hamburger {
  width: 24px;
  height: 24px;
  position: relative;
}

@media (min-width: 1025px) {
  .p-header__nav__hamburger {
    display: none;
  }
}

.p-header__nav__hamburger__btn span {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  display: block;
  background-color: #FDFDFD;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.p-header__nav__hamburger__btn span:nth-child(1) {
  top: 0px;
}

.p-header__nav__hamburger__btn span:nth-child(2) {
  top: 8px;
}

.p-header__nav__hamburger__btn span:nth-child(3) {
  top: 16px;
}

.p-header__nav__hamburger__btn.show span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header__nav__hamburger__btn.show span:nth-child(2) {
  width: 0;
}

.p-header__nav__hamburger__btn.show span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__nav__hamburger__btn__bar.green {
  background-color: #A7C74E;
}

.p-header__nav__menu {
  z-index: 50;
  width: 100%;
  min-height: 100vh;
  background-color: #5F4A26;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.p-header__nav__menu__wrap {
  margin: 0 4vw;
  width: 100%;
}

@media (min-width: 768px) {
  .p-header__nav__menu__wrap {
    width: 393px;
    margin: 0 auto;
  }
}

.p-header__nav__menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.p-keyvisual {
  background: url(../img/bg.jpg) center/cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  position: relative;
}

.p-keyvisual__maintxt__sp {
  padding-top: 160px;
}

@media (min-width: 768px) {
  .p-keyvisual__maintxt__sp {
    display: none;
  }
}

.p-keyvisual__maintxt__pc {
  display: none;
}

@media (min-width: 768px) {
  .p-keyvisual__maintxt__pc {
    display: block;
    padding-top: 240px;
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  .p-keyvisual__maintxt__pc {
    width: 839px;
  }
}

.p-keyvisual__info {
  width: 96vw;
  position: absolute;
  bottom: 244px;
}

@media (min-width: 768px) {
  .p-keyvisual__info {
    width: 100%;
    bottom: 364px;
    right: 6vw;
  }
}

@media (min-width: 1025px) {
  .p-keyvisual__info {
    right: 10vw;
  }
}

.p-keyvisual__info__box {
  position: relative;
  width: 100%;
}

.p-keyvisual__info__box__left {
  position: absolute;
  z-index: 10;
  width: 192px;
  height: 180px;
  background-image: url(../img/onlineshop.svg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__left {
    width: 320px;
    height: 300px;
    right: 288px;
  }
}

.p-keyvisual__info__box__left__ttl {
  width: 142px;
  height: auto;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__left__ttl {
    width: 240px;
  }
}

.p-keyvisual__info__box__left__img {
  width: 39.46px;
  height: auto;
  margin-top: 12.9px;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__left__img {
    width: 64.33px;
    height: auto;
    margin-top: 24px;
  }
}

.p-keyvisual__info__box__left__buy {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__left__buy {
    margin-top: 24px;
  }
}

.p-keyvisual__info__box__left__buy a {
  font-size: 1rem;
  font-weight: bold;
  color: #111111;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__left__buy a {
    font-size: 1.4rem;
  }
}

.p-keyvisual__info__box__left__buy a::after {
  content: '';
  display: inline-block;
  background-image: url(../img/morearrow.svg);
  width: 19.74px;
  height: 4.23px;
  margin-left: 3.2px;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__left__buy a::after {
    width: 32.19px;
    height: 6.9px;
    margin-left: 8px;
  }
}

.p-keyvisual__info__box__left__buy a:hover::after {
  position: relative;
  right: -4px;
}

.p-keyvisual__info__box__right {
  position: absolute;
  right: 4vw;
  width: 192px;
  height: 180px;
  background-image: url(../img/topnews.svg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__right {
    right: 0;
    width: 320px;
    height: 300px;
  }
}

.p-keyvisual__info__box__right__ttlimg {
  margin-top: 40px;
  width: 81px;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__right__ttlimg {
    width: 137.98px;
    height: auto;
    margin-top: 64px;
  }
}

.p-keyvisual__info__box__right__ttl {
  margin-top: 12px;
  width: 140px;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__right__ttl {
    width: 232px;
    margin-top: 16px;
  }
}

.p-keyvisual__info__box__right__ttl p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #111111;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__right__ttl p {
    font-size: 1.6rem;
  }
}

.p-keyvisual__info__box__right__more {
  margin-top: 4px;
  text-align: right;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__right__more {
    margin-top: 16px;
  }
}

.p-keyvisual__info__box__right__more a {
  font-size: 1rem;
  font-weight: bold;
  color: #111111;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__right__more a {
    font-size: 1.4rem;
  }
}

.p-keyvisual__info__box__right__more a::after {
  content: '';
  display: inline-block;
  background-image: url(../img/morearrow.svg);
  width: 19.74px;
  height: 4.23px;
  margin-left: 3.2px;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-keyvisual__info__box__right__more a::after {
    width: 32.19px;
    height: 6.9px;
    margin-left: 8px;
  }
}

.p-keyvisual__info__box__right__more a:hover::after {
  position: relative;
  right: -4px;
}

.p-about__top {
  height: 320px;
  background-image: url(../images/about_mv_01.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

.p-about__top::before {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.p-about__intro {
  margin-top: 80px;
  height: 706px;
  margin-bottom: 120px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.03em;
}

.p-about__intro .p-intro__content {
  padding-top: 64px;
  position: relative;
}

.p-about__intro .p-intro__content .intro__image img {
  width: 100%;
  height: 100%;
}

.p-about__intro .p-intro__content .intro__image__pc {
  display: none;
}

.p-about__intro .p-intro__content .intro__sentence {
  top: 251px;
  position: absolute;
}

.p-about__intro .p-intro__content .intro__sentence__text {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .p-about__intro {
    height: 100%;
  }
  .p-about__intro .p-intro__content {
    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;
    position: static;
  }
  .p-about__intro .p-intro__content .intro__image {
    width: 100%;
    height: 100%;
  }
  .p-about__intro .p-intro__content .intro__image img {
    width: 100%;
    height: 100%;
  }
  .p-about__intro .p-intro__content .intro__image__pc {
    display: block;
  }
  .p-about__intro .p-intro__content .intro__image__sm {
    display: none;
  }
  .p-about__intro .p-intro__content .intro__sentence {
    width: 100%;
    height: 100%;
    position: static;
  }
  .p-about__intro .p-intro__content .intro__sentence__text {
    margin-right: 8px;
  }
}

@media (min-width: 1025px) {
  .p-about__intro {
    margin-bottom: 160px;
    height: 100%;
  }
  .p-about__intro .p-intro__content {
    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;
    position: static;
  }
  .p-about__intro .p-intro__content .intro__image {
    width: 100%;
    height: 100%;
  }
  .p-about__intro .p-intro__content .intro__image img {
    width: 100%;
    height: 100%;
  }
  .p-about__intro .p-intro__content .intro__image__sm {
    display: none;
  }
  .p-about__intro .p-intro__content .intro__sentence {
    width: 100%;
    height: 100%;
    padding-top: 64px;
    position: static;
  }
  .p-about__intro .p-intro__content .intro__sentence__text {
    width: 400px;
  }
}

.p-about__promise {
  margin-bottom: 120px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.03em;
}

.p-about__promise .p-promise__content01 {
  height: 583px;
  margin-top: 64px;
  position: relative;
}

.p-about__promise .p-promise__content01 .promise__image {
  width: 100%;
  position: relative;
}

.p-about__promise .p-promise__content01 .promise__image::after {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}

.p-about__promise .p-promise__content01 .promise__sentence01 {
  position: absolute;
  top: 183px;
}

.p-about__promise .p-promise__content01 .promise__sentence01 img {
  width: 312px;
  height: 90px;
  padding-left: 16px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-about__promise .p-promise__content01 {
    height: 100%;
  }
  .p-about__promise .p-promise__content01 .promise__sentence01 {
    top: 16px;
    left: 16px;
  }
  .p-about__promise .p-promise__content01 .promise__sentence01 img {
    width: 468px;
    height: 136px;
    padding-left: 0;
    margin-bottom: 16px;
  }
  .p-about__promise .p-promise__content01 .promise__sentence01 p {
    width: 640px;
    color: #fdfdfd;
  }
}

@media (min-width: 1025px) {
  .p-about__promise .p-promise__content01 {
    margin-top: 80px;
    height: 100%;
  }
  .p-about__promise .p-promise__content01 .promise__sentence01 {
    left: 64px;
    top: 115px;
  }
  .p-about__promise .p-promise__content01 .promise__sentence01 img {
    width: 468px;
    height: 136px;
    padding-left: 0;
  }
  .p-about__promise .p-promise__content01 .promise__sentence01 p {
    width: 640px;
    color: #fdfdfd;
  }
}

.p-about__promise .p-promise__content02 {
  height: 609px;
  margin-top: 64px;
  position: relative;
}

.p-about__promise .p-promise__content02 .promise__image {
  width: 100%;
  position: relative;
}

.p-about__promise .p-promise__content02 .promise__image::after {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}

.p-about__promise .p-promise__content02 .promise__sentence02 {
  position: absolute;
  top: 24px;
}

.p-about__promise .p-promise__content02 .promise__sentence02 img {
  width: 114px;
  height: 90px;
  margin: 0 16px 154px auto;
}

@media (min-width: 768px) {
  .p-about__promise .p-promise__content02 {
    height: 100%;
  }
  .p-about__promise .p-promise__content02 .promise__sentence02 {
    top: 16px;
    left: 16px;
  }
  .p-about__promise .p-promise__content02 .promise__sentence02 img {
    width: 172px;
    height: 136px;
    margin: 0 0 16px 0;
  }
  .p-about__promise .p-promise__content02 .promise__sentence02 p {
    width: 640px;
    color: #fdfdfd;
  }
}

@media (min-width: 1025px) {
  .p-about__promise .p-promise__content02 {
    height: 100%;
  }
  .p-about__promise .p-promise__content02 .promise__sentence02 {
    top: 64px;
    left: 256px;
  }
  .p-about__promise .p-promise__content02 .promise__sentence02 img {
    width: 172px;
    height: 136px;
    margin: 0 0 64px 0;
  }
  .p-about__promise .p-promise__content02 .promise__sentence02 p {
    width: 640px;
    color: #fdfdfd;
  }
}

.p-about__promise .p-promise__content03 {
  height: 443px;
  margin-top: 64px;
  position: relative;
}

.p-about__promise .p-promise__content03 .promise__image {
  position: relative;
}

.p-about__promise .p-promise__content03 .promise__image::after {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}

.p-about__promise .p-promise__content03 .promise__sentence03 {
  position: absolute;
  top: 183px;
}

.p-about__promise .p-promise__content03 .promise__sentence03 img {
  width: 352px;
  height: 90px;
  margin: 0 0 40px -8px;
}

@media (min-width: 768px) {
  .p-about__promise .p-promise__content03 {
    height: 100%;
  }
  .p-about__promise .p-promise__content03 .promise__sentence03 {
    top: 16px;
    left: 16px;
  }
  .p-about__promise .p-promise__content03 .promise__sentence03 img {
    width: 528px;
    height: 136px;
    margin: 0 0 16px 0;
  }
  .p-about__promise .p-promise__content03 .promise__sentence03 p {
    width: 640px;
    color: #fdfdfd;
  }
}

@media (min-width: 1025px) {
  .p-about__promise .p-promise__content03 {
    height: 100%;
  }
  .p-about__promise .p-promise__content03 .promise__sentence03 {
    top: 40px;
    left: 64px;
  }
  .p-about__promise .p-promise__content03 .promise__sentence03 img {
    width: 528px;
    height: 136px;
    margin: 0 0 64px 0;
  }
  .p-about__promise .p-promise__content03 .promise__sentence03 p {
    width: 640px;
    color: #fdfdfd;
  }
}

.p-about__member {
  margin-bottom: 120px;
}

.p-about__member .member__content {
  margin-top: 64px;
}

.p-about__member .p-human__box {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
}

@media (min-width: 768px) {
  .p-about__member .p-human__box {
    margin-bottom: 24px;
    grid-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1025px) {
  .p-about__member .p-human__box {
    margin-bottom: 24px;
    grid-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-about__member .p-cat__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-about__member .p-cat__box .image__box__01 {
  margin-bottom: 16px;
}

.p-about__member .p-cat__box .image__box__02 {
  margin: 0 0 0 auto;
}

@media (min-width: 768px) {
  .p-about__member .p-cat__box {
    display: -ms-grid;
    display: grid;
    grid-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .p-about__member .p-cat__box .image__box__01 {
    margin: 0 0 0 auto;
  }
  .p-about__member .p-cat__box .image__box__02 {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .p-about__member .p-cat__box {
    display: -ms-grid;
    display: grid;
    grid-gap: 24px;
    -ms-grid-columns: 632px 304px;
        grid-template-columns: 632px 304px;
    -ms-grid-columns: 304px 632px;
        grid-template-columns: 304px 632px;
  }
  .p-about__member .p-cat__box .image__box__01 {
    margin: 0;
  }
  .p-about__member .p-cat__box .image__box__01 img {
    width: 304px;
    height: 188px;
  }
  .p-about__member .p-cat__box .image__box__02 {
    margin: 0 0 0 auto;
  }
  .p-about__member .p-cat__box .image__box__02 img {
    width: 304px;
    height: 188px;
  }
  .p-about__member .p-cat__box .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-about__member .p-cat__box .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-about__member .p-cat__box .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-about__member .p-cat__box .order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-about__item {
  margin-bottom: 120px;
}

.p-about__item .item__content {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.03em;
}

.p-about__item .item__content .item__sentence {
  margin: 64px 0;
  text-align: center;
}

.p-vegetable__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.p-vegetable__box .vegetable__sentence {
  height: 259px;
  margin-bottom: 32px;
  border-radius: 10px;
  border: solid 2px #f29dac;
  background-color: #ffffff;
}

.p-vegetable__box .vegetable__sentence .vegetable__title {
  font-size: 2rem;
  line-height: 1.5;
  padding-top: 40px;
  display: inline-block;
}

.p-vegetable__box .vegetable__sentence .vegetable__title:after {
  background-color: #f29dac;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
}

.p-vegetable__box .vegetable__sentence p {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.9;
  padding: 24px 16px 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-vegetable__box .vegetable__image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-right: 8px;
  margin-bottom: 64px;
}

.p-vegetable__box .vegetable__image .vegetable__image__img {
  position: relative;
}

.p-vegetable__box .vegetable__image .vegetable__image__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-vegetable__box .vegetable__image .vegetable__image__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 8px -8px #f29dac;
          box-shadow: 8px -8px #f29dac;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.p-vegetable__box .vegetable__image .item {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}

.p-vegetable__box .vegetable__image a {
  color: #111111;
}

.p-vegetable__box .vegetable__image p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
}

@media (min-width: 768px) {
  .p-vegetable__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 64px;
  }
  .p-vegetable__box .vegetable__sentence {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0;
  }
  .p-vegetable__box .vegetable__sentence .vegetable__title {
    padding-left: 40px;
  }
  .p-vegetable__box .vegetable__sentence p {
    padding: 16px 40px 0 40px;
  }
  .p-vegetable__box .vegetable__image {
    width: 100%;
    gap: 20px;
    margin: 0 8px 0 24px;
  }
  .p-vegetable__box .vegetable__image .vegetable__image__img {
    position: relative;
  }
  .p-vegetable__box .vegetable__image .vegetable__image__img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-vegetable__box .vegetable__image .vegetable__image__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
  }
  .p-vegetable__box .vegetable__image .item {
    font-size: 2.4rem;
    line-height: 1.45;
    padding-top: 8px;
  }
  .p-vegetable__box .vegetable__image p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-vegetable__box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 64px;
  }
  .p-vegetable__box:nth-child(even) .vegetable__sentence {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0;
  }
  .p-vegetable__box:nth-child(even) .vegetable__sentence .vegetable__title {
    padding-left: 40px;
  }
  .p-vegetable__box:nth-child(even) .vegetable__sentence p {
    padding: 16px 40px 0 40px;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image {
    width: 100%;
    gap: 20px;
    margin: 0 32px 0 0;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image .vegetable__image__img {
    position: relative;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image .vegetable__image__img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image .vegetable__image__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image .item {
    font-size: 2.4rem;
    line-height: 1.45;
    padding-top: 8px;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media (min-width: 1025px) {
  .p-vegetable__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 64px;
  }
  .p-vegetable__box .vegetable__sentence {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: left;
  }
  .p-vegetable__box .vegetable__sentence .vegetable__title {
    padding-left: 40px;
  }
  .p-vegetable__box .vegetable__sentence p {
    padding: 16px 40px 108px 40px;
  }
  .p-vegetable__box .vegetable__image {
    width: 100%;
    gap: 20px;
    margin: 0 8px 0 24px;
  }
  .p-vegetable__box .vegetable__image .vegetable__image__img {
    position: relative;
  }
  .p-vegetable__box .vegetable__image .vegetable__image__img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-vegetable__box .vegetable__image .vegetable__image__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
  }
  .p-vegetable__box .vegetable__image .item {
    font-size: 2.4rem;
    line-height: 1.45;
    padding-top: 8px;
  }
  .p-vegetable__box .vegetable__image p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-vegetable__box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 64px;
  }
  .p-vegetable__box:nth-child(even) .vegetable__sentence {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: left;
  }
  .p-vegetable__box:nth-child(even) .vegetable__sentence .vegetable__title {
    padding-left: 40px;
  }
  .p-vegetable__box:nth-child(even) .vegetable__sentence p {
    padding: 16px 40px 108px 40px;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image {
    width: 100%;
    gap: 20px;
    margin: 0 32px 0 0;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image .vegetable__image__img {
    position: relative;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image .vegetable__image__img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image .vegetable__image__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image .item {
    font-size: 2.4rem;
    line-height: 1.45;
    padding-top: 8px;
  }
  .p-vegetable__box:nth-child(even) .vegetable__image p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.summer .vegetable__sentence {
  border: solid 2px #f2b63d;
}

.summer .vegetable__sentence .vegetable__title:after {
  background-color: #f2b63d;
}

.summer .vegetable__image .vegetable__image1 .vegetable__image__img img {
  -webkit-box-shadow: 8px -8px #f2b63d;
          box-shadow: 8px -8px #f2b63d;
}

.autumn .vegetable__sentence {
  border: solid 2px #f2e33d;
}

.autumn .vegetable__sentence .vegetable__title:after {
  background-color: #f2e33d;
}

.autumn .vegetable__image .vegetable__image1 .vegetable__image__img img {
  -webkit-box-shadow: 8px -8px #f2e33d;
          box-shadow: 8px -8px #f2e33d;
}

.winter .vegetable__sentence {
  border: solid 2px #c4d2f2;
}

.winter .vegetable__sentence .vegetable__title:after {
  background-color: #c4d2f2;
}

.winter .vegetable__image .vegetable__image1 .vegetable__image__img img {
  -webkit-box-shadow: 8px -8px #c4d2f2;
          box-shadow: 8px -8px #c4d2f2;
}

.p-about__shop {
  margin-bottom: 80px;
}

.p-about__shop .shop__content {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.03em;
}

.p-about__shop .shop__content .shop__sentence {
  margin: 64px 0;
  text-align: center;
}

.p-about__shop .shop__content .p-shop__box {
  padding: 64px 0;
  border-radius: 10px;
  background-color: #ffffff;
}

.p-about__shop .shop__content .p-shop__box__super {
  margin-bottom: 65px;
  padding: 0 16px;
}

.p-about__shop .shop__content .p-shop__box__restaurant {
  margin-top: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-about__shop .shop__content .p-shop__box__restaurant a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_link_black.svg);
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.p-about__shop .shop__content .p-shop__box__restaurant a:hover {
  color: #A7C74E;
}

.p-about__shop .shop__content .p-shop__box__restaurant a:hover::after {
  background-image: url(../img/icon_link_green.svg);
}

@media (min-width: 1025px) {
  .p-about__shop .shop__content {
    margin-bottom: 120px;
  }
  .p-about__shop .shop__content .p-shop__box {
    padding: 80px;
    margin-bottom: 65px;
  }
  .p-about__shop .shop__content .p-shop__box__super {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 26px;
    padding: 0;
  }
  .p-about__shop .shop__content .p-shop__box__restaurant {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .p-about__shop .shop__content {
    margin-bottom: 120px;
  }
  .p-about__shop .shop__content .p-shop__box {
    padding: 80px;
    margin-bottom: 65px;
  }
  .p-about__shop .shop__content .p-shop__box__super {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 26px;
    padding: 0;
  }
  .p-about__shop .shop__content .p-shop__box__restaurant {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 0;
  }
}

.p-jas {
  background-image: url(../img/jasbg.png);
  background-position: center;
  background-size: cover;
  padding: 64px 0;
}

.p-jas__box {
  background-color: rgba(253, 253, 253, 0.8);
  border-radius: 10px;
  padding: 64px 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-jas__box {
    padding: 64px;
  }
}

@media (min-width: 1025px) {
  .p-jas__box {
    padding: 64px 80px;
  }
}

.p-jas__box__img {
  margin-top: 40px;
}

.p-jas__box__img img {
  margin: 0 auto;
  width: 200px;
}

@media (min-width: 768px) {
  .p-jas__box__img img {
    width: 240px;
  }
}

.p-jas__box__img h3 {
  margin-top: 8px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .p-jas__box__img h3 {
    font-size: 1.6rem;
  }
}

.p-jas__box__itojas {
  margin-top: 40px;
}

.p-jas__box__itojas p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.03em;
}

.p-jas__box__desc {
  margin-top: 24px;
}

.p-jas__box__desc p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.03em;
}

.p-vegetables {
  padding: 80px 0;
}

@media (min-width: 768px) {
  .p-vegetables {
    padding: 120px 0;
  }
}

.p-vegetables__contents {
  margin-top: 64px;
}

@media (min-width: 768px) {
  .p-vegetables__contents {
    margin-top: 80px;
  }
}

.p-vegetables__content {
  text-align: center;
}

.p-vegetables__content__img {
  position: relative;
}

.p-vegetables__content__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-vegetables__content__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-box-shadow: 8px -8px #F29DAC;
          box-shadow: 8px -8px #F29DAC;
}

.p-vegetables__content__img img.summer {
  -webkit-box-shadow: 8px -8px #F2B63D;
          box-shadow: 8px -8px #F2B63D;
}

.p-vegetables__content__img img.autumn {
  -webkit-box-shadow: 8px -8px #F2E33D;
          box-shadow: 8px -8px #F2E33D;
}

.p-vegetables__content__img img.winter {
  -webkit-box-shadow: 8px -8px #C4D2F2;
          box-shadow: 8px -8px #C4D2F2;
}

.p-vegetables__content a {
  color: #111111;
}

.p-vegetables__content__ttl {
  margin-top: 8px;
  font-size: 2.0rem;
}

@media (min-width: 1025px) {
  .p-vegetables__content__ttl {
    font-size: 2.4rem;
  }
}

.p-vegetables__content__breed {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .p-vegetables__content__breed {
    font-size: 1.6rem;
  }
}

.p-vegetables__content.top:nth-child(n+5):nth-child(-n+8) {
  display: none;
}

@media (min-width: 768px) {
  .p-vegetables__content.top:nth-child(n+5):nth-child(-n+6) {
    display: block;
  }
}

@media (min-width: 1025px) {
  .p-vegetables__content.top:nth-child(n+7):nth-child(-n+8) {
    display: block;
  }
}

.p-vegetables__more {
  margin-top: 64px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-vegetables__more {
    margin-top: 80px;
  }
}

.p-syllable {
  padding-top: 40px;
}

.p-syllable__box {
  margin: 64px 0;
}

.p-syllable__btn {
  padding-bottom: 80px;
  text-align: center;
}

.p-syllable__top {
  height: 320px;
  background-image: url(../img/syllablebg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

.p-syllable__top::before {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.p-syllable__archive {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .p-syllable__archive {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.p-shopinfo {
  background-image: url(../img/shopbg.png);
  background-position: center;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-shopinfo__wrap {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 64px 24px;
}

.p-shopinfo__box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .p-shopinfo__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .p-shopinfo__box {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }
}

.p-instagram {
  padding: 80px 16px;
}

.p-instagram__grid {
  padding-top: 64px;
}

.p-footer__ttl img {
  margin: 0 auto;
  width: 205px;
}

@media (min-width: 1025px) {
  .p-footer__ttl img {
    margin: 0;
  }
}

.p-footer__address {
  padding-top: 40px;
}

.p-footer__address p {
  text-align: center;
  font-size: 1.6rem;
  color: #FDFDFD;
}

@media (min-width: 1025px) {
  .p-footer__address p {
    text-align: left;
  }
}

.p-footer__link {
  padding-top: 40px;
}

@media (min-width: 1025px) {
  .p-footer__link {
    padding-top: 10px;
  }
}

.p-footer__link__menu {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

@media (min-width: 1025px) {
  .p-footer__link__menu {
    width: 402px;
  }
}

.p-footer__link__menu ul {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1025px) {
  .p-footer__link__menu ul {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

.p-footer__link__menu ul li {
  list-style: none;
  margin-bottom: 16px;
  margin-right: 24px;
}

.p-footer__link__menu ul li:nth-child(3) {
  margin-right: 0;
}

@media (min-width: 1025px) {
  .p-footer__link__menu ul li:nth-child(3) {
    margin-right: 24px;
  }
}

@media (min-width: 1025px) {
  .p-footer__link__menu ul li:nth-child(4) {
    margin: 0;
  }
}

.p-footer__link__menu ul li:last-child {
  margin-right: 0;
}

.p-footer__link__menu ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FDFDFD;
}

@media (min-width: 1025px) {
  .p-footer__link__shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

@media (min-width: 1025px) {
  .p-footer__copyright {
    padding-top: 30px;
    text-align: left;
  }
}

.p-footer__copyright small {
  font-style: 1.2rem;
  color: #FDFDFD;
}

.p-aboutus {
  padding: 80px 0;
}

.p-aboutus__intro {
  margin-top: 16px;
  position: relative;
  margin-bottom: 169px;
}

.p-aboutus__intro__img img {
  width: 100%;
  height: auto;
}

.p-aboutus__intro__sentence {
  position: absolute;
  top: 172px;
}

@media (min-width: 768px) {
  .p-aboutus__intro__sentence {
    top: 245px;
    left: 24px;
  }
}

@media (min-width: 1025px) {
  .p-aboutus__intro__sentence {
    top: 274px;
    left: 40px;
  }
}

.p-aboutus__intro__sentence img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .p-aboutus__intro__sentence img {
    width: 493px;
  }
}

.p-aboutus__promise__content01 {
  position: relative;
  z-index: 10;
}

.p-aboutus__promise__content01__ttl {
  width: 213px;
  height: auto;
  position: absolute;
  top: -67px;
}

@media (min-width: 768px) {
  .p-aboutus__promise__content01__ttl {
    width: 320px;
    top: -120px;
  }
}

.p-aboutus__promise__content01__sentence01 {
  padding-left: 16px;
  position: absolute;
  bottom: -45px;
}

@media (min-width: 768px) {
  .p-aboutus__promise__content01__sentence01 {
    right: -16px;
    bottom: 40px;
  }
}

@media (min-width: 768px) {
  .p-aboutus__promise__content01__sentence01 {
    right: -24px;
    top: 64px;
  }
}

@media (min-width: 1025px) {
  .p-aboutus__promise__content01__sentence01 {
    right: 80px;
  }
}

@media (min-width: 768px) {
  .p-aboutus__promise__content01__sentence01 img {
    width: 468px;
  }
}

.p-aboutus__promise__content02 {
  margin-top: 85px;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .p-aboutus__promise__content02 {
    margin-top: 64px;
  }
}

@media (min-width: 1025px) {
  .p-aboutus__promise__content02 {
    margin-top: -40px;
  }
}

.p-aboutus__promise__content02__sentence02 {
  position: absolute;
  top: 24px;
  right: 16px;
}

@media (min-width: 768px) {
  .p-aboutus__promise__content02__sentence02 {
    top: 64px;
    right: 80px;
  }
}

.p-aboutus__promise__content02__sentence02 img {
  width: 114px;
}

@media (min-width: 768px) {
  .p-aboutus__promise__content02__sentence02 img {
    width: 172px;
  }
}

.p-aboutus__promise__content03 {
  margin-top: 40px;
  margin-bottom: 109px;
  position: relative;
}

@media (min-width: 768px) {
  .p-aboutus__promise__content03 {
    margin-top: 64px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .p-aboutus__promise__content03 {
    margin-top: -40px;
  }
}

.p-aboutus__promise__content03__sentence03 {
  position: absolute;
  bottom: -45px;
  left: -8px;
}

@media (min-width: 768px) {
  .p-aboutus__promise__content03__sentence03 {
    top: 64px;
    left: 64px;
  }
}

@media (min-width: 1025px) {
  .p-aboutus__promise__content03__sentence03 {
    top: 80px;
    right: 80px;
    left: inherit;
  }
}

.p-aboutus__promise__content03__sentence03 img {
  width: 352px;
}

@media (min-width: 768px) {
  .p-aboutus__promise__content03__sentence03 img {
    width: 503px;
  }
}

.p-aboutus__promise__image img {
  border-radius: 10px;
}

@media (min-width: 1025px) {
  .p-aboutus__promise__image img {
    width: 640px;
  }
}

.p-aboutus__promise__image.right img {
  margin-left: auto;
}

.p-aboutus__promise__btn {
  text-align: center;
}

.p-archive__top {
  height: 320px;
  background-image: url(../images/archive_mv_01.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

.p-archive__top::before {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.p-archive__news {
  margin: 0 auto 16px auto;
  font-size: 1.4rem;
  border-bottom: 2px solid #a7c74e;
}

.p-archive__news dt {
  float: left;
  font-weight: normal;
}

.p-archive__news .category {
  color: #fdfdfd;
  background-color: #a7c74e;
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  border: 2px solid #a7c74e;
}

.p-archive__news .category:hover {
  background-color: #fdfdfd;
  color: #a7c74e;
}

.p-archive__news dd {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-archive__news dd a {
  color: #111111;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-archive__news dd:hover a {
  color: #a7c74e;
}

@media (min-width: 768px) {
  .p-archive__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-archive__news dt {
    float: left;
    font-weight: normal;
    white-space: nowrap;
  }
  .p-archive__news .category {
    color: #fdfdfd;
    background-color: #a7c74e;
    margin-left: 12px;
    padding: 4px 12px;
    white-space: nowrap;
  }
  .p-archive__news dd {
    font-size: 2rem;
    margin-left: 71px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media (min-width: 1025px) {
  .p-archive__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-archive__news dt {
    float: left;
    font-weight: normal;
    white-space: nowrap;
  }
  .p-archive__news .category {
    color: #fdfdfd;
    background-color: #a7c74e;
    margin-left: 12px;
    padding: 4px 12px;
    white-space: nowrap;
  }
  .p-archive__news dd {
    font-size: 2rem;
    margin-left: 71px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.p-archive__container {
  margin-top: 80px;
}

.p-archive__pager {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.p-archive__pager .wp-pagenavi {
  margin: 0 auto;
}

.p-archive__pager .wp-pagenavi .current {
  margin: 0 3px;
  display: inline-block;
  background-color: #A7C74E;
  color: #fdfdfd;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 12px;
}

.p-archive__pager .wp-pagenavi a {
  margin: 0 3px;
  display: inline-block;
  background-color: #fdfdfd;
  color: #333333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 12px;
}

.p-archive__pager .wp-pagenavi a:hover {
  background-color: #A7C74E;
  color: #fdfdfd;
}

.p-archive__pager .wp-pagenavi a.first:hover, .p-archive__pager .wp-pagenavi a.last:hover {
  background-color: #5f4a26;
  color: #fdfdfd;
}

.p-archive__pager .wp-pagenavi .active {
  background-color: #A7C74E;
  color: #fdfdfd;
  pointer-events: none;
}

.p-archive__pager .wp-pagenavi .dots {
  background-color: transparent;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .p-archive__pager {
    margin-top: 64px;
    margin-bottom: 120px;
  }
  .p-archive__pager .pagination li {
    margin-bottom: 0;
  }
}

.p-singler {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .p-singler {
    padding: 0 6vw;
  }
}

@media (min-width: 1025px) {
  .p-singler {
    padding: 0 76.8px;
    max-width: 1113.6px;
  }
}

.p-singler .p-singler__container {
  width: 100%;
  margin: 64px auto;
  padding: 64px 16px;
  background-color: #fdfdfd;
}

.p-singler .p-singler__container .p-singler__news dt {
  float: left;
  font-weight: normal;
  font-size: 1.4rem;
}

.p-singler .p-singler__container .p-singler__news .category {
  color: #fdfdfd;
  background-color: #a7c74e;
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  border: 2px solid #a7c74e;
}

.p-singler .p-singler__container .p-singler__news .category:hover {
  background-color: #fdfdfd;
  color: #a7c74e;
}

.p-singler .p-singler__container .p-singler__news dd {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #111111;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-singler .p-singler__container {
    margin: 80px auto;
    padding: 64px 112px;
    border-radius: 10px;
  }
  .p-singler .p-singler__container .p-singler__news dd {
    font-size: 4rem;
  }
}

@media (min-width: 1025px) {
  .p-singler .p-singler__container {
    margin: 80px auto;
    padding: 64px 160px;
    border-radius: 10px;
  }
  .p-singler .p-singler__container .p-singler__news dd {
    font-size: 4rem;
  }
}

.p-singler__container__btn {
  margin-bottom: 64px;
  text-align: center;
}

.p-singler__container__btn a {
  color: #f7f7f7;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .p-singler__container__btn {
    margin-bottom: 80px;
  }
}

.p-singler__text {
  white-space: 0;
  font-size: 1.6rem;
  word-break: break-word;
}

.p-singler__text a {
  color: #a7c74e;
  text-decoration: underline;
}

.p-singler__text p {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 2.4rem;
  line-height: 1.9;
}

.p-singler__text h1 {
  font-size: 2.8rem;
  margin-top: 2.4em;
  line-height: 1.7;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .p-singler__text h1 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

.p-singler__text h2 {
  font-size: 2.4rem;
  margin-top: 2.4em;
  margin-left: 12px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}

.p-singler__text h2::before {
  background-color: #a7c74e;
  width: 4px;
  height: 36px;
  position: absolute;
  border-radius: 2px;
  left: -12px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .p-singler__text h2 {
    font-size: 2.8rem;
    line-height: 1.1;
  }
}

.p-singler__text h3 {
  font-size: 2.2rem;
  margin-top: 2.4em;
  line-height: 1.4;
  font-weight: bold;
}

.p-singler__text h3::after {
  background-color: #a7c74e;
  border-radius: 1px;
  height: 2px;
  margin-top: 6px;
  content: "";
  display: block;
}

@media (min-width: 1025px) {
  .p-singler__text h3 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

.p-singler__text h4 {
  font-size: 1.8rem;
  margin-top: 2.4em;
  line-height: 1.6;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .p-singler__text h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-singler__text h5,
.p-singler__text h6 {
  font-size: 1.6rem;
  margin-top: 2.4em;
  line-height: 1.5;
  font-weight: bold;
}

.p-singler__text ul {
  font-size: 1.6rem;
  padding-left: 22px;
  line-height: 1.5;
  color: #333333;
}

.p-singler__text ul li {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  list-style-type: none;
}

.p-singler__text ul li ul li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: inline-block;
  position: absolute;
  /*絶対配置*/
  left: -0.6em;
  /*点の位置*/
  top: 0.6em;
  /*点の位置*/
  content: "";
  border: solid 1px #a7c74e;
  background: none;
}

.p-singler__text ul li ul li ul li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: -0.6em;
  /*点の位置*/
  top: 0.6em;
  /*点の位置*/
  content: "";
  background: #a7c74e;
}

.p-singler__text ul li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: -0.6em;
  /*点の位置*/
  top: 0.6em;
  /*点の位置*/
  content: "";
  background: #a7c74e;
}

.p-singler__text ol {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 22px;
}

.p-singler__text ol li {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-singler__text blockquote {
  margin: 24px 0;
  line-height: 1.9;
  padding: 16px;
  border-left: 4px solid #a7c74e;
}

.p-singler__text blockquote cite {
  padding: 2px 6px;
  background-color: #f7f7f7;
}

.p-singler__text .media__sentence {
  line-height: 1.9;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-singler__text .media__sentence .media img {
  width: 364px;
}

.p-singler__text .media__sentence .sentence {
  padding-top: 16px;
}

@media (min-width: 1025px) {
  .p-singler__text .media__sentence {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 640px;
  }
  .p-singler__text .media__sentence .media {
    width: 50%;
  }
  .p-singler__text .media__sentence .sentence {
    padding-top: 0;
    padding-left: 24px;
    margin: auto 0;
    width: 50%;
  }
}

.p-singler__text .media__left {
  margin-bottom: 24px;
}

.p-singler__text .media__left img {
  margin: 0 auto 0 0;
}

.p-singler__text .media__right {
  margin-bottom: 24px;
}

.p-singler__text .media__right img {
  margin: 0 0 0 auto;
}

.p-singler__text .media__center {
  margin-bottom: 24px;
}

.p-singler__text .media__center img {
  margin: 0 auto;
}

.p-singler__text .sns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1025px) {
  .p-singler__text .sns {
    margin-top: 64px;
  }
}

.p-singler__text .sns a {
  margin-left: 8px;
  padding: 4px;
}

.p-singler__text .sns a:after {
  content: none;
}

.p-production__top {
  height: 320px;
  background-image: url(../img/productionbg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

.p-production__top::before {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.p-production__archive {
  padding-top: 80px;
}

@media (min-width: 1025px) {
  .p-production__archive {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.p-production__archive__contents {
  padding-bottom: 80px;
}

.p-production__archive__contents.summer .p-vegetables__content img {
  -webkit-box-shadow: 8px -8px #F2B63D;
          box-shadow: 8px -8px #F2B63D;
}

.p-production__archive__contents.autumn .p-vegetables__content img {
  -webkit-box-shadow: 8px -8px #F2E33D;
          box-shadow: 8px -8px #F2E33D;
}

.p-production__archive__contents.winter .p-vegetables__content img {
  -webkit-box-shadow: 8px -8px #C4D2F2;
          box-shadow: 8px -8px #C4D2F2;
}

.p-production__single {
  padding-top: 64px;
}

@media (min-width: 768px) {
  .p-production__single {
    padding-top: 80px;
  }
}

.p-production__single__ttl {
  text-align: center;
  padding-top: 64px;
}

.p-production__single__ttl h2 {
  font-size: 2.8rem;
}

@media (min-width: 768px) {
  .p-production__single__ttl h2 {
    font-size: 4.0rem;
  }
}

.p-production__single__ttl h3 {
  margin-top: 8px;
  font-size: 2.0rem;
}

@media (min-width: 768px) {
  .p-production__single__ttl h3 {
    font-size: 2.4rem;
  }
}

.p-production__single__img {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .p-production__single__img {
    padding-top: 40px;
  }
}

.p-production__single__img img {
  width: 100%;
  border-radius: 10px;
}

.p-production__single__desc {
  padding-top: 40px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .p-production__single__desc {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}

.p-production__single__desc p {
  padding-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333333;
}

.p-production__single__archive__person {
  padding-top: 21px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 16px;
}

@media (min-width: 768px) {
  .p-production__single__archive__person {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
}

.p-production__single__archive__table {
  padding-top: 40px;
}

.p-production__single__archive__comment {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-production__single__archive__comment img {
  width: 80px;
  height: 80px;
}

@media (min-width: 1025px) {
  .p-production__single__archive__comment img {
    width: 120px;
    height: 120px;
  }
}

.p-production__single__archive__comment__desc {
  margin-left: 17px;
  padding: 16px;
  border-radius: 10px;
  border: 2px solid #A7C74E;
  position: relative;
}

@media (min-width: 768px) {
  .p-production__single__archive__comment__desc {
    margin-left: 25px;
  }
}

.p-production__single__archive__comment__desc h3 {
  font-size: 1.8rem;
  padding-bottom: 8px;
}

.p-production__single__archive__comment__desc p {
  min-height: 120px;
  font-size: 1.6rem;
  line-height: 1.9;
}

.p-production__single__archive__comment__desc::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 9px 6.5px 0;
  border-color: transparent #A7C74E transparent transparent;
}

.p-production__single__archive__comment__desc::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 9px 6.5px 0;
  border-color: transparent #FFFFFF transparent transparent;
}

.p-production__single__box__contents {
  position: relative;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .p-production__single__box__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-production__single__box__contents::before {
  position: absolute;
  top: 56px;
  left: 6px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: #A7C74E;
}

.p-production__single__box__contents:last-of-type::before {
  display: none;
}

.p-production__single__box__contents__acts {
  position: relative;
  padding-left: 36px;
  margin-top: 40px;
}

.p-production__single__box__contents__acts p {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-production__single__box__contents__acts h3 {
  font-size: 1.8rem;
}

.p-production__single__box__contents__acts::before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #A7C74E;
  border-radius: 50%;
}

.p-production__single__box__contents__acts:first-of-type {
  margin-top: 0;
}

.p-production__single__box__contents__content {
  padding: 16px;
  margin-left: 36px;
  border-radius: 10px;
  border: 2px solid #A7C74E;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .p-production__single__box__contents__content {
    -ms-flex-preferred-size: 420px;
        flex-basis: 420px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-production__single__box__contents__content h3 {
  font-size: 1.8rem;
}

.p-production__single__box__contents__content ul {
  margin: 0;
  padding-left: 26px;
}

.p-production__single__box__contents__content ul li {
  font-size: 1.6rem;
  padding-top: 8px;
}

.p-production__single__box__contents__content h3:not(:first-of-type) {
  margin-top: 16px;
}

.p-production__single__sns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .p-production__single__sns {
    margin-top: 64px;
  }
}

.p-production__single__sns a {
  margin-left: 8px;
  padding: 4px;
}

.p-production__single__btn {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-production__single__btn {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-contact__top {
  height: 320px;
  background-image: url(../images/contact_mv_01.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

.p-contact__top::before {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.p-contact__container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-contact__container {
    padding: 0 6vw;
  }
}

@media (min-width: 1025px) {
  .p-contact__container {
    padding: 0 76.8px;
    max-width: 1113.6px;
  }
}

.p-contact__container__axess {
  margin-top: 80px;
  margin-bottom: 120px;
}

.p-contact__container__axess .contact__area {
  width: 100%;
  margin-top: 64px;
  background-color: #ffffff;
}

.p-contact__container__axess .contact__area__sentence {
  text-align: center;
  padding-top: 40px;
}

.p-contact__container__axess .contact__area__sentence__address {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-contact__container__axess .contact__area__sentence__address span {
  font-size: 2rem;
  line-height: 1.45;
  display: inline-block;
  margin: 4px 0 16px 0;
}

.p-contact__container__axess .contact__area__sentence__address span:after {
  background-color: #a7c74e;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
}

.p-contact__container__axess .contact__area__sentence__car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact__container__axess .contact__area__sentence__car h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 16px;
}

.p-contact__container__axess .contact__area__sentence__car p {
  font-size: 1.4rem;
  line-height: 1.42;
}

.p-contact__container__axess .contact__area__sentence__car .highway {
  margin-top: 24px;
}

.p-contact__container__axess .contact__area__sentence__car .road {
  margin-top: 24px;
}

.p-contact__container__axess .contact__area__map {
  padding: 40px 16px;
  text-align: center;
}

.p-contact__container__axess .contact__area__map iframe {
  width: 100%;
  height: 227px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .p-contact__container__axess {
    margin-top: 120px;
    margin-bottom: 160px;
  }
  .p-contact__container__axess .contact__area {
    width: 100%;
    margin-top: 80px;
    border-radius: 10px;
    padding: 40px 0;
  }
  .p-contact__container__axess .contact__area__sentence__car {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 64px;
  }
  .p-contact__container__axess .contact__area__sentence__car h3 {
    font-size: 1.8rem;
  }
  .p-contact__container__axess .contact__area__sentence__car p {
    font-size: 1.6rem;
  }
  .p-contact__container__axess .contact__area__sentence__car .highway {
    width: 399px;
    position: relative;
  }
  .p-contact__container__axess .contact__area__sentence__car .highway:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #a7c74e;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .p-contact__container__axess .contact__area__sentence__car .road {
    width: 399px;
  }
  .p-contact__container__axess .contact__area__map {
    padding: 40px 64px 0 64px;
    margin: 0 auto;
  }
  .p-contact__container__axess .contact__area__map iframe {
    width: 100%;
    height: 348px;
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  .p-contact__container__axess {
    margin-top: 120px;
    margin-bottom: 160px;
  }
  .p-contact__container__axess .contact__area {
    width: 100%;
    margin-top: 80px;
    border-radius: 10px;
    padding: 40px 0;
  }
  .p-contact__container__axess .contact__area__sentence__car {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 64px;
  }
  .p-contact__container__axess .contact__area__sentence__car h3 {
    font-size: 1.8rem;
  }
  .p-contact__container__axess .contact__area__sentence__car p {
    font-size: 1.6rem;
  }
  .p-contact__container__axess .contact__area__sentence__car .highway {
    width: 399px;
    position: relative;
  }
  .p-contact__container__axess .contact__area__sentence__car .highway:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #a7c74e;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .p-contact__container__axess .contact__area__sentence__car .road {
    width: 399px;
  }
  .p-contact__container__axess .contact__area__map {
    padding: 40px 64px 0 64px;
    margin: 0 auto;
  }
  .p-contact__container__axess .contact__area__map iframe {
    width: 100%;
    max-width: 100%;
    height: 494px;
  }
}

.p-contact__container__inquiry .inquiry__sentence {
  margin: 64px 0 40px 0;
  font-size: 1.6rem;
  line-height: 1.9;
  padding: 0 4vw;
}

.p-contact__container__inquiry .inquiry__area {
  width: 100%;
  padding: 40px 16px 40px 16px;
  background-color: #ffffff;
}

.p-contact__container__inquiry .inquiry__area__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}

.p-contact__container__inquiry .inquiry__area__form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__container__inquiry .inquiry__area__form__label .name {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-contact__container__inquiry .inquiry__area__form__label span {
  font-size: 1.2rem;
  padding: 3px 8px;
  margin-left: 8px;
  background-color: #a7c74e;
  color: #ffffff;
  border-radius: 10px;
}

.p-contact__container__inquiry .inquiry__area__form input {
  width: 100%;
  border-radius: 10px;
  background-color: #f4f1e8;
  border: none;
  padding: 12px 24px;
  font-size: 1.6rem;
  color: #333;
}

.p-contact__container__inquiry .inquiry__area__form input::-webkit-input-placeholder {
  color: #777777;
}

.p-contact__container__inquiry .inquiry__area__form input:-ms-input-placeholder {
  color: #777777;
}

.p-contact__container__inquiry .inquiry__area__form input::-ms-input-placeholder {
  color: #777777;
}

.p-contact__container__inquiry .inquiry__area__form input::placeholder {
  color: #777777;
}

.p-contact__container__inquiry .inquiry__area__form input:focus,
.p-contact__container__inquiry .inquiry__area__form select:focus,
.p-contact__container__inquiry .inquiry__area__form textarea:focus {
  border: 1px solid #a7c74e;
  outline: 0;
}

.p-contact__container__inquiry .inquiry__area__form label {
  position: relative;
}

.p-contact__container__inquiry .inquiry__area__form label select {
  width: 100%;
  border-radius: 10px;
  background-color: #f4f1e8;
  border: none;
  padding: 12px 24px;
  font-size: 1.6rem;
  color: #777777;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact__container__inquiry .inquiry__area__form label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/contact_btn_01.png) 0 0 no-repeat;
  margin-top: -6px;
  pointer-events: none;
}

.p-contact__container__inquiry .inquiry__area__form textarea {
  width: 100%;
  height: 346px;
  border-radius: 10px;
  background-color: #f4f1e8;
  border: none;
  padding: 12px 24px;
  font-size: 1.6rem;
  color: #333;
}

.p-contact__container__inquiry .inquiry__area__form textarea::-webkit-input-placeholder {
  color: #777777;
}

.p-contact__container__inquiry .inquiry__area__form textarea:-ms-input-placeholder {
  color: #777777;
}

.p-contact__container__inquiry .inquiry__area__form textarea::-ms-input-placeholder {
  color: #777777;
}

.p-contact__container__inquiry .inquiry__area__form textarea::placeholder {
  color: #777777;
}

.p-contact__container__inquiry .inquiry__area__form .privacy {
  width: 100%;
  height: 346px;
  border-radius: 10px;
  background-color: #f4f1e8;
  border: none;
  padding: 12px 24px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #777777;
  overflow: scroll;
  scrollbar-color: #f4f4f4;
}

@media (min-width: 768px) {
  .p-contact__container__inquiry {
    margin-bottom: 120px;
  }
  .p-contact__container__inquiry .inquiry__area {
    border-radius: 10px;
    padding: 40px 64px;
  }
}

@media (min-width: 1025px) {
  .p-contact__container__inquiry {
    margin-bottom: 120px;
  }
  .p-contact__container__inquiry .inquiry__sentence {
    width: 640px;
    margin: 64px auto;
  }
  .p-contact__container__inquiry .inquiry__area {
    border-radius: 10px;
    padding: 40px 64px;
  }
  .p-contact__container__inquiry .inquiry__area__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
  .p-contact__container__inquiry .inquiry__area__form__label {
    margin: auto 0;
  }
  .p-contact__container__inquiry .inquiry__area__form label select {
    width: 560px;
  }
  .p-contact__container__inquiry .inquiry__area__form .inquiry {
    margin: 0 auto auto 0;
  }
  .p-contact__container__inquiry .inquiry__area__form input {
    width: 560px;
    border-radius: 10px;
    background-color: #f4f1e8;
    border: none;
    padding: 12px 24px;
    font-size: 1.6rem;
    color: #333;
  }
  .p-contact__container__inquiry .inquiry__area__form label {
    width: 560px;
  }
  .p-contact__container__inquiry .inquiry__area__form textarea {
    width: 560px;
  }
  .p-contact__container__inquiry .inquiry__area__form .privacy {
    padding: 24px 80px;
  }
}
/*# sourceMappingURL=style.css.map */