@charset "UTF-8";

/*h2タイトル装飾*/
.box3-3 {
  padding: 9px 16px; /*内側余白*/
  position: relative;
  z-index: 0;
  background-color: #7dcef4; /*背景色*/
  border-radius: 9999px;
  width: 84%;
  margin: 0 auto 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.box3-3:before {
  position: absolute;
  border: 2px solid #fff; /*線の太さ・色*/
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 3px;
  z-index: -1;
  border-radius: 9999px;
}

/*商品一覧*/
.lineup-about-h3 {
  font-size: 18px;
  margin-left: 6px;
  margin-bottom: 6px;
  padding: 0.2em 0.4em; /*上下 左右の余白*/
  color: #333; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 6px #019de6; /*左線*/
}

@media (min-width: 576px) {
  body {
    font-size: 18px;
  }
  .button-01 a,
  .speechBubble,
  .button-02 a,
  .box3-3 {
    font-size: 32px;
  }
  .lineup-about-h3 {
    font-size: 24px;
    padding: 0.2em 0.4em 0.3em;
  }
}

/* 販売店舗一覧 */
.mainHeadlineBread {
  font-size: 12px;
  font-weight: 500;
  padding: 12px 0 30px;
}

.mainHeadlineBread__item {
  display: inline;
  list-style: none;
}

.mainHeadlineBread__item:after {
    color: #333;
    content: ">";
    padding: 0 3px 0 6px;
}

.mainHeadlineBread__item:last-child:after {
    content: "";
}

.store{
  display: block;
  margin: 0 auto 64px;
  width: 90%;
}

.store-content{
  margin-top: 30px;
}

.store-wrapper p{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.75;
}

.hanariraShop{
  margin: 30px 20px 0;
}

.hanariraShop__pref{
  border-bottom: 1px solid;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  padding-bottom: .5em;
  position: relative;
}

.hanariraShop__pref:hover {
    cursor: pointer;
}

.hanariraShop__pref:after {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    content: "";
    height: 12px;
    position: absolute;
    right: 12px;
    top: 5px;
    transform: rotate(-45deg);
    transition: all .6s;
    width: 12px;
}

.hanariraShopItem__txt{
  padding-bottom: 20px;
}

.hanariraShop__list li:last-child .hanariraShopItem__txt {
  border-bottom: none !important;
}

.hanariraShopItem__name{
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

.hanariraShopItem__add{
  font-size: 14px;
}

.add-access{
  margin-top: 20px;
}

.add-tel::before{
  color: #019de6;
  content: "";
  font-family: Font Awesome\ 6 Free;
  font-weight: 900;
  margin-right: 6px;
}

.hanariraShopItem__map{
  align-items: center;
  background-color: #dcdcdc;
  border-radius: 6px;
  color: #019de6;
  display: flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  padding-right: 8px;
  position: relative;
  width: 56px;
}

.hanariraShopItem__map:before {
    border-right: 1px solid #019de6;
    border-top: 1px solid #019de6;
    bottom: 0;
    content: "";
    height: 6px;
    margin: auto;
    position: absolute;
    right: 14px;
    top: 0;
    transform: rotate(45deg);
    width: 6px;
}

.hanariraShopItem__bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* iOS Safari / Chrome 自動リンク無効化 */
.hanariraShop a[x-apple-data-detectors],
.hanariraShop a[x-apple-data-detectors] * {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
}

