@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
@media (width < 375px) {
  html {
    font-size: 3.7333333333vw;
  }
}

body {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  font-family: "M PLUS Rounded 1c", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS Ｐゴシック", sans-serif;
  color: #333;
  letter-spacing: 0.05em;
}
@media (width >= 580px) {
  body {
    font-size: 0.8em;
  }
}
@media (width >= 767px) {
  body {
    font-size: 1em;
  }
}

body,
h1,
h2,
h3,
p,
hr,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-size: 1em;
  font-weight: normal;
}

ul,
li,
dl,
dt,
dd {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: none;
  vertical-align: middle;
}

.img-100 {
  width: 100%;
  height: auto;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}
a:hover, a:active {
  color: none;
  text-decoration: none;
}

@media (width >= 580px) {
  .br-sp {
    display: none;
  }
}
.br-pc {
  display: none;
}
@media (width >= 580px) {
  .br-pc {
    display: inline;
  }
}

.section-padding {
  padding: 2vh 0;
}

header {
  width: 100%;
  position: sticky;
  z-index: 99998;
  top: 0;
  height: auto;
  background: url("../img/pattern1.jpg") repeat-x;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
@media (width >= 580px) {
  header {
    position: relative;
  }
}

.header-underline {
  padding-bottom: 2%;
  width: 100%;
  min-height: 5px;
  background: url("../img/pattern2.jpg") repeat-x;
}
@media (width >= 580px) {
  .header-underline {
    padding-bottom: 1%;
  }
}

.header-logo {
  width: min(40vw, 300px);
  padding-left: 0.2em;
  color: #483025 !important;
}

.header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0.6em 0.4em 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.header-shop-info {
  display: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (width >= 580px) {
  .header-shop-info {
    font-weight: 700;
    display: inline-block;
    color: #483025;
    text-align: right;
    white-space: nowrap;
  }
  .header-shop-info p:nth-of-type(1) {
    font-size: 0.8em;
  }
  .header-shop-info p:nth-of-type(2) {
    line-height: 1em;
    font-size: 2.6em;
  }
}

.header-sp-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-right: 0.8em;
  margin-top: 0.4em;
}
@media (width >= 580px) {
  .header-sp-right {
    display: none;
  }
}

.header-tel {
  text-align: center;
  color: #483025;
  font-size: 0.6em;
}

.header-icon-tel {
  width: 10.6666666667vw;
}

.header-hamburger {
  display: block;
  width: 10.6666666667vw;
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.1em;
  text-align: center;
  color: #483025;
  font-size: 0.6em;
}

.menu-trigger,
.menu-trigger span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger {
  cursor: pointer;
  height: 9.3333333333vw;
  position: relative;
  width: 100%;
}

.menu-trigger span {
  background-color: #483025;
  border-radius: 4px;
  height: 1.3333333333vw;
  left: 0;
  position: absolute;
  width: 100%;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 45%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4.2666666667vw) rotate(-45deg);
  transform: translateY(4.2666666667vw) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

.header-menu {
  display: none;
  background-color: #f3e1c8;
  height: 100vh;
  left: 0;
  opacity: 0.95;
  position: fixed;
  width: 100%;
  z-index: 99997;
}
@media (width >= 580px) {
  .header-menu {
    background-color: none;
    display: none;
  }
}

.nav-menu {
  display: table;
  width: 100%;
}

.nav-menu-list {
  list-style: none;
  margin: 5px auto 0;
  padding: 2px 0;
  width: 80%;
  border-bottom: solid thin #a39076;
}

.nav-menu-item {
  display: block;
  font-size: 1rem;
  line-height: 40px;
  font-weight: 700;
  color: #442219;
}

.nav-shop-info {
  text-align: center;
  width: 100%;
  margin: 1em 0;
  font-size: 0.8em;
}

.nav-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-tel-button {
  width: 85%;
  height: 50px;
  text-align: center;
  background-color: #442219;
  border-radius: 5px;
  font-size: 1.8em;
}

.nav-tel-button:link {
  color: white;
}

.nav-tel-button-tel-under {
  display: block;
  color: #411c01;
  font-size: 1em;
}

.footer {
  font-size: 0.7em;
  color: white;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  background-color: #483025;
  gap: 2vh;
  padding: 6vh 2vh;
}
@media (width >= 580px) {
  .footer {
    font-size: 1em;
  }
}

.copyright {
  font-size: 0.6em;
  text-align: center;
  letter-spacing: 0.3em;
  margin-top: 3em;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  place-items: center;
  width: 100%;
  letter-spacing: 0.2em;
  gap: 3em;
  max-width: 620px;
}

.footer-left {
  line-height: 2.2em;
}

.footer-left-tel {
  font-size: 1.6em;
}
@media (width >= 580px) {
  .footer-left-tel {
    font-size: 2em;
  }
}

.footer-nav {
  white-space: nowrap;
}

.footer-nav-list {
  line-height: 2.5;
}

.footer-nav-list-item:link,
.footer-nav-list-item:visited {
  color: white;
}

.footer-logo {
  max-width: 350px;
  width: 100%;
  height: auto;
  color: #fff !important;
}/*# sourceMappingURL=base.css.map */