@charset "UTF-8";
._ svg {
  width: 12px;
  height: auto;
  stroke: #fff;
}
a:hover ._ svg {
  stroke: #000;
}

._ {
  font-size: 0;
  position: absolute;
  right: 1.0625rem;
  top: calc(50% - 0.375rem);
}
._:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

:root {
  --color: $color;
  --color-inverse: #fff;
  --header-height: 4rem;
}

.is-section-dark,
.is-nav-open {
  --color: #fff;
  --color-inverse: $color;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve {
  background: #fff;
  max-width: 750px;
  margin-inline: calc(50% - 50vw);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.app-reserve input[type=text],
.app-reserve input[type=email],
.app-reserve select,
.app-reserve textarea {
  border-radius: 3px;
}
@media print, screen and (min-width: 751px) {
  .app-reserve {
    margin-inline: auto;
    padding: 80px 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 0 20px 40px;
}
@media print, screen and (min-width: 751px) {
  .app-reserve-nav {
    padding: 0 80px 40px;
  }
}

.app-reserve-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
  text-align: center;
}
.app-reserve-nav__item ._no {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #c4973a;
  border-radius: 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 20px;
  color: #c4973a;
}
.app-reserve-nav__item ._txt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 14px;
  color: #c4973a;
}
.app-reserve-nav__item.is-current ._no {
  background: #c4973a;
  color: #fff;
}
.app-reserve-nav__item:not(:first-child):before {
  content: "";
  width: 25px;
  height: 1px;
  background: #c4973a;
  position: absolute;
  right: calc(100% + 10px);
  bottom: 20px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
  width: 300%;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve__step1,
.app-reserve__step2,
.app-reserve__step3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px;
  opacity: 0;
}
@media print, screen and (min-width: 751px) {
  .app-reserve__step1,
  .app-reserve__step2,
  .app-reserve__step3 {
    padding: 0 80px;
  }
}

.step-1 {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.step-1 .app-reserve__step1 {
  opacity: 1;
}

.step-2 {
  -webkit-transform: translateX(-33.33%);
          transform: translateX(-33.33%);
}
.step-2 .app-reserve__step2 {
  opacity: 1;
}

.step-3 {
  -webkit-transform: translateX(-66.66%);
          transform: translateX(-66.66%);
}
.step-3 .app-reserve__step3 {
  opacity: 1;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-errors {
  margin-inline: 20px;
  padding: 12px 15px;
  border: 1px solid #ce0000;
  font-size: 12px;
  line-height: 1.5;
  color: #ce0000;
}
.app-reserve-errors p {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (min-width: 1024px) {
  .app-reserve-errors {
    margin-inline: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-shop {
  margin-top: 40px;
}

.app-reserve-shop__area {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.app-reserve-shop-area {
  border: 1px solid #919199;
}

.app-reserve-shop-area__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 10px 10px;
  font-size: 14px;
}
.app-reserve-shop-area__button i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
}
.app-reserve-shop-area__button i:before, .app-reserve-shop-area__button i:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
}
.app-reserve-shop-area__button i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-open .app-reserve-shop-area__button i:after, .app-reserve-shop-area__button.is-open i:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 1024px) {
  .app-reserve-shop-area__button {
    padding: 10px 14px;
    font-size: 16px;
  }
}

.app-reserve-shop-area__shop {
  padding: 0 10px;
  gap: 15px;
  font-size: 14px;
  display: -ms-grid;
  display: grid;
  max-height: 0;
  overflow: hidden;
  will-change: max-height, padding;
}
.is-open .app-reserve-shop-area__shop {
  max-height: 800px;
  padding-top: 4px;
  padding-bottom: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .app-reserve-shop-area__shop {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 0 14px;
    font-size: 16px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-shop-selected {
  padding-top: 40px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-info {
  margin-top: 40px;
}

.app-reserve-info__body {
  padding-top: 16px;
}

#form_under_age {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  will-change: max-height;
}
#form_under_age.is-open {
  max-height: 400px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-introduce {
  margin-top: 40px;
}

.app-reserve-introduce__check ._name {
  font-size: 14px;
}
.app-reserve-introduce__check p {
  margin-top: 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.1428571429;
}
@media screen and (min-width: 1024px) {
  .app-reserve-introduce__check ._name {
    font-size: 16px;
  }
  .app-reserve-introduce__check p {
    margin-top: 10px;
    font-size: 16px;
  }
}

.app-reserve-introduce__member {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .app-reserve-introduce__member {
    margin-top: 26px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-calendar {
  margin-top: 40px;
  margin-inline: -20px;
}
@media screen and (min-width: 1024px) {
  .app-reserve-calendar {
    margin-inline: 0;
  }
}

.app-reserve-calendar__desc {
  padding: 10px 20px 0;
  font-size: 14px;
}
.app-reserve-calendar__desc span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-reserve-calendar__desc span + span {
  margin-left: 16px;
}
@media screen and (min-width: 1024px) {
  .app-reserve-calendar__desc {
    padding: 10px 0 0;
  }
}

.app-reserve-calendar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  background: #baa552;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.app-reserve-calendar-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
}
.app-reserve-calendar-ctrl button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
}
.app-reserve-calendar-ctrl button.is-disabled {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .app-reserve-calendar-ctrl {
    margin-inline: 0;
    padding: 12px 0;
  }
}

.app-reserve-calendar-ctrl__prev {
  padding-left: 12px;
  background: url(../img/ico-angle-left-gd.svg) left center/5px 9px no-repeat;
}

.app-reserve-calendar-ctrl__next {
  padding-right: 12px;
  background: url(../img/ico-angle-right-gd.svg) right center/5px 9px no-repeat;
}

.app-reserve-calendar-table {
  position: relative;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  max-height: 80vh;
  overflow: scroll;
}
.app-reserve-calendar-table table {
  width: 100%;
}
.app-reserve-calendar-table th, .app-reserve-calendar-table td {
  border: 1px solid #d6d6d3;
  vertical-align: middle;
  background: #fff;
}
.app-reserve-calendar-table thead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .app-reserve-calendar-table {
    max-height: none;
    overflow: initial;
  }
}

.app-reserve-calendar-table thead th, .app-reserve-calendar-table thead td {
  padding: 6px;
}
.app-reserve-calendar-table thead th.time {
  width: 61px;
}
.app-reserve-calendar-table thead .day {
  width: calc((100% - 72px) / 7);
}
.app-reserve-calendar-table thead .day span {
  display: block;
}
.app-reserve-calendar-table thead .day .week {
  font-size: 10px;
}
.app-reserve-calendar-table thead .is-sun {
  background: #FFE3E3;
  color: #ce0000;
}
.app-reserve-calendar-table thead .is-sat {
  background: #DFE2F4;
  color: #001dff;
}

.app-reserve-calendar-table tbody th {
  background: #f4efdc;
}
.app-reserve-calendar-table tbody td {
  height: 35px;
}
.app-reserve-calendar-table tbody td > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app-reserve-calendar-table tbody .is-closed {
  background: #F4F4F4;
}
.app-reserve-calendar-table tbody td {
  position: relative;
}
.app-reserve-calendar-table tbody td a {
  pointer-events: auto;
}
.app-reserve-calendar-table tbody td a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.app-reserve-calendar-table tbody td:has(.is-closed) {
  background: #F4F4F4;
}
.app-reserve-calendar-table tbody td:has(.is-available) {
  cursor: pointer;
}
.app-reserve-calendar-table tbody td:has(.is-limited) {
  cursor: pointer;
}
.app-reserve-calendar-table tbody td:has(.is-not-available) {
  background: #F4F4F4;
}
.app-reserve-calendar-table tbody td:has(.is-selected) {
  background: #4eb5e6;
}

.app-reserve-calendar-limited {
  margin-top: 10px;
  margin-inline: 20px;
  padding: 12px 15px;
  border: 1px solid #ce0000;
  font-size: 12px;
  line-height: 1.5;
  color: #ce0000;
}
.app-reserve-calendar-limited p {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (min-width: 1024px) {
  .app-reserve-calendar-limited {
    margin-inline: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-date__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.app-reserve-date__lead {
  font-size: 14px;
}

.app-reserve-date__wrap {
  margin-top: 20px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-parts {
  margin-top: 40px;
}
.app-reserve-parts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-reserve-parts__lead {
  text-align: right;
  font-size: 14px;
}

.app-reserve-parts__block {
  margin-top: 10px;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .app-reserve-parts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .app-reserve-parts__block {
    margin-top: 20px;
    max-width: 700px;
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    gap: 68px 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.app-reserve-parts-block__body {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 13px 1fr 13px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 13px;
}
@media screen and (min-width: 1024px) {
  .app-reserve-parts-block__body {
    margin-top: 36px;
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 18px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-privacy {
  margin-top: 40px;
}
.app-reserve-privacy__lead {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .app-reserve-privacy__lead {
    height: 106px;
    font-size: 14px;
    line-height: 1.6428571429;
  }
}

.app-reserve-privacy__body {
  margin-top: 16px;
  padding: 10px 15px;
  border: 1px solid #919199;
  height: 140px;
  overflow: auto;
  font-size: 12px;
  line-height: 1.75;
}
.app-reserve-privacy__body dt {
  font-weight: bold;
  color: #575757;
}
.app-reserve-privacy__body dt:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .app-reserve-privacy__body {
    height: 106px;
    font-size: 14px;
    line-height: 1.6428571429;
  }
}

.app-reserve-privacy__agree {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .app-reserve-privacy__agree {
    font-size: 16px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-introduce-ex {
  margin: 24px auto 0;
  padding: 8px 15px;
  border: 1px solid #cbcbcb;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .app-reserve-introduce-ex {
    text-align: center;
    max-width: 480px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.app-reserve-action {
  margin-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .app-reserve-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-reserve-title {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-reserve-title {
    font-size: 32px;
  }
}

.c-reserve-title--sm {
  font-size: 20px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-reserve-titleB {
  width: 100%;
  text-align: center;
  background: #e6e6e6;
  font-size: 16px;
  line-height: 36px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-reserve-btn-reserve {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background: #000;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
}
.c-reserve-btn-reserve i {
  position: absolute;
  right: 16px;
  width: 12px;
}
.c-reserve-btn-reserve i svg {
  width: 100%;
  height: auto;
  fill: #fff;
  stroke: #fff;
}
.c-reserve-btn-reserve:disabled, .c-reserve-btn-reserve.is-disabled {
  pointer-events: none;
  background: #bdbdbf;
  border-color: #bdbdbf;
}
@media screen and (min-width: 1024px) {
  .c-reserve-btn-reserve {
    max-width: 320px;
  }
}

.c-reserve-btn-reserve--back {
  background: #666;
}
.c-reserve-btn-reserve--back i {
  position: absolute;
  left: 16px;
  right: auto;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-reserve-selected-shop {
  position: relative;
  border: 2px solid #c4973a;
}

.c-reserve-selected-shop__head {
  text-align: center;
  background: #c4973a;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}

.c-reserve-selected-shop__confirmed {
  padding: 12px 15px;
  background: rgba(196, 151, 58, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.c-reserve-selected-shop__confirmed ._date {
  padding-left: 1em;
  font-size: 16px;
}

.c-reserve-selected-shop__day {
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  font-size: 14px;
}
.c-reserve-selected-shop__day dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-reserve-selected-shop__day dt {
  width: 6em;
}

.c-reserve-selected-shop__body {
  border-top: 2px dotted #c4973a;
  padding: 24px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-size: 12px;
}
.c-reserve-selected-shop__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-reserve-selected-shop__body dt {
  width: 4em;
}
.c-reserve-selected-shop__body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-reserve-selected-shop__body ._map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.c-reserve-selected-shop--step1 .c-reserve-selected-shop__head2 {
  text-align: center;
}
.c-reserve-selected-shop--step1 .c-reserve-selected-shop__head2 span {
  position: relative;
  top: -0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #c4973a;
  background: #fff;
  padding: 0 0.75em;
  font-size: 16px;
  line-height: 1;
}
.c-reserve-selected-shop--step1 .c-reserve-selected-shop__body {
  padding-top: 0;
  border-top: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/