@charset "UTF-8";
@media only screen and (max-width: 991px) {
  .reserve-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.reserve-shopname {
  border: 1px solid #777;
  padding: 1.3em 1.3em 1.0em 1.3em;
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

.reserve-shopname__main {
  display: block;
  font-size: 135%;
  margin-bottom: 0.2em;
  font-weight: bold;
}

.reserve-shopname__sub {
  display: block;
  color: #777;
}

/* reserve-bread */
.reserve-bread {
  padding: 1.5em 0;
  text-align: center;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  margin-bottom: 3em;
}

.reserve-bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reserve-bread__item {
  font-size: 14px;
  color: #777;
  position: relative;
  padding-left: 2em;
}

.reserve-bread__item:not(:last-child) {
  padding-right: 3em;
}
.reserve-bread__item:last-child {
  max-width: 7em;
}
.reserve-bread__item--active {
  color: #9DBDA6;
  font-weight: bold;
}

.reserve-bread__num {
  background-color: #9DBDA6;
}

.reserve-bread__num {
  display: block;
  width: 1.7em;
  height: 1.7em;
  background-color: #777;
  color: #FFF;
  border-radius: 50%;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -0.3em;
  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;
}

.reserve-bread__item--active .reserve-bread__num {
  background-color: #9DBDA6;
}

.reserve-bread__arrow {
  position: absolute;
  right: 1.2em;
  top: -0.2em;
}

/* タイトル */
.reserve-ttl {
  background-color: #DDD;
  padding: 1em;
  margin-bottom: 0.8em;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2em;
  text-align: center;
}

/* カレンダー */
.reserve-calenttl {
  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;
  background-color: #DDD;
  padding: 1em 0;
  margin-bottom: 0.8em;
  font-size: 16px;
}

.reserve-calenttl__left,
.reserve-calenttl__right,
.reserve-calenttl__center {
  padding: 0 15px;
}

.reserve-calenttl__left input[type="submit"],
.reserve-calenttl__right input[type="submit"] {
  border: none;
  background: no-repeat;
  padding: 0;
  margin: 0;
}

.reserve-calendar__table {
  width: 100%;
  margin-bottom: 30px;
}

.reserve-calendar__table-body {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.reserve-calendar__table td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: calc(100% / 7);
  text-align: center;
  padding: 10px;
}

.reserve-calendar__table th {
  width: calc(100% / 7);
  text-align: center;
  padding: 10px;
}
.reserve-time {
  font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.reserve-time__list {
  display: none;
}

.j-select-day__active {
  display: block;
}

.reserve-calendar__data--selectable {
  /*    background-color: #e0ebe3;*/
}

.j-select-day__selected,
.reserve-calendar__data--selectable:hover {
  background-color: #9DBDA6;
  color: #FFF;
  cursor: pointer;
}

.reserve-calendar__data--no-selectable-time {
  background-color: #EFEFEF;
  color: #333;
}
.reserve-calendar__data--no-selectable-time.j-select-day__selected {
  background-color: #9DBDA6;
  color: #FFF;
  cursor: pointer;
}

.reserve-calendar__data--no-selectable {
  background-color: #EFEFEF;
}

.reserve-calendar__data--selected {
  background-color: #9DBDA6;
  color: #FFF;
}

.reserve-calendar__data--no_times {
  background-color: #DDD;
}

.reserve-calendar__data--active {
  display: block;
}

.reserve-calendar__data--passed,
.reserve-calendar__data--holiday,
.reserve-calendar__data--sameday-no-reserv {
  background-color: #EFEFEF;
}

.reserve-time__list::after {
  content: "";
  display: block;
  clear: both;
}

.reserve-time__list {
  margin: 0 -3px;
  margin-bottom: 30px;
}

.reserve-time__item {
  float: left;
  padding: 0 2px;
  margin-bottom: 5px;
  width: calc(100% / 6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 36px;
}
@media only screen and (max-width: 767px) {
  .reserve-time__item {
    height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .reserve-time__item {
    width: calc(100% / 3);
  }
}
.reserve-time__item input[type=radio] {
  display: none;
}

.reserve-time__item input[type=checkbox] {
  position: absolute;
  left: 11%;
  top: 30%;
}

.reserve-time__item label {
  margin: 0;
  display: block;
  background-color: #EFEFEF;
  padding: 10px;
  border: 1px solid #CCC;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
}

.reserve-time__item label:hover {
  background-color: #9DBDA6;
  border-color: #9DBDA6;
  color: #FFF;
}

.reserve-time__item input[type=radio]:checked + label,
.reserve-time__item input[type=checkbox]:checked + label {
  background-color: #9DBDA6;
  border-color: #9DBDA6;
  color: #FFF;
}

.reserve-time__item .reserve-time__item-batsu label {
  background-color: #DDD;
  border: 1px solid #CCC;
  color: #AAA;
}

.reserve-subttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .reserve-subttl {
    margin-bottom: 5px;
  }
}
.reserve-subttl--hissu {
  border: 1px solid #FF4C4A;
  color: #FF4C4A;
  padding: 1px 5px;
  font-size: 70%;
  vertical-align: middle;
  margin-left: 0.5em;
  font-weight: bold;
}

.reserve-block {
  margin-bottom: 30px;
}

.reserve-block__inner {
  height: 100px;
  padding: 15px;
  overflow-y: auto;
  border: 1px solid #B1ABA9;
}

.reserve-block__inner textarea {
  width: calc(100% - 10px);
}

.reserve-block__inner--noline textarea {
  width: 100%;
  padding: 1em;
  border-color: #B1ABA9;
}

.reserve-block__label {
  display: inline;
}

.reserve-btn {
  text-align: center;
}

/*.reserve-btn input[type="submit"],
.reserve-btn input[type="button"] {
  background-color: #9DBDA6;
  border: none;
  color: #FFF;
  padding: 7px 20px;
  border-radius: 5px;
  min-width: 150px;
  cursor: pointer;
}*/

.reserve-btn input[type="submit"], .reserve-btn input[type="button"] {
  background-color: #9DBDA6;
  border: none;
  color: #FFF;
  padding: 7px 20px;
  border-radius: 5px;
  min-width: 175px;
  cursor: pointer;
  font-size: 15px;
}

.reserve-btn input[type="submit"]:not(:disabled):hover,
.reserve-btn input[type="button"]:not(:disabled):hover {
  opacity: 0.7;
}

.reserve-btn input[type="submit"]:disabled,
.reserve-btn input[type="button"]:disabled {
  background-color: #adadad;
  cursor: auto;
}

.reserve-submit-check {
  text-align: center;
}

.reserve-submit-check label {
  margin: 0;
}

.reserve-attention {
  background-color: #FFEDEC;
  color: #FF4C4A;
  text-align: center;
  padding: 1.3em 1.3em 1.0em 1.3em;
  line-height: 1.5em;
  margin-bottom: 30px;
  margin-top: 30px;
}
.reserve-attention-under {
  margin-bottom: 30px;
  text-align: center;
}

.reserve-attention__main {
  font-weight: bold;
}

.reserve-attention__main,
.reserve-attention__sub {
  display: block;
}

.reserve-section:not(:last-of-type) {
  margin-bottom: 30px;
}

.reserve-table__wrapper {
  overflow-x: auto;
  max-height: 350px;
  /*    white-space: nowrap;*/
}

.reserve-table {
  width: 100%;
  border-top: 1px solid #B1ABA9;
  border-left: 1px solid #B1ABA9;
  table-layout: fixed;
}

.reserve-table__th,
.reserve-table__td {
  border-bottom: 1px solid #B1ABA9;
  border-right: 1px solid #B1ABA9;
  padding: 1em;
  word-wrap: break-word;
  vertical-align: middle;
}
@media only screen and (max-width: 575px) {
  .reserve-table--resp-fold .reserve-table__th,
  .reserve-table--resp-fold .reserve-table__td {
    display: block;
    width: 100% !important;
  }
}

.reserve-table__th {
  background-color: #F5F5F4;
  width: 150px;
}

.reserve-table__th--h {
  width: 120px;
  text-align: center;
}

.reserve-table__link-btn {
  display: inline-block;
}

.reserve-table__link-btn > li {
  text-align: left;
}

.reserve-table__link-btn > li:not(:last-child) {
  margin-bottom: 5px;
}

.reserve-border-block {
  border: 1px solid #B1ABA9;
  text-align: center;
  padding: 1.3em 1.3em 1.0em 1.3em;
}

.reserve-border-block__inner {
  display: inline-block;
  text-align: left;
}

.reserve-list {
  display: inline-block;
  list-style-type: disc;
  margin-bottom: -0.5em;
}

.reserve-list > li {
  text-align: left;
  margin-bottom: 0.5em;
}

.reserve-block-2 {
  margin-bottom: 30px;
}

.reserve-block-2__input,
.reserve-block-2__textarea {
  width: 100%;
  padding: 0.7em;
  border: 1px solid #CCC;
  font-size: 14px;
  color: #333;
}


.reserve-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
}
@media only screen and (max-width: 575px) {
  .reserve-table--resp-fold .reserve-grid {
    display: block;
    margin: 0;
  }
}




.reserve-grid__col {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.reserve-grid__col--main {
  width: calc(100% - 100px);
}

.reserve-grid__col--sub {
  width: 100px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .reserve-table--resp-fold .reserve-grid__col {
    display: block;
    width: 100% !important;
  }
  .reserve-table--resp-fold .reserve-grid__col--sub {
      text-align: right;
  }
  .reserve-table--resp-fold .reserve-table__td--strong,
  .reserve-table--resp-fold .reserve-table__td--small {
    margin-bottom: 0.2em;
  }
  .reserve-table__wrapper--resp-fold {
    max-height: inherit;
  }
}
.reserve-table__td--strong {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
}

.reserve-table__td--small {
  font-size: 12px;
  line-height: 1.5em;
}

.reserve-table__td--red {
  color: #FF4C4A;
  font-size: 16px;
}

.reserve-table-th--strong {
  font-size: 12px;
  color: #FF4C4A;
}

.reserve-s-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
}
.reserve-s-ttl {
    position: relative;
}
.reserve-s-ttl::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 6px;
    background-color: #9DBDA6;
    border-radius: 3px;
    bottom: -10px;
    left: calc(50% - 15px);
}

.reserve-s-bh-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
/*  margin: 0 -30px;*/
}

.reserve-s-bh-main__col {
  padding: 0 30px;
}

.reserve-s-bh-main__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  margin-bottom: 15px;
}

