@charset "UTF-8";
.megaMenu form input, .topReservation form input,
.megaMenu form select,
.topReservation form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font: 300 16px 'aktiv-grotesk', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  /* @include media(590) {
    height: 35px;
  } */
}
.megaMenu form input::-ms-expand, .topReservation form input::-ms-expand,
.megaMenu form select::-ms-expand,
.topReservation form select::-ms-expand {
  display: none !important;
}
.megaMenu form select, .topReservation form select {
  padding: 0 2.4em;
}
@media (max-width: 1024px) {
  .megaMenu form select, .topReservation form select {
    padding: 0 1em;
  }
}
.megaMenu form label, .topReservation form label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.topReservation {
  background-color: #c0991f;
  margin-bottom: 65px;
}
@media (max-width: 1230px) {
  .topReservation {
    display: none !important;
  }
}
.topReservation .inr {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1640px;
  height: 95px;
  margin: 0 auto;
  padding: 0 30px 25px 30px;
}
.topReservation .tab {
  display: flex;
  margin-right: 15px;
}
.topReservation .tab-btn {
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 100px;
  height: 40px;
  line-height: 40px;
}
.topReservation .tab-btn.-active {
  color: #c0991f;
  background-color: #fff;
}
.topReservation .tab-contents:nth-of-type(2) {
  display: none;
}
.topReservation form input,
.topReservation form select {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.topReservation form input option,
.topReservation form select option {
  color: #000;
}
.topReservation form input[type=submit] {
  background-color: #fff;
  color: #c0991f;
  width: 200px;
}
.topReservation form label {
  margin-bottom: 5px;
}
.topReservation .stay-form {
  display: flex;
}
.topReservation .stay-form .sf-wrap-submit {
  display: flex;
  align-items: flex-end;
}
.topReservation .stay-form .stay-form-item {
  margin-right: 15px;
}
.topReservation .stay-form .stay-form-item:last-child {
  margin-right: 0;
}
.topReservation .tc-content {
  display: flex;
}
.topReservation .tc-content .tc-wrap-book {
  display: flex;
  align-items: flex-end;
}
.topReservation .tc-content > div {
  margin-right: 15px;
}
.topReservation .tc-content > div:last-child {
  margin-right: 0;
}

.megaMenu .tab {
  display: flex !important;
  margin-bottom: 0 !important;
}
.megaMenu .tab-btn {
  margin-right: 0 !important;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #7d7f81;
  color: #fff;
}
.megaMenu .tab-btn.-active {
  color: #7d7f81;
  background-color: #fff;
}
@media (max-width: 960px) {
  .megaMenu .tab-btn {
    width: 50%;
    /* height: 35px;
    line-height: 35px; */
  }
}
.megaMenu .tab-contents {
  padding: 40px;
  background-color: #fff;
  color: #333;
}
@media (max-width: 1024px) {
  .megaMenu .tab-contents {
    padding: 20px;
  }
}
@media (max-width: 590px) {
  .megaMenu .tab-contents {
    padding: 20px 10px;
  }
}
.megaMenu .tab-contents h2 {
  color: #041932;
}
.megaMenu .tab-contents h2 span {
  color: #7d7f81;
  font-size: 70%;
}
@media (max-width: 590px) {
  .megaMenu .tab-contents h2 {
    font-size: 90% !important;
    display: none;
  }
}
.megaMenu .tab-contents .jrhotel-m {
  display: flex;
  margin-top: 20px;
}
.megaMenu .tab-contents .jrhotel-m span {
  display: flex;
  align-items: center;
  font-size: 80%;
  margin-right: 2em;
}
.megaMenu .tab-contents .jrhotel-m span a {
  text-decoration: none;
}
.megaMenu .tab-contents .jrhotel-m span:last-child {
  margin-right: 0;
}
.megaMenu .tab-contents .jrhotel-m span::before {
  content: "";
  display: inline-block;
  margin-right: 0.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #c0991f;
}
.megaMenu .tab-contents .reservation-info {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.megaMenu .tab-contents .reservation-info > div:last-child {
  margin-left: 4em;
}
@media (max-width: 1024px) {
  .megaMenu .tab-contents .reservation-info {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 80%;
  }
}
@media (max-width: 590px) {
  .megaMenu .tab-contents .reservation-info {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    flex-direction: column;
  }
  .megaMenu .tab-contents .reservation-info > div:last-child {
    margin-top: 10px;
    margin-left: auto;
  }
}
.megaMenu .tab-contents .reservation-info h3,
.megaMenu .tab-contents .reservation-info h4 {
  font-weight: normal;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 590px) {
  .megaMenu .tab-contents .reservation-info h3,
.megaMenu .tab-contents .reservation-info h4 {
    margin-bottom: 5px;
  }
}
.megaMenu .tab-contents .reservation-info h4 {
  font-weight: bold;
}
.megaMenu .tab-contents .reservation-info address {
  font-style: normal;
}
.megaMenu .tab-contents .reservation-info a {
  text-decoration: none;
}
.megaMenu .tab-contents .reservation-info-link {
  display: flex;
  white-space: nowrap;
}
.megaMenu .tab-contents .reservation-info-link .tel {
  margin-right: 2em;
}
.megaMenu .tab-contents .reservation-info-link .tel a {
  font-size: 120%;
}
.megaMenu .tab-contents .reservation-info-link .mail {
  display: flex;
  align-items: center;
}
.megaMenu .tab-contents .reservation-info-link .mail::before {
  content: "";
  display: inline-block;
  margin-right: 0.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #c0991f;
}
.megaMenu form input,
.megaMenu form select {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
.megaMenu form input[type=submit] {
  background-color: #c0991f;
  color: #fff;
  width: 180px;
}
@media (max-width: 1024px) {
  .megaMenu form input[type=submit] {
    width: 90px;
  }
}
.megaMenu form label {
  margin-bottom: 5px;
}
.megaMenu .calendar-stay,
.megaMenu .calendar-restaurant {
  margin-bottom: 40px;
}
@media (max-width: 590px) {
  .megaMenu .calendar-stay,
.megaMenu .calendar-restaurant {
    margin-bottom: 15px;
  }
  .megaMenu .calendar-stay > .flatpickr-calendar,
.megaMenu .calendar-restaurant > .flatpickr-calendar {
    margin: 0 auto 15px auto;
  }
}
@media (max-width: 590px) {
  .megaMenu .calendar-restaurant .flatpickr-calendar.arrowTop::before, .megaMenu .calendar-restaurant .flatpickr-calendar.arrowTop::after {
    display: none;
  }
}
.megaMenu .stay-form {
  display: flex;
}
@media (max-width: 590px) {
  .megaMenu .stay-form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.megaMenu .stay-form .sf-wrap-submit {
  display: flex;
  align-items: flex-end;
}
.megaMenu .stay-form .stay-form-item {
  margin-right: 15px;
}
@media (max-width: 590px) {
  .megaMenu .stay-form .stay-form-item {
    margin-right: 10px;
    margin-top: 10px;
  }
}
.megaMenu .stay-form .stay-form-item:last-child {
  margin-right: 0;
}
@media (max-width: 960px) {
  .megaMenu .stay-form .stay-checkin,
.megaMenu .stay-form .stay-checkout {
    width: 9em;
  }
}
.megaMenu .tc-content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 590px) {
  .megaMenu .tc-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 960px) {
  .megaMenu .tc-content .tc-wrap-input > input {
    width: 9em;
  }
}
.megaMenu .tc-content .tc-wrap-book {
  display: flex;
  align-items: flex-end;
}
.megaMenu .tc-content > div {
  margin-right: 15px;
}
@media (max-width: 590px) {
  .megaMenu .tc-content > div {
    margin-right: 10px;
  }
  .megaMenu .tc-content > div:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.megaMenu .tc-content > div:last-child {
  margin-right: 0;
}
.megaMenu .tc-content select {
  padding: 0 2em;
}
@media (max-width: 960px) {
  .megaMenu .tc-content select {
    padding: 0 1em;
  }
}
@media (max-width: 590px) {
  .megaMenu .tc-content select[name=shop_id] {
    width: 16em;
  }
}
@media (max-width: 590px) {
  .megaMenu .tc-content .tc-date {
    display: none;
  }
}

.litepicker .container__months .month-item-header div {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.litepicker .container__months .month-item-header div > .month-item-year {
  font-weight: normal !important;
}
.litepicker .container__months .month-item-header div > .month-item-year::after {
  content: "年";
}
.litepicker .container__months .month-item-header div > .month-item-name {
  font-weight: normal !important;
}
.litepicker .container__months .month-item-header .button-next-month,
.litepicker .container__months .month-item-header .button-previous-month {
  cursor: pointer;
}
.litepicker .container__months .month-item-header .button-next-month:hover,
.litepicker .container__months .month-item-header .button-previous-month:hover {
  color: #c0991f !important;
}
.litepicker .container__months .month-item-header .button-next-month:hover > svg,
.litepicker .container__months .month-item-header .button-previous-month:hover > svg {
  fill: #c0991f !important;
}
.litepicker .container__months .month-item-weekdays-row > div {
  padding: 8px 0;
}
.litepicker .container__days > div,
.litepicker .container__days a {
  padding: 8px 0;
}
.litepicker .container__days .day-item {
  cursor: pointer;
  transition: none;
  border-radius: 50px;
}
.litepicker .container__days .day-item:hover {
  color: initial;
  box-shadow: none;
}
.litepicker .container__days .day-item.is-start-date {
  color: #fff !important;
  background-color: #c0991f !important;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.litepicker .container__days .day-item.is-start-date.is-flipped {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.litepicker .container__days .day-item.is-start-date:hover {
  color: #fff;
  box-shadow: none;
}
.litepicker .container__days .day-item.is-end-date {
  color: #fff !important;
  background-color: #c0991f !important;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.litepicker .container__days .day-item.is-end-date.is-flipped {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.litepicker .container__days .day-item.is-end-date:hover {
  color: #fff;
  box-shadow: none;
}
.litepicker .container__days .day-item.is-start-date.is-end-date {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.litepicker .container__days .day-item.is-in-range {
  background-color: #ead9a8 !important;
}
.litepicker .container__days .day-item.sunday, .litepicker .container__days .day-item.holiday {
  color: #ea5550;
}
.litepicker .container__days .day-item.saturday {
  color: #0075c2;
}
.litepicker .container__tooltip {
  color: #000;
}

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