@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
#tripla-searching-app [class*="search-widget-input"],
#tripla-searching-app [class*="flatpickr-input"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1.5px 6px 3.5px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(0.8rem, calc(1.25vw + 0.1rem), 1rem);
  line-height: 16px;
  width: 100%;
  margin: 0 auto;
}
#tripla-searching-app [class*="search-widget-wrapper"] {
  display: none;
  position: fixed!important;
  top: 75px!important;
  left: 0!important;
  right: 0!important;
box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1)!important;
}

#tripla-searching-app [class*="search-widget-search-container"] {
  width:100%!important;
  display: flex!important;
  justify-content: center;
  position: absolute;
  top: 0px!important;
  left: 0!important;
  right: 0!important;
  border-radius: 0!important;
  padding: 0px 10%;
  background: #eee!important;
}
#tripla-searching-app [class*="search-widget-input-wrapper"] {
  display: flex!important;
  gap:5%;
  justify-content: center;
}

#tripla-searching-app [class*="input-container-input-container"] {
  display: flex!important;
  gap:5%;
  margin:5px 10px 0px 0;
}

/* 日付入力 */
#tripla-searching-app [class*="search-widget-calendar"],
#tripla-searching-app [class*="flatpickr-input"] {
  padding: 0 35px 1px 5px;
  background-image: none;
  height: 40px;
  max-width: 300px;
}

/* ご利用人数などのセレクト系 */
#tripla-searching-app [class*="input-container-slot"] select,
#tripla-searching-app [class*="input-container-slot"] input:not([class*="calendar"]):not([class*="flatpickr"]) {
  background-image: url("../images/common/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 31px 9px;
  background-size: 12.17px 6px;
}

/* 検索ボタン */
#tripla-searching-app [class*="button-btn"] {
  line-height: 1.4375;
  padding: 3px 10px 2px;
  min-width: 110px;
  display: block;
  margin-right: 11px;
  font-size: clamp(0.8rem, calc(1.25vw + 0.1rem), 1rem);
  cursor: pointer;
}

/* ラベル（チェックイン日など） */
#tripla-searching-app [class*="input-container-title"] {
  font-size: clamp(0.8rem, calc(1.25vw + 0.1rem), 1rem);
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
  align-self: center;
}

@media screen and (max-width: 992px) and (min-width: 769px){
  #tripla-searching-app [class*="input-container-input-container"]{
    width: auto;
    flex-wrap: wrap;
  }
  #tripla-searching-app [class*="search-widget-button-wrapper"]{
    align-self: end;
  }
  #tripla-searching-app [class*="search-widget-input-wrapper"]{
    gap:0;
  }
}
/*ONLY PC*/
@media( min-width: 769px ){
  
}

/*SP STYLE*/
@media (max-width: 768px) {
  #tripla-searching-app{
    display: none;
  }

}