@charset "utf-8";

.search-ico {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 10%;
}

.search-img-ico {
	width: 100%;
}

.search-form-style {
	border-bottom: dotted 1px #eda3c4;;
}

#search .content-main .comment-box {
	margin-top: 20px;
}

#search .content-main .mapsearch-box a{
	display: block;
	width: 400px;
	height: 80px;
	margin: 40px auto;
	background-color: #eda3c4;
	font-size: 1.4em;
	color: #ffffff;
	text-align: center;
	line-height: 80px;
	border-radius: 10px;
	text-decoration: none;
}

#search .content-main .mapsearch-box a:hover {
	background-color: #e4007f;
	transition: .3s;
}

#search .search-form-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#search .search-form-box .clear-space {
	display: none;
}

#search .search-form-box form {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	box-sizing: border-box;
}

#search .search-form-box form .conditions,
#search .search-form-box form #popular-conditions {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	box-sizing: border-box;

}

#search .search-form-box dl,
#search .search-form-box dt,
#search .search-form-box dd {
	list-style: none;
}

#search .search-form-box dl {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}

#search .search-form-box dt {
	display: block;
	width: 35%;
	overflow: hidden;
	float: left;
	padding: 4rem 0;
	font-weight: bold;
	line-height: 2em;
	color: #e4007f;
}

#search .search-form-box dd {
	display: block;
	width: 65%;
	overflow: hidden;
	float: left;
	padding: 4rem;
	line-height: 2em;
}

#search .search-form-box .submit_button {
	width: 700px;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
}

#search .search-form-box .submit_button a {
	display: block;
	width: 300px;
	height: 60px;
	background-color: #e4007f;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	border-radius: 5px;
	text-decoration: none;
	float: left;
}

#search .search-form-box .submit_button a:hover,
#search .search-form-box .submit_button input:hover {
	opacity: 0.6;
}

#search .search-form-box .submit_button input {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	width: 300px;
	height: 60px;
	background-color: #eda3c4;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	border-radius: 5px;
	text-decoration: none;
	float: left;
	margin-left: 100px;
}

@media screen and (max-width:768px) {

#search .content-main .mapsearch-box a {
	width: 100%;
}

#search .search-form-box dt {
	width: 100%;
	padding: 0.5rem;
	font-size: 1.2em;
}

#search .search-form-box dd {
	width: 100%;
	padding: 0.5rem 2rem;
	font-size: 1.8rem;
	line-height: 2.5em;
}

#search .search-form-box .submit_button {
	width: 100%;
}

#search .search-form-box .submit_button a {
	width: 100%;
	margin: 0;
	margin-bottom: 1em;
	float: none;
}

#search .search-form-box .submit_button input {
	width: 100%;
	margin: 2rem 0;
	float: none;
}
}