@charset "UTF-8";

.Btn_wrap {
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .Btn_wrap {
    margin-left: auto;
  }
}

.pageTopHeader .logo svg {
  fill: #a28137;
}

@media (max-width: 1024px) {
  .pageTopHeader .logo svg {
    fill: #fff;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----calenDar----*/
.book.is_show .flatpickr-calendar {
  display: block !important;
  opacity: 1;
  height: auto;
}

.calendar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  width: 100%;
  padding: 20px 0 40px;
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .calendar {
    overflow: hidden;
    width: auto;
    padding: 20px 20px 40px;
    margin: 10px -5.4% 0;
  }
}

.calendar .flatpickr-input {
  display: none;
}

.calendar .flatpickr-calendar {
  display: none !important;
  opacity: 0;
  height: 0;
  background: none !important;
  width: 90% !important;
  border: none;
  background: none !important;
  height: auto !important;
  box-shadow: none !important;
}

.calendar::before {
  content: "";
  display: block;
  position: absolute;
  top: 110px;
  left: 0;
  background: #CACACA;
  width: 100%;
  height: 1px;
}

.flatpickr-current-month {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 14px;
  font-weight: 600 !important;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  display: none;
}

.flatpickr-search {
  display: none;
}

.flatpickr-calendar {
  margin: 0;
  box-shadow: none;
}

.flatpickr-months .flatpickr-month {
  margin-bottom: 1em;
  height: 35px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 50px !important;
  bottom: 0;
  height: 40px;
  width: 40px;
  margin: auto;
  cursor: pointer;
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 767px) {

  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    top: 70px;
    width: 40px;
    height: 40px;
  }
}

.flatpickr-months .flatpickr-prev-month.ui-state-disabled,
.flatpickr-months .flatpickr-next-month.ui-state-disabled {
  opacity: 0.35;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  border: none;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #AB8D4B !important;
  width: 20px !important;
  height: 20px !important;
  stroke-width: 0.2px;
}

.flatpickr-months .flatpickr-prev-month {
  left: -40px !important;
}

@media (max-width: 767px) {
  .flatpickr-months .flatpickr-prev-month {
    left: -35px !important;
  }
}

.flatpickr-months .flatpickr-next-month {
  right: -40px !important;
}

@media (max-width: 767px) {
  .flatpickr-months .flatpickr-next-month {
    right: -35px !important;
  }
}

.flatpickr-rContainer,
.flatpickr-days {
  width: 100% !important;
}

.flatpickr-weekdays {
  height: auto !important;
  margin-bottom: 1em;
}

.dayContainer,
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  padding: 0;
  max-width: 100% !important;
  min-width: auto !important;
  width: 100% !important;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  text-transform: capitalize;
}

.flatpickr-weekdaycontainer {
  width: 100% !important;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

  .dayContainer,
  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    min-width: 100% !important;
    width: 100% !important;
  }
}

.flatpickr-weekdays .flatpickr-weekdaycontainer+.flatpickr-weekdaycontainer {
  margin-left: 17px;
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .flatpickr-weekdays .flatpickr-weekdaycontainer+.flatpickr-weekdaycontainer {
    margin-left: 0;
    padding-left: 0;
  }
}

.dayContainer+.dayContainer {
  box-shadow: none !important;
  margin-left: 15px;
  padding-left: 15px;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .dayContainer+.dayContainer {
    margin-left: 0;
    padding-left: 0;
    width: 100% !important;
  }
}

span.flatpickr-weekday {
  color: #000 !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  span.flatpickr-weekday {
    font-size: 1.3rem !important;
  }
}

span.flatpickr-weekday:nth-child(7n) {
  color: #29A9E0 !important;
}

span.flatpickr-weekday:nth-child(7n+1) {
  color: #FF0000 !important;
}

.flatpickr-day {
  position: relative;
  z-index: 1 !important;
  margin: 0;
  max-width: 14.2857142857% !important;
  width: 14.2857142857% !important;
  height: 50px !important;
  line-height: 42px !important;
  border-radius: 5px;
  padding: 4px 0;
  color: #000;
  font-size: 1.5rem !important;
  font-weight: 600;
}

.flatpickr-day:nth-child(7n) {
  color: #29A9E0;
}

.flatpickr-day:nth-child(7n+1) {
  color: #FF0000;
}

@media only screen and (max-width: 767px) {
  .rangeMode .flatpickr-day {
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 0;
    font-size: 13px !important;
  }
}

.rangeMode .flatpickr-day span {
  font-size: 10px !important;
  position: absolute;
  bottom: 0.25em;
  right: 0.25em;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: none;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange {
  background: none;
  border: none;
  box-shadow: none;
}

.flatpickr-day:hover {
  color: #032784;
  background: none;
  border: none;
  box-shadow: none;
}

.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover {
  color: #2dafb9 !important;
  background: white !important;
  border: 1px solid rgba(3, 39, 132, 0.2) !important;
  box-shadow: none;
  border-radius: 0 !important;
}

.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: rgba(45, 175, 185, 0.1);
  border: 1px solid rgba(3, 39, 132, 0.2);
  box-shadow: none;
}

.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  color: #032784;
  background: white;
  border: 1px solid rgba(3, 39, 132, 0.2);
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: none !important;
  border: none;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
  box-shadow: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: none;
  border: none !important;
}

.flatpickr-day.selected::before,
.flatpickr-day.startRange::before,
.flatpickr-day.endRange::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: none !important;
  background: #F7F4ED !important;
  box-shadow: none !important;
  width: 20px;
  height: 50px;
  margin: auto;
}

@media screen and (max-width: 1200px) {

  .flatpickr-day.selected::before,
  .flatpickr-day.startRange::before,
  .flatpickr-day.endRange::before {
    height: 40px;
  }
}

