@charset "UTF-8";
/*PC,タブレット*/
/*スマホ縦横*/
/*iPhone5以前*/
/* アイコン付きタイトル */
.titleGroupSalon {
  min-width: 200px; /*サファリ 行折り返し対策*/
  min-height: 46px;
  padding: 12px 70px 12px 55px;
  font-size: 18px;
  line-height: 1.3em;
  background: url("../img/directReservation/icon_groupSalon.svg") no-repeat left center;
}

.titleVisitStatus {
  min-width: 200px; /*サファリ 行折り返し対策*/
  min-height: 46px;
  padding: 12px 70px 12px 55px;
  font-size: 18px;
  line-height: 1.3em;
  background: url("../img/directReservation/icon_salon.svg") no-repeat left center;
}

.titleFreeReservation {
  display: inline-block;
  min-width: 200px; /*サファリ 行折り返し対策*/
  min-height: 46px;
  padding: 12px 10px 12px 50px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3em;
  background: url("../img/directReservation/icon_free.svg") no-repeat left center;
}

.titleNameReservation {
  min-width: 200px; /*サファリ 行折り返し対策*/
  min-height: 46px;
  padding: 12px 10px 12px 50px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3em;
  background: url("../img/directReservation/icon_staff.svg") no-repeat left center;
}

.titleReservationInfo {
  min-width: 200px; /*サファリ 行折り返し対策*/
  min-height: 46px;
  padding: 12px 50px 12px 50px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3em;
  background: url("../img/directReservation/icon_clock.svg") no-repeat left center;
}

.titleCustomerInfo {
  min-width: 200px; /*サファリ 行折り返し対策*/
  min-height: 46px;
  padding: 12px 50px 12px 50px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3em;
  background: url("../img/directReservation/icon_customer.svg") no-repeat left center;
}

/* ナビゲーション */
.navBar {
  position: relative;
  width: 100%;
  height: 44px;
  min-height: 15px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin-top: -15px;
  margin-bottom: 15px;
  z-index: 30;
}
.navBar .container {
  padding: 0;
}
.navBar .navButton {
  display: inline-block;
  width: 100px;
  height: 44px;
  color: #080;
  background: rgba(0, 0, 0, 0);
  font-size: 1rem;
  cursor: pointer;
}
.navBar .navButton.defaultWidth {
  width: auto;
  padding: 0 10px;
}
.navBar .navButton.privacyPolicy {
  width: auto;
  padding: 0 10px;
  font-size: 0.8rem;
  color: #bbb;
}
.navBar .navButton.privacyPolicy:hover:enabled, .navBar .navButton.privacyPolicy:active:enabled {
  background: rgba(0, 0, 0, 0);
  color: #39f;
}
.navBar .navButton:hover:enabled, .navBar .navButton:active:enabled {
  background: rgba(0, 0, 0, 0.07);
}
.navBar .button.basicButton {
  margin-top: 6px;
}
.navBar .salonPhone {
  padding: 6px 5px;
  height: 44px;
  float: right;
  vertical-align: middle;
}
.navBar.pageBottom {
  margin: 0;
  background-color: #f6f6f6;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.clientIP {
  font-size: 12px;
  padding-top: 5px;
  color: #aaa;
  width: 100%;
  text-align: center;
}

/* 'plate'と名前がつく要素と共に用い、ウインドウ幅に対応して３、２、１列表示を制御するクラス */
.plateBase {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3334%;
}

.reserveButton {
  width: 52px;
  height: 52px;
  background: #e60 url("../img/select_button_content.svg") no-repeat center 12px;
  border-radius: 50%;
  cursor: pointer;
}
.reserveButton:active {
  background-color: #a24500;
}

/* ランク選択　*/
.noRankFreeReservation {
  max-width: 150px;
}

.rankSelectContainer {
  padding: 5px 10px 5px 0;
  vertical-align: middle;
  min-width: 100px;
}

.rankSelectSelect {
  width: 98%;
}

.rankSelectReserveButtonContainer {
  padding-right: 10px;
  padding: 0 10px;
  text-align: right;
  vertical-align: middle;
  width: 72px; /*reserveButton.width + padding */
}

/* スタッフ選択
 * 全員写真がない場合のみ、.staffImage.noImageとすることで写真エリアを非表示にできます。
 */
.staffPlateContainer {
  display: table;
  width: 100%;
  padding: 0;
  letter-spacing: -0.4em;
  margin-bottom: 15px;
}
.staffPlateContainer .staffPlate {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px 20px 4px;
  min-height: 135px;
  background: #fff;
  letter-spacing: normal;
}
.staffPlateContainer .staffPlate:nth-child(3n+1) {
  padding-left: 0;
}
.staffPlateContainer .staffPlate:nth-child(3n+3) {
  padding-right: 0;
}
.staffPlateContainer .staffPlate .staffImage {
  width: 100%;
  height: 200px;
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.staffPlateContainer .staffPlate .staffImage.noImage {
  height: 36px;
}
.staffPlateContainer .staffPlate .staffImage .infoHeaderBar {
  width: 100%;
  height: 36px;
  position: absolute;
  bottom: 0;
  background: rgba(238, 238, 238, 0.7);
}
.staffPlateContainer .staffPlate .staffImage .infoHeaderBar .favoriteStaff {
  display: table-cell;
  height: 36px;
  padding: 0 5px;
  background: rgba(204, 0, 0, 0.7);
  color: #fff;
  vertical-align: middle;
  font-size: 13px;
}
.staffPlateContainer .staffPlate .reserveButtonBlock {
  position: relative;
}
.staffPlateContainer .staffPlate .reserveButtonBlock .reserveButton {
  position: absolute;
  right: 10px;
  top: -26px;
  width: 52px;
  height: 52px;
  background: #e60 url("../img/select_button_content.svg") no-repeat center 12px;
  border-radius: 50%;
  cursor: pointer;
}
.staffPlateContainer .staffPlate .reserveButtonBlock .reserveButton:hover {
  background-color: #ff7209;
}
.staffPlateContainer .staffPlate .reserveButtonBlock .reserveButton:active {
  background-color: #d55b00;
}
.staffPlateContainer .staffPlate .infoBlock {
  width: 100%;
  padding: 5px 3px 3px 3px;
  margin-top: 5px;
  margin-bottom: 3px;
}
.staffPlateContainer .staffPlate .infoBlock .staffName {
  padding-right: 65px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2em;
}
.staffPlateContainer .staffPlate .infoBlock .staffKana {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5em;
}
.staffPlateContainer .staffPlate .infoBlock .rank {
  padding-right: 65px;
  color: #996666;
  font-size: 13px;
  line-height: 1.5em;
}
.staffPlateContainer .staffPlate .infoBlock .comment {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5em;
}

/* メニュー選択 */
.colorBlock.specialOption {
  background-color: rgba(255, 59, 176, 0.3);
}
.colorBlock.specialOption .menuPlate {
  border-top-color: rgba(0, 0, 0, 0.1) !important;
}
.colorBlock.basicOption {
  background-color: rgba(255, 238, 119, 0.8);
}
.colorBlock.basicOption .menuPlate {
  border-top-color: rgba(0, 0, 0, 0.1) !important;
}

.menuPlateContainer {
  display: table;
  width: 100%;
  letter-spacing: -0.4em;
}
.menuPlateContainer .menuPlate {
  display: inline-block;
  vertical-align: top;
  padding: 20px 4px;
  min-height: 44px;
  position: relative;
  letter-spacing: normal;
  border-top-color: #eee;
}
.menuPlateContainer .menuPlate:nth-child(n+4) {
  border-top-width: 1px;
  border-top-style: solid;
}
.menuPlateContainer .menuPlate .menuName {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 5px;
}
.menuPlateContainer .menuPlate .infoBlock {
  width: 100%;
  padding: 3px 5px 3px 32px;
  margin-bottom: 3px;
}
.menuPlateContainer .menuPlate .charge {
  color: #996666;
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 2px;
}
.menuPlateContainer .menuPlate .note {
  font-size: 13px;
  line-height: 1.5em;
}

.sticky-top {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.appSearchAndDownloadLinkContainer {
  min-width: 300px;
}

/* google map系 */
#map {
  height: 400px;
  border: 1px solid #ccc;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 34px;
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 270px;
  line-height: 1;
}
#pac-input::-webkit-input-placeholder {
  padding-top: 3px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#pac-search-button {
  width: 34px;
  margin-left: 2px;
  background: #fff;
  outline: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
#pac-search-button:after {
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f002";
  color: #39f;
}
#pac-search-button:hover {
  background: #f6f6f6;
}
#pac-search-button:active {
  background: #eee;
}

