@charset "UTF-8";
/* ガジェット CSS Document */
body {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 100%;
}
.gadget {
  color: #9e9d9b;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
  font-size: 13pt;
  line-height: 130%;
  -webkit-text-size-adjust: 100%;
}
.horizontal {
  display: flex;
  width: 100%;
}
.gadget-main {
  width: 100%;
}
.gadget-border {
  border: solid white 2px;
  box-sizing: border-box;
}
.gadget-table {
  white-space: nowrap;
  width: 100%;
}
.gadget-table th {
  margin-right: 10px;
  font-size: 0.75em;
  font-weight: bold;
  text-align: start;
  vertical-align: bottom;
}
.gadget-table td {
  vertical-align: top;
}
/*  コンテンツ */
.gadget-header {
  background-color: #232531;
  min-height: 46px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gadget-header p {
  margin: 0;
  font-size: 0.75em;
}
.vertical-header {
  min-height: 46px;
}
.horizontal-header {
  min-width: 200px;
  justify-content: center;
}
.hide {
  display: none !important;
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #9e9d9b;
  border-left: 2px solid #9e9d9b;
  transform: translateY(-50%) rotate(-135deg);
}
.selectObj {
  width:100%;
  height: 1.5em;
  border: 1px solid #2325314D;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 15px;
  -webkit-appearance: none;
  appearance: none;
}
.select-shop,
.select-seat {
  min-width: 8em;
}
.select-date {
  min-width: 7em;
}
.select-time {
  min-width: 5em;
}
.select-person {
  min-width: 3em;
}
.fixedObj {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.fixedObj > .margin-zero {
  margin: 0 !important;
  font-weight: normal;
  color: black;
  white-space: normal;
  font-size: 16px;
}
.gadget-button {
  min-width: 160px;
  justify-content: center;
}
.send {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 20px;
  width: 80%;
  min-height: 58px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  background: #7b6937;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.powered {
  display: flex;
  justify-content: center;
  font-size: 12px;
}
