/*
================================
検索条件変更の側
================================
*/
button[type="button"] {
	border-style: none;
}

#sidr-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: #666;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.nav-open {
	position: fixed;
	left: 0;
}

.nav-open:after {
	content: '';
	display: block;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
}

.nav-open #sidr {
	transform: translateX(0);
}


#sidr {
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 0;
	width: 90%;
	height: 100%;
	transition: .3s transform ease-in-out;
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	box-shadow: inset 0 0 5px 5px #ebebeb;
	background: #f8f8f8;
}

.sidr-inner {
	height: 100%;
	overflow-y: auto;
	padding: 60px 15px 15px;
}


/*
================================
検索条件の中見
================================
*/

#sidr input[type="text"],
#sidr input[type="password"],
#sidr input[type="date"],
#sidr input[type="datetime"],
#sidr input[type="email"],
#sidr input[type="number"],
#sidr input[type="search"],
#sidr input[type="tel"],
#sidr input[type="time"],
#sidr input[type="url"],
#sidr textarea,
#sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0 10px;
	border-radius: 2px;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(51, 51, 51, 0.6);
	display: block;
	clear: both
}

#sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none
}

#sidr input[type=button],
#sidr input[type=submit] {
	display: inline-block;
	border-radius: 5%;
	font-size: 18px;
	text-align: center;
	background: #fccc66;
	border: none;
	color: #ffffff;
	line-height: 1em;
	transition: .3s;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-appearance: none;
	width: 100%;
}

#sidr input[type=button]:hover,
#sidr input[type=submit]:hover {
	background: rgba(51, 51, 51, 0.9)
}

#sidr input[type="radio"],
#sidr input[type="checkbox"] {
	transform: scale(1.2);
	margin-right: 6px;
}

#sidr select {
	height: 33px;
	font-size: 16px;
	color: #000;
}

#sidr .change {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}

#sidr .change li {
	margin: 0px;
	float: left;
	width: 50%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-image: none;
	font-size: 16px;
}

#sidr .re-search {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sidr .re-search .subject {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#sidr .re-search .sub {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}

#sidr .re-search ul {
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sidr .select li {
	float: left;
	width: 40%;
	padding-right: 2%;
	padding-left: 2%;
}

#sidr ul li.mid {
	width: 5%;
	float: left;
}

#sidr .text li {
	/* float: left; */
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidr label {
	display: block;
	background-color: #EEE;
	text-align: left;
	padding: 6px;
}

#sidr label:after {
	content: "";
	clear: both;
	display: block;
}

#sidr label input {
	float: left;
}

#sidr label p {
	float: left;
}

#sidr .bottom {
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
	padding-bottom: 50px;
}

#sidr .sidr-inner .change .ttl {
	padding-top: 15px;
}

#sidr .sidr-inner .re-search .text li p {
	margin: 0px;
	padding: 0px;
}

/*
================================
検索フロートの表示制御
================================
*/
#searchFloat {
	/* opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(20px);
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%; */



	background: rgba(51, 51, 51, 0.7);
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
	transform: translateY(20px);
    transition: opacity .3s ease, bottom .3s ease;
}

#searchFloat.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

#searchFloat ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;

	li{
		width: 48%;

		button{
			border: 0;
			color: #fff;
			font-size: 16px;
			font-weight: bold;
			display: block;
			width: 100%;
			height: 100%;
			padding: 12px 8px;
		}
	}

	li.searchFloat_bt01 button{
		background: #fccc66;
	}

	li.searchFloat_bt02 button{
		background: #7da9ef;
	}
}