footer {
  background: #eee;
  color: #fff;
  padding: 48px 24px 24px;
  text-align: center;
}
footer section {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 0 48px;
  color: #fff;
  border-right: 1px solid #ddd;
  text-align: left;
}
footer section:nth-of-type(2) {
  border: none;
}
footer section h1 {
  width: 160px;
  margin: 0 0 24px 0;
}
footer section h1 a {
  display: block;
  width: 100%;
}
footer section h1 a svg {
  display: block;
  width: 100%;
}
footer p {
  margin: 0 0 24px;
  color: #999;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
}
footer dl {
  text-align: left;
  display: inline-block;
}
footer dl dt {
  font-size: 16px;
  display: inline-block;
  margin: 0 0 16px 0;
  width: 64px;
  font-family: "Playfair Display", serif;
}
footer dl dd {
  font-size: 12px;
  display: inline-block;
  margin: 0 12px 16px 0;
}
footer dl a {
  color: #999;
  text-decoration: none;
  display: inline-block;
  margin: 0 12px 0 0;
}
footer small {
  display: block;
  color: #ccc;
  text-align: right;
  font-size: 10px;
}

p.copy {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  .shopinfo {
    background-image: url(../images/common/shopinfo_bg.jpg);
    background-size: cover;
    width: 100%;
    height: 220px;
    margin: 50px 0 0 0;
  }
  .shopinfo .inner {
    text-align: center;
    padding: 20px 0;
  }
  .shopinfo .inner .name {
    margin-bottom: 20px;
  }
  .shopinfo .inner .name img {
    display: inline-block;
    width: 285px;
    height: auto;
  }
  .shopinfo .inner .tel {
    display: block;
    margin-bottom: 10px;
  }
  .shopinfo .inner .tel img {
    display: inline-block;
    width: 330px;
    height: auto;
  }
  .shopinfo .inner .reservation {
    display: block;
  }
  .shopinfo .inner .reservation img {
    display: inline-block;
    width: 330px;
    height: auto;
  }

  .gmap {
    padding: 60px 0;
  }
  .gmap .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .gmap .title img {
    display: inline-block;
    width: 103px;
    height: auto;
  }
  .gmap .address {
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
  }
  .gmap .maps #map_canvas {
    width: 100% !important;
    height: 200px !important;
  }

  footer {
    padding: 24px 24px 72px 24px;
  }
  footer section {
    width: auto;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 16px 0;
  }
  footer section:nth-of-type(2) {
    margin: 24px auto 0;
  }
  footer section dl dt {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .shopinfo {
    background-image: url(../images/common/shopinfo_bg.jpg);
    width: 100%;
    height: 350px;
    margin: 100px 0 0 0;
  }
  .shopinfo .inner {
    width: 960px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    top: 105px;
  }
  .shopinfo .inner .tel {
    position: absolute;
    top: 0;
    right: 0;
  }
  .shopinfo .inner .reservation {
    position: absolute;
    top: 37px;
    right: 338px;
  }
  .shopinfo .inner .btn_shopinfo {
    position: absolute;
    top: 31px;
    right: 0;
  }

  .sns {
    height: 460px;
  }
  .sns #fb {
    height: 460px;
  }

  .gmap .title {
    text-align: center;
    padding: 80px 0 40px 0;
  }
  .gmap .title img {
    display: inline-block;
  }
  .gmap .address {
    font-size: 1.4rem;
    text-align: center;
    padding: 40px 0 80px 0;
  }
  .gmap .maps #map_canvas {
    width: 100% !important;
    height: 520px !important;
  }
}
.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}