/** Shopify CDN: Minification failed

Line 102:0 Expected "}" to go with "{"

**/
h2.page-title {
  display: none;
}
.shop {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
.shop-text {
  display:block;
  text-align: center;
  margin: 0 auto;
}
.shop-text h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}
.shop-text map {
  text-align: center;
}
.sub-text {
  font-size: 0.75rem;
}
.map {
  width: 100px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c0c0;
}
.map a{
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.map a:hover{
  color: #252525;
}
.shop-tel {
  text-align: center;
  margin-top: 15px;
}
.shop-tel p{
  font-size: 1.2rem;
  margin-top: 0;
}
.shop-tel a{
  color: #252525;
}
.shop-tel a:hover{
  color: #f00;
}
.shop-flex {
  padding-left: 30px;
}

/* ipad設定 */
@media screen and (max-width: 1024px){
  .shop-flex {
    padding-left: 0;
  }
  .shop {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 820px){
  .shop {
    display: block;
    width: initial;
  }
  .images img {
    margin: 0 auto;
  }
  .shop-flex {
    margin-top: 50px;
  } 
}

@media (max-width: 500px) {
  .shop {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  .shop-text {
    margin: 0 auto;
  }
  .shop-flex {
  padding-left: initial;
}
  footer__content-top page-width {
    margin: 0 auto;
  }
