/* common */
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
a {
  font-size: 18px;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav > ul{
  position: fixed !important;
  top: 80px;
  left: 40px;
  height: 300px;
}
.headline
{
  padding: 10px;
  left: 450px;
  position: fixed !important;
  top: 80px;
  z-index: 1;
  background: rgb(255, 248, 187);
}
footer {
  width: 100%;
  text-align: center;
}
footer p {
  margin: 0;
}
main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 84px);
}
.meal {
  margin: 50;
  width: 100%;
  background-color: #EEE;
  text-align: center;
}
.w_10 {
  width: 10%;
  padding: 20px;
  margin: 0 auto;
}
.w_85 {
  width: 85%;
  /* padding: 20px; */
  margin: 20px auto 0 auto;
}
.flex {
  display: flex;
}


/* main */
header {
  height: 60px;
}
header > ul {
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0;
}
header > ul > li:first-child {
  padding-left: 20px;
  margin-right: auto;
}
header > ul > li:last-child {
  padding-right: 60px;
}
.w_15 > a {
  display: block;
  margin: 10px 0;
}
.w_85 > h3 {
  margin-bottom: 20px;
}

/* 04menu_editing */
.card-footer.line {
  border: none;
}

tr {
  border: none;
}

tr th, tr td {
  vertical-align: middle !important;
}

.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    -moz-appearance: textfield;
}

@media screen and (max-width:968px) {
  nav > .responsive-ul{
    background-color: #fff;
    top: 80px;
    right: 20px;
    left: unset;
    height: 300px;
    text-align: center;
    z-index: 100;
  }
  header > .responsive-ul > li:last-child {
    padding-right: 20px;
  }
  #sidebar-pc {
      display: none !important;
  }
  #hamburger-btn {
      display: block !important;
  }
  .responsive-box {
    width: 95%;
    overflow-x: auto;
  }
  .headline {
    position: unset !important;
  }
}

@media (min-width: 969px) {
    #sidebarMenu {
        display: none !important;
    }
    #hamburger-btn {
        display: none !important;
    }
}