/*** CSS Document ********************************************

  2023/11/13
  fw-top.css

*************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.fw-top .fw-calendar__month-btn--next:before, .fw-top .fw-calendar__month-btn--prev:before, .fw-top .fw-select--guest:after, .fw-top .fw-pulldown__result:before, .fw-top .fw-pulldown-close-btn:before, .fw-top .fw-pulldown__label:before {
  display: inline-block;
  font-family: "fw-dp-ico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fw-top .fw-pulldown__list-items, .fw-top .fw-urgency-txt-01,
.fw-top .fw-urgency-txt-02,
.fw-top .fw-urgency-txt-03 {
  margin: 0;
  padding: 0;
}

.fw-top .fw-select select, .fw-top .fw-select--days select, .fw-top .fw-select--room select, .fw-top .fw-select--price-min select, .fw-top .fw-select--price-max select, .fw-top .fw-select--guest select, .fw-top .fw-select--area select, .fw-top .fw-select--area-set select, .fw-top .fw-text input, .fw-top .fw-pulldown-close-btn {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}

.fw-top .fw-select, .fw-top .fw-select--days, .fw-top .fw-select--room, .fw-top .fw-select--price-min, .fw-top .fw-select--price-max, .fw-top .fw-select--guest, .fw-top .fw-select--area, .fw-top .fw-select--area-set, .fw-top .fw-text input {
  border: 1px solid #C1C3C5;
  background-color: #fff;
  border-radius: 4px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select:hover, .fw-top .fw-select--days:hover, .fw-top .fw-select--room:hover, .fw-top .fw-select--price-min:hover, .fw-top .fw-select--price-max:hover, .fw-top .fw-select--guest:hover, .fw-top .fw-select--area:hover, .fw-top .fw-select--area-set:hover, .fw-top .fw-text input:hover {
    border-color: #7ea7de;
  }
}
.fw-top .fw-select:focus, .fw-top .fw-select--days:focus, .fw-top .fw-select--room:focus, .fw-top .fw-select--price-min:focus, .fw-top .fw-select--price-max:focus, .fw-top .fw-select--guest:focus, .fw-top .fw-select--area:focus, .fw-top .fw-select--area-set:focus, .fw-top .fw-text input:focus {
  border-color: #7ea7de;
}

.fw-top .fw-urgency-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.rdrMonthsVertical {
  overflow: auto;
  overscroll-behavior: contain;
}

.rdrMonth {
  width: initial !important;
}

.rdrCalendarWrapper {
  color: #3C3D47 !important;
  font-size: 12px;
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 759px) {
  .rdrMonthAndYearWrapper {
    padding: 10px 10px 0;
  }
}

.rdrMonthAndYearPickers {
  flex-direction: row-reverse;
}
.rdrMonthAndYearPickers select {
  font-weight: 600;
}

.rdrDateDisplayWrapper {
  order: 2;
  margin-top: 0 !important;
  padding: 0;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 2;
}
.rdrDateDisplayWrapper .rdrDateDisplayItem + .rdrDateDisplayItem {
  margin-left: 24px;
  position: relative;
}
.rdrDateDisplayWrapper .rdrDateDisplayItem + .rdrDateDisplayItem::before {
  content: "\e941";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -0.5em;
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  font-size: 20px;
  color: #A6ACAF;
}

@media print, screen and (min-width: 760px) {
  .rdrDateDisplayWrapper {
    padding: 8px 0 0;
  }
}
.fw-top {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #3C3D47;
  -webkit-text-size-adjust: 100%;
  /* stylelint-disable */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.72;
  letter-spacing: 0;
  /* static */
}
.fw-top h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.fw-top hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.fw-top main {
  display: block;
}
.fw-top pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.fw-top a {
  -webkit-text-decoration-skip: objects;
}
.fw-top abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.fw-top b,
.fw-top strong {
  font-weight: bolder;
}
.fw-top code,
.fw-top kbd,
.fw-top samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.fw-top small {
  font-size: 80%;
}
.fw-top ul,
.fw-top li {
  list-style: none;
}
.fw-top svg:not(:root) {
  overflow: hidden;
}
.fw-top button,
.fw-top input,
.fw-top optgroup,
.fw-top select,
.fw-top textarea {
  margin: 0;
}
.fw-top button {
  overflow: visible;
  text-transform: none;
}
.fw-top button,
.fw-top [type=button],
.fw-top [type=reset],
.fw-top [type=submit] {
  -webkit-appearance: button;
}
.fw-top button::-moz-focus-inner,
.fw-top [type=button]::-moz-focus-inner,
.fw-top [type=reset]::-moz-focus-inner,
.fw-top [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.fw-top button:-moz-focusring,
.fw-top [type=button]:-moz-focusring,
.fw-top [type=reset]:-moz-focusring,
.fw-top [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.fw-top fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.fw-top input {
  overflow: visible;
}
.fw-top progress {
  display: inline-block;
  vertical-align: baseline;
}
.fw-top select {
  text-transform: none;
}
.fw-top textarea {
  overflow: auto;
}
.fw-top [type=number]::-webkit-inner-spin-button,
.fw-top [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.fw-top [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.fw-top [type=search]::-webkit-search-cancel-button,
.fw-top [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.fw-top ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.fw-top details {
  display: block;
}
.fw-top summary {
  display: list-item;
}
.fw-top template {
  display: none;
}
@media print, screen and (max-width: 759px) {
  .fw-top .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-top .sp-only {
    display: none !important;
  }
}
.fw-top .hide {
  display: none !important;
}
.fw-top [data-size=larger] {
  font-size: 1.25em !important;
}
.fw-top [data-size=smaller] {
  font-size: 0.8em !important;
}
.fw-top [data-align=center] {
  text-align: center;
}
.fw-top [data-align=right] {
  text-align: right;
}
.fw-top img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.fw-top button {
  outline: none;
}
.fw-top button:hover {
  cursor: pointer;
}
.fw-top em {
  margin: 0 3px;
  font-style: normal;
  font-weight: 600;
}
.fw-top em[data-size=larger] {
  font-size: 1.5em;
}
.fw-top a {
  color: #0b499d;
  text-decoration: none;
  outline: none;
}
.fw-top a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.fw-top a:hover img {
  opacity: 0.8;
}
.fw-top a img {
  transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fw-top ::placeholder {
  color: #C1C3C5;
}
.fw-top ::-ms-input-placeholder {
  color: #C1C3C5;
}
.fw-top :-ms-input-placeholder {
  color: #C1C3C5;
}
.fw-top .fw-alert-02, .fw-top .fw-alert-01 {
  margin-top: 8px;
  margin-bottom: 16px;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-alert-02, .fw-top .fw-alert-01 {
    font-size: 14px;
  }
}
.fw-top .fw-alert-01 {
  background: #FCEDED;
  padding: 12px 12px 12px 48px;
  color: #E74444;
}
.fw-top .fw-alert-01:before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e002";
  position: absolute;
  top: 50%;
  left: 16px;
  font-size: 24px;
  margin-top: -0.5em;
}
.fw-top .fw-alert-02 {
  background-color: #fff8da;
  background: #FFF8DA;
  padding: 12px 12px 12px 48px;
}
.fw-top .fw-alert-02:before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e88e";
  position: absolute;
  top: 50%;
  left: 16px;
  font-size: 24px;
  margin-top: -0.5em;
  color: #F29A16;
}
.fw-top *,
.fw-top *:before,
.fw-top *:after {
  box-sizing: border-box;
}
.fw-top ul,
.fw-top li,
.fw-top .fw-modal ul,
.fw-top .fw-modal li {
  list-style: none;
}
.fw-top button,
.fw-top input,
.fw-top select {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}
.fw-top select::-ms-expand {
  display: none;
}
.fw-top input[type=number]::-webkit-inner-spin-button,
.fw-top input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fw-top input[type=number] {
  -moz-appearance: textfield;
}
@media print, screen and (max-width: 759px) {
  .fw-top .st2-site-footer__page-to-top a {
    display: none;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-top .st2-site-footer__page-to-top.this-active a.fw-fix-bar-is-show {
    bottom: 160px;
  }
}
.fw-top .fw-is-hide,
.fw-top .fwnta-is-hide {
  display: none !important;
}
@media print, screen and (max-width: 759px) {
  .fw-top .fw-is-pc {
    display: none;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-is-sp {
    display: none;
  }
  .fw-top .fw-is-pc-hide {
    display: none !important;
  }
}
.fw-top .fw-bold {
  font-weight: bold;
}
.fw-top .fw-urgency-wrap {
  margin: 5px 0;
}
.fw-top .fw-urgency-txt-01,
.fw-top .fw-urgency-txt-02,
.fw-top .fw-urgency-txt-03 {
  font-size: 11px;
  line-height: 1.4;
}
.fw-top .fw-urgency-txt-01 em,
.fw-top .fw-urgency-txt-02 em,
.fw-top .fw-urgency-txt-03 em {
  font-style: normal;
  font-size: 13px;
}
.fw-top .fw-urgency-txt-01 {
  background-color: #d32f2f;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
  float: right;
}
.fw-top .fw-urgency-txt-01 em {
  color: #fff;
}
.fw-top .fw-urgency-txt-02 {
  color: #0d1111;
  font-weight: bold;
}
.fw-top .fw-urgency-txt-02 em {
  color: #0d1111;
}
.fw-top .fw-urgency-txt-03 {
  color: #d32f2f;
  text-align: right;
  font-weight: bold;
}
.fw-top .fw-urgency-txt-03 em {
  color: #d32f2f;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-urgency-txt-01,
  .fw-top .fw-urgency-txt-02,
  .fw-top .fw-urgency-txt-03 {
    font-size: 13px;
  }
  .fw-top .fw-urgency-txt-01 em,
  .fw-top .fw-urgency-txt-02 em,
  .fw-top .fw-urgency-txt-03 em {
    font-size: 15px;
  }
  .fw-top .fw-urgency-txt-01 {
    float: none;
  }
}
.fw-top .fw-pulldown {
  position: relative;
  font-size: 12px;
  z-index: 11;
}
.fw-top .fw-pulldown__label {
  cursor: pointer;
  position: relative;
  padding: 0.4em 1.5em 0.4em 0.4em;
}
.fw-top .fw-pulldown__label:before {
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}
.fw-top .fw-pulldown__panel {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  min-width: 10em;
  max-width: 90%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.fw-top .fw-pulldown__panel:before, .fw-top .fw-pulldown__panel:after {
  content: "";
  border-style: solid;
  border-width: 0 10px 10px 10px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.fw-top .fw-pulldown__panel:before {
  border-color: transparent transparent #fff transparent;
  top: -8.5px;
  z-index: 2;
}
.fw-top .fw-pulldown__panel:after {
  border-color: transparent transparent #ddd transparent;
  top: -10px;
  z-index: 1;
}
.fw-top .fw-pulldown.fw-is-active .fw-pulldown__panel {
  display: block;
}
.fw-top .fw-pulldown-footer {
  text-align: center;
}
.fw-top .fw-pulldown-close-btn {
  border: none;
  color: #0b499d;
  font-size: 12px;
}
.fw-top .fw-pulldown-close-btn:before {
  content: "\e904";
  font-size: 10px;
  margin-right: 5px;
}
.fw-top .fw-pulldown-list {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.fw-top .fw-pulldown-list > li {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #0b499d;
  cursor: pointer;
  padding: 7.5px 10px;
}
.fw-top .fw-pulldown-list > li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-pulldown-list {
    border-radius: 4px;
    overflow: hidden;
  }
  .fw-top .fw-pulldown-list > li {
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fw-top .fw-pulldown-list > li:hover {
    background-color: #fff8da;
  }
}
.fw-top .fw-pulldown__result {
  padding: 10px 20px 10px 10px;
  width: 100%;
  font-size: 16px;
  line-height: 1.15;
  z-index: 2;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  transition: background 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}
.fw-top .fw-pulldown__result:before {
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  font-size: 12px;
}
.fw-top .fw-pulldown__result:hover {
  border: 1px solid #7ea7de;
}
.fw-top .fw-pulldown__list {
  display: none;
  position: relative;
  margin: 0;
}
.fw-top .fw-pulldown__list-items {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #7ea7de;
  width: 100%;
}
.fw-top .fw-pulldown__list-item {
  padding: 10px;
  font-size: 16px;
  line-height: 1.15;
  cursor: pointer;
}
.fw-top .fw-pulldown__list-item:hover {
  background-color: #efefef;
}
.fw-top .fw-pulldown.fw-is-active .fw-pulldown__list {
  display: block;
}
@media print, screen and (max-width: 759px) {
  .fw-top .fw-pulldown__result, .fw-top .fw-pulldown__list-item {
    font-size: 13px;
  }
}
.fw-top .fw-checkbox,
.fw-top .fw-checkbox--icon,
.fw-top .fw-checkbox--normal {
  display: inline-flex;
  align-items: center;
}
.fw-top .fw-checkbox__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.fw-top .fw-checkbox__label {
  position: relative;
  padding-left: 24px;
  text-align: left;
  line-height: 1.4;
  cursor: pointer;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-checkbox__label {
    padding-left: 28px;
  }
}
.fw-top .fw-checkbox__label:before, .fw-top .fw-checkbox__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.fw-top .fw-checkbox__label:before {
  background-color: #fff;
  border: 1px solid #6EB9DA;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin-top: -8px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-checkbox__label:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.fw-top .fw-checkbox__label:after {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e5ca";
  font-size: 16px;
  color: #fff;
  margin-top: -0.5em;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-checkbox__label:after {
    font-size: 20px;
  }
}
.fw-top .fw-checkbox__input:disabled + .fw-checkbox__label {
  color: #C1C3C5;
  cursor: default;
}
.fw-top .fw-checkbox__input:disabled + .fw-checkbox__label::before {
  background-color: #fff;
  border-color: #C1C3C5;
}
.fw-top .fw-checkbox__input:disabled + .fw-checkbox__label::after {
  opacity: 0;
}
.fw-top .fw-checkbox__input:checked + .fw-checkbox__label {
  color: #3C3D47;
}
.fw-top .fw-checkbox__input:checked + .fw-checkbox__label:before {
  background-color: #6EB9DA;
  border-color: #6EB9DA;
}
.fw-top .fw-checkbox__input:disabled:checked + .fw-checkbox__label {
  color: #C1C3C5;
  opacity: 1;
  pointer-events: none;
}
.fw-top .fw-checkbox__input:disabled:checked + .fw-checkbox__label:before {
  background-color: #C1C3C5;
  border-color: #C1C3C5;
}
.fw-top .fw-checkbox__input:disabled:checked + .fw-checkbox__label::after {
  opacity: 1;
}
.fw-top .fw-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.fw-top .fw-checkbox-list > li {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
}
.fw-top .fw-radio__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.fw-top .fw-radio__input:checked + .fw-radio__label {
  background: #6EB9DA;
  color: #fff;
}
.fw-top .fw-radio__input:disabled + .fw-radio__label {
  background: #fff;
  color: #C1C3C5;
  cursor: default;
}
.fw-top .fw-radio__input:disabled + .fw-radio__label:before {
  opacity: 0.5;
}
.fw-top .fw-radio__label {
  cursor: pointer;
  border-radius: 3px;
  padding: 4px 12px;
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
  background: #F9F6F4;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-radio__label {
    font-size: 12px;
  }
  .fw-top .fw-radio__label:hover {
    opacity: 0.8;
  }
}
.fw-top .fw-radio-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.fw-top .fw-radio-list > li {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
}
.fw-top .fw-text {
  position: relative;
}
.fw-top .fw-text:after {
  position: absolute;
  top: 50%;
  left: 7.5px;
  font-size: 15px;
  margin-top: -0.5em;
  color: #666;
}
.fw-top .fw-text input {
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  box-sizing: border-box;
  height: 38px;
  outline: none !important;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-text input {
    font-size: 16px;
  }
}
.fw-top .fw-text.fw-is-disabled {
  pointer-events: none;
}
.fw-top .fw-text.fw-is-disabled input {
  color: #C1C3C5;
  background: #E1E4E7;
  pointer-events: none;
}
.fw-top .fw-spin {
  display: flex;
  background: #fff;
  border: 1px solid #C1C3C5;
  border-radius: 4px;
}
.fw-top .fw-spin__set {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-spin__set {
    font-size: 16px;
  }
}
.fw-top .fw-spin__decrease, .fw-top .fw-spin__increase {
  background: transparent;
  width: 38px;
  height: 38px;
  border: none;
  position: relative;
}
.fw-top .fw-spin__decrease:before, .fw-top .fw-spin__increase:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  font-size: 24px;
  color: #A6ACAF;
}
.fw-top .fw-spin__decrease.fw-is-disabled, .fw-top .fw-spin__increase.fw-is-disabled {
  pointer-events: none;
  cursor: default;
}
.fw-top .fw-spin__decrease.fw-is-disabled:before, .fw-top .fw-spin__increase.fw-is-disabled:before {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.fw-top .fw-spin__decrease:before {
  content: "\e15b";
}
.fw-top .fw-spin__increase:before {
  content: "\e145";
}
.fw-top .fw-spin.is-disabled .fw-spin__set,
.fw-top .fw-spin.is-disabled .fw-spin__decrease,
.fw-top .fw-spin.is-disabled .fw-spin__increase {
  color: #C1C3C5;
  cursor: default;
}
.fw-top .fw-spin.is-disabled .fw-spin__decrease:hover,
.fw-top .fw-spin.is-disabled .fw-spin__increase:hover {
  opacity: 1;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-spin__decrease, .fw-top .fw-spin__increase {
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fw-top .fw-spin__decrease:hover, .fw-top .fw-spin__increase:hover {
    opacity: 0.8;
  }
}
.fw-top .fw-select, .fw-top .fw-select--days, .fw-top .fw-select--room, .fw-top .fw-select--price-min, .fw-top .fw-select--price-max, .fw-top .fw-select--guest, .fw-top .fw-select--area, .fw-top .fw-select--area-set {
  position: relative;
  overflow: hidden;
}
.fw-top .fw-select select, .fw-top .fw-select--days select, .fw-top .fw-select--room select, .fw-top .fw-select--price-min select, .fw-top .fw-select--price-max select, .fw-top .fw-select--guest select, .fw-top .fw-select--area select, .fw-top .fw-select--area-set select {
  outline: none !important;
  color: inherit;
}
.fw-top .fw-select select::-ms-expand, .fw-top .fw-select--days select::-ms-expand, .fw-top .fw-select--room select::-ms-expand, .fw-top .fw-select--price-min select::-ms-expand, .fw-top .fw-select--price-max select::-ms-expand, .fw-top .fw-select--guest select::-ms-expand, .fw-top .fw-select--area select::-ms-expand, .fw-top .fw-select--area-set select::-ms-expand {
  display: none;
}
.fw-top .fw-select option, .fw-top .fw-select--days option, .fw-top .fw-select--room option, .fw-top .fw-select--price-min option, .fw-top .fw-select--price-max option, .fw-top .fw-select--guest option, .fw-top .fw-select--area option, .fw-top .fw-select--area-set option {
  padding-left: 0;
  outline: none !important;
}
.fw-top .fw-select::before, .fw-top .fw-select--days::before, .fw-top .fw-select--room::before, .fw-top .fw-select--price-min::before, .fw-top .fw-select--price-max::before, .fw-top .fw-select--guest::before, .fw-top .fw-select--area::before, .fw-top .fw-select--area-set::before {
  pointer-events: none;
}
.fw-top .fw-select:after, .fw-top .fw-select--days:after, .fw-top .fw-select--room:after, .fw-top .fw-select--price-min:after, .fw-top .fw-select--price-max:after, .fw-top .fw-select--guest:after, .fw-top .fw-select--area:after, .fw-top .fw-select--area-set:after {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e5cf";
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -0.5em;
  font-size: 18px;
  color: #A6ACAF;
  pointer-events: none;
}
.fw-top .fw-select select, .fw-top .fw-select--days select, .fw-top .fw-select--room select, .fw-top .fw-select--price-min select, .fw-top .fw-select--price-max select, .fw-top .fw-select--guest select, .fw-top .fw-select--area select, .fw-top .fw-select--area-set select {
  border: none;
  -moz-appearance: none;
  padding: 0 20px 0 10px;
  width: 100%;
  height: 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  background-color: #fff;
}
@media print, screen and (max-width: 759px) {
  .fw-top .fw-select select, .fw-top .fw-select--days select, .fw-top .fw-select--room select, .fw-top .fw-select--price-min select, .fw-top .fw-select--price-max select, .fw-top .fw-select--guest select, .fw-top .fw-select--area select, .fw-top .fw-select--area-set select {
    font-size: 14px;
  }
}
.fw-top .fw-select.fw-is-disabled, .fw-top .fw-is-disabled.fw-select--days, .fw-top .fw-is-disabled.fw-select--room, .fw-top .fw-is-disabled.fw-select--price-min, .fw-top .fw-is-disabled.fw-select--price-max, .fw-top .fw-is-disabled.fw-select--guest, .fw-top .fw-is-disabled.fw-select--area, .fw-top .fw-is-disabled.fw-select--area-set {
  background-color: #E1E4E7;
  color: #C1C3C5;
  pointer-events: none;
}
.fw-top .fw-select.fw-is-disabled:before, .fw-top .fw-is-disabled.fw-select--days:before, .fw-top .fw-is-disabled.fw-select--room:before, .fw-top .fw-is-disabled.fw-select--price-min:before, .fw-top .fw-is-disabled.fw-select--price-max:before, .fw-top .fw-is-disabled.fw-select--guest:before, .fw-top .fw-is-disabled.fw-select--area:before, .fw-top .fw-is-disabled.fw-select--area-set:before {
  opacity: 0.5;
}
.fw-top .fw-select.fw-is-disabled select, .fw-top .fw-is-disabled.fw-select--days select, .fw-top .fw-is-disabled.fw-select--room select, .fw-top .fw-is-disabled.fw-select--price-min select, .fw-top .fw-is-disabled.fw-select--price-max select, .fw-top .fw-is-disabled.fw-select--guest select, .fw-top .fw-is-disabled.fw-select--area select, .fw-top .fw-is-disabled.fw-select--area-set select {
  background-color: #E1E4E7;
  color: #C1C3C5;
}
.fw-top .fw-select.fwnta-is-error, .fw-top .fwnta-is-error.fw-select--days, .fw-top .fwnta-is-error.fw-select--room, .fw-top .fwnta-is-error.fw-select--price-min, .fw-top .fwnta-is-error.fw-select--price-max, .fw-top .fwnta-is-error.fw-select--guest, .fw-top .fwnta-is-error.fw-select--area, .fw-top .fwnta-is-error.fw-select--area-set {
  background-color: #FFE1E1;
}
.fw-top .fw-select.fwnta-is-error select, .fw-top .fwnta-is-error.fw-select--days select, .fw-top .fwnta-is-error.fw-select--room select, .fw-top .fwnta-is-error.fw-select--price-min select, .fw-top .fwnta-is-error.fw-select--price-max select, .fw-top .fwnta-is-error.fw-select--guest select, .fw-top .fwnta-is-error.fw-select--area select, .fw-top .fwnta-is-error.fw-select--area-set select {
  background-color: #FFE1E1;
}
.fw-top .fw-select--guest select {
  padding-left: 27.5px;
}
.fw-top .fw-select--area-set:nth-child(1) {
  width: 49%;
}
.fw-top .fw-select--area-set:nth-child(2) {
  width: 49%;
  margin-left: auto;
}
.fw-top .fw-select--area-set:nth-child(3) {
  width: 100%;
  margin-top: 10px;
}
.fw-top .fw-select--guest:after {
  content: "\e90e";
}
.fw-top .fw-select--days {
  margin-right: 5px;
  width: 30%;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select:before, .fw-top .fw-select--area:before, .fw-top .fw-select--area-set:before, .fw-top .fw-select--guest:before, .fw-top .fw-select--price-min:before, .fw-top .fw-select--price-max:before, .fw-top .fw-select--room:before, .fw-top .fw-select--days:before {
    font-size: 14px;
  }
}
.fw-top .fwnta-select-area {
  margin-top: 8px;
}
.fw-top .fwnta-select-area .fwnta-area-list {
  margin: 0;
  padding: 0;
}
.fw-top .fwnta-select-area .fwnta-area-list__item {
  margin: 0;
  padding: 0;
}
.fw-top .fwnta-select-area .fwnta-area-list__item > .fwnta-area-list {
  display: none;
  margin-left: 16px;
}
.fw-top .fwnta-select-area .fwnta-area-list__item.fw-is-active > .fwnta-area-list {
  display: block;
}
.fw-top .fwnta-select-area .fwnta-area-list__item.fw-is-active > .fwnta-area-block .fwnta-area-toggle::before {
  content: "\e15b";
  transform: rotate(180deg);
}
.fw-top .fwnta-select-area .fwnta-area-list--last {
  margin: 16px 0 16px 8px;
}
.fw-top .fwnta-select-area .fwnta-area-block {
  display: flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid #E1E4E7;
  position: relative;
}
.fw-top .fwnta-select-area .fwnta-area-block .fw-checkbox--normal {
  width: 100%;
}
.fw-top .fwnta-select-area .fwnta-area-block .fw-checkbox__label {
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}
.fw-top .fwnta-select-area .fwnta-area-block .fw-checkbox__label::before, .fw-top .fwnta-select-area .fwnta-area-block .fw-checkbox__label::after {
  left: 8px;
}
.fw-top .fwnta-select-area .fwnta-area-block .fw-checkbox__label .fwnta-count {
  font-weight: 400;
  margin-left: 0.5em;
}
.fw-top .fwnta-select-area .fwnta-area-block .fwnta-area-toggle {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -16px;
  margin-left: auto;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fw-top .fwnta-select-area .fwnta-area-block .fwnta-area-toggle::before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e145";
  color: #A6ACAF;
  font-size: 24px;
  transition: transform 0.3s;
}
.fw-top .fw-select-guest-wrap,
.fw-top .fw-select-room-wrap {
  margin-bottom: 24px;
}
.fw-top .fw-select-guest-wrap__ttl,
.fw-top .fw-select-room-wrap__ttl {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #E1E4E7;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-guest-wrap__ttl,
  .fw-top .fw-select-room-wrap__ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.fw-top .fw-select-guest {
  margin: 0 0 8px 0;
  padding: 0;
  display: flex;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-guest {
    margin-bottom: 16px;
  }
}
.fw-top .fw-select-guest__label, .fw-top .fw-select-guest__label--adult, .fw-top .fw-select-guest__label--men, .fw-top .fw-select-guest__label--women, .fw-top .fw-select-guest__label--child {
  flex: 1;
  align-self: center;
  margin: 0;
  padding: 0 16px 0 0;
}
.fw-top .fw-select-guest__label small, .fw-top .fw-select-guest__label--adult small, .fw-top .fw-select-guest__label--men small, .fw-top .fw-select-guest__label--women small, .fw-top .fw-select-guest__label--child small {
  font-size: 10px;
  line-height: 1.2;
  color: #666;
  display: block;
}
.fw-top .fw-select-guest__label-info {
  font-weight: normal;
  font-size: 12px;
  color: #999;
  margin: 0;
  text-align: left;
  padding-left: 25px;
  line-height: 1.15;
}
.fw-top .fw-select-guest__label--adult, .fw-top .fw-select-guest__label--child {
  position: relative;
}
.fw-top .fw-select-guest__label--adult > span, .fw-top .fw-select-guest__label--child > span {
  display: block;
  line-height: 1.45;
  text-align: left;
}
.fw-top .fw-select-guest__label--adult > span:nth-child(1), .fw-top .fw-select-guest__label--child > span:nth-child(1) {
  font-weight: 500;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-guest__label--adult > span:nth-child(1), .fw-top .fw-select-guest__label--child > span:nth-child(1) {
    font-size: 16px;
  }
}
.fw-top .fw-select-guest__label--adult > span:nth-child(2), .fw-top .fw-select-guest__label--child > span:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  color: #84888B;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-guest__label--adult > span:nth-child(2), .fw-top .fw-select-guest__label--child > span:nth-child(2) {
    font-size: 12px;
  }
}
.fw-top .fw-select-guest__label--adult > span:nth-child(2) > span:not(:last-child):after, .fw-top .fw-select-guest__label--child > span:nth-child(2) > span:not(:last-child):after {
  content: "/";
  margin: 0 2px;
}
.fw-top .fw-select-guest__label--adult .fw-child-type, .fw-top .fw-select-guest__label--child .fw-child-type {
  display: flex;
}
.fw-top .fw-select-guest__label--adult .fw-child-type > span + span::before, .fw-top .fw-select-guest__label--child .fw-child-type > span + span::before {
  content: "/";
  margin-right: 4px;
  margin-left: 4px;
}
.fw-top .fw-select-guest__label--adult .fw-label-seat,
.fw-top .fw-select-guest__label--adult .fw-label-bedding, .fw-top .fw-select-guest__label--child .fw-label-seat,
.fw-top .fw-select-guest__label--child .fw-label-bedding {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}
.fw-top .fw-select-guest__label--adult .fw-label-seat__icon,
.fw-top .fw-select-guest__label--adult .fw-label-bedding__icon, .fw-top .fw-select-guest__label--child .fw-label-seat__icon,
.fw-top .fw-select-guest__label--child .fw-label-bedding__icon {
  display: flex;
  position: relative;
  margin-right: 4px;
}
.fw-top .fw-select-guest__label--adult .fw-label-seat__icon::before, .fw-top .fw-select-guest__label--adult .fw-label-seat__icon::after,
.fw-top .fw-select-guest__label--adult .fw-label-bedding__icon::before,
.fw-top .fw-select-guest__label--adult .fw-label-bedding__icon::after, .fw-top .fw-select-guest__label--child .fw-label-seat__icon::before, .fw-top .fw-select-guest__label--child .fw-label-seat__icon::after,
.fw-top .fw-select-guest__label--child .fw-label-bedding__icon::before,
.fw-top .fw-select-guest__label--child .fw-label-bedding__icon::after {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  font-size: 18px;
  font-variation-settings: "wght" 400;
}
.fw-top .fw-select-guest__label--adult .fw-label-seat.fw-label-disabled,
.fw-top .fw-select-guest__label--adult .fw-label-bedding.fw-label-disabled, .fw-top .fw-select-guest__label--child .fw-label-seat.fw-label-disabled,
.fw-top .fw-select-guest__label--child .fw-label-bedding.fw-label-disabled {
  color: #A6ACAF;
}
.fw-top .fw-select-guest__label--adult .fw-label-seat.fw-label-disabled .fw-label-seat__icon::after,
.fw-top .fw-select-guest__label--adult .fw-label-seat.fw-label-disabled .fw-label-bedding__icon::after,
.fw-top .fw-select-guest__label--adult .fw-label-bedding.fw-label-disabled .fw-label-seat__icon::after,
.fw-top .fw-select-guest__label--adult .fw-label-bedding.fw-label-disabled .fw-label-bedding__icon::after, .fw-top .fw-select-guest__label--child .fw-label-seat.fw-label-disabled .fw-label-seat__icon::after,
.fw-top .fw-select-guest__label--child .fw-label-seat.fw-label-disabled .fw-label-bedding__icon::after,
.fw-top .fw-select-guest__label--child .fw-label-bedding.fw-label-disabled .fw-label-seat__icon::after,
.fw-top .fw-select-guest__label--child .fw-label-bedding.fw-label-disabled .fw-label-bedding__icon::after {
  content: "\f755";
  position: absolute;
  top: -2px;
  left: -2px;
  transform: scale(1, -1);
  font-size: 22px;
}
.fw-top .fw-select-guest__label--adult .fw-label-seat__icon::before, .fw-top .fw-select-guest__label--child .fw-label-seat__icon::before {
  content: "\e637";
}
.fw-top .fw-select-guest__label--adult .fw-label-bedding__icon::before, .fw-top .fw-select-guest__label--child .fw-label-bedding__icon::before {
  content: "\efdf";
}
.fw-top .fw-select-guest__data {
  padding: 0;
  margin: 0 0 0 auto;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-guest__data {
    min-width: 200px;
  }
}
.fw-top .fw-select-guest__data .fwnta-price {
  font-weight: 700;
  text-align: right;
  margin-right: 16px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-guest__data .fwnta-price {
    font-size: 16px;
  }
}
.fw-top .fw-select-guest__data .fw-spin {
  width: 120px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-guest__data .fw-spin {
    width: 200px;
  }
}
.fw-top .fw-select-guest__txt {
  margin: 5px 0 0 0;
  width: 100%;
  text-align: right;
  font-size: 10px;
}
.fw-top .fw-select-room {
  margin: 0 0 8px 0;
  padding: 0;
  display: flex;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-room {
    margin-bottom: 16px;
  }
}
.fw-top .fw-select-room__label {
  flex: 1;
  align-self: center;
  margin: 0;
  padding: 0 16px 0 0;
  font-size: 14px;
  line-height: 1.2;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-room__label {
    font-size: 18px;
  }
}
.fw-top .fw-select-room__data {
  padding: 0;
  margin: 0 0 0 auto;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-room__data {
    min-width: 200px;
  }
}
.fw-top .fw-select-room__data .fw-spin {
  width: 12rem;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-room__data .fw-spin {
    width: 200px;
  }
}
.fw-top .fw-select-guest-type {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  display: none;
}
.fw-top .fw-select-guest-type.fw-is-active {
  display: flex;
}
.fw-top .fw-select-guest-type__label {
  margin-right: 0.5em;
  font-size: 12px;
}
.fw-top .fw-select-guest-type__btn-list {
  display: flex;
  flex-wrap: wrap;
}
.fw-top .fw-select-guest-type__btn-list > li {
  margin-left: 5px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-guest-type {
    margin: 0 0 0 10px;
  }
  .fw-top .fw-select-guest-type__label {
    font-size: 13px;
  }
}
.fw-top .fw-select-attention-wrap {
  margin-top: 16px;
}
.fw-top .fw-select-attention {
  margin: 0;
  font-size: 12px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-select-attention {
    font-size: 13px;
  }
}
.fw-top .fwnta-link-txt {
  color: #4EA6CB;
  display: inline-flex;
  align-items: center;
  padding-right: 1.2em;
  position: relative;
}
.fw-top .fwnta-link-txt::after {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e5e1";
  font-variation-settings: "wght" 500;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}
.fw-top .fw-btn-detail-01,
.fw-top .fw-btn-fix-01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F29A16;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.142857142;
  text-align: center;
  text-decoration: none;
  min-width: 100%;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 30px;
  box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 0.16);
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-btn-detail-01,
  .fw-top .fw-btn-fix-01 {
    font-size: 16px;
    min-height: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .fw-top .fw-btn-detail-01:hover,
  .fw-top .fw-btn-fix-01:hover {
    text-decoration: none;
  }
}
.fw-top .fw-modal-btn-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 8px 0 rgba(60, 61, 71, 0.16);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-modal-btn-close {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
.fw-top .fw-modal-btn-close::before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e5cd";
  color: #A6ACAF;
  font-size: 18px;
  font-variation-settings: "wght" 400;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-modal-btn-close::before {
    font-size: 24px;
  }
}
.fw-top .fwnta-modal-condition-clear {
  padding: 16px 16px 0;
  text-align: right;
  position: relative;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-modal-condition-clear {
    padding: 16px 24px 0;
  }
}
.fw-top .fwnta-modal-condition-clear + .fwnta-modal-note-txt {
  position: relative;
  top: -30px;
  line-height: 20px;
  padding: 0 16px;
  margin-bottom: -20px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-modal-condition-clear + .fwnta-modal-note-txt {
    padding-left: 24px;
  }
}
.fw-top .fwnta-modal-btn-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #6EB9DA;
  color: #6EB9DA;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.142857142;
  text-align: center;
  text-decoration: none;
  min-width: 80px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 30px;
  box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 0.16);
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-modal-btn-clear {
    font-size: 14px;
    min-height: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .fw-top .fwnta-modal-btn-clear:hover {
    text-decoration: none;
  }
}
.fw-top .fw-modal-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.fw-top .fw-modal-container *,
.fw-top .fw-modal-container *::before,
.fw-top .fw-modal-container *::after {
  box-sizing: border-box;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-modal-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fw-top .fw-modal-body {
  background: #fff;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 88px);
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-modal-body {
    max-height: calc(100vh - 132px);
  }
}
.fw-top .fw-modal-body__inner {
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  width: 100%;
  max-height: 100%;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-modal-body__inner {
    padding: 24px;
  }
}
.fw-top .fw-modal-btn-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 24px;
  z-index: 10;
  text-align: center;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-modal-btn-footer .fw-btn-detail-01 {
    min-width: initial;
    width: 400px;
  }
}
.fw-top .fwnta-modal-tab {
  position: sticky;
  top: 0;
  left: 0;
}
.fw-top .fwnta-modal-tab__list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 1px;
  border-bottom: 2px solid #6EB9DA;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-modal-tab__list {
    gap: 0 2px;
    border-bottom-width: 4px;
  }
}
.fw-top .fwnta-modal-tab__list > li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-weight: 500;
  border-radius: 4px 4px 0 0;
  background: #F9F6F4;
  color: #A6ACAF;
  cursor: pointer;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-modal-tab__list > li {
    height: 48px;
    font-size: 18px;
  }
}
.fw-top .fwnta-modal-tab__list > li.fw-is-active {
  background: #6EB9DA;
  color: #fff;
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}
.fw-top .fwnta-modal-note-txt {
  margin: 0;
  font-size: 12px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-modal-note-txt {
    font-size: 13px;
  }
}
.fw-top .fwnta-modal-note-accordion__trigger {
  font-weight: 700;
  line-height: 1.2;
  padding-right: 24px;
  cursor: pointer;
  position: relative;
}
.fw-top .fwnta-modal-note-accordion__trigger:before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e145";
  color: #A6ACAF;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  transition: transform 0.3s;
}
.fw-top .fwnta-modal-note-accordion.fw-is-active .fwnta-modal-note-accordion__trigger::before {
  content: "\e15b";
  transform: rotate(180deg);
}
.fw-top .fwnta-modal-note-accordion__content {
  display: none;
  margin: 0;
  padding: 8px 0 0;
}
.fw-top .fwnta-modal-search-condition {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 61, 71, 0.7);
  padding: 48px 0 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-modal-search-condition {
    padding: 40px;
  }
}
.fw-top .fwnta-modal-search-condition .fw-modal-header {
  background: transparent;
  padding: 0;
  position: relative;
}
.fw-top .fwnta-modal-search-condition .fw-modal-body__inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media print, screen and (max-width: 759px) {
  .fw-top .fwnta-modal-search-condition .fw-modal-btn-close {
    position: fixed;
    top: 12px;
    right: 12px;
  }
  .fw-top .fwnta-modal-search-condition .fw-modal-body {
    height: 100%;
  }
}
.fw-top .fw-modal-body .fwnta-select-date {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 759px) {
  .fw-top .fw-modal-body .fwnta-select-date {
    margin: 0 -16px;
  }
}
.fw-top .fwnta-selected-date-content {
  padding: 8px 16px 0;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-selected-date-content {
    padding: 16px 24px 0;
  }
}
.fw-top .fwnta-selected-date-content__row {
  display: none !important;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-selected-date-content__date {
    flex: 1;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-selected-date-content__night {
    flex: 1;
  }
}
.fw-top .fwnta-selected-date-content .fwnta-selected-date {
  font-weight: 700;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-selected-date-content .fwnta-selected-date {
    font-size: 18px;
    text-align: center;
  }
}
.fw-top .fwnta-selected-date-content .fw-spin {
  width: 120px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-selected-date-content .fw-spin {
    width: 100%;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-search-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
  }
}
.fw-top .fwnta-search-condition-clear {
  order: -20;
  width: 100%;
  text-align: right;
  margin-bottom: 12px;
}
.fw-top .fwnta-search-btn-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #6EB9DA;
  color: #6EB9DA;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.142857142;
  text-align: center;
  text-decoration: none;
  min-width: 80px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 30px;
  box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 0.16);
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-search-btn-clear {
    font-size: 14px;
    min-height: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .fw-top .fwnta-search-btn-clear:hover {
    text-decoration: none;
  }
}
.fw-top .fwnta-search-group {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-search-group {
    margin-bottom: 0;
    width: calc((100% - 24px) / 2);
  }
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-search-area--train .fwnta-search-group--departure {
    order: -10;
  }
  .fw-top .fwnta-search-area--train .fwnta-search-group--area {
    order: -10;
  }
  .fw-top .fwnta-search-area--train .fwnta-search-group--arrival {
    order: -9;
  }
  .fw-top .fwnta-search-area--train .fwnta-search-group--date {
    order: -8;
  }
}
.fw-top .fwnta-search-group__sub {
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-search-group__sub {
    font-size: 14px;
  }
}
.fw-top .fwnta-search-group__sub-label {
  padding: 0 8px 0 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}
.fw-top .fwnta-search-group__sub-data {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.fw-top .fwnta-search-group__sub-data .fw-select, .fw-top .fwnta-search-group__sub-data .fw-select--area, .fw-top .fwnta-search-group__sub-data .fw-select--area-set, .fw-top .fwnta-search-group__sub-data .fw-select--guest, .fw-top .fwnta-search-group__sub-data .fw-select--price-min, .fw-top .fwnta-search-group__sub-data .fw-select--price-max, .fw-top .fwnta-search-group__sub-data .fw-select--room, .fw-top .fwnta-search-group__sub-data .fw-select--days {
  width: 80px;
}
.fw-top .fwnta-input-container {
  position: relative;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-input-container {
    display: flex;
    align-items: center;
  }
}
.fw-top .fwnta-input-label {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #A6ACAF;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  position: absolute;
  top: -5px;
  left: 10px;
  z-index: 2;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-input-label {
    font-size: 14px;
    font-weight: 700;
    color: #3C3D47;
    position: static;
    background: transparent;
    width: 4em;
    padding-right: 1em;
  }
}
.fw-top .fwnta-input-body {
  position: relative;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-input-body {
    flex: 1;
  }
}
.fw-top .fw-search-keyword {
  display: flex;
  align-items: center;
}
.fw-top .fw-search-keyword .fw-text {
  flex: 1;
}
.fw-top .fw-search-keyword-submit {
  margin-left: auto;
  padding-left: 12px;
}
.fw-top .fw-search-keyword-submit .fw-btn-search-01 {
  border: none;
  background: #6EB9DA;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fw-top .fw-search-keyword-submit .fw-btn-search-01::before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e8b6";
  font-size: 24px;
  color: #fff;
}
.fw-top .fwnta-input-icon--train input,
.fw-top .fwnta-input-icon--train select,
.fw-top .fwnta-input-icon--search input,
.fw-top .fwnta-input-icon--search select,
.fw-top .fwnta-input-icon--calendar input,
.fw-top .fwnta-input-icon--calendar select,
.fw-top .fwnta-input-icon--bed input,
.fw-top .fwnta-input-icon--bed select {
  padding-left: 40px;
}
.fw-top .fwnta-input-icon--train::before,
.fw-top .fwnta-input-icon--search::before,
.fw-top .fwnta-input-icon--calendar::before,
.fw-top .fwnta-input-icon--bed::before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  font-size: 24px;
  color: #A6ACAF;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 10px;
}
.fw-top .fwnta-input-icon--train::before {
  content: "\e570";
}
.fw-top .fwnta-input-icon--search::before {
  content: "\e8b6";
}
.fw-top .fwnta-input-icon--calendar::before {
  content: "\e935";
}
.fw-top .fwnta-input-icon--bed::before {
  content: "\efdf";
}
.fw-top .fwnta-modal-open input,
.fw-top .fwnta-modal-open select {
  padding-right: 24px;
}
.fw-top .fwnta-modal-open::after {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e89e";
  font-size: 16px;
  color: #A6ACAF;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 8px;
  left: auto;
}
.fw-top .fwnta-select-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fw-top .fwnta-search-date-exception {
  margin-top: 10px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-search-date-exception {
    margin-bottom: 16px;
    margin-left: 4em;
    font-size: 14px;
  }
}
.fw-top .fwnta-search-date-exception .fwnta-search-group__sub {
  margin-left: 24px;
}
.fw-top .fwnta-search-action {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-search-action {
    width: 100%;
    margin-top: 32px;
  }
}
.fw-top .fwnta-btn-search {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F29A16;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.142857142;
  text-align: center;
  text-decoration: none;
  min-width: 240px;
  min-height: 40px;
  padding: 6px 10px;
  border-radius: 30px;
  box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 0.16);
}
.fw-top .fwnta-btn-search:disabled {
  background: #E1E4E7;
  color: #fff;
  cursor: default;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-btn-search {
    min-width: 300px;
    min-height: 40px;
  }
  .fw-top .fwnta-btn-search:hover {
    text-decoration: none;
  }
}
.fw-top .fwnta-btn-search span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fw-top .fwnta-btn-search span::before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e8b6";
  font-size: 24px;
  margin-right: 4px;
}
.fw-top .fwnta-suggest-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px 0 rgba(60, 61, 71, 0.24);
}
.fw-top .fwnta-suggest-panel__scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: calc(100dvh - 120px);
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-suggest-panel__scroll {
    max-height: 460px;
  }
}
.fw-top .fwnta-suggest-panel__scroll::-webkit-scrollbar {
  width: 5px;
}
.fw-top .fwnta-suggest-panel__scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
.fw-top .fwnta-suggest-panel__scroll::-webkit-scrollbar-thumb {
  background: #A6ACAF;
  border-radius: 3px;
}
@supports not selector(::-webkit-scrollbar) {
  .fw-top .fwnta-suggest-panel__scroll {
    scrollbar-color: #A6ACAF transparent;
  }
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-category {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #F1F3F5;
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-list {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-list__item .fwnta-suggest-list .fwnta-suggest-list__link {
  padding-left: 36px;
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-list__link {
  border: none;
  background: none;
  width: 100%;
  padding: 8px 16px 8px 12px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
  color: #3C3D47;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-suggest-panel .fwnta-suggest-list__link {
    transition: background 0.2s;
  }
  .fw-top .fwnta-suggest-panel .fwnta-suggest-list__link:hover {
    background: #E5F2F8;
  }
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-list__txt-pref {
  color: #A6ACAF;
  margin-left: 0.5em;
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-list__icon {
  width: 24px;
  font-size: 20px;
  flex-shrink: 0;
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-list__icon > span {
  display: flex;
  align-items: center;
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-list__icon > span::before {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  color: #84888B;
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-icon--place::before {
  content: "\e0c8";
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-icon--station::before {
  content: "\e570";
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-icon--spot::before {
  content: "\e153";
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-icon--onsen::before {
  content: "\f6f8";
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-icon--hotel::before {
  content: "\ea40";
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-more__btn {
  border: none;
  background: none;
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 12px 16px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-suggest-panel .fwnta-suggest-more__btn:hover span {
    color: #4EA6CB;
  }
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-more__btn span {
  display: inline-flex;
  align-items: center;
  color: #84888B;
}
.fw-top .fwnta-suggest-panel .fwnta-suggest-more__btn span::after {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e5cf";
  font-size: 20px;
}
.fw-top .fwnta-search-group--option {
  width: 100%;
  margin-top: 16px;
}
.fw-top .fwnta-search-option-ttl {
  font-size: 12px;
  line-height: 1;
  color: #A6ACAF;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-search-option-ttl {
    font-size: 14px;
    font-weight: 700;
    color: #3C3D47;
    margin-bottom: 10px;
  }
}
.fw-top .fwnta-search-option-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fwnta-search-option-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 24px;
  }
}
.fw-top .fw-calendar__month {
  position: relative;
  font-size: 15px;
  line-height: 1;
  padding: 10px 0;
}
.fw-top .fw-calendar__month-btn--prev, .fw-top .fw-calendar__month-btn--next {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 100%;
  padding: 8px;
  font-size: 19px;
}
.fw-top .fw-calendar__month-btn--prev.fw-is-disabled, .fw-top .fw-calendar__month-btn--next.fw-is-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.fw-top .fw-calendar__month-btn--prev {
  left: 0;
}
.fw-top .fw-calendar__month-btn--prev:before {
  content: "\e916";
}
.fw-top .fw-calendar__month-btn--next {
  right: 0;
}
.fw-top .fw-calendar__month-btn--next:before {
  content: "\e917";
}
.fw-top .fw-calendar__month-txt {
  font-weight: bold;
  text-align: center;
}
.fw-top .fw-calendar__tbl {
  width: 100%;
  border-spacing: 0;
  line-height: 1;
}
.fw-top .fw-calendar__tbl th {
  font-size: 10px;
  text-align: center;
  width: 14.2857142857%;
  color: #999;
  font-weight: normal;
  padding: 5px 0;
}
.fw-top .fw-calendar__tbl td {
  text-align: center;
  font-size: 13px;
  padding: 1px;
}
.fw-top .fw-calendar__sunday {
  color: #b20000;
}
.fw-top .fw-calendar__saturday {
  color: #0b499d;
}
.fw-top .fw-calendar__date {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  margin: auto;
  cursor: pointer;
}
.fw-top .fw-calendar__date.fw-is-disabled {
  color: #E1E4E7;
  pointer-events: none;
}
.fw-top .fw-calendar__date.fw-is-today {
  border: 1px solid #999;
}
.fw-top .fw-calendar__date.fw-is-selected--range {
  background-color: #85a4ce;
  color: #fff;
}
.fw-top .fw-calendar__date.fw-is-selected--start, .fw-top .fw-calendar__date.fw-is-selected--end {
  background-color: #0b499d;
  color: #fff;
  pointer-events: none;
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-calendar__month {
    font-size: 17px;
    padding: 15px 0;
  }
  .fw-top .fw-calendar__month-btn--prev, .fw-top .fw-calendar__month-btn--next {
    padding: 15px 20px;
  }
  .fw-top .fw-calendar__month-btn--prev:hover, .fw-top .fw-calendar__month-btn--next:hover {
    opacity: 0.8;
  }
  .fw-top .fw-calendar__date {
    transition: background 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fw-top .fw-calendar__date:hover {
    background-color: #fff8da;
  }
  .fw-top .fw-calendar__tbl th {
    font-size: 13px;
    padding: 10px 0;
  }
  .fw-top .fw-calendar__tbl td {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-top .fw-modal-calendar .fw-calendar .rdrCalendarWrapper,
  .fw-top .fw-modal-calendar .fw-calendar .rdrMonth {
    width: 100%;
    box-sizing: border-box;
  }
}
.fw-top .rdrDayDisabled .rdrInRange, .fw-top .rdrDayDisabled .rdrStartEdge, .fw-top .rdrDayDisabled .rdrEndEdge {
  -webkit-filter: grayscale(0%) opacity(100%);
  filter: grayscale(0%) opacity(100%);
}
.fw-top .fw-static--top {
  margin-top: 12px;
}

.fw-top {
  font-size: 14px;
  line-height: 1.72;
}

/*# sourceMappingURL=fw-top.css.map */
