@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*color*/
/*font*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap");
@font-face { font-family: 'avenir next', sans-serif; font-style: normal; font-weight: 600; src: url("../fonts/AvenirNext-DemiBold-03.ttf") format("truetype"); }
@font-face { font-family: 'avenir next', sans-serif; font-style: normal; font-weight: 500; src: url("../fonts/AvenirNext-Regular-08.ttf") format("truetype"); }
/*layout*/
/* データピッカー
----------------------------------------------- */
.ui-datepicker { width: 100%; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-title { line-height: 1.8em; text-align: center; }

.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }

.ui-datepicker td { border: 0; }

.ui-datepicker td span, .ui-datepicker td a { display: block; padding: 1.2em 0; text-align: right; text-decoration: none; text-align: center; }

.ui-datepicker-inline { width: 100% !important; border: none !important; padding: 10px !important; }

.ui-datepicker-header { background: transparent !important; border: none !important; position: relative; padding: .2em 0; margin-bottom: 20px; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; line-height: 1.8em; width: 1.8em; height: 1.8em; cursor: pointer; font-weight: bold; text-align: center; }

.ui-datepicker-title, .ui-datepicker th { color: #414042 !important; font-size: 14px; font-weight: bold; text-align: center; font-family: "Noto Sans JP", sans-serif; }

.ui-datepicker th, .ui-datepicker td { padding: 5px; line-height: 1; }

.ui-datepicker th { width: 14.28571%; }

.ui-datepicker td { font-size: 14px; font-family: "avenir next", sans-serif; }
.ui-datepicker td a { color: #414042 !important; }

.ui-state-default { text-align: center !important; border: none !important; background: transparent !important; }
.ui-state-default.ui-state-selected { background: #eee !important; }
.ui-state-default.ui-state-active { background: #d5d5d5 !important; }

.ui-datepicker-current-day .ui-state-highlight { background: #d5d5d5 !important; }

.kt-unselectable { pointer-events: none; }

/* 予約パネル
----------------------------------------------- */
.search_main .inputs { width: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: nowrap; }
.search_main .inputs .check_in { position: relative; border-left: 1px solid #bbbdbf; border-right: 1px solid #bbbdbf; }
.search_main .inputs .check_in input { position: relative; z-index: 1; display: inline-block; width: 100%; font-family: "avenir next", sans-serif; font-size: 15px; text-align: center; height: 60px; line-height: 60px; border: 0; border-radius: 0; background-color: transparent; }
.search_main .inputs .nights { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between; }
.search_main .inputs .nights > div { flex-basis: 33.333333%; max-width: 33.333333%; border-right: 1px solid #bbbdbf; }
.search_main .inputs .nights > div:last-child { border-right: 0; }
.search_main .inputs .nights > div.people_num .esb-displayer:after { content: '人'; }
.search_main .inputs .nights > div.nights_num .esb-displayer:after { content: '泊'; }
.search_main .inputs .nights > div.room_num .esb-displayer:after { content: '室'; }
.search_main .inputs .easy-select-box { color: #414042; font-size: 15px; height: 60px; line-height: 60px; text-align: center; width: 100%; vertical-align: top; }
.search_main .inputs .easy-select-box .esb-displayer { position: relative; padding-right: 20px; width: 100%; }
.search_main .inputs .easy-select-box .esb-displayer:before { content: ''; display: block; position: absolute; right: 15px; top: 50%; margin-top: -4px; width: 4px; height: 4px; border-top: 1px solid #000000; border-right: 1px solid #000000; transform: rotate(45deg); transition: all 0.2s; }
.search_main .inputs .easy-select-box .esb-displayer:after { display: inline-block; font-size: 15px; font-family: "Noto Sans JP", sans-serif; line-height: 60px; }
.search_main .inputs .easy-select-box .esb-dropdown .esb-item { background-color: rgba(0, 0, 0, 0.5); margin-top: 1px; height: 40px; line-height: 40px; color: #FFF; }
.search_main .inputs .search_button { border: 0px; background-color: #c84700; color: #fff; display: flex; flex-direction: column; justify-content: center; font-size: 15px; height: 100px; flex-basis: 20%; max-width: 20%; padding-left: 20px; text-align: left; }
.search_main .inputs .search_button .en { font-weight: 500; font-size: 25px; line-height: 1.2; }
.search_main .inputs .search_button .jp { font-size: 17px; line-height: 1.2; padding-top: 3px; }
.search_main .inputs .search_button:hover { cursor: pointer; }
.search_main .plan_cancel { font-size: 0; margin-top: 20px; text-align: center; width: 100%; max-width: 520px; }
.search_main .plan_cancel li { display: inline-block; font-size: 12px; margin-right: 0.5em; margin-left: 0.5em; }
.search_main .plan_cancel li a { text-decoration: underline; padding-left: 0.5em; padding-right: 0.5em; color: #414042; }

#search_inner form { display: flex; justify-content: space-between; }
#search_inner #datepicker_inner { background-color: #FFF; width: 530px; }
#search_inner #search_panel { width: 535px; display: flex; flex-wrap: wrap; align-content: center; align-self: center; }
#search_inner #search_panel .inputs { width: 100%; align-items: center; }
#search_inner #search_panel .inputs .check_in { flex-basis: 30%; max-width: 30%; }
#search_inner #search_panel .inputs .check_in:before { display: none; }
#search_inner #search_panel .inputs .check_in input { cursor: default; }
#search_inner #search_panel .inputs .nights { flex-basis: 50%; max-width: 50%; }
#search_inner #search_panel .inputs .search_button { flex-basis: 20%; max-width: 20%; }

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