@charset "utf-8";
/* CSS Document */


#tc-widget {
	font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	margin:0 !important;
}
#tc-widget input, #tc-widget select {
	font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:100% !important;
}
#tc-widget .tc-header {
  display: none;
}
#tc-widget .tc-wrap-book input[type="submit"] {
	background-color: #A0082C !important;
	color: #fff;
	font-weight:normal !important;
	border: 0 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	font-size:120% !important;
	padding:5px 30px !important;
	box-shadow:none !important;
	line-height:1em !important;
}

.pika-single {
	z-index:99999999 !important;
}

/*#reserv.reserv_fix #tc-widget input, #rest #reserv.reserv_fix #tc-widget select {
	display:block !important;
	clear:both !important;
}*/





@media(max-width:1024px) and (min-width: 768px) {
#reserv.reserv_fix select {
    width: 118px !important;
    padding: 3px;
    *width: 124px !important;
    *margin-top: 3px;
    line-height: 24px;
	}
#reserv.reserv_fix input[type='text'] {
    width: 118px !important;
    padding: 4px 6px;
    *width: 110px !important;
    *height: 18px;
	}
	
  #tc-widget select {
    width: 64px !important;
    padding: 3px;
    *width: 70px !important;
    *margin-top: 3px;
    line-height: 24px;
	margin-right:-10px !important;
	}
  #tc-widget input[type='text'] {
    width: 70px !important;
    padding: 4px 6px;
    *width: 64px !important;
    *height: 18px;
	margin-right:-10px !important;
	}
}


/************************************************
	reserveForm(restaurant)（英語サイト）
************************************************ */
#restaurantReserveForm .container {
  display: flex;
  flex-direction: column;
}

#restaurantReserveForm #tc-widget {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 0;
  font-family: inherit;
}

#restaurantReserveForm #tc-widget .tc-header {
  display: none;
}

#restaurantReserveForm #tc-widget .tc-body {
  background: transparent;
  height: auto;
  padding: 0;
  border: 0;
}

#restaurantReserveForm #tc-widget .tc-body form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#restaurantReserveForm #tc-widget .tc-content {
  display: flex;
}

#restaurantReserveForm #tc-widget .tc-content .tc-date {
  display: block;
  order: 1;
  margin: 0 10px 0 0;
}

#restaurantReserveForm #tc-widget .tc-content .tc-date:before {
  content: "ご利用日時";
  margin-right: 6px;
}

#restaurantReserveForm #tc-widget .tc-content .tc-date input {
  width: 145px;
  background: #fff url(../images/ico_carender02.png) no-repeat right 5px center;
}

#restaurantReserveForm #tc-widget .tc-content .tc-time {
  display: block;
  order: 2;
  margin: 0 20px 0 0;
}

#restaurantReserveForm #tc-widget .tc-content .tc-time select {
  width: 80px;
}

#restaurantReserveForm #tc-widget .tc-content .tc-ppl {
  display: block;
  order: 3;
  margin: 0 20px 0 0;
}

#restaurantReserveForm #tc-widget .tc-content .tc-ppl::before {
  content: "ご利用人数";
  margin-right: 6px;
}

#restaurantReserveForm #tc-widget .tc-content .tc-ppl::after {
  content: "様";
  margin-left: 6px;
}

#restaurantReserveForm #tc-widget .tc-content .tc-ppl select {
  width: 80px;
}

#restaurantReserveForm #tc-widget .tc-content .tc-shop {
  display: block;
  order: 4;
  margin: 0;
}

#restaurantReserveForm #tc-widget .tc-content .tc-shop::before {
  content: "ご利用店舗";
  margin-right: 6px;
}

#restaurantReserveForm #tc-widget .tc-content .tc-shop select {
  width: 200px;
}

#restaurantReserveForm #tc-widget .tc-content .tc-date::before,
#restaurantReserveForm #tc-widget .tc-content .tc-time::before,
#restaurantReserveForm #tc-widget .tc-content .tc-ppl::before,
#restaurantReserveForm #tc-widget .tc-content .tc-shop::before {
  display: inline-block;
}

#restaurantReserveForm #tc-widget .tc-content .tc-icon {
  display: none;
}

#restaurantReserveForm #tc-widget .tc-content .tc-wrap-input {
  padding: 0;
  vertical-align: top;
}

#restaurantReserveForm #tc-widget .tc-wrap-book {
  display: block;
  margin: 0;
  text-align: right;
}

