@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* style CONFIG
******************************************************************************************** */
.main {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .main {
    width: 100%;
  }
}
.main__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.main__ttl span {
  border-bottom: 2px solid #deb971;
}

.block {
  margin-bottom: 60px;
}
.block__ttl {
  background: #f2f1ed;
  padding: 10px 20px;
  border-radius: 4px;
  border-left: 4px solid #deb971;
  font-size: 24px;
  font-size: 2.4rem;
}
.block__sub {
  color: #deb971;
  font-size: 20px;
  font-size: 2rem;
}
.block__sub span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #959595;
  margin-left: 20px;
}
.block__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.block__w--img {
  width: 40%;
}
.block__w--detail {
  width: 58%;
}
.block__btn {
  margin-top: 40px;
  text-align: center;
}
.block__btn img {
  width: 310px;
}

.cart__btn {
  padding: 0;
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .cart__btn {
    width: 100%;
  }
}
.cart__btn {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}
.cart__btn li {
  width: 47%;
}

/* お知らせ
---------------------------------------------------------- */
.single .entry__ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
.single .entry__date {
  text-align: right;
}
.single .entry h3 {
  background: #f2f1ed;
  padding: 10px 20px;
  border-radius: 4px;
  border-left: 4px solid #deb971;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 40px;
}
.single .entry .btn {
  text-align: center;
  margin: 20px 0;
}
.single .entry .btn a {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 3px 20px;
  text-shadow: none;
  position: relative;
}
.single .entry .btn a i {
  margin-right: 1em;
}
.single .entry .btn a:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.single .entry .btn a:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.single .entry .btn a {
  color: #fff;
  background: #006835;
  padding: 10px 20px;
}

.category .info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category .info__list li {
  border-bottom: 1px solid #959595;
  padding: 7px 0;
}
.category .info__date {
  display: inline-block;
  margin-right: 10px;
  color: #959595;
}
.category .info__ttl {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #959595;
}

/* 食品一覧
---------------------------------------------------------- */
.archive-products .products__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.archive-products .products__list li {
  width: 31%;
  text-align: center;
  margin-bottom: 20px;
}
.archive-products .products__list li:nth-child(4) {
  display: none;
}
.archive-products .products__name {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 5px 0 0;
  font-weight: bold;
}
.archive-products .products__btn {
  text-align: center;
}
.archive-products .products__shop a {
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #000;
  color: #deb971;
}

/* 制作実績
---------------------------------------------------------- */
.archive-works .block__txt {
  text-align: center;
}
.archive-works .works__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.archive-works .works__list li {
  width: 31%;
  margin-bottom: 40px;
}
.archive-works .works__name {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 5px 0 0;
  font-weight: bold;
}
.archive-works .works__btn {
  text-align: center;
}

.single-works .entry__ttl {
  border-left: 6px solid #deb971;
  padding-left: 15px;
}
.single-works .entry__ttl--h1 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0;
}
.single-works .entry__year {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.single-works .entry__img {
  text-align: center;
  margin-bottom: 40px;
}
.single-works .entry__link {
  margin: 40px 0;
}
.single-works .entry__link a {
  background: #f2f1ed;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.single-works .entry__link a i {
  margin-right: 10px;
}
.single-works .entry__sub {
  font-size: 22px;
  font-size: 2.2rem;
  color: #deb971;
}

/* 私たちについて about
---------------------------------------------------------- */
.about__history {
  width: 100%;
}
.about__history th {
  padding: 15px;
  border-bottom: 2px solid #deb971;
  text-align: right;
}
.about__history td {
  padding: 15px;
  border-bottom: 2px solid #f2f1ed;
}
.about__history td span {
  font-size: 14px;
  font-size: 1.4rem;
}
.about .block__w--img {
  width: 20%;
}
.about .block__w--detail {
  width: 75%;
}
.about .block__w--detail p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
}

/* 会社概要 company
---------------------------------------------------------- */
.company__table {
  width: 100%;
}
.company__table th {
  padding: 15px;
  border: 1px solid #deb971;
  background: rgba(222, 185, 113, 0.2);
  text-align: left;
}
.company__table td {
  padding: 15px;
  border: 1px solid #deb971;
}
.company__table td span {
  font-size: 14px;
  font-size: 1.4rem;
}
.company__history {
  width: 100%;
}
.company__history th {
  padding: 15px;
  border-bottom: 2px solid #deb971;
  text-align: right;
}
.company__history td {
  padding: 15px;
  border-bottom: 2px solid #f2f1ed;
}
.company__history td span {
  font-size: 14px;
  font-size: 1.4rem;
}
.company .block__1 {
  padding-bottom: 20px;
  border-bottom: 2px solid #f2f1ed;
  margin-bottom: 20px;
}
.company .block__w--img {
  width: 30%;
}
.company .block__w--detail {
  width: 65%;
}
.company .block__w--detail .block__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.company .block__sub span {
  margin-left: 0;
  margin-right: 20px;
}
.company .block__link {
  font-size: 20px;
  font-size: 2rem;
}

/* お問合せ contact
---------------------------------------------------------- */
.contact .block {
  max-width: 900px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .contact .block {
    width: 100%;
  }
}
.contact__table {
  width: 100%;
}
.contact__table th, .contact__table td {
  padding: 15px;
  border-bottom: 2px solid #f2f1ed;
  text-align: left;
}
.contact__table th {
  border-bottom: 2px solid #deb971;
}
.contact__table th .must {
  background: #deb971;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 4px;
  display: inline-block;
  margin-left: 5px;
}
.contact__table input[type=text] {
  width: 100%;
  padding: 10px;
}
.contact__table textarea {
  width: 100%;
  padding: 10px;
}
.contact__submit {
  text-align: center;
  margin-top: 40px;
}
.contact__submit input[type=submit] {
  padding: 20px 40px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  border: 0;
  cursor: pointer;
}

/* サイトマップ sitemaps
---------------------------------------------------------- */
.sitemaps .block__link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemaps .block__link li {
  margin-bottom: 10px;
}
.sitemaps .block__link li a {
  border: 1px solid #959595;
  padding: 10px;
  display: block;
}

/* 決算公告　sa9ra0
---------------------------------------------------------- */
.sa9ra0 .lib__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sa9ra0 .lib__list li {
  margin-bottom: 10px;
}
.sa9ra0 .lib__list li a {
  border: 1px solid #959595;
  padding: 10px 20px;
  display: block;
  position: relative;
}
.sa9ra0 .lib__list li a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 1px solid #deb971;
  border-right: 1px solid #deb971;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}/*# sourceMappingURL=style.css.map */