.serif {
    font-family: "Hiragino Mincho ProN", serif;
}
.sans-serif {
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/* ===================================================
	#search_wrap
====================================================== */
#search_wrap {
    position: relative;
    padding: 20px 4% 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #737165;
}
#search_wrap h2 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

/* Form */
#search_489ban input[type="text"],
#search_489ban .select_label,
#search_489ban button[name="searchButton489ban"] {
    box-sizing: border-box;
	letter-spacing: 0;
	appearance: none;
	border: none;
	outline: none;
	box-shadow: none;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#search_489ban input[type="text"]:disabled {
	color: #666;
	opacity: 1;
	-webkit-text-fill-color: #666;
}

#search_489ban {
    position: relative;
    padding-bottom: 93px;
}
#search_489ban form {
    display: flex;
    flex-wrap: wrap;
}
#search_489ban select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 77px;
    font-size: 16px;
    opacity: 0;
}
#search_489ban .date_489ban {
    position: relative;
    flex-grow: 1;
}
#search_489ban .date_489ban input[type="text"] {
    width: 70%;
    border-right: 1px dashed #ababab;
    padding: 30px 25px 30px 15px;
    text-align: center;
    font-size: 24px;
    background: url(../images/ico_calendar.svg) no-repeat right 25px center / 20px;
}
#search_489ban [class$="_489ban"] dt {
    position: absolute;
    top: 5px;
    left: 10px;
}
#search_489ban .date_489ban dd label {
    display: inline-block;
    width: 28%;
    text-align: center;
}
#search_489ban .inbox_489ban {
    position: relative;
    flex-grow: 2;
    display: flex;
}
#search_489ban .inbox_489ban>* {
    position: relative;
    width: 50%;
    border-left: 1px solid #ababab;
}
#search_489ban .stay_489ban .select_label {
    background-position: center right 20px;
}
#search_489ban .inbox_489ban dd {
    position: relative;
    display: flex;
    align-items: flex-end;
}
#search_489ban .inbox_489ban dd span {
    width: 30%;
    text-align: center;
}
#search_489ban .select_label {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    font-size: 24px;
    line-height: 1.5;
    background: url(../images/ico_select.svg) no-repeat center right / 10px;
}
#search_489ban button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    outline: none;
    border: none;
    display: block;
    width: 37%;
    padding: 17px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #245F33;
    color: #fff;
    transition: background-color .5s;
}

@media screen and (hover: hover) {
	#search_489ban button:hover { background-color: #F2A842; }
}
@media screen and (min-width: 1101px) {
    #search_489ban form {
        padding: 3px;
        border-radius: 5px;
        background-color: #fff;
    }
    #search_489ban select {
        min-height: 96px;
    }
    #search_489ban .date_489ban input[type="text"] {
        min-height: 96px;
    }
    #search_489ban .select_label {
        min-height: 96px;
    }
}
@media screen and (max-width: 1100px) {
	#search_wrap h2 {
        font-size: 16px;
    }

    /* Form */
    #search_489ban {
        padding-bottom: 84px;
    }
    #search_489ban form {
        gap: 12px 0;
    }
    #search_489ban [class$="_489ban"] dt {
        top: 3px;
        left: 10px;
        font-size: 14px;
    }
    #search_489ban [class$="_489ban"] dd {
        font-size: 14px;
    }
    #search_489ban .inbox_489ban {
        padding: 3px;
        background-color: #fff;
    }
    #search_489ban .inbox_489ban dd span {
        width: 20%;
    }
    #search_489ban .date_489ban input[type="text"] {
        width: 66%;
        padding: 25px 25px 25px 10px;
        font-size: 18px;
        background-size: 18px;
        background-position: center right 10px;
    }
    #search_489ban .date_489ban {
        width: 100%;
        border-radius: 5px;
        padding: 3px;
        background-color: #fff;
    }
    #search_489ban .date_489ban dd label {
        width: 30%;
        font-size: 14px;
    }
    #search_489ban .stay_489ban {
        border-left: none;
    }
    #search_489ban .stay_489ban .select_label {
        background-position: center right 10px;
    }
    #search_489ban .select_label {
        padding: 25px 15px;
        font-size: 18px;
    }
    #search_489ban button {
        width: 100%;
        padding: 15px;
        font-size: 15px;
    }
}
@media screen and (min-width: 601px) and (max-width: 1099px) {
    #search_489ban .inbox_489ban:has(.room_489ban) {
        border-radius: 5px 0 0 5px;
    }
    #search_489ban .inbox_489ban:has(.person_489ban) {
        border-radius: 0 5px 5px 0;
    }
}
@media screen and (max-width: 600px) {
    #search_489ban .inbox_489ban {
        width: 100%;
        border-radius: 5px;
    }
    #search_489ban .inbox_489ban .person_489ban:first-child {
        border-left: none;
    }
}
