@charset "UTF-8";

:root {
  --theme-color: #1E88E5;
  --sub-color: #B3B3B3;
  --mono-color: #E6E6E6;
  --success-color: #43A047;
  --error-color: #DF4036;
  --text-color: #1A1A1A;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  src: url("../font/icomoon.eot?d0mykl");
  src: url("../font/icomoon.eot?d0mykl#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?d0mykl") format("truetype"), url("../font/icomoon.woff?d0mykl") format("woff"), url("../font/icomoon.svg?d0mykl#icomoon") format("svg");
  font-display: block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
}

[class^="c-icon"],
[class*=" c-icon"] {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.c-icon__new-reservation:before {
  content: "\e906";
}

.c-icon__reservation-inquiry:before {
  content: "\e909";
}

.c-icon__eye-open:before {
  content: "\e90a";
}

.c-icon__eye-close:before {
  content: "\e90b";
}

.c-icon__alert:before {
  content: "\e900";
}

.c-icon__checkbox:before {
  content: "\e903";
}

.c-icon__check:before {
  content: "\e904";
}

.c-icon__mail:before {
  content: "\e907";
}

.c-icon__arrow-down:before {
  content: "\e905";
}

.c-icon__arrow-up:before {
  content: "\e908";
}

.c-icon__arrow-left:before {
  content: "\e901";
}

.c-icon__arrow-right:after {
  content: "\e902";
}

.c-icon__user::before {
  display: inline-block;
  min-width: 2.7rem;
  height: 2.45rem;
  background: url(../img/icon-user.svg) no-repeat;
  background-size: 2.7rem 2.45rem;
  content: '';
}

.icon__pdf:before {
  display: inline-block;
  min-width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon-pdf.svg) no-repeat;
  background-size: 1.8rem 1.8rem;
  content: '';
  cursor: pointer;
}

.icon__xlsx:before {
  display: inline-block;
  min-width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon-xlsx.svg) no-repeat;
  background-size: 1.8rem 1.8rem;
  content: '';
  cursor: pointer;
}

/* base
================================================== */
html {
  -webkit-print-color-adjust: exact;
  height: 100%;
  /* Mobile */
  /* ルートのフォントサイズを16pxに設定 12pt 16px	1em	100%	medium*/
  font-size: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

body {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  /* ルートのフォントサイズを1em（16px）に設定 */
  font-size: 1em;
  line-height: 1.8rem;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

p {
  line-height: 1.75;
}

figure {
  margin: 0;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
  opacity: 0.75;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--sub-color);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--sub-color);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--sub-color);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--sub-color);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

[v-cloak] {
  display: none;
}

.l-page__index .c-text__link {
  width: -webkit-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}

.p-header__link,
.p-header__nav-link,
.vc-link,
.c-area__link,
.c-arrows__button,
.c-box,
.c-btn,
.c-btn__prev,
.c-form__password-state,
.c-form__calendar-arrow,
.c-list__link,
.c-text__link {
  transition: all 0.5s 0s;
}

.p-header__link:hover,
.p-header__nav-link:hover,
.vc-link:hover,
.c-area__link:hover,
.c-arrows__button:hover,
.c-box:hover,
.c-btn:hover,
.c-btn__prev:hover,
.c-form__password-state:hover,
.c-form__calendar-arrow:hover,
.c-list__link:hover,
.c-text__link:hover {
  opacity: 0.75;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #FAFAFA;
}

.l-main {
  flex: 1 1 auto;
}

.l-container {
  box-sizing: border-box;
  padding: 2rem 1.75rem 1.5rem;
  background: #fff;
  box-shadow: 0 2px 6px -6px rgba(0, 0, 0, 0.4);
}

.l-gutter {
  padding: 0 1.75rem;
}

.l-flex {
  display: flex;
}

.l-align-items {
  align-items: center;
}

.l-flex__align {
  display: flex;
  align-items: center;
}

.l-flex__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-flex__column {
  display: flex;
  flex-direction: column;
}

.l-flex__column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-flex__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.l-flex__space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-flex__start {
  display: flex;
  align-items: center;
  justify-content: start;
}

.l-page__index {
  padding-bottom: 4.6rem;
}

.l-page__index .c-text__title {
  margin: -0.7rem 0 1.4rem;
}

.l-page__index .c-box__group {
  margin: -0.3rem auto 2.55rem;
}

.l-page__index .c-text__screen {
  margin: 4.6rem 0 0.7rem;
}

.l-page__index .c-text__link:not(:last-child) {
  margin-bottom: 1.8rem;
}

.l-page__login .c-form {
  margin-top: 2.75rem;
}

.l-page__login .c-form__group:not(:last-child) {
  margin-bottom: 2rem;
}

.l-page__login .c-form__checkbox-label {
  display: inline-block;
  margin-top: 2.25rem;
}

.l-page__login .c-btn__fill {
  margin: 1rem auto 4.7rem;
}

.l-page__login .c-btn__border {
  margin: 1rem auto 4.4rem;
}

.l-page__price {
  padding-bottom: 1.75rem;
}

.l-page__price .c-form__label {
  margin-bottom: 0.75rem;
}

.l-page__price .c-form__group:not(:last-child) {
  margin-bottom: 1.8rem;
}

.l-page__price .c-form__select-total {
  margin-top: 3rem;
}

.l-border-solid {
  border-bottom: 2px solid #B3B3B3;
}

.l-page__reservation-status .l-container {
  margin: 1.55rem auto;
  padding: 1.5rem 1.75rem;
}

.l-page__reservation-status .c-form__calendar {
  margin-top: 4rem;
}

.l-page__reservation-status .c-form__calendar-th {
  border-right: 1px solid #E8E9EC;
}

.l-page__reservation-status .c-form__calendar-td {
  box-sizing: border-box;
  width: 2rem;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 500;
  pointer-events: none;
}

.l-page__reservation-status .c-form__calendar-td:hover {
  background: transparent;
}

/* header
================================================== */
.p-header {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 1.75rem 1.5rem;
}

.p-header__link {
  display: inline-block;
}

