@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* index CONFIG
******************************************************************************************** */
.home__ttlv {
  font-size: 24px;
  font-size: 2.4rem;
}
.home__ttlv--en {
  color: #deb971;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 15px;
}
.home__ttlh {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.home__ttlh--en {
  color: #deb971;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
.home__btn {
  margin-top: 40px;
}
.home__btn img {
  width: 240px;
}

.mainv {
  background: #f2f1ed;
  padding: 10px 0 40px 0;
}
.mainv__img {
  text-align: center;
}
.mainv__img img {
  width: 100px;
}

.bnr {
  padding: 60px 0 30px 0;
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .bnr {
    width: 100%;
  }
}

.food {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .food {
    width: 100%;
  }
}
.food__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;
}
.food__img {
  width: 50%;
}
.food__detail {
  width: 45%;
}

.cart {
  padding: 60px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cart::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-15deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
}
.cart__ttl {
  text-align: center;
}
.cart__ttl img {
  width: 130px;
}
.cart__btn {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1000px;
  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;
}
.cart__btn li {
  width: 47%;
}

.products {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .products {
    width: 100%;
  }
}
.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;
}
.products__list li {
  width: 31%;
  text-align: center;
}
.products__list li:nth-child(4) {
  display: none;
}
.products__name {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 5px 0 0;
  font-weight: bold;
}
.products__btn {
  text-align: center;
}
.products__shop a {
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #000;
  color: #deb971;
}

.web {
  padding: 60px 0;
  background: #f2f1ed;
}
.web__w {
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .web__w {
    width: 100%;
  }
}
.web__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;
}
.web__detail {
  width: 45%;
}
.web__img {
  width: 50%;
}

.works {
  padding: 60px 0;
  background: #f2f1ed;
}
.works__in {
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .works__in {
    width: 100%;
  }
}
.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;
}
.works__list li {
  width: 31%;
}
.works__list li:nth-child(4) {
  display: none;
}
.works__name {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 5px 0 0;
  font-weight: bold;
}
.works__btn {
  text-align: center;
}

.ad {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .ad {
    width: 100%;
  }
}
.ad__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;
}
.ad__img {
  width: 50%;
}
.ad__detail {
  width: 45%;
}

.info {
  padding: 60px 0;
  background: #f2f1ed;
}
.info__in {
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .info__in {
    width: 100%;
  }
}
.info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info__list li {
  border-bottom: 1px solid #959595;
  padding: 7px 0;
}
.info__date {
  display: inline-block;
  margin-right: 10px;
  color: #959595;
}
.info__label {
  display: inline-block;
  margin-right: 10px;
  background: #959595;
}
.info__label--news {
  background: #000;
}
.info__label--column {
  background: #deb971;
}
.info__label a {
  width: 75px;
  color: #fff;
  text-align: center;
  padding: 2px 4px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.info__ttl {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #959595;
}

.cv {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .cv {
    width: 100%;
  }
}
.cv__txt {
  text-align: center;
}
.cv__btn {
  text-align: center;
}/*# sourceMappingURL=index.css.map */