@charset "UTF-8";
/* =====================
	店舗情報
 ===================== */
.shop_notice {
  margin-bottom: 80px;
}
.shop_notice_list {
  font-size: 1.5rem;
  padding: 24px;
  background: #f7f7f5;
  color: var(--c_blue);
  margin-bottom: 24px;
}
.shop_notice_list_ttl {
  font-weight: 700;
  padding-bottom: 1em;
}

.shop_banner {
  margin-bottom: 80px;
}
.shop_banner_list {
  margin-bottom: 40px;
}
.shop_banner_list img {
  margin-bottom: 24px;
}

.shop_anchor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.shop_anchor_ttl {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: var(--c_blue);
  border-bottom: 1px solid #d5d6d2;
  padding: 0 20px 12px 0;
  margin-bottom: 18px;
}
.shop_anchor_ttl::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.shop_anchor_list {
  list-style: none;
}
.shop_anchor_list a {
  display: block;
  font-size: 1.5rem;
}
.shop_anchor_list li + li {
  margin-top: 1em;
}

.shop_section + .shop_section {
  margin-top: 80px;
}

.shop_block + .shop_block {
  margin-top: 60px;
}

.shop_block .c-ttl-border + * {
  margin: 0;
}

.shop_ttl {
  text-align: center;
  margin: 50px 0 30px;
}
.shop_ttl_eng {
  font-family: var(--font_eng);
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.18em;
}
.shop_ttl_jp {
  color: var(--c_text_g);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.shop_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  font-size: 1.5rem;
}
.shop_info_txt {
  width: 100%;
  max-width: 480px;
}
.shop_info_txt dl {
  margin-bottom: 32px;
}
.shop_info_txt dl dt {
  font-weight: 700;
  margin-bottom: 0.3em;
}
.shop_info_txt dl ul {
  list-style: disc;
  list-style-position: inside;
  color: var(--c_blue);
}
.shop_info_txt dl ul li a {
  color: var(--c_blue);
  border-bottom: 1px solid var(--c_blue);
}
.shop_info_map {
  width: 100%;
  max-width: 380px;
}
.shop_info_attention {
  color: var(--c_text_g);
}

.shop_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop_sns li {
  width: 30px;
  text-align: center;
  margin-right: 20px;
  list-style: none;
}
.shop_sns li a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
}
.shop_sns li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.shop_blog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.shop_blog ul li {
  width: 30%;
  font-size: 1.5rem;
}
.shop_blog ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.shop_blog_date {
  font-family: Lato;
  margin-bottom: 0.2em;
}
.shop_blog_link {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: normal;
  padding: 13px;
  border: 1px solid var(--c_text);
  max-width: 400px;
  margin: 0 auto;
}

iframe {
  width: 100%;
  max-width: 380px;
  border: 0;
  height: 380px;
}

@media (min-width: 768px) {
  .shop_anchor {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 34px;
    margin-top: 80px;
  }
  .shop_section + .shop_section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .shop_banner {
    margin-bottom: 60px;
  }
  .shop_anchor {
    margin-top: 60px;
  }
  .shop_ttl {
    margin: 20px 0;
  }
  .shop_ttl_eng {
    font-size: 3rem;
  }
  .shop_info_txt,
  .shop_info_map {
    margin-bottom: 20px;
  }
  .shop_blog ul {
    gap: 12px;
    overflow-x: auto;
  }
  .shop_blog ul li {
    min-width: 132px;
  }
  iframe {
    height: 259px;
  }
}