.reserve-s-bh-main__yobi {
  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;
  width: 25px;
  height: 25px;
  background-color: #B1ABA9;
  color: #FFF;
}

.reserve-s-bh-main__yobi--do {
  background-color: #90A7C0;
}

.reserve-s-bh-main__yobi--nichi {
  background-color: #F1B4B1;
}

.reserve-s-bh-main__label {
  display: block;
  font-size: 12px;
}

.reserve-s-bh-main__time {
  padding: 0 10px;
}

.reserve-s-pagelink {
  text-align: center;
  margin-bottom: 30px;
}

.reserve-s-pagelink__list {
  display: inline-block;
  margin: 0 -10px;
}

.reserve-s-pagelink__list::after {
  content: "";
  display: block;
  clear: both;
}

.reserve-s-pagelink__item {
  float: left;
  margin: 0 10px;
}

.reserve-pagenation {
  text-align: center;
  margin-top: 15px;
}

.reserve-kensu {
  margin-bottom: 5px;
}

.reserve-s-menu__list {
  margin: -5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media only screen and (max-width: 767px) {
    .reserve-s-menu__list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
}


.reserve-s-menu__item {
  padding: 0 5px;
}

@media only screen and (min-width: 768px) {
  .reserve-calendar-2__table {
    width: 100%;
  }
}
.reserve-calendar-2__table th {
  text-align: center;
}

.reserve-calendar-2__table th,
.reserve-calendar-2__table td {
  width: calc(100% / 7);
  padding: 1em;
}

.reserve-calendar-2__tbody {
  border-top: 1px solid #B1ABA9;
  border-left: 1px solid #B1ABA9;
}

.reserve-calendar-2__tbody th,
.reserve-calendar-2__tbody td {
  border-bottom: 1px solid #B1ABA9;
  border-right: 1px solid #B1ABA9;
}

.reserve-calendar-2__block {
  background-color: #CCC;
  padding: 7px;
  border-radius: 5px;
}

.reserve-calendar-2__item {
  margin-bottom: 5px;
}

.reserve-calendar-2__block-inner {
  margin-top: 7px;
}

.reserve-link--underline {
  text-decoration: underline !important;
}

.reserve-calendar-2__block--sankaku {
  background-color: #ECF7EF;
}

.reserve-calendar-2__block--batsu {
  background-color: #F5F5F4;
}

.reserve-calendar-2__time {
  font-weight: bold;
}

.reserve-btn-2 {
  text-align: right;
}
@media only screen and (max-width: 767px) {
    .reserve-calendar-2 {
        overflow: auto;
    }
    .reserve-calendar-2__table {
        min-width: 800px;
    }
}
.reserve-btn-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -5px;
  margin-bottom: 15px;
  /*    display: inline-block; */
}