.flatpickr-day.selected::after,
.flatpickr-day.startRange::after,
.flatpickr-day.endRange::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50%;
  background: #AB8D4B;
  width: 50px;
  height: 50px;
  margin: auto;
}

@media screen and (max-width: 1200px) {

  .flatpickr-day.selected::after,
  .flatpickr-day.startRange::after,
  .flatpickr-day.endRange::after {
    width: 40px;
    height: 40px;
  }
}

.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  border: none;
  background: none;
}

.flatpickr-day.selected span,
.flatpickr-day.startRange span,
.flatpickr-day.endRange span {
  position: absolute;
  top: -40px;
  left: -120px;
  right: -120px;
  bottom: auto;
  border-radius: 8px;
  background: none;
  width: 240px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem !important;
  font-weight: 400;
  color: #fff;
}

.flatpickr-day.selected span::after,
.flatpickr-day.startRange span::after,
.flatpickr-day.endRange span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  width: 0;
  height: 0;
  margin: 0 auto;
}

.flatpickr-day.inRange {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.flatpickr-day.inRange::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #F7F4ED;
  width: 100%;
  height: 50px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .flatpickr-day.inRange::before {
    height: 40px;
  }
}

.flatpickr-day.inRange:hover {
  border: none;
  background: none;
}

.flatpickr-day.endRange {
  background: none;
  color: #fff !important;
}

.flatpickr-day.endRange::before {
  left: 0;
  right: auto;
}

.flatpickr-day.endRange::after {
  background: #AB8D4B;
}

.flatpickr-day.endRange:hover {
  border: none;
  background: none;
}

.flatpickr-day.endRange.selected {
  color: #000;
}

.flatpickr-day.today {
  font-weight: bold;
  border: 1px solid rgba(3, 39, 132, 0.2);
  border-radius: 5px !important;
}

.flatpickr-day.today:hover {
  color: #393939 !important;
  background: white !important;
  border: 1px solid rgba(3, 39, 132, 0.2);
  box-shadow: none;
  border-radius: 5px !important;
}

/*--sat_sun--*/
.dayContainer span:nth-child(7n-6).nextMonthDay,
.dayContainer span:nth-child(7n).nextMonthDay,
.dayContainer span:nth-child(7n-6).prevMonthDay,
.dayContainer span:nth-child(7n).prevMonthDay,
.dayContainer span:nth-child(7n-6).disabled,
.dayContainer span:nth-child(7n).disabled {
  color: rgba(57, 57, 57, 0.3);
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-disabled {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.3) !important;
}

/*common*/
.flatpickr-current-month .numInputWrapper {
  padding: 0 !important;
  width: auto !important;
  overflow: hidden;
  font-size: 1.7rem;
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  .flatpickr-current-month .numInputWrapper {
    font-size: 1.5rem !important;
  }
}

.flatpickr-current-month .numInputWrapper::after {
  content: ".";
}

.flatpickr-current-month input.cur-year {
  pointer-events: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 0 !important;
  width: 2.4em !important;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.7rem;
  cursor: none;
}

.flatpickr-current-month input.cur-year:hover,
.flatpickr-current-month input.cur-year:focus {
  background: none !important;
}

.flatpickr-current-month input.cur-year _::-webkit-full-page-media,
.flatpickr-current-month input.cur-year _:future,
:root .flatpickr-current-month input.cur-year {
  width: 3.1em !important;
}

@-moz-document url-prefix() {
  .flatpickr-current-month input.cur-year {
    width: 3.1em !important;
  }
}

@media only screen and (max-width: 767px) {
  .flatpickr-current-month input.cur-year {
    width: 2.85em !important;
  }
}

input.numInput::-webkit-inner-spin-button,
input.numInput::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input.numInput[type=number] {
  -moz-appearance: textfield !important;
}

.flatpickr-current-month span.cur-month {
  margin-left: 2px !important;
  position: relative;
  font-weight: 600 !important;
  font-size: 1.7rem;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .flatpickr-current-month span.cur-month {
    font-size: 1.5rem;
  }
}

.flatpickr-current-month .arrowUp,
.flatpickr-current-month .arrowDown {
  display: none !important;
}

.flatpickr-calendar.animate.open {
  background: #fff !important;
  z-index: 2 !important;
  width: 440px !important;
  padding: 20px 40px !important;
}

.flatpickr-calendar.animate.open .flatpickr-prev-month {
  left: 10px !important;
}

.flatpickr-calendar.animate.open .flatpickr-next-month {
  right: 10px !important;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  display: none;
}

/* ::::::::::  予約モジュール  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
book
========================================================= */
.book {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 4;
  background: rgba(247, 244, 237, 0.95);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all 0.15s;
}

.book.is_show {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.book .bookCloseBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 55px;
  height: 55px;
  cursor: pointer;
  text-indent: -9999px;
}

.book .bookCloseBtn::before,
.book .bookCloseBtn::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.book .bookCloseBtn::after {
  transform: rotate(-45deg);
}

.book .wrapper {
  overflow: hidden;
}

@media (min-width: 1025px) {
  .book .wrapper {
    max-width: 893px;
  }
}

@media (max-width: 767px) {
  .book .wrapper {
    overflow: visible;
  }
}

.bookTitle {
  width: 100%;
  margin: 10px 0 20px;
  text-align: center;
  color: #AB8D4B;
  font-size: 2.3rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .bookTitle {
    border: none;
    margin: 30px 0 15px;
    font-size: 1.7rem;
  }
}

.bookTitle span {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .bookTitle span {
    top: 0;
  }
}

.book .tabList {
  width: 100%;
  gap: 0;
  margin: 0 0 20px;
  color: #AB8D4B;
}

