string(33687) ":root {
  --blue: #4582ec;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d9534f;
  --orange: #fd7e14;
  --yellow: #f0ad4e;
  --green: #02b875;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #17a2b8;
  --secondary: #adb5bd;
  --success: #02b875;
  --info: #4582ec;
  --warning: #f0ad4e;
  --danger: #d9534f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-white {
  color: #fff !important; }

.text-dark {
  color: #343a40 !important; }

.text-primary {
  color: #17a2b8 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #17a2b8 !important; }

.text-info {
  color: #4582ec !important; }

a.text-info:hover, a.text-info:focus {
  color: #4582ec !important; }

.text-secondary {
  color: #828f95 !important; }

.hide {
  display: none; }

.btn-primary {
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-primary:hover {
    background-color: #138496;
    border-color: #138496; }
  .btn-primary:focus, ..btn-primary.focus {
    background-color: #138496;
    border-color: #138496; }
  .btn-primary.disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    opacity: 0.5; }

.btn-outline-primary {
  background-color: #fff;
  border-color: #17a2b8;
  color: #17a2b8; }
  .btn-outline-primary:hover {
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-info {
  background-color: #4582ec;
  border-color: #4582ec; }
  .btn-info:hover {
    background-color: #226be8;
    border-color: #226be8; }

.bg-primary {
  background-color: #17a2b8 !important; }

.bg-primary-light {
  background-color: #c4e8ed !important;
  color: #343a40; }
  .bg-primary-light a {
    color: #343a40 !important; }

.inline-icon {
  width: 22px;
  height: 22px;
  vertical-align: top; }

.btn-highlight {
  background: #70c710;
  border-color: #70c710;
  color: #fff; }
  .btn-highlight:hover {
    background-color: #5ba10d !important;
    color: #fff; }

.btn-input-close {
  transform: rotate(-45deg);
  background: #ddd; }

.btn-s-white, .btn-white {
  background: #fff !important; }
  .btn-s-white:hover, .btn-white:hover {
    color: #03788b !important; }

.btn-less-padding {
  padding-right: 5px;
  padding-left: 5px; }

table td.td-less-padding {
  padding-right: 5px;
  padding-left: 5px; }

.table-normal {
  font-size: smaller;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .table-normal.small-text th {
    font-size: 12px; }
  .table-normal.input-table td {
    padding: 6px; }
    .table-normal.input-table .form-control {
      font-size: 13px;
      height: 30px; }
    .table-normal.input-table .no-padding {
      padding: 0; }
    .table-normal.input-table .checkbox-label {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 10px 0;
      position: relative;
      top: 4px; }
    .table-normal.input-table .sortable-icon {
      width: 20px; }
      .table-normal.input-table .sortable-icon img {
        left: 6px; }
  .table-normal td, .table-normal th {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .table-normal .medium {
    width: 200px; }
  .table-normal .td-medium {
    width: 200px; }
  .table-normal .td-small {
    width: 140px; }
  .table-normal .td-xsmall {
    width: 100px; }

.bg-disable {
  background: #ddd !important; }

.bg-gray {
  background: #f7f7f7 !important; }
  .bg-gray .sub-nav-item a {
    color: #343a40; }
    .bg-gray .sub-nav-item a:after {
      content: '';
      background: url(/asset/images/directory_nav_caret.png) no-repeat;
      background-size: contain;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      top: -2px;
      margin: 0 0px 0 20px;
      width: 9px;
      height: 13px; }

.bg-dark-gray {
  background: #ddd !important; }

.rotate90 {
  display: inline-block;
  transform: rotate(90deg); }

html, body, .wrap, .main-container {
  min-height: 100%;
  position: relative; }

.wrap-height {
  height: 100%; }

.sub-nav-item.active a {
  opacity: 1; }

.sub-nav.bg-primary-light .sub-nav-item {
  padding-right: 0; }
  .sub-nav.bg-primary-light a:after {
    content: '';
    background: url(/asset/images/directory_nav_caret.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 10px 0 20px;
    width: 9px;
    height: 13px; }

.directory_nav .sub-nav-item {
  opacity: 0.7; }
  .directory_nav .sub-nav-item.active {
    opacity: 1; }
  .directory_nav .sub-nav-item a {
    opacity: 1; }

.font-iconp-pos {
  top: 0.1em; }

.table th, .table td {
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px; }

.table thead th {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02); }

.tooltip-inner {
  background-color: #f0ad4e;
  text-align: left;
  width: auto;
  max-width: auto;
  white-space: nowrap; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #f0ad4e; }

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f0ad4e; }

.modal-open .modal {
  -webkit-overflow-scrolling: touch; }

html, body {
  font-weight: 300; }

html, p, h1, h2, h3, h4, h5, h6, li, div {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600; }

body, input, textarea, select {
  font-size: 17px; }

strong {
  font-weight: 600; }

.btn {
  border-radius: 4px; }

.main-container {
  padding-top: 32px; }

.no-header .main-container {
  padding: 0; }

.container-xlarge {
  width: 1440px;
  max-width: 100%; }

.container-large {
  width: 940px;
  max-width: 100%; }

.container-medium {
  width: 740px;
  max-width: 100%; }

.container-small {
  width: 540px;
  max-width: 100%; }

.fixed-side-container {
  overflow: hidden;
  height: 100%; }

.fixed-container {
  float: right;
  width: 270px;
  background: #f7f7f7;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0; }

.fluid-container {
  float: left;
  width: 100%;
  margin-right: -270px;
  padding-right: 270px;
  box-sizing: border-box; }

.markdown-content h2 {
  font-size: 20px;
  padding: 20px 0;
  font-weight: 300; }
  .markdown-content p {
    font-size: 14px; }
  .markdown-content li {
    font-size: 14px;
    margin-bottom: 10px; }

legend {
  margin-bottom: 1.6em; }

.form-outer {
  padding-left: 1.25rem; }

.form-group {
  margin-bottom: 1.6rem; }
  .form-group .thumbnail img {
    width: 100%;
    margin-bottom: 10px; }
  .form-group .shop-thumbnail img {
    max-width: 210px;
    padding-bottom: 10px; }

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], .select2-container--default .select2-selection--single {
  padding: 0.5rem 1.1rem;
  font-size: 1.063rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem; }
  input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, .select2-container--default .select2-selection--single::-webkit-input-placeholder {
    color: #d4d4d4; }
  input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, .select2-container--default .select2-selection--single:-ms-input-placeholder {
    color: #d4d4d4; }
  input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, .select2-container--default .select2-selection--single::-moz-placeholder {
    color: #d4d4d4; }

label input[type="checkbox"] {
  position: relative;
  top: -2px;
  margin-right: 4px; }

.form-group .select2-container--default .select2-selection--single {
  height: auto;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }

.select2-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.select2-container--open .select2-dropdown--below {
  border: 1px solid #ccc !important; }

.select2-selection__arrow {
  top: 7px !important;
  right: 10px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px !important;
  margin-left: -8px !important; }

.fc-time-grid .fc-slats td {
  height: 1.2em; }

.fc-time-grid-event .fc-time {
  padding: 4px 2px;
  font-weight: 500; }

.fc-title {
  font-size: 13px; }

.fc-title {
  font-size: 14px; }

.fc-event {
  border: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .2); }

.fc-event .fc-bg {
  opacity: 0; }

.event-status {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 1px 3px;
  margin: 0 0 0 4px;
  font-size: 12px; }
  .event-status.cancelled {
    background: #fff;
    color: #666; }
  .event-status.hold {
    background: #fff;
    color: #666; }
  .event-status.unfixed {
    background: #d9534f; }
  .event-status.fixed {
    background: #fff;
    color: #666; }
  .event-status.finished {
    background: #fff;
    color: #666; }

.event-services {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 1px 3px;
  margin: 0 0 0 4px;
  font-size: 12px;
  background: rgba(255, 255, 255, .7);
  color: #333;
  opacity: 0.7;
  font-size: 10px;
  position: relative;
  top: -1px; }

.event-saved {
  position: absolute;
  top: 1px;
  right: 3px;
  color: #fff;
  border-radius: 8px;
  font-size: 16px; }

.fc-event .fc-resizer {
  padding-bottom: 4px; }
  .fc-event .fc-resizer:after {
    color: #fff;
    font-size: 16px; }

.page-heading {
  font-size: 1.6em;
  font-weight: 300;
  padding-top: 0;
  margin-bottom: 1em;
  text-align: center; }

.page-sub-heading {
  font-size: 18px;
  font-weight: 300;
  padding-top: 0;
  margin-bottom: 1em;
  text-align: center; }

.navbar-brand {
  margin-right: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }
  .navbar-brand a {
    display: block;
    color: #999;
    font-size: 30px; }
    .navbar-brand a:hover {
      text-decoration: none; }
  .navbar-brand img {
    height: 38px; }

.navbar-brand-external {
  margin-right: auto;
  margin-left: auto;
  padding: 0; }
  .navbar-brand-external img {
    height: 60px; }
  .navbar-brand-external .tempo-logo-with-shop-logo {
    height: 35px; }

.footer {
  background: #f7f7f7;
  padding: 20px 0;
  text-align: center;
  color: #999; }

.footer__logo {
  margin-bottom: 20px; }
  .footer__logo img {
    height: 30px; }

.loading {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.85); }

.loading__inner {
  display: table-cell;
  vertical-align: middle; }

.loading__image {
  width: 100px; }

.copyright {
  color: #9fabb0;
  font-size: 12px; }

.page-notice {
  background: #f7f7f7;
  padding: 10px;
  font-weight: 600;
  text-align: center; }

.navbar-light .navbar-nav .active > .nav-link {
  font-weight: 600; }
  .navbar-light .navbar-nav .active > .nav-link:hover {
    color: #17a2b8; }

.trial-info {
  padding-right: 20px; }

.sub-nav {
  background-color: #17a2b8; }
  .sub-nav ul {
    padding: 0;
    margin-bottom: 0; }

.sub-nav-item {
  display: inline-block;
  list-style: none;
  padding: 8px 20px 8px 0;
  color: #828f95;
  font-size: 14px; }
  .sub-nav-item a {
    color: #fff;
    opacity: 0.7; }
    .sub-nav-item a:hover {
      opacity: 1; }
    .sub-nav-item a.active {
      opacity: 1; }

#totop {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  #totop a {
    background: #eee;
    padding: 10px 15px;
    color: #828f95;
    border-radius: 4px; }

.btn-point-input {
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  border: 4px solid #fff;
  border-radius: 12px;
  background: #f7f7f7;
  padding: 20px 0;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .btn-point-input:hover {
    color: #17a2b8;
    background-color: #eee; }
  .btn-point-input:active {
    color: #fff;
    background-color: #17a2b8; }
  .btn-point-input.active {
    color: #fff;
    background-color: #70c710; }
  .btn-point-input.del {
    background-color: #ddd; }
  .btn-point-input.submit {
    color: #f7f7f7;
    font-size: 30px;
    line-height: 60px; }

.select-btn-list {
  padding-left: 0; }
  .select-btn-list li {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    vertical-align: top;
    padding-right: 5px;
    display: inline-block; }
  .select-btn-list input[type="radio"], .select-btn-list input[type="checkbox"] {
    display: none; }
  .select-btn-list label {
    position: relative;
    background-color: #eee;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    cursor: pointer; }
  .select-btn-list .label-right-text {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 16px; }
  .select-btn-list input[type="radio"]:checked + label, .select-btn-list input[type="checkbox"]:checked + label {
    background-color: #17a2b8;
    color: #fff; }
  .select-btn-list input[type="radio"]:checked + label + .label-right-text, .select-btn-list input[type="checkbox"]:checked + label + .label-right-text {
    color: #fff; }

.coupon-container {
  border-radius: 8px;
  font-size: 15px; }
  .coupon-container h3 {
    font-size: 18px; }

.customer-qrcode {
  margin-bottom: 10px; }

.customer-qrcode__text {
  margin-bottom: 20px;
  font-size: 14px; }

.shop-info {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 8px; }

.display-number-wrapper {
  position: relative; }

.display-number {
  color: #17a2b8;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0.14em; }

.point-message {
  font-size: 16px;
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  text-align: center;
  color: #17a2b8; }

.price-input {
  padding: 0; }
  .price-input .price-input-section {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px; }
  .price-input .title-price-input {
    background: #ddd;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px; }
  .price-input .heading-price-input {
    font-size: 14px;
    font-weight: 600; }
  .price-input .display-number {
    color: #17a2b8;
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px;
    letter-spacing: 0.14em; }
  .price-input .point-input {
    padding-right: 15px;
    padding-left: 15px; }
  .price-input .btn-point-input {
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    border: 4px solid #f7f7f7;
    border-radius: 12px;
    background: #fff;
    padding: 6px 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    .price-input .btn-point-input:hover {
      color: #17a2b8;
      background-color: #eee; }
    .price-input .btn-point-input:active {
      color: #fff;
      background-color: #17a2b8; }
    .price-input .btn-point-input.active {
      color: #fff;
      background-color: #70c710; }
    .price-input .btn-point-input.del {
      background-color: #ddd; }
    .price-input .btn-point-input.submit {
      color: #f7f7f7;
      font-size: 26px;
      line-height: 26px; }

.point-rate {
  padding-left: 0; }
  .point-rate li {
    padding-left: 0; }

.point-rate-scroll {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.point-category-section {
  width: 100%; }

.point-category-section-heading {
  font-size: 16px;
  font-weight: 300; }

.point-category-section-sub-heading {
  font-size: 14px;
  font-weight: 300;
  color: #828f95; }

.label-qrcode {
  margin-bottom: 0; }

.input-qrcode {
  display: none; }

.plus-point {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #17a2b8; }

.necessary {
  color: #f0ad4e;
  font-size: 16px; }

.current-point {
  font-size: 60px;
  color: #17a2b8; }

label[for=bithday] {
  width: 100%; }

.price-container .table td, .price-container .table th {
  border: 1px solid #ddd; }

.price-table thead th {
  background: #17a2b8;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  text-align: center; }
  .price-table tbody th {
    background: #eafcff; }
  .price-table .price-th-function {
    width: 255px; }
  .price-table td {
    color: #17a2b8;
    text-align: center;
    vertical-align: middle; }

.price__function {
  color: #17a2b8;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px; }

.price__function--description {
  color: #828f95;
  font-size: 14px;
  font-weight: 300; }

.price__function--no-service {
  background: #eee; }

.price__price {
  color: #17a2b8;
  font-weight: 500;
  wrod-wrap: normal;
  margin-bottom: 5px; }

.price__price-note {
  wrod-wrap: normal;
  color: #828f95;
  font-size: 15px; }

.compare-price {
  white-space: nowrap; }

.plan-price {
  min-width: 180px;
  font-weight: 600; }

.plan-note {
  font-size: 14px;
  opacity: 0.7; }

.total-price {
  text-align: right; }

.total-price__inner {
  width: 70%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.total-price__option {
  display: none; }

.start-service {
  width: 300px;
  background: #70c710;
  border-color: #70c710;
  padding: 15px 0; }

#input-agreement {
  position: relative;
  top: -2px; }

.preview-dm-type {
  text-align: center; }

.trial-banner {
  position: absolute;
  right: 60px;
  top: 430px;
  background: url(/asset/images/trial_star.svg) no-repeat;
  background-size: cover;
  width: 130px;
  height: 130px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: table; }
  .trial-banner span {
    vertical-align: middle;
    display: table-cell; }

.header-copy-text {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7);
  padding: 2px 10px 2px 2px; }

.main-copy-text {
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 0 0 0;
  line-height: 1.5 !important; }

.main-image {
  background: url('/asset/images/main_image.png') no-repeat center center;
  background-size: cover;
  padding-top: 80px; }

.static-top__heading {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 4px;
  color: #fff; }

.static-top__logo {
  width: 100%;
  max-width: 280px;
  margin-bottom: 60px; }
  .static-top__logo img {
    width: 100%; }

.recommend-shops li {
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 5px 3px; }

.top-campaign-text {
  font-size: 14px; }

.top-description__tempo-message {
  color: #000;
  padding: 30px 0 10px;
  background: rgba(255, 255, 255, 0.7); }

.text-black {
  color: #000; }

.top-description {
  font-size: 16px;
  line-height: 2;
  color: #fff; }
  .top-description p {
    font-weight: 300;
    font-size: 15px; }
  .top-description .top-description__attention {
    font-size: 24px;
    margin-bottom: 40px; }
  .top-description .top-features {
    font-weight: 500; }
  .top-description .feature-item {
    font-size: 26px;
    font-weight: 300;
    padding: 0 20px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    background: #000;
    border-radius: 30px; }

.static-top__btn-register {
  width: 300px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 300;
  background: #70c710;
  border-color: #70c710; }

.static-top__buttons {
  padding-bottom: 30px; }

.feature-list {
  color: #17a2b8;
  padding: 0; }
  .feature-list li {
    padding: 7px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .feature-list h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center; }
  .feature-list p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0; }

.feature-list__inner {
  background: #fff;
  border-radius: 8px;
  padding: 15px; }

.service-step-image {
  width: 100%;
  max-width: 420px;
  height: auto; }

.make-better {
  border-bottom: 1px dashed #17a2b8;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #465257;
  font-size: 16px;
  line-height: 1.7; }
  .make-better.row {
    margin-right: 0;
    margin-left: 0; }
  .make-better .col {
    padding: 0; }

.make-better__heading {
  color: #17a2b8;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0; }

.news-container {
  padding-left: 0;
  font-weight: 300; }
  .news-container h4 {
    font-size: 16px;
    font-weight: 600; }
  .news-container .news-date {
    line-height: 1;
    font-size: 16px; }

.invite-friend h4 {
  font-size: 20px;
  font-weight: 500; }

.invite-code-outer {
  background: #fff;
  border-radius: 8px; }

.invite-code {
  font-size: 150%;
  font-weight: 500; }

.price-sms {
  padding-top: 3px;
  font-size: 16px;
  font-weight: 400; }

.compare-dm {
  width: 100%; }

.service-outline {
  max-width: 663px;
  margin: 0 auto; }
  .service-outline img {
    width: 100%; }

.top-menu {
  padding: 0; }
  .top-menu li {
    list-style: none;
    text-align: center;
    color: #17a2b8;
    padding: 10px; }
  .top-menu a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 500px;
    border: 1px solid #17a2b8;
    border-radius: 8px;
    padding: 10px 0;
    color: #17a2b8; }
    .top-menu a:hover {
      background-color: #17a2b8;
      color: #fff;
      text-decoration: none; }
  .top-menu .top-menu__disabled {
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #ccc; }
    .top-menu .top-menu__disabled:hover {
      background-color: #ddd;
      color: #fff;
      text-decoration: none; }

.first-step {
  padding-top: 20px; }

.first-step__heading {
  font-size: 16px;
  font-weight: 400; }

.first-step__list {
  padding: 20px 20px 20px 40px;
  background: #f7f7f7; }
  .first-step__list li {
    font-size: 16px;
    margin-bottom: 16px; }
  .first-step__list .howto-invite {
    padding-left: 0; }
    .first-step__list .howto-invite li {
      font-size: 14px;
      margin-bottom: 12px;
      padding-left: 1em;
      text-indent: -1em; }

ul.first-step__list {
  padding-left: 20px; }
  ul.first-step__list li {
    list-style: none; }

.first-step__list__heading {
  font-weight: 400;
  cursor: pointer; }

.first-step__list__item {
  display: none; }

#qrcode {
  width: 120px; }

.exchange_current_point {
  font-size: 150%; }

.btn-use-allpoint {
  margin-left: 138px;
  color: #17a2b8; }

.btn-exchange-amount.disabled {
  color: #17a2b8; }
  .btn-exchange-amount:hover {
    color: #fff; }

.customer-search-input {
  width: 0;
  transition: all 0.3s;
  opacity: 0; }
  .customer-search-input.active {
    width: 340px;
    opacity: 1; }

.search tbody tr {
  display: none; }
  .search tbody tr.show {
    display: table-row; }

.col-customer-action {
  width: 280px; }

.customer-paging {
  text-align: center; }

.customer-name-td {
  white-space: nowrap; }

.customer-mail-td {
  max-width: 140px;
  overflow-wrap: break-word; }

.paging-item {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-bottom: 10px; }
  .paging-item a {
    padding: 5px;
    display: block;
    border: 1px solid #17a2b8;
    border-radius: 4px;
    color: #17a2b8; }
    .paging-item a.active {
      color: #fff;
      background: #17a2b8;
      border: 1px solid #17a2b8; }
    .paging-item a:hover {
      color: #fff;
      background: #17a2b8;
      border: 1px solid #17a2b8;
      text-decoration: none; }

.StripeElement, #invite-code {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.payment-form label {
  font-size: 14px;
  padding-top: 20px; }
  .payment-form ::placeholder {
    font-size: 14px;
    font-weight: 200;
    color: '#aab7c4'; }

.card-list-index {
  list-style: none;
  padding-left: 5px; }
  .card-list-index span.oi {
    font-size: 12px;
    padding-right: 5px; }

.card-text p {
  font-size: 15px; }
  .card-text img {
    width: 100%;
    max-width: 480px;
    text-align: center;
    margin-bottom: 20px; }
  .card-text li {
    margin-bottom: 10px; }

.setting-news .title {
  min-width: 260px; }
  .setting-news .image {
    max-width: 240px; }
    .setting-news .image img {
      width: 100%; }

.mypage-header {
  position: relative; }
  .mypage-header .shop-name {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600; }
  .mypage-header img {
    width: 100%; }

.mypage-section-heading {
  background: #17a2b8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  margin: 0; }

.mypage-sub-heading {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 300; }

.mypage-menu {
  font-size: 16px; }

.mypage-news {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mypage-news .news-date {
    font-size: 10px;
    font-weight: 600;
    color: #828f95; }
  .mypage-shop-info {
    font-size: 14px; }
  .mypage-shop-info .tel:before {
    content: '';
    background: url('/asset/images/icon_tel.svg');
    background-size: cover;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px; }
  .mypage-shop-info .business-hour {
    padding-left: 30px;
    text-indent: -30px; }
    .mypage-shop-info .business-hour:before {
      content: '';
      background: url('/asset/images/icon_time.svg');
      background-size: cover;
      width: 17px;
      height: 17px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 13px; }

.mypage-qrcode {
  display: inline-block; }

.shop-info {
  font-size: 14px; }

.show-home {
  cursor: pointer; }

.home-image {
  width: 32px; }

.eye-catch {
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px; }
  .eye-catch img {
    max-width: 100%; }

.entry-content {
  word-break: break-all; }
  .entry-content h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 16px; }
  .entry-content h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 16px; }
  .entry-content h3, .entry-content h4, .entry-content h5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .entry-content ul {
    padding-left: 30px; }
  .entry-content li {
    margin-bottom: 10px; }
  .entry-content p {
    font-size: 16px;
    margin-top: 10px; }
  .entry-content strong {
    font-weight: 600;
    color: #17a2b8; }

.delete-local-img, .delete-img {
  cursor: pointer; }
  .delete-local-img:hover, .delete-img:hover {
    opacity: 0.7; }

.booking-table ul {
  padding-left: 0; }
  .booking-table li {
    list-style: none; }

.booking {
  /* booking setting */ }
  .booking .end_date {
    border: 0;
    background: #eee; }

.shop-holiday {
  padding-left: 0;
  /* Calendar */ }
  .shop-holiday li {
    list-style: none; }
    .shop-holiday li input {
      position: relative;
      top: -2px;
      margin-right: 4px; }

.container.schedule-container {
  padding-top: 0 !important; }

#calendar {
  clear: both; }

.fc .fc-day-header {
  font-size: 16px; }

.fc .fc-resource-cell {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400; }
  .fc .fc-axis {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 600;
    background: #f7f7f7; }
  .fc .fc-content {
    color: #fff; }
  .fc .fc-day-header {
    font-weight: 300;
    padding: 5px 0; }
  .fc .fc-widget-header {
    background: #f7f7f7; }

.fc-center h2 {
  font-size: 20px; }

.btn-circle {
  padding: 10px;
  display: inline-block;
  border-radius: 20px;
  background: #17a2b8;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .btn-circle:hover {
    opacity: 0.7; }

.modal .form-group {
  margin-bottom: 0.5rem; }

#modal-message {
  background: #f7f7f7; }
  #modal-message span {
    padding: 8px;
    text-align: center; }

.shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .3); }

.fc button {
  background: #fff; }

.input-medium {
  width: 44%;
  max-width: 200px;
  display: inline-block; }

.input-small {
  width: 20%;
  max-width: 80px;
  display: inline-block; }

#add-booking-form .select-btn-list {
  padding-left: 15px; }

.message-news {
  margin: 0 auto; }

#upload-area {
  color: #fff;
  font-size: 18px;
  font-weight: ;
  text-align: center;
  width: 100%;
  border: 1px dashed ;
  margin-bottom: 20px; }

#upload-box {
  position: relative;
  background: #f7f7f7;
  height: 100px;
  width: 100%;
  padding: 40px; }
  #upload-box:hover {
    opacity: 0.7; }
  #upload-box.dragenter {
    background: #d8d8d8; }

.btn-file-upload {
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  cursor: pointer; }

.image-uploading {
  opacity: 0.3; }

.upload-area-text {
  color: #aaa; }

.customer-point-check-point {
  font-size: 24px; }

.shop-receipt-price {
  font-size: 20px; }

.shop-receipt-shop-name {
  font-size: 22px; }

.shop-receipt-shop-address {
  font-size: 14px; }

.shop-receipt-brickberg-name {
  font-size: 16px; }

.shop-receipt-brickberg-address {
  position: relative;
  font-size: 14px;
  z-index: 5; }

.shop-receipt-brickberg-stamp {
  width: 100px;
  position: absolute;
  right: 10px;
  bottom: 0; }

@media print {
  .footer, .btn-show-print-window {
    display: none; }

  .shop-receipt-heading {
    color: #000 !important; } }

@media (max-width: 992px) {
  .compare-price {
    white-space: normal; }

  .trial-banner {
    right: 90px;
    top: 145px; } }

@media (max-width: 767.98px) {
  .trial-banner {
    position: static;
    background: #f5a623;
    padding: 5px;
    width: 100%;
    height: auto; }
    .trial-banner br {
      display: none; }

  .display-number {
    font-size: 50px; }

  .top-description .top-features {
    text-align: center !important; }
    .top-description p {
      text-align: left !important; }
      .top-description p .feature-item {
        font-size: 18px;
        padding: 0px 12px;
        margin: 0 5px 10px; }

  .btn-sp-xless-padding {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important; }

  .hidden-fab {
    display: none; }

  .sp-container {
    padding-right: 10px;
    padding-left: 10px; }

  .price-table {
    /* Calendar */ }
    .price-table .price-th-function {
      width: auto; }

  .fc .fc-day-header {
    font-size: 12px; }

  .fc-center h2 {
    padding-top: 20px; }

  .fc-title {
    font-size: 10px; }

  .event-services {
    font-size: 10px;
    margin: 2px 1px 0;
    padding: 1px;
    transform: scale(0.9); }

  .modal-body label {
    font-size: 12px; }
    .modal-body input, .modal-body select, .modal-body option, .modal-body .select2-dropdown {
      font-size: 16px; }
    .modal-body .form-group-services {
      padding-left: 0 !important; }
    .modal-body .col-12 {
      padding-left: 15px; } }

@media (min-width: 575.98px) {
  .hidden-pc {
    display: none; }

  .modal-dialog {
    max-width: 650px; } }

@media (max-width: 575.98px) {
  .row {
    margin-right: 0;
    margin-left: 0; }

  .col-12 {
    padding: 0; }

  .hidden-sp {
    display: none; }

  .navbar-brand-external {
    padding: 0; }
    .navbar-brand-external img {
      height: 50px; }
    .navbar-brand-external .tempo-logo-with-shop-logo {
      height: 30px; }

  .display-number {
    font-size: 30px;
    font-weight: 500;
    line-height: 1; }

  .static-top__heading {
    font-size: 17px;
    margin-top: 0;
    letter-spacing: 3px;
    font-weight: 600; }

  .static-top__logo {
    max-width: 280px; }

  .top-menu {
    padding: 5px; }
    .top-menu li {
      padding: 5px; }
    .top-menu a {
      font-size: 14px;
      font-weight: 600; }

  .btn-point-input {
    font-size: 30px;
    padding: 10px 0; }
    .btn-point-input.submit {
      line-height: 40px;
      font-size: 22px;
      padding-top: 20px; }
    .btn-point-input.del {
      font-size: 24px;
      padding-top: 20px; } }

"
:root {
  --blue: #4582ec;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d9534f;
  --orange: #fd7e14;
  --yellow: #f0ad4e;
  --green: #02b875;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #17a2b8;
  --secondary: #adb5bd;
  --success: #02b875;
  --info: #4582ec;
  --warning: #f0ad4e;
  --danger: #d9534f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-white {
  color: #fff !important; }

.text-dark {
  color: #343a40 !important; }

.text-primary {
  color: #17a2b8 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #17a2b8 !important; }

.text-info {
  color: #4582ec !important; }

a.text-info:hover, a.text-info:focus {
  color: #4582ec !important; }

.text-secondary {
  color: #828f95 !important; }

.hide {
  display: none; }

.btn-primary {
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-primary:hover {
    background-color: #138496;
    border-color: #138496; }
  .btn-primary:focus, ..btn-primary.focus {
    background-color: #138496;
    border-color: #138496; }
  .btn-primary.disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    opacity: 0.5; }

.btn-outline-primary {
  background-color: #fff;
  border-color: #17a2b8;
  color: #17a2b8; }
  .btn-outline-primary:hover {
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-info {
  background-color: #4582ec;
  border-color: #4582ec; }
  .btn-info:hover {
    background-color: #226be8;
    border-color: #226be8; }

.bg-primary {
  background-color: #17a2b8 !important; }

.bg-primary-light {
  background-color: #c4e8ed !important;
  color: #343a40; }
  .bg-primary-light a {
    color: #343a40 !important; }

.inline-icon {
  width: 22px;
  height: 22px;
  vertical-align: top; }

.btn-highlight {
  background: #70c710;
  border-color: #70c710;
  color: #fff; }
  .btn-highlight:hover {
    background-color: #5ba10d !important;
    color: #fff; }

.btn-input-close {
  transform: rotate(-45deg);
  background: #ddd; }

.btn-s-white, .btn-white {
  background: #fff !important; }
  .btn-s-white:hover, .btn-white:hover {
    color: #03788b !important; }

.btn-less-padding {
  padding-right: 5px;
  padding-left: 5px; }

table td.td-less-padding {
  padding-right: 5px;
  padding-left: 5px; }

.table-normal {
  font-size: smaller;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .table-normal.small-text th {
    font-size: 12px; }
  .table-normal.input-table td {
    padding: 6px; }
    .table-normal.input-table .form-control {
      font-size: 13px;
      height: 30px; }
    .table-normal.input-table .no-padding {
      padding: 0; }
    .table-normal.input-table .checkbox-label {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 10px 0;
      position: relative;
      top: 4px; }
    .table-normal.input-table .sortable-icon {
      width: 20px; }
      .table-normal.input-table .sortable-icon img {
        left: 6px; }
  .table-normal td, .table-normal th {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .table-normal .medium {
    width: 200px; }
  .table-normal .td-medium {
    width: 200px; }
  .table-normal .td-small {
    width: 140px; }
  .table-normal .td-xsmall {
    width: 100px; }

.bg-disable {
  background: #ddd !important; }

.bg-gray {
  background: #f7f7f7 !important; }
  .bg-gray .sub-nav-item a {
    color: #343a40; }
    .bg-gray .sub-nav-item a:after {
      content: '';
      background: url(/asset/images/directory_nav_caret.png) no-repeat;
      background-size: contain;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      top: -2px;
      margin: 0 0px 0 20px;
      width: 9px;
      height: 13px; }

.bg-dark-gray {
  background: #ddd !important; }

.rotate90 {
  display: inline-block;
  transform: rotate(90deg); }

html, body, .wrap, .main-container {
  min-height: 100%;
  position: relative; }

.wrap-height {
  height: 100%; }

.sub-nav-item.active a {
  opacity: 1; }

.sub-nav.bg-primary-light .sub-nav-item {
  padding-right: 0; }
  .sub-nav.bg-primary-light a:after {
    content: '';
    background: url(/asset/images/directory_nav_caret.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 10px 0 20px;
    width: 9px;
    height: 13px; }

.directory_nav .sub-nav-item {
  opacity: 0.7; }
  .directory_nav .sub-nav-item.active {
    opacity: 1; }
  .directory_nav .sub-nav-item a {
    opacity: 1; }

.font-iconp-pos {
  top: 0.1em; }

.table th, .table td {
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px; }

.table thead th {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02); }

.tooltip-inner {
  background-color: #f0ad4e;
  text-align: left;
  width: auto;
  max-width: auto;
  white-space: nowrap; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #f0ad4e; }

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f0ad4e; }

.modal-open .modal {
  -webkit-overflow-scrolling: touch; }

html, body {
  font-weight: 300; }

html, p, h1, h2, h3, h4, h5, h6, li, div {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600; }

body, input, textarea, select {
  font-size: 17px; }

strong {
  font-weight: 600; }

.btn {
  border-radius: 4px; }

.main-container {
  padding-top: 32px; }

.no-header .main-container {
  padding: 0; }

.container-xlarge {
  width: 1440px;
  max-width: 100%; }

.container-large {
  width: 940px;
  max-width: 100%; }

.container-medium {
  width: 740px;
  max-width: 100%; }

.container-small {
  width: 540px;
  max-width: 100%; }

.fixed-side-container {
  overflow: hidden;
  height: 100%; }

.fixed-container {
  float: right;
  width: 270px;
  background: #f7f7f7;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0; }

.fluid-container {
  float: left;
  width: 100%;
  margin-right: -270px;
  padding-right: 270px;
  box-sizing: border-box; }

.markdown-content h2 {
  font-size: 20px;
  padding: 20px 0;
  font-weight: 300; }
  .markdown-content p {
    font-size: 14px; }
  .markdown-content li {
    font-size: 14px;
    margin-bottom: 10px; }

legend {
  margin-bottom: 1.6em; }

.form-outer {
  padding-left: 1.25rem; }

.form-group {
  margin-bottom: 1.6rem; }
  .form-group .thumbnail img {
    width: 100%;
    margin-bottom: 10px; }
  .form-group .shop-thumbnail img {
    max-width: 210px;
    padding-bottom: 10px; }

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], .select2-container--default .select2-selection--single {
  padding: 0.5rem 1.1rem;
  font-size: 1.063rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem; }
  input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, .select2-container--default .select2-selection--single::-webkit-input-placeholder {
    color: #d4d4d4; }
  input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, .select2-container--default .select2-selection--single:-ms-input-placeholder {
    color: #d4d4d4; }
  input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, .select2-container--default .select2-selection--single::-moz-placeholder {
    color: #d4d4d4; }

label input[type="checkbox"] {
  position: relative;
  top: -2px;
  margin-right: 4px; }

.form-group .select2-container--default .select2-selection--single {
  height: auto;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }

.select2-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.select2-container--open .select2-dropdown--below {
  border: 1px solid #ccc !important; }

.select2-selection__arrow {
  top: 7px !important;
  right: 10px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px !important;
  margin-left: -8px !important; }

.fc-time-grid .fc-slats td {
  height: 1.2em; }

.fc-time-grid-event .fc-time {
  padding: 4px 2px;
  font-weight: 500; }

.fc-title {
  font-size: 13px; }

.fc-title {
  font-size: 14px; }

.fc-event {
  border: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .2); }

.fc-event .fc-bg {
  opacity: 0; }

.event-status {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 1px 3px;
  margin: 0 0 0 4px;
  font-size: 12px; }
  .event-status.cancelled {
    background: #fff;
    color: #666; }
  .event-status.hold {
    background: #fff;
    color: #666; }
  .event-status.unfixed {
    background: #d9534f; }
  .event-status.fixed {
    background: #fff;
    color: #666; }
  .event-status.finished {
    background: #fff;
    color: #666; }

.event-services {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 1px 3px;
  margin: 0 0 0 4px;
  font-size: 12px;
  background: rgba(255, 255, 255, .7);
  color: #333;
  opacity: 0.7;
  font-size: 10px;
  position: relative;
  top: -1px; }

.event-saved {
  position: absolute;
  top: 1px;
  right: 3px;
  color: #fff;
  border-radius: 8px;
  font-size: 16px; }

.fc-event .fc-resizer {
  padding-bottom: 4px; }
  .fc-event .fc-resizer:after {
    color: #fff;
    font-size: 16px; }

.page-heading {
  font-size: 1.6em;
  font-weight: 300;
  padding-top: 0;
  margin-bottom: 1em;
  text-align: center; }

.page-sub-heading {
  font-size: 18px;
  font-weight: 300;
  padding-top: 0;
  margin-bottom: 1em;
  text-align: center; }

.navbar-brand {
  margin-right: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }
  .navbar-brand a {
    display: block;
    color: #999;
    font-size: 30px; }
    .navbar-brand a:hover {
      text-decoration: none; }
  .navbar-brand img {
    height: 38px; }

.navbar-brand-external {
  margin-right: auto;
  margin-left: auto;
  padding: 0; }
  .navbar-brand-external img {
    height: 60px; }
  .navbar-brand-external .tempo-logo-with-shop-logo {
    height: 35px; }

.footer {
  background: #f7f7f7;
  padding: 20px 0;
  text-align: center;
  color: #999; }

.footer__logo {
  margin-bottom: 20px; }
  .footer__logo img {
    height: 30px; }

.loading {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.85); }

.loading__inner {
  display: table-cell;
  vertical-align: middle; }

.loading__image {
  width: 100px; }

.copyright {
  color: #9fabb0;
  font-size: 12px; }

.page-notice {
  background: #f7f7f7;
  padding: 10px;
  font-weight: 600;
  text-align: center; }

.navbar-light .navbar-nav .active > .nav-link {
  font-weight: 600; }
  .navbar-light .navbar-nav .active > .nav-link:hover {
    color: #17a2b8; }

.trial-info {
  padding-right: 20px; }

.sub-nav {
  background-color: #17a2b8; }
  .sub-nav ul {
    padding: 0;
    margin-bottom: 0; }

.sub-nav-item {
  display: inline-block;
  list-style: none;
  padding: 8px 20px 8px 0;
  color: #828f95;
  font-size: 14px; }
  .sub-nav-item a {
    color: #fff;
    opacity: 0.7; }
    .sub-nav-item a:hover {
      opacity: 1; }
    .sub-nav-item a.active {
      opacity: 1; }

#totop {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  #totop a {
    background: #eee;
    padding: 10px 15px;
    color: #828f95;
    border-radius: 4px; }

.btn-point-input {
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  border: 4px solid #fff;
  border-radius: 12px;
  background: #f7f7f7;
  padding: 20px 0;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .btn-point-input:hover {
    color: #17a2b8;
    background-color: #eee; }
  .btn-point-input:active {
    color: #fff;
    background-color: #17a2b8; }
  .btn-point-input.active {
    color: #fff;
    background-color: #70c710; }
  .btn-point-input.del {
    background-color: #ddd; }
  .btn-point-input.submit {
    color: #f7f7f7;
    font-size: 30px;
    line-height: 60px; }

.select-btn-list {
  padding-left: 0; }
  .select-btn-list li {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    vertical-align: top;
    padding-right: 5px;
    display: inline-block; }
  .select-btn-list input[type="radio"], .select-btn-list input[type="checkbox"] {
    display: none; }
  .select-btn-list label {
    position: relative;
    background-color: #eee;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    cursor: pointer; }
  .select-btn-list .label-right-text {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 16px; }
  .select-btn-list input[type="radio"]:checked + label, .select-btn-list input[type="checkbox"]:checked + label {
    background-color: #17a2b8;
    color: #fff; }
  .select-btn-list input[type="radio"]:checked + label + .label-right-text, .select-btn-list input[type="checkbox"]:checked + label + .label-right-text {
    color: #fff; }

.coupon-container {
  border-radius: 8px;
  font-size: 15px; }
  .coupon-container h3 {
    font-size: 18px; }

.customer-qrcode {
  margin-bottom: 10px; }

.customer-qrcode__text {
  margin-bottom: 20px;
  font-size: 14px; }

.shop-info {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 8px; }

.display-number-wrapper {
  position: relative; }

.display-number {
  color: #17a2b8;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0.14em; }

.point-message {
  font-size: 16px;
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  text-align: center;
  color: #17a2b8; }

.price-input {
  padding: 0; }
  .price-input .price-input-section {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px; }
  .price-input .title-price-input {
    background: #ddd;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px; }
  .price-input .heading-price-input {
    font-size: 14px;
    font-weight: 600; }
  .price-input .display-number {
    color: #17a2b8;
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px;
    letter-spacing: 0.14em; }
  .price-input .point-input {
    padding-right: 15px;
    padding-left: 15px; }
  .price-input .btn-point-input {
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    border: 4px solid #f7f7f7;
    border-radius: 12px;
    background: #fff;
    padding: 6px 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    .price-input .btn-point-input:hover {
      color: #17a2b8;
      background-color: #eee; }
    .price-input .btn-point-input:active {
      color: #fff;
      background-color: #17a2b8; }
    .price-input .btn-point-input.active {
      color: #fff;
      background-color: #70c710; }
    .price-input .btn-point-input.del {
      background-color: #ddd; }
    .price-input .btn-point-input.submit {
      color: #f7f7f7;
      font-size: 26px;
      line-height: 26px; }

.point-rate {
  padding-left: 0; }
  .point-rate li {
    padding-left: 0; }

.point-rate-scroll {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.point-category-section {
  width: 100%; }

.point-category-section-heading {
  font-size: 16px;
  font-weight: 300; }

.point-category-section-sub-heading {
  font-size: 14px;
  font-weight: 300;
  color: #828f95; }

.label-qrcode {
  margin-bottom: 0; }

.input-qrcode {
  display: none; }

.plus-point {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #17a2b8; }

.necessary {
  color: #f0ad4e;
  font-size: 16px; }

.current-point {
  font-size: 60px;
  color: #17a2b8; }

label[for=bithday] {
  width: 100%; }

.price-container .table td, .price-container .table th {
  border: 1px solid #ddd; }

.price-table thead th {
  background: #17a2b8;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  text-align: center; }
  .price-table tbody th {
    background: #eafcff; }
  .price-table .price-th-function {
    width: 255px; }
  .price-table td {
    color: #17a2b8;
    text-align: center;
    vertical-align: middle; }

.price__function {
  color: #17a2b8;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px; }

.price__function--description {
  color: #828f95;
  font-size: 14px;
  font-weight: 300; }

.price__function--no-service {
  background: #eee; }

.price__price {
  color: #17a2b8;
  font-weight: 500;
  wrod-wrap: normal;
  margin-bottom: 5px; }

.price__price-note {
  wrod-wrap: normal;
  color: #828f95;
  font-size: 15px; }

.compare-price {
  white-space: nowrap; }

.plan-price {
  min-width: 180px;
  font-weight: 600; }

.plan-note {
  font-size: 14px;
  opacity: 0.7; }

.total-price {
  text-align: right; }

.total-price__inner {
  width: 70%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.total-price__option {
  display: none; }

.start-service {
  width: 300px;
  background: #70c710;
  border-color: #70c710;
  padding: 15px 0; }

#input-agreement {
  position: relative;
  top: -2px; }

.preview-dm-type {
  text-align: center; }

.trial-banner {
  position: absolute;
  right: 60px;
  top: 430px;
  background: url(/asset/images/trial_star.svg) no-repeat;
  background-size: cover;
  width: 130px;
  height: 130px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: table; }
  .trial-banner span {
    vertical-align: middle;
    display: table-cell; }

.header-copy-text {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7);
  padding: 2px 10px 2px 2px; }

.main-copy-text {
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 0 0 0;
  line-height: 1.5 !important; }

.main-image {
  background: url('/asset/images/main_image.png') no-repeat center center;
  background-size: cover;
  padding-top: 80px; }

.static-top__heading {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 4px;
  color: #fff; }

.static-top__logo {
  width: 100%;
  max-width: 280px;
  margin-bottom: 60px; }
  .static-top__logo img {
    width: 100%; }

.recommend-shops li {
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 5px 3px; }

.top-campaign-text {
  font-size: 14px; }

.top-description__tempo-message {
  color: #000;
  padding: 30px 0 10px;
  background: rgba(255, 255, 255, 0.7); }

.text-black {
  color: #000; }

.top-description {
  font-size: 16px;
  line-height: 2;
  color: #fff; }
  .top-description p {
    font-weight: 300;
    font-size: 15px; }
  .top-description .top-description__attention {
    font-size: 24px;
    margin-bottom: 40px; }
  .top-description .top-features {
    font-weight: 500; }
  .top-description .feature-item {
    font-size: 26px;
    font-weight: 300;
    padding: 0 20px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    background: #000;
    border-radius: 30px; }

.static-top__btn-register {
  width: 300px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 300;
  background: #70c710;
  border-color: #70c710; }

.static-top__buttons {
  padding-bottom: 30px; }

.feature-list {
  color: #17a2b8;
  padding: 0; }
  .feature-list li {
    padding: 7px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .feature-list h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center; }
  .feature-list p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0; }

.feature-list__inner {
  background: #fff;
  border-radius: 8px;
  padding: 15px; }

.service-step-image {
  width: 100%;
  max-width: 420px;
  height: auto; }

.make-better {
  border-bottom: 1px dashed #17a2b8;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #465257;
  font-size: 16px;
  line-height: 1.7; }
  .make-better.row {
    margin-right: 0;
    margin-left: 0; }
  .make-better .col {
    padding: 0; }

.make-better__heading {
  color: #17a2b8;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0; }

.news-container {
  padding-left: 0;
  font-weight: 300; }
  .news-container h4 {
    font-size: 16px;
    font-weight: 600; }
  .news-container .news-date {
    line-height: 1;
    font-size: 16px; }

.invite-friend h4 {
  font-size: 20px;
  font-weight: 500; }

.invite-code-outer {
  background: #fff;
  border-radius: 8px; }

.invite-code {
  font-size: 150%;
  font-weight: 500; }

.price-sms {
  padding-top: 3px;
  font-size: 16px;
  font-weight: 400; }

.compare-dm {
  width: 100%; }

.service-outline {
  max-width: 663px;
  margin: 0 auto; }
  .service-outline img {
    width: 100%; }

.top-menu {
  padding: 0; }
  .top-menu li {
    list-style: none;
    text-align: center;
    color: #17a2b8;
    padding: 10px; }
  .top-menu a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 500px;
    border: 1px solid #17a2b8;
    border-radius: 8px;
    padding: 10px 0;
    color: #17a2b8; }
    .top-menu a:hover {
      background-color: #17a2b8;
      color: #fff;
      text-decoration: none; }
  .top-menu .top-menu__disabled {
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #ccc; }
    .top-menu .top-menu__disabled:hover {
      background-color: #ddd;
      color: #fff;
      text-decoration: none; }

.first-step {
  padding-top: 20px; }

.first-step__heading {
  font-size: 16px;
  font-weight: 400; }

.first-step__list {
  padding: 20px 20px 20px 40px;
  background: #f7f7f7; }
  .first-step__list li {
    font-size: 16px;
    margin-bottom: 16px; }
  .first-step__list .howto-invite {
    padding-left: 0; }
    .first-step__list .howto-invite li {
      font-size: 14px;
      margin-bottom: 12px;
      padding-left: 1em;
      text-indent: -1em; }

ul.first-step__list {
  padding-left: 20px; }
  ul.first-step__list li {
    list-style: none; }

.first-step__list__heading {
  font-weight: 400;
  cursor: pointer; }

.first-step__list__item {
  display: none; }

#qrcode {
  width: 120px; }

.exchange_current_point {
  font-size: 150%; }

.btn-use-allpoint {
  margin-left: 138px;
  color: #17a2b8; }

.btn-exchange-amount.disabled {
  color: #17a2b8; }
  .btn-exchange-amount:hover {
    color: #fff; }

.customer-search-input {
  width: 0;
  transition: all 0.3s;
  opacity: 0; }
  .customer-search-input.active {
    width: 340px;
    opacity: 1; }

.search tbody tr {
  display: none; }
  .search tbody tr.show {
    display: table-row; }

.col-customer-action {
  width: 280px; }

.customer-paging {
  text-align: center; }

.customer-name-td {
  white-space: nowrap; }

.customer-mail-td {
  max-width: 140px;
  overflow-wrap: break-word; }

.paging-item {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-bottom: 10px; }
  .paging-item a {
    padding: 5px;
    display: block;
    border: 1px solid #17a2b8;
    border-radius: 4px;
    color: #17a2b8; }
    .paging-item a.active {
      color: #fff;
      background: #17a2b8;
      border: 1px solid #17a2b8; }
    .paging-item a:hover {
      color: #fff;
      background: #17a2b8;
      border: 1px solid #17a2b8;
      text-decoration: none; }

.StripeElement, #invite-code {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.payment-form label {
  font-size: 14px;
  padding-top: 20px; }
  .payment-form ::placeholder {
    font-size: 14px;
    font-weight: 200;
    color: '#aab7c4'; }

.card-list-index {
  list-style: none;
  padding-left: 5px; }
  .card-list-index span.oi {
    font-size: 12px;
    padding-right: 5px; }

.card-text p {
  font-size: 15px; }
  .card-text img {
    width: 100%;
    max-width: 480px;
    text-align: center;
    margin-bottom: 20px; }
  .card-text li {
    margin-bottom: 10px; }

.setting-news .title {
  min-width: 260px; }
  .setting-news .image {
    max-width: 240px; }
    .setting-news .image img {
      width: 100%; }

.mypage-header {
  position: relative; }
  .mypage-header .shop-name {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600; }
  .mypage-header img {
    width: 100%; }

.mypage-section-heading {
  background: #17a2b8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  margin: 0; }

.mypage-sub-heading {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 300; }

.mypage-menu {
  font-size: 16px; }

.mypage-news {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mypage-news .news-date {
    font-size: 10px;
    font-weight: 600;
    color: #828f95; }
  .mypage-shop-info {
    font-size: 14px; }
  .mypage-shop-info .tel:before {
    content: '';
    background: url('/asset/images/icon_tel.svg');
    background-size: cover;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px; }
  .mypage-shop-info .business-hour {
    padding-left: 30px;
    text-indent: -30px; }
    .mypage-shop-info .business-hour:before {
      content: '';
      background: url('/asset/images/icon_time.svg');
      background-size: cover;
      width: 17px;
      height: 17px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 13px; }

.mypage-qrcode {
  display: inline-block; }

.shop-info {
  font-size: 14px; }

.show-home {
  cursor: pointer; }

.home-image {
  width: 32px; }

.eye-catch {
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px; }
  .eye-catch img {
    max-width: 100%; }

.entry-content {
  word-break: break-all; }
  .entry-content h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 16px; }
  .entry-content h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 16px; }
  .entry-content h3, .entry-content h4, .entry-content h5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .entry-content ul {
    padding-left: 30px; }
  .entry-content li {
    margin-bottom: 10px; }
  .entry-content p {
    font-size: 16px;
    margin-top: 10px; }
  .entry-content strong {
    font-weight: 600;
    color: #17a2b8; }

.delete-local-img, .delete-img {
  cursor: pointer; }
  .delete-local-img:hover, .delete-img:hover {
    opacity: 0.7; }

.booking-table ul {
  padding-left: 0; }
  .booking-table li {
    list-style: none; }

.booking {
  /* booking setting */ }
  .booking .end_date {
    border: 0;
    background: #eee; }

.shop-holiday {
  padding-left: 0;
  /* Calendar */ }
  .shop-holiday li {
    list-style: none; }
    .shop-holiday li input {
      position: relative;
      top: -2px;
      margin-right: 4px; }

.container.schedule-container {
  padding-top: 0 !important; }

#calendar {
  clear: both; }

.fc .fc-day-header {
  font-size: 16px; }

.fc .fc-resource-cell {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400; }
  .fc .fc-axis {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 600;
    background: #f7f7f7; }
  .fc .fc-content {
    color: #fff; }
  .fc .fc-day-header {
    font-weight: 300;
    padding: 5px 0; }
  .fc .fc-widget-header {
    background: #f7f7f7; }

.fc-center h2 {
  font-size: 20px; }

.btn-circle {
  padding: 10px;
  display: inline-block;
  border-radius: 20px;
  background: #17a2b8;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .btn-circle:hover {
    opacity: 0.7; }

.modal .form-group {
  margin-bottom: 0.5rem; }

#modal-message {
  background: #f7f7f7; }
  #modal-message span {
    padding: 8px;
    text-align: center; }

.shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .3); }

.fc button {
  background: #fff; }

.input-medium {
  width: 44%;
  max-width: 200px;
  display: inline-block; }

.input-small {
  width: 20%;
  max-width: 80px;
  display: inline-block; }

#add-booking-form .select-btn-list {
  padding-left: 15px; }

.message-news {
  margin: 0 auto; }

#upload-area {
  color: #fff;
  font-size: 18px;
  font-weight: ;
  text-align: center;
  width: 100%;
  border: 1px dashed ;
  margin-bottom: 20px; }

#upload-box {
  position: relative;
  background: #f7f7f7;
  height: 100px;
  width: 100%;
  padding: 40px; }
  #upload-box:hover {
    opacity: 0.7; }
  #upload-box.dragenter {
    background: #d8d8d8; }

.btn-file-upload {
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  cursor: pointer; }

.image-uploading {
  opacity: 0.3; }

.upload-area-text {
  color: #aaa; }

.customer-point-check-point {
  font-size: 24px; }

.shop-receipt-price {
  font-size: 20px; }

.shop-receipt-shop-name {
  font-size: 22px; }

.shop-receipt-shop-address {
  font-size: 14px; }

.shop-receipt-brickberg-name {
  font-size: 16px; }

.shop-receipt-brickberg-address {
  position: relative;
  font-size: 14px;
  z-index: 5; }

.shop-receipt-brickberg-stamp {
  width: 100px;
  position: absolute;
  right: 10px;
  bottom: 0; }

@media print {
  .footer, .btn-show-print-window {
    display: none; }

  .shop-receipt-heading {
    color: #000 !important; } }

@media (max-width: 992px) {
  .compare-price {
    white-space: normal; }

  .trial-banner {
    right: 90px;
    top: 145px; } }

@media (max-width: 767.98px) {
  .trial-banner {
    position: static;
    background: #f5a623;
    padding: 5px;
    width: 100%;
    height: auto; }
    .trial-banner br {
      display: none; }

  .display-number {
    font-size: 50px; }

  .top-description .top-features {
    text-align: center !important; }
    .top-description p {
      text-align: left !important; }
      .top-description p .feature-item {
        font-size: 18px;
        padding: 0px 12px;
        margin: 0 5px 10px; }

  .btn-sp-xless-padding {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important; }

  .hidden-fab {
    display: none; }

  .sp-container {
    padding-right: 10px;
    padding-left: 10px; }

  .price-table {
    /* Calendar */ }
    .price-table .price-th-function {
      width: auto; }

  .fc .fc-day-header {
    font-size: 12px; }

  .fc-center h2 {
    padding-top: 20px; }

  .fc-title {
    font-size: 10px; }

  .event-services {
    font-size: 10px;
    margin: 2px 1px 0;
    padding: 1px;
    transform: scale(0.9); }

  .modal-body label {
    font-size: 12px; }
    .modal-body input, .modal-body select, .modal-body option, .modal-body .select2-dropdown {
      font-size: 16px; }
    .modal-body .form-group-services {
      padding-left: 0 !important; }
    .modal-body .col-12 {
      padding-left: 15px; } }

@media (min-width: 575.98px) {
  .hidden-pc {
    display: none; }

  .modal-dialog {
    max-width: 650px; } }

@media (max-width: 575.98px) {
  .row {
    margin-right: 0;
    margin-left: 0; }

  .col-12 {
    padding: 0; }

  .hidden-sp {
    display: none; }

  .navbar-brand-external {
    padding: 0; }
    .navbar-brand-external img {
      height: 50px; }
    .navbar-brand-external .tempo-logo-with-shop-logo {
      height: 30px; }

  .display-number {
    font-size: 30px;
    font-weight: 500;
    line-height: 1; }

  .static-top__heading {
    font-size: 17px;
    margin-top: 0;
    letter-spacing: 3px;
    font-weight: 600; }

  .static-top__logo {
    max-width: 280px; }

  .top-menu {
    padding: 5px; }
    .top-menu li {
      padding: 5px; }
    .top-menu a {
      font-size: 14px;
      font-weight: 600; }

  .btn-point-input {
    font-size: 30px;
    padding: 10px 0; }
    .btn-point-input.submit {
      line-height: 40px;
      font-size: 22px;
      padding-top: 20px; }
    .btn-point-input.del {
      font-size: 24px;
      padding-top: 20px; } }