#restaurantReserveForm #tc-widget .tc-wrap-book input[type="submit"] {
  width: 215px;
  height: 38px;
  border: none;
  border-radius: 7px;
  background: url(../images/ico_search.png) no-repeat 48px 12px, -moz-linear-gradient(90deg, #d1b6a1 50%, #bfa494 50%);
  background: url(../images/ico_search.png) no-repeat 48px 12px, -webkit-linear-gradient(90deg, #d1b6a1 50%, #bfa494 50%);
  background: url(../images/ico_search.png) no-repeat 48px 12px, -ms-linear-gradient(90deg, #d1b6a1 50%, #bfa494 50%);
  font-family: inherit;
  font-size: 1.286rem;
  font-weight: bold;
  text-indent: 20px;
  letter-spacing: 4px;
  text-shadow: none;
  cursor: pointer;
}

#restaurantReserveForm #tc-widget input, #restaurantReserveForm #tc-widget select {
  float: none;
  height: 30px;
  margin: -3px 0 0;
  padding: 0 10px 0;
  border: 1px solid #9d9d9d;
  outline: 0;
  border-radius: 0px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 1.143rem;
  color: #000;
  line-height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@-moz-document url-prefix() {
  #restaurantReserveForm #tc-widget select {
    padding: 0 22px 0 6px;
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
  }
}

#restaurantReserveForm #tc-widget input:focus,
#restaurantReserveForm #tc-widget select:focus {
  box-shadow: none;
}

#restaurantReserveForm #tc-widget select {
  padding-right: 22px;
  background: #fff url(../images/ico_select_arrow.png) no-repeat right 5px center;
}

#restaurantReserveForm #tc-widget input[type="text"] {
  line-height: 28px !important;
}

#restaurantReserveForm #tc-widget select::-ms-expand {
  display: none;
}

#restaurantReserveForm #tc-widget input[type="submit"]:hover {
  opacity: 0.8;
}

@media all and (-ms-high-contrast: none) {
  #restaurantReserveForm #tc-widget .tc-wrap-book input[type="submit"] {
    padding-top: 8px;
  }
}

#restaurantReserveForm.fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  width: auto;
  font-size: 0.929rem;
  font-weight: bold;
}

#restaurantReserveForm.fixed.hover {
  transition: opacity 0.5s;
  opacity: 1 !important;
}

#restaurantReserveForm.fixed .container {
  display: flex;
  flex-direction: column;
}

#restaurantReserveForm.fixed #tc-widget {
  padding: 20px 20px 30px;
}

#restaurantReserveForm.fixed #tc-widget .tc-body form {
  flex-direction: column;
}

#restaurantReserveForm.fixed #tc-widget .tc-content {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  width: 215px;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-date {
  width: 132px;
  margin: 0 0 0 0;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-date input {
  width: 100%;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-time {
  width: 83px;
  margin: 0;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-time .tc-wrap-input {
  width: 100%;
  padding-left: 5px;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-time select {
  width: 100%;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-ppl {
  width: 215px;
  margin: 10px 0 10px;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-ppl select {
  width: 80px;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-shop {
  width: 215px;
  margin: 0 0 20px;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-shop select {
  width: 100%;
}

#restaurantReserveForm.fixed #tc-widget .tc-content .tc-date::before,
#restaurantReserveForm.fixed #tc-widget .tc-content .tc-time::before,
#restaurantReserveForm.fixed #tc-widget .tc-content .tc-ppl::before,
#restaurantReserveForm.fixed #tc-widget .tc-content .tc-shop::before {
  display: block;
  margin-bottom: 5px;
}

#restaurantReserveForm.fixed #tc-widget input, #restaurantReserveForm.fixed #tc-widget select {
  height: 26px;
  padding: 0 5px 0;
  font-size: 0.929rem;
  line-height: 24px;
}

#restaurantReserveForm.fixed #tc-widget select {
  padding-right: 24px;
}

#restaurantReserveForm.fixed #tc-widget input[type="text"] {
  line-height: 24px !important;
}

@-moz-document url-prefix() {
  #restaurantReserveForm.fixed #tc-widget select {
    padding: 0 22px 0 2px;
  }
}

#restaurantReserveForm.fixed #tc-widget .tc-wrap-book {
  width: 215px;
}

#restaurantReserveForm.fixed #tc-widget .tc-wrap-book input[type="submit"] {
  width: 100%;
  height: 30px;
  background: url(../images/ico_search.png) no-repeat 48px 8px, -moz-linear-gradient(90deg, #d1b6a1 50%, #bfa494 50%);
  background: url(../images/ico_search.png) no-repeat 48px 8px, -webkit-linear-gradient(90deg, #d1b6a1 50%, #bfa494 50%);
  background: url(../images/ico_search.png) no-repeat 48px 8px, -ms-linear-gradient(90deg, #d1b6a1 50%, #bfa494 50%);
  font-family: inherit;
  font-size: 1.286rem;
}

@media all and (-ms-high-contrast: none) {
  #restaurantReserveForm.fixed #tc-widget .tc-wrap-book input[type="submit"] {
    padding-top: 8px;
  }
}

.formFloted .pika-single {
  position: fixed !important;
  top: 46px !important;
  right: 20px !important;
  left: auto !important;
}
