<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* content
--------------------------- */
.content-1 {
  padding-top: 0;
  padding-bottom: 45px;
}
@media (max-width: 767.98px) {
  .content-1 {
    padding-bottom: 6.35%;
  }
}

/* shopDetail
--------------------------- */
.shopDetail_head {
  margin-bottom: 25px;
}
.shopDetail_foot {
  margin-top: 30px;
}
.shopDetail_txt1 {
  font-size: 14px;
}
.shopDetail_ttl1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
  background: #84151B;
  padding: 14px 30px;
  box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,.16);
  position: relative;
  z-index: 2;
}
.shopDetail_btn {
  width: 240px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .shopDetail_head {
    margin-bottom: 6.35%;
  }
  .shopDetail_foot {
    margin-top: 6.35%;
  }
  .shopDetail_txt1 {
    font-size: 13px;
  }
  .shopDetail_ttl1 {
    color: #fff;
    font-size: 22px;
    padding: 12px 10px;
  }
  .shopDetail_btn {
    width: 55%;
    max-width: 240px;
  }
}

/* shopMsg
--------------------------- */
.shopMsg {
  color: #241915;
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
  border-top: #aaa 1px dotted;
  border-bottom: #aaa 1px dotted;
  margin-top: -1px;
}
@media (max-width: 767.98px) {
  .shopMsg {
    padding: 8% 0;
  }
}

/* shopList
--------------------------- */
.shopList_item {
  margin-top: -1px;
}

/* shopCard
--------------------------- */
.shopCard {
  background: #f8fcfb;
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  padding: 20px 30px;
}
.shopCard_name {
  color: #241915;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
.shopCard_address {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .shopCard {
    padding: 14px 4.75%;
  }
  .shopCard_name {
    font-size: 16px;
    line-height: 1.4;
  }
}
</pre></body></html>