@charset "UTF-8";
/* ************************************** _
タイトル：shop.css
概要：三重県央 店舗情報用.css
作成：2026.03.02
更新：2026.03.02
_ ************************************** */
/* ************************************** _
タイトル：_shop.scss
概要：三重県央 店舗情報用（旧 /shop/css/shop.css）
_ ************************************** */
/* 店舗ページ：Swiper 読み込み時崩れ対応：20260217
---------------------------------------------------------------------------- */
/* Swiper: 初期化前の崩れ防止 */
.swiper {
  visibility: hidden;
}

.swiper.swiper-initialized {
  visibility: visible;
}

.swiper {
  opacity: 0;
  transition: opacity 0.2s;
}

.swiper.swiper-initialized {
  opacity: 1;
}

/* 店舗一覧
---------------------------------------------------------------------------- */
.shop-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -3%;
}

.shop-list-wrap li {
  width: 47%;
  margin: 0 0 6% 3%;
}

.shop-list-wrap li a {
  text-decoration: none;
  color: #333;
}

.shop-list-wrap li a:hover img {
  transform: scale(1.1);
}

.shop-list-wrap__img {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.shop-list-wrap__img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.shop-list-wrap__shopname {
  font-size: 1.2em;
  font-weight: bold;
}

.shop-list-wrap__address {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.shop-list-wrap__time {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 900px) {
  .shop-list-wrap {
    margin: 0 0 0 0;
  }
  .shop-list-wrap li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .shop-list-wrap .shop-list-wrap__address a {
    color: #139cdc;
    text-decoration: underline;
  }
}
/* 店舗詳細
---------------------------------------------------------------------------- */
/*店舗詳細*/
.shop-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 80px 0;
}

.shop-detail__imgarea {
  max-width: 570px;
  width: 47%;
  position: relative;
}

.shop-detail__imgarea .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}

.shop-detail__imgarea .swiper-pagination-bullets {
  /*width: 100px;*/
}

.shop-detail__imgarea .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
  background: #cb0101 !important;
  border: 1px solid #cb0101 !important;
}

.shop-detail__imgarea .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

/**/
.shop-detail__txtarea {
  width: 47%;
}

.shop-detail__txtarea--txt {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #cccccc;
}

.shop-detail__txtarea--txt dt {
  width: 35%;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px dotted #cccccc;
}

.shop-detail__txtarea--txt dd {
  width: 65%;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.5;
}

.shop-detail__txtarea--txt .tel-link {
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Roboto", sans-serif !important;
}

@media screen and (max-width: 900px) {
  .shop-detail {
    flex-direction: column;
    margin: 0 0 40px 0;
  }
  .shop-detail__imgarea {
    width: 100%;
    margin: 0 auto 60px auto;
  }
  .shop-detail__txtarea {
    width: 100%;
  }
  .shop-detail__txtarea--txt .tel a {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Roboto", sans-serif !important;
  }
}
/*問い合わせボタン群*/
.shop-detail-btn li {
  width: 23%;
}

@media screen and (max-width: 900px) {
  .shop-detail-btn li {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .shop-detail-btn li {
    font-size: 0.8em;
  }
}
/*地図*/
.gmap {
  width: 100%;
  padding: 45% 0 0 0;
  margin: 0 0 40px 0;
  position: relative;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .gmap {
    padding: 74% 0 0 0;
  }
}
/*# sourceMappingURL=_maps/shop.css.map */
