@charset "UTF-8";

/* box-overview
---------------------------------------------------------- */
.box-overview {
  position: relative;
}
  .box-overview .image {
    margin-bottom: 20px;
  }
    .box-overview .image img {
      width: 100%;
    }

/* ttl-shop
---------------------------------------------------------- */
.ttl-shop-01,
.ttl-shop-02 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.ttl-shop-02 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .ttl-shop-01 {
    font-size: 16px;
  }
  .ttl-shop-02 {
    font-size: 14px;
  }
}

/* box-about
---------------------------------------------------------- */
.box-about {
  width: 100%;
  background-color: #f4f4f1;
  padding: 15px 30px;
  position: relative;
}
  .box-about .ttl-shop-02 {
    margin-bottom: 2px;
  }
  
@media screen and (max-width: 767px) {
  .box-about {
    padding: 15px;
  }
}

/* box-banner
---------------------------------------------------------- */
.box-banner {
  text-align: center;
  margin-bottom: 50px;
}
  .box-banner a:hover {
    opacity: .8;
  }

@media screen and (max-width: 767px) {
  .box-banner {
    margin-bottom: 30px;
  }
  .box-banner img {
    width: 100%;
    display: block;
  }
}

/* box-insta
---------------------------------------------------------- */
.box-insta {
  margin-bottom: 130px;
}
.box-insta a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-insta a img{
  width: 40px;
  height: auto;
}
.box-insta a:hover {
  opacity: .8;
}
.box-insta a span{
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .box-insta {
    margin-bottom: 30px;
  }
}