@media (max-width: 992px) {
    form[name="NegHeaderReservationForm"] {
        display: none;
    }
}
.NegHeaderReservationFormBlock {
    width: 100%;
    /* height: 70px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(bg3280.png) center center repeat lightgreen;
    font-size: 16px;
    padding: .5em 2em;
}
.NHRF_selects {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-left: 20px;
}
.NHRF_selects h1 {
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    margin: 0 0 .2em;
}
.NHRF_selects label {
    display: flex;
    font-size: 9.6px;
    gap: 2px;
    flex-grow: 1;
    align-items: baseline;
    padding-bottom: 1em;
    position: relative;
    line-height: 1.5;
}
.NHRF_selects label small {
    position: absolute;
    left: -1em;
    font-size: 8px;
}
.NHRF_selects select {
    font-size: 9.6px;
    max-width: 4em;
    padding: .1em;
    color: #000;
}
.NHRF_stay select, .NHRF_person select, .NHRF_room select {
    max-width: 2em;
}
.NHRF_button {
    display: flex;
    flex-shrink: 0;
    width: 5em;
    height: 2em;
    width: 80px;
    height: 32px;
    padding: 0;
    margin-right: .8em;
    font-family: inherit;
    font-size: 9.6px;
    color: #000;
    justify-content: center;
    align-items: center;
    background: #4eb430;
    border-radius: 5px;
    border: 2px solid #fff;
    cursor: pointer;
}
a.NHRF_button {
    background: #f0a345;
}
a:hover.NHRF_button {
    color: #000;
}

/*****モバイルナビ色変更*****/
.mobile-fix-nav .mobile-fix-nav-menu li {
	flex-grow: 1;
}
.mobile-fix-nav .mobile-fix-nav-menu li a {
	margin: -12px 0 -10px;
	padding: 12px 0 10px;
}
.mobile-fix-nav .mobile-fix-nav-menu li:last-child a {
	color: #fff !important;
	background-color: #9FD068 !important;
}
