@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.page-form-error footer#global_footer {
  margin-top: 6.25rem;
}
@media (max-width: calc(834px - 0.02px)) {
  .page-form-error footer#global_footer {
    margin-top: 5rem;
  }
}

.page-form-confirm footer#global_footer {
  margin-top: 6.25rem;
}
@media (max-width: calc(834px - 0.02px)) {
  .page-form-confirm footer#global_footer {
    margin-top: 5rem;
  }
}

/*===========================PC====================================== */
/* 予約ボタン（スマホのみ表示） */
#openTriplaBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 16px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
  z-index: 9999;
}

/* 閉じるボタン */
#closeTriplaBtn {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 14px;
  z-index: 10001;
}

/* Triplaウィジェットを覆う背景 */
#triplaOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 10000;
}

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){






}
/*===========================sp END====================================== */