body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
th,
td {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

fieldset,
img {
  border: 0px;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 400;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0px;
}

p {
  margin: 0;
}

body {
  font-weight: 400;
  line-height: 1.5em;
}

body * {
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a:hover,
a:active {
  color: inherit;
  -moz-opacity: 0.90;
  filter: alpha(opacity=90);
  opacity: 0.90;
}

a {
  cursor: pointer;
  color: #000;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
}

a img {
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

a:focus {
  outline: none;
  outline: none;
  outline-offset: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* Utility */

.kozuka {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

.visible__top,
.visible__shop,
.visible__takeout {
  display: none;
}


.floatlink {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 58px;
  z-index: 999;
}

.floatlink li {
  margin-top: 5px;
}



header {
  background-color: #c33720;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 5px;
  height: 50px;
  z-index: 999;
}

.header-viewcart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-viewcart a {
  max-width: 30px;
}

.cart-count {

  display: none;
}

.header-menubtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}

.header-menubtn span {
  border-bottom: 2px solid #fff;
  width: 30px;
  height: 10px;
  margin: 0 auto;
}

/* ハンバーガーメニュー */

#HumburgerMenu {
  position: fixed;
  background: #fff;
  z-index: 9999;
  width: 100%;
  top: 0;
  right: 0;
  min-height: 100vh;
  display: none;
}

#HumburgerMenu.active {
  display: block;
}

@media (min-width: 480px) {

  #HumburgerMenu {
    width: 480px;
    display: block;
    -webkit-transform: translateX(480px);
        -ms-transform: translateX(480px);
            transform: translateX(480px);
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }


  #HumburgerMenu.active {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    -webkit-box-shadow: -3px 3px 2px 2px #00000050;
            box-shadow: -3px 3px 2px 2px #00000050;
  }


}


.menu_close_header {
  padding: 10px 5%;
  height: 50px;
}

.menu_close_header img {
  width: 30px;
}


.menu_list {
  background-color: #c33720;
}

.menu_list li {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 10px 5%;
}

.menu_list a {
  color: #fff;
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_list span {
  display: inline-block;

}

.menu_list .menu_small {
  font-size: 0.6em;
  margin-left: 16px;
}


.menu_list a::after {
  content: "▲";
  -webkit-transform: rotatez(90deg);
      -ms-transform: rotate(90deg);
          transform: rotatez(90deg);
  display: inline-block;
  position: absolute;
  right: 5%;
  font-size: 5px;
}


.footer_logo {
  text-align: center;
  margin-top: 40px;
}

.footer_logo img {
  width: 150px;
}

.social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social_icon li {
  width: 40px;
  padding: 8px;
}

.footer_menu {
  background-color: #c33720;
  margin-top: 30px;
  padding: 20px 5%;
  text-align: center;
}

.footer_menu li {
  width: 100%;
}

.footer_menu a {
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

#Copyright {
  text-align: center;
  padding: 10px 0 0;
}

#JumpBtn {
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 30px;
}




/* スクロールエフェクト */

.scroll_start {
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_start.on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

.scroll_up {
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

.scroll_left {
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.scroll_right {
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: scaleX(0.99) translateX(10px);
      -ms-transform: scaleX(0.99) translateX(10px);
          transform: scaleX(0.99) translateX(10px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-transform: translateX(0) scaleX(1);
      -ms-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
}