@charset "UTF-8";

.api__area {
  /*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  * 3. Remove gray overlay on links for iOS.
  */
  /* Sections */
  /* ============================================ */
  /**
  * Remove the margin in all browsers.
  */
  /**
  * Render the `main` element consistently in IE.
  */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics */
  /* ============================================ */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Replaced content */
  /* ============================================ */
  /**
  * Prevent vertical alignment issues.
  */
  /* Forms */
  /* ============================================ */
  /**
  * Reset form fields to make them styleable.
  * 1. Make form elements stylable across systems iOS especially.
  * 2. Inherit text-transform from parent.
  */
  /**
  * Correct cursors for clickable elements.
  */
  /**
  * Improve outlines for Firefox and unify style with input elements & buttons.
  */
  /**
  * Remove padding
  */
  /**
  * Reset to invisible
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Fix font inheritance.
  */
  /**
  * Fix appearance for Firefox
  */
  /**
  * Clickable labels
  */
  /* Interactive */
  /* ============================================ */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /*
  * Remove outline for editable content.
  */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}

.api__area *,
.api__area ::before,
.api__area ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

.api__area html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

.api__area body {
  margin: 0;
}

.api__area main {
  display: block;
}

.api__area p,
.api__area table,
.api__area blockquote,
.api__area address,
.api__area pre,
.api__area iframe,
.api__area form,
.api__area figure,
.api__area dl {
  margin: 0;
}

.api__area h1,
.api__area h2,
.api__area h3,
.api__area h4,
.api__area h5,
.api__area h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.api__area ul,
.api__area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.api__area dt {
  font-weight: bold;
}

.api__area dd {
  margin-left: 0;
}

.api__area hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

.api__area pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

.api__area address {
  font-style: inherit;
}

.api__area a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

.api__area abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

.api__area b,
.api__area strong {
  font-weight: bolder;
}

.api__area code,
.api__area kbd,
.api__area samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

.api__area small {
  font-size: 80%;
}

.api__area sub,
.api__area sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.api__area sub {
  bottom: -0.25em;
}

.api__area sup {
  top: -0.5em;
}

.api__area svg,
.api__area img,
.api__area embed,
.api__area object,
.api__area iframe {
  vertical-align: bottom;
}

.api__area button,
.api__area input,
.api__area optgroup,
.api__area select,
.api__area textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

.api__area button,
.api__area [type=button],
.api__area [type=reset],
.api__area [type=submit] {
  cursor: pointer;
}

.api__area button:disabled,
.api__area [type=button]:disabled,
.api__area [type=reset]:disabled,
.api__area [type=submit]:disabled {
  cursor: default;
}

.api__area :-moz-focusring {
  outline: auto;
}

.api__area select:disabled {
  opacity: inherit;
}

.api__area option {
  padding: 0;
}

.api__area fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.api__area legend {
  padding: 0;
}

.api__area progress {
  vertical-align: baseline;
}

.api__area textarea {
  overflow: auto;
}

.api__area [type=number]::-webkit-inner-spin-button,
.api__area [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.api__area [type=search] {
  outline-offset: -2px;
  /* 1 */
}

.api__area [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.api__area ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.api__area [type=number] {
  -moz-appearance: textfield;
}

.api__area label[for] {
  cursor: pointer;
}

.api__area details {
  display: block;
}

.api__area summary {
  display: list-item;
}

.api__area [contenteditable]:focus {
  outline: auto;
}

.api__area table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

.api__area caption {
  text-align: left;
}

.api__area td,
.api__area th {
  vertical-align: top;
  padding: 0;
}

.api__area th {
  text-align: left;
  font-weight: bold;
}

.api__area * {
  line-height: 1;
}

#api__area-wrapper .api__area {
  box-sizing: border-box;
  padding: 40px 16px;
  background-color: #b0a183;
  max-width: 100%;
}

#api__area-wrapper .api__area td a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#api__area-wrapper .api__area * {
  box-sizing: border-box;
}
.api__about-time-02-kome {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__area {
    padding: 32px 40px;
  }
  #api__area-wrapper .u__sp-only {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__area {
    padding-top: 40px;
  }
}

#api__area-wrapper .api__area-inner {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.35);
  max-width: 100%;
  position: relative;
  overflow: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#api__area-wrapper .api__area-inner::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__area-inner {
    padding: 16px 18px 12px;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__area-inner {
    flex: 1;
  }
}