@media (max-width: 767px) {
  .book .tabList {
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
}

.book .tabList li {
  width: 100%;
  color: #AB8D4B;
}

.book .tabList li a {
  position: relative;
  display: block;
  border: 1px solid transparent;
  border-bottom: 1px solid #AB8D4B;
  height: 47px;
  line-height: 46px;
  padding-left: 20px;
  text-align: center;
  color: #AB8D4B;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 767px) {
  .book .tabList li a {
    height: 54px;
    line-height: 52px;
  }
}

.book .tabList li a svg {
  fill: #AB8D4B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.book .tabList li a:hover {
  border-color: #AB8D4B;
  color: #AB8D4B;
}

.book .tabList li.active a {
  border-color: #AB8D4B;
  background: rgba(171, 141, 75, 0.1);
  text-decoration: none;
}

.book .tabList .icon_bed {
  width: 22px;
  height: 17px;
}

.book .tabList .icon_airline {
  width: 22px;
  height: 17px;
}

.book .tabList .shinkansen {
  display: block !important;
}

.book .tabList .shinkansen .icon_shinkansen {
  width: 30px;
  height: 15px;
  left: 14px;
}

#book .tabList li a {
  height: 70px;
  line-height: 69px;
}

@media (max-width: 767px) {
  #book .tabList li a {
    height: 50px;
    line-height: initial;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-top: 7px;
  }
}

@media (max-width: 767px) {
  #book .tabList li a svg {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    width: 16px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #book .tabList .shinkansen .icon_shinkansen {
    width: 20px;
    height: 17px;
  }
}

#book_shinkansen {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 3;
  background: rgba(247, 244, 237, 0.95);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all 0.15s;
}

@media (min-width: 1025px) {
  #book_shinkansen .wrapper {
    max-width: 893px;
  }
}

#book_shinkansen.is_show {
  opacity: 1;
  visibility: visible;
  top: 0;
}

#book_shinkansen .formList {
  display: block;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}

@media (max-width: 767px) {
  #book_shinkansen .formList {
    flex-direction: column;
  }
}

#book_shinkansen .formList .form_area {
  width: 35%;
}

@media (max-width: 767px) {
  #book_shinkansen .formList .form_area {
    width: 100%;
  }
}

#book_shinkansen .formList .form_hotel {
  width: 64%;
}

@media (max-width: 767px) {
  #book_shinkansen .formList .form_hotel {
    width: 100%;
  }
}

#book_shinkansen .formList li:last-of-type {
  width: 100%;
}

@media (max-width: 767px) {
  #book_shinkansen .formList {
    margin-top: 20px;
  }
}

#book_shinkansen .formList li {
  height: initial;
}

#book_shinkansen .formList li:last-of-type {
  width: 337px;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  #book_shinkansen .formList li:last-of-type {
    width: 100%;
    margin-top: 30px;
  }
}

#book,
#book_shinkansen {
  display: none;
  /* 必要に応じて位置・背景など */
}

#book.is_show,
#book_shinkansen.is_show {
  display: block;
  /* またはflexやgridなど適宜 */
}

.book .formList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

