html {
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Sans", Meiryo,
    sans-serif;
}
.logo {
  text-indent: -9999px;
  overflow: hidden;
  width: 209px;
  height: 80px;
  background: url(../../assets/img/logo_new.png) no-repeat;
  background-size: contain;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.footer-shop-info {
  margin-right: auto;
  margin-left: 4rem;
}
.section-title:after {
  content: " ";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ddd;
  margin: 1rem auto;
}
.fa {
  margin-right: 0.35em;
}
.button {
  background-color: #ca4956;
  border-color: #ca4956;
  outline-color: #ca4956;
}
.header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.button.is-burger span {
  background-color: #000;
}
.hero {
  min-height: 480px;
}
.hero-image {
  background-position: center bottom;
}
.hero-image:before {
  display: none;
}
.contact,
.intro,
.news {
  background-color: #efebe9;
}
.intro-shop-info {
  padding: 1rem 0;
}
.intro-shop-info:before {
  content: " ";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ddd;
  margin: 0 auto 2rem;
}
.intro-shop-info p {
  font-style: italic;
}
.gallery .grid {
  margin: 0;
}
.gallery-item {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service table {
  margin-bottom: 0;
}
.service td {
  width: 160px;
  text-align: right;
  background-color: #fff !important;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.service td.is-note {
  text-align: left;
  background-color: #fff;
  font-size: 14px;
}
.service .campaign {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.access {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.access .maps {
  margin-top: 3rem;
}
.access .maps iframe {
  width: 100%;
  height: 400px;
}