@media screen and (min-width: 1280px) {
  #api__area-wrapper .api__area-inner {
    padding: 16px 22px 12px;
  }
}

#api__area-wrapper .api__inner-all {
  width: 425px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__inner-all {
    width: 600px;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__inner-all {
    width: 1200px;
  }
}

#api__area-wrapper .api__area-title {
  display: block;
  margin-bottom: 32px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__area-title {
    margin-bottom: 24px;
    width: 880px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__area-title {
    margin-bottom: 40px;
    max-width: 80%;
  }
}

#api__area-wrapper .api__point-block {
  margin-bottom: 32px;
}

#api__area-wrapper .api__point-block-img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__point-block-img {
    width: 425px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__point-block-img {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__point-block {
    flex: 1;
    margin: 0;
  }
}

#api__area-wrapper .api__about-time {
  font-size: 0.8em;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.5);
  align-items: stretch;
}
#api__area-wrapper .api__area .api__about-time-01-txt *,
#api__area-wrapper .api__area .api__about-time-02-txt * {
  line-height: 1.2;
}
.api__title .u__sp-only {
  display: none;
}
br.api__br-01 {
  display: none;
}

#api__area-wrapper .api__about-time-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 64px;
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__about-time-01 {
    font-size: 15px;
    width: 100px;
  }
}

#api__area-wrapper .api__about-time-02 {
  padding: 8px 8px 6px;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  width: calc(100% - 64px);
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__about-time-02 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__about-time-02 {
    width: calc(100% - 100px);
  }
}

#api__area-wrapper .api__item-01-block-01 {
  display: flex;
  align-items: center;
  font-size: 3.4vw;
  font-feature-settings: "palt";
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

#api__area-wrapper .api__supplement-block * {
  line-height: 1.4;
}

@media screen and (min-width: 425px) {
  #api__area-wrapper .api__item-01-block-01 {
    font-size: 16px;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__item-01-block-01 {
    font-size: 13px;
  }
}

@media screen and (min-width: 1280px) {
  #api__area-wrapper .api__item-01-block-01 {
    font-size: 19px;
  }
}

#api__area-wrapper .api__table {
  width: 100%;
  min-width: 310px;
  border-collapse: separate;
  border-spacing: 3px;
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__table {
    border-spacing: 6px;
  }
}

#api__area-wrapper .api__table td {
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  height: 46px;
  cursor: pointer;
}

#api__area-wrapper .api__table td:hover {
  border: 1px solid #6b6256;
}

#api__area-wrapper .api__title {
  font-weight: bold;
  color: #6b6256;
  display: inline-block;
  line-height: 1.4;
}

#api__area-wrapper .api-th-01 {
  background-color: #499d94;
  width: 32px;
  text-align: center;
}

@media screen and (min-width: 425px) {
  #api__area-wrapper .api-th-01 {
    width: 40px;
  }
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api-th-01 {
    width: 60px;
  }
}

#api__area-wrapper .api-th-02 {
  background-color: #c9e2df;
  width: 32px;
  text-align: center;
  padding: 18px 4px;
  vertical-align: middle;
  font-size: 2vw;
  height: 46px;
  font-weight: normal;
}

@media screen and (min-width: 425px) {
  #api__area-wrapper .api-th-02 {
    width: 40px;
  }
}

@media screen and (min-width: 425px) {
  #api__area-wrapper .api-th-02 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api-th-02 {
    width: 60px;
  }
}

#api__area-wrapper .api-th-03 {
  background-color: #c9e2df;
  text-align: center;
  font-size: 3vw;
  padding: 6px 0;
  width: auto;
}

@media screen and (min-width: 425px) {
  #api__area-wrapper .api-th-03 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api-th-03 {
    padding: 10px 0 8px;
  }
}

#api__area-wrapper .api-th-03-week {
  margin-top: 4px;
  display: inline-block;
  font-size: 0.9em;
  background-color: #fff;
  text-align: center;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api-th-03-week {
    padding: 0 4px;
    background-color: transparent;
    margin-top: 0;
  }
}

#api__area-wrapper .api-th-03-sat {
  color: #235475;
}

#api__area-wrapper .api-th-03-sun {
  color: #b61c1c;
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api-th-03 {
    font-size: 12px;
    position: relative;
    padding-left: 4px;
  }

  #api__area-wrapper .api-th-03>div {
    display: inline-block;
    margin: 0;
  }
}