#pac-current-position-button {
  position: absolute;
  bottom: -10000px;
  right: -10000px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #fff;
  outline: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
#pac-current-position-button:after {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f192";
  color: #39f;
}
#pac-current-position-button:hover {
  background: #f6f6f6;
}
#pac-current-position-button:active {
  background: #eee;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#target {
  width: 345px;
}

/* mapSearch用overlay & dialog設定 */
@media only screen and (max-width: 736px) and (orientation: landscape) {
  .overlay.mapSearch .dialog .title {
    display: none;
  }
  .overlay.mapSearch .dialog .mapContainer {
    top: 0 !important;
  }
  .overlay.mapSearch.inline #map {
    height: 160px;
  }
}
@media only screen and (max-width: 570px), only screen and (max-width: 736px) and (orientation: landscape) {
  .overlay.mapSearch .dialog .controlBar {
    height: 5px;
  }
  .overlay.mapSearch:not(.inline) {
    padding: 5px;
    display: block;
  }
  .overlay.mapSearch:not(.inline) #pac-input {
    width: 230px;
  }
  .overlay.mapSearch:not(.inline) .dialog {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    border-radius: 0;
  }
  .overlay.mapSearch:not(.inline) .dialog .body {
    display: block;
    height: 100%;
  }
  .overlay.mapSearch:not(.inline) .dialog .title {
    font-size: 16px;
  }
  .overlay.mapSearch:not(.inline) .dialog .mapContainer {
    position: absolute;
    top: 44px;
    bottom: 130px;
    left: 0;
    right: 0;
  }
  .overlay.mapSearch:not(.inline) .dialog .mapContainer #map {
    height: 100%;
  }
  .overlay.mapSearch:not(.inline) .dialog .salonSlideContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .overlay.mapSearch.inline {
    margin-top: -5px;
  }
  .overlay.mapSearch.inline .dialog {
    margin-top: -5px;
  }
  .overlay.mapSearch.inline .dialog .title {
    font-size: 18px;
  }
}
/* mapSearch内のsalonSlider */
.salonSlideContainer {
  margin-top: 15px;
  overflow: hidden;
  height: 115px;
}
.salonSlideContainer .slick-prev,
.salonSlideContainer .slick-next {
  top: 55px;
}

.slick-list {
  padding-bottom: 5px !important;
}

.slick-slide:not(.slick-cloned) .salonSlide.selected {
  background: #fff1f8;
  border: 1px solid #e281b1;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.slick-slide .salonSlide {
  display: block;
  background: #eee;
  border: 1px solid #bbb;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1); /* xOffset yOffset blurDistance spreadDistance color */
  height: 100px;
  margin: 0 5px;
  position: relative;
  padding: 7px 10px;
  line-height: 1.3em;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}