@media (max-width: 767px) {
  .book .formList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.book .formList .icon {
  fill: #AB8D4B;
  max-width: 17px;
  max-height: 17px;
  vertical-align: middle;
}

.book .formList>li {
  position: relative;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  height: 65px;
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .book .formList>li {
    height: 55px;
  }
}

.book .formList>li>input,
.book .formList>li>select,
.book .formList>li .hotelSelectText {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  background: none;
  padding: 0 0 0 50px;
  width: 100%;
  height: 65px;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .book .formList>li>input,
  .book .formList>li>select,
  .book .formList>li .hotelSelectText {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {

  .book .formList>li>input,
  .book .formList>li>select,
  .book .formList>li .hotelSelectText {
    height: 55px;
    font-size: 1.3rem;
  }
}

.book .formList>li>select {
  background: url("/img/common/bg_select.svg") no-repeat right 20px center;
  color: #000;
}

/* .book .formList > li > select.gray {
  color: rgba(77, 77, 77, 0.5);
} */
.book .formList>li>select:disabled,
.book .formList>li>.hotelSelectText.noSelect {
  background: none;
  opacity: 1;
  cursor: auto;
}

@media (max-width: 767px) {
  .book .formList>li>select.select_hotel {
    opacity: 0;
  }
}

.book .formList>li .hotelSelectText,
.book .formList>li .inputText {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 50px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .book .formList>li .hotelSelectText,
  .book .formList>li .inputText {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {

  .book .formList>li .hotelSelectText,
  .book .formList>li .inputText {
    display: flex;
    align-items: center;
    background: url("/img/common/bg_select.svg") no-repeat right 20px center;
    padding-right: 40px;
    color: #000;
    height: 55px;
    line-height: 1.4;
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .book .formList>li .hotelSelectText {
    display: none;
  }
}

.book .formList li:last-child {
  display: flex;
  justify-content: space-between;
  border: none;
  padding: 0;
}

.book .formList li:last-child input {
  position: static;
  border-radius: 4px;
  padding: 0;
}

.book .formList li:last-child input.submitBtn {
  background: #142335 url("/img/common/icon_search.svg") no-repeat 20px center;
  width: calc(100% - 65px - 10px);
  width: 100%;
  color: #fff;
}

.book .formList li:last-child input.reloadBtn {
  background: #E2D6BF url("/img/common/icon_reload.svg") no-repeat center;
  width: 65px;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .book .formList li:last-child input.reloadBtn {
    width: 55px;
  }
}

.book .stayForm .formList>li.form_area {
  grid-column: 1/3;
}

@media (max-width: 767px) {
  .book .stayForm .formList>li.form_area {
    grid-column: 1/3;
  }
}

.book .stayForm .formList>li.form_brand {
  display: none;
}

@media (max-width: 767px) {
  .book .stayForm .formList>li.form_brand {
    display: none;
  }
}

.book .stayForm .formList>li.form_hotel {
  grid-column: 3/7;
}

@media (max-width: 767px) {
  .book .stayForm .formList>li.form_hotel {
    grid-column: 1/3;
  }
}

.book .stayForm .formList>li.dynamicPackagingWrap {
  display: none;
}

@media (max-width: 767px) {
  .book .stayForm .formList>li.dynamicPackagingWrap {
    display: none;
  }
}

.book .stayForm .formList>li.calendarWrap {
  grid-column: 1/7;
}

@media (max-width: 767px) {
  .book .stayForm .formList>li.calendarWrap {
    grid-column: 1/3;
  }
}

.book .stayForm .formList>li.form_room {
  grid-column: 1/3;
}

@media (max-width: 767px) {
  .book .stayForm .formList>li.form_room {
    grid-column: 1/2;
  }
}

.book .stayForm .formList>li.form_person {
  grid-column: 3/5;
}

@media (max-width: 767px) {
  .book .stayForm .formList>li.form_person {
    grid-column: 2/3;
  }
}

.book .stayForm .formList>li.form_searchBtn {
  grid-column: 5/7;
}

@media (max-width: 767px) {
  .book .stayForm .formList>li.form_searchBtn {
    grid-column: 1/3;
    margin-top: 10px;
  }
}

.book .airlineForm .formList>li:first-child {
  grid-column: 1/7;
}

@media (max-width: 767px) {
  .book .airlineForm .formList>li:first-child {
    grid-column: 1/3;
  }
}

.book .airlineForm .formList>li:nth-child(2) {
  grid-column: 1/3;
}

@media (max-width: 767px) {
  .book .airlineForm .formList>li:nth-child(2) {
    grid-column: 1/3;
  }
}

.book .airlineForm .formList>li:nth-child(3) {
  grid-column: 3/7;
}

@media (max-width: 767px) {
  .book .airlineForm .formList>li:nth-child(3) {
    grid-column: 1/3;
  }
}

.book .airlineForm .formList>li:nth-child(4) {
  grid-column: 1/7;
}

@media (max-width: 767px) {
  .book .airlineForm .formList>li:nth-child(4) {
    grid-column: 1/3;
  }
}

.book .airlineForm .formList>li:nth-child(5) {
  grid-column: 1/5;
}

@media (max-width: 767px) {
  .book .airlineForm .formList>li:nth-child(5) {
    grid-column: 1/3;
  }
}

.book .airlineForm .formList>li:nth-child(6) {
  grid-column: 5/7;
}

@media (max-width: 767px) {
  .book .airlineForm .formList>li:nth-child(6) {
    grid-column: 1/3;
    margin-top: 10px;
  }
}

.book .link {
  display: flex;
  gap: 0 20px;
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .book .link {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .book .link.pc {
    display: none;
  }
}

.book .link.sp {
  display: none;
}

@media (max-width: 767px) {
  .book .link.sp {
    display: flex;
  }
}

.book .link a {
  display: block;
}

.book .note {
  font-weight: bold;
  margin-top: 10px;
}

.book .formList .calendarWrap {
  border-bottom: none;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (max-width: 767px) {
  .book .formList .calendarWrap {
    margin-bottom: 0;
  }
}

.book .formList .calendarWrap .jsDatepickerText {
  position: static;
  display: none;
}

.book .formList .calendarWrap .checkinWrap {
  border-bottom: 1px solid #CACACA;
  background: #fff;
  padding: 40px 0;
  margin: 20px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .book .formList .calendarWrap .checkinWrap {
    margin: 15px -5.4% 0;
    padding: 20px 5%;
  }
}

.book .formList .calendarWrap .checkinWrap .reloadBtn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 4px;
  background: #E2D6BF url("/img/common/icon_reload.svg") no-repeat 20px center;
  width: 510px;
  height: 45px;
  color: #AB8D4B;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .book .formList .calendarWrap .checkinWrap .reloadBtn {
    width: 100%;
    font-size: 1.3rem;
  }
}

.book .formList .calendarWrap .checkinOutBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  background: url("../img/common/bg_arrow.svg?240705") no-repeat 48% center;
  max-width: 510px;
  margin: 0 auto 10px;
}

@media (max-width: 767px) {
  .book .formList .calendarWrap .checkinOutBox {
    justify-content: center;
    background-position: center center;
    gap: 90px;
  }
}

@media (max-width: 767px) {

  .book .formList .calendarWrap .checkinOutBox .checkinText,
  .book .formList .calendarWrap .checkinOutBox .checkoutText {
    line-height: 1.4;
    text-align: center;
  }
}

.book .formList .calendarWrap .checkinOutBox .title {
  margin-right: 20px;
  color: #B1B1B1;
  font-family: "acumin-variable", sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .book .formList .calendarWrap .checkinOutBox .title {
    display: block;
    margin-right: 0;
  }
}

.book .formList .calendarWrap .checkinOutBox .day {
  color: #000;
  font-weight: 600;
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .book .formList .calendarWrap .checkinOutBox .day {
    font-size: 1.7rem;
  }
}

.book .formList .calendarWrap .calendar {
  margin-top: 0;
}

.book .formList .calendarWrap .calendar::before {
  content: none;
}

@media (max-width: 767px) {
  .datepickerCalendar {
    margin: 0 -5.4%;
  }
}

.datepicker {
  overflow: visible;
}

.ui-datepicker {
  position: relative;
  border-radius: 0;
  background: #fff;
  width: 100% !important;
  margin: 30px auto 20px;
  padding: 40px 80px;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

@media (max-width: 767px) {
  .ui-datepicker {
    margin: 20px 0;
    padding: 20px 30px;
  }
}

.ui-datepicker::before {
  content: "";
  display: block;
  position: absolute;
  top: 130px;
  left: 0;
  background: #CACACA;
  width: 100%;
  height: 1px;
}

@media (max-width: 767px) {
  .ui-datepicker::before {
    top: 90px;
  }
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 100px;
  bottom: 0;
  height: 60px;
  width: 60px;
  margin: auto;
  cursor: pointer;
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 767px) {

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: 70px;
    width: 40px;
    height: 40px;
  }
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.35;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border: none;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  right: 10px;
  margin: auto;
  border-top: 1px solid #AB8D4B;
  border-right: 1px solid #AB8D4B;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {

  .ui-datepicker .ui-datepicker-prev::before,
  .ui-datepicker .ui-datepicker-next::before {
    width: 10px;
    height: 10px;
  }
}

.ui-datepicker .ui-datepicker-prev {
  left: 20px;
  transform: scale(-1, 1);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ui-datepicker .ui-datepicker-prev {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-prev {
    left: 0;
  }
}

.ui-datepicker .ui-datepicker-next {
  right: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ui-datepicker .ui-datepicker-next {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-next {
    right: 0;
  }
}

.ui-datepicker .ui-datepicker-header {
  position: static;
  background: none;
  border: none;
  padding: 0;
  color: #000;
  font-weight: 600;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-header {
    font-size: 1.5rem;
  }
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  height: 40px;
  line-height: 40px;
  padding: 0;
}

@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    height: 30px;
    line-height: 30px;
    margin: 0;
  }
}

.ui-datepicker-calendar {
  width: 100% !important;
  margin: 0 !important;
}

.ui-datepicker-calendar thead {
  line-height: 40px;
}

@media (max-width: 767px) {
  .ui-datepicker-calendar thead {
    line-height: 25px;
  }
}

.ui-datepicker-calendar thead th {
  padding: 0 0 30px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  .ui-datepicker-calendar thead th {
    padding: 0 0 30px;
    font-size: 1.3rem;
  }
}

.ui-datepicker-calendar thead .ui-datepicker-week-end:first-child {
  color: #FF0000;
}

.ui-datepicker-calendar thead .ui-datepicker-week-end:last-child {
  color: #29A9E0;
}

.ui-datepicker-calendar tbody td {
  padding: 0;
}

.ui-datepicker-calendar .ui-state-default {
  border: none;
  background: none;
  padding: 8px 8px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  .ui-datepicker-calendar .ui-state-default {
    font-size: 13px;
  }
}

.ui-datepicker-calendar .ui-datepicker-week-end:first-child .ui-state-default,
.ui-datepicker-calendar .holiday .ui-state-default {
  color: #FF0000;
}

.ui-datepicker-calendar .ui-datepicker-week-end:last-child .ui-state-default {
  color: #29A9E0;
}

.ui-datepicker-calendar .current {
  opacity: 1;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .current span,
.ui-datepicker-calendar .current a {
  position: relative;
  z-index: 0;
  color: #fff;
}

.ui-datepicker-calendar .ui-state-active:after,
.ui-datepicker-calendar .current span:after,
.ui-datepicker-calendar .current a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #AB8D4B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
}

@media (max-width: 767px) {

  .ui-datepicker-calendar .ui-state-active:after,
  .ui-datepicker-calendar .current span:after,
  .ui-datepicker-calendar .current a:after {
    width: 40px;
    height: 40px;
  }
}

.ui-datepicker-calendar .stay_day {
  position: relative;
}

.ui-datepicker-calendar .stay_day::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(171, 141, 75, 0.2);
  width: 100%;
  height: 50px;
  margin: auto;
}

@media (max-width: 767px) {
  .ui-datepicker-calendar .stay_day::after {
    height: 30px;
  }
}

.datepicker .current span:before,
.datepicker .current a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: rgba(171, 141, 75, 0.2);
  width: 50%;
  height: 50px;
  margin: auto;
}

@media (max-width: 767px) {

  .datepicker .current span:before,
  .datepicker .current a:before {
    height: 30px;
  }
}

.datepicker .current a.ui-state-active:before {
  left: 0;
  right: auto;
}

#checkin .current span:before,
#checkin .current a:before {
  left: 0;
  right: auto;
}

#checkin .current a.ui-state-active:before {
  right: 0;
  left: auto;
}

/* =========================================================
ダイナミックパッケージ 多言語のみ
========================================================= */
body.lang_ja .dynamicPackaging {
  display: none !important;
}

.dynamicPackaging {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.9rem;
  margin-top: 30px;
  text-decoration: none !important;
  letter-spacing: 0.3px;
  width: 100%;
}

@media (max-width: 1024px) {
  .dynamicPackaging {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

.dynamicPackaging .inner {
  display: flex;
}

@media (max-width: 1024px) {
  .dynamicPackaging .inner {
    display: block;
  }
}

.dynamicPackaging .gold {
  background-color: #e2d6bf;
  width: 30%;
  max-width: 376px;
  text-align: center;
  color: #ab8d4b;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1024px) {
  .dynamicPackaging .gold {
    width: 100%;
    max-width: initial;
    height: 54px;
  }
}

.dynamicPackaging .white {
  background-color: #fff;
  width: 70%;
  max-width: 874px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #142335;
  position: relative;
}

@media (max-width: 1024px) {
  .dynamicPackaging .white {
    width: 100%;
    max-width: initial;
    flex-direction: column;
    height: 88px;
  }
}

.dynamicPackaging .white .left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dynamicPackaging .white p svg {
  fill: #AB8D4B;
  margin-right: 5px;
}

.dynamicPackaging .white p span {
  color: #ab8d4b;
  margin-left: 12px;
}

.dynamicPackaging .white img {
  margin: 0 10px;
}

.dynamicPackaging .white .icon_airline {
  width: 26px;
  height: 18px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .dynamicPackaging .white .icon_airline {
    width: 20px;
    height: 14px;
  }
}

.dynamicPackaging .white .icon_plus {
  width: 17px;
  height: 17px;
}

@media (max-width: 1024px) {
  .dynamicPackaging .white .icon_plus {
    width: 14px;
    height: 14px;
  }
}

.dynamicPackaging .white .icon_bed {
  width: 22px;
  height: 17px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .dynamicPackaging .white .icon_bed {
    width: 17px;
    height: 13px;
  }
}

.dynamicPackaging .white .icon_equal {
  width: 10.5px;
  height: 6.8px;
}

@media (max-width: 1024px) {
  .dynamicPackaging .white .icon_equal {
    width: 8.2px;
    height: 5.3px;
  }
}

.dynamicPackaging .white .icon_link {
  position: absolute;
  right: 30px;
  width: 12px;
  height: 22px;
  margin: 0;
}

@media (max-width: 1024px) {
  .dynamicPackaging .white .icon_link {
    display: none;
  }
}

.dynamicPackagingWrap {
  padding: 0;
  height: auto;
  border-bottom: none;
  margin: 20px 0 10px;
}

@media (max-width: 1024px) {
  .dynamicPackagingWrap {
    height: auto;
    border-bottom: none;
  }
}

.dynamicPackagingWrap .dynamicPackaging {
  margin-top: 0;
}

.dynamicPackagingWrap .dynamicPackaging .gold {
  width: 34%;
}

@media (max-width: 1024px) {
  .dynamicPackagingWrap .dynamicPackaging .gold {
    width: 100%;
  }
}

.dynamicPackagingWrap .dynamicPackaging .white {
  width: 66%;
}

@media (max-width: 1024px) {
  .dynamicPackagingWrap .dynamicPackaging .white {
    width: 100%;
  }
}

.dynamicPackagingWrap .dynamicPackaging .white .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .dynamicPackagingWrap .dynamicPackaging .white .right {
    display: block;
  }
}

.dynamicPackagingWrap .dynamicPackaging .white .right span {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .dynamicPackagingWrap .dynamicPackaging .white .right span {
    margin-left: 12px;
  }
}

body.lang_en .book.is_show .tabList,
body.lang_zh-CHS .book.is_show .tabList,
body.lang_zh-CHT .book.is_show .tabList,
body.lang_ko .book.is_show .tabList,
body.lang_fr .book.is_show .tabList,
body.lang_de .book.is_show .tabList,
body.lang_es .book.is_show .tabList,
body.lang_th .book.is_show .tabList,
body.lang_vi .book.is_show .tabList,
body.lang_it .book.is_show .tabList,
body.lang_ms .book.is_show .tabList,
body.lang_id .book.is_show .tabList,
body.lang_ar .book.is_show .tabList,
body.lang_ru .book.is_show .tabList {
  display: none;
}

body.lang_en .book.is_show #bookTab01,
body.lang_zh-CHS .book.is_show #bookTab01,
body.lang_zh-CHT .book.is_show #bookTab01,
body.lang_ko .book.is_show #bookTab01,
body.lang_fr .book.is_show #bookTab01,
body.lang_de .book.is_show #bookTab01,
body.lang_es .book.is_show #bookTab01,
body.lang_th .book.is_show #bookTab01,
body.lang_vi .book.is_show #bookTab01,
body.lang_it .book.is_show #bookTab01,
body.lang_ms .book.is_show #bookTab01,
body.lang_id .book.is_show #bookTab01,
body.lang_ar .book.is_show #bookTab01,
body.lang_ru .book.is_show #bookTab01 {
  display: block !important;
}

body.lang_en .book.is_show #bookTab02,
body.lang_zh-CHS .book.is_show #bookTab02,
body.lang_zh-CHT .book.is_show #bookTab02,
body.lang_ko .book.is_show #bookTab02,
body.lang_fr .book.is_show #bookTab02,
body.lang_de .book.is_show #bookTab02,
body.lang_es .book.is_show #bookTab02,
body.lang_th .book.is_show #bookTab02,
body.lang_vi .book.is_show #bookTab02,
body.lang_it .book.is_show #bookTab02,
body.lang_ms .book.is_show #bookTab02,
body.lang_id .book.is_show #bookTab02,
body.lang_ar .book.is_show #bookTab02,
body.lang_ru .book.is_show #bookTab02 {
  display: none;
}

