@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
/* ==========================================================================
 Foundation
============================================================================*/
/* ==========================================================================
 layout
============================================================================*/
/* ==========================================================================
 component
============================================================================*/
.c-grm-reservation-archive-list-table__options dl {
  align-items: center;
  display: flex;
}
.c-grm-reservation-archive-list-table__options dl dt {
  background-color: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px 8px;
}
.c-grm-reservation-archive-list-table__options dl dd {
  font-size: 0.875rem;
  margin-left: 4px;
}

.c-grm-reservation-btns {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.c-grm-reservation-btns > * {
  margin-right: 24px;
}
.c-grm-reservation-btns > *:last-child {
  margin-right: 0;
}
.c-grm-reservation-btns.--cf7 {
  flex-wrap: wrap;
}
.c-grm-reservation-btns.--cf7 > * {
  margin-right: 0;
}
.c-grm-reservation-btns.--cf7 > input[type=button],
.c-grm-reservation-btns.--cf7 > input[type=submit] {
  margin-right: 24px;
}
.c-grm-reservation-btns.--cf7 > input[type=button]:last-of-type,
.c-grm-reservation-btns.--cf7 > input[type=submit]:last-of-type {
  margin-right: 0;
}
.c-grm-reservation-btns.--cf7::after {
  content: "";
  display: block;
  height: 0;
  order: 1;
  width: 100%;
}
.c-grm-reservation-btns.--cf7 .wpcf7-spinner {
  order: 2;
}

.c-grm-reservation-btn-01 {
  background: #e33409;
  border: none;
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 48px;
  max-width: 240px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  width: 100%;
}
.c-grm-reservation-btn-01.--s {
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 32px;
}
.c-grm-reservation-btn-01:disabled {
  cursor: default !important;
  opacity: 0.5;
}

.c-grm-reservation-btn-02 {
  background-color: #f1f1f1;
  border: none;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 48px;
  max-width: 240px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  width: 100%;
}
.c-grm-reservation-btn-02:disabled {
  cursor: default !important;
  opacity: 0.5;
}

.c-grm-reservation-btn-03 {
  background-color: #000;
  border: none;
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 48px;
  max-width: 240px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  width: 100%;
}
.c-grm-reservation-btn-03:disabled {
  cursor: default !important;
  opacity: 0.5;
}

.c-grm-reservation-btn-04 {
  background-color: #fff;
  border: none;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #333;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2857142857em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
  text-align: center;
}

.c-grm-reservation-btn-05 {
  background: #000;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.7142857143em;
  padding: 0.2857142857em 2.2857142857em 0.2857142857em 1.7142857143em;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
.c-grm-reservation-btn-05::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #fff;
  content: "";
  display: block;
  height: 1.1428571429em;
  right: 0.5714285714em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 1.1428571429em;
}
.c-grm-reservation-btn-05:hover {
  background: none;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}
.c-grm-reservation-btn-05:hover::after {
  background-color: #000;
  right: 0.2857142857em;
}

.c-grm-reservation-counter {
  background-color: #000;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.1818181818em;
  margin-left: 0.3636363636em;
  padding-left: 0.5454545455em;
  padding-right: 0.3636363636em;
  /*
  &.--is-on-03,
  &.--is-on-02,
  &.--is-on-01,
  &.--is-full,
  &.--is-off {
  	display: block;
  	line-height: em(16, 12);
  	position: relative;
  	text-align: left;
  }
  */
}
.c-grm-reservation-counter span {
  font-size: 0.9090909091em;
}
.c-grm-reservation-counter.--l {
  font-size: 1rem;
  line-height: 1.375em;
  margin-left: 0;
  padding-left: 0.5625em;
  padding-right: 0.375em;
}
.c-grm-reservation-counter.--circled {
  padding-left: 0.3636363636em;
  padding-right: 0.3636363636em;
  min-width: 1.1818181818em;
}
.c-grm-reservation-counter.--is-on-03 {
  background-color: #e33409;
}
.c-grm-reservation-counter.--is-on-02 {
  background-color: #dd8b10;
}
.c-grm-reservation-counter.--is-on-01 {
  background-color: #21b80d;
}
.c-grm-reservation-counter.--is-full {
  background-color: #333;
  opacity: 0.2;
}
.c-grm-reservation-counter.--is-off {
  background-color: #333;
}

.c-grm-reservation-form-part {
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 2.2857142857em;
}
.c-grm-reservation-form-part > dt {
  flex-shrink: 0;
  font-weight: 700;
  line-height: 2em;
  padding-right: 1.7142857143em;
  position: relative;
  width: 17.1428571429em;
}
.c-grm-reservation-form-part > dt > span,
.c-grm-reservation-form-part > dt > label {
  display: block;
  padding-bottom: 0.4285714286em;
  padding-top: 0.4285714286em;
}
.c-grm-reservation-form-part > dd {
  position: relative;
  width: 100%;
}
.c-grm-reservation-form-part > dd input[type=text],
.c-grm-reservation-form-part > dd input[type=number],
.c-grm-reservation-form-part > dd input[type=email],
.c-grm-reservation-form-part > dd input[type=tel],
.c-grm-reservation-form-part > dd input[type=password] {
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 0.2857142857em;
  font-size: 0.875rem;
  height: 2.8571428571em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
  width: 100%;
}
.c-grm-reservation-form-part > dd input[type=radio] {
  margin-right: 0.5714285714em;
}
.c-grm-reservation-form-part > dd select {
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 0.2857142857em;
  font-size: 0.875rem;
  height: 2.8571428571em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
}
.c-grm-reservation-form-part > dd select[multiple] {
  height: 10.7142857143em;
}
.c-grm-reservation-form-part > dd textarea {
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 0.2857142857em;
  font-size: 0.875rem;
  height: 21.4285714286em;
  padding: 1.1428571429em;
  width: 100%;
}
.c-grm-reservation-form-part > dd p {
  line-height: 2em;
  padding-bottom: 0.4285714286em;
  padding-top: 0.4285714286em;
}
.c-grm-reservation-form-part > dd table {
  border-collapse: separate !important;
  border-spacing: 0.5714285714em !important;
  margin-left: -0.5714285714em;
  margin-right: -0.5714285714em;
  width: calc(100% + 1.1428571429em);
}
.c-grm-reservation-form-part > dd table tr th,
.c-grm-reservation-form-part > dd table tr td {
  vertical-align: top;
}
.c-grm-reservation-form-part > dd table tr th {
  font-weight: 700;
  line-height: 2em;
  padding-bottom: 0.4285714286em;
  padding-right: 1.7142857143em;
  padding-top: 0.4285714286em;
  white-space: nowrap;
  width: auto;
}
.c-grm-reservation-form-part > dd table tr td {
  width: 100%;
}
.c-grm-reservation-form-part.fail input[type=text],
.c-grm-reservation-form-part.fail input[type=password] {
  background: #FFF3F3;
}
.c-grm-reservation-form-part.--is-confirm > dt,
.c-grm-reservation-form-part.--is-confirm > dd {
  line-height: 2em;
}
.c-grm-reservation-form-part.--is-required > dt {
  padding-right: 5.4285714286em;
}
.c-grm-reservation-form-part.--is-required > dt::after {
  content: "必須";
  background: #DC6262;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  padding: 0.3333333333em 0;
  position: absolute;
  right: 2em;
  text-align: center;
  top: 0.8333333333em;
  width: 3em;
}
.c-grm-reservation-form-part__row {
  margin-top: 0.5714285714em;
}
.c-grm-reservation-form-part__row:first-child {
  margin-top: 0;
}
.c-grm-reservation-form-part__cols {
  align-items: center;
  display: flex;
}
.c-grm-reservation-form-part__cols__col {
  align-items: center;
  display: flex;
  margin-right: 1.1428571429em;
  width: 50%;
}
.c-grm-reservation-form-part__cols__col:last-child {
  margin-right: 0;
}
.c-grm-reservation-form-part__cols__col span:nth-child(1) {
  flex-shrink: 0;
  padding-right: 1.1428571429em;
}
.c-grm-reservation-form-part__cols__col span:nth-child(2) {
  width: 100%;
}
.c-grm-reservation-form-part__checkbox, .c-grm-reservation-form-part__checkbox--vertical {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.8571428571em;
  margin-bottom: -1em;
}
.c-grm-reservation-form-part__checkbox > *, .c-grm-reservation-form-part__checkbox--vertical > * {
  margin-bottom: 1em;
  margin-right: 1em;
}
.c-grm-reservation-form-part__checkbox > *:last-child, .c-grm-reservation-form-part__checkbox--vertical > *:last-child {
  margin-right: 0;
}
.c-grm-reservation-form-part__checkbox--vertical {
  flex-direction: column;
}
.c-grm-reservation-form-part__checkbox--vertical label {
  margin-right: 0;
}
.c-grm-reservation-form-part__password {
  position: relative;
}
.c-grm-reservation-form-part__password .js-show-password {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  right: 13px;
  top: 50%;
}
.c-grm-reservation-form-part__password .js-show-password.blind::after {
  content: "\f06e";
}
.c-grm-reservation-form-part__repeater-template {
  display: none;
}
.c-grm-reservation-form-part__repeater-fields {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.c-grm-reservation-form-part__repeater-fields:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-grm-reservation-form-part .c-grm-reservation-result-message.--is-fail {
  background-color: #DC6262;
  border: 0;
  color: #fff;
  font-size: 0.75rem;
  left: 0;
  line-height: 2em;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.6666666667em;
  position: absolute;
  top: -2.25em;
  z-index: 1;
  white-space: nowrap;
}
.c-grm-reservation-form-part .c-grm-reservation-result-message.--is-fail::before {
  background: none;
  border-radius: 0;
  border-top: 6px solid #DC6262;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -6px;
  content: "";
  display: block;
  height: auto;
  left: 10px;
  position: absolute;
  top: auto;
  width: auto;
}
.c-grm-reservation-form-part .c-grm-reservation-result-message.--is-fail::after {
  display: none;
}

.c-grm-reservation-radio-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  vertical-align: middle;
}
.c-grm-reservation-radio-button label {
  align-items: center;
  display: flex;
}
.c-grm-reservation-radio-button input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  height: 32px;
  margin-right: 16px;
  position: relative;
  width: 32px;
}
.c-grm-reservation-radio-button input::before {
  background-color: #fff !important;
  box-shadow: inset 0 0 0 1px #C1C1C1;
  border-radius: 100vh !important;
  content: "";
  cursor: pointer;
  display: block;
  height: 100% !important;
  left: 0;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100% !important;
  z-index: 1;
}
.c-grm-reservation-radio-button input:checked::after {
  background: #57B0DE;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2;
}
.c-grm-reservation-radio-button input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.c-grm-reservation-check-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  vertical-align: middle;
}
.c-grm-reservation-check-button label {
  align-items: center;
  display: flex;
}
.c-grm-reservation-check-button input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  flex-shrink: 0;
  height: 32px;
  margin-right: 16px;
  position: relative;
  width: 32px;
}
.c-grm-reservation-check-button input::before {
  background-color: #DDE8EE;
  border-radius: 4px;
  content: "" !important;
  cursor: pointer;
  display: block;
  height: 100% !important;
  left: 0;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100% !important;
  z-index: 1;
}
.c-grm-reservation-check-button input::after {
  clip-path: polygon(27.09% 41.65%, 44.52% 59.08%, 79.16% 24.45%, 88.03% 33.32%, 44.52% 76.82%, 18.22% 50.52%);
  background-color: #B4CAD5;
  content: "";
  display: block;
  height: 75%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 2;
}
.c-grm-reservation-check-button input:checked::before {
  background-color: #57B0DE;
}
.c-grm-reservation-check-button input:checked::after {
  background-color: #fff;
}
.c-grm-reservation-check-button input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.c-grm-reservation-check-list {
  display: flex;
  flex-direction: column;
}
.c-grm-reservation-check-list > * {
  padding-bottom: 8px;
  padding-top: 8px;
}
.c-grm-reservation-check-list.--horizontal {
  flex-direction: row;
}
.c-grm-reservation-check-list.--horizontal > * {
  margin-right: 32px;
}
.c-grm-reservation-check-list.--horizontal > *:last-child {
  margin-right: 0;
}