#api__area-wrapper .api__add-text {
  font-size: 2.5vw;
  text-align: right;
  margin-top: 8px;
  font-feature-settings: "palt";
}

@media screen and (min-width: 425px) {
  #api__area-wrapper .api__add-text {
    font-size: 12px;
  }
}

#api__area-wrapper .api__add-text-img {
  display: inline-block;
  width: 0.8em;
  margin-right: 0.2em;
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__add-text {
    margin-top: 0;
  }
}

#api__area-wrapper .api-tel-img {
  display: block;
  width: 1em;
  margin-left: auto;
  margin-right: auto;
}

#api__area-wrapper .js__hover-open {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #499d94;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 8px 16px 10px;
  line-height: 1.6;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__br-01 {
    display: none;
  }

  #api__area-wrapper .js__tel-hover-check {
    pointer-events: auto !important;
  }

  #api__area-wrapper .js__tel-hover-check:hover+.js__hover-open.api__supplement {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__block-inner-flex {
    display: flex;
    gap: 16px;
    /* align-items: flex-start; */
    align-items: center;
  }

  #api__area-wrapper .api__area-wrapper {
    padding: 0 30px;
    background-color: #fff;
  }
}

.u__spartan {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #api__area-wrapper .api__title {
    letter-spacing: 0;
    text-align: left;
  }
}

/** reservable__tab **/
.reservable__tab-box {
  margin: 16px 0 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 3px;
}

.reservable__tab-flex {
  margin-bottom: 12px;
  border-bottom: 1px solid #bdac6f;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reservable__tab-title {
  color: #444;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 8px;
  border-bottom: unset;
  margin-bottom: 0;
}

.reservable__tab-days {
  padding-bottom: 8px;
}

.reservable__time-list {
  display: flex;
  gap: 5px;
  align-items: stretch;
  flex-wrap: wrap;
}

