@charset "utf-8";

/***************************************************************************
*
* TRIPLA STYLE
*
***************************************************************************/

.barWrap{
	width: 100%;
	background: #eee;
	padding: 50px 0;
	text-align: center;
}

.barWrap .barTitle{
	width: 100%;
}

.barWrap .barTitle .titleJp{
	font-size: 120%;
}
.barWrap .barTitle .titleEn{
	font-size: 80%;
}

.barWrap #search-bar-container{
	width: 100%;
	
}

.barWrap #search-bar-container #tripla-searching-app{
	width: 85%;
	margin: 0 auto;
}

form.search-widget-search-container-bf1818{
	/* border: 1px solid orange; */
	box-shadow: none;
	background: transparent;
	width: 100%;
	margin: 20px auto 0;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: flex-end;
	max-width:800px;
}

/*チェックインから部屋数*/
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf{
	width: 83%;
	/* border: 1px solid red; */
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	margin-bottom: 10px;
}

/*チェックイン日付のみ*/
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735:first-of-type .{
	width: 42%;
	/* border: 1px solid white; */
}
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735:first-of-type .input-container-input-container-da40af{
	width: 100%;
}

/*人数のみ*/
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735:nth-of-type(2){
	width: 42%;
	/* border: 1px solid wheat; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap:5px;
	align-items:flex-end;
}
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735:nth-of-type(2) .input-container-input-container-da40af{
	width: 47%;
	margin: 0;
}
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735:nth-of-type(2) .input-container-input-container-da40af input{
	width: 100%;
	min-width: auto;
	height: 42px;
}

form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-select-75fb48{
	width: 100%;
}


/*チェックイン,部屋人数*/
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735{
}

/*部屋数*/
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf>.input-container-input-container-da40af{
	width: 15%;
	/* border: 1px solid green; */
}

/*検索ボタン*/
form.search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715{
	width: 15%;
	/* border: 1px solid yellow; */
	margin-bottom: 10px;
}
form.search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715 .button-btn-f51c1a{
	width: 100%;
	margin: 0 0 1px 0;
	padding: 8px 15px;
}

/*日付未定*/
form.search-widget-search-container-bf1818 .search-widget-day-use-wrapper-fc1ff9{
	/* border: 1px solid purple; */
	width:100%;
	text-align: left;
	font-family: 'Shippori Mincho', serif;
}

/*ラベル文字*/
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .input-container-title-db81ec{
	font-family: 'Shippori Mincho', serif;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
}

/*余白消し*/
form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .input-container-input-container-da40af{
	margin: 0;
}

/*予約オプション*/
.barWrap .barOptions{
	width: 70%;
	margin: 0 auto 25px;
}
.barWrap .barOptions ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	gap: 10px;
}
.barWrap .barOptions ul li{
	display: block;
	list-style: none;
	text-align: center;
	font-size: 85%;
}
.barWrap .barOptions ul li:first-of-type{
	width: 30%;
	text-align: right;
}
.barWrap .barOptions ul li:nth-of-type(2){
	width: 22%;
}
.barWrap .barOptions ul li:last-of-type{
	width: 43%;
	text-align: left;
}
.barWrap .barOptions ul li:after{
	content: ">";
	padding-left: 5px;
}
.barWrap .barOptions ul li a{
	cursor: pointer;
}

/*お知らせ*/
.barWrap .atentionBox{
	width: 100%;
}
.barWrap .atentionBox .atentionBoxInner{
	width: 70%;
	margin: 0 auto;
	padding: 25px 10px;
	text-align: center;
	border: 1px solid rgb(59, 58, 58);
	max-width: 800px;
}
.barWrap .atentionBox .atentionBoxInner>span{
	font-size: 115%;
	padding: 8px 0 12px;
}
.barWrap .atentionBox .atentionBoxInner .atentionBoxText{
	padding: 10px;
	line-height: 2;
}
.barWrap .atentionBox .atentionBoxInner .atentionBoxText a{
	font-size: 90%;
	border-bottom: 1px solid rgb(59, 58, 58);
}
.barWrap .atentionBox .atentionBoxInner .atentionBoxText a:after{
	content: ">";
	padding-left: 5px;
}


@media only screen and (max-width: 992px) {
	form.search-widget-search-container-bf1818{
		width: 100% !important;
	}
}

@media screen and (max-width: 992px) and (min-width: 769px){
  /*部屋数*/
  form.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf>.input-container-input-container-da40af{
	  width: 15%;
	  
  }
}

/*ONLY PC*/
@media( min-width: 769px ){
  
}

/*SP STYLE*/
@media (max-width: 768px) {
  .barWrap{
	display: none;
  }

}

/* チャットbotアイコン SPサイズ縮小 */
@media (max-width: 768px) {
  .triplabot-icon-circle {
	width: 65px !important;
	height: 65px !important;
  }
  .triplabot-icon-circle img,
  .triplabot-icon-circle svg {
	width: 65px !important;
	height: 61px !important;
  }
}

/* SP お知らせ */
.sp .atentionBox {
  background-color: #eeeeee;
  padding: 30px 20px;
  text-align: center;
}
.sp .atentionBoxInner {
  max-width: 900px;
  margin: 0 auto;
  padding: 25px;
  border: 1px solid rgb(59, 58, 58);
  text-align: center;
}
.sp .atentionBoxInner > span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}
.sp .atentionBoxText {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.sp .atentionBoxText a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}