.reserve-btn-2__list::after {
  /*  content: "";
    display: block;
    clear: both;*/
}

.reserve-btn-2__item {
  /*    float: left;*/
  padding: 0 5px;
}

.reserve-backpage {
  text-align: center;
  text-decoration: underline;
}

.reserve-backpage:hover {
  text-decoration: none;
}

.reserve-s-menu__list {
  margin: -5px 0;
}

.reserve-s-menu__item {
  margin: 5px 0;
}

.reserve-month-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reserve-month-pagenation__prev {
  padding-right: 15px;
  position: relative;
  text-decoration: underline;
}

.reserve-month-pagenation__next {
  padding-left: 15px;
  text-decoration: underline;
  position: relative;
}

.reserve-month-pagenation__prev::after {
  content: '|';
  position: absolute;
  right: 0;
}

.reserve-month-pagenation__prev::before {
  content: '◀';
  position: absolute;
  left: -1.2em;
}

.reserve-month-pagenation__next::before {
  content: '▶';
  position: absolute;
  right: -1.2em;
}

.reserve-s-menu {
  margin-top: 15px;
}

.reserve-sort-link::after {
  content: '';
  width: 15px;
  height: 17px;
  background-image: url(/images/reservations/icon-sort.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: text-bottom;
  margin-left: 5px;
  display: inline-block;
}

.reserve-sort-link.asc::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#main {
  position: relative;
}

