@charset "UTF-8";
/*====================================
　早見表
  $conts-width
  $color-yellow  $color-blue
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width
  flex-column  flex-center
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)
  fs(max,1000～768px,768～480px,480～320px,min)  fs2(max,min)
  mt(max,min) mb mtb  pt pb ptb

====================================*/
.shopslide01 .slides > li {
  line-height: 0;
}
.shopslide01 .slides > li img {
  width: 100%;
}
.shopslide01 .flex-direction-nav .flex-prev {
  left: 5%;
}
.shopslide01 .flex-direction-nav .flex-next {
  right: 5%;
}
.shopslide01 .flex-direction-nav a {
  top: auto;
  bottom: 80px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .shopslide01 .flex-direction-nav a {
    bottom: calc(33px + 47 * (100vw - 768px)/232);
  }
}
@media only screen and (max-width: 768px) {
  .shopslide01 .flex-direction-nav a {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .shopslide01 .flex-direction-nav a {
    bottom: calc(84px + 36 * (100vw - 480px)/288);
  }
}
@media only screen and (max-width: 480px) {
  .shopslide01 .flex-direction-nav a {
    bottom: 15px;
  }
}
.shopslide01 .flex-direction-nav a:before {
  content: "＜";
  font-size: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .shopslide01 .flex-direction-nav a:before {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
}
.shopslide01 .flex-direction-nav a.flex-next:before {
  content: "＞";
}
.shopslide01 .flex-control-thumbs {
  background-color: #FFF4CE;
  padding: 60px 0;
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .shopslide01 .flex-control-thumbs {
    padding: calc(30px + 30 * (100vw - 768px)/232) 0;
  }
}
@media only screen and (max-width: 768px) {
  .shopslide01 .flex-control-thumbs {
    padding: 20px 0;
  }
}
.shopslide01 .flex-control-thumbs li {
  width: 12%;
  padding: 0 5px;
  float: none;
}
@media only screen and (max-width: 768px) {
  .shopslide01 .flex-control-thumbs li {
    width: 20%;
  }
}
/*@media only screen and (max-width: 480px) {
  .shopslide01 .flex-control-thumbs li {
    display: none;
  }
}*/

.shopslide02 {
  padding-bottom: 80px;
}
.shopslide02::after {
  content: "";
  display: inline-block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 84%;
  bottom: 0;
  background-color: #F3E5D4;
}
.shopslide02 .slick-slide {
  padding: 0 5px;
}
.shopslide02 img {
  width: 100%;
  height: auto;
  margin: 0 2px;
}

.shopslide03 {
  padding-bottom: 60px;
}
.shopslide03::after {
  content: "";
  display: inline-block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-color: #FFF6CF;
}
.shopslide03 .slick-slide {
  padding: 0 5px;
}
.shopslide03 img {
  width: 100%;
  height: auto;
  margin: 0 2px;
}



/* 見出し
--------------------------------------- */
/* 左よせ */
.h_style_type02 {
  text-align: left;
  font-size: 3.0rem;
  font-weight: 700;
  margin: 0 0 30px;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #333;
}
.h_style_type02 span {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .h_style_type02 {
    font-size: 5.8vw;
  }
  .h_style_type02 span {
    font-size: 3.0vw;
  }
}
.h_style_type03 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.2;
  padding-left: 5px;
  border-left: 10px solid #000;
}
.h_style_type03 span {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .h_style_type03 {
    font-size: 4.8vw;
  }
  .h_style_type03 span {
    font-size: 3.0vw;
  }
}
.h_style_type04 {
  text-align: left;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.2;
}
.h_style_type04 span {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .h_style_type04 {
    font-size: 4.4vw;
  }
  .h_style_type04 span {
    font-size: 3.0vw;
  }
}
.h_style_type05{
    position: relative;
    padding: 1.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 30px;
    text-align: center;
}
.h_style_type05:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 60px);
  width: 120px;
  height: 1.5px;
  content: '';
  background: #5F5E5E;
}
