.shop {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media screen and (min-width: 960px) {
  .shop {
    padding: 40px 0 0;
  }
}
.shop .store_wrap {
  padding: 0 20px;
}
.shop .store_wrap .shoplist {
  margin: 2rem auto 0;
}
@media screen and (min-width: 960px) {
  .shop .store_wrap .shoplist {
    margin: 3rem auto 0;
  }
}
.shop_header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.shop_header_logo {
  width: 110px;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .shop_header_logo {
    width: 192px;
  }
}
.shop_header_name {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .shop_header_name {
    font-size: 30px;
  }
}
.shop_header_open {
  text-align: center;
  color: #ff0000;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .shop_header_open {
    font-size: 26px;
  }
}
.shop_visual {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .shop_visual {
    margin-top: 20px;
  }
}
.shop_visual_slider .swiper-wrapper {
  padding-bottom: 40px;
}
.shop_visual_slider .swiper-wrapper .swiper-slide {
  background-color: #ededed;
  position: relative;
}
.shop_visual_slider .swiper-wrapper .swiper-slide .image_caption {
  position: absolute;
  bottom: 2px;
  right: 2px;
  text-align: right;
  font-size: 12px;
  color: #000;
}
.shop_visual_slider .swiper-wrapper .swiper-slide img {
  aspect-ratio: 478/338.58;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop_visual_slider .swiper-pagination {
  top: calc(100% - 30px);
}
.shop_visual_slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #888;
  border: 1px solid #888;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 5px;
  top: calc(100% - 30px);
}
.shop_visual_slider .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #000;
}
.shop_concept {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .shop_concept {
    margin: 10px auto 0;
  }
}
.shop_concept_inner {
  padding: 0 32px;
}
@media screen and (min-width: 960px) {
  .shop_concept_inner {
    padding: 0 10px;
  }
}
.shop_concept_inner p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 960px) {
  .shop_concept_inner p {
    font-size: 18px;
  }
}
.shop_info {
  max-width: 700px;
  margin: 48px 32px 0;
}
@media screen and (min-width: 960px) {
  .shop_info {
    margin: 80px auto 0;
  }
}
.shop_info_title {
  text-align: center;
}
.shop_info_title span {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(26.4px, 2.55vw, 40.8px);
  line-height: 1;
  border-bottom: 3px solid #000;
}
.shop_info_list {
  margin-top: 1.6rem;
}
.shop_info_list dt,
.shop_info_list dd {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 960px) {
  .shop_info_list dt,
.shop_info_list dd {
    font-size: 18px;
  }
}
.shop_info_list dt {
  font-weight: bold;
}
.shop_info_list dd + dt {
  margin-top: 16px;
}
.shop_info_list a {
  text-decoration: underline;
}
.shop_info_list .note {
  font-size: 80%;
  vertical-align: text-top;
}
.shop_info_icon {
  margin: 16px 0 10px;
}
.shop_info_icon span {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-style: italic;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .shop_info_icon span {
    font-size: 20px;
  }
}
.shop_info_detail p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 960px) {
  .shop_info_detail p {
    font-size: 18px;
  }
}
.shop_info_detail p .text_attention {
  font-size: 85%;
}
.shop_info_detail p + p {
  margin-top: 0.7rem;
}
.shop_info_map .embed_map {
  aspect-ratio: 320/225;
  margin-top: min(6.1538461538vw, 40px);
}
.shop_info_map .embed_map .map_frame {
  height: 100%;
}
.shop_news {
  max-width: 700px;
  margin: 48px 32px 0;
}
@media screen and (min-width: 960px) {
  .shop_news {
    margin: 80px auto 0;
  }
}
.shop_news_title {
  text-align: center;
}
.shop_news_title span {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(26.4px, 2.55vw, 40.8px);
  line-height: 1;
  border-bottom: 3px solid #000;
}
.shop_news_inner .news_banner {
  background-color: #e5e5e5;
  padding: 24px 32px 24px 24px;
  margin-top: 2.4rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .shop_news_inner .news_banner {
    padding: 32px 48px 32px 32px;
  }
}
.shop_news_inner .news_banner.opened .news_banner_icon::before {
  transform: rotate(270deg);
}
.shop_news_inner .news_banner.opened .news_banner_icon::after {
  transform: rotate(270deg);
  opacity: 0;
}
.shop_news_inner .news_banner.opened .news_banner_more {
  display: block;
}
.shop_news_inner .news_banner_content {
  position: relative;
  transition: 0.3s ease;
}
.shop_news_inner .news_banner_date {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .shop_news_inner .news_banner_date {
    font-size: 14px;
  }
}
.shop_news_inner .news_banner_shop {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .shop_news_inner .news_banner_shop {
    font-size: 20px;
  }
}
.shop_news_inner .news_banner_text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .shop_news_inner .news_banner_text {
    font-size: 16px;
  }
}
.shop_news_inner .news_banner_icon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -10px;
}
@media screen and (min-width: 960px) {
  .shop_news_inner .news_banner_icon {
    right: -20px;
  }
}
.shop_news_inner .news_banner_icon::before, .shop_news_inner .news_banner_icon::after {
  content: "";
  position: absolute;
  transition: 0.3s ease;
  width: 1px;
  height: 13px;
  background-color: #000;
}
@media screen and (min-width: 960px) {
  .shop_news_inner .news_banner_icon::before, .shop_news_inner .news_banner_icon::after {
    height: 15px;
  }
}
.shop_news_inner .news_banner_icon::after {
  transform: rotate(90deg);
}
.shop_news_inner .news_banner_more {
  display: none;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .shop_news_inner .news_banner_more {
    font-size: 16px;
  }
}