.reserve-hnav {
    margin: 10px 0 0 0;
}
@media only screen and (max-width: 767px) {
    .reserve-hnav {
        margin: 10px 10px 0 0;
    }
}

.reserve-hnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -5px;
}

.reserve-hnav__item {
  padding: 0 5px;
}

.reserve-hnav__link {
  display: block;
  position: relative;
}

.reserve-hnav__count-unapproved {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #9DBDA6;
  color: #FFF;
  font-size: 10px;
  border-radius: 50%;
  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;
  left: 80%;
  bottom: 80%;
}

.reserve-s-subttl {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 18px;
}
/*@media only screen and (max-width: 767px) {
  .reserve-hnav {
    margin-top: 0.5em;
    position: static;
  }

  .reserve-hnav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px;
  }
}*/
/* ******************************************** */
/* PC時のスタイル（  768px以上 ）のみ */
/* ******************************************** */
@media only screen and (min-width: 768px) {
  .reserve-sp-only {
    display: none;
  }
}
/* ******************************************** */
/* SP時のスタイル（  767px以下 ）のみ */
/* ******************************************** */
@media only screen and (max-width: 767px) {
  .reserve-s-bh-main__col {
    padding: 0 15px;
  }
  .reserve-s-menu {
      margin-bottom: 40px;
  }
  .reserve-pc-only {
    display: none;
  }
  .reserve-bread__arrow {
    width: 5px;
  }

  .reserve-bread__item {
    font-size: 10px;
  }

  .reserve-bread__num {
    width: 13px;
    height: 13px;
    font-size: 9px;
    left: -1px;
    top: -1px;
  }

  .reserve-bread__item {
    padding-left: 1.3em;
    text-align: left;
    line-height: 1.2;
    width: 25%;
    padding-left: 1.7em;
  }

  .reserve-bread__item:not(:last-child) {
    padding-right: 1.5em;
  }

  .reserve-bread__arrow {
    right: 0.7em;
  }

  .reserve-bread__num {
    top: -1px;
  }

  .reserve-bread__arrow {
    top: 0.2em;
  }

  .reserve-bread__item:last-child .reserve-bread__arrow {
    display: none;
  }

  .reserve-bread {
    padding: 1.2em 0 1.0em 0;
  }

  .reserve-bread__num {
    padding-top: 2px;
  }
}
.reserve-link-1 {
  margin-top: 0.4em;
}

