@charset "UTF-8";
/*=======================================
ショップ
=========================================*/
.p-shop {
  overflow: hidden;
}
.p-shop-wrap {
  max-width: 1038px;
  margin-left: auto;
}
.p-shop__concept {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 88px;
}
.p-shop__concept:before, .p-shop__concept:after {
  display: none;
}
.p-shop__concept .c-title2 {
  width: 48.5169%;
}
.p-shop__concept .txt1 {
  width: 49.7288%;
}
.p-shop__slide {
  margin-bottom: 132px;
}
.p-shop__slide li {
  background: #fff;
  text-align: center;
  height: 480px;
  width: 360px !important;
  margin-right: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.p-shop__slide li img {
  display: inline;
  object-fit: contain;
  max-width: 276px;
  max-height: 258px;
}
.p-shop__slide .slick-track {
  overflow: visible !important;
}
.p-shop__cycle {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 134px;
}
.p-shop__cycle:before, .p-shop__cycle:after {
  display: none;
}
.p-shop__cycle .box1 {
  width: 42.6936%;
}
.p-shop__cycle .box1 h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 142%;
  margin-bottom: 48px;
  font-family: fot-tsukuaoldmin-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-weight: 400;
}
.p-shop__cycle .box1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
}
.p-shop__cycle .box1 .note {
  color: #4E4E4E;
  margin-top: 48px;
}
.p-shop__cycle .img1 {
  width: 48.8556%;
}
.p-shop__cycle .img1-wrap {
  width: calc(100% + (50vw - 568px));
  margin-left: calc(-1 * (50vw - 568px));
}
.p-shop__cycle .img1 img {
  width: 100%;
}
.p-shop__store {
  display: flex;
  justify-content: space-between;
  margin-bottom: 124px;
}
.p-shop__store:before, .p-shop__store:after {
  display: none;
}
.p-shop__store .box1 {
  width: 42.6936%;
}
.p-shop__store .box1 h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 142%;
  margin-bottom: 38px;
  font-family: fot-tsukuaoldmin-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-weight: 400;
}
.p-shop__store .box1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
}
.p-shop__store .box1 .note {
  color: #4E4E4E;
  margin-top: 48px;
}
.p-shop__store .slide {
  width: 48.8556%;
}
.p-shop__store .slide-wrap {
  width: calc(100% + (50vw - 568px));
  margin-right: calc(-1 * (50vw - 568px));
}
.p-shop__store .slide li {
  margin-right: 50px;
  max-width: 435px;
}
.p-shop__store .slide .img1 {
  text-align: center;
  margin-bottom: 28px;
}
.p-shop__store .slide .img1 img {
  display: inline !important;
}
.p-shop__store .slide .txt1 {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
}
.p-shop__takibi {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 132px;
}
.p-shop__takibi:before, .p-shop__takibi:after {
  display: none;
}
.p-shop__takibi .box1 {
  width: 42.6936%;
}
.p-shop__takibi .box1 .c-title2 {
  margin-bottom: 25px;
}
.p-shop__takibi .img1 {
  width: 49.2077%;
}
.p-shop__takibi .img1-wrap {
  width: calc(100% + (50vw - 568px));
  margin-left: calc(-1 * (50vw - 568px));
}
.p-shop__takibi .img1 img {
  width: 100%;
}
.p-shop__takibi .txt1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
}
.p-shop__takibi .txt1 .service {
  margin-top: 43px;
  margin-bottom: 20px;
  text-indent: -7em;
  padding-left: 7em;
}
.p-shop__takibi .txt1 .target span {
  color: #4e4e4e;
}
.p-shop__camp a {
  display: block;
  background: url(../img/shop/camp_img1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 348px;
  padding-bottom: 38px;
  text-decoration: none;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-shop__concept {
    display: block;
    margin-bottom: 20px;
  }
  .p-shop__concept .c-title2,
  .p-shop__concept .txt1 {
    width: auto;
  }
  .p-shop__concept .c-title2 {
    margin-bottom: 20px;
  }
  .p-shop__slide {
    margin-bottom: 60px;
  }
  .p-shop__slide li {
    height: 346px;
  }
  .p-shop__slide li img {
    max-width: 216px;
    max-height: 285px;
  }
  .p-shop__cycle {
    margin-bottom: 60px;
    display: block;
  }
  .p-shop__cycle .box1 {
    width: auto;
  }
  .p-shop__cycle .box1 h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 120%;
    margin-bottom: 34px;
  }
  .p-shop__cycle .img1 {
    width: auto;
    position: relative;
    margin-left: -20px;
    margin-bottom: 34px;
  }
  .p-shop__cycle .img1-wrap {
    width: auto;
    margin-left: 0;
  }
  .p-shop__store {
    display: block;
    margin-bottom: 76px;
  }
  .p-shop__store .box1 {
    width: auto;
    margin-bottom: 50px;
  }
  .p-shop__store .box1 h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 120%;
    margin-bottom: 34px;
  }
  .p-shop__store .slide {
    width: auto;
  }
  .p-shop__store .slide-wrap {
    width: auto;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-shop__store .slide li {
    max-width: 320px;
    margin-right: 30px;
  }
  .p-shop__takibi {
    display: block;
    margin-bottom: 60px;
  }
  .p-shop__takibi .box1,
  .p-shop__takibi .img1 {
    width: auto;
  }
  .p-shop__takibi .box1 .c-title2 {
    margin-bottom: 30px;
  }
  .p-shop__takibi .img1 {
    width: auto;
    position: relative;
    margin-left: -20px;
    margin-bottom: 30px;
  }
  .p-shop__takibi .img1-wrap {
    width: auto;
    margin-left: 0;
  }
  .p-shop__camp a {
    padding-top: 163px;
    padding-bottom: 30px;
  }
  .p-shop__camp .c-title1 {
    margin-bottom: 0;
  }
  .p-shop__camp .c-title1 .h {
    line-height: 130%;
  }
}
