@charset "utf-8";

#search_bg{
background:#F3F2ED;
padding:10px 0;
margin:-3px 0 0 0;
width:100%;
}

/* =========================================================
   宿泊検索
   ========================================================= */
@media screen and (min-width: 1200px) {
#search {
    display: block;
    width: 1200px;
	margin:0 auto;
    background: #ffffff;
    color: #4a4039;
    font-family:
        "游ゴシック",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        Meiryo,
        sans-serif;
}
}

@media screen and (max-width: 1200px) {
#search {
    display: block;
    width: 100&;
	margin:0 auto;
    background: #ffffff;
    color: #4a4039;
    font-family:
        "游ゴシック",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        Meiryo,
        sans-serif;
}
}


/* =========================================================
   内側
   ========================================================= */

#search .search-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 11px 30px 12px;
    box-sizing: border-box;
}


/* =========================================================
   ヘッダー
   ========================================================= */

#search .search-header {
    position: relative;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================================
   タイトル
   ========================================================= */

#search .search-title {
    text-align: center;
    margin-top: -2px;
}

#search .search-title h2 {
    margin: 0;
    padding: 0;
    color: #4f2d1b;
    font-family:
        "Yu Mincho",
        "游明朝",
        "Hiragino Mincho ProN",
        serif;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 1.4;
}

#search .search-title h2 .search-title-en {
    margin-bottom: 2px;
    color: #8b7c70;
    font-family:
        "Times New Roman",
        "Yu Mincho",
        "游明朝",
        serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    line-height: 1.2;
}



/* =========================================================
   ベストレート保証
   ========================================================= */

#search .best-rate {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
}


#search .best-rate a {
    display: block;
    color: inherit;
    text-decoration: none;
}


#search .best-rate-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    height: 55px;
    color: #34271f;
    font-family:
        "Yu Mincho",
        "游明朝",
        serif;
    font-size: 17px;
    line-height: 1.15;
    text-align: left;
}


/* 仮のメダル */

#search .best-rate-medal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    background: #d9b354;
    border: 2px solid #a77d27;
    color: transparent;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}


#search .best-rate-placeholder small {
    font-family:
        Arial,
        sans-serif;
    font-size: 8px;
    letter-spacing: 0.08em;
}


/*
   実際の画像を入れる場合は、
   上記の .best-rate-placeholder を使用せず、

   <img src="画像URL" alt="ベストレート保証">

   としてください。
*/


/* =========================================================
   予約フォーム
   ========================================================= */

#search .reservation-form {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================================
   各項目
   ========================================================= */

#search .reservation-item {
    flex: 0 0 auto;
    margin: 0;
}


#search .reservation-item label {
    display: block;
    margin: 0 0 7px;
    color: #74665c;
    font-family:
        "Yu Mincho",
        "游明朝",
        serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.2;
}


/* =========================================================
   日付
   ========================================================= */

#search .reservation-date {
    width: 220px;
}


#search .input-date {
    position: relative;
    width: 100%;
}


#search .input-date input {
    display: block;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 0 40px 0 13px;
    border: 1px solid #d3ccc5;
    border-radius: 0;
    background: #ffffff;
    color: #403932;
    font-family:
        Arial,
        "Yu Gothic",
        "游ゴシック",
        sans-serif;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}


#search .input-date input:hover {
    border-color: #9d8775;
}


#search .input-date input:focus {
    border-color: #68401f;
    box-shadow: 0 0 0 1px rgba(104,64,31,0.08);
}


/* =========================================================
   日程未定時の日付欄
   ========================================================= */

#search .input-date input.disabled_day {
    background: #f0eeec !important;
    color: #999 !important;
    cursor: not-allowed !important;
    border-color: #d3ccc5 !important;
}


/* =========================================================
   カレンダーアイコン
   ========================================================= */

#search .calendar-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}


#search .calendar-icon::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 3px;
    width: 13px;
    height: 11px;
    border: 1.5px solid #5c4535;
    box-sizing: border-box;
}


#search .calendar-icon::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 8px;
    height: 6px;
    border-left: 1.5px solid #5c4535;
    border-right: 1.5px solid #5c4535;
}


/* =========================================================
   日程未定
   ========================================================= */

#search .reservation-nodate {
    flex: 0 0 auto;
    height: 46px;
    display: flex;
    align-items: center;
    padding-top: 19px;
    box-sizing: border-box;
}


#search .reservation-nodate label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    white-space: nowrap;
    color: #514840;
    font-size: 12px;
    cursor: pointer;
}


#search .reservation-nodate input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #5a321e;
    cursor: pointer;
}