.reserve-link-1__main {
  font-size: 12px;
  color: midnightblue;
  border-bottom: dashed 1px #333;
}

.reserve-link-1__main:hover {
  text-decoration: none;
  border-bottom: none;
}

.reserve-status-bold {
  font-weight: bold;
}

.reserve-under-btn {
  text-align: center;
}

.reserve-under-btn__inner {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}

.reserve-ads {
  margin-top: 30px;
}

/*# sourceMappingURL=style.css.map */




.reserve-nav {
  margin-top: 15px;
  margin-bottom: 50px;
}

.reserve-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -5px;
}

.reserve-nav__item {
  padding: 0 2.5px;
  margin-top: 5px;
}

.reserve-nav__link {
  display: block;
  text-align: center;
  background-color: #F6F9F7;
  border: 1px solid #9DBDA6;
  border-radius: 5px;
  min-width: 80px;
  padding: 2px;
  box-sizing: border-box;
}

.reserve-nav__link:hover {
  text-decoration: none;
}

.reserve-nav__text {
  display: block;
  font-size: 11px;
  line-height: 1.2;
}

.reserve-nav__img {
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .reserve-nav__item {
    width: calc(100% / 3);
  }
}





.reserve-guideline {
  text-align: left;
  margin-top: 15px;
}

@media only screen and (max-width: 575px) {
  .reserve-guideline {
    text-align: center;
    margin-top: 15px;
  }
}
.reserve-guideline__main {
  display: inline-block;
  border: 1px solid #CCCCCC;
  background-color: #FCFCFC;
  border-radius: 3px;
  padding: 0.6em 1.5em 0.5em 1.5em;
}

.reserve-guideline__main:hover {
  text-decoration: none;
}

.reserve-guideline__main-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reserve-guideline__icon {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/images/reservations/icon-metro-file-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.reserve-guideline__text {
  margin-left: 0.2em;
}





/* 個人：履歴 */

.reserve-his__item {
  margin-bottom: 30px;
}

.reserve-his__block {
  border: 1px solid #B1ABA9;
  position: relative;
}

.reserve-his__status {
  position: absolute;
}
.reserve-his__status-main {
  position: absolute;
  z-index: 100;
  display: block;
  width: 95px;
  top: 0.75em;
  left: 0.5em;
  color: #FFF;
  font-size: 12px;
  line-height: 1.4;
}

.reserve-his__status::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
/*  border-width: 70px 95px 0 0;*/
  border-width: 75px 100px 0 0;
  border-color: #9dbda6 transparent transparent transparent;
  top: -1px;
  left: -1px;
  z-index: 50;
}
.reserve-his__status--shop-cancel::before,
.reserve-his__status--user-cancel::before {
  border-color: #6B6461 transparent transparent transparent;
}
.reserve-his__block-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 70px;
}

