@charset "UTF-8";

/* =========================================================
宿泊検索モジュール
========================================================= */
.booking_module {
  padding: 50px 6%;
  background: #F0F0F0;
}

.booking_module .mod_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* border: 1px solid; 
  padding: 30px 5%;*/
}

.booking_module .mod_inner .mod_left {
  width: 200px;
  margin-right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking_module .mod_inner .mod_left p {
  text-align: center;
  color: #333;
  font-size: 2.1vw;
  color: #17486f;
}

.booking_module .mod_inner .mod_left p span {
  display: block;
  margin-top: 10x;
  color: #333;
  font-size: 15px;
}

.booking_module .mod_inner .mod_right {}

.directin-sp-form>div {
  margin: 0;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tab-label {
  color: #333;
  background: #FAFAFA;
  padding: 3px 12px;
  order: -1;
  border: 1px solid #333;
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

.tab-content {
  width: fit-content;
  /*  border-top: 1px solid #333;*/
  display: none;
}

.tab-switch:checked+.tab-label {
  display: none;
  background: #17486f;
  color: #FFF;
}

.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

#reservation-section .reservation-box {
  max-width: 770px;
}

.booking_module .mod_inner .tab-switch:checked+.tab-label+.tab-content {
  width: 100%;
}

.directin-sp-form .directin-sp-form-input-group {
  width: 56%;
  justify-content: space-between;
}

.directin-sp-form .directin-sp-form-input-group div.directin-sp-form-input {
  width: 100%;
  margin-left: 0;
}

.directin-sp-form .directin-sp-form-guest-room-input-group {
  width: 20%;
}

.directin-sp-form .directin-sp-form-input-group div.directin-sp-form-input:last-of-type {
  width: 120px;
}

.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-select-panel .directin-sp-form-input {
  width: 100% !important;
}

.directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type="text"] {
  width: 100%;
}

.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-input input[type="text"] {
  width: 100%;
}

.directin-sp-form .directin-sp-form-input label input[type="text"] {
  border-radius: 0;
  border: none;
}

.directin-sp-form .directin-sp-form-submit-button {
  width: 24%;
}

.directin-sp-form .directin-sp-form-submit-button button {
  border-radius: 0;
  border: none;
  padding: 8px 10px;
  background: #17486f !important;
}

.booking_module .mod_inner .mod_right {
  flex: 1;
}


.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-select-panel.open .directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-select-panel .directin-sp-form-input {
  width: 100%;
}

.res_user {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px #17486f solid;
}

.res_user p {
  font-size: 13px;
  margin-bottom: 6px;
  padding: 0 8px;
}

.res_user p a {
  color: #333;
}

.res_user p a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 1024px) {
  .booking_module {
    padding: 30px 6%;
  }

  .tab-content {
    width: fit-content;
    margin: 0 auto;
  }

  .booking_module .mod_inner {
    flex-wrap: wrap;
  }

  .booking_module .mod_inner .mod_left {
    margin: 0 auto 3%;
    width: 100%;
  }

  .booking_module .mod_inner .mod_left p {
    width: 100%;
  }

  .booking_module .mod_inner .mod_left p {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 576px) {
  .booking_module {
    padding: 0;
    margin-bottom: 8%;
  }

  .booking_module .mod_inner {
    display: block;
    padding: 30px 6%;
  }

  .booking_module .mod_inner .mod_left p {
    font-size: 34px;
  }

  .booking_module .mod_inner .mod_left p span {
    font-size: 15px;
  }

  .directin-sp-form .directin-sp-form-input-group div.directin-sp-form-input {
    margin-left: 0;
  }

  .directin-sp-form .directin-sp-form-input-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }

  .directin-sp-form .directin-sp-form-input-group div.directin-sp-form-input:last-of-type {
    width: 95px;
    margin-bottom: 10px;
    /* margin-left: -2px; */
    padding-left: 10px;
  }

  .directin-sp-form .directin-sp-form-submit-button {
    width: 100%;
    margin-top: 3%;
  }

  .directin-sp-form {
    padding: 0 0 8%;
  }
}

/* 宿泊日カレンダーの選択済日付の文字色と背景色 */
.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 {
  color: #ffffff;
  background: #63c8d8 !important;
  border-color: #63c8d8 !important;
}

.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)) {
  -webkit-box-shadow: -10px 0 0 #63c8d8 !important;
  box-shadow: -10px 0 0 #63c8d8 !important;
}

/* 宿泊日・日程未定・人数・客室数の文字色 */
.directin-sp-form .directin-sp-form-input label .directin-sp-form-label,
.directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label,
.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-separator {
  font-size: 14px;
}


/** 航空券付き宿泊プラン
**********************************/
.ui-widget.ui-widget-content {
  background: #333;
  z-index: 9999 !important; 
}

.ui-datepicker .ui-datepicker-header {
  background: #FFF !important;
  color: #333 !important;
  border: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none !important;
  background: #FFF !important;
  font-weight: normal;
  color: #555;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #333 !important;
  background: #63c8d8 !important;
  color: #FFF !important;
  font-weight: normal;
}

.ui-datepicker th {
  color: #FFF;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .7 !important;
  background-image: none;
}

/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default {
  background-color: #ffecec;
  /* 背景色を設定 */
  color: #f00 !important;
  /* 文字色を設定 */
}

/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default {
  background-color: #eaeaff;
  /* 背景色を設定 */
  color: #00f !important;
  /* 文字色を設定 */
}

/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover {
  opacity: 0.8;
}

/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight {
  background-color: #fffa90 !important;
}

.res_tl form {
  display: flex;
  justify-items: center;
  align-items: end;
}

.res_tl form div.form {
  display: flex;
  flex: 1;
  margin-top: 10px;
}

