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

.shidashi-search-form-area {
	margin: 60px auto 0;
	font-size: 16px;
	padding: 30px 0;
	background: #1e2f4a;
}
.shidashi-search-form-area h2 {
	margin: 60px auto 0;
	color: #fff !important;
}
.shidashi-search-form-area h2::after {
	border-color: #fff !important;
}
.shidashi-search-form-area h2 span {
	color: #fff !important;
}
.shidashi-search-form-area .shop_banner {
	margin-bottom: 0;
}
.shidashi-search-form-area_inner {
	padding: 10px 0px;
	margin-bottom: 10px !important;
}
.search_fields {
	width: calc((100% - 20px) / 2);
}
@media(max-width: 768px){
	.search_fields {
		width: 100%;
		margin-bottom: 3px;
	}
	.search_fields:last-child {
		margin-bottom: 15px;
	}
	.shidashi-search-form-area {
		margin: 30px 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;
}
.shidashi-search-form-area .section_header {
	border: none;
	padding: 0;
}
.shidashi-search-form-area .section_header .section_title.search-title {
	color: #333;	
	margin: 0;
	padding: 25px 20px 0;
	font-size: 18px;
	text-align: center;
	position: relative;
}
@media(max-width: 768px){
	.shidashi-search-form-area #searchform {
		padding: 0 0;
	}
}
@media(min-width:768px){
	.shidashi-search-form-area .section_header .section_title.search-title {
		font-size: 32px;
	}
}
.shidashi-search-form-area .section_header .section_title.search-title::before,
.shidashi-search-form-area .section_header .section_title.search-title::after {
	display: none;
}
.shidashi-search-form-area .section_header .section_title.search-title span {
	display: block;
	color: #b98f3a;	
	max-width: 300px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	border-bottom: solid 1px #b98f3a;
	position: relative;
}
.shidashi-search-form-area .section_header .section_title.search-title span::before,
.shidashi-search-form-area .section_header .section_title.search-title span::after {
	content: "";
	width: 3px;
	height: 3px;
	background: #b98f3a;
	position: absolute;
	bottom: -2px;
}
.shidashi-search-form-area .section_header .section_title.search-title span::before {
	left: 0;
}
.shidashi-search-form-area .section_header .section_title.search-title span::after {
	right: 0;
}

.shidashi-search-form-area .cat-title {
\	color: #111;
	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: 1px 0 5px;
	margin: 0;
	display: block;
	background: transparent;
	text-align: left;
}
.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 #2d5e03;
  display: none;
}
.shidashi-search-form-area .form-inline .cat-title span {
	color: #111;
	font-size: 18px;
	padding: 7px 15px 7px 5px;
	margin: 0;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.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: #cacaca;
	font-weight: bold;
	color: #000;
}
.search-text {
  //font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding: 20px 1rem 1rem;
	margin: -30px 0 1rem;
	text-align: left;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
	.form-inline .checkbox {
		margin-top: 0;
		margin-bottom: 0;
	}
@media(min-width:768px){
	.search-text {
		font-size: 14px;
	}
}
.search_open_area {
	padding: 2px 0;
	background: #fff;
}
.shidashi-search-form-area .form-inline {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding: 8px 0;
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #E5E7E9;
	line-height: 1.0;
}
.shidashi-search-form-area .form-inline:first-child {
	border-top: solid 1px #E5E7E9;
}
.shidashi-search-form-area select[name="search_price"] {
	//font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	width: 100%;
	padding: 3px 20px;
	border-color: #cacaca;
	height: 57px;
	margin-bottom: 1rem;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.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%;
	text-align: center;
}


.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%;
}
.search_open a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #000 !important;
	padding: 10px 30px 10px 10px;
	background: #fff;
	border: solid 1px #cacaca;
	margin: auto;
	text-align: left;
	font-weight: bold;
}
@media(max-width: 1270px){
	.search_open a {
		font-size: 1.2vw;
	}
}
@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: #dedbdf;
	color: #000;
	text-align: center;
	padding: 18px 20px;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 auto 0;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 3px;
}
.submit-area .search_submit img {
	display: inline;
	vertical-align: 0;
	margin-left: 5px;
}
@media(min-width:1025px){
	.submit-area .search_submit {
		padding: 18px 10px;
	}
}
.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: 20px 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 {
	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: 21px;
	height: 21px;
	border: solid 1px #000;
	display: block;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: 1;
 }
.search_open_btn.close {
	display: none;
}



