/* 全体 */
.search-text {
	display: flex;
	width: 1000px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 59px;
	margin-bottom: 60px;
}
.search-text input[type="text"] {
	padding: 16px;
	width: 40%;
	border-radius: 4px;
	border: 1px solid #A8A4A4;
	outline: #A8A4A4;
}
.search-text input[type="text"]::placeholder {
	color: #9D9D9D;
	font-size: 14px;
	font-weight: 400;
}

	input[type="radio"] ,
input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px;
}

input[type="radio"] + label ,
input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 15px;
	height:auto;
	min-height: 30px;
	cursor: pointer;
    vertical-align: middle;
}

@media (min-width: 1px) {

	input[type="radio"] ,
	input[type="checkbox"] {
		display: none;
		margin: 0;
	}

input[type="radio"] + label ,
	input[type="checkbox"] + label {
		padding: 5px 0 0 26px;
	}

	input[type="radio"] + label::before ,
	input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFFFFF;
	}

	input[type="radio"] + label::before ,
	input[type="checkbox"] + label::before {
		border: 2px solid #C0C0C0;
	}

	input[type="radio"]:checked + label::after ,
	input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	input[type="radio"]:checked + label::after ,
	input[type="checkbox"]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid var(--color-primary);
		border-bottom: 3px solid var(--color-primary);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

}

/* さがす */
.condition-box {
	margin: 20px 0;
	padding: 20px;
	border-radius: 4px;
	background-color: #F5F5F5;
	width: 100%;
}

.condition-box .bottom-btn-box {
	margin-top: 20px;
	width: 100%;
	text-align: right;
}

.condition-box .bottom-btn-box p {
	margin-bottom: 5px;
	text-align: left;
}

.condition-box .bottom-btn-box .btn-search {
	margin-bottom: 5px;
	/* width: 160px; */
	width: 123px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border: none;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.condition-box .bottom-btn-box .btn-search:hover {
	background-color: #CC9900;
}

.condition-box dl {
	padding: 20px 10px;
	margin: 0;
	border-bottom: 1px solid #C7C7C7;
}

.condition-box dl:first-child {
	border-top: 1px solid #C7C7C7;
}

.condition-box dl dt {
	width: 80px;
	float: left;
}

.condition-box dl dt.dt_reservable {
	width: 210px;
}

.condition-box dl dt.dt_reservable label {
	font-weight: normal;
}

.condition-box dl dd {
	padding-left: 80px;
}

.condition-box dl dd input[type="text"] {
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	width: 200px;
	height: 30px;
	padding: 0 10px;
	text-align: left;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

@media screen and (max-width: 992px ) {
	.condition-box dl dd input[type="text"] {
		width: 98%;
	}
}

.condition-box dl dd input[type="text"]:focus {
	border: 1px solid #F1C455;
}

.condition-box dl dd input[type="text"]::-webkit-input-placeholder {
	color: #A0A0A0;
}

.condition-box dl dd input[type="text"]:-moz-placeholder {
	color: #A0A0A0;
}

.condition-box dl dd input[type="text"]::-moz-placeholder {
	color: #A0A0A0;
}

.condition-box dl dd input[type="text"]:-ms-input-placeholder {
	color: #A0A0A0;
}

/* 条件選択用パネル */
.condition-panel {
	display: none;
	position: absolute;
	width: 90%;
	max-width: 900px;
	background-color: rgba(255, 255, 255, 0.95);
	border: 1px solid #C7C7C7;
	border-radius: 4px;
	padding: 16px;
	z-index: 300;
}

.condition-panel h4 {
	position: relative;
	color: #111;
	font-size: 20px;
	font-weight: bold;
	margin: 26px 0 8px;
	background:none;
}

.condition-panel h4::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 10px;
	height: 12px;
	width: 12px;
}

.condition-panel h4::after {
	content: "";
	position: absolute;

	top: 20px;
	left: 4px;
	height: 8px;
	width: 8px;
}

.condition-panel .panel-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.condition-panel .panel-close::before,
.condition-panel .panel-close::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #303030;
}

.condition-panel .panel-close::before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.condition-panel .panel-close::after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.condition-panel .choises {
	padding: 10px;
	color: #808080;
}

.condition-panel .choises label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: normal;
	padding-top: 0;
}

.condition-panel .choises {
	padding: 6px;
}

.condition-panel .choises label img {
	height: 20px;
	margin-right: 8px;
}

.condition-panel .bottom-btn-box {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.condition-panel .btn {
	min-width: 150px;
}

/* .condition-panel .bottom-btn-box .flat-button {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px;
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-weight: normal;
	background-color: #B67C2D;
	border: none;
	border:1px solid #B67C2D;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.condition-panel .bottom-btn-box .flat-button:hover {
	background-color: #fff;
	color:#B67C2D;
} */

/* .reset {
	color: #B67C2D!important;
	background-color: #fff!important;
	border:1px solid #B67C2D!important;
} */
.panel-overlay{
	background: rgb(0, 0, 0);
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;	
}
.search-condition-feature_tag {
	background-color: #fff;
	margin: 10px 5px;
	padding: 2px 5px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	color: #979797;
	border-radius: 4px;
	line-height: 2;
	white-space: nowrap;
}
.search-more-button {
	padding: 5px 10px 5px 0;
	text-align: right;
}
.search-close-button {
	padding: 5px 10px 5px 0;
	text-align: right;
}

.choises .row{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.choises .col-sm-4{
	width: 30%;
	padding: 4px 0;
}
@media (max-width: 767px){
	/* .condition-panel .bottom-btn-box .flat-button {
		width: 90%;
		margin-right: auto;
		} */
	.choises .col-sm-4{
		width: 100%;
	}
	/* .submit_btn{
		width: 90%;
		margin-right: 0;
	}	
	.btn-reset{
		width: 90%;
	}	 */
}

@media (min-width: 1024px){
	.condition-panel {
		padding: 32px;
	}

	.condition-panel .bottom-btn-box {
		margin-top: 32px;
	}
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.ui-display-none {
  display: none !important;
}
dl{
  margin-bottom: 0;
}
dt{
  margin-top: 15px;
}

.search-dl {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 800px;
	margin: 0 auto 32px;
}

.search-dl dd {
	width: 100%;
	margin: 0;
}

.search__tag__anchor {
	color: #8c8d8e;
}

.search__tag__anchor a {
	display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: -.2px;
    text-align: left;
    color: #8c8d8e;
	border-bottom: 1px solid currentColor;
	padding: 10px 0;
}

.selected-item {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.search-dl {
		gap: 32px;
	}

	.search-dl dd {
		width: calc((100% - 32px) / 2);
	}
}

/* .submit_btn {
	background: #303335;
    border: 1px solid #303335;
} */