.res_tl form div.form .checkin_w,
.res_tl form div.form .checkin,
.res_tl form div.form .stay_days,
.res_tl form div.form .adult_w {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.res_tl form div.form .checkin_w,
.res_tl form div.form .checkin{
  flex: 1;
}
.res_tl form div.form .stay_days,
.res_tl form div.form .adult_w {
  width: 70px;
}
.res_tl form div.form select,
.res_tl form div.form input {
  display: block;
  padding: 8px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  color: #000000;
  background-color: #ffffff;
  height: 45px;
  width: 100%;
}

.res_tl form .search {
  width: 26%;
}

.res_tl form .search input {
  background: #333;
  color: #FFF;
  padding: 10px;
  height: 45px;
  width: 100%;
}

.booking_module .mod_inner .mod_right .tabs__menu {
  justify-content: start;
 border-bottom: #17486f 1px solid !important;
}

.booking_module .mod_inner .mod_right .tabs__menu .tabs__menu-item {
  font-size: 1.2rem;
  background-color: #FFF;
  width: calc(100% / 5 - 1px);
  padding: 10px;
  border-radius: 5px 5px 0px 0px
}

.booking_module .mod_inner .mod_right .tabs__menu .tabs__menu-item:hover,
.booking_module .mod_inner .mod_right .tabs__menu .tabs__menu-item.is-active {
  background: #17486f !important;
  color: #FFF;
  cursor: default;
}

.booking_module .mod_inner .mod_right .tabs__body {
  padding: 10px 0 0;
}


@media screen and (max-width: 767px) {
  .res_tl form {
    flex-wrap: wrap;
  }

  .res_tl form div.form {
    flex-wrap: wrap;
  }

  .res_tl form .search {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 590px) {
  .booking_module .mod_inner .mod_right .tabs__menu .tabs__menu-item {
    width: calc(100% / 2 - 1px);
  }
  
  .res_tl form {
    flex-wrap: wrap;
  }
  .res_tl form div.form {
    flex-wrap: wrap;
  }
  .res_tl form div.form .tabs__menu .tabs__menu-item {
    width: 50%;
  }
  .res_tl form div.form .checkin_w,
  .res_tl form div.form .checkin {
    width: 100%;
    margin-right: 0;
    flex: initial;
    margin-top: 3%;
  }

  .res_tl form div.form .stay_days {
    width: 48%;
    margin-top: 3%;
  }

  .res_tl form div.form .adult_w {
    width: 48%;
    margin-right: 0;
    margin-top: 3%;
  }

  .res_tl form .search {
    width: 100%;
    margin-top: 20px;
  }
}


/* フロアタブ切り替え*/
#room_type .cont_inner h2 {
    text-align: center;
}

.tabs__menu {
    display: flex;
    justify-content: center;
}

.tabs__menu-item {
    width: calc(100% / 4 - 1px);
    padding: 16px 20px;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #666;
    background: #F1F1F1F1;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #CCC;
}

.tabs__menu-item:last-of-type {
    border-right: none;
}

.tabs__menu-item span {
    font-size: clamp(11px, calc(9.75438596491228px + 0.21929824561403508vw), 13px);
    display: block;
    margin-top: 5px;
}

.tab01.tabs__menu-item:hover,
.tab01.tabs__menu-item.is-active {
    background: #c7ad5f;
    color: #FFF;
    cursor: default;
}

.tab02.tabs__menu-item:hover,
.tab02.tabs__menu-item.is-active {
    background: #333;
    color: #FFF;
    cursor: default;
}

.tab03.tabs__menu-item:hover,
.tab03.tabs__menu-item.is-active {
    background: #7d7d7d;
    color: #FFF;
    cursor: default;
}

.tab04.tabs__menu-item:hover,
.tab04.tabs__menu-item.is-active {
    background: #d5d4d4;
    color: #FFF;
    cursor: default;
}

.tabs__body {
    display: none;
    padding: 60px 0 0;
}

.tabs__body.is-active {
    display: block;
}

.tabs__body .flx_box {
    max-width: inherit;
    margin-top: 7%;
}

.tabs__body .flx_box {
    max-width: inherit;
}

.tabs__body .flx_box {
    max-width: inherit;
    margin-bottom: 5%;
}

.tabs__body .flx_box .rm_det_box {
    width: 38%;
}

.tabs__body .flx_box .rm_det_box .rm_catch {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.tabs__body .flx_box .rm_pic_box {
    width: 58%;
}


@media screen and (max-width: 1024px) {
    .tabs__body .flx_box .rm_pic_box {}

    .tabs__body .flx_box .rm_det_box {
        margin-top: 5%;
    }

    .tabs__body .flx_box .rm_det_box h3 span {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 767px) {
    .tabs__body .flx_box {
        display: flex;
        flex-direction: column-reverse;
        max-width: inherit;
        margin-bottom: 5%;
    }

    .tabs__body .flx_box .rm_pic_box {
        margin-top: 8%;
        width: 100%;
    }

    .tabs__body .flx_box .rm_det_box {
        width: 100%;
        margin-top: 5%;
    }
}


@media screen and (max-width: 568px) {
    .tabs__body {
        padding: 0;
    }

    .tabs__menu {
        flex-wrap: wrap;
    }

    .tabs__menu .tabs__menu-item {
        width: 50%;
    }

    .tabs__menu-item:nth-of-type(2) {
        border-right: none;
    }

    .tabs__body .flx_box .rm_det_box h3 {
        font-size: 18px;

    }

    .tabs__body .flx_box .rm_det_box h3 span {
        font-size: 13px;
    }

    .tabs__body .flx_box .rm_det_box .btn_line {
        margin: 8% auto 0;
    }
}