.c-grm-reservation-select-box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #B6CBD6;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.c-grm-reservation-select-box::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #333;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  width: 16px;
  z-index: 2;
}
.c-grm-reservation-select-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  padding-left: 16px;
  padding-right: 32px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-grm-reservation-select-box select::-webkit-input-placeholder {
  color: #A2A2A2;
}
.c-grm-reservation-select-box select:-moz-placeholder {
  color: #A2A2A2;
}
.c-grm-reservation-select-box select::-moz-placeholder {
  color: #A2A2A2;
}
.c-grm-reservation-select-box select:-ms-input-placeholder {
  color: #A2A2A2;
}

.c-grm-reservation-text-box {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #B6CBD6;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  width: 100%;
}
.c-grm-reservation-text-box::-webkit-input-placeholder {
  color: #A2A2A2;
}
.c-grm-reservation-text-box:-moz-placeholder {
  color: #A2A2A2;
}
.c-grm-reservation-text-box::-moz-placeholder {
  color: #A2A2A2;
}
.c-grm-reservation-text-box:-ms-input-placeholder {
  color: #A2A2A2;
}
.c-grm-reservation-text-box.--multiline {
  height: 240px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.c-grm-reservation-choices {
  display: flex;
  height: 48px;
}
.c-grm-reservation-choices label {
  align-items: center;
  background-color: #fff;
  border: 2px solid #57B0DE;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-grm-reservation-choices label:first-child {
  border-radius: 100vh 0 0 100vh;
  border-right-width: 1px;
}
.c-grm-reservation-choices label:last-child {
  border-radius: 0 100vh 100vh 0;
  border-left-width: 1px;
}
.c-grm-reservation-choices label input {
  display: none;
}
.c-grm-reservation-choices label.--is-on {
  background: #57B0DE;
  color: #fff;
}

.c-grm-reservation-toggle {
  background-color: #DDE8EE;
  border-radius: 100vh;
  cursor: pointer;
  height: 48px;
  position: relative;
  width: 96px;
}
.c-grm-reservation-toggle::after {
  aspect-ratio: 1/1;
  background-color: #B4CAD5;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 83.3333333333%;
  left: 4.1666666667%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.3s;
}
.c-grm-reservation-toggle.--is-on {
  background-color: #57B0DE;
}
.c-grm-reservation-toggle.--is-on::after {
  background-color: #fff;
  left: 54.1666666667%;
}

.c-grm-reservation-label {
  display: inline-block;
}
.c-grm-reservation-label > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.c-grm-reservation-label > div > span {
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.2857142857em;
  margin-bottom: 0.2857142857em;
  margin-top: 0.2857142857em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
  position: relative;
}
.c-grm-reservation-label > div > span:nth-child(n+2) {
  background-color: #f0f0f0;
  font-size: 0.74375rem;
  line-height: 1.9428571429em;
  margin-left: 4px;
  padding-left: 0.9714285714em;
  padding-right: 0.9714285714em;
}
.c-grm-reservation-label > div > span:nth-child(n+2)::after {
  background: #d8d8d8;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 4px;
}
.c-grm-reservation-label:hover > div > span:first-child::before, .c-grm-reservation-label:hover > div > span:first-child::after {
  opacity: 1 !important;
}
.c-grm-reservation-label.--is-removable > div > span {
  cursor: pointer;
}
.c-grm-reservation-label.--is-removable > div > span:first-child::before, .c-grm-reservation-label.--is-removable > div > span:first-child::after {
  content: "";
  opacity: 0;
  position: absolute;
  transition: 0.3s;
}
.c-grm-reservation-label.--is-removable > div > span:first-child::before {
  background: #e33409;
  border-radius: 100vh;
  height: 16px;
  right: -4px;
  top: -4px;
  width: 16px;
}
.c-grm-reservation-label.--is-removable > div > span:first-child::after {
  clip-path: polygon(15% 43.73%, 85% 43.73%, 85% 56.27%, 15% 56.27%);
  background-color: #fff;
  height: 12px;
  right: -2px;
  top: -2px;
  width: 12px;
}
.c-grm-reservation-label.--is-intend-remove {
  opacity: 0.2;
}
.c-grm-reservation-label__pendding {
  background-color: #e33409;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1;
  margin-right: 0.4em;
  padding: 0.4em;
}

.c-grm-reservation-loading {
  background: rgba(255, 255, 255, 0.5) url(../images/common/loading_blk.svg) 50% 50% no-repeat;
  background-size: 40px 40px;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000005;
}

.c-grm-reservation-modal, .c-grm-reservation-shortcode-modal-ui {
  background-color: rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
  color: #333;
  display: none;
  height: 100%;
  left: 0;
  padding: 80px 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
}
.c-grm-reservation-modal *, .c-grm-reservation-shortcode-modal-ui * {
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}
.c-grm-reservation-modal h1, .c-grm-reservation-shortcode-modal-ui h1, .c-grm-reservation-modal h2, .c-grm-reservation-shortcode-modal-ui h2, .c-grm-reservation-modal h3, .c-grm-reservation-shortcode-modal-ui h3, .c-grm-reservation-modal h4, .c-grm-reservation-shortcode-modal-ui h4, .c-grm-reservation-modal h5, .c-grm-reservation-shortcode-modal-ui h5 {
  margin: 0;
}
.c-grm-reservation-modal a img, .c-grm-reservation-modal img, .c-grm-reservation-shortcode-modal-ui img {
  border: 0;
  vertical-align: middle;
}
.c-grm-reservation-modal strong, .c-grm-reservation-shortcode-modal-ui strong {
  font-style: normal;
  font-weight: bold;
}
.c-grm-reservation-modal small, .c-grm-reservation-shortcode-modal-ui small {
  font-size: 100%;
}
.c-grm-reservation-modal ol, .c-grm-reservation-shortcode-modal-ui ol, .c-grm-reservation-modal ul, .c-grm-reservation-shortcode-modal-ui ul {
  list-style-type: none;
}
.c-grm-reservation-modal hr, .c-grm-reservation-shortcode-modal-ui hr {
  background-color: #ccc;
  border: 0;
  color: #ccc;
  height: 1px;
  margin: 0;
  padding: 0;
}
.c-grm-reservation-modal table, .c-grm-reservation-shortcode-modal-ui table {
  border-collapse: collapse;
  border-spacing: 0;
}
.c-grm-reservation-modal th, .c-grm-reservation-shortcode-modal-ui th {
  margin: 0;
}
.c-grm-reservation-modal td, .c-grm-reservation-shortcode-modal-ui td {
  margin: 0;
}
.c-grm-reservation-modal button, .c-grm-reservation-shortcode-modal-ui button {
  cursor: pointer;
}
.c-grm-reservation-modal button, .c-grm-reservation-shortcode-modal-ui button, .c-grm-reservation-modal fieldset, .c-grm-reservation-shortcode-modal-ui fieldset, .c-grm-reservation-modal form, .c-grm-reservation-shortcode-modal-ui form, .c-grm-reservation-modal input, .c-grm-reservation-shortcode-modal-ui input, .c-grm-reservation-modal label, .c-grm-reservation-shortcode-modal-ui label, .c-grm-reservation-modal legend, .c-grm-reservation-shortcode-modal-ui legend, .c-grm-reservation-modal select, .c-grm-reservation-shortcode-modal-ui select, .c-grm-reservation-modal textarea, .c-grm-reservation-shortcode-modal-ui textarea {
  vertical-align: middle;
}
.c-grm-reservation-modal select, .c-grm-reservation-shortcode-modal-ui select {
  max-width: none;
}
.c-grm-reservation-modal label, .c-grm-reservation-shortcode-modal-ui label {
  cursor: pointer;
}
.c-grm-reservation-modal textarea, .c-grm-reservation-shortcode-modal-ui textarea {
  resize: vertical;
}
.c-grm-reservation-modal figure, .c-grm-reservation-shortcode-modal-ui figure {
  margin: 0;
}
.c-grm-reservation-modal.-loading, .-loading.c-grm-reservation-shortcode-modal-ui {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/common/loading_wht.svg);
  background-size: 80px 80px;
}
.c-grm-reservation-modal__inner, .c-grm-reservation-shortcode-modal-ui__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-grm-reservation-modal__inner > *, .c-grm-reservation-shortcode-modal-ui__inner > * {
  border: 16px solid #fff;
  background-color: #fff;
  border-radius: 16px;
  max-height: 100%;
  max-width: 1160px;
  overflow: auto;
  padding: 44px;
  width: 100%;
}
.c-grm-reservation-modal__inner > *.p-modal-select-frame-or-room, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-frame-or-room {
  padding: 24px;
  width: auto;
}
.c-grm-reservation-modal__inner > *.p-modal-select-frame-or-room .c-btn-secondary, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-frame-or-room .c-btn-secondary {
  margin-right: 40px;
}
.c-grm-reservation-modal__inner > *.p-modal-select-frame-or-room .c-btn-secondary:last-child, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-frame-or-room .c-btn-secondary:last-child {
  margin-right: 0;
}
.c-grm-reservation-modal__inner > *.p-modal-select-room, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-room {
  padding: 24px;
}
.c-grm-reservation-modal__inner > *.p-modal-select-room .p-grm-floor-map-reservation-form, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-room .p-grm-floor-map-reservation-form {
  margin-top: 0;
  padding: 0;
}
.c-grm-reservation-modal__inner > *.p-modal-select-room .p-grm-floor-map-reservation-form__field, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-room .p-grm-floor-map-reservation-form__field {
  margin-top: 80px;
}
.c-grm-reservation-modal__inner > *.p-modal-select-room .p-grm-floor-map-reservation-form__field:first-child, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-room .p-grm-floor-map-reservation-form__field:first-child {
  margin-top: 0;
}
.c-grm-reservation-modal__inner > *.p-modal-select-room .c-hd-floor, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-room .c-hd-floor {
  margin-top: 0;
}
.c-grm-reservation-modal__btn-close, .c-grm-reservation-shortcode-modal-ui__btn-close {
  cursor: pointer;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1;
}
.c-grm-reservation-modal__btn-close::after, .c-grm-reservation-shortcode-modal-ui__btn-close::after {
  clip-path: polygon(23.39% 14.52%, 50% 41.13%, 76.6% 14.52%, 85.47% 23.39%, 58.86% 50%, 85.47% 76.61%, 76.6% 85.48%, 50% 58.87%, 23.39% 85.48%, 14.52% 76.61%, 41.13% 50%, 14.52% 23.39%);
  background-color: #fff;
  content: "";
  cursor: pointer;
  display: block;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.c-grm-reservation-modal__btn-close:hover, .c-grm-reservation-shortcode-modal-ui__btn-close:hover {
  opacity: 0.5;
}

.c-grm-reservation-modal-box {
  background-color: #fff;
  border: 16px solid #fff;
  border-radius: 16px;
  box-shadow: inset 0 0 2px #fff;
  max-height: 100%;
  max-width: 1160px;
  overflow: auto;
  padding: 24px;
}

.c-grm-reservation-shortcode-modal-ui__contents {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
.c-grm-reservation-shortcode-modal-ui__contents__left {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  width: 66.6666666667%;
}
.c-grm-reservation-shortcode-modal-ui__contents__left__inner {
  max-height: 70vh;
  overflow: auto;
  width: 100%;
}
.c-grm-reservation-shortcode-modal-ui__contents__left .c-grm-reservation-modal-ui-date-selecter {
  display: none;
}
.c-grm-reservation-shortcode-modal-ui__contents__left .c-grm-reservation-modal-ui-frame-selecter {
  display: none;
}
.c-grm-reservation-shortcode-modal-ui__contents__left .p-grm-reservation-calendar {
  margin-top: 0;
}
.c-grm-reservation-shortcode-modal-ui__contents__right {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  width: 30%;
}
.c-grm-reservation-shortcode-modal-ui__contents__right__inner {
  max-height: 70vh;
  overflow: auto;
  width: 100%;
}
.c-grm-reservation-shortcode-modal-ui__contents__right dl {
  font-size: 1rem;
  margin-top: 1.5em;
}
.c-grm-reservation-shortcode-modal-ui__contents__right dl dt {
  background-color: #F5F5F5;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.5em;
}
.c-grm-reservation-shortcode-modal-ui__contents__right dl dt img {
  display: inline-block;
  margin-right: 0.5em;
  width: 1.5em;
}
.c-grm-reservation-shortcode-modal-ui__contents__right dl dd {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2em;
  padding: 0.5em 0.5em 0;
}
.c-grm-reservation-shortcode-modal-ui__contents__right dl dd .c-grm-reservation-btn-04 {
  flex-shrink: 0;
  margin-left: auto;
}
.c-grm-reservation-shortcode-modal-ui__contents__right .c-grm-reservation-btn-01 {
  flex-shrink: 0;
  margin-top: 24px;
}
.c-grm-reservation-shortcode-modal-ui__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-grm-reservation-shortcode-modal-ui__option__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.c-grm-reservation-shortcode-modal-ui__option__item span:first-child {
  background-color: #333;
  border-radius: 100vh;
  color: #fff;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6666666667em;
  margin-right: 8px;
  padding: 0 8px;
}
.c-grm-reservation-shortcode-modal-ui__date span {
  display: inline-block;
  margin-right: 1em;
}
.c-grm-reservation-shortcode-modal-ui__frame span {
  display: inline-block;
  margin-right: 1em;
}
.c-grm-reservation-shortcode-modal-ui__payment {
  display: flex;
  flex-direction: column;
}
.c-grm-reservation-shortcode-modal-ui__payment .c-grm-reservation-radio-button {
  margin-top: 8px;
  width: 100%;
}
.c-grm-reservation-shortcode-modal-ui__payment .c-grm-reservation-radio-button:first-child {
  margin-top: 0;
}
.c-grm-reservation-shortcode-modal-ui__payment .c-grm-reservation-radio-button input {
  height: 24px;
  margin-right: 8px;
  width: 24px;
}

.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card {
  align-items: center;
  border-bottom: 1px solid #ccc;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 1em;
  padding: 0 1em 1em;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card__header {
  margin-bottom: 0.5em;
  margin-left: 24px;
  margin-top: 0.5em;
  position: relative;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card__header__name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card__header__price {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 8px;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card__header__price span {
  font-size: 0.75rem;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card figure {
  aspect-ratio: 4/3;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 16.7597765363%;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card figure img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card p {
  display: none;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card__sub-total {
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-top: 0.5em;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card__sub-total .--amount {
  margin-left: 16px;
}
.p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card__sub-total .--price {
  margin-left: 24px;
}
.p-grm-reservation-pre-order-selected-items__total {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 40px;
  text-align: right;
}
.p-grm-reservation-pre-order-selected-items__total span {
  font-size: 2rem;
  margin-left: 16px;
}

.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card {
  color: #333;
  font-size: 1rem;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header {
  margin-top: 16px;
  position: relative;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header__name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header__price {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 8px;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header__price span {
  font-size: 0.75rem;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card figure {
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card figure img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 16px;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__amount {
  align-items: center;
  display: flex;
  margin-top: 16px;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__amount span {
  flex-shrink: 0;
  padding-right: 16px;
}
.p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__amount select {
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 0.2857142857em;
  font-size: 0.875rem;
  height: 2.8571428571em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
  width: 100%;
}

.c-grm-reservation-result-message {
  border-radius: 0.2857142857em;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.5714285714em 1.1428571429em;
}
.c-grm-reservation-result-message.--is-done {
  box-shadow: inset 0 0 0 1px #46AA82;
  color: #46AA82;
  padding-left: 2.3571428571em;
  position: relative;
}
.c-grm-reservation-result-message.--is-done::after {
  clip-path: polygon(27.09% 41.65%, 44.52% 59.08%, 79.16% 24.45%, 88.03% 33.32%, 44.52% 76.82%, 18.22% 50.52%);
  background-color: #fff;
  content: "";
  display: block;
  height: 1em;
  left: 0.8214285714em;
  position: absolute;
  top: 0.8214285714em;
  width: 1em;
}
.c-grm-reservation-result-message.--is-done::before {
  background-color: #46AA82;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 1.5em;
  left: 0.5714285714em;
  position: absolute;
  top: 0.5714285714em;
  width: 1.5em;
}
.c-grm-reservation-result-message.--is-fail {
  box-shadow: inset 0 0 0 1px #DC6262;
  color: #DC6262;
  padding-left: 2.3571428571em;
  position: relative;
}
.c-grm-reservation-result-message.--is-fail::after {
  clip-path: polygon(40% 14%, 60% 14%, 58% 64%, 50% 64%, 50% 70%, 58% 70%, 58% 86%, 42% 86%, 42% 70%, 50% 70%, 50% 64%, 42% 64%);
  background-color: #fff;
  content: "";
  display: block;
  height: 1em;
  left: 0.8214285714em;
  position: absolute;
  top: 0.8214285714em;
  width: 1em;
}
.c-grm-reservation-result-message.--is-fail::before {
  background-color: #DC6262;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 1.5em;
  left: 0.5714285714em;
  position: absolute;
  top: 0.5714285714em;
  width: 1.5em;
}

.c-grm-reservation-settings-json textarea {
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 0.2857142857em;
  font-size: 0.875rem;
  height: 21.4285714286em;
  padding: 1.1428571429em;
  width: 100%;
}

.c-grm-reservation-tag-field {
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 0.2857142857em;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  padding-left: 0.2857142857em;
  padding-right: 0.2857142857em;
  width: 100%;
}
.c-grm-reservation-tag-field input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: none !important;
  border: none !important;
  height: 2.8571428571em !important;
  margin-left: 1.2857142857em;
  padding: 0 !important;
  width: 100px !important;
}
.c-grm-reservation-tag-field input:focus {
  box-shadow: none;
  outline: none;
}
.c-grm-reservation-tag-field > span {
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 2.2857142857em;
  margin: 0.2857142857em 0.1428571429em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
  position: relative;
}
.c-grm-reservation-tag-field > span::before, .c-grm-reservation-tag-field > span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
}
.c-grm-reservation-tag-field > span::before {
  background: #e33409;
  border-radius: 100vh;
  height: 16px;
  right: -4px;
  top: -4px;
  width: 16px;
}
.c-grm-reservation-tag-field > span::after {
  clip-path: polygon(15% 43.73%, 85% 43.73%, 85% 56.27%, 15% 56.27%);
  background-color: #fff;
  height: 12px;
  right: -2px;
  top: -2px;
  width: 12px;
}
.c-grm-reservation-tag-field > span:hover::before, .c-grm-reservation-tag-field > span:hover::after {
  opacity: 1;
}

.c-grm-reservation-toast {
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  color: #fff;
  height: 100px;
  left: 0;
  max-width: none !important;
  position: fixed;
  top: 100%;
  transition: 0.3s;
  width: 100%;
  z-index: 1000001;
}
.c-grm-reservation-toast * {
  box-sizing: border-box;
}
.c-grm-reservation-toast__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.c-grm-reservation-toast__inner > * {
  margin-left: 16px;
}
.c-grm-reservation-toast__inner > *:first-child {
  margin-left: 0;
}
.c-grm-reservation-toast__txt-01 {
  font-size: 1rem;
  text-align: center;
}
.c-grm-reservation-toast.--is-opened {
  transform: translate(0%, -100%);
}

/* ==========================================================================
 project
============================================================================*/
.p-grm-reservation-calendar {
  position: relative;
  width: 100%;
}
.p-grm-reservation-calendar * {
  box-sizing: border-box;
}
.p-grm-reservation-calendar__select {
  display: flex;
  justify-content: space-between;
}
.p-grm-reservation-calendar__select .c-grm-reservation-select-box {
  width: 48%;
}
.p-grm-reservation-calendar__header {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.p-grm-reservation-calendar__header > * {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
}
.p-grm-reservation-calendar__header__btn-prev, .p-grm-reservation-calendar__header__btn-next {
  flex-shrink: 0;
  height: 3.125rem;
  width: 3.125rem;
}
.p-grm-reservation-calendar__header__btn-prev button, .p-grm-reservation-calendar__header__btn-next button {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-grm-reservation-calendar__header__btn-prev button::after, .p-grm-reservation-calendar__header__btn-next button::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #000;
  content: "";
  display: block;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.p-grm-reservation-calendar__header__btn-prev {
  transform: scale(-1, 1);
}
.p-grm-reservation-calendar__header__month {
  display: none;
  font-size: 1.25rem;
  height: 3.125rem;
  width: 100%;
}
.p-grm-reservation-calendar__week {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 3.125rem;
}
.p-grm-reservation-calendar__week > * {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  width: 14.2857142857%;
}
.p-grm-reservation-calendar__body {
  display: flex;
  flex-wrap: wrap;
  min-height: 300px;
}
.p-grm-reservation-calendar__body__cel {
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 1px -1px 0 0 #ccc, 1px -1px 0 0 #ccc;
  color: #000;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  min-height: 3.125rem;
  padding: 1.6666666667em 8px 8px;
  position: relative;
  width: 14.2857142857%;
}
.p-grm-reservation-calendar__body__cel .-date {
  display: block;
  font-weight: 700;
  left: 0.5em;
  line-height: 1.6666666667em;
  position: absolute;
  text-align: center;
  top: 0;
}
.p-grm-reservation-calendar__body__cel:nth-child(7n+1) .-date {
  color: #df0909;
}
.p-grm-reservation-calendar__body__cel:nth-child(7n+7) {
  box-shadow: inset 1px -1px 0 0 #ccc, 1px -1px 0 0 #ccc, inset -1px 0 0 0 #ccc;
}
.p-grm-reservation-calendar__body__cel:nth-child(7n+7) .-date {
  color: #0076ec;
}
.p-grm-reservation-calendar__body__cel.--is-holiday .-date {
  color: #df0909;
}
.p-grm-reservation-calendar__body__cel.--is-past .p-grm-reservation-calendar-contents {
  cursor: default;
  background: none;
  box-shadow: none;
}
.p-grm-reservation-calendar__body__cel.--is-past .p-grm-reservation-calendar-contents:hover {
  background: none !important;
}
.p-grm-reservation-calendar__body__cel.--is-closed {
  background-color: #ddd;
}
.p-grm-reservation-calendar__body__cel.--is-in::before {
  background: #e33409;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.p-grm-reservation-calendar__body__cel.--is-in::after {
  background-color: #e33409;
  bottom: 0;
  color: #fff;
  content: "チェックイン";
  display: block;
  font-size: 0.625rem;
  left: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
}
.p-grm-reservation-calendar__body__cel.--is-out::before {
  background: #e33409;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
}
.p-grm-reservation-calendar__body__cel.--is-out::after {
  background-color: #e33409;
  bottom: 0;
  color: #fff;
  content: "チェックアウト";
  display: block;
  font-size: 0.625rem;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  right: 4px;
}
.p-grm-reservation-calendar__body__cel.--is-stay {
  background: #facfcf;
}
.p-grm-reservation-calendar__body__cel__btn-submit-stay {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.p-grm-reservation-calendar__btn-reservation {
  background: #000;
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 8px;
  transition: 0.3s;
}
.p-grm-reservation-calendar__btn-reservation:hover {
  background: #fff;
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}

.p-grm-reservation-calendar-contents {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
  width: 100%;
}
.p-grm-reservation-calendar-contents__frame-label {
  font-size: 0.75rem;
  font-weight: 400;
}
.p-grm-reservation-calendar-contents .--is-full {
  opacity: 0.2;
}
.p-grm-reservation-calendar-contents:hover {
  background-color: #fafafa;
}
.p-grm-reservation-calendar-contents .-icon-full {
  color: #df0909;
  font-weight: 900;
}
.p-grm-reservation-calendar-contents .-icon-empty {
  color: #17bd4e;
  font-weight: 900;
}

.p-grm-reservation-calendar-mark {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}
.p-grm-reservation-calendar-mark.--is-full {
  color: #707070;
}
.p-grm-reservation-calendar-mark.--is-on-02 {
  color: #D82525;
}
.p-grm-reservation-calendar-mark.--is-on-01 {
  color: #36AC69;
}

.p-grm-reservation-calendar-options__hd {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
.p-grm-reservation-calendar-options__items {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-grm-reservation-calendar-options__items__item {
  align-items: center;
  box-shadow: inset 0 0 0 1px #ccc;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin-bottom: 8px;
  position: relative;
  width: 280px;
}
.p-grm-reservation-calendar-options__items__item.--is-active {
  box-shadow: inset 0 0 0 1px #ff0000;
}
.p-grm-reservation-calendar-options__items__item.--is-full {
  opacity: 0.2;
}
.p-grm-reservation-calendar-options__items__item.--is-selected .p-grm-reservation-calendar-options__items__item__btn-plus {
  background-color: #24ce6c;
  box-shadow: inset 0 0 0 1px #24ce6c;
}
.p-grm-reservation-calendar-options__items__item.--is-selected .p-grm-reservation-calendar-options__items__item__btn-plus::after {
  background-color: #fff;
}
.p-grm-reservation-calendar-options__items__item.--is-cancel .p-grm-reservation-calendar-options__items__item__btn-minus {
  background-color: #e00e13;
  box-shadow: inset 0 0 0 1px #e00e13;
}
.p-grm-reservation-calendar-options__items__item.--is-cancel .p-grm-reservation-calendar-options__items__item__btn-minus::after {
  background-color: #fff;
}
.p-grm-reservation-calendar-options__items__item:hover {
  background-color: #d5effb;
}
.p-grm-reservation-calendar-options__items__item__btn-plus, .p-grm-reservation-calendar-options__items__item__btn-minus {
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #ccc;
  height: 32px;
  margin-left: 8px;
  position: relative;
  width: 32px;
}
.p-grm-reservation-calendar-options__items__item__btn-plus::after, .p-grm-reservation-calendar-options__items__item__btn-minus::after {
  background: #000;
  content: "";
  display: block;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.p-grm-reservation-calendar-options__items__item__btn-minus::after {
  clip-path: polygon(15% 43.73%, 85% 43.73%, 85% 56.27%, 15% 56.27%);
}
.p-grm-reservation-calendar-options__items__item__btn-plus::after {
  clip-path: polygon(43.73% 15%, 56.27% 15%, 56.27% 43.73%, 85% 43.73%, 85% 56.27%, 56.27% 56.27%, 56.27% 85%, 43.73% 85%, 43.73% 56.27%, 15% 56.27%, 15% 43.73%, 43.73% 43.73%);
}
.p-grm-reservation-calendar-options__items__item__amount {
  margin-left: 8px;
}
.p-grm-reservation-calendar-options__items__item__amount .-num.--is-on-03 {
  color: #e33409;
}
.p-grm-reservation-calendar-options__items__item__amount .-num.--is-on-02 {
  color: #dd8b10;
}
.p-grm-reservation-calendar-options__items__item__amount .-num.--is-on-01 {
  color: #21b80d;
}
.p-grm-reservation-calendar-options__items__item__amount .-circled-num {
  background-color: #21b80d;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  height: 1.6666666667em;
  line-height: 1.6666666667em;
  text-align: center;
  min-width: 1.6666666667em;
}
.p-grm-reservation-calendar-options__items__item__amount .-circled-num.--is-off {
  background-color: #333;
}
.p-grm-reservation-calendar-options__items__item__amount .-max {
  font-size: 0.875rem;
}
.p-grm-reservation-calendar-options__btns {
  bottom: 0;
  display: flex;
  left: 50%;
  max-width: 640px;
  padding: 16px 24px;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 100%;
}
.p-grm-reservation-calendar-options__btns > * {
  margin-right: 16px;
  max-width: none;
  width: 50%;
}
.p-grm-reservation-calendar-options__btns > *:last-child {
  margin-right: 0;
}
.p-grm-reservation-calendar-options__rest {
  font-size: 0.875rem;
  text-align: right;
}
.p-grm-reservation-calendar-options__rest span {
  font-size: 1rem;
  font-weight: 700;
}
.p-grm-reservation-calendar-options__rest span.--is-on-03 {
  color: #21b80d;
}
.p-grm-reservation-calendar-options__rest span.--is-on-02 {
  color: #dd8b10;
}
.p-grm-reservation-calendar-options__rest span.--is-on-01 {
  color: #e33409;
}
.p-grm-reservation-calendar-options__rest span.--is-full {
  color: #999;
}

.p-grm-reservation-frame-modal {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  width: 400px;
}
.p-grm-reservation-frame-modal__inner {
  max-height: 70vh;
  overflow: auto;
  width: 100%;
}
.p-grm-reservation-frame-modal__hd {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.p-grm-reservation-frame-modal__items {
  margin-top: 40px;
  padding: 4px;
}
.p-grm-reservation-frame-modal__items__item {
  align-items: center;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  height: 40px;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 12px;
}
.p-grm-reservation-frame-modal__items__item:last-child {
  margin-bottom: 0;
}
.p-grm-reservation-frame-modal__items__item__label {
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
}
.p-grm-reservation-frame-modal__items__item__result {
  font-size: 1rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
.p-grm-reservation-frame-modal__items__item__stock {
  font-size: 0.875rem;
  width: 100%;
}
.p-grm-reservation-frame-modal__items__item.--is-full .p-grm-reservation-frame-modal__items__item__result {
  color: #707070;
}
.p-grm-reservation-frame-modal__items__item.--is-full .p-grm-reservation-frame-modal__items__item__stock {
  color: #707070;
}
.p-grm-reservation-frame-modal__items__item.--is-on-01, .p-grm-reservation-frame-modal__items__item.--is-on-02 {
  background-color: #F8F8F8;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.p-grm-reservation-frame-modal__items__item.--is-on-01 .p-grm-reservation-frame-modal__items__item__result {
  color: #36AC69;
}
.p-grm-reservation-frame-modal__items__item.--is-on-01 .p-grm-reservation-frame-modal__items__item__stock {
  color: #36AC69;
}
.p-grm-reservation-frame-modal__items__item.--is-on-02 .p-grm-reservation-frame-modal__items__item__result {
  color: #D82525;
}
.p-grm-reservation-frame-modal__items__item.--is-on-02 .p-grm-reservation-frame-modal__items__item__stock {
  color: #D82525;
}
.p-grm-reservation-frame-modal__items__item.--is-selected {
  box-shadow: 0 0 0 1px #36AC69;
}

.p-grm-reservation-calendar__body__cel .p-grm-reservation-frame-modal {
  display: none;
}

.p-grm-reservation-form {
  font-size: 1rem;
  margin-top: 80px;
  overflow: hidden;
  /*
  select {
  	background-color: #fff;
  	border: 1px solid #B6CBD6;
  	border-radius: 4px;
  	font-size: rem(16);
  	height: 48px;
  	padding-left: 8px;
  	width: 100%;
  	@media screen and (max-width: 767px) {
  		font-size: vw(14);
  		height: vw(48);
  		padding-left: calc(8 / $sp-source-w * 100vw);
  	}
  	&::-webkit-input-placeholder {
  		color: #707070;
  	}
  	&:-moz-placeholder {
  		color: #707070;
  	}
  	&::-moz-placeholder {
  		color: #707070;
  	}
  	&:-ms-input-placeholder {
  		color: #707070;
  	}
  }
  */
}
.p-grm-reservation-form:first-of-type {
  margin-top: 0;
}
.p-grm-reservation-form * {
  box-sizing: border-box;
}
.p-grm-reservation-form__hd {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}
.p-grm-reservation-form * + .p-grm-reservation-form__hd {
  margin-top: 2em;
}
.p-grm-reservation-form__note {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 2.5em;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.p-grm-reservation-form__note.-caution {
  color: #B62126;
}
.p-grm-reservation-form__user-name {
  align-items: center;
  display: flex;
}
.p-grm-reservation-form__user-name__col {
  margin-right: 24px;
  width: 50%;
}
.p-grm-reservation-form__user-name__col:last-child {
  margin-right: 0;
}
.p-grm-reservation-form__birth {
  align-items: center;
  display: flex;
}
.p-grm-reservation-form__birth__col {
  margin-right: 24px;
}
.p-grm-reservation-form__birth__col:nth-of-type(1) {
  width: 80px;
}
.p-grm-reservation-form__birth__col:nth-of-type(2) {
  width: 60px;
}
.p-grm-reservation-form__birth__col:nth-of-type(3) {
  width: 60px;
}
.p-grm-reservation-form__birth > span {
  margin-left: -8px;
  margin-right: 16px;
}
.p-grm-reservation-form__birth > span:last-of-type {
  margin-right: 0;
}
.p-grm-reservation-form__gender {
  align-items: center;
  display: flex;
  padding-bottom: 12px;
  padding-top: 12px;
}
.p-grm-reservation-form__gender__col {
  margin-right: 24px;
}
.p-grm-reservation-form__gender__col:last-child {
  margin-right: 0;
}
.p-grm-reservation-form__gender__col input {
  margin-right: 16px;
}
.p-grm-reservation-form__postal-code {
  align-items: center;
  display: flex;
}
.p-grm-reservation-form__postal-code__col {
  margin-right: 24px;
  width: 100px;
}
.p-grm-reservation-form__postal-code__col:last-child {
  margin-right: 0;
}
.p-grm-reservation-form__postal-code > span {
  margin-left: -8px;
  margin-right: 16px;
}
.p-grm-reservation-form dl {
  background-color: #F9FAFB;
  display: flex;
  margin: 0;
  padding: 24px;
  position: relative;
}
.p-grm-reservation-form dl.--stripe {
  background-color: #fff;
}
.p-grm-reservation-form dl dt {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  margin: 0;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  line-height: 1.5em;
  font-weight: 700;
  width: 14em;
}
.p-grm-reservation-form dl dt .required,
.p-grm-reservation-form dl dt .any {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  margin-left: auto;
  padding: 0.5em 0.6666666667em;
  white-space: nowrap;
}
.p-grm-reservation-form dl dt .required {
  background-color: #DC2329;
}
.p-grm-reservation-form dl dt .any {
  background-color: #5B90BE;
}
.p-grm-reservation-form dl dd {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  justify-content: center;
  line-height: 1.4666666667em;
  margin: 0;
  padding-left: 16px;
  width: 100%;
}
.p-grm-reservation-form p {
  line-height: 2;
}
.p-grm-reservation-form p.error {
  color: #DC2329;
  font-size: 0.875rem;
}
.p-grm-reservation-form * + p {
  margin-top: 1em;
}
.p-grm-reservation-form input[type=text], .p-grm-reservation-form input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #B6CBD6;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1rem;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
.p-grm-reservation-form input[type=text]::-webkit-input-placeholder, .p-grm-reservation-form input[type=number]::-webkit-input-placeholder {
  color: #707070;
  font-size: 0.875rem;
}
.p-grm-reservation-form input[type=text]:-moz-placeholder, .p-grm-reservation-form input[type=number]:-moz-placeholder {
  color: #707070;
  font-size: 0.875rem;
}
.p-grm-reservation-form input[type=text]::-moz-placeholder, .p-grm-reservation-form input[type=number]::-moz-placeholder {
  color: #707070;
  font-size: 0.875rem;
}
.p-grm-reservation-form input[type=text]:-ms-input-placeholder, .p-grm-reservation-form input[type=number]:-ms-input-placeholder {
  color: #707070;
  font-size: 0.875rem;
}
.p-grm-reservation-form input[type=radio] {
  height: 24px;
  width: 24px;
}
.p-grm-reservation-form textarea {
  background-color: #fff;
  border: 1px solid #B6CBD6;
  border-radius: 4px;
  font-size: 1rem;
  height: 240px;
  padding: 13px 20px;
  width: 100%;
}
.p-grm-reservation-form textarea::-webkit-input-placeholder {
  color: #707070;
}
.p-grm-reservation-form textarea:-moz-placeholder {
  color: #707070;
}
.p-grm-reservation-form textarea::-moz-placeholder {
  color: #707070;
}
.p-grm-reservation-form textarea:-ms-input-placeholder {
  color: #707070;
}
.p-grm-reservation-form .c-btns {
  padding-top: 80px;
}
.p-grm-reservation-form .c-btns .c-btn-03 {
  max-width: 200px;
}
.p-grm-reservation-form .c-btns .c-btn-02 {
  max-width: 400px;
}
.p-grm-reservation-form .c-btns + .c-btn-save {
  display: none;
}
.p-grm-reservation-form__btn-search-company {
  cursor: pointer;
  height: 48px !important;
  margin-left: 16px;
  width: 160px;
}
.p-grm-reservation-form__btn-edit {
  cursor: pointer;
  max-width: 280px;
  width: 100%;
}
.p-grm-reservation-form__relation {
  align-items: center;
  display: flex;
}
.p-grm-reservation-form__relation > * {
  margin-left: 24px;
}
.p-grm-reservation-form__relation > *:first-child {
  margin-left: 0;
}
.p-grm-reservation-form__relation .js-option-relation-items .-default {
  color: #DC2329;
}
.p-grm-reservation-form .c-grm-reservation-choices.--rental {
  width: 300px;
}

* + .p-grm-reservation-form__item {
  margin-top: 80px;
}

.p-grm-reservation-labels {
  align-items: center;
  display: flex;
  margin: 0 0 -8px;
  padding: 0;
}
.p-grm-reservation-labels__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-grm-reservation-labels__btn {
  flex-shrink: 0;
}
.p-grm-reservation-labels .c-grm-reservation-label {
  margin: 0 8px 8px 0;
  position: relative;
}
.p-grm-reservation-labels .c-grm-reservation-btn-05 {
  margin-left: 8px;
}
.p-grm-reservation-labels .c-grm-reservation-btn-05::before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 8px;
}

.p-grm-reservation-public-settings {
  margin-bottom: 80px;
  margin-top: 40px;
  text-align: center;
}
.p-grm-reservation-public-settings__inner {
  display: flex;
  justify-content: center;
}
.p-grm-reservation-public-settings dl {
  align-items: center;
  display: flex;
  margin-right: 40px;
}
.p-grm-reservation-public-settings dl:last-child {
  margin-right: 0;
}
.p-grm-reservation-public-settings dl dt {
  font-weight: 700;
  margin-right: 16px;
}
.p-grm-reservation-public-settings dl dd {
  font-size: 1rem;
}
.p-grm-reservation-public-settings .c-grm-reservation-toggle {
  height: 36px;
  width: 72px;
}
.p-grm-reservation-items > div {
  display: inline-block;
}
.p-grm-reservation-items__item {
  align-items: center;
  background-color: #F9FAFB;
  display: flex;
  padding-right: 64px;
  position: relative;
  /*
  &.--is-selected {
  	.p-grm-reservation-items__item__label {
  		&::before {
  			background-color: #24ce6c;
  		}
  	}
  }
  &.--is-canceled {
  	.p-grm-reservation-items__item__label {
  		&::after {
  			background-color: #e00e13;
  		}
  	}
  }
  */
}
.p-grm-reservation-items__item__label {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 8px 16px;
  position: relative;
  text-align: left;
  width: 10em;
  /*
  &::before,
  &::after {
  	content: '';
  	display: block;
  	height: 16px;
  	left: -8px;
  	position: absolute;
  	top: 50%;
  	width: 16px;
  	@media screen and (max-width: 767px) {
  		height: vw(16);
  		left: vw(-8);
  		width: vw(16);
  	}
  }
  &::before {
  	@include mixin-ico-plus;
  	background-color: rgba($color: #000, $alpha: .1);
  	transform: translate(-100%, -100%);
  }
  &::after {
  	@include mixin-ico-minus;
  	background-color: rgba($color: #000, $alpha: .1);
  	transform: translate(-100%, 0%);
  }
  */
}
.p-grm-reservation-items__item__counter {
  padding: 8px 16px;
  text-align: left;
  width: 80px;
}
.p-grm-reservation-items__item__counter .c-grm-reservation-counter {
  font-size: 1rem;
  white-space: nowrap;
}
.p-grm-reservation-items__item__members {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}
.p-grm-reservation-items__item__control {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0%, -50%);
}
.p-grm-reservation-items__item__control__btn-select {
  background-color: #ccc;
  border-radius: 4px;
  cursor: pointer;
  height: 32px;
  position: relative;
  transition: 0.3s;
  width: 32px;
}
.p-grm-reservation-items__item__control__btn-select::after {
  clip-path: polygon(27.09% 41.65%, 44.52% 59.08%, 79.16% 24.45%, 88.03% 33.32%, 44.52% 76.82%, 18.22% 50.52%);
  background-color: #fff;
  content: "";
  display: block;
  height: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.p-grm-reservation-items__item__control__btn-select:hover {
  background-color: #999;
}
.p-grm-reservation-items__item__control__btn-select.--is-selected {
  background-color: #24ce6c;
}
.p-grm-reservation-items__item__control__btn-select.--is-full {
  background: none;
  cursor: default;
}
.p-grm-reservation-items__item__control__btn-select.--is-full::after {
  clip-path: polygon(23.39% 14.52%, 50% 41.13%, 76.6% 14.52%, 85.47% 23.39%, 58.86% 50%, 85.47% 76.61%, 76.6% 85.48%, 50% 58.87%, 23.39% 85.48%, 14.52% 76.61%, 41.13% 50%, 14.52% 23.39%);
  background-color: #000;
  height: 60%;
  width: 60%;
}
.p-grm-reservation-items__item__control__closed {
  height: 32px;
  position: relative;
  width: 32px;
}
.p-grm-reservation-items__item__control__closed::after {
  clip-path: polygon(23.39% 14.52%, 50% 41.13%, 76.6% 14.52%, 85.47% 23.39%, 58.86% 50%, 85.47% 76.61%, 76.6% 85.48%, 50% 58.87%, 23.39% 85.48%, 14.52% 76.61%, 41.13% 50%, 14.52% 23.39%);
  background-color: #000;
  content: "";
  display: block;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.p-grm-reservation-items__item:nth-child(2n) {
  background-color: #fff;
}
.p-grm-reservation-items__item.--is-holiday .p-grm-reservation-items__item__label {
  color: #ff0000;
}
.p-grm-reservation-items-header {
  align-items: center;
  display: flex;
}
.p-grm-reservation-items-header__label {
  font-size: 0.875rem;
  width: 10em;
}
.p-grm-reservation-items-header__counter {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  width: 80px;
}
.p-grm-reservation-pre-order-menu {
  margin-top: 24px;
}
.p-grm-reservation-pre-order-menu__btn {
  margin-left: auto;
}

.p-grm-reservation-pre-order-menu-modal {
  border: 16px solid #fff;
  border-radius: 16px;
  background-color: #fff;
  display: none;
  max-height: 100%;
  max-width: 1604px;
  padding: 44px;
  overflow: auto;
  width: 100%;
}
.p-grm-reservation-pre-order-menu-modal__hd {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px !important;
}
.p-grm-reservation-pre-order-menu-modal__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5.4794520548%;
  max-width: 1460px;
  width: 100%;
}
.p-grm-reservation-pre-order-menu-modal__items > * {
  margin-bottom: 5.4794520548%;
  margin-right: 4.1095890411%;
  width: 21.9178082192%;
}
.p-grm-reservation-pre-order-menu-modal__items > *:nth-child(4n) {
  margin-right: 0;
}

* + .p-grm-reservation-pre-order-menu-modal__hd {
  margin-top: 80px !important;
}

.p-grm-reservation-pre-order-menu-admin-modal {
  border: 16px solid #fff;
  border-radius: 16px;
  background-color: #fff;
  display: none;
  max-height: 100%;
  max-width: 1604px;
  padding: 44px;
  overflow: auto;
  width: 100%;
}

.p-grm-reservation-front-unit {
  margin-bottom: 160px;
}

.p-grm-reservation-front-unit-option-form {
  display: none;
}

.p-grm-reservation-front-unit-options__item {
  margin-top: 80px;
}
.p-grm-reservation-front-unit-options__item__hd {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.p-grm-reservation-front-unit-options__item__menu {
  border-bottom: 1px solid #ccc;
}
.p-grm-reservation-front-unit-options__item__menu__item {
  border-top: 1px solid #ccc;
  padding-bottom: 24px;
  padding-top: 24px;
}
.p-grm-reservation-front-unit-options__item__menu__item__header {
  display: flex;
  justify-content: space-between;
}
.p-grm-reservation-front-unit-options__item__menu__item__header__hd {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 16px;
  width: 100%;
}
.p-grm-reservation-front-unit-options__item__menu__item__header__price {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.p-grm-reservation-front-unit-options__item__menu__item__header__price__num {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-grm-reservation-front-unit-options__item__menu__item__header__price__unit {
  flex-shrink: 0;
  font-size: 0.875rem;
  margin-left: 8px;
}
.p-grm-reservation-front-unit-options__item__menu__item__header__price__btn {
  background-color: #000;
  border: none;
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 48px;
  max-width: 240px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  width: 160px;
}
.p-grm-reservation-front-unit-options__item__menu__item__header__price__btn:disabled {
  cursor: default !important;
  opacity: 0.5;
}

/* ==========================================================================
 utility
============================================================================*/
.u-color--red {
  color: #ff0000;
}
.u-color--gray {
  color: #ccc;
}
.u-color--black {
  color: #000;
}
.u-color--white {
  color: #fff;
}

.u-display--sp {
  display: none;
}
.u-display--show {
  display: block !important;
}
.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
.u-display--flex {
  display: flex !important;
}
.u-display--hide {
  display: none !important;
}

.c-grm-reservation-repeater-fields {
  font-size: 0.875rem;
}
.c-grm-reservation-repeater-fields .c-grm-reservation-btn-03 {
  margin-left: auto;
  margin-top: 16px;
  max-width: 180px;
}
.c-grm-reservation-repeater-fields__btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-grm-reservation-repeater-fields__btns > * {
  margin-top: 16px;
}
.c-grm-reservation-repeater-fields__btns .c-grm-reservation-btn-03 {
  margin-left: 16px;
}
.c-grm-reservation-repeater-fields__preset {
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 100vh;
  display: flex;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-grm-reservation-repeater-fields__preset span {
  display: block;
  line-height: 1;
}
.c-grm-reservation-repeater-fields__preset__btn {
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #ccc;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-grm-reservation-repeater-template {
  display: none;
  width: 100%;
}

.c-grm-reservation-repeater-blocks {
  overflow: auto;
  padding-bottom: 1px;
}

.c-grm-reservation-repeater-block {
  background-color: #f1f1f1;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  box-shadow: 0 1px 0 0 #666;
  position: relative;
}
.c-grm-reservation-repeater-block.ui-sortable-helper {
  left: auto !important;
  transform: translate(10px, 0);
}
.c-grm-reservation-repeater-block:hover > .c-grm-reservation-form-controller {
  background: rgba(0, 0, 0, 0.4);
  display: flex !important;
}

.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--underline {
  text-decoration: underline !important;
}
@media screen and (max-width: 1272px){ /**/
}
@media screen and (max-width: 1080px){
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card {
    font-size: 0.8rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header__name {
    font-size: 1rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header__price {
    font-size: 0.8rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header__price span {
    font-size: 0.6rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card p {
    font-size: 0.8rem;
  }
  .p-grm-reservation-pre-order-menu-modal__hd {
    font-size: 1.2rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items {
    margin-bottom: -7.4074074074%;
  }
  .p-grm-reservation-pre-order-menu-modal__items > * {
    margin-bottom: 7.4074074074%;
    width: 29.6296296296%;
  }
  .p-grm-reservation-pre-order-menu-modal__items > *:nth-child(4n) {
    margin-right: 5.5555555556%;
  }
  .p-grm-reservation-pre-order-menu-modal__items > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px){ /**/
  .c-grm-reservation-btns > * {
    margin-right: 16px;
  }
  .c-grm-reservation-btns > * {
    font-size: 0.875rem !important;
    min-width: auto !important;
  }
  .c-grm-reservation-btn-01 {
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 12.8vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .c-grm-reservation-btn-01.--s {
    border-radius: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 8.5333333333vw;
  }
  .c-grm-reservation-btn-02 {
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 12.8vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .c-grm-reservation-btn-03 {
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 12.8vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .c-grm-reservation-form-part {
    align-items: flex-start;
    flex-direction: column;
  }
  .c-grm-reservation-form-part > dt {
    padding-right: 0;
    width: 100% !important;
  }
  .c-grm-reservation-form-part > dd table tr th,
  .c-grm-reservation-form-part > dd table tr td {
    display: block;
  }
  .c-grm-reservation-form-part > dd table tr th {
    width: 100%;
  }
  .c-grm-reservation-form-part.--is-required > dt::after {
    right: 0;
  }
  .c-grm-reservation-form-part__cols {
    flex-direction: column;
  }
  .c-grm-reservation-form-part__cols__col {
    margin-right: 0;
    margin-bottom: 1.1428571429em;
    width: 100%;
  }
  .c-grm-reservation-form-part__cols__col:last-child {
    margin-bottom: 0;
  }
  .c-grm-reservation-radio-button {
    font-size: 3.7333333333vw;
  }
  .c-grm-reservation-check-button {
    font-size: 3.7333333333vw;
  }
  .c-grm-reservation-select-box {
    height: 12.8vw;
  }
  .c-grm-reservation-select-box::after {
    height: 4.2666666667vw;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
  }
  .c-grm-reservation-select-box select {
    font-size: 3.7333333333vw;
    padding-left: 4.2666666667vw;
    padding-right: 8.5333333333vw;
  }
  .c-grm-reservation-text-box {
    font-size: 3.7333333333vw;
    height: 12.8vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .c-grm-reservation-text-box.--multiline {
    height: 64vw;
    padding: 4.2666666667vw;
  }
  .c-grm-reservation-choices label {
    font-size: 3.7333333333vw;
  }
  .c-grm-reservation-label.--is-removable > div > span:first-child::before {
    height: 4.2666666667vw;
    right: -1.0666666667vw;
    top: -1.0666666667vw;
    width: 4.2666666667vw;
  }
  .c-grm-reservation-label.--is-removable > div > span:first-child::after {
    height: 3.2vw;
    right: -0.5333333333vw;
    top: -0.5333333333vw;
    width: 3.2vw;
  }
  .c-grm-reservation-modal, .c-grm-reservation-shortcode-modal-ui {
    padding: 10.6666666667vw 2.1333333333vw;
  }
  .c-grm-reservation-modal__inner > *, .c-grm-reservation-shortcode-modal-ui__inner > * {
    border-width: 2.1333333333vw;
    border-radius: 4.2666666667vw;
    max-width: none;
    padding: 4.2666666667vw;
    width: 100%;
  }
  .c-grm-reservation-modal__inner > *.p-modal-select-frame-or-room, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-frame-or-room {
    padding: 4.2666666667vw;
    text-align: center;
    width: 100%;
  }
  .c-grm-reservation-modal__inner > *.p-modal-select-frame-or-room .c-btn-secondary, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-frame-or-room .c-btn-secondary {
    margin-right: 0;
    margin-top: 24px;
  }
  .c-grm-reservation-modal__inner > *.p-modal-select-frame-or-room .c-btn-secondary:first-child, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-frame-or-room .c-btn-secondary:first-child {
    margin-top: 0;
  }
  .c-grm-reservation-modal__inner > *.p-modal-select-room, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-room {
    padding: 4.2666666667vw;
  }
  .c-grm-reservation-modal__inner > *.p-modal-select-room .p-grm-floor-map-reservation-form__field, .c-grm-reservation-shortcode-modal-ui__inner > *.p-modal-select-room .p-grm-floor-map-reservation-form__field {
    margin-top: 40px;
  }
  .c-grm-reservation-modal__btn-close, .c-grm-reservation-shortcode-modal-ui__btn-close {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
  .c-grm-reservation-modal__btn-close::after, .c-grm-reservation-shortcode-modal-ui__btn-close::after {
    height: 80%;
    width: 80%;
  }
  .c-grm-reservation-modal-box {
    border-width: 2.1333333333vw;
    border-radius: 4.2666666667vw;
    max-width: none;
    padding: 4.2666666667vw;
    width: 100%;
  }
  .p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card {
    font-size: 0.875rem;
    padding: 0 0.5em 1em;
  }
  .p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card__header__name {
    font-size: 1rem;
  }
  .p-grm-reservation-pre-order-selected-items .c-grm-reservation-pre-order-menu-card__header__price {
    font-size: 0.875rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card {
    font-size: 0.7rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header__name {
    font-size: 0.875rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header__price {
    font-size: 0.7rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card__header__price span {
    font-size: 0.525rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items .c-grm-reservation-pre-order-menu-card p {
    font-size: 0.7rem;
  }
  .c-grm-reservation-tag-field {
    font-size: 3.7333333333vw;
    height: 12.8vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .c-grm-reservation-tag-field input {
    height: 12.8vw !important;
  }
  .c-grm-reservation-tag-field > span::before {
    height: 4.2666666667vw;
    right: -1.0666666667vw;
    top: -1.0666666667vw;
    width: 4.2666666667vw;
  }
  .c-grm-reservation-tag-field > span::after {
    height: 3.2vw;
    right: -0.5333333333vw;
    top: -0.5333333333vw;
    width: 3.2vw;
  }
  .c-grm-reservation-toast {
    height: 21.3333333333vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .c-grm-reservation-toast__inner > * {
    margin-left: 4.2666666667vw;
  }
  .c-grm-reservation-toast__txt-01 {
    font-size: 4.2666666667vw;
  }
  .p-grm-reservation-calendar__select {
    flex-direction: column;
  }
  .p-grm-reservation-calendar__select .c-grm-reservation-select-box {
    margin-bottom: 2.1333333333vw;
    width: 100%;
  }
  .p-grm-reservation-calendar__select .c-grm-reservation-select-box:last-child {
    margin-bottom: 0;
  }
  .p-grm-reservation-calendar__header {
    margin-top: 4.2666666667vw;
  }
  .p-grm-reservation-calendar__week {
    display: none;
  }
  .p-grm-reservation-calendar__body {
    flex-direction: column;
  }
  .p-grm-reservation-calendar__body__cel {
    min-height: 21.3333333333vw;
    width: 100%;
  }
  .p-grm-reservation-calendar__body__cel.--is-in::after {
    content: "IN";
  }
  .p-grm-reservation-calendar__body__cel.--is-out::after {
    content: "OUT";
  }
  .p-grm-reservation-calendar-options__btns {
    padding: 4.2666666667vw;
  }
  .p-grm-reservation-calendar-options__btns > * {
    margin-right: 4.2666666667vw;
  }
  .p-grm-reservation-frame-modal {
    border-radius: 4.2666666667vw;
    padding: 4.2666666667vw;
    width: 100%;
  }
  .p-grm-reservation-frame-modal__inner {
    max-height: 80vh;
  }
  .p-grm-reservation-form {
    margin-top: 10.6666666667vw;
  }
  .p-grm-reservation-form__note {
    font-size: 3.7333333333vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .p-grm-reservation-form__user-name {
    flex-direction: column;
  }
  .p-grm-reservation-form__user-name__col {
    margin-bottom: 4.2666666667vw;
    margin-right: 0;
    width: 100%;
  }
  .p-grm-reservation-form__user-name__col:last-child {
    margin-bottom: 0;
  }
  .p-grm-reservation-form__birth__col {
    margin-right: 1.6vw;
  }
  .p-grm-reservation-form__birth__col:nth-of-type(1) {
    width: 21.3333333333vw;
  }
  .p-grm-reservation-form__birth__col:nth-of-type(2) {
    width: 16vw;
  }
  .p-grm-reservation-form__birth__col:nth-of-type(3) {
    width: 16vw;
  }
  .p-grm-reservation-form__birth > span {
    margin-left: 0;
    margin-right: 1.6vw;
  }
  .p-grm-reservation-form__gender {
    padding-bottom: 3.2vw;
    padding-top: 3.2vw;
  }
  .p-grm-reservation-form__gender__col {
    margin-right: 6.4vw;
  }
  .p-grm-reservation-form__gender__col input {
    margin-right: 4.2666666667vw;
  }
  .p-grm-reservation-form__postal-code__col {
    margin-right: 6.4vw;
    width: 26.6666666667vw;
  }
  .p-grm-reservation-form__postal-code > span {
    margin-left: -2.1333333333vw;
    margin-right: 4.2666666667vw;
  }
  .p-grm-reservation-form dl {
    flex-direction: column;
    padding: 6.4vw;
  }
  .p-grm-reservation-form dl dt {
    font-size: 3.7333333333vw;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
  .p-grm-reservation-form dl dt .required,
  .p-grm-reservation-form dl dt .any {
    font-size: 3.2vw;
  }
  .p-grm-reservation-form dl dd {
    font-size: 3.7333333333vw;
    padding-left: 0;
    padding-top: 4.2666666667vw;
  }
  .p-grm-reservation-form input[type=text], .p-grm-reservation-form input[type=number] {
    font-size: 3.7333333333vw;
    height: 12.8vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .p-grm-reservation-form input[type=text]::-webkit-input-placeholder, .p-grm-reservation-form input[type=number]::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-grm-reservation-form input[type=text]:-moz-placeholder, .p-grm-reservation-form input[type=number]:-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-grm-reservation-form input[type=text]::-moz-placeholder, .p-grm-reservation-form input[type=number]::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-grm-reservation-form input[type=text]:-ms-input-placeholder, .p-grm-reservation-form input[type=number]:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-grm-reservation-form input[type=radio] {
    height: 6.4vw;
    width: 6.4vw;
  }
  .p-grm-reservation-form textarea {
    font-size: 3.7333333333vw;
    height: 64vw;
    padding: 3.4666666667vw 5.3333333333vw;
  }
  .p-grm-reservation-form .c-btns {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 10.6666666667vw;
  }
  .p-grm-reservation-form .c-btns .c-btn-03 {
    flex-shrink: 0;
    max-width: none;
    width: 34.6666666667vw;
  }
  .p-grm-reservation-form .c-btns .c-btn-02 {
    max-width: none;
  }
  .p-grm-reservation-form .c-btns .c-btn-save {
    display: none;
  }
  .p-grm-reservation-form .c-btns > * {
    font-size: 3.7333333333vw;
  }
  .p-grm-reservation-form .c-btns + .c-btn-save {
    display: flex;
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
    margin-left: 6.4vw;
    margin-right: 6.4vw;
    width: auto;
  }
  .p-grm-reservation-form__btn-search-company {
    font-size: 3.7333333333vw;
    height: 12.8vw !important;
    margin-left: 4.2666666667vw;
    width: 42.6666666667vw;
  }
  .p-grm-reservation-form__btn-edit {
    font-size: 3.7333333333vw;
    max-width: 74.6666666667vw;
  }
  .p-grm-reservation-form__relation {
    flex-direction: column;
  }
  .p-grm-reservation-form__relation > * {
    margin-left: 0;
    margin-top: 16px;
  }
  * + .p-grm-reservation-form__item {
    margin-top: 10.6666666667vw;
  }
  .p-grm-reservation-labels {
    flex-direction: column;
    margin-bottom: -2.1333333333vw;
  }
  .p-grm-reservation-labels__btn {
    margin-top: 2.1333333333vw;
    max-width: none;
    width: 100%;
  }
  .p-grm-reservation-labels .c-grm-reservation-label {
    margin-bottom: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
  .p-grm-reservation-labels .c-grm-reservation-btn-05 {
    margin-left: 2.1333333333vw;
  }
  .p-grm-reservation-labels .c-grm-reservation-btn-05::before {
    width: 2.1333333333vw;
  }
  .p-grm-reservation-items {
    display: block;
  }
  .p-grm-reservation-items__item {
    flex-wrap: wrap;
    padding-right: 17.0666666667vw;
  }
  .p-grm-reservation-items__item__label {
    display: block;
    padding: 4.2666666667vw;
    width: auto;
  }
  .p-grm-reservation-items__item__counter {
    display: block;
    padding: 0;
    width: auto;
  }
  .p-grm-reservation-items__item__members {
    display: block;
    padding: 0 4.2666666667vw 4.2666666667vw;
    width: 100%;
  }
  .p-grm-reservation-items__item__control {
    right: 4.2666666667vw;
  }
  .p-grm-reservation-items__item__control__btn-select {
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
  .p-grm-reservation-items__item__control__closed {
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
  .p-grm-reservation-items__item.--is-not-have .p-grm-reservation-items__item__members {
    display: none;
  }
  .p-grm-reservation-pre-order-menu-modal {
    border-width: 2.1333333333vw;
    border-radius: 4.2666666667vw;
    max-width: none;
    padding: 4.2666666667vw;
    width: 100%;
  }
  .p-grm-reservation-pre-order-menu-modal__hd {
    font-size: 1.05rem;
  }
  .p-grm-reservation-pre-order-menu-modal__items {
    margin-bottom: -11.4285714286%;
  }
  .p-grm-reservation-pre-order-menu-modal__items > * {
    margin-bottom: 11.4285714286%;
    width: 45.7142857143%;
  }
  .p-grm-reservation-pre-order-menu-modal__items > *:nth-child(4n) {
    margin-right: 0;
  }
  .p-grm-reservation-pre-order-menu-modal__items > *:nth-child(3n) {
    margin-right: 8.5714285714%;
  }
  .p-grm-reservation-pre-order-menu-modal__items > *:nth-child(2n) {
    margin-right: 0;
  }
  * + .p-grm-reservation-pre-order-menu-modal__hd {
    margin-top: 40px !important;
  }
  .p-grm-reservation-pre-order-menu-admin-modal {
    border-width: 2.1333333333vw;
    border-radius: 4.2666666667vw;
    max-width: none;
    padding: 4.2666666667vw;
    width: 100%;
  }
  .p-grm-reservation-front-unit-options__item__menu__item__header__price__btn {
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 12.8vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .u-display--sp {
    display: block;
  }
  .u-display--pc {
    display: none;
  }
}
/*# sourceMappingURL=common-style.css.map */
