@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");

body {
  font-family: "Noto Serif JP", serif;
}

#container {
  padding: 60px 16px 60px 16px;
}

* {
  transition: none !important;
}

#orderList li,
.modal li,
#control li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}

#orderList ul,
.modal ul,
#control ul {
  padding-left: 0;
}

.card img {
  /*height: 200px;*/
  width: 100%;
}

.cardTitle {
  font-weight: bold;
}

.cardMoku {
  font-size: 0.75em;
}

.jumpBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  position: fixed;
  bottom: 16px;
  /* left: 0; */
  right: 16px;

  background-color: var(--accent-color);
  color: var(--forground);
  opacity: 0.95;
}

main {
  display: block;
  color: #333;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 5;
}

.msg {
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  position: fixed;
  top: 52.8px;
  left: 0px;
}

/* .msg 配下の　.labelに適用 */
.label {
  margin-left: 0px;
  border-radius: 0%;
}

.hide {
  display: none;
}

.horizontal {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

nav .brand {
  font-weight: 400;
}

nav .menu a span {
  margin-left: 15px;
}

/*#anchor {
  margin-bottom: 60px;
}*/

#panel {
  margin-bottom: 60px;
}

#search button {
  margin-left: 0px;
}

.smallButton {
  font-size: 0.75em;
}

.vc-compact {
  box-shadow: none;
  width: 100%;
}

.vc-compact-colors {
  padding: inherit;
}

.vc-compact-color-item {
  width: 30px;
  height: 30px;
  border-radius: 0.2em;
}

/* カラーパレットの白対応 */
.vc-compact-color-item--white {
  box-shadow: inset 0 0 0 1px #ddd;
}

.vc-compact-color-item--white .vc-compact-dot {
  background: #000;
}