body.lang_en .book.is_show .stayForm .formList>li.form_area,
body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_area,
body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_area,
body.lang_ko .book.is_show .stayForm .formList>li.form_area,
body.lang_fr .book.is_show .stayForm .formList>li.form_area,
body.lang_de .book.is_show .stayForm .formList>li.form_area,
body.lang_es .book.is_show .stayForm .formList>li.form_area,
body.lang_th .book.is_show .stayForm .formList>li.form_area,
body.lang_vi .book.is_show .stayForm .formList>li.form_area,
body.lang_it .book.is_show .stayForm .formList>li.form_area,
body.lang_ms .book.is_show .stayForm .formList>li.form_area,
body.lang_id .book.is_show .stayForm .formList>li.form_area,
body.lang_ar .book.is_show .stayForm .formList>li.form_area,
body.lang_ru .book.is_show .stayForm .formList>li.form_area {
  display: none;
}

@media (max-width: 767px) {

  body.lang_en .book.is_show .stayForm .formList>li.form_area,
  body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_area,
  body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_area,
  body.lang_ko .book.is_show .stayForm .formList>li.form_area,
  body.lang_fr .book.is_show .stayForm .formList>li.form_area,
  body.lang_de .book.is_show .stayForm .formList>li.form_area,
  body.lang_es .book.is_show .stayForm .formList>li.form_area,
  body.lang_th .book.is_show .stayForm .formList>li.form_area,
  body.lang_vi .book.is_show .stayForm .formList>li.form_area,
  body.lang_it .book.is_show .stayForm .formList>li.form_area,
  body.lang_ms .book.is_show .stayForm .formList>li.form_area,
  body.lang_id .book.is_show .stayForm .formList>li.form_area,
  body.lang_ar .book.is_show .stayForm .formList>li.form_area,
  body.lang_ru .book.is_show .stayForm .formList>li.form_area {
    display: none;
  }
}

