@charset "UTF-8";
/* =========================================================
parts
========================================================= */
/* =========================================================
layout
========================================================= */
.shoplist-block {
  padding: 35px 0 40px;
}

.tgl-btn, .no-tgl-btn a {
  width: 100%;
  padding: 30px 0 30px 13px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 0px;
}
.tgl-btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 33%;
  right: 14px;
}
.tgl-btn:first-child {
  border-top: 1px solid #ccc;
}

.tgl-btn.active {
  background: #f6f6f6;
}
.tgl-btn.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 46%;
  right: 14px;
}

.tgl-area {
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
  display: none;
}
.tgl-area:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.tgl-area .shop-list {
  width: 100%;
  padding: 0 13px;
}
.tgl-area .shop {
  border-bottom: 1px solid #eee;
}
.tgl-area .shop a {
  width: 100%;
  padding: 18px 0;
}
.tgl-area .brand {
  font-size: 1.2rem;
  line-height: 20px;
  color: #999;
}
.tgl-area .address {
  font-size: 1.2rem;
  line-height: 20px;
}

.no-tgl-btn a {
  padding: 23px 0 23px 13px;
}
.no-tgl-btn .ico-cart {
  width: calc(14px * 1.18);
  height: 14px;
  margin: 0 0 0 5px;
  transform: translateY(1px);
  display: inline-block;
}


.shoplist-detail-block.block01 {
  padding: 25px 13px 30px;
}
.shoplist-detail-block.block01 .brand {
  margin: 0 0 10px;
  font-size: 1.5rem;
  line-height: 28px;
  color: #9f9f9f;
}
.shoplist-detail-block.block01 .shop-name {
  margin: 0 0 15px;
  font-size: 1.9rem;
  line-height: 28px;
  font-weight: 500;
}
.shoplist-detail-block.block01 .shop-detail li {
  padding: 15px 0;
  border-top: 1px solid #eee;
}
.shoplist-detail-block.block01 .shop-detail a {
  display: inline;
  color: #8f0a15;
  text-decoration: underline;
}

.gmap {
  width: 100%;
  height: 300px;
  margin: 0 0 35px;
  background: #eee;
}

.shoplist-detail-block.block02 {
  padding: 0 13px 20px;
}
.shoplist-detail-block.block02 h2 {
  margin: 0 0 35px;
  text-align: center;
  font-size: 2rem;
  line-height: 20px;
  font-weight: 500;
}
.shoplist-detail-block.block02 .more-btn {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 12px;
}

.blog-list .blog-item {
  width: 50%;
  margin: 0 0 20px;
  padding: 0 7px 0 0;
  vertical-align: top;
  display: inline-block;
}
.blog-list .blog-item:nth-child(even) {
  padding: 0 0 0 7px;
}
.blog-list .img img {
  width: 100%;
}
.blog-list .date {
  margin: 10px 0 0;
  font-family: 'Lato','Noto Sans','ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 10px;
  color: #9f9f9f;
}
.blog-list .ttl {
  margin: 5px 0 0;
  font-size: 1.3rem;
  line-height: 22px;
}