@charset "UTF-8";
/**
検索フォーム用CSS
*/

.shidashi-search-form-area {
	margin: 0 auto 0;
	font-size: 16px;
	padding: 5px 0 5px;
}
.shidashi-search-form-area .shop_banner {
	margin-bottom: 0;
}
.shidashi-search-form-area_inner {
	padding: 30px 20px;
	margin-top: 0px !important;
	margin-bottom: 40px !important;
}
@media(max-width: 768px){
	.shidashi-search-form-area {
		margin: 0 auto 0;
	}
	.shidashi-search-form-area_inner {
		margin-bottom: 0 !important;
	}
	.shidashi-search-form-area .section_title br {
		display: inline;
	}
}
@media(max-width: 480px){
	.shidashi-search-form-area {
		padding: 0;
	}
}
.search_title {
	text-align: center;
	font-size: 22px;
}
.shidashi-search-form-area #searchform {
	margin: 5px auto 5px;
	padding: 20px 0;
}
@media(max-width: 768px){
	.shidashi-search-form-area #searchform {
	}
}
@media(min-width:768px){
}

.shidashi-search-form-area .cat-title {
	background: #b98f3a;
	color: #fff;
	font-size: 14px;
	padding: 7px 25px;
	margin: 0 0 15px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	border-radius: 15px;
}
.shidashi-search-form-area .cat-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 8px solid #b98f3a;
}
.shidashi-search-form-area .form-inline .cat-title {
	padding: 7px 25px 7px 0;
	margin: 0;
	display: block;
	background: transparent;
}
.shidashi-search-form-area .form-inline .cat-title::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0;
  border-top: 1px solid #93262a;
}
.shidashi-search-form-area .form-inline .cat-title span {
	background: #93262a;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	margin: 0;
	font-weight: normal;
	display: inline-block;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.shidashi-search-form-area .search-field {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0 0 1rem;
    padding: 15px 20px;
    height: auto;
	font-size: 14px;
	border-color: #222;
	font-weight: bold;
	color: #222;
}
.search-text {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding: 20px 1rem 1rem;
	margin: -30px 0 1rem;
	text-align: center;
	font-size: 12px;
	color: #222;
}
@media(min-width:768px){
	.search-text {
		font-size: 14px;
	}
}
.search_open_area {
	padding: 20px;
	background: #fff;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.shidashi-search-form-area .form-inline {
	padding: 10px 0;
	font-weight: bold;
}
.shidashi-search-form-area select[name="search_price"] {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	width: 100%;
	padding: 3px 20px;
	border-color: #222;
	height: 57px;
	margin-bottom: 1rem;
	font-size: 14px;
	color: #222;
}
.shidashi-search-form-area input[type="checkbox"] {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	width: 18px;
	height: 18px;
	background: #fff;
	margin-right: 0.5rem;
	vertical-align: -4px;
	font-size: 14px;
}
.form-inline .checkbox label {
	font-size: 13px;
	letter-spacing: -1px;
}
.submit-area {
	width: 100%;
	display: table;
}


.submit-area .search_open {
	color: #fff;
	cursor: pointer;
	text-align: center;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 0;
	height: 57px;
	display: table;
	width: 100%;
	border-radius: 5px;
}
.search_open a {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #222 !important;
	padding: 10px 30px 10px 10px;
	background: #fff;
	border: solid 1px #222;
	margin: auto;
	text-align: left;
}
@media(max-width: 1270px){
}
@media(max-width: 990px){
	.search_open a {
		font-size: 14px;
	}
}
.search_open a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.search_open .fa-angle-up {
	display: none;
}
@media(max-width: 990px){
	.submit-area .search_open {
		width: 100%;
	}
	.search_open a {
		padding: 10px 40px 10px 20px;
	}
}
/*.submit-area .search_open::after {
	content: attr(data);
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	border: solid 1px;
	border-radius: 3px;
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1.2;
	font-weight: bold;
}*/
.submit-area .search_open i.fa {
	padding-left: 0.5rem;
}
.submit-area .search_open a:hover i.fa::before {
	text-decoration: none;
}

.submit-area input[type="submit"] {
	background: #be5a12;
	color: #fff;
	text-align: center;
	padding: 10px 30px;
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 1.8;
}
.submit-area input[type="submit"]:hover {
	background: #c42e22;
}
.submit-area .search_submit {
	background: #93262a;
	border: solid 1px #93262a;
	color: #fff;
	text-align: center;
	padding: 16px 20px;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	margin: auto;
	height: 57px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.submit-area .search_submit i {
	display: inline;
	vertical-align: 0;
	margin-right: 5px;
}
.submit-area .search_submit img {
	display: inline-block;
	vertical-align: -3px;
	margin-right: 5px;
	width: 16px;
}
@media(min-width:1025px){
	.submit-area .search_submit {
		padding: 16px;
	}
}
.submit-area .search_submit .rank_link {
    position: absolute;
    right: 16px;
    top: 7px;
    width: 80px;
    text-align: center;
}
.submit-area .search_submit .item_link_icon {
    width: 35px;
    height: 35px;
    stroke: #fff;
    position: relative;
    left: inherit;
    right: 20px;
    top: 4px;
}
.submit-area .search_submit .item_link_icon .st0 {
    fill: #fff;
}
@media(max-width:480px){
  .submit-area .search_submit {
    padding: 10px 5px;
    font-size: 14px;
  }
  .submit-area .search_submit .rank_link {
    position: static;
    width: 100%;
    text-align: right;
  }
  .submit-area .search_submit .item_link_icon {
    width: 25px;
    height: 25px;
    top: 0;
  }
}

.submit-area .search_submit:hover .rank_link .item_link_icon {
    animation: fadeSlideRight 0.5s linear forwards alternate;
    -webkit-animation: fadeSlideRight 0.5s linear forwards alternate;
}
.submit-area .search_submit {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	position: relative;
}
.submit-area .search_submit i.fa {
	padding-left: 0.5rem;
	font-size: 18px;
}

/*.submit-area .search_submit::after {
	content: "\025b6";
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #fefefe;
	color: #e57600;
	border-radius: 50%;
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1.6;
	font-size: 14px;
}*/
.snumber {
	background: #eee;
	margin-bottom: -1rem;
	margin-top: 2rem;
	padding: 1rem;
	font-size: 18px;
}
.snumber span {
	font-weight: bold;
}
.nopadding {
	padding: 0 !important;
}

.search_open_btn {
	width: 25px;
	height: 25px;
	color: #111;
	display: block;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: 1;
	border: solid 1px #222;
 }
.search_open_btn.close {
	display: none;
}