.p-header__username {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.p-header__logo {
  width: 7.8rem;
}

.p-header__overlay {
  visibility: hidden;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}

.p-header__overlay.is-active {
  visibility: visible;
  height: 100%;
  overflow: scroll;
  background: var(--theme-color);
  opacity: 0.96;
}

.p-header__nav {
  z-index: 10;
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease;
}

.p-header__nav.is-active {
  display: block;
}

.p-header__nav-menu {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 3.6rem 0 0;
  list-style-type: none;
  text-align: center;
}

.p-header__nav-item:last-child {
  margin: 3rem 0 1rem;
}

.p-header__nav-link {
  display: block;
  padding: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

/* navigation
================================================== */
/* footer
================================================== */
.p-footer {
  padding-bottom: 1.75rem;
}

.p-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.p-footer__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.p-footer__link {
  display: block;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
  color: var(--theme-color);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.p-footer__copyright {
  margin-top: 0.6rem;
  color: var(--text-color);
  line-height: 1.3;
  text-align: center;
}

.p-footer__copyright small {
  font-size: 0.75rem;
  font-weight: 400;
}

/* V-Calendar
================================================== */
.vc-container {
  padding-bottom: 1.875rem;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.vc-rounded-lg {
  border-bottom: 0 !important;
  border-radius: 0 !important;
}

.vc-title {
  color: var(--text-color) !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
}

.vc-arrows-container {
  top: 1.75rem !important;
  padding: 0 !important;
}

.vc-header {
  padding: 1.75rem 0 1rem !important;
}

.vc-text-gray-600 {
  border: 1px solid var(--theme-color) !important;
  border-radius: 0 !important;
  color: var(--theme-color) !important;
}

.vc-svg-icon {
  width: 30px;
  height: 30px;
  margin-top: -0.1rem;
}

.vc-weeks {
  padding: 0 !important;
}

.vc-weekday {
  padding: 0.2rem 0 !important;
  border-top: 1px solid #e8e9ec;
  border-bottom: 1px solid #e8e9ec;
  background: #fafafa;
  color: #a3a6b4 !important;
  font-size: 0.75rem !important;
}

.vc-highlights {
  background-color: var(--mono-color) !important;
}

.vc-highlight {
  border-radius: 0 !important;
  background-color: var(--mono-color) !important;
}

.vc-day-content {
  height: 100% !important;
  margin-bottom: 0rem !important;
  padding: 0.4rem 0 2.3rem;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--sub-color) !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
}

.vc-day-content .vc-active {
  color: var(--text-color);
}

.vc-day-content .vc-active::before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0;
  height: 0;
  border-width: 0.5rem 0.5rem 0 0;
  border-style: solid;
  border-color: var(--theme-color) transparent transparent transparent;
  content: "";
}

.vc-link {
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to bottom, #fdfdfd 0%, #ffffff 50%, #f5f5f5 100%) !important;
}

.vc-not-link {
  width: 100% !important;
  height: 100% !important;
}

.vc-disabled {
  width: 100% !important;
  height: 100% !important;
  background: #E6E6E6 !important;
}

.vc-not-link .vc-lottery,
.vc-disabled .vc-lottery{
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--sub-color);
}

.vc-grid-cell {
  display: block;
  border-bottom: 2px solid #e8e9ec !important;
}

.vc-grid-cell-row-2 {
  border-top: 2px solid #e8e9ec !important;
}

.vc-grid-cell-row-7 {
  border-right: 1px solid #e8e9ec;
  border-bottom: 3px solid #e8e9ec !important;
}

.vc-grid-cell-col--7.vc-grid-cell-row-1 {
  border-left: 1px solid #e8e9ec;
}

.vc-grid-cell-col-7.vc-grid-cell-row-1 {
  border-right: 1px solid #e8e9ec;
}

.weekday-position-1 {
  border-left: 1px solid #e8e9ec;
}

.vc-grid-cell-row-1 {
  border-bottom: none !important;
}

.vc-grid-cell-row--2,
.vc-grid-cell-row--3,
.vc-grid-cell-row--4,
.vc-grid-cell-row--5,
.vc-grid-cell-row--6,
.vc-grid-cell-row--7 {
  border-right: 1px solid #e8e9ec !important;
}

.vc-day {
  overflow: hidden;
}

.vc-state {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vc-state::before {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  content: "";
}

.vc-num {
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-color);
  font-size: 0.65rem;
  text-align: center;
}

.vc-rest {
  color: var(--theme-color);
}

.vc-complete {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--sub-color);
}

.vc-flex:hover {
  background-color: transparent !important;
  opacity: 0.75 !important;
}

.vc-lottery {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-color);
}

.vc-wrapper {
  padding: 1rem;
  margin: 1rem 0;
  background: #fff;
}

/* c-area
================================================== */

.c-area__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.c-area__stage {
  width: 11rem;
  margin: 1rem auto 0.3rem;
  padding: 0.2rem 0;
  background: #808080;
  color: #fff;
  font-size: 0.5rem;
  line-height: 1;
  text-align: center;
}

.c-area__wrap {
  position: relative;
}

.c-area__bg {
  display: block;
  min-width: 20rem;
  margin: 0 auto;
}

.c-area__inner {
  position: absolute;
  top: 7.7rem;
  left: 50%;
  width: 100%;
  max-width: 14.4rem;
  transform: translate(-50%, -50%);
}

.c-area__row {
  -ms-grid-rows: 4.7rem 0.5rem 4.7rem;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  gap: 0.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 4.7rem 4.7rem;
  overflow: hidden;
}

.c-area__row>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-area__row>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.c-area__row>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.c-area__row>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.c-area__row>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.c-area__row>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.c-area__row .c-area__link:not(:last-child) {
  margin: 0;
}

