@charset "UTF-8";
/* ==============================================
           変数
============================================== */
/* ==============================================
           コンテンツ
============================================== */
#wrap1036 .top_area .text {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 599px) {
  #wrap1036 .top_area .text {
    padding: 0 20px;
    margin: 10% auto;
  }
}
#wrap1036 .top_area .text .fukidashi {
  background-color: #f3f1f0;
  display: inline-block;
  font-weight: 550;
  padding: 10px 20px;
  border-radius: 10px;
  transform: rotate(-3deg);
  margin-right: 40%;
  position: relative;
}
#wrap1036 .top_area .text .fukidashi::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 40px 20px 0 20px;
  border-style: solid;
  border-color: #f3f1f0 transparent transparent transparent;
  z-index: -1;
}
#wrap1036 .top_area .text h1 {
  font-size: 32px;
  font-weight: 550;
  margin: 20px auto;
}
@media (max-width: 1025px) {
  #wrap1036 .top_area .text h1 {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  #wrap1036 .top_area .text h1 {
    font-size: 6vw;
  }
}
@media (max-width: 1025px) {
  #wrap1036 .top_area .text p {
    font-size: 13px;
    line-height: 2;
  }
}
@media (max-width: 599px) {
  #wrap1036 .top_area .text p {
    font-size: 3.4vw;
  }
}
#wrap1036 .contents_area {
  background-color: #90896c;
}
#wrap1036 .contents_area .contents_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap {
    padding: 40px;
  }
}
@media (max-width: 599px) {
  #wrap1036 .contents_area .contents_wrap {
    padding: 40px 20px;
  }
}
#wrap1036 .contents_area .contents_wrap .ttl {
  border-top: solid 2px #fff;
  font-family: "area-extended", sans-serif;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 24px;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap .ttl {
    font-size: 3vw;
    border-width: 1px;
  }
}
@media (max-width: 599px) {
  #wrap1036 .contents_area .contents_wrap .ttl {
    font-size: 5vw;
  }
}
#wrap1036 .contents_area .contents_wrap .ttl .number {
  border-right: solid 2px #fff;
  padding-right: 20px;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap .ttl .number {
    border-width: 1px;
  }
}
#wrap1036 .contents_area .contents_wrap .item_df {
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap .item_df {
    display: block;
    margin: 40px auto;
  }
}
#wrap1036 .contents_area .contents_wrap .item_df .img_wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap .item_df .img_wrap {
    width: 100%;
  }
}
#wrap1036 .contents_area .contents_wrap .item_df .img_wrap figure {
  width: 100%;
}
#wrap1036 .contents_area .contents_wrap .item_df .img_wrap h3 {
  position: absolute;
  top: -10px;
  left: -10px;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  line-height: 1;
  font-size: 24px;
}
@media (max-width: 599px) {
  #wrap1036 .contents_area .contents_wrap .item_df .img_wrap h3 {
    font-size: 4.5vw;
  }
}
#wrap1036 .contents_area .contents_wrap .item_df .img_wrap h3 span {
  display: inline-block;
  background-color: #f3f1f0;
  color: #90896c;
  padding: 10px 7px;
  border: solid 1px #90896c;
  margin: 2px;
}
#wrap1036 .contents_area .contents_wrap .item_df .text {
  width: 40%;
  color: #fff;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap .item_df .text {
    width: 100%;
    margin: 40px auto;
  }
}
@media (max-width: 599px) {
  #wrap1036 .contents_area .contents_wrap .item_df .text {
    margin: 20px auto;
  }
}
#wrap1036 .contents_area .contents_wrap .item_df .text p {
  font-size: 16px;
}
@media (max-width: 599px) {
  #wrap1036 .contents_area .contents_wrap .item_df .text p {
    font-size: 3.6vw;
  }
}
#wrap1036 .contents_area .contents_wrap .item_df .text .mini {
  font-size: 12px;
  margin: 10px auto;
}
#wrap1036 .contents_area .contents_wrap .all_img {
  width: 80%;
  margin: 20px auto;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap .all_img {
    width: 100%;
  }
}
#wrap1036 .contents_area .contents_wrap .product_ul {
  display: flex;
  justify-content: center;
  margin: 80px auto;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap .product_ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px auto;
  }
}
#wrap1036 .contents_area .contents_wrap .product_ul li {
  width: 27%;
  margin: 0 2%;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap .product_ul li {
    width: 48%;
    margin: 5% 0;
  }
  #wrap1036 .contents_area .contents_wrap .product_ul li:nth-of-type(1) {
    margin-right: 4%;
  }
}
#wrap1036 .contents_area .contents_wrap .product_ul li .fukidashi {
  text-align: center;
  color: #90896c;
  background-color: #fff;
  font-size: clamp(0.6vw, 14px, 1vw);
  height: 80px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1025px) {
  #wrap1036 .contents_area .contents_wrap .product_ul li .fukidashi {
    font-size: 2vw;
    height: 10vw;
  }
}
@media (max-width: 599px) {
  #wrap1036 .contents_area .contents_wrap .product_ul li .fukidashi {
    border-radius: 5px;
    font-size: 3.2vw;
    height: 26vw;
    line-height: 1.3;
  }
}
#wrap1036 .contents_area .contents_wrap .product_ul li .fukidashi::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
#wrap1036 .contents_area .contents_wrap .product_ul li figure {
  margin: 30px auto 10px;
}
#wrap1036 .contents_area .contents_wrap .product_ul li .price {
  font-size: 11px;
  text-align: center;
  color: #fff;
  margin: 0;
}
#wrap1036 .contents_area2 {
  background-color: #c49260;
}
#wrap1036 .contents_area2 .contents_wrap .item_df .img_wrap h3 span {
  color: #c49260;
  border: solid 1px #c49260;
}
#wrap1036 .contents_area2 .contents_wrap .product_ul li .fukidashi {
  color: #c49260;
}
#wrap1036 .contents_area3 {
  background-color: #8e8c91;
}
#wrap1036 .contents_area3 .contents_wrap .item_df .img_wrap h3 span {
  color: #8e8c91;
  border: solid 1px #8e8c91;
}
#wrap1036 .contents_area3 .contents_wrap .product_ul li .fukidashi {
  color: #8e8c91;
}
#wrap1036 .contents_area4 {
  background-color: #3a617a;
}
#wrap1036 .contents_area4 .contents_wrap .item_df .img_wrap h3 span {
  color: #3a617a;
  border: solid 1px #3a617a;
}
#wrap1036 .contents_area4 .contents_wrap .item_df .text figure {
  width: 80%;
  margin: 0 auto 10%;
}
@media (max-width: 599px) {
  #wrap1036 .contents_area4 .contents_wrap .item_df .text figure {
    width: 100%;
  }
}
#wrap1036 .contents_area4 .contents_wrap .product_ul li .fukidashi {
  color: #3a617a;
}
#wrap1036 .contents_area5 {
  background-color: #94683d;
}
#wrap1036 .contents_area5 .contents_wrap .item_df .img_wrap h3 span {
  color: #94683d;
  border: solid 1px #94683d;
}
#wrap1036 .contents_area5 .contents_wrap .product_ul li .fukidashi {
  color: #94683d;
}
#wrap1036 .profile_staff_area {
  padding: 0 40px;
}
@media (max-width: 599px) {
  #wrap1036 .profile_staff_area {
    padding: 0 20px;
  }
}
#wrap1036 .profile_staff_area .profile_staff_contents ul li a {
  color: #c49260;
  transition: 0.3s;
}
#wrap1036 .profile_staff_area .profile_staff_contents ul li a:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=1036.css.map */