body.lang_en .book.is_show .stayForm .formList>li.form_brand,
body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_brand,
body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_brand,
body.lang_ko .book.is_show .stayForm .formList>li.form_brand,
body.lang_fr .book.is_show .stayForm .formList>li.form_brand,
body.lang_de .book.is_show .stayForm .formList>li.form_brand,
body.lang_es .book.is_show .stayForm .formList>li.form_brand,
body.lang_th .book.is_show .stayForm .formList>li.form_brand,
body.lang_vi .book.is_show .stayForm .formList>li.form_brand,
body.lang_it .book.is_show .stayForm .formList>li.form_brand,
body.lang_ms .book.is_show .stayForm .formList>li.form_brand,
body.lang_id .book.is_show .stayForm .formList>li.form_brand,
body.lang_ar .book.is_show .stayForm .formList>li.form_brand,
body.lang_ru .book.is_show .stayForm .formList>li.form_brand {
  grid-column: 1/7;
  display: block;
}

@media (max-width: 767px) {

  body.lang_en .book.is_show .stayForm .formList>li.form_brand,
  body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_brand,
  body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_brand,
  body.lang_ko .book.is_show .stayForm .formList>li.form_brand,
  body.lang_fr .book.is_show .stayForm .formList>li.form_brand,
  body.lang_de .book.is_show .stayForm .formList>li.form_brand,
  body.lang_es .book.is_show .stayForm .formList>li.form_brand,
  body.lang_th .book.is_show .stayForm .formList>li.form_brand,
  body.lang_vi .book.is_show .stayForm .formList>li.form_brand,
  body.lang_it .book.is_show .stayForm .formList>li.form_brand,
  body.lang_ms .book.is_show .stayForm .formList>li.form_brand,
  body.lang_id .book.is_show .stayForm .formList>li.form_brand,
  body.lang_ar .book.is_show .stayForm .formList>li.form_brand,
  body.lang_ru .book.is_show .stayForm .formList>li.form_brand {
    grid-column: 1/3;
    display: block;
  }
}