.slick-slide .salonSlide .infoBlock {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.slick-slide .salonSlide .infoBlock .cell {
  display: table-cell;
  text-align: left;
}
.slick-slide .salonSlide .infoBlock .cell.controlBlock {
  width: 60px;
  text-align: right;
  vertical-align: top;
}
.slick-slide .salonSlide .infoBlock .cell button.textButton.name {
  line-height: 1.3em;
  height: 4.1em;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.slick-slide .salonSlide .footerBlock {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 8px 10px;
  text-align: left;
}
.slick-slide .salonSlide .footerBlock .button {
  margin-bottom: 0;
  min-width: 70px;
}
.slick-slide .salonSlide .footerBlock .button.smallButton {
  font-size: 11px;
  min-height: 18px;
}
.slick-slide .salonSlide .footerBlock .button.primary {
  border-color: rgba(51, 51, 51, 0.5);
  background-color: rgba(51, 51, 51, 0.6);
}
.slick-slide .salonSlide .textButton {
  line-height: 1.3em;
}

.slick-prev,
.slick-next {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 6px 4px rgba(119, 119, 119, 0.3);
          box-shadow: 0px 0px 6px 4px rgba(119, 119, 119, 0.3);
}
.slick-prev:hover,
.slick-next:hover {
  background: white;
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 24px;
  color: #333;
}

.slick-prev {
  left: 5px;
  z-index: 10000;
}
.slick-prev:before {
  left: 48%;
  content: "\f104" !important;
}

.slick-next {
  right: 5px;
  z-index: 10001;
}
.slick-next:before {
  left: 52%;
  content: "\f105";
}

@media only screen and (max-width: 500px) {
  .slick-prev,
  .slick-next {
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(119, 119, 119, 0.3);
            box-shadow: 0px 0px 4px 2px rgba(119, 119, 119, 0.3);
  }
  .slick-prev:before {
    left: 45%;
  }
  .slick-next:before {
    left: 55%;
  }
}
/*----------------------（entrance.scssから複製）------------------------*/
/* アプリ予約コラム*/
.reservationTypeTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: bold;
}
.reservationTypeTitle img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5em;
  vertical-align: middle;
  border-radius: 14px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.reservationTypeTitle span,
.reservationTypeTitle div {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: bold;
}

/*空メールコンテナ*/
.blankMailLayoutCell {
  display: table-cell;
  padding: 5px 0px;
  vertical-align: middle;
}

.blankMailLayoutCell .blankMailAddress {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}

/*その他予約方法　詳細説明用コラム*/
.reservationMethodColumnBlock {
  letter-spacing: normal;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.5em;
  margin: 15px 0;
  vertical-align: top;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(119, 119, 119, 0.2);
          box-shadow: 0px 0px 30px 0 rgba(119, 119, 119, 0.2); /* xOffset yOffset blurDistance spreadDistance color */
}
.reservationMethodColumnBlock .header {
  display: table;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #eee;
}
.reservationMethodColumnBlock .body {
  padding: 15px;
  padding-top: 0;
  margin-bottom: -15px;
}
.reservationMethodColumnBlock .formDescription {
  font-size: 0.9rem;
  line-height: 1.5em;
}

/*対応デバイスコンテナ*/
.deviceIconList {
  display: table;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}

/*QRコードコンテナ*/
.qrCodeLayoutCell {
  display: table-cell;
  width: 110px;
  padding-right: 25px;
  vertical-align: middle;
  padding-bottom: 15px;
}

.appStoreSearchText {
  font-size: 14.5px;
  line-height: 1.2em;
}

/*検索キーワード図「カミングスーン」*/
.figSerchKeywordComingSoon::before {
  content: url("../img/entrance/fig_search_comingsoon.svg");
}

/*アプリダウンロードバッジコンテナ*/
.appDownloadBadgeContainer {
  display: inline;
  margin-right: 7px;
  vertical-align: bottom;
}
.appDownloadBadgeContainer img {
  height: 40px !important;
  margin-bottom: 10px;
}

/*対応デバイスアイコン　スマホ*/
.icon-smartPhone {
  display: inline;
  margin: 0 5px;
}
.icon-smartPhone::before {
  bottom: 0px;
  content: url("../img/entrance/icon_smartphone_gray.svg");
}

/*対応デバイスアイコン　タブレット*/
.icon-tablet {
  display: inline;
  margin: 0 5px;
}
.icon-tablet::before {
  bottom: 0px;
  content: url("../img/entrance/icon_tablet_gray.svg");
}

/* 確認画面スタッフイメージ */
.staffImageAtConfirm {
  width: 160px;
  height: 120px;
  margin: 10px 0;
  background: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
}

/* lineImportButton */
.lineImportButtonContainer {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
.lineImportButtonContainer > div {
  max-width: 500px;
  margin: auto;
  margin-bottom: 10px;
}
.lineImportButtonContainer .description {
  font-size: 12px;
  text-align: left;
}

/*----------------------（entrance.scssから複製ここまで）------------------------*/
/*切り替え1　*/
@media only screen and (max-width: 736px) {
  .plateBase {
    width: 50% !important;
  }
  .staffPlateContainer .staffPlate:nth-child(3n+1) {
    padding-left: 4px;
  }
  .staffPlateContainer .staffPlate:nth-child(3n+3) {
    padding-right: 4px;
  }
  .staffPlateContainer .staffPlate:nth-child(2n+1) {
    padding-left: 0;
  }
  .staffPlateContainer .staffPlate:nth-child(2n+2) {
    padding-right: 0;
  }
  .menuPlateContainer .menuPlate:nth-child(n+3) {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
/*切り替え2　*/
@media only screen and (max-width: 570px) {
  .colorBlock.freeReservation {
    padding: 10px 0;
  }
  .plateBase {
    width: 100% !important;
  }
  .staffPlateContainer .staffPlate {
    padding-left: 0;
    padding-right: 0;
  }
  .staffPlateContainer .staffPlate .staffImage {
    height: 350px;
  }
  .menuPlateContainer .menuPlate:nth-child(n+2) {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .noRankFreeReservation {
    max-width: none;
  }
}
/*切り替え2.5　*/
@media only screen and (max-width: 450px) {
  .staffPlateContainer .staffPlate .staffImage {
    height: 270px;
  }
}
/* 切り替え3 iPhone5以前 */
@media only screen and (max-width: 320px) {
  .staffPlateContainer .staffPlate .staffImage {
    height: 220px;
  }
  .controlButton.closeButton {
    width: 44px;
  }
}
/* タブバー */
.tabBar {
  position: relative;
  display: table;
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #333;
  background: #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.tabBar.fixed {
  table-layout: fixed;
}
.tabBar .container {
  display: table;
  height: 100%;
}
.tabBar .container.fixed {
  table-layout: fixed;
}
.tabBar .inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 15px;
  letter-spacing: -0.4em;
}
.tabBar .inner .button {
  vertical-align: middle;
  margin-bottom: 0;
}
.tabBar .inner .tab {
  position: relative;
  bottom: -1px;
  width: auto;
  min-width: 60px;
  height: 38px;
  padding: 0 12px;
  margin-right: 5px;
  color: #333;
  background: transparent;
  font-size: inherit;
  cursor: pointer;
  border-radius: 3px 3px 0 0/3px 3px 0 0;
  border: 1px solid transparent;
  overflow: hidden;
  letter-spacing: normal;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tabBar .inner .tab.fit {
  width: 100%;
}
.tabBar .inner .tab:hover:enabled {
  color: #39f;
  background-color: #f1f1f1;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tabBar .inner .tab:active:enabled {
  color: #0066cc;
  background-color: #f6f6f6;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tabBar .inner .tab.selected {
  color: #000;
  background: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ccc;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
.tabBar .inner .tab.selected:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #6080b0;
}
.tabBar .inner .tab.selected:hover:enabled {
  color: #000;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ccc;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
.tabBar .inner .tab.selected:active:enabled {
  background-color: #eee;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ccc;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

.overlay .dialog.mailReply {
  border-radius: 2px;
  max-height: 100%;
  height: 100%;
}
.overlay .dialog.mailReply .body .titleBlock {
  min-height: 44px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
.overlay .dialog.mailReply .body .titleBlock .sendTo,
.overlay .dialog.mailReply .body .titleBlock .replyTitle {
  position: relative;
  line-height: 1.4em;
  padding-left: 3.2em;
  overflow: hidden;
  /* webkit限定 行末３点リーダー */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ----------------------- */
}
.overlay .dialog.mailReply .body .titleBlock .sendTo:before,
.overlay .dialog.mailReply .body .titleBlock .replyTitle:before {
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
}
.overlay .dialog.mailReply .body .titleBlock .sendTo:before {
  content: "宛先：";
}
.overlay .dialog.mailReply .body .titleBlock .replyTitle:before {
  content: "件名：";
}
.overlay .dialog.mailReply .body textarea.replyMessage {
  background: transparent;
  min-height: 300px;
  height: 300px;
  line-height: 1.5em;
  resize: none;
  border: none;
  overflow: hidden;
  border-radius: 0;
}

.messageDetail,
.newsDetail {
  display: table;
  width: 100%;
}
.messageDetail.header,
.newsDetail.header {
  position: relative;
  top: auto;
  z-index: auto;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.messageDetail.header .salonThumbnail,
.newsDetail.header .salonThumbnail {
  padding: 0;
  display: table-cell;
  width: 10px;
  background: #ccc;
}
.messageDetail.header .specialIndicator,
.newsDetail.header .specialIndicator {
  padding: 0;
  display: table-cell;
  width: 7px;
  background: #fcdc59;
}
.messageDetail.header .mainArea,
.newsDetail.header .mainArea {
  display: table-cell;
  padding: 7px 10px;
}
.messageDetail.header .mainArea .salonName,
.newsDetail.header .mainArea .salonName {
  display: block;
  min-height: 1.2em;
  font-size: 16x;
  font-weight: bold;
}
.messageDetail.header .mainArea .infoAndButtons,
.newsDetail.header .mainArea .infoAndButtons {
  display: table;
  width: 100%;
  margin: 0;
}
.messageDetail.header .mainArea .infoAndButtons .dateAndTime,
.newsDetail.header .mainArea .infoAndButtons .dateAndTime {
  display: table-cell;
  font-size: 13px;
  text-align: left;
}
.messageDetail.header .mainArea .infoAndButtons .buttons,
.newsDetail.header .mainArea .infoAndButtons .buttons {
  display: table-cell;
  text-align: right;
}
.messageDetail.header .mainArea .infoAndButtons .buttons .textButton,
.newsDetail.header .mainArea .infoAndButtons .buttons .textButton {
  font-size: 12px;
  margin-left: 10px;
}
.messageDetail.body,
.newsDetail.body {
  margin: 10px 0;
}
.messageDetail.body .title,
.newsDetail.body .title {
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.messageDetail.body .message,
.newsDetail.body .message {
  font-size: 14px;
}

.receiptBase {
  position: fixed;
  background: #dcd5bb;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  padding-top: 8px;
  padding-top: calc(env(safe-area-inset-top) + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.receiptBase::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(20px + 30px);
  height: calc(20px + 30px + env(safe-area-inset-bottom));
  background: -webkit-linear-gradient(top, rgba(220, 213, 187, 0), #dcd5bb 30px);
  background: linear-gradient(to bottom, rgba(220, 213, 187, 0), #dcd5bb 30px);
  z-index: 1;
}
.receiptBase .controlBar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #333;
}
.receiptBase .receiptContainer {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  margin-bottom: calc(20px + env(safe-area-inset-bottom));
  max-width: 1024px;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.receiptBase .receiptContainer .inner {
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 250%;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  padding: 0 30px;
  overflow: hidden;
}
.receiptBase .receiptContainer .inner .receipt-image-container {
  max-width: 1200px;
  height: 100%;
  background: #fff;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  margin-bottom: 100px;
  margin-bottom: calc(env(safe-area-inset-bottom) + 100px);
  position: relative;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
  line-height: 3em;
}
.receiptBase .receiptContainer .inner .receipt-image-container::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  width: 100%;
  height: 22px;
  background: -webkit-linear-gradient(45deg, #fff 8px, transparent 0), -webkit-linear-gradient(135deg, #fff 8px, transparent 0);
  background: linear-gradient(45deg, #fff 8px, transparent 0), linear-gradient(315deg, #fff 8px, transparent 0);
  background-size: 15px 23px;
}
.receiptBase .receiptContainer .inner .receipt-image-container::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 22px;
  background: -webkit-linear-gradient(315deg, #fff 8px, transparent 0), -webkit-linear-gradient(225deg, #fff 8px, transparent 0);
  background: linear-gradient(135deg, #fff 8px, transparent 0), linear-gradient(225deg, #fff 8px, transparent 0);
  background-size: 15px 23px;
}

/* 「予約確認・変更」での共有イメージスライド表示 */
.imageSlideContainer {
  width: 100%;
  overflow: hidden;
  height: 240px;
  font-size: 14px;
}
.imageSlideContainer .slick-list {
  position: relative;
  padding-bottom: 5px !important;
  z-index: 1;
}
.imageSlideContainer .slick-list .imageSlide {
  position: relative;
  display: block;
  background: #eee;
  border: 1px solid #bbb;
  margin-right: 5px;
}
.imageSlideContainer .slick-list .imageSlide img {
  height: 150px;
}
.imageSlideContainer .slick-list .imageSlide input + label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.imageSlideContainer .slick-list .imageSlide input + label:before {
  left: auto;
  top: 5px;
  right: 5px;
}
.imageSlideContainer .slick-list .imageSlide input + label:after {
  left: auto;
  top: 8px;
  right: 12px;
}

/* 共有イメージの拡大表示 */
.imageViewer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding-top: 5px;
  padding-top: calc(constant(safe-area-inset-top) + 5px);
  padding-top: calc(env(safe-area-inset-top) + 5px);
  background: #000;
  z-index: 2001;
}
.imageViewer .dateAndTime {
  color: rgba(255, 255, 255, 0.5);
}
.imageViewer .slickContainer {
  position: absolute;
  top: 130px;
  bottom: 85px;
  top: calc(constant(safe-area-inset-top) + 130px);
  bottom: calc(constant(safe-area-inset-bottom) + 15px);
  top: calc(env(safe-area-inset-top) + 130px);
  bottom: calc(env(safe-area-inset-bottom) + 15px);
  left: 5px;
  right: 5px;
  margin: auto;
}
.imageViewer .slickContainer .slick-slider {
  -webkit-touch-callout: default;
  width: 100%;
  height: 100%;
}
.imageViewer .slickContainer .slick-slider .slick-list,
.imageViewer .slickContainer .slick-slider .slick-track {
  height: 100%;
}
.imageViewer .slickContainer .slick-slider .slick-list .imageSlide,
.imageViewer .slickContainer .slick-slider .slick-track .imageSlide {
  position: relative;
  height: 100%;
  background: #000;
  border: none;
}
.imageViewer .slickContainer .slick-slider .slick-list .imageSlide img,
.imageViewer .slickContainer .slick-slider .slick-track .imageSlide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.imageViewer .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 15px);
}

.karteListHeader {
  padding: 10px 7px 2px 7px;
}
.karteListHeader .salonName {
  padding: 2px;
  width: 100%;
  color: #444;
  font-size: 14px;
  line-height: 1.4em;
}
.karteListHeader .numKarteCards {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}

.karteCardContainer {
  width: 100%;
  padding: 3px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.karteCardContainer .karteCard {
  position: relative;
  display: inline-block;
  width: 33.33%;
  letter-spacing: normal;
  background: #fff;
  vertical-align: middle;
}
.karteCardContainer .karteCard:before {
  content: "";
  display: block;
  padding-top: 110%;
}
.karteCardContainer .karteCard .wrapper {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  margin: auto;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.karteCardContainer .karteCard .wrapper.noborder {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.karteCardContainer .karteCard .imgContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.karteCardContainer .karteCard .imgContainer img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-bottom: none;
}
.karteCardContainer .karteCard button.checkbox-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}
.karteCardContainer .karteCard button.checkbox-button:before {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 24px;
  height: 24px;
  background: white;
  border: 1px solid #999;
  border-radius: 4px;
  content: "";
}
.karteCardContainer .karteCard button.checkbox-button.selected, .karteCardContainer .karteCard button.checkbox-button.checked {
  background-color: rgba(51, 153, 255, 0.3);
}
.karteCardContainer .karteCard button.checkbox-button.selected:before, .karteCardContainer .karteCard button.checkbox-button.checked:before {
  border-color: #3399ff;
}
.karteCardContainer .karteCard button.checkbox-button.selected:after, .karteCardContainer .karteCard button.checkbox-button.checked:after {
  position: absolute;
  top: 8px;
  right: 12px;
  display: block;
  width: 8px;
  height: 14px;
  border-right: 3px solid #3399ff;
  border-bottom: 3px solid #3399ff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.karteCardContainer .karteCard .updatedDate {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  color: #333;
  text-align: center;
  padding: 3px;
  padding-top: 16px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white)) !important;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white) !important;
}
.karteCardContainer .karteCard .moreButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border: 2px solid #ddd;
  color: #ccc;
  font-size: 14px;
  background: #fff;
  border-radius: 16px;
}
.karteCardContainer .karteCard .moreButton:active:enabled {
  background: #eee;
  border: 2px solid #bbb;
  color: #999;
}
@media only screen and (min-width: 320px) {
  .karteCardContainer .karteCard {
    width: 50%;
  }
}
@media only screen and (min-width: 375px) {
  .karteCardContainer .karteCard {
    width: 33.33%;
  }
}
@media only screen and (min-width: 568px) {
  .karteCardContainer .karteCard {
    width: 25%;
  }
}
@media only screen and (min-width: 732px) {
  .karteCardContainer .karteCard {
    width: 20%;
  }
}
@media only screen and (min-width: 812px) {
  .karteCardContainer .karteCard {
    width: 16.66%;
  }
}
@media only screen and (min-width: 1024px) {
  .karteCardContainer .karteCard {
    width: 12.5%;
  }
}

.tableBar {
  display: table;
  width: 100%;
  height: 44px;
  color: #333;
  background: transparent;
}
.tableBar.layoutFixed {
  table-layout: fixed;
}
.tableBar.lowHeight {
  height: 28px;
}
.tableBar.padding .cell {
  padding-left: 15px;
}
.tableBar.padding .cell:last-child {
  padding-right: 15px;
}
.tableBar.borderBottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.tableBar.forDarkBg {
  color: #fff;
}
.tableBar.forDarkBg.borderBottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tableBar .cell {
  display: table-cell;
  vertical-align: middle;
}
.tableBar .cell.toggleButtonCell {
  width: 250px;
}
.tableBar .cell.control {
  width: 44px;
}
.tableBar .cell:first-child * {
  margin-left: 0 !important;
}
.tableBar .cell input,
.tableBar .cell select,
.tableBar .cell textarea {
  width: 100%;
  margin: 4px !important;
  vertical-align: middle;
}
.tableBar .cell input + label {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  vertical-align: middle;
}
.tableBar .cell button {
  margin: 5px;
  vertical-align: middle;
}
.tableBar .cell button:first-child {
  margin-left: 0 !important;
}

.actionSheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 24px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 24px);
  width: 100%;
  max-width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  z-index: 2000;
  -webkit-animation: actionSheetAnimation 0.3s;
          animation: actionSheetAnimation 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes actionSheetAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes actionSheetAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.actionSheet .list {
  width: 100%;
  padding: 0 15px;
}
.actionSheet .list button {
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.actionSheet .list button:hover {
  background: #f6f6f6;
}
.actionSheet .list button:active {
  background: #eee;
}
.actionSheet .list button:last-of-type {
  border-bottom: none;
}
.actionSheet .list button.saveSelected {
  color: #e60883;
  font-weight: bold;
  -webkit-animation: imageSelectedAnimation 0.5s;
          animation: imageSelectedAnimation 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.actionSheet .list button.shareSelected {
  color: #488aff;
  font-weight: bold;
  -webkit-animation: imageSelectedAnimation 0.5s;
          animation: imageSelectedAnimation 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes imageSelectedAnimation {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imageSelectedAnimation {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.blank-time-thankyou-message {
  position: relative;
  color: #080;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.2em;
  line-height: 1em;
}
.blank-time-thankyou-message::before {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  border: 2px solid #080;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blank-time-thankyou-message::after {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.3em;
  border-left: 2px solid #080;
  border-bottom: 2px solid #080;
  top: 20%;
  left: 0.45em;
}

/* 予約確認ページの「今日」「明日」用マーク */
.soon-day-mark {
  display: inline-block;
  border: 2px solid #f00;
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1em;
  color: #f00;
  font-weight: bold;
  margin: 0.2em;
  margin-left: 0;
}

/* -------- 以下、パーツごとの読み込み --------- */
/* ポイント表示 */
.point-detail {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: #fff;
  overflow-y: auto;
}
.point-detail * {
  font-family: Roboto, "Hiragino Sans", Meiryo, "Noto Sans CJK JP", sans-serif;
}
.point-detail .mainSection {
  height: 100%;
}
.point-detail .container {
  min-height: 100%;
  -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;
}
.point-detail .container .sectionBlock {
  max-width: 345px;
  margin-bottom: 120px;
}

.point-card-base {
  background: #fff;
  padding: 16px 16px 42px;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.point-card-base .salon-name-area {
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.point-card-base .salon-name-area .salon-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding: 4px;
  background: #fff;
  z-index: 2;
}
.point-card-base .salon-name-area .salon-logo .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
.point-card-base .salon-name-area .salon-name {
  line-height: 1.2em;
  font-size: 16px;
}
.point-card-base .point-text {
  font-size: 48px;
  text-align: center;
  line-height: 48px;
  height: 48px;
}
.point-card-base .point-text span {
  font-size: 20px;
}
.point-card-base .expiration-date {
  font-size: 12px;
  text-align: center;
  line-height: 1em;
}

.point-terms-of-use {
  padding: 0 16px;
  font-size: 11px;
  line-height: 1.5em;
}
.point-terms-of-use .title {
  font-weight: bold;
  margin-bottom: 8px;
}
.point-terms-of-use div:not(.title) {
  white-space: pre-wrap;
}

/* メニュー選択 */
@media only screen and (max-width: calc(1024px + 70px / 2 + 8px)) {
  .container.use-category-selector {
    padding-left: calc(70px + 16px);
  }
}

.category.normal-change:not(.ng-hide) {
  opacity: 0;
  -webkit-animation: 0.3s "category-change-normal-animation";
          animation: 0.3s "category-change-normal-animation";
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.category.popin-change:not(.ng-hide) {
  opacity: 0;
  -webkit-animation: 1s "category-change-popin-animation";
          animation: 1s "category-change-popin-animation";
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes category-change-normal-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes category-change-normal-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes category-change-popin-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  70% {
    -webkit-transform: translateY(7%);
            transform: translateY(7%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes category-change-popin-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  70% {
    -webkit-transform: translateY(7%);
            transform: translateY(7%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.category-selector-container {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 20;
}
.category-selector-container .category-selector {
  position: absolute;
  top: 0px;
  left: 0;
  min-width: 70px;
  max-width: calc(70px * 4);
  width: calc((100vw - 1024px) / 2);
  height: calc(100vh - 50px);
  border-radius: 0 10px 0 0;
  background: #fff;
  color: #333;
  z-index: 10;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
.category-selector-container .category-selector.wide {
  max-width: 600px;
  width: calc(100vw - 32px) !important;
}
.category-selector-container .category-selector.wide .category-selector-header .title {
  opacity: 1;
}
.category-selector-container .category-selector.wide .categorys .category .category-name {
  font-size: 12px;
}
.category-selector-container .category-selector .category-selector-header {
  position: relative;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.category-selector-container .category-selector .category-selector-header .resize-button {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  cursor: pointer;
}
.category-selector-container .category-selector .category-selector-header .resize-button:hover {
  background: #f2f2f2;
}
.category-selector-container .category-selector .category-selector-header .resize-button:active {
  background: #e6e6e6;
}
.category-selector-container .category-selector .category-selector-header .resize-button .expand-mark,
.category-selector-container .category-selector .category-selector-header .resize-button .shrink-mark {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  top: 50%;
  right: 10px;
}
.category-selector-container .category-selector .category-selector-header .resize-button .expand-mark {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.category-selector-container .category-selector .category-selector-header .resize-button .shrink-mark {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.category-selector-container .category-selector .category-selector-header .title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  font-size: 12px;
  color: #999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.category-selector-container .category-selector .categorys {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  scrollbar-width: none;
}
.category-selector-container .category-selector .categorys::-webkit-scrollbar {
  display: none;
}
.category-selector-container .category-selector .categorys .category-bottom-mask {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(env(safe-area-inset-bottom) + 16px);
      -ms-flex: 0 0 calc(env(safe-area-inset-bottom) + 16px);
          flex: 0 0 calc(env(safe-area-inset-bottom) + 16px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%);
  pointer-events: none;
}
.category-selector-container .category-selector .categorys .category {
  position: relative;
  line-height: 1.3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(4.5 * 1.3em);
      -ms-flex: 0 0 calc(4.5 * 1.3em);
          flex: 0 0 calc(4.5 * 1.3em);
  padding: calc(1.3em / 2) 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  color: #333;
  cursor: pointer;
}
.category-selector-container .category-selector .categorys .category:hover {
  background: #f2f2f2;
}
.category-selector-container .category-selector .categorys .category:active {
  background: #e6e6e6;
}
.category-selector-container .category-selector .categorys .category:last-child {
  border: none;
}
.category-selector-container .category-selector .categorys .category.all {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.category-selector-container .category-selector .categorys .category.all .badge {
  color: rgba(255, 0, 0, 0.9);
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.7);
          box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.7);
  right: 5px;
}
.category-selector-container .category-selector .categorys .category.selected {
  background: #eee;
}
.category-selector-container .category-selector .categorys .category.selected::before {
  position: absolute;
  content: "";
  background: #333;
  width: 4px;
  height: 100%;
  top: 0;
  right: 0;
}
.category-selector-container .category-selector .categorys .category.selected .category-name {
  font-weight: bold;
}
.category-selector-container .category-selector .categorys .category .category-name {
  width: 100%;
  max-height: 100%;
  padding: 0 4px;
  word-break: normal;
  text-align: center;
  font-size: 11px;
  line-height: 1.3em;
  max-height: calc(1.3em * 3);
  color: #333;
  overflow: hidden;
}
.category-selector-container .category-selector .categorys .category .badge {
  position: absolute;
  padding: 2px;
  min-width: 15px;
  border-radius: 15px;
  color: #fff;
  background: rgba(255, 0, 0, 0.7);
  font-size: 10px;
  line-height: 1em;
  right: 4px;
  top: 2px;
  z-index: 1;
}

.menu-list {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: calc(1024px + 70px + 8px)) {
  .menu-list.use-category-selector .category .category-bar {
    margin-left: 70px;
    width: calc(100% - 70px);
  }
  .menu-list.use-category-selector .category .no-menu-message,
  .menu-list.use-category-selector .category .menus {
    padding-left: 70px;
  }
}
.menu-list.image-right .category-bar .category-body .image {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
.menu-list.image-right .category-bar .category-body .image img {
  -o-object-position: right top;
     object-position: right top;
}
.menu-list.image-right .category-bar .buttons button.expand-button, .menu-list.image-right .category-bar .buttons button.shrink-button {
  text-align: left;
}
.menu-list.image-right .menu-plate:not(.full) .menu-body .image {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
.menu-list.image-right .menu-plate:not(.full) .menu-body .image img {
  -o-object-position: right top;
     object-position: right top;
}
.menu-list.image-right .menu-plate:not(.full) .buttons button.expand-button, .menu-list.image-right .menu-plate:not(.full) .buttons button.shrink-button {
  text-align: left;
}
.menu-list .category {
  width: 100%;
}
.menu-list .category .container {
  padding-left: 8px;
  padding-right: 8px;
}
.menu-list .category .menus {
  padding-top: 8px;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.menu-list .category .menus .menu-plate .menu-body {
  display: none;
}
.menu-list .category .menus.has-menu-details-type1 .menu-plate {
  min-height: 130px;
}
.menu-list .category .menus.has-menu-details-type1 .menu-plate .menu-body {
  display: block;
  min-height: 22px;
}
.menu-list .category .menus.has-menu-details-type1 .menu-plate .menu-body::before, .menu-list .category .menus.has-menu-details-type1 .menu-plate .menu-body::after {
  content: none;
}
.menu-list .category .menus.has-menu-details-type2 .menu-plate {
  min-height: 206px;
}
.menu-list .category .menus.has-menu-details-type2 .menu-plate .menu-body {
  display: block;
}
.menu-list .category .menus.has-menu-details-type2 .menu-plate .menu-body::before, .menu-list .category .menus.has-menu-details-type2 .menu-plate .menu-body::after {
  content: "";
}

.category-bar {
  position: relative;
  width: 100%;
  font-size: 14px;
  min-height: 2.4em;
  padding: 8px 4px;
}
.category-bar.needs-read-more-button:not(.expand) .category-body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1em;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), color-stop(80%, #f6f6f6));
  background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0), #f6f6f6 80%);
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0), #f6f6f6 80%);
}
.category-bar:not(.needs-read-more-button) .buttons {
  display: none;
}
.category-bar:not(.has-category-detail) .category-body {
  display: none;
}
.category-bar.expand .category-name {
  -webkit-line-clamp: unset;
}
.category-bar .category-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  min-height: 1.4em;
  max-height: calc(1.4em * 4);
  overflow: hidden;
  color: #333;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
@media only screen and (max-width: 570px) {
  .category-bar .category-name {
    font-size: 14px;
    text-align: center;
  }
}
.category-bar .category-body {
  max-height: calc(1.4em * 7);
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.category-bar .category-body .image {
  width: 110px;
  height: 110px;
  margin-right: 8px;
  float: left;
}
@media only screen and (max-width: 736px) {
  .category-bar .category-body .image {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 570px) {
  .category-bar .category-body .image {
    width: 90px;
    height: 90px;
  }
}
.category-bar .category-body .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
.category-bar .category-body .details {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.45em;
  margin-bottom: 0;
}
@media only screen and (max-width: 570px) {
  .category-bar .category-body .details {
    line-height: 1.4em;
  }
}
.category-bar .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
}
.category-bar .buttons button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  color: #aaa;
  padding-bottom: 8px;
}
.category-bar .buttons button.expand-button, .category-bar .buttons button.shrink-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  text-align: right;
}

.no-menu-message {
  width: 100%;
  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;
}
.no-menu-message .message {
  text-align: center;
  padding: 32px 0;
  font-size: 14px;
  color: #999;
}

.menu-plate {
  position: relative;
  width: calc(33.33% - 4px * 2);
  padding: 16px;
  padding-bottom: 30px;
  margin: 4px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  min-height: 86px;
  overflow: hidden;
}
.menu-plate.disabled .disabled-mask {
  display: block;
}
.menu-plate.special-option {
  background: #ffd7dd;
  border-color: #ffc8d0;
}
.menu-plate.basic-option {
  background: #fffbdf;
  border-color: #d7d0a1;
}
.menu-plate.needs-read-more-button:not(.expand) .menu-body::before, .menu-plate.needs-read-more-button:not(.expand) .menu-body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1em;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.menu-plate.needs-read-more-button:not(.expand) .menu-body.include-price-or-time::before, .menu-plate.needs-read-more-button:not(.expand) .menu-body.include-price-or-time::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.4em;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.menu-plate.needs-read-more-button:not(.expand) .menu-body::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%);
}
.menu-plate.needs-read-more-button:not(.expand).special-option .menu-body::before, .menu-plate.needs-read-more-button:not(.expand).special-option .menu-body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1em;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.menu-plate.needs-read-more-button:not(.expand).special-option .menu-body::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 215, 221, 0)), color-stop(80%, #ffd7dd));
  background: -webkit-linear-gradient(top, rgba(255, 215, 221, 0), #ffd7dd 80%);
  background: linear-gradient(to bottom, rgba(255, 215, 221, 0), #ffd7dd 80%);
}
.menu-plate.needs-read-more-button:not(.expand).basic-option .menu-body::before, .menu-plate.needs-read-more-button:not(.expand).basic-option .menu-body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1em;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.menu-plate.needs-read-more-button:not(.expand).basic-option .menu-body::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 251, 223, 0)), color-stop(80%, #fffbdf));
  background: -webkit-linear-gradient(top, rgba(255, 251, 223, 0), #fffbdf 80%);
  background: linear-gradient(to bottom, rgba(255, 251, 223, 0), #fffbdf 80%);
}
.menu-plate:not(.needs-read-more-button) .buttons {
  display: none;
}
.menu-plate.single-line-menu-name .menu-body {
  min-height: calc(1.5em * 6);
  max-height: calc(1.5em * 6);
}
.menu-plate.single-line-menu-name .menu-body.include-price-or-time {
  min-height: calc(
          1.5em * 6 + 4px
        );
  max-height: calc(
          1.5em * 6 + 4px
        );
}
.menu-plate.expand .menu-name {
  -webkit-line-clamp: unset;
}
.menu-plate.expand .menu-body {
  margin-bottom: 16px;
}
.menu-plate.full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 8px;
  border-color: #e6e6e6;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
}
.menu-plate.full .menu-base {
  height: 100%;
}
.menu-plate.full .menu-base:hover {
  background: rgba(0, 0, 0, 0.015);
}
.menu-plate.full .menu-base:active {
  background: rgba(0, 0, 0, 0.06);
}
.menu-plate.full .menu-name,
.menu-plate.full .menu-body {
  min-height: unset;
  max-height: unset;
}
.menu-plate.full .menu-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-plate.full .menu-body .image {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 8px;
  pointer-events: none;
}
.menu-plate.full .menu-body .image::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.menu-plate.full .menu-body .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-position: center top;
     object-position: center top;
}
.menu-plate.full .menu-body .details .price-and-time {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .menu-plate {
    width: calc(50% - 4px * 2);
  }
}
@media only screen and (max-width: 736px) {
  .menu-plate {
    width: 100%;
    min-height: initial !important;
  }
  .menu-plate:not(.needs-read-more-button) {
    padding-bottom: 16px;
  }
  .menu-plate .menu-body {
    min-height: initial !important;
  }
}
.menu-plate .menu-base {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  cursor: pointer;
}
.menu-plate .menu-base:hover {
  background: rgba(0, 0, 0, 0.015);
}
.menu-plate .menu-base:hover ~ .menu-content .menu-body::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.015)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.015) 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.015) 80%);
}
.menu-plate .menu-base:active {
  background: rgba(0, 0, 0, 0.06);
}
.menu-plate .menu-base:active ~ .menu-content .menu-body::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.06)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06) 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06) 80%);
}
.menu-plate .disabled-mask {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background: rgba(246, 246, 246, 0.75);
  z-index: 1;
}
.menu-plate .menu-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(1.4em * 2);
  overflow: hidden;
  width: calc(100% - 20px);
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  pointer-events: none;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.menu-plate .menu-body {
  min-height: calc(1.5em * (6 - 1));
  max-height: calc(1.5em * (6 - 1));
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 8px;
  margin-bottom: 8px;
  pointer-events: none;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.menu-plate .menu-body.include-price-or-time {
  min-height: calc(
        1.5em * (6 - 1) + 4px
      );
  max-height: calc(
        1.5em * (6 - 1) + 4px
      );
}
.menu-plate .menu-body .image {
  position: relative;
  width: 74px;
  height: 74px;
  margin-right: 8px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
  float: left;
}
.menu-plate .menu-body .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
.menu-plate .menu-body .details {
  position: relative;
  pointer-events: none;
  font-size: 13px;
  line-height: 1.5em;
  color: #333;
  margin-bottom: 0;
}
.menu-plate .menu-body .details .price-and-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 22px;
  margin-bottom: 4px;
}
.menu-plate .menu-body .details .price-and-time .price {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333;
  pointer-events: none;
}
.menu-plate .menu-body .details .price-and-time .time {
  position: relative;
  padding-left: 1.2em;
  color: #333;
  white-space: nowrap;
  background: url("../img/icon_clock.svg") no-repeat left center;
  background-size: 1.25em 1.25em;
  opacity: 0.5;
}
.menu-plate .menu-body .details .description {
  font-size: inherit;
  margin: 0;
}
.menu-plate .buttons {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 1.4em;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.menu-plate .buttons button {
  position: relative;
  padding: 8px 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.menu-plate .buttons button.expand-button, .menu-plate .buttons button.shrink-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  text-align: right;
}
.menu-plate .check-mark {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 8px;
  right: 8px;
  pointer-events: none;
}
.menu-plate .check-mark.radio {
  border-radius: 50%;
}
.menu-plate .check-mark.radio.checked {
  border: none;
  background-color: #39f;
}
.menu-plate .check-mark.radio.checked::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 30%;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 50%;
  left: 50%;
}
.menu-plate .check-mark.checkbox {
  border-radius: 8px;
}
.menu-plate .check-mark.checkbox.checked {
  border: none;
  background-color: #39f;
}
.menu-plate .check-mark.checkbox.checked::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 42%;
  left: 50%;
}

/* 現在の選択状況表示 */
.footer.reservation-footer {
  bottom: 0px;
  bottom: calc(0px + env(safe-area-inset-bottom));
  padding: 4px;
  padding-top: 0;
  background: transparent;
}
.footer.reservation-footer.ng-hide-remove {
  -webkit-animation: reservation-footer-showing-animation 0.6s;
          animation: reservation-footer-showing-animation 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes reservation-footer-showing-animation {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes reservation-footer-showing-animation {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.footer.reservation-footer .footerbar {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: calc(70px - 4px);
  background: rgba(221, 221, 221, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  text-align: center;
  border: none;
  border-radius: 20px;
  border: 1px solid #fff;
  padding-top: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.footer.reservation-footer .footerbar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav.reservation-status {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 5px;
}
.nav.reservation-status .current-status {
  width: 100%;
  height: 100%;
  padding: 3px 6px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  text-align: left;
  overflow: hidden;
}
.nav.reservation-status .current-status .title {
  position: relative;
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  padding-left: 6px;
  padding-right: 1.5em;
  margin-bottom: 0.2em;
}
.nav.reservation-status .current-status .title::after {
  position: absolute;
  content: url(../img/chevron-up-circle.svg);
  width: 1.6em;
  height: 1.6em;
  top: -0.1em;
  right: -1px;
  opacity: 0.2;
}
.nav.reservation-status .current-status .title .current-step {
  display: inline;
  margin-left: -0.5em;
}
.nav.reservation-status .current-status .title .selected-menu-count {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 0.3em;
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 0, 0, 0.7);
  font-size: 10px;
  line-height: 1em;
}
.nav.reservation-status .current-status .text {
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 13px;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.overlay.reservation-status {
  visibility: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: calc(env(safe-area-inset-bottom) + 0px + 16px);
}
.overlay.reservation-status .dialog .body {
  padding-top: 16px;
}
.overlay.reservation-status .dialog .body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 0;
}
.overlay.reservation-status .dialog .body table td {
  border-bottom: 1px solid #ccc;
  font-size: inherit;
  line-height: 1.4em;
  height: 38px;
}
.overlay.reservation-status .dialog .body table td.label {
  width: 80px;
  padding: 8px;
}
.overlay.reservation-status .dialog .body table td .status-button {
  width: 100%;
  margin: 0;
  text-align: left;
  font-weight: normal;
  padding: 0;
  border: none;
  cursor: pointer;
}
.overlay.reservation-status .dialog .body table td .status-button:hover, .overlay.reservation-status .dialog .body table td .status-button:active {
  background-color: transparent;
}
.overlay.reservation-status .dialog .body table td .status {
  width: 100%;
  padding: 8px;
  max-height: calc(1.4em * 5);
  overflow: auto;
}
.overlay.reservation-status .dialog .body table td .status .value {
  min-height: 1.4em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.overlay.reservation-status .dialog .body table td .status .description {
  padding: 0;
  margin: 0;
  margin-top: 0.5em;
  color: rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.overlay.reservation-status .dialog .body table td.buttons {
  width: 50px;
  text-align: center;
  padding: 8px;
}
.overlay.reservation-status .dialog .body table td.buttons button {
  margin: 0;
  padding: 0;
}