@charset "utf-8";

body {
  font-size: 15px;
  font-family: Hiragino Sans;
}

/*
 ヘッダー関連
*/
/* .page-header {
  border-top-width: 0;
  height: 75px;
  position: fixed;
  width: 100%;
  z-index: 5000;
  display: flex;
  padding: 0px;
  top: 0px;
}

.store-logo {
  width: 50%;
  float: left;
  padding-left: 5px;
}

.store-logo img {
  height: 75px;
}

.line-login {
  width: 50%;
  float: right;
  padding-right: 5px;
}

.line-login img {
  margin-top: 25px;
  width: auto;
  height: 32px;
} */

/*
 画面固定部
*/
.fixd-area {
  padding: 0px;
  overflow: hidden;
  /* margin-top: 75px; */
}

/*
 ページタイトル
*/
/* .page-title {
  width: 100%;
  height: 52px;
  background: rgba(244,244,244,1);
  opacity: 1;
  overflow: hidden;
  display: grid;
}

.page-title span {
  width: 68px;
  color: rgba(74,74,74,1);
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  opacity: 1;
  justify-self:center;
  padding-top: 16px;
} */

/*
 ステップバー
*/
/* .stepber {
  width: 80%;
  margin-left : auto;
  margin-right: auto;
  display: flex;
} */

.stepbar-area {
  width: 75%;
  margin-left : auto;
  margin-right: auto;
  /* min-width: 320px; */
}

/*
 メニュー表示領域
*/
.menu-area {
  width: 75%;
  margin-left : auto;
  margin-right: auto;
  margin-top: 15px;
  /* min-width: 320px; */
}

.menu-area-title {
  width: 100%;
  margin-left: 10px;
  display: flex;
}

.menu-area-title-decoration {
  width: 10px;
  height: 19px;
}

.menu-area-title-string {
  margin-left: 10px;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  opacity: 1;
  text-align: left;
}

.menu-table {
  width: 100%;
  margin-top: 10px;
  padding-left: 10px;
}

.menu-row {
  width: 100%;
  min-height: 50px;
  margin-top: 1px;
  background: #F9F9F9;
  opacity: 1;
  overflow: hidden;
  display: flex;
}

