@charset "UTF-8";

.fs-c-heading.fs-c-heading--page {
  font-family: 'lato',sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  padding-bottom: 1rem;
}
.pagetitle_sub {
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
}
.shop {
  margin-top: 3rem;
}
.shop_img {
  margin: 0 -4vw;
}
.shop_img figure {
  margin: 0;
}
.shop_block {
  margin-top: -3.5rem;
  position: relative;
}
.shop_name {
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .1em;
  padding: 0 1.6rem;
  line-height: 3.5rem;
  display: inline-block;
  margin: 0 0 0 -4vw;
}
.shop_detail {
  margin-top: 3.5rem;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.shop_detail th {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  width: 8.5rem;
  padding-bottom: 2.2rem;
  letter-spacing: .1em;
}
.shop_detail td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  padding-bottom: 2rem;
  letter-spacing: .05em;
}
.shop_detail a {
  text-decoration: underline;
  color: #333;
  text-underline-offset: .2em;
}

.shop_note {
  margin: 1rem 0 3rem;
  text-decoration: underline;
  text-underline-offset: .2em;
  line-height: 1.6;
}
.shop_icon .slick-track {
  transform: unset !important;
}
.shop_icon figure {
  width: calc(100% / 5) !important;
  padding: .3rem;
  margin: 0;
  cursor: pointer;
  opacity: .7;
}
.shop_icon figure.slick-current {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .shop_bg {
    display: flex;
    flex-direction: column;
  }
  .shop_icon {
    order: 1;
    margin-top: 1.5rem;
  }
  .shop_detail {
    order: 2;
  }
  .shop_note {
    order: 3;
  }
  .shop_icon .slick-track {
    width: 100% !important;
  }
}
@media screen and (min-width: 640px) {
  .fs-l-main {
    max-width: 100%;
  }
  .shop {
    max-width: 960px;
    margin: 3rem auto 0;
    min-height: 720px;
  }
  .shop_img {
    margin: 0;
    max-width: 960px;
  }
  .shop_name {
    margin: 0;
    font-size: 2rem;
  }
  .shop_detail th {
    width: 10rem;
  }
  .shop_note {
    margin: 2rem 0 6rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .shop_icon figure {
    width: calc(100% / 7) !important;
    padding: .5rem;
    max-width: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .fs-l-main {
    padding: 0;
  }
  .shop {
    position: relative;
    max-width: 100%;
    margin-top: 5rem;
  }
  .shop_img {
    position: absolute;
    right: 0;
    top: 0;
  }
  .shop_block {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 3rem;
  }
  .shop_bg {
    width: fit-content;
    position: relative;
    z-index: 0;
    padding: 1rem 1rem 1rem;
  }
  .shop_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(5px);
  }
  .shop_detail {
    width: fit-content;
  }
  .shop_name {
    line-height: 5rem;
    font-size: 2.4rem;
    position: relative;
    z-index: 0;
  }
  .shop_inner {
    max-width: 1960px;
  }
}
@media screen and (min-width: 1700px) {
  .shop_name:before {
    content: "";
    width: 68rem;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
  }
}