.reserve-his__photo,
.reserve-his__main,
.reserve-his__btn {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.reserve-his__photo {
  width: 230px;
}

.reserve-his__photo-main {
  max-width: 100%;
}

.reserve-his__main {
  width: calc(100% - 230px - 230px);
}

.reserve-his__tag-item {
  background-color: #9DBDA6;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  display: inline-block;
  padding: 0.4em 1.0em 0.3em 1.0em;
}

.reserve-his__shopname {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.3em;
}

.reserve-his__shopname-kana {
  font-size: 11px;
  color: #B1ABA9;
}



.reserve-his__btn {
  width: 230px;
}

.reserve-his__btn-item:last-child {
  margin-top: 25px;
}

.reserve-his__btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
}

.reserve-his__btn-main:hover {
  color: #FFF;
  text-decoration: none;
}

.reserve-his__btn-main--kuseki {
  background-color: #9DBDA6;
}

.reserve-his__btn-main--detail {
  background-color: #6B6461;
}

@media only screen and (max-width: 991px) {
  .reserve-his__block-main {
    padding: 30px 50px;
  }

  .reserve-his__btn {
    width: 175px;
  }

  .reserve-his__photo {
    width: 200px;
  }

  .reserve-his__main {
    width: calc(100% - 200px - 175px);
  }

  .reserve-his__btn-main {
    font-size: 15px;
  }

  .reserve-his__btn-item:last-child {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-his__block-main {
    padding: 30px 50px 20px 50px;
  }

  .reserve-his__btn {
    width: 100%;
  }

  .reserve-his__photo {
    width: 200px;
  }

  .reserve-his__main {
    width: calc(100% - 200px);
  }

  .reserve-his__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    margin-top: 15px;
  }

  .reserve-his__btn-item {
    margin: 0 !important;
    padding: 0 7.5px;
  }

  .reserve-his__btn-main {
    min-width: 150px;
    height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .reserve-his__photo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .reserve-his__photo-main {
    max-width: 200px;
  }

  .reserve-his__main {
    width: 100%;
  }

  .reserve-his__block-main {
    padding: 50px 0px 20px 0px;
  }

  .reserve-his__btn-main {
    height: 35px;
    font-size: 12px;
    min-width: 115px;
    border-radius: 17.5px;
  }

  .reserve-his__btn-item {
    padding: 0 2.5px;
  }
}


.reserve-modal-1__mess {
    font-size: 16px;
}
.reserve-modal-1__close {
    text-align: center;
    margin-top: 0.7em;
}
.reserve-modal-1__close-link {
    text-decoration: underline;
}




.reserve-his__dl-wrapper {
  margin-top: 1.0em;
}
.reserve-his__dl {
    position: relative;
    margin-bottom: 0.2em;
}
.reserve-his__dt {
    position: absolute;
    width: 70px;
    font-size: 13px;
}
.reserve-his__dt::after {
    content: ' :';
}
.reserve-his__dd {
    padding-left: 70px;
    font-size: 13px;
}
@media only screen and (max-width: 575px) {
  .reserve-his__dt {
      font-size: 12px;
  }
  .reserve-his__dd {
      font-size: 12px;
  }
}

.reserve-his__date {
  text-align: left;
  margin-top: 1.0em;
}
.reserve-his__date--reserved_at {
  margin-top: 5px;
}
.reserve-his__date-main {
  display: inline-block;
  background-color: #F5F5F4;
  padding: 0.8em 0.8em 0.7em 0.8em;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .reserve-his__date {
    text-align: center;
  }
}



.reserve-his__created_at {
  width: 100%;
  text-align: right;
  color: #777;
}

@media only screen and (min-width: 768px) {
  .reserve-his__block-main {
    position: relative;
  }
  .reserve-his__created_at {
    position: absolute;
    bottom: 10px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-his__created_at {
    margin-top: 0.5em;
    text-align: center;
  }
}


/* 過ぎた時間を予約できないようにする */

.reserve-time__item label {
  background-color: #FFF;
  border: 1px solid #CCC
}

.reserve-time__item .reserve-time__item--passed label,
.reserve-time__item .reserve-time__item--passed label:hover {;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  color: rgb(43, 40, 39);
  pointer-events: none;
}

/* 予約不可登録で不可時間がわかるようにする */

.reserve-calendar__block-dl {
    margin-top: 0.5em;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
.reserve-calendar__block-dt,
.reserve-calendar__block-dd {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0.3em;
    font-size: 12px;
}
.reserve-calendar__block-dt {
    background-color: #DDD;
}
.reserve-calendar__block-dd {
    background-color: #f6f6f6;
    color: #333;
}

@media only screen and (max-width: 767px) {
  .reserve-calendar {
      width: 100%;
      overflow: auto;
  }
  .reserve-calendar--block .reserve-calendar__data {
      min-width: 80px;
  }
}

/* エラーメッセージ */

.reserve-error-mess {
    border: 1px dashed #FF4C4A;
    color: #FF4C4A;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 1.5em;
    position: relative;
    padding-left: 50px;
}
.reserve-error-mess::before {
    position: absolute;
    left: 15px;
    top: calc(50% - 10px);
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/reservations/icon-warning.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .reserve-error-mess {
        margin-top: -15px;
    }
}

/* 履歴ページで履歴がないときの表示 */

.reserve-his-nopost {
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.7em;
    font-size: 16px;
}
.reserve-his-nopost__main {
    display: inline-block;
    text-align: left;
}
@media (max-width: 767px) {
    .reserve-his-nopost {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }
}


/* ベルマークの未承認件数 */

.reserve-hnav__list {
  justify-content: flex-start;
}
.reserve-hnav__count-unapproved {
  left: 25px;
}
.reserve-hnav__text {
  display: inline-block;
  vertical-align: super;
  padding-left: 0.3em;
}
.reserve-hnav__count-unapproved {
  background-color: #FF4C4A;
  width: 20px;
  height: 20px;
}
.reserve-hnav__text {
  position: relative;
}
.reserve-hnav__text::after {
  content: url(https://www.beauty-park.jp/images/reservations/icon-arrow-2.svg);
  position: absolute;
  right: -1em;
}
.reserve-hnav__text::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #222222;
  position: absolute;
  bottom: -0.2em;
}
.reserve-hnav__text--strong {
  color: #FF4C4A;
  font-weight: bold;
  padding: 0 0.2em;
}


.reserve-nav__img--twoline {
  min-height: 37px;
}



.block-gird {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7.5px;
}

.block-gird--vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-gird__item {
  padding: 0 7.5px;
}

.block-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}


.reserve-lead {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .reserve-lead {
    font-size: 14px;
    margin-top: -20px;
    text-align: center;
    margin-bottom: 15px;
  }
}



.block-gird {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7.5px;
}

.block-gird--vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-gird__item {
  padding: 0 7.5px;
}

.block-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}


.reserve-block__select-note {
  color: #FF4C4A;
  margin-left: 0.5em;
  font-weight: normal;
  font-size: 12px;
}


.reserve-calendar__data--above-90day {
  background-color: #EFEFEF;
  position: relative;
}
.reserve-calendar__data--above-90day:after {
  content: '※';
  position: absolute;
  right: 1em;
  top: calc(50% - 0.6em);
  color: #FF4C4A;
}

.reserve-calendar__mess_under {
  color: #FF4C4A;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin-top: -15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .reserve-calendar__data--above-90day:after {
    display: block;
    position: static;
    margin-top: -5px;
  }
}
