@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : shop.css
Description : お店紹介ページ
===================================================================== */
/* =====================================================================
    shop
======================================================================*/
#shop {
  background: url(../images/shop/bg_pattern5.jpg) repeat center/3rem auto;
  padding-bottom: 10rem;
}
#shop::before {
  background: url(../images/shop/bg_boundary_y.png) repeat-x center bottom/25.1rem auto;
}
#shop .sec_ttl {
  width: 23.2rem;
}

@media screen and (min-width: 768px) {
  #shop {
    padding-bottom: 15rem;
  }
  #shop .sec_ttl {
    width: 20.4rem;
  }
}
/* =====================================================================
    shop_tab
======================================================================*/
.shop_tab_wrap {
  position: relative;
  margin-bottom: 8rem;
}
.shop_tab_wrap .shop_tab {
  display: flex;
  justify-content: center;
  width: calc(650 / 750 * 100%);
  margin: 0 auto;
}
.shop_tab_wrap .shop_tab li {
  width: 9.1rem;
  margin: 0 0.8rem;
}

@media screen and (max-width: 767px) {
  .shop_tab_wrap.scroll {
    overflow-x: scroll;
  }
  .shop_tab_wrap.scroll .shop_tab {
    justify-content: flex-start;
    width: calc(1100 / 750 * 100%);
    margin: 0 calc(100 / 750 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .shop_tab_wrap .shop_tab {
    width: calc(1200 / 1600 * 100%);
  }
  .shop_tab_wrap .shop_tab li {
    width: 6.9rem;
    margin: 0 0.5rem;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .shop_tab_wrap .shop_tab li:hover {
    opacity: 0.7;
  }
}
/* =====================================================================
    shop_episode
======================================================================*/
.shop_episode {
  position: relative;
  background-color: #fff;
  margin-bottom: 6rem;
  padding: 7.6rem 0 3rem;
}
.shop_episode .shop_episode_ttlWrap {
  position: relative;
  margin: 0 0 1rem 5rem;
  min-height: 20.6rem;
}
.shop_episode .shop_episode_ttlWrap .shop_episode_ttl {
  position: relative;
  width: 25rem;
  margin-bottom: 1.6rem;
  z-index: 1;
}
.shop_episode .shop_episode_ttlWrap .shop_episode_subttl {
  position: relative;
  width: 25rem;
  line-height: 1.5;
  z-index: 1;
}
.shop_episode .shop_episode_ttlWrap .shop_episode_exterior {
  position: absolute;
  top: -5.5rem;
  right: 1.3rem;
  width: 36rem;
}
.shop_episode .shop_episode_photoArea .shop_episode_photo {
  width: 54.8rem;
  margin: 0 auto 2.4rem;
  padding: 1.2rem;
  background: url(../images/shop/bg_imgFrame.png) no-repeat center/contain;
  transform: rotate(-2deg);
}
.shop_episode .shop_episode_photoArea .shop_episode_foodWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 56.2rem;
  margin: 0 auto;
}
.shop_episode .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_food {
  width: 22.3rem;
}
.shop_episode .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_food p {
  font-size: 2.23rem;
  padding-top: 1rem;
  text-align: center;
}
.shop_episode .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_name {
  align-items: center;
  justify-content: center;
  width: 31.5rem;
  padding: 2rem 3rem;
  color: #fff;
  line-height: 1.416;
  background: url(../images/shop/bg_redBox.jpg) repeat center/26.9rem auto;
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 7%, 100% 93%, 95% 100%, 5% 100%, 0% 93%, 0% 7%);
          clip-path: polygon(5% 0%, 95% 0%, 100% 7%, 100% 93%, 95% 100%, 5% 100%, 0% 93%, 0% 7%);
}
.shop_episode .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_name dt {
  border-bottom: solid 1px #fff;
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
}
.shop_episode .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_name dd {
  font-size: 0.8rem;
}
.shop_episode:nth-child(even) .shop_episode_ttlWrap {
  margin-left: 0;
  padding-left: 35.2rem;
}
.shop_episode:nth-child(even) .shop_episode_ttlWrap .shop_episode_exterior {
  right: auto;
  left: 0.5rem;
}
.shop_episode:nth-child(even) .shop_episode_photoArea .shop_episode_foodWrap {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .shop_episode {
    width: calc(950 / 1200 * 100%);
    margin: 0 0 5rem calc(150 / 1200 * 100%);
    padding: 4rem 0 15rem 0;
  }
  .shop_episode .shop_episode_ttlWrap {
    margin: 0 0 2rem 5rem;
    min-height: 15.5rem;
  }
  .shop_episode .shop_episode_ttlWrap .shop_episode_ttl {
    width: 25.2rem;
  }
  .shop_episode .shop_episode_ttlWrap .shop_episode_subttl {
    width: 40rem;
    font-size: 1.8rem;
    line-height: 1.666;
  }
  .shop_episode .shop_episode_ttlWrap .shop_episode_exterior {
    top: -1.5rem;
    right: 3rem;
    width: 41.9rem;
  }
  .shop_episode .shop_episode_photoArea {
    position: relative;
  }
  .shop_episode .shop_episode_photoArea .shop_episode_photo {
    width: 67.2rem;
    margin: 0 0 0 -5rem;
    padding: 1.6rem;
  }
  .shop_episode .shop_episode_photoArea .shop_episode_foodWrap {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 15rem 0 0 0;
  }
  .shop_episode .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_food {
    width: 23.3rem;
    margin-left: 67rem;
  }
  .shop_episode .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_food p {
    padding-top: 1rem;
  }
  .shop_episode .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_name {
    justify-content: flex-start;
    width: 45.8rem;
    margin: 3.5rem 0 0 47.2rem;
    padding: 2rem 3rem;
    -webkit-clip-path: polygon(3% 0%, 97% 0%, 100% 7%, 100% 93%, 97% 100%, 3% 100%, 0% 93%, 0% 7%);
            clip-path: polygon(3% 0%, 97% 0%, 100% 7%, 100% 93%, 97% 100%, 3% 100%, 0% 93%, 0% 7%);
  }
  .shop_episode .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_name dd {
    font-size: 1.6rem;
  }
  .shop_episode:nth-child(even) {
    margin-left: calc(100 / 1200 * 100%);
  }
  .shop_episode:nth-child(even) .shop_episode_ttlWrap {
    padding-left: 50.1rem;
  }
  .shop_episode:nth-child(even) .shop_episode_ttlWrap .shop_episode_exterior {
    left: 2.6rem;
  }
  .shop_episode:nth-child(even) .shop_episode_photoArea .shop_episode_photo {
    margin: 0 0 0 31.7rem;
  }
  .shop_episode:nth-child(even) .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_food {
    margin-left: 4.8rem;
  }
  .shop_episode:nth-child(even) .shop_episode_photoArea .shop_episode_foodWrap .shop_episode_name {
    margin-left: 2.1rem;
  }
}
/*# sourceMappingURL=shop.css.map */