@charset "UTF-8";

/*レンタワン*/
@media screen and (min-width:1200px) {
.l_mv {
    display: flex;
    gap: 0;
    min-height: 600px;
}

.l_mv .fv_img img {
    width: 100%;
    min-height: 660px;
    object-fit: cover;
}
}

#fv_search {
    width: 30%;
    padding: 30px;
    background: #005A9C;
    color: #fff;
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-height: 600px;
    font-size: 16px;
}

#fv_search img {
    width: 80px;
}

#fv_search select, #fv_search input {
  -webkit-appearance: none;
  appearance: none;
	font-weight: bold;
    width: 100%;
    padding: 20px 10px 20px 50px;
    border-radius: 5px;
    border: none;
    color: #333;
}

#fv_search select#store_id{
    background: #fff url(../img/shop.svg) center left 16px no-repeat;
}

#fv_search input#start_at, #fv_search input#end_at{
    background: #fff url(../img/calendar.svg) center left 16px no-repeat;
}

#fv_search select#to_price{
    background: #fff url(../img/price.svg) center left 16px no-repeat;
}

#fv_search div {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#fv_search label {
    width: 180px;
}

#fv_search button#search {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
    background: #00A3E0 url(../img/search.svg) center left 16px no-repeat;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#fv_search h2 {
    font-size: 1.5em;
    margin: 30px auto 20px;
}

#fv_search p {
    font-weight: bold;
    margin-bottom: 30px;
}

#fv_search input::placeholder, #fv_search select::placeholder {
  color: #333;
}

#fv_search input[type="datetime-local"]::-webkit-datetime-edit,
#fv_search input[type="datetime-local"]::-webkit-datetime-edit-text,
#fv_search input[type="datetime-local"]::-webkit-datetime-edit-year-field,
#fv_search input[type="datetime-local"]::-webkit-datetime-edit-month-field,
#fv_search input[type="datetime-local"]::-webkit-datetime-edit-day-field,
#fv_search input[type="datetime-local"]::-webkit-datetime-edit-hour-field,
#fv_search input[type="datetime-local"]::-webkit-datetime-edit-minute-field,
#fv_search input[type="datetime-local"]::-webkit-datetime-edit-second-field {
  color: #333; 
}

#sp_button{
	display: none;
}

@media screen and (max-width:1201px) {
#header_slider_wrap {
	padding-top: 0;
	}
  #fv_search {
    display: none;
  }
	#sp_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #005A9C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	font-size: 1.2em;
    font-weight: bold;
    z-index: 1000;
    font-size: 18px;
}
	#sp_button img{
		margin-right: 10px;
	}
}