.side-header {
  z-index: 999; }

.searchPanelFrame_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 110px;
  height: 110px;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: #711827;
  position: fixed;
  z-index: 110;
  bottom: 60px;
  right: 0;
  font-family: inherit;
  font-size: 16px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .searchPanelFrame_button {
      width: 80px;
      height: 80px;
      bottom: 40px;
      font-size: 14px;
      padding-top: 2px; } }
  .searchPanelFrame_button::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(./icon_search.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .searchPanelFrame_button::before {
        width: 22px;
        height: 22px;
        margin-bottom: 8px; } }

.searchPanelFrame_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  background-color: #fff;
  position: fixed;
  z-index: 105;
  bottom: 60px;
  right: 109px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }
  @media screen and (max-width: 894px) {
    .searchPanelFrame_panel {
      display: none !important; } }
  .searchPanelFrame_panel-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.searchPanelFrame .directin-sp-form {
  padding: 10px 30px; }
  .searchPanelFrame .directin-sp-form > div {
    margin: 0 0 0 8px; }
    .searchPanelFrame .directin-sp-form > div:first-child {
      margin-left: 0; }
  .searchPanelFrame .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
    display: block;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 8px; }
  .searchPanelFrame .directin-sp-form .directin-sp-form-submit-button button {
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    background-color: #711827;
    border-radius: 0; }
  .searchPanelFrame .directin-sp-form .directin-sp-form-input {
    padding: 0 5px 0 0; }
  .searchPanelFrame .directin-sp-form .directin-sp-form-input label input[type="text"], .searchPanelFrame .directin-sp-form .directin-sp-form-input label select {
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .searchPanelFrame .directin-sp-form .directin-sp-form-input label input[type="text"] {
    width: auto;
    min-width: 310px;
    height: 38px;
    letter-spacing: 0.01em;
    padding: 1px 0 0 45px;
    background-size: 18px auto;
    background-position: left 14px top 9px; }
  .searchPanelFrame .directin-sp-form .directin-sp-form-input label select {
    height: 38px;
    padding: 2px 35px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(./icon_select.svg);
    background-size: 14px auto;
    background-position: right 10px top 12px;
    background-repeat: no-repeat; }
  .searchPanelFrame .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-nodate-checkbox {
    margin: 0;
    padding: 0 5px 8px 0;
    font-size: 16px; }
  .searchPanelFrame .directin-sp-form .directin-sp-form-input label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-1.5px);
    -ms-transform: translateY(-1.5px);
    transform: translateY(-1.5px); }
  .searchPanelFrame .directin-sp-form .directin-sp-form-guest-room-separator {
    display: none; }

/*# sourceMappingURL=searchpanel.css.map */