.c-area__link {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-area__link:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-area__name {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-area__number {
  display: block;
}

.c-area__image {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.c-area__text {
  margin: 1.7rem 0 0;
  line-height: 1.5;
  text-align: center;
}

.c-area__tel {
  color: var(--theme-color);
  text-decoration: underline;
}

/* c-arrows
================================================== */
.c-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 0 1rem;
}

.c-arrows__button {
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.c-arrows__icon {
  fill: var(--theme-color);
  width: 30px;
  height: 30px;
  margin-top: -0.1rem;
}

.c-arrows__text {
  color: var(--text-color);
  font-size: 1.25rem;
}

.c-arrows+.c-list {
  padding-bottom: 1.875rem;
}

/* c-box
================================================== */
.c-box {
  max-width: 10rem;
  padding: 1.3rem 0 0.675rem;
  border: 1px solid #E8E9EC;
  background: linear-gradient(to bottom, #fdfdfd 0%, #ffffff 50%, #f5f5f5 100%);
  color: var(--theme-color);
  text-align: center;
}

.c-box__group {
  -ms-grid-columns: 1fr 1rem 1fr;
  gap: 1rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 20rem;
}

.c-box__icon {
  font-size: 2.65rem;
}

.c-box__text {
  margin-top: 0.7rem;
  font-size: 1.3rem;
  font-weight: 700;
}

/* c-btn
================================================== */
.c-btn {
  box-sizing: border-box;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}

.c-btn:focus {
  opacity: 0.75;
}

.c-btn__fill {
  border: none;
  background: var(--theme-color);
  color: #fff;
}

.c-btn__border {
  border: 2px solid var(--theme-color);
  background: transparent;
  color: var(--theme-color);
}

.c-btn__prev {
  width: -webkit-max-content;
  width: max-content;
  border: none;
  background: transparent;
  color: var(--theme-color);
  font-weight: 700;
  letter-spacing: 0.05rem;
  cursor: pointer;
}

.c-btn__prev-space {
  margin: 3rem 1.75rem 4.6rem;
}

.c-btn__prev span::before {
  margin-right: 0.25rem;
}

.c-btn__size--mini {
  width: 6rem;
}

.c-btn__size--small {
  width: 9rem;
  padding: 1rem 0;
}

.c-btn__size--middle {
  width: 20rem;
  padding: 1rem 0;
}

.c-btn__size--large {
  width: 20rem;
  padding: 1.65rem 0;
}

.c-btn.is-rounded {
  border-radius: 2rem;
}

.c-btn:disabled,
.c-btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-btn__group-vertical .c-btn {
  margin-top: 1.75rem;
}

.c-btn__group-horizon {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1.8rem 1.75rem 5rem;
}

.c-btn__arrow-right{
  position: absolute;
  top: 50%;
  right: -5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* c-dl
================================================== */
.c-dl {
  margin: 0;
}

.c-dl__row {
  display: flex;
}

.c-dl__row:not(:last-child) {
  margin-bottom: 0.25rem;
}

.c-dl__row:last-child {
  margin-bottom: 1rem;
}

.c-dl__dd {
  margin: 0;
}

.c-dl__dd::before {
  padding: 0 0.1rem;
  content: "…";
}

/* c-orm
================================================== */
.c-form__fieldset {
  margin: 3rem 0 0 0;
  padding: 0;
  border: none;
}

.c-form__fieldset .c-form__group:last-child {
  margin-bottom: 0;
}

.c-form__legend {
  margin-bottom: 1rem;
  color: #4d4d4d;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-form__group:not(:last-child) {
  margin-bottom: 1.4rem;
}

.c-form__group-checkbox {
  display: flex;
  flex-direction: column;
}

.c-form__group-radio .c-form__note {
  margin-bottom: 0.5rem;
}

.c-form__label {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--text-color);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-form__input {
  box-sizing: border-box;
  width: 100%;
  padding: 0.94rem 1rem;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: var(--text-color);
  font-size: 1rem;
  line-height: normal;
}

.c-form__input:disabled, .c-form__input.is-disabled {
  box-sizing: border-box;
  width: 100%;
  padding: 0.94rem 1rem;
  border: 1px solid #999;
  border-radius: 0;
  background: #f5f5f5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: var(--text-color);
  font-size: 1rem;
  line-height: normal;
}

.c-form__input:focus {
  outline: 1px solid var(--theme-color);
}

.c-form__input.is-error {
  border-color: var(--error-color);
}

.c-form__input.is-error:focus {
  outline: none;
}
/*
.c-form__input.is-disabled {
  padding: 0.75rem 1rem;
  border: none;
  background: #f5f5f5;
  box-shadow: none;
  font-weight: 700;
  pointer-events: none;
} */

.c-form__input.is-disabled:focus {
  outline: none;
}

.c-form__input[name="tel"]+.c-text__note {
  margin-top: 0.5rem;
}

.c-form__password {
  -ms-grid-columns: 1fr 3.5rem;
  display: -ms-grid;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 3.5rem;
  margin-bottom: 0.5rem;
}

.c-form__password .c-form__input {
  border-right: none;
}

.c-form__password-state {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999;
  background: #999;
  cursor: pointer;
}

.c-form__password-state.is-close .c-form__password-icon::before {
  content: "\e90a";
}

.c-form__password-icon {
  -webkit-user-select: none;
  -ms-user-select: none;
  display: block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  user-select: none;
}

.c-form__password-icon::before {
  display: block;
  margin: 0 auto 0.2rem;
  font-family: "icomoon";
  font-size: 1.4rem;
  content: "\e90b";
  cursor: pointer;
}

.c-form__password+.c-text {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}

.c-form__password+.c-text__link {
  width: -webkit-max-content;
  width: max-content;
  margin-left: auto;
}

.c-form__select {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0rem 1rem 1rem;
  border: 1px solid #999;
  border-right: 1px solid var(--theme-color);
  border-radius: 0;
  background: #fff;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}

.c-form__select:disabled, .c-form__select.is_disabled {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0rem 1rem 1rem;
  border: 1px solid #999;
  border-right: 1px solid var(--theme-color);
  border-radius: 0;
  background: #f5f5f5;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}

.c-form__select:focus {
  outline: 1px solid var(--theme-color);
}

.c-form__select-wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.c-form__select-wrap::after {
  display: flex;
  position: absolute;
  top: 50%;
  right: -1.72rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 58px;
  min-height: 100%;
  max-height: 100%;
  padding: 0 1.2rem;
  transform: translate(-50%, -50%);
  background: var(--theme-color);
  color: #fff;
  font-family: "icomoon";
  content: "\e905";
  pointer-events: none;
}

.c-form__select-wrap.is_disabled::after{
  display: flex;
  position: absolute;
  top: 50%;
  right: -1.72rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 58px;
  min-height: 100%;
  max-height: 100%;
  padding: 0 1.2rem;
  transform: translate(-50%, -50%);
  background: gray;
  color: #fff;
  font-family: "icomoon";
  content: "\e905";
  pointer-events: none;
}

.c-form__select-text {
  padding: 0.4rem 0;
  border-bottom: 2px dotted #B3B3B3;
  color: var(--text-color);
  letter-spacing: 0.05rem;
  letter-spacing: 0.05rem;
}

.c-form__select-colon {
  padding: 0 0rem 0 0.3rem;
  vertical-align: text-bottom;
}

.c-form__select-total {
  padding: 0.65rem 1rem;
  background: #fafafa;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.c-form__select-group {
  display: flex;
  align-items: center;
}

.c-form__select-block {
  display: flex;
  align-items: center;
  width: 100%;
}

.c-form__select-block .c-form__select-wrap::after {
  right: -0.62rem;
  padding: 0px 0.2rem;
  font-size: 0.75rem;
  content: none;
}

.c-form__select-block .c-form__select {
  padding: 0.5rem;
  border-color: #999;
}

.c-form__select-span {
  margin: 0 0.3rem;
  font-size: 0.875rem;
}

.c-form__checkbox {
  display: none;
}

.c-form__checkbox+.c-form__checkbox-icon {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  vertical-align: middle;
}

.c-form__checkbox+.c-form__checkbox-icon:after {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 3px solid var(--theme-color);
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: none;
  content: "";
}

.c-form__checkbox:disabled+.c-form__checkbox-icon:after,
.c-form__checkbox.is-disabled+.c-form__checkbox-icon:after {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 3px solid #B3B3B3;
  border-radius: 0.25rem;
  background: #E6E6E6;
  box-shadow: none;
  content: "";
}

.c-form__checkbox-label .c-form__checkbox:disabled+.c-form__checkbox-icon+.c-text,
.c-form__checkbox-label .c-form__checkbox.is-disabled+.c-form__checkbox-icon+.c-text {
  color: #B3B3B3;
}

.c-form__checkbox-label {
  cursor: pointer;
}

.c-form__checkbox-label .c-text {
  -webkit-user-select: none;
  -ms-user-select: none;
  letter-spacing: 0;
  user-select: none;
}

.c-form__checkbox-label:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-form__checkbox:checked+.c-form__checkbox-icon {
  background: var(--theme-color);
}

.c-form__checkbox.is-disabled:checked+.c-form__checkbox-icon {
  background: gray;
}

.c-form__checkbox:checked+.c-form__checkbox-icon:after {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-family: "icomoon";
  line-height: 1;
  content: "\e904";
}

.c-form__checkbox:focus+.c-form__checkbox-icon {
  border-radius: 0.25rem;
}

.c-form__checkbox:focus+.c-form__checkbox-icon:after {
  border-radius: 0.25rem;
  box-shadow: none;
}

.c-form__checkbox-text {
  -webkit-user-select: none;
  -ms-user-select: none;
  color: var(--theme-color);
  font-weight: 700;
  text-decoration: underline;
  user-select: none;
}

.c-form__checkbox-wrap {
  gap: 0.6rem;
  display: -ms-grid;
  display: grid;
  margin: 3rem 0 1rem;
  padding: 1.25rem 0 0.85rem;
  background: var(--mono-color);
  text-align: center;
}

.c-form__zip {
  gap: 1rem;
  -ms-grid-columns: 7.8rem 1rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 7.8rem 1fr;
  align-items: center;
}

.c-form__zip-before-text {
  gap: 0.5rem;
  -ms-grid-columns: 1fr 0.5rem 7.3rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 7.3rem ;
  align-items: center;
}

.c-form__zip-multi {
  margin-left: 0.5rem;
}

.c-form__error {
  margin-top: 0.5rem;
}

.c-form__error .c-text__error:not(:last-child) {
  margin-bottom: 0.2rem;
}

.c-form__registration .c-btn__fill {
  margin: 3rem auto 5rem;
}

.c-form__registration+.l-gutter .c-text__sub {
  margin-bottom: 1rem;
}

.c-form__registration+.l-gutter .c-btn__border {
  margin-bottom: 5rem;
}

.c-form__ticket {
  flex-basis: 62%;
}

.c-form__ticket .c-text__note {
  margin-top: 0.5rem;
}

.c-form__info {
  margin: 1.6rem 0;
  color: var(--text-color);
  font-size: 0.75rem;
}

.c-form__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  resize: none;
}

.c-form__textarea:disabled, .c-form__textarea.is-disabled{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  resize: none;
  background: #f5f5f5;
}

.c-form__textarea:focus {
  outline: 0;
}

.c-form__textarea-wrap {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.5;
}

.c-form__textarea-dummy {
  word-wrap: break-word;
  box-sizing: border-box;
  display: block;
  visibility: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 5rem;
  max-height: 20rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid #999999;
  background: #fff;
  color: var(--text-color);
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.c-form__radio {
  position: absolute;
  opacity: 0;
}

.c-form__radio+.c-form__radio-text::before {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  border: 3px solid var(--theme-color);
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
  content: "";
  cursor: pointer;
  transition: all 250ms ease;
}

.c-form__radio:disabled+.c-form__radio-text::before,
.c-form__radio.is-disabled+.c-form__radio-text:after {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  border: 3px solid #B3B3B3;
  border-radius: 100%;
  background: #E6E6E6;
  text-align: center;
  vertical-align: top;
  content: "";
  transition: all 250ms ease;
}

.c-form__radio:checked+.c-form__radio-text::before {
  background-color: var(--theme-color);
  box-shadow: inset 0 0 0 0.3rem #fff;
}

.c-form__radio-text {
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.c-form__radio-wrap:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* .c-form__radio-input:checked + .c-form__radio-txt:before {
  border-width: 5px;
} */
.c-form__radio-txt {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.c-form__radio-txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
}

.c-form__search {
  margin-top: 1rem;
}

.c-form__calendar {
  position: relative;
  width: 100%;
  margin-top: 3.2rem;
  border-collapse: collapse;
}

.c-form__calendar-title {
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-color);
  font-size: 1.25rem;
  font-weight: 400;
  user-select: none;
}

.c-form__calendar-arrow {
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid var(--theme-color);
  cursor: pointer;
}

.c-form__calendar-arrow::before,
.c-form__calendar-arrow::after {
  color: var(--theme-color);
  font-size: 0.85rem;
}

.c-form__calendar-arrow.c-icon__arrow-right {
  margin-left: auto;
}

.c-form__calendar-arrow.is-none {
  display: none;
}

.c-form__calendar-state {
  display: block;
  color: var(--theme-color);
}

.c-form__calendar-thead .c-form__calendar-tr:first-child {
  display: flex;
  position: absolute;
  top: -3rem;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.c-form__calendar-thead .c-form__calendar-tr:last-child {
  border-top: 1px solid #E8E9EC;
  border-right: 1px solid #E8E9EC;
  border-bottom: 2px solid #E8E9EC;
  border-left: 1px solid #E8E9EC;
  background: #FAFAFA;
  color: #A3A6B4;
  font-size: 0.75rem;
}

.c-form__calendar-tbody {
  border-left: 1px solid #E8E9EC;
}

.c-form__calendar-tbody .c-form__calendar-tr {
  border-bottom: 2px solid #E8E9EC;
}

.c-form__calendar-td {
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
  padding: 0.5rem;
  border-right: 1px solid #E8E9EC;
  color: #1A1A1A;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.c-form__calendar-td:hover {
  background: linear-gradient(180deg, #FDFDFD 0%, #FFFFFF 49.8%, #F5F5F5 100%);
}

.c-form__calendar-td.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.c-form__calendar-td.is-active {
  background: #43a047;
  color: #fff;
}

.c-form__calendar-td.is-closingDay:not(.is-disabled) {
  background: #E6E6E6;
  color: #B3B3B3;
  pointer-events: none;
}

/* c-list
================================================== */
.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-list__item:not(:last-child) {
  margin-bottom: 1rem;
}

.c-list__link {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #E8E9EC;
  background: linear-gradient(to bottom, #fdfdfd 0%, #ffffff 50%, #f5f5f5 100%);
  color: var(--text-color);
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.75;
  text-align: left;
}

.c-list__link::after {
  color: var(--theme-color);
}

.c-list__date {
  margin-right: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.c-list__date-hyphen {
  padding: 0 0.2rem;
}

.c-list__remaining {
  color: var(--theme-color);
  letter-spacing: 0;
}

.c-list__total {
  letter-spacing: 0;
}

/* menu
================================================== */
.c-menu {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0.8rem;
  right: 1.65em;
  width: 2em;
  height: 2em;
  text-align: center;
  cursor: pointer;
}

.c-menu__top,
.c-menu__middle,
.c-menu__bottom {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.9rem;
  height: 0.2em;
  margin-left: -1em;
  transform: rotate(0deg);
  background: var(--theme-color);
  transition: all 0.6s;
}

.c-menu__top {
  transform: translateY(-0.5rem);
}

.c-menu__bottom {
  transform: translateY(0.5rem);
}

.c-menu.is-active .c-menu__middle {
  background: rgba(51, 51, 51, 0);
}

.c-menu.is-active .c-menu__top {
  transform: rotate(-45deg) translateY(0px);
  background: #fff;
}

.c-menu.is-active .c-menu__bottom {
  transform: rotate(45deg) translateY(0px);
  background: #fff;
}

/* c-seat
================================================== */
.c-seat__row .c-seat.is-reserved,
.c-seat__wheelchair.is-reserved {
  position: relative;
  overflow: hidden;
  border-color: #BFBFBF;
  background-color: #fff;
  pointer-events: none;
}

.c-seat__row .c-seat.is-disabled::after,
.c-seat__row .c-seat.is-reserved::before,
.c-seat__row .c-seat.is-reserved::after,
.c-seat__wheelchair.is-reserved::before,
.c-seat__wheelchair.is-reserved::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 1px;
  background: #BFBFBF;
  content: "";
}

.c-seat {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 0.8rem;
  min-width: 0.75rem;
  height: 0.8rem;
  min-height: 0.75rem;
  border: 1px solid #1E88E5;
  background: #E8E9EC;
  cursor: pointer;
}

.c-seat__container {
  box-sizing: border-box;
  max-width: 35rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 1rem 1.15rem 1rem;
  background: #fff;
  box-shadow: 0 2px 6px -6px rgba(0, 0, 0, 0.4);
}

.c-seat__container.c-seat__container-M {
  max-width: 46rem;
}

.c-seat__container-M .c-seat__block {
  width: auto;
  max-width: 634px;
}

.c-seat__container-M .c-seat__number--row .c-seat__number:nth-child(8) {
  margin-right: 0.85rem;
}

.c-seat__container-M .c-seat__number--row .c-seat__number:nth-child(16) {
  margin-right: 0.85rem;
}

.c-seat__container-M .c-seat__number--row .c-seat__number:nth-child(24) {
  margin-right: 0.85rem;
}

.c-seat__container-M .c-seat__row .c-seat:nth-child(9) {
  margin-right: 0.85rem;
}

.c-seat__container-M .c-seat__row .c-seat:nth-child(17) {
  margin-right: 0.85rem;
}

.c-seat__container-M .c-seat__row .c-seat:nth-child(25) {
  margin-right: 0.85rem;
}

.c-seat__container-M--02 .c-seat__row:last-child .c-seat:nth-child(22) {
  margin-right: 0.85rem;
}

.c-seat__container-M--02 .c-seat__row:last-child .c-seat:nth-child(25) {
  margin-right: 0.46rem;
}

.c-seat__container-L--01 .c-seat__stage,
.c-seat__container-L--03 .c-seat__stage,
.c-seat__container-L--04 .c-seat__stage,
.c-seat__container-L--06 .c-seat__stage {
  z-index: 1;
  position: relative;
}

.c-seat__container-L--01 .c-seat__stage::before,
.c-seat__container-L--03 .c-seat__stage::before,
.c-seat__container-L--04 .c-seat__stage::before,
.c-seat__container-L--06 .c-seat__stage::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 75%;
  background-color: #B3B3B3;
  content: '';
}

.c-seat__container-L--01 .c-seat__stage,
.c-seat__container-L--04 .c-seat__stage {
  padding-right: 9%;
  text-align: right;
}

.c-seat__container-L--01 .c-seat__stage::before,
.c-seat__container-L--04 .c-seat__stage::before {
  left: 0;
}

.c-seat__container-L--01 .c-seat__number--row .c-seat__number:nth-child(5),
.c-seat__container-L--04 .c-seat__number--row .c-seat__number:nth-child(5) {
  margin-right: 0.85rem;
}

.c-seat__container-L--01 .c-seat__row .c-seat:nth-child(6),
.c-seat__container-L--04 .c-seat__row .c-seat:nth-child(6) {
  margin-right: 0.85rem;
}

.c-seat__container-L--02 .c-seat__block,
.c-seat__container-L--05 .c-seat__block {
  overflow: inherit;
}

.c-seat__container-L--03 .c-seat__stage,
.c-seat__container-L--06 .c-seat__stage {
  padding-left: 9%;
  text-align: left;
}

.c-seat__container-L--03 .c-seat__stage::before,
.c-seat__container-L--06 .c-seat__stage::before {
  right: 0;
}

.c-seat__container-L--03 .c-seat__number--row .c-seat__number:nth-child(11),
.c-seat__container-L--06 .c-seat__number--row .c-seat__number:nth-child(11) {
  margin-right: 0.85rem;
}

.c-seat__container-L--03 .c-seat__row .c-seat:nth-child(12),
.c-seat__container-L--06 .c-seat__row .c-seat:nth-child(12) {
  margin-right: 0.85rem;
}

.c-seat__container-L--04 .c-seat__block,
.c-seat__container-L--06 .c-seat__block {
  margin-bottom: 1em;
}

.c-seat__block {
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
  overflow-x: scroll;
}

.c-seat__area {
  overflow: hidden;
}

.c-seat__row {
  display: flex;
  align-items: center;
}

.c-seat__row:not(:last-child) {
  margin-bottom: 0.45rem;
}

.c-seat__row:nth-child(2)::after {
  left: 1.1rem !important;
}

.c-seat__row.is-bg {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.35rem;
  padding: 0.375rem 0.2rem 0.375rem 0;
}

.c-seat__row.is-bg::after {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  content: "";
}

.c-seat__row .c-seat__number {
  margin-right: 0.46rem;
}

.c-seat__row .c-seat:not(:last-child) {
  margin-right: 0.46rem;
}

.c-seat__row .c-seat.is-hidden {
  visibility: hidden;
}

.c-seat__row .c-seat.is-disabled {
  position: relative;
  overflow: hidden;
  border-color: #BFBFBF;
  pointer-events: none;
}

.c-seat__row .c-seat.is-disabled::after {
  transform: translate(-50%, -50%) rotate(136deg);
}

.c-seat__row .c-seat.is-select {
  border-color: #43A047;
  background: #43A047;
}

.c-seat__row .c-seat.is-reserved::before {
  transform: translate(-50%, -50%) rotate(-136deg);
}

.c-seat__row .c-seat.is-reserved::after {
  transform: translate(-50%, -50%) rotate(136deg);
}

.c-seat__inner {
  display: flex;
  margin: 0rem 0 0.45rem;
}

.c-seat__inner-left .c-seat__row:first-child {
  position: relative;
  padding: 0.375rem 0;
}

.c-seat__inner-left .c-seat__row:first-child::after {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 114%;
  height: 100%;
  background: #F7F7F7;
  content: "";
}

.c-seat__inner-right {
  display: flex;
}

.c-seat__wheelchair {
  width: 2.08rem;
  min-width: 2.08rem;
  height: 0.8rem;
  background-image: url(../img/icon-wheelchair.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25%;
}

.c-seat__wheelchair:first-child {
  margin-right: 0.46rem;
}

.c-seat__wheelchair.is-reserved::before {
  transform: translate(-50%, -50%) rotate(-131deg);
}

.c-seat__wheelchair.is-reserved::after {
  transform: translate(-50%, -50%) rotate(131deg);
}

.c-seat.c-seat__wheelchair.is-select {
  background-image: url(../img/icon-wheelchair-select.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25%;
}

.c-seat__head {
  width: -webkit-max-content;
  width: max-content;
  margin: 0 0 0.2rem 1.25rem;
}

.c-seat__stage {
  margin-bottom: 0.8rem;
  padding: 0.2rem 0;
  background: #808080;
  color: #fff;
  font-size: 0.5rem;
  line-height: 1;
  text-align: center;
}

.c-seat__body {
  display: flex;
}

.c-seat__wrap {
  display: flex;
}

.c-seat__number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.8rem;
  height: 0.8rem;
  font-size: 0.5rem;
}

.c-seat__number--column {
  margin-right: 0.3rem;
  cursor: default;
}

.c-btn__size--mini:hover {
  opacity: 1.0;
}

.c-seat__number--column .c-seat__number:not(:last-child) {
  margin-bottom: 0.75rem;
}

.c-seat__number--row {
  display: flex;
  margin-bottom: 0.5em;
}

.c-seat__number--row .c-seat__number:not(:empty) {
  margin-right: 0.46rem;
}

.c-seat__number--row .c-seat__number:last-child {
  margin-right: 0;
}

.c-seat__count {
  box-sizing: border-box;
  width: 20rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding: 0.65rem 1rem;
  background: #F5F5F5;
}

.c-seat__count-text {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.c-seat__count-text::before {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.5rem;
  background: #43A047;
  content: "";
}

.c-seat__category {
  margin: 0.1rem 0 0 1.2rem;
  font-size: 1rem;
}

.c-seat__category span:not(:last-child) {
  margin-right: 1rem;
}

/* c-state
================================================== */
.c-state {
  margin-bottom: 5rem;
}

.c-state__success .c-icon__check {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--success-color);
}

.c-state__success .c-icon__check::before {
  color: #fff;
  font-size: 1.5rem;
}

.c-state__success .c-icon__mail {
  margin-bottom: 1rem;
  color: var(--success-color);
  font-size: 3rem;
}

.c-state__success .c-text__success {
  margin-bottom: 0.625rem;
}

.c-state__success .c-text__error {
  margin: 1rem 0 0 0;
}

.c-state__link {
  margin-bottom: 5rem;
}

.c-state__link .c-text__link:not(:last-child) {
  margin-bottom: 3.625rem;
}

/* c-step
================================================== */
.c-step {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--sub-color);
  list-style: none;
}

.c-step__wide {
  margin-bottom: 1rem;
}

.c-step__wide .c-step__item {
  min-width: 3.75rem;
  width: 100%;
  text-align: center;
}

.c-step__item.is-active {
  color: var(--success-color);
}

.c-step__item.is-active .c-step__label {
  color: var(--success-color);
}

.c-step__item.is-active .c-step__circle::after {
  background: var(--success-color) !important;
}

.c-step__item.is-current {
  font-weight: 700;
}

.c-step__item:not(:last-child) .c-step__circle::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100%;
  height: 0.1rem;
  transform: translate(-50%, -50%);
  background: var(--sub-color);
  content: "";
}

.c-step__circle {
  display: block;
  position: relative;
}

.c-step__label {
  display: inline-block;
  line-height: normal;
  color: var(--text-color);
  font-size: 0.7rem;
  height: 1.8rem;
}

.c-step__confirm {
  margin-bottom: 2rem;
}

.c-step__grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto ;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* c-switch
================================================== */
.c-switch {
  -webkit-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  padding-left: 4.2rem;
  cursor: pointer;
  user-select: none;
}

.c-switch__label {
  display: block;
}

.c-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0;
}

.c-switch__input:checked~.c-switch__control {
  background: var(--theme-color);
}

.c-switch__input:checked~.c-switch__control:after {
  left: 2.4rem;
}

.c-switch__control {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #E6E6E6;
  transition: background-color 0.2s ease-in;
}

.c-switch__control:after {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: left 0.2s ease-in;
}

.c-switch__content-area {
  margin-top: 1rem;
}

.c-switch__content:last-child {
  display: none;
}

.c-switch .c-text {
  margin-left: 0.5rem;
}

.c-switch.is-active+.c-switch__content-area .c-switch__content:first-child {
  display: none;
}

.c-switch.is-active+.c-switch__content-area .c-switch__content:last-child {
  display: block;
}

/* c-tag
================================================== */
.c-tag {
  width: -webkit-max-content;
  width: max-content;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.2rem 0.5rem;
  background: var(--mono-color);
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
}

.c-tag::before {
  margin-right: 0.5rem;
  color: var(--success-color);
  font-size: 1rem;
}

.c-tag__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0.7rem 1.55rem 0.5rem;
  list-style: none;
}

/* c-text
================================================== */
.c-text {
  color: var(--text-color);
  letter-spacing: 0.05em;
  text-align: center;
}

.c-text__management {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-text__title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-text__subTitle {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-text__screen {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.c-text__sub {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-text__message {
  color: var(--error-color);
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.c-text__success {
  color: var(--success-color);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-text__link {
  display: block;
  color: var(--theme-color);
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.c-text__error {
  padding-left: 1.5em;
  color: var(--error-color);
  line-height: 1.5;
  text-indent: -1.5em;
}

.c-text__error::before {
  margin-right: 0.5rem;
}

.c-text__note {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

.c-text__list-item:first-child {
  margin-top: 1rem;
}

.c-text__list-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.c-text__list {
  max-width: 18.4rem;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

/* utility
================================================== */
.u-text__bold {
  font-weight: 700;
}

.u-text__left {
  text-align: left;
}

.u-text__right {
  text-align: right;
}

.u-text__center {
  text-align: center;
}

.u-color--theme {
  color: var(--theme-color);
}

.u-color__bg--white {
  background: #fff;
}

.u-reset__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u-reset__button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.u-center {
  width: -webkit-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}

.u-margin__auto {
  margin: 0 auto;
}

.u-margin__auto--left {
  margin-left: auto;
}

.u-margin__auto--right {
  margin-right: auto;
}

.u-margin__bottom {
  margin-bottom: 5rem;
}

/* facility
================================================== */
.f-img {
  margin: 0.5rem auto;
  display: block;
  text-align: center;
  max-width: 700px;
  min-width: 200px;
}

.f-img img {
  width: 100%;
}

.f-text {
  text-align: left;
}

.f-link {
  display: inline-block;
  color: var(--theme-color);
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.f-text__box {
  margin: 0 auto 2rem auto;
  max-width: 680px;
}

.f-tag {
  display: inline-block;
  margin-right: 1rem;
}


/* Edge
================================================== */
@supports (-ms-ime-align: auto) {
  .l-page__index {
    text-align: center;
  }

  .u-center {
    text-align: center;
  }
}

/* IE11
================================================== */
.ie-contents {
  display: none;
}

@media screen and (min-width: 767px) {
  html {
    /* Tablet */
    /* ルートのフォントサイズを18pxに設定 18px	1.125em	112.5%	large*/
    font-size: 112.5%;
  }

  .p-footer__copyright small br {
    display: none;
  }

  .c-area__tel {
    pointer-events: none;
  }

  .c-seat__count {
    width: 100%;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-tag__group {
    max-width: 800px;
    margin: 0 auto;
  }

  .f-text {
    text-align: center;
  }

  .c-step__label {
    font-size: 0.875rem;
  }
}

@media print,
screen and (min-width: 1025px) {
  html {
    /* Desktop */
    /* ルートのフォントサイズを20pxに設定 20px	1.25em	125%*/
    font-size: 125%;
  }

  .l-container {
    width: 40rem;
    margin-right: auto;
    margin-left: auto;
  }

  .l-inner {
    width: 40rem;
    margin-right: auto;
    margin-left: auto;
  }

  .l-gutter {
    width: 40rem;
    margin: 0 auto;
  }

  .p-header__overlay {
    position: absolute;
    right: 0;
    left: auto;
    width: 20.4vw;
  }

  .p-header__overlay.is-active {
    overflow: hidden;
  }

  .p-header__nav-item:last-child {
    margin: 6.4vh 0 1rem;
  }

  .p-header__nav-link {
    padding: 2.14vh 2rem 2.14vh 1rem;
    text-align: right;
  }

  .c-form__input {
    padding: 0.5em;
    font-size: 140%;
  }

  .c-form__select-wrap::after {
    height: 65px;
  }

  .c-seat__container {
    max-width: 40rem;
    padding: 1rem 0;
  }

  .c-seat__container-M .c-seat__block {
    max-width: 850px;
  }

  .c-seat__block {
    overflow: inherit;
  }

  .c-step__wide .c-step__item  {
    min-width: 4rem;
  }

  .c-text__list {
    max-width: 24rem;
  }

  .vc-wrapper {
    width: 40rem;
    margin: 1rem auto;
  }
}

@media screen and (max-width: 320px) {
  .c-area__block {
    display: inline-block;
  }

  .c-area__bg {
    min-width: auto;
  }

  .c-area__inner {
    top: 7rem;
    max-width: 200px;
  }

  .c-box__group {
    width: 18rem;
  }

  .c-btn__size--middle {
    width: 16.5rem;
  }

  .c-form__select-block .c-form__select {
    font-size: 0.75rem;
  }

  .c-form__select-span {
    margin: 0 0.2rem;
    font-size: 0.75rem;
  }

  .c-form__ticket {
    flex-basis: 70%;
  }

  .c-step__wide .c-step__item  {
    min-width: 3.25rem;
  }

  .c-step__label {
    font-size: 0.2rem;
    height: 1.6rem;
  }
}

@media print,
screen and (max-width: 370px) {

  .c-seat__container-L--01 .c-seat__block,
  .c-seat__container-L--03 .c-seat__block,
  .c-seat__container-L--04 .c-seat__block,
  .c-seat__container-L--06 .c-seat__block {
    width: auto;
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  [v-cloak] {
    display: block;
  }

  .ie-contents {
    display: block;
  }

  .ie-block {
    display: none;
  }

  .ie-block.is-error {
    display: block;
  }

  .ie-none {
    display: none;
  }

  .ie-error-block {
    margin-top: 10px;
  }

  .ie-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #fdfdfd 0%, #ffffff 50%, #f5f5f5 100%) !important;
    text-align: center;
    transition: all 0.5s 0s;
  }

  .ie-link:hover {
    opacity: 0.75;
  }

  .ie-link::before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0;
    height: 0;
    border-width: 0.5rem 0.5rem 0 0;
    border-style: solid;
    border-color: #1e88e5 transparent transparent transparent;
    content: "";
  }

  .ie-link .ie-active {
    display: block;
    color: #1a1a1a !important;
    font-size: 0.875rem;
  }

  .ie-link .ie-active::after {
    display: block;
    width: 0.65rem;
    height: 0.65rem;
    margin: -0.1rem auto 0;
    border: 1px solid #1e88e5;
    border-radius: 50%;
    content: "";
  }

  .is-zero a {
    background: #fff !important;
    pointer-events: none;
  }

  .is-zero a::before {
    content: none;
  }

  .is-zero a .ie-active {
    color: #b3b3b3 !important;
    font-size: 0.875rem;
    font-weight: 700 !important;
  }

  .is-zero a .ie-active::after {
    content: none;
  }

  .ie-zero {
    display: flex;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ie-num {
    display: flex;
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ie-rest {
    color: #1e88e5 !important;
    font-size: 0.65rem !important;
    font-weight: 400 !important;
  }

  .ie-slash {
    margin: 0 0.1rem;
    color: #1a202c !important;
    font-size: 0.65rem !important;
    font-weight: 400 !important;
  }

  .ie-total {
    color: #1a202c !important;
    font-size: 0.65rem !important;
    font-weight: 400 !important;
  }

  .ie-complete {
    position: relative;
  }

  .ie-complete::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "×";
  }

  .c-form__password {
    display: flex;
  }

  .c-form__password .c-form__input {
    border-right: 1px solid #999;
  }

  .c-form__password-state {
    width: 3.2rem;
  }

  .c-form__error {
    display: none;
  }

  .c-form__zip {
    display: flex;
  }

    .c-form__zip .c-form__input {
      width: 8.75rem;
      margin-right: 1rem;
    }

  .c-form__zip-before-text {
    display: flex;
    justify-content: space-between;
  }

  .c-form__zip-before-text .c-form__input {
    width: 8rem;
    margin-left: 0.5rem;
  }

  .c-step__grid {
    display: flex;
    justify-content: space-around;
  }

  .c-form__checkbox-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .l-page__index {
    text-align: center;
  }

  .c-box__group {
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin: 0 auto;
  }

  .c-box {
    box-sizing: border-box;
    width: 190px;
    min-height: 152px;
  }

  .c-box:first-child {
    margin-right: 1rem;
  }

  .u-center {
    text-align: center;
  }

  .c-step__label,
  .c-list__link,
  .c-form__select-text,
  .c-form__select,
  .c-form__input,
  .c-form__label,
  .c-arrows__text,
  .p-footer__copyright,
  .c-text {
    color: #1a1a1a;
  }

  .u-color--theme,
  .c-list__remaining,
  .c-list__link::after,
  .c-form__checkbox-text,
  .c-btn__border,
  .c-btn__prev,
  .c-box,
  .c-text__link,
  .c-arrows__button,
  .c-arrows__icon,
  .c-form__calendar-arrow,
  .c-form__calendar-state,
  .p-footer__link {
    color: #1e88e5;
  }

  .c-btn__border {
    border: 2px solid #1e88e5;
  }

  .c-form__checkbox+.c-form__checkbox-icon:after,
  .c-form__radio+.c-form__radio-text::before {
    border: 3px solid #1e88e5;
  }

  .c-form__calendar-arrow,
  .c-arrows__button {
    border: 1px solid #1e88e5;
  }

  .c-form__select:focus,
  .c-form__input:focus {
    outline: 1px solid #1e88e5;
  }

  .p-header__overlay.is-active,
  .c-btn__fill,
  .c-menu__top,
  .c-menu__middle,
  .c-menu__bottom,
  .c-form__select-wrap::after,
  .c-form__checkbox:checked+.c-form__checkbox-icon,
  .c-form__radio:checked+.c-form__radio-text::before,
  .c-switch__input:checked~.c-switch__control {
    background: #1e88e5;
  }

  .c-step,
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #b3b3b3;
  }

  .c-form__select-text {
    border-color: #b3b3b3;
  }

  .c-step__item:not(:last-child) .c-step__circle::after {
    background: #b3b3b3;
  }

  .c-tag {
    background: #e6e6e6;
  }

  .c-state__success .c-icon__mail,
  .c-text__success,
  .c-tag::before,
  .c-step__item.is-active,
  .c-step__item.is-active .c-step__label {
    color: #43a047;
  }

  .c-state__success .c-icon__check {
    background: #43a047;
  }

  .c-step__item.is-active .c-step__circle::after {
    background: #43a047 !important;
  }

  .c-form__input.is-error {
    border-color: #df4036;
  }

  .c-text__error,
  .c-text__message {
    color: #df4036;
  }

  .vanilla-calendar {
    padding: 0 0 40px;
  }

  .vanilla-calendar .vanilla-calendar-date--active {
    pointer-events: none;
  }

  .vanilla-calendar-date--active {
    background: #e6e6e6 !important;
  }

  .content {
    width: 100%;
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 10px;
    background: #fff;
  }

  .vanilla-calendar *,
  .vanilla-calendar *:before,
  .vanilla-calendar *:after {
    box-sizing: border-box;
  }

  .vanilla-calendar {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .vanilla-calendar .vanilla-calendar-btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: button;
    min-width: 27px;
    padding: 0;
    overflow: visible;
    border: 0;
    outline: none;
    background: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    text-align: center;
    cursor: pointer;
  }

  .vanilla-calendar-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #1e88e5 !important;
    color: #1e88e5 !important;
    transition: all 0.5s 0s;
  }

  .vanilla-calendar-btn:hover {
    opacity: 0.75;
  }

  .vanilla-calendar .vanilla-calendar-header {
    display: flex;
    align-items: center;
    padding: 2rem 0 1rem;
    text-transform: uppercase;
  }

  .vanilla-calendar .vanilla-calendar-header svg {
    fill: #1e88e5;
  }

  .vanilla-calendar .vanilla-calendar-header__label {
    width: 100%;
    color: #1a1a1a !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    text-align: center;
  }

  .vanilla-calendar .vanilla-calendar-week {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #e8e9ec;
    border-left: 1px solid #e8e9ec;
  }

  .vanilla-calendar-body {
    border-right: 1px solid #e8e9ec;
    border-bottom: 3px solid #e8e9ec;
    border-left: 1px solid #e8e9ec;
  }

  .vanilla-calendar-date {
    min-height: 84px;
  }

  .vanilla-calendar .vanilla-calendar-week span {
    flex: 0 0 14.28%;
    flex-direction: column;
    border-top: 1px solid #e8e9ec;
    border-bottom: 3px solid #e8e9ec;
    background: #fafafa;
    color: #a3a6b4;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .vanilla-calendar {
    min-height: 82px;
  }

  .vanilla-calendar .vanilla-calendar-body {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(var(--vanilla-calendar-selected-bg-color), 0.3);
  }

  .vanilla-calendar .vanilla-calendar-date {
    display: flex;
    flex: 0 0 14.28%;
    flex-direction: column;
    align-items: center;
    max-width: 14.28%;
    background-color: #fff;
  }

  .vanilla-calendar .vanilla-calendar-date span {
    box-sizing: border-box;
    min-height: 82px;
    color: #b3b3b3;
    font-size: 0.875rem;
    font-weight: 700;
  }

  .vanilla-calendar .vanilla-calendar-date--active {
    cursor: pointer;
  }

  .vanilla-calendar .vanilla-calendar-date--disabled {
    border-radius: 0;
    cursor: not-allowed;
    opacity: 0.2;
  }

  .c-seat__container {
    max-width: 40rem;
  }

  .c-seat__wrap {
    min-width: 620px;
  }

  .c-seat__door {
    min-height: 380px;
  }

  .c-area__image {
    width: auto;
    min-width: 100px;
  }

  .c-area__tel {
    color: #1e88e5;
  }

  .c-seat__container-M .c-seat__block {
    max-width: 850px;
  }

  .c-seat__container-L--01 .c-seat__block,
  .c-seat__container-L--03 .c-seat__block,
  .c-seat__container-L--04 .c-seat__block,
  .c-seat__container-L--06 .c-seat__block {
    max-width: 54%;
  }

  .c-seat__container-L--02 .c-seat__block,
  .c-seat__container-L--05 .c-seat__block {
    max-width: 36.8%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1200px) {
  .vanilla-calendar {
    width: auto;
  }
}
