@charset "UTF-8";
.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: inline-block;
  }
}

body {
  width: 100%;
  background-color: #ffffff;
  overflow: auto;
}

.wrapper {
  background: #ffffff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  background-color: #ffffff;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN" , "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.area-wrapper h1 {
  margin: 0;
  padding: 0;
}

.area-wrapper .mainvisual img {
  width: 100%;
}

.area-wrapper .slick-arrow {
  display: block !important;
}

.area-wrapper ul.slick-dots {
  margin: 0;
  bottom: -40px;
}

.area-wrapper ul.slick-dots li {
  width: 10px;
  height: 10px;
}

.area-wrapper ul.slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 10px;
}

.area-wrapper ul.slick-dots li button {
  background: #ccc;
}

.area-wrapper ul.slick-dots li.slick-active button {
  background: #000;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
  }
  .area-wrapper ul.slick-dots {
    margin: 10px 0;
  }
  .area-wrapper ul.slick-dots li {
    width: 6px;
    height: 6px;
  }
  .area-wrapper ul.slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 2px;
    margin: 0 5px;
  }
}

a:focus, *:focus {
  outline: none;
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 0 100px;
}

img {
  max-width: 100%;
}

/*
    area-header
=========================================*/
.area-header p {
  width: 1100px;
  text-align: center;
  font-size: 16px;
  margin: 70px auto;
  font-weight: bold;
  padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 896px) {
  .area-header p {
    font-size: 13px;
    width: auto;
    margin: 20px 0 0;
    padding: 0 30px 50px;
    text-align: left;
  }
}

section {
  margin: 0 0 140px;
}

section .box {
  position: relative;
}

section .box .slider-arrow {
  width: 540px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

section .box .slider-arrow .slider-prev {
  position: absolute;
  top: 370px;
  left: -40px;
}

section .box .slider-arrow .slider-next {
  position: absolute;
  top: 370px;
  right: -40px;
}

section .box .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

section .box .wrap .box-image {
  margin: 0 10px;
}

section .box .wrap .slider {
  margin: 0 10px;
}

section .box .wrap .slider .slider-image {
  width: 540px;
  display: block;
  margin: 0 100px;
}

section .box .wrap .slider .slick-arrow {
  width: calc(50% - 330px);
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  opacity: .7;
  border: none;
  border-radius: none;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  z-index: 2;
}

section .box .wrap .slider .slick-next {
  content: '';
}

section .box .wrap .slider .slick-next {
  content: '';
}

section .box .wrap .slider .slick-next:before {
  content: '';
}

section .box .wrap .slider .slick-next:after {
  content: '';
}

section .box .wrap .slider .slick-arrow.slick-prev {
  left: 0;
}

section .box .wrap .slider .slick-arrow.slick-next {
  right: 0;
}

section .name {
  margin: 60px 0 20px;
}

section.shop-info {
  width: 1100px;
  margin: 100px auto;
  padding-top: 100px;
  border-top: 1px solid #ccc;
}

section.shop-info h2 {
  margin: 0 0 30px;
}

section.shop-info p {
  font-size: 14px;
  width: 800px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN" , "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  text-align: left;
  padding: 50px 124px;
}

section.shop-info .name-head {
  text-align: left;
  width: 800px;
  margin: 0 auto -40px;
  padding: 50px 124px 0;
  font-size: 16px;
  vertical-align: baseline;
}

section.shop-info .name-head span {
  font-size: 22px;
  display: inline-block;
  margin: 0 0 0 6px;
}

@media screen and (max-width: 896px) {
  section {
    margin: 0 0 70px;
  }
  section h2 {
    margin: 40px 0 20px;
  }
  section h2 img {
    zoom: .5;
  }
  section .box {
    position: relative;
  }
  section .box .slider-arrow {
    width: 320px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
  }
  section .box .slider-arrow .slider-prev {
    position: absolute;
    top: 210px;
    left: -20px;
  }
  section .box .slider-arrow .slider-prev img {
    zoom: .5;
  }
  section .box .slider-arrow .slider-next {
    position: absolute;
    top: 210px;
    right: -20px;
  }
  section .box .slider-arrow .slider-next img {
    zoom: .5;
  }
  section .box .wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  section .box .wrap .box-image {
    margin: 0 10px;
  }
  section .box .wrap .slider {
    width: 318px;
    margin: 0 auto;
  }
  section .box .wrap .slider .slider-image {
    width: 320px;
    display: block;
    margin: 0;
  }
  section .name {
    margin: 30px 0 20px;
    font-size: 12px;
  }
  section .btn {
    margin: 0 85px;
  }
  section.shop-info {
    width: auto;
    margin: 50px 25px;
    padding-top: 50px;
  }
  section.shop-info h2 {
    font-size: 15px;
    margin: 0 0 20px;
  }
  section.shop-info p {
    font-size: 12px;
    width: auto;
    margin: 0 auto;
    padding: 20px 20px 30px;
  }
  section.shop-info .name-head {
    text-align: left;
    width: auto;
    margin: 0 auto -10px;
    padding: 20px 20px 0;
    font-size: 12px;
  }
  section.shop-info .name-head span {
    font-size: 16px;
    margin: 0 0 0 3px;
  }
}

.btn-more {
  margin: 30px 0;
}

@media screen and (max-width: 896px) {
  .btn-more {
    margin: 80px 55px;
  }
}

@media screen and (max-width: 896px) {
  .btn-all {
    margin: 0 30px;
  }
}

.inview {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*# sourceMappingURL=maps/app.css.map */
