@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: 16px;
  background-color: #fff;
  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;
      line-height: 1;
}
.api__supplement.js__hover-open * {
    line-height: 1.4 !important;
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__area {
    padding: 0 0 88px;
  }
}

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

#api__area-wrapper .api__area-inner {
  padding: 16px 8px;
  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: 16px;
}

.api__point-block-img img {
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

#api__area-wrapper .api__point-block-img {
  width: 106%;
  /* width: 500px; */
  display: block;
  margin: 0 -3%;
}

@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%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  #api__area-wrapper .api__point-block {
    flex: 1;
    margin: 0;
    display: flex;
    align-items: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 16px 0px;
  }
}

#api__area-wrapper .api__about-time {
  font-size: 0.8em;
  display: flex;
  width: 128px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 425px) {
  #api__area-wrapper .api__about-time {
    width: 160px;
  }
}

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__about-time {
    width: 252px;
  }
}

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

@media screen and (min-width: 1280px) {
  #api__area-wrapper .api__about-time {
    width: 292px;
  }
}

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

@media screen and (min-width: 768px) {
  #api__area-wrapper .api__about-time-01 {
    width: 96px;
  }
}

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

#api__area-wrapper .api__about-time-02 {
  width: calc(100% - 40px);
  padding: 8px 8px 6px;
  font-family: Noto Sans JP;
  font-weight: 400;
}

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

#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;
}

@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;
      table-layout: fixed;
}

@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__title {
  font-weight: bold;
  color: #555;
  display: inline-block;
}

#api__area-wrapper .api-th-01 {
  background-color: rgba(227, 233, 241, 1);
  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: 68px;
  }
}

#api__area-wrapper .api-th-02 {
  background-color: #ccc;
  width: 32px;
  text-align: center;
  padding: 18px 4px;
  vertical-align: middle;
  font-size: 2vw;
  height: 46px;
  font-weight: normal;
}
#api__area-wrapper .api__area td {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    box-shadow: 2px 2px 0px 0px rgba(201, 201, 201, 1);
}

@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: rgba(227, 233, 241, 1);
  text-align: center;
  font-size: 3vw;
  padding: 5px 0 7px;
  width: auto;
    position: relative;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1;
    text-align: center;
}

#api__area-wrapper .api-th-03-week {
    margin-top: 4px;
    display: inline-block;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    font-style: Medium;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    background-color: #fff;
    text-align: center;
    padding: 1px 8px 2px;
    line-height: 1;
    border-radius: 4px;
    width: 46px;
    font-weight: normal;
}
#api__area-wrapper .api-th-03-sat {
  color: #75add3;
}

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

#api__area-wrapper .api__add-text {
  font-size: 3vw;
  text-align: right;
  margin-top: 8px;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-end;
}

@media screen and (min-width: 425px) {
  #api__area-wrapper .api__add-text {
        font-size: 14px;
        padding: 8px 0 4px;
  }
}

#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: #153368;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 16px;
  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; */
    /* align-items: flex-start; */
  }

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

@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 24px;
    padding-bottom: 16px;
    border: 2px solid #ccc;
}

.reservable__tab-flex {
    margin-bottom: 16px;
    border-bottom: 2px solid #ccc;
    letter-spacing: 0.03em;
    padding-bottom: 6px;
    display: flex;
    font-size: 17px;
    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: 30px;
    padding-bottom: 3px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
}

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

.reservable__col {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .reservable__time-list {
    gap: 5px;
  }

  .reservable__tab-flex {
        margin-bottom: 16px;
  }

  .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);
  }
}

@media screen and (min-width: 768px) and (max-width: 1792px) {
  .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);
  }
}

@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-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: #0A2658;
  border-radius: 3px;
  vertical-align: 2px;
  cursor: pointer;
}

.reservable__before:hover,
.reservable__after:hover,
.api__area a.reservable__link:hover {
  background: rgb(160, 139, 97);
}

.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;
}
.api__area h3.reservable__tab-title {
    font-weight: 600;
    font-size: 17px;
}

@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.8em;
    font-weight: 600;
  }

  .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;
  }
}


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

.cls-1 {
  fill: #0A2658;
  width: 24px;
}

.api__icon_tel {
  width: 16px;
}

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

.api__area .last__btn {
  background-color: #0A2658;
  color: #fff;
  display: inline-block;
}

.api__icon_tel-02 {
  width: 11px;
  margin-right: 4px;
}

.api__area .api__block-03 {
    font-size: 15px;
    padding-top: 14px;
    line-height: 1.2 !important;
    text-align: right;
}

@media screen and (min-width: 768px) {
  .api__area .api__block-03 {
    flex-direction: row;
    padding: 8px 0;
  }
}

.api__area .api__block-03-item {
  display: flex;
  gap: 8px;
  font-size: .8em;
}

.api__block-03-item-type-01 {
  flex: 3;
}

.api__block-03-item-type-02 {
  flex: 2;
}

.api__area .api__block-03-item-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  padding-top: 6px;
  background-color: #fff;
  border-radius: 2px;
  width: 75px;
}

.api__area .api__block-03 .api__block-03-item-02 {
  display: flex;
  flex: 1;
  align-items: center;
}

.api__block-03-item-02-txt-01 {
  display: flex;
  align-items: center;
}

.api__block-03-item-02-txt-01-02 {
  width: calc(100% - 4em);
  font-size: .8em;
  padding-left: 1em;
}

.api__block-03-item-02-txt-01-01 {
  width: 4em;
  text-align: left;
  font-size: .9em;
}

#api__area-wrapper .api__area th:nth-child(n + 8),
#api__area-wrapper .api__area td:nth-child(n + 8) {
    display: none;
}
    .api__area .api__block-03 .u__sp-only {
      display: none;
    }

@media screen and (max-width: 1024px) {
    #api__area-wrapper .api__block-inner-flex {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
        align-items: center;
        max-width: 590px;
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .api__inner {
      font-family: sans-serif;
    }
    .mv {
        margin-bottom: 24px;
    }
    #api__area-wrapper .api-th-01 {
        width: 51px;
    }
    .board01, .board02 {
        padding: 0;
    }
    #api__area-wrapper .api-th-03 {
        font-size: 12px;
        letter-spacing: 0;
            padding: 2px 0 4px;
    }
    #api__area-wrapper .api-th-03-week {
        width: 30px;
        border-radius: 2px;
        padding: 1px;
    }
    .api__area .api__block-03 {
        text-align: left;
        font-size: 11px;
    }
    .api__area .api__block-03 .u__pc-only {
      display: none;
    }
    .reservable__time-list li>a {
        font-size: 13px;
        padding-top: 4px;
    }
    .api__area .api__block-03 .u__sp-only {
      display: block;
    }
    .reservable__tab-box {
          padding: 10px 12px;
    }
    .api__point-block-img img {
        width: 100%;
        height: auto;
    }
    #api__area-wrapper .api__area td {
          font-size: 14px;
    }
    .api__area h3.reservable__tab-title {
        font-size: 15px;
    }
}