@charset "UTF-8";
.c-breadcrumb ul li .sc_names {
  display: inline-block;
}

.p-shop-detail-content__itemBody2 dl dt {
  width: 144px;
  font-weight: bold;
}

.p-shop-detail-content__itemBody2 dl dd {
  width: calc(100% - 144px);
}

.p-shop-detail-content__itemBody2 ._sns li a {
  display: block;
  font-size: 0;
  text-indent: -99999px;
}

.p-shop-detail-content__itemBody2 ._sns li .google {
  background: url(../img/icon_google.svg) no-repeat scroll center center;
  background-size: contain;
  width: 26px;
  height: 26px;
}

.p-shop-detail-content__itemBody2 ._sns li .yahoo {
  background: url(../img/icon_yahoo.svg) no-repeat scroll center center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.p-shop-detail-content__itemBody2 ._sns li .facebook {
  background: url(../img/icon_facebook.svg) no-repeat scroll center center;
  background-size: contain;
  width: 26px;
  height: 26px;
}

.p-shop-detail-content__itemBody2 ._sns li .instagram {
  background: url(../img/icon_instagram.svg) no-repeat scroll center center;
  background-size: contain;
  width: 26px;
  height: 26px;
}

.p-shop-detail-content__itemBody2 ._sns li .twitter {
  background: url(../img/icon_twitter.svg) no-repeat scroll center center;
  background-size: contain;
  width: 31px;
  height: 26px;
}

.p-shop-detail-content__itemBody2 ._sns li .youtube {
  background: url(../img/icon_youtube.svg) no-repeat scroll center center;
  background-size: contain;
  width: 37px;
  height: 26px;
}

.p-shop-detail-content__itemBody2 ._sns li .line {
  background: url(../img/icon_line.svg) no-repeat scroll center center;
  background-size: contain;
  width: 26px;
  height: 26px;
}

.p-shop-detail-content__itemBody2 ._sns li .tiktok {
  background: url(../img/icon_tiktok.svg) no-repeat scroll center center;
  background-size: contain;
  width: 22px;
  height: 25px;
}

.p-shop-detail-content__itemBody2 ._sns li .other {
  background: url(../img/icon_blog.svg) no-repeat scroll center center;
  background-size: contain;
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 767px) {
  .p-shop-detail-content__itemBody2 dl dt {
    width: 6.25rem;
  }
  .p-shop-detail-content__itemBody2 dl dd {
    width: calc(100% - 6.25rem);
  }
}

/* ショップニュース */
.cm-entries__wrap .shop_news_article {
  width: 22.3636363636%;
  position: relative;
}

.cm-entries__wrap .shop_news_article a {
  display: block;
}

.cm-entries__wrap .shop_news_article a .new {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../img/icon_new.png) no-repeat scroll left top;
  background-size: contain;
  z-index: 2;
  text-indent: -9999px;
  font-size: 0;
}

.cm-entries__wrap .shop_news_article a .image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.cm-entries__wrap .shop_news_article a .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.cm-entries__wrap .shop_news_article a:hover .image img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.cm-entries__wrap .shop_news_article a:hover .title {
  color: #005EAD;
}

.cm-entries__wrap .shop_news_article a:hover .update_datetime {
  color: #005EAD;
}

.cm-entries__wrap .shop_news_article a .title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

.cm-entries__wrap .shop_news_article a .update {
  margin-top: 4px;
  font-size: 12px;
}

@media screen and (min-width: 1025px) {
  .cm-entries__wrap .shop_news_article:not(:nth-of-type(4n+1)) {
    margin-left: 3.4545454545%;
  }
  .cm-entries__wrap .shop_news_article:nth-of-type(n+5) {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cm-entries__wrap .shop_news_article {
    width: 30.9090909091%;
  }
  .cm-entries__wrap .shop_news_article:not(:nth-of-type(3n+1)) {
    margin-left: 3.6363636364%;
  }
  .cm-entries__wrap .shop_news_article:nth-of-type(n+4) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cm-entries__wrap .shop_news_article {
    width: calc(50% - 10px);
  }
  .cm-entries__wrap .shop_news_article:not(:nth-of-type(2n+1)) {
    margin-left: 20px;
  }
  .cm-entries__wrap .shop_news_article:nth-of-type(n+3) {
    margin-top: 1.875rem;
  }
  .cm-entries__wrap .shop_news_article a .new {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .cm-entries__wrap .shop_news_article a .title {
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
  .cm-entries__wrap .shop_news_article a .update {
    margin-top: 0.125rem;
    font-size: 0.625rem;
  }
}


.swiper-slide > img {
   object-fit: contain; /* IE: not support */
   width: 100%;
   height: 100%;
}
@media screen and (min-width: 768px) {
	.swiper-container,
	.swiper-slide {
	   height: 435px;
	}
}
@media screen and (max-width: 767px) {
	.swiper-container,
	.swiper-slide {
	   height: 39vh;
	}
}
