@charset "UTF-8";
.media_pc {
  display: inline-block;
}

.media_sp {
  display: none !important;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none !important;
  }
  .media_sp {
    display: block !important;
  }
}

html {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  background-color: #fff;
  text-align: center;
  color: #000;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
  }
}

/*
    .area-header
=========================================*/
.area-header {
  position: relative;
  font-size: 16px;
  /************SP************/
  /************SPここまで************/
}

.area-header .mainvisual {
  width: 100%;
}

.area-header .mainvisual img {
  width: 100%;
}

.area-header .area-header-text p {
  font-weight: bold;
  margin: 40px 0 60px;
}

@media screen and (max-width: 896px) {
  .area-header {
    font-size: 12px;
  }
  .area-header .area-header-text h2 {
    margin: 20px 0;
    font-size: 16px;
  }
  .area-header .area-header-text p {
    font-weight: normal;
    text-align: left;
    margin: 20px;
  }
  .area-header .area-header-text p br {
    display: none;
  }
  .area-header .area-header-text p.yoyaku {
    text-align: center;
    margin: 0;
  }
}

/*
    area-body
=========================================*/
.area-body {
  font-size: 16px;
}

.area-body section .wrap {
  width: 1040px;
  margin: 90px auto;
}

.area-body section:first-child .wrap {
  margin-top: 0;
}

.area-body section .product-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.area-body section .section-title {
  margin: 0;
}

.area-body section .section-name {
  font-size: 12px;
  margin: 30px 0 15px;
}

.area-body section .section-btn {
  margin: 0 0 60px;
}

.area-body section.other-items .product-list {
  flex-wrap: wrap;
  justify-content: left;
}

.area-body section.other-items .product-list li {
  width: 240px;
  margin: 0 26px 30px 0;
}

.area-body section.other-items .product-list li:nth-child(4n) {
  margin-right: 0;
}

.area-body section.other-items .product-list li .other-name {
  font-size: 12px;
}

.area-body section .about-text {
  width: 780px;
  margin: 50px auto 100px;
  text-align: left;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .area-body section {
    font-size: 12px;
  }
  .area-body section .wrap {
    width: auto;
    margin: 0;
  }
  .area-body section .product-list {
    flex-wrap: wrap;
  }
  .area-body section .product-list li {
    width: 50%;
  }
  .area-body section .section-btn {
    margin: 0 125px 60px;
  }
  .area-body section.other-items .product-list {
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 12px;
  }
  .area-body section.other-items .product-list li {
    width: 48.5%;
    margin: 0 3% 30px 0;
  }
  .area-body section.other-items .product-list li:nth-child(2n) {
    margin-right: 0;
  }
  .area-body section.other-items .product-list li:nth-child(4n) {
    margin-right: 0;
  }
  .area-body section.other-items .product-list li .other-name {
    font-size: 10px;
  }
  .area-body section.about {
    margin: 80px 0;
  }
  .area-body section .about-text {
    font-size: 12px;
    width: auto;
    margin: 25px 12px 40px;
    text-align: left;
    line-height: 2;
  }
}

.btn-all {
  margin: 50px 12px 0;
}

.slick-dots {
  bottom: 0px;
  right: -45%;
}

.staff-section .slick-dots {
  bottom: 10px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background: #000;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  content: '';
  opacity: 1;
  border: 1px solid #000;
  border-radius: 50%;
}

.slide-arrow {
  position: absolute;
  zoom: .8;
  z-index: 9999;
}

.prev-arrow {
  left: -40px;
  top: 47%;
  cursor: pointer;
  zoom: .7;
}

.next-arrow {
  right: -40px;
  top: 47%;
  cursor: pointer;
  zoom: .7;
}

@media screen and (max-width: 896px) {
  .slick-dots {
    bottom: 0px;
    right: -40%;
  }
  .slide-arrow {
    position: absolute;
    zoom: .5;
    z-index: 9999;
  }
  .prev-arrow {
    left: -60px;
    top: 47%;
    zoom: .5;
  }
  .next-arrow {
    right: -60px;
    top: 47%;
    zoom: .5;
  }
}

/*# sourceMappingURL=maps/app.css.map */