/* =========================================================
   小さいセレクト
   ========================================================= */

#search .reservation-small {
    width: 100px;
}


#search .reservation-type {
    width: 120px;
}


/* =========================================================
   セレクト
   ========================================================= */

#search .select-wrap {
    position: relative;
    width: 100%;
}


#search .select-wrap select {
    display: block;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 0 28px 0 11px;
    border: 1px solid #d3ccc5;
    border-radius: 0;
    background: #ffffff;
    color: #403932;
    font-family:
        "Yu Gothic",
        "游ゴシック",
        sans-serif;
    font-size: 13px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}


#search .select-wrap::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-right: 1px solid #604631;
    border-bottom: 1px solid #604631;
    transform: rotate(45deg);
    pointer-events: none;
}


#search .select-wrap select:hover {
    border-color: #9d8775;
}


#search .select-wrap select:focus {
    border-color: #68401f;
    box-shadow:
        0 0 0 1px rgba(104,64,31,0.08);
}


/* =========================================================
   検索ボタン
   ========================================================= */

#search .reservation-search {
    flex: 1 1 auto;
    min-width: 125px;
}


#search #serch_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 0 15px;
    background: #5a321e;
    border: 1px solid #5a321e;
    border-radius: 0;
    color: #ffffff;
    font-family:
        "Yu Mincho",
        "游明朝",
        serif;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}


#search #serch_button:hover {
    background: #75472d;
    border-color: #75472d;
}


#search #serch_button:active {
    background: #452414;
    border-color: #452414;
}


/* =========================================================
   検索アイコン
   ========================================================= */

#search .search-icon {
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 9px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
}


#search .search-icon::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    right: -5px;
    bottom: -2px;
    background: #ffffff;
    transform: rotate(45deg);
    transform-origin: left center;
}


/* =========================================================
   下部リンク
   ========================================================= */

#search .reservation-links {
    display: flex;
    align-items: center;
    margin-top: 17px;
    padding-top: 10px;
    border-top: 1px solid #e4dfda;
}


#search .reservation-links a {
    position: relative;
    display: block;
    padding: 0 22px;
    color: #594b41;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
}


#search .reservation-links a:first-child {
    padding-left: 0;
}


#search .reservation-links a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background: #d4cbc3;
}


#search .reservation-links a::before {
    content: "›";
    display: inline-block;
    margin-right: 7px;
    color: #a88b72;
    font-size: 16px;
    line-height: 0;
    vertical-align: -2px;
}


#search .reservation-links a:hover {
    color: #5a321e;
    text-decoration: underline;
}


/* =========================================================
   お知らせ
   ========================================================= */

#search .reservation-notice {
    margin-top: 5px;
}


#search .reservation-notice a {
    color: #8d3026;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
}


#search .reservation-notice a:hover {
    color: #b04a3d;
}


/* =========================================================
   jQuery UI Datepicker
   ========================================================= */

.ui-datepicker {
    padding: 10px !important;
    border: 1px solid #cfc4bb !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow:
        0 5px 18px rgba(60,40,25,0.15) !important;
    font-family:
        "Yu Gothic",
        "游ゴシック",
        sans-serif !important;
}


.ui-datepicker .ui-datepicker-header {
    border: none !important;
    border-radius: 0 !important;
    background: #5a321e !important;
    color: #ffffff !important;
}


.ui-datepicker .ui-datepicker-title {
    font-size: 13px !important;
    font-weight: normal !important;
}


.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer !important;
}


.ui-datepicker td a {
    border-radius: 0 !important;
    text-align: center !important;
}


.ui-datepicker .ui-state-active {
    background: #5a321e !important;
    color: #ffffff !important;
}


.ui-datepicker td a:hover {
    background: #eee5dd !important;
    color: #5a321e !important;
}


/* =========================================================
   768～1100px
   ========================================================= */

@media screen and (min-width: 768px) and (max-width: 1100px) {
    #search .search-inner {
        padding-left: 20px;
        padding-right: 20px;
    }


    #search .reservation-form {
        gap: 10px;
    }


    #search .reservation-date {
        width: 140px;
    }


    #search .reservation-small {
        width: 70px;
    }


    #search .reservation-type {
        width: 115px;
    }


    #search .reservation-search {
        min-width: 90px;
    }


    #search .reservation-links a {
        padding-left: 12px;
        padding-right: 12px;
    }

}


/* =========================================================
   767px以下は完全非表示
   ========================================================= */

@media screen and (max-width: 767px) {
	#search_bg{ display:none;}
    #search {
        display: none !important;
    }

}