.menu-name {
  width: calc(100% - 150px);
  color: #4A4A4A;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 10px;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}

.menu-hands-time {
  width: 50px;
  color: #4A4A4A;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding-top: 15px;
  text-align: right;
}

.menu-price {
  width: 100px;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding-top: 15px;
  text-align: right;
  margin-right: 10px;
}


/*
 スタッフ表示領域
*/
.staff-area {
  width: 75%;
  margin-left : auto;
  margin-right: auto;
  margin-top: 15px;
  /* min-width: 320px; */
}

.staff-area-title {
  width: 100%;
  margin-left: 10px;
  display: flex;
}

.staff-area-title-decoration {
  width: 10px;
  height: 19px;
}

.staff-area-title-string {
  margin-left: 10px;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  opacity: 1;
  text-align: left;
}

.staff-table {
  width: 100%;
  margin-top: 10px;
}

.staff-row {
  width: 100%;
  height: 60px;
  opacity: 1;
  overflow: hidden;
  display: flex;
}

.staff-image {
  width: 60px;
  height: 60px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.staff-name {
  margin-left: 10px;
}

.staff-name-name {
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.staff-name-add-string {
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}

.stafffee {
  text-align:left;
  position: relative;
  font-family: Hiragino Sans;
  font-weight: W3;
  font-size: 11px;
}

/*
  日時表示領域
*/
.date-time-area {
  width: 75%;
  margin-left : auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 10px;
}

@media screen and (max-width: 639px) {

  .stepbar-area {
    width: 100%;
  }

  .menu-area {
    width: 100%;
  }
  
  .menu-table {
    padding-left: 0px;
  }

  .staff-area {
    width: 100%;
  }

  .date-time-area {
    width: 100%;
    padding:0;
  }
  
  .menu-area-title,
  .menu-name,
  .staff-area-title,
  .staff-name
  {
    margin-left: 16px;
  }

}

@media screen and (max-width: 320px) {

  .menu-area {
    min-width: 320px;
  }
  
  .date-time-area {
    min-width: 320px;
  }

}

.inquiry-area {
  width: 275px;
  height: 32px;
  margin: 0 0 0 auto;
  display: flex;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}

.inquiry-area span {
  margin-top: 6px;
}

.inquiry {
  width: 148px;
  height: 32px;
  margin: 0 0 0 auto;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  position: relative;
}

@media screen and (max-width: 750px) {

    .inquiry-area {
      width: 290px;
      height: 32px;
      margin: 0 0 0 auto;
      display: flex;
      font-family: Hiragino Sans;
      font-style: normal;
      font-weight: 600;
      font-size: 13px;
    }

    .inquiry-area span {
      margin-top: 9px;
      width: 135px;
    }

    .inquiry {
      width: 180px;
      height: 32px;
      margin: 0 10px 0 5px;
      border-radius: 5px;
      overflow: hidden;
      display: flex;
      position: relative;
    }

}

.inquiry a {
  line-height: 34px;
  text-align: center;
  text-decoration:none;
  position:absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 24px;
}

.inquiry-icon {
  margin-top: 6px;
  margin-left: auto;
  margin-right: 10px;
}

.date-select {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
}

.date-select-block-a {
  width: 25%;
  text-align: left;
  padding-left: 6px;
}

.date-select-block-b {
  width: 50%;
  text-align: center;
}

.date-select-block-c {
  width: 25%;
  text-align: right;
  padding-right: 6px;
}

.prev-week {
  width: 72px;
  height: 32px;
  border-radius: 5px;
  position: relative;
}

.prev-week-icon {
  margin-top: 9.5px;
  margin-left: 10px;
  float:left;
}

.prev-week a, .prev-week span {
  width: 100%;
  height: 100%;
  line-height: 32px;
  text-decoration:none;
  text-align: left;
  position: absolute;
  display: block;
  padding-left: 21px;
}

.selected-date {
  width: 132px;
  height: 32px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  cursor: pointer;
}

.selected-date .input-group-append {
  width: 100%;
}

.selected-date .date-text-group {
  margin-left: auto;
  margin-right: auto;
}

.selected-date .date-text {
  line-height: 32px;
}

.selected-date .date-text-dummy {
  display: none;
  height: 0;
  width: 0;
  font-size: 16px;
}

.selected-date-icon {
  margin-top: auto;
  margin-bottom: auto;
}
.calendar_icon {
  display: inline;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
}
.next-week {
  width: 72px;
  height: 32px;
  margin: 0 0 0 auto;
  border-radius: 5px;
  position: relative;
}

.next-week a, .next-week span {
  width: 100%;
  height: 100%;
  line-height: 32px;
  text-decoration:none;
  text-align: right;
  position: absolute;
  display: block;
  padding-right: 21px;
}

.next-week-icon {
  margin-top: 9.5px;
  margin-right: 10px;
  float:right;
}


.time-table-area {
  width: 100%;
  margin-top: 10px;
}

.time-table-area table {
  border-collapse: collapse;
}

.time-table-head, .time-table {
  width: 100%;
  table-layout: fixed;
  background: #CCCCCC;
}

.time-table-head th {
  background: #F9F9F9;
  width: 12.5%;
  height: 48px;
  color: #4A4A4A;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  opacity: 1;
  text-align: center;
  border: 2px solid #CCCCCC;
}

@media screen and (min-width: 640px) {

  .sticky {
    position: fixed;
    top: 81px;
    width: calc(75% - 10px);
  }

}

@media screen and (max-width: 639px) {

  .sticky {
    position: fixed;
    top: 46px;
    width: 100%;
  }

}

@media screen and (max-width: 375px) {

  .sticky {
    position: fixed;
    top: 46px;
    width: 100%;
  }

}

@media screen and (max-width: 320px) {

  .sticky {
    position: fixed;
  }

}

.sticky + .time-table {
  margin-top: 160px;
}

.time-table-header-saturday {
  background: #CCEBF7 !important;
  color: #0096E1 !important;
}

.time-table-header-sunday {
  background: #F7DDDC !important;
  color: #D9534F !important;
}

.time-table {
  border-top: 0px none !important;
}

.time-table td {
  width: 12.5%;
  height: 48px;
  color: rgba(74,74,74,1);
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  opacity: 1;
  text-align: center;
  border: 2px solid #CCCCCC;
}

.time-table tbody tr:nth-child(1) td {
  border-top:  0px none;
}

.time-table-body-time {
  background: #F9F9F9;
}

.time-table-body-nonoptional {
  color: #C8C8C8 !important;
  font-size: 16px !important;
  background: #F9F9F9;
}

.time-table-body-optional {
  background: #FFFFFF;
  color: #FE8E8E !important;
  font-size: 18px !important;
}

.time-table-body-optional a {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
}

.time-table-body-optional a:link, .time-table-body-optional a:visited, .time-table-body-optional a:hover, .time-table-body-optional a:active {
  color: #FE8E8E !important;
  text-decoration:none;
}

.time-table-body-optional:hover {
  background: #f9f9f9;
}

.time-table-body-inquiry-required {
  background: #FFFFFF;
  color: #FE8E8E !important;
}

.time-table-body-inquiry-required a {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
}
.time-table-body-inquiry-required svg {
  margin-top: 5px;
}


.time-table-body-inquiry-required:hover {
  background: #F9F9F9;
}

/*
  戻るリンク
*/
.history-back {
  width: 75%;
  margin-left : auto;
  margin-right: auto;
  margin-top: 30px;
  min-width: 320px;
  opacity: 1;
  text-align: center;
  text-decoration:none;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

.history-back a:link, .history-back a:visited, .history-back a:hover, .history-back a:active {
  color: #8E8E8E;
}


/*
  datepicker関連
*/
/* 日付選択テーブル全般 */
.bootstrap-datetimepicker-widget table {
    border-collapse: collapse;
}
/* 日付選択テーブルヘッダー */
.bootstrap-datetimepicker-widget table th {
    background: none;
    border: none;
    border-bottom: 1px solid #DEE2E6;
}
/* 日付選択テーブルデータ */
.bootstrap-datetimepicker-widget table td {
    background: none;
    border-top: none;
}
/* 前月の日 */
.bootstrap-datetimepicker-widget table td.old {
}
/* 翌月の日 */
.bootstrap-datetimepicker-widget table td.new {
}
/* datapicker 選択不可日 */
.bootstrap-datetimepicker-widget table td.disabled {
    color: #C8C8C8;
}
/* 日曜日 */
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #D9534F;
}
/* 土曜日 */
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #0096E1;
}