.reservable__time-list li {
  width: calc((100% - 15px) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.reservable__time-list li.reservable__panel-nonarea {
  width: 100%;
  display: block;
}

.reservable__time-list li>a {
                display: flex;
                width: 100%;
                padding: 0;
                font-size: 15px;
                letter-spacing: 0;
                font-weight: 500;
                line-height: 1;
                text-align: center;
                height: 32px;
                justify-content: center;
                align-items: center;
                background: #fff;
}

.reservable__time-list li>a:hover {
  background: #444;
  color: #fff;
  opacity: 1;
}

.reservable__col {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .reservable__tab-box {
    padding: 16px 16px 24px;
    margin: 12px 0 0;
    background: unset;
    border: 2px solid #fff;
    border-radius: 0;
  }

  .reservable__time-list {
    gap: 5px;
  }

  .reservable__tab-flex {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .reservable__tab-title {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .reservable__tab-days {
    padding-bottom: 5px;
  }

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

  .reservable__tab-days {
    display: flex;
    gap: 10px;
  }

  .reservable__time-list li {
    width: calc((100% - 25px) / 6);
  }

  .reservable__time-list li>a {
                    padding: 6px 2px 8px;
                    font-size: 16px;
                    font-weight: 700;
  }
}

@media screen and (min-width: 768px) and (max-width: 1792px) {
  .reservable__tab-box {
    padding: 0.905vw 0.905vw 1.357vw;
    margin: 0.679vw 0 0;
  }

  .reservable__time-list {
    gap: 0.283vw;
  }

  .reservable__tab-title {
    font-size: 0.905vw;
    padding-bottom: 0.452vw;
  }

  .reservable__time-list li {
    width: calc((100% - 1.414vw) / 6);
  }

  .reservable__time-list li>a {
                    padding: 0.422vw 0.113vw 0.452vw;
                    font-size: 0.979vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reservable__area {
    padding: 9px 13px;
  }

  .reservable__area-outside {
    width: 580px;
  }

  .reservable__timetable-title {
    font-size: 12px;
    text-indent: 3px;
  }

  .reservable__box {
    margin: 5px auto;
    padding-bottom: 5px;
  }

  .reservable__tbl {
    border-spacing: 5px;
  }

  .reservable__date {
    font-size: 8px;
    padding: 5px 3px;
  }

  .reservable__date>em {
    font-size: 8px;
    padding: 0;
    margin: 2px auto 0;
    border-radius: 0;
    width: 27px;
  }

  .reservable__tbl td>a {
    height: 40px;
    font-size: 12px;
  }

  .reservable__tbl td .popup {
    font-size: 12px;
  }

  .reservable__tbl td img {
    width: 10px;
  }

  .reservable__box-text {
    font-size: 6px;
    margin-right: 6px;
  }

  .reservable__box-text::before {
    width: 6px;
    height: 8px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .reservable__flex {
    gap: 8px;
  }

  .reservable__flex-item {
    gap: 8px;
    font-size: 8px;
  }

  .reservable__flex-white {
    padding: 5px;
    width: 80px;
    min-height: unset;
    font-size: 8px;
  }

  .reservable__flex-item>div {
    width: auto;
  }

  .reservable__flex-kome {
    font-size: 6px;
    margin-top: 0;
  }

  .reservable__flex-item:last-child {
    max-width: 186px;
  }

  .reservable__tab-box {
    padding: 9px 5px 13px;
    margin: 6px 0 0;
  }

  .reservable__tab-title {
    font-size: 9px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .reservable__time-list {
    gap: 5px;
  }

  .reservable__time-list li {
    width: calc((100% - 25px) / 6);
  }

  .reservable__time-list li>a {
    padding: 3px 0 5px;
    font-size: 14px;
  }

  .reservable__tbl .fukidashi {
    width: 308px;
    font-size: 11px;
    top: -40px;
    left: -64px;
    padding: 8px;
    border-radius: 0.452vw;
    border-radius: 5px;
  }

  .reservable__tbl .fukidashi-text {
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .reservable__tbl .fukidashi-kome {
    font-size: 10px;
  }
}

.reservable__tab-title {
  position: relative;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reservable__tab-panel {
  display: none;
  visibility: hidden;
}

.reservable__tab-panel.active {
  display: block;
  visibility: visible;
}

.reservable__before,
.reservable__after,
.api__area a.reservable__link {
  position: static;
  display: block;
  margin: 0;
  font-size: 0.8em;
  color: #fff;
  display: inline-block;
  background: #a39373;
  border-radius: 3px;
  vertical-align: 2px;
  cursor: pointer;
}

.reservable__before:hover,
.reservable__after:hover,
.api__area a.reservable__link:hover {
  background: #9b8965;
}

.reservable__before {
  padding: 6px 6px 6px 3px;
}

.reservable__before::before {
  content: "";
  border-right: 5px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  width: 7px;
  height: 7px;
  margin: 0 3px 1px 0;
  display: inline-block;
}

.reservable__after,
.api__area a.reservable__link {
  padding: 6px 3px 6px 6px;
}

.reservable__after::after,
.api__area a.reservable__link::after {
  content: "";
  border-left: 5px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  width: 7px;
  height: 7px;
  margin: 0 0 1px 3px;
  display: inline-block;
}

.reservable__only {
  display: none;
}

.reservable__time-list li.reservable__empty {
  width: 100%;
  font-size: 14px;
  text-align: left;
  justify-content: flex-start;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .reservable__tab-title>div {
    position: absolute;
    cursor: pointer;
    margin: 0;
    font-size: 0.9em;
    right: 0;
  }

  .reservable__before,
  .reservable__after,
  .api__area a.reservable__link {
    font-weight: 100;
    vertical-align: 9px;
    font-size: 0.7em;
  }

  .reservable__before {
    padding: 6px 8px 6px 5px;
  }

  .reservable__after,
  .api__area a.reservable__link {
    padding: 6px 5px 6px 8px;
  }

  .reservable__only {
    display: inline;
  }

  .api__area h3.reservable__tab-title {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1792px) {
  .reservable__before {
    padding: 0.335vw 0.446vw 0.335vw 0.279vw;
  }

  .reservable__after,
  .api__area a.reservable__link {
    padding: 0.335vw 0.279vw 0.335vw 0.446vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .api__area h3.reservable__tab-title {
    font-size: 1.4vw;
  }

  .reservable__before,
  .reservable__after,
  .api__area a.reservable__link {
    vertical-align: 0.502vw;
    font-size: 1vw;
  }
}

/*# sourceMappingURL=timetable.css.map */

.cls-1 {
  fill: #499d94;
  width: 24px;
}

.api__icon_tel {
  width: 16px;
}

.reservable__tab-box {
  /* display: none; */
}

.api__area .last__btn {
  background-color: #6b6256;
  color: #fff;
  display: inline-block;
}