body.lang_en .book.is_show .stayForm .formList>li.form_hotel,
body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_hotel,
body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_hotel,
body.lang_ko .book.is_show .stayForm .formList>li.form_hotel,
body.lang_fr .book.is_show .stayForm .formList>li.form_hotel,
body.lang_de .book.is_show .stayForm .formList>li.form_hotel,
body.lang_es .book.is_show .stayForm .formList>li.form_hotel,
body.lang_th .book.is_show .stayForm .formList>li.form_hotel,
body.lang_vi .book.is_show .stayForm .formList>li.form_hotel,
body.lang_it .book.is_show .stayForm .formList>li.form_hotel,
body.lang_ms .book.is_show .stayForm .formList>li.form_hotel,
body.lang_id .book.is_show .stayForm .formList>li.form_hotel,
body.lang_ar .book.is_show .stayForm .formList>li.form_hotel,
body.lang_ru .book.is_show .stayForm .formList>li.form_hotel {
  grid-column: 1/7;
}

@media (max-width: 767px) {

  body.lang_en .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_ko .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_fr .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_de .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_es .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_th .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_vi .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_it .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_ms .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_id .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_ar .book.is_show .stayForm .formList>li.form_hotel,
  body.lang_ru .book.is_show .stayForm .formList>li.form_hotel {
    grid-column: 1/3;
  }
}

body.lang_en .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_zh-CHS .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_zh-CHT .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_ko .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_fr .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_de .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_es .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_th .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_vi .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_it .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_ms .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_id .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_ar .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
body.lang_ru .book.is_show .stayForm .formList>li.dynamicPackagingWrap {
  grid-column: 1/7;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

@media (max-width: 1024px) {

  body.lang_en .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_zh-CHS .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_zh-CHT .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_ko .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_fr .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_de .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_es .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_th .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_vi .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_it .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_ms .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_id .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_ar .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_ru .book.is_show .stayForm .formList>li.dynamicPackagingWrap {
    height: auto;
  }
}

@media (max-width: 767px) {

  body.lang_en .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_zh-CHS .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_zh-CHT .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_ko .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_fr .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_de .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_es .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_th .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_vi .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_it .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_ms .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_id .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_ar .book.is_show .stayForm .formList>li.dynamicPackagingWrap,
  body.lang_ru .book.is_show .stayForm .formList>li.dynamicPackagingWrap {
    grid-column: 1/3;
    display: block;
  }
}

body.lang_en .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_zh-CHS .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_zh-CHT .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_ko .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_fr .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_de .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_es .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_th .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_vi .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_it .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_ms .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_id .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_ar .book.is_show .stayForm .formList>li.calendarWrap,
body.lang_ru .book.is_show .stayForm .formList>li.calendarWrap {
  grid-column: 1/7;
}

@media (max-width: 767px) {

  body.lang_en .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_zh-CHS .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_zh-CHT .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_ko .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_fr .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_de .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_es .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_th .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_vi .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_it .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_ms .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_id .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_ar .book.is_show .stayForm .formList>li.calendarWrap,
  body.lang_ru .book.is_show .stayForm .formList>li.calendarWrap {
    grid-column: 1/3;
  }
}

body.lang_en .book.is_show .stayForm .formList>li.form_room,
body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_room,
body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_room,
body.lang_ko .book.is_show .stayForm .formList>li.form_room,
body.lang_fr .book.is_show .stayForm .formList>li.form_room,
body.lang_de .book.is_show .stayForm .formList>li.form_room,
body.lang_es .book.is_show .stayForm .formList>li.form_room,
body.lang_th .book.is_show .stayForm .formList>li.form_room,
body.lang_vi .book.is_show .stayForm .formList>li.form_room,
body.lang_it .book.is_show .stayForm .formList>li.form_room,
body.lang_ms .book.is_show .stayForm .formList>li.form_room,
body.lang_id .book.is_show .stayForm .formList>li.form_room,
body.lang_ar .book.is_show .stayForm .formList>li.form_room,
body.lang_ru .book.is_show .stayForm .formList>li.form_room {
  grid-column: 1/3;
}

@media (max-width: 767px) {

  body.lang_en .book.is_show .stayForm .formList>li.form_room,
  body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_room,
  body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_room,
  body.lang_ko .book.is_show .stayForm .formList>li.form_room,
  body.lang_fr .book.is_show .stayForm .formList>li.form_room,
  body.lang_de .book.is_show .stayForm .formList>li.form_room,
  body.lang_es .book.is_show .stayForm .formList>li.form_room,
  body.lang_th .book.is_show .stayForm .formList>li.form_room,
  body.lang_vi .book.is_show .stayForm .formList>li.form_room,
  body.lang_it .book.is_show .stayForm .formList>li.form_room,
  body.lang_ms .book.is_show .stayForm .formList>li.form_room,
  body.lang_id .book.is_show .stayForm .formList>li.form_room,
  body.lang_ar .book.is_show .stayForm .formList>li.form_room,
  body.lang_ru .book.is_show .stayForm .formList>li.form_room {
    grid-column: 1/2;
  }
}

body.lang_en .book.is_show .stayForm .formList>li.form_person,
body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_person,
body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_person,
body.lang_ko .book.is_show .stayForm .formList>li.form_person,
body.lang_fr .book.is_show .stayForm .formList>li.form_person,
body.lang_de .book.is_show .stayForm .formList>li.form_person,
body.lang_es .book.is_show .stayForm .formList>li.form_person,
body.lang_th .book.is_show .stayForm .formList>li.form_person,
body.lang_vi .book.is_show .stayForm .formList>li.form_person,
body.lang_it .book.is_show .stayForm .formList>li.form_person,
body.lang_ms .book.is_show .stayForm .formList>li.form_person,
body.lang_id .book.is_show .stayForm .formList>li.form_person,
body.lang_ar .book.is_show .stayForm .formList>li.form_person,
body.lang_ru .book.is_show .stayForm .formList>li.form_person {
  grid-column: 3/5;
}

@media (max-width: 767px) {

  body.lang_en .book.is_show .stayForm .formList>li.form_person,
  body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_person,
  body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_person,
  body.lang_ko .book.is_show .stayForm .formList>li.form_person,
  body.lang_fr .book.is_show .stayForm .formList>li.form_person,
  body.lang_de .book.is_show .stayForm .formList>li.form_person,
  body.lang_es .book.is_show .stayForm .formList>li.form_person,
  body.lang_th .book.is_show .stayForm .formList>li.form_person,
  body.lang_vi .book.is_show .stayForm .formList>li.form_person,
  body.lang_it .book.is_show .stayForm .formList>li.form_person,
  body.lang_ms .book.is_show .stayForm .formList>li.form_person,
  body.lang_id .book.is_show .stayForm .formList>li.form_person,
  body.lang_ar .book.is_show .stayForm .formList>li.form_person,
  body.lang_ru .book.is_show .stayForm .formList>li.form_person {
    grid-column: 2/3;
  }
}

body.lang_en .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_ko .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_fr .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_de .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_es .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_th .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_vi .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_it .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_ms .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_id .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_ar .book.is_show .stayForm .formList>li.form_searchBtn,
body.lang_ru .book.is_show .stayForm .formList>li.form_searchBtn {
  grid-column: 5/7;
}

@media (max-width: 767px) {

  body.lang_en .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_zh-CHS .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_zh-CHT .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_ko .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_fr .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_de .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_es .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_th .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_vi .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_it .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_ms .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_id .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_ar .book.is_show .stayForm .formList>li.form_searchBtn,
  body.lang_ru .book.is_show .stayForm .formList>li.form_searchBtn {
    grid-column: 1/3;
    margin-top: 10px;
  }
}

.bookTitle,
.book .formList li:last-child input.submitBtn {
  text-transform: capitalize;
}

body.lang_ja .book .stayForm .formList>li.dynamicPackagingWrap {
  display: none !important;
}

body.lang_fr .book .formList .calendarWrap .checkinOutBox {
  max-width: 600px;
  background: url(/img/common/bg_arrow.svg?240705) no-repeat 51% center;
}

body.lang_de .book .formList .calendarWrap .checkinOutBox {
  max-width: 600px;
  background: url(/img/common/bg_arrow.svg?240705) no-repeat 45% center;
}

body.lang_es .book .formList .calendarWrap .checkinOutBox {
  background: url(/img/common/bg_arrow.svg?240705) no-repeat 52% center;
}

body.lang_it .book .formList .calendarWrap .checkinOutBox {
  background: url(/img/common/bg_arrow.svg?240705) no-repeat 50% center;
}

body.lang_vi .book .formList .calendarWrap .checkinOutBox {
  background: url(/img/common/bg_arrow.svg?240705) no-repeat 55% center;
}

body.lang_ms .book .formList .calendarWrap .checkinOutBox {
  background: url(/img/common/bg_arrow.svg?240705) no-repeat 49% center;
}

body.lang_id .book .formList .calendarWrap .checkinOutBox {
  background: url(/img/common/bg_arrow.svg?240705) no-repeat 59% center;
}

body.lang_ar .book .formList .calendarWrap .checkinOutBox {
  background: url(/img/common/bg_arrow.svg?240705) no-repeat 49% center;
}

body.lang_ru .book .formList .calendarWrap .checkinOutBox {
  background: url(/img/common/bg_arrow.svg?240705) no-repeat 52% center;
}

body.lang_ru .book .formList .calendarWrap .checkinOutBox {
  max-width: 545px;
}

#tripla-minimized-chat+#tripla-icon-message {
  width: 0 !important;
  height: 0 !important;
}

/*# sourceMappingURL=book.css.map */