@charset "UTF-8";
/* --------------------
search
---------------------*/
/* icon */
@font-face {
	font-family: "icons";
	src: url('/import/tenant_1/manara.jp/contents/shop/ru/fonts/icons.ttf') format("truetype"), url('/import/tenant_1/manara.jp/contents/shop/ru/fonts/icons.woff') format("woff"), url('/import/tenant_1/manara.jp/contents/shop/ru/fonts/icons.svg') format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon, .icon-caution, .icon-chev-dwn, .icon-chev-l, .icon-chev-r, .icon-chev-up, .icon-circhev-dwn, .icon-circhev-l, .icon-circhev-r, .icon-circhev-up, .icon-delete, .icon-double-l, .icon-double-r, .icon-excel, .icon-home, .icon-outer, .icon-pdf, .icon-search, .icon-word, .icon-check, .icon-lang, .icon-star, .icon-mappin, .icon-close, .icon-arrowhead-r, .icon-info {
	display: inline-block;
	font-family: "icons" !important;
	speak: none;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: 1;
	color: #D70146;
}

.icon-caution:before {
	content: "";
}

.icon-chev-dwn:before {
	content: "";
}

.icon-chev-l:before {
	content: "";
}

.icon-chev-r:before {
	content: "";
}

.icon-chev-up:before {
	content: "";
}

.icon-circhev-dwn:before {
	content: "";
}

.icon-circhev-l:before {
	content: "";
}

.icon-circhev-r:before {
	content: "";
}

.icon-circhev-up:before {
	content: "";
}

.icon-delete:before {
	content: "";
}

.icon-double-l:before {
	content: "";
}

.icon-double-r:before {
	content: "";
}

.icon-excel:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-outer:before {
	content: "";
}

.icon-pdf:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-word:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-lang:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-mappin:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-arrowhead-r:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-caution {
	color: #E80000;
}

.icon-excel {
	color: #22A265;
}

.icon-pdf {
	color: #E40000;
}

.icon-word {
	color: #4A90E2;
}

/* svg icon */
i[class*="svgicon-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
}

i[class*="svgicon-"]::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center 100%;
	-webkit-transform: translateY(0.1em);
	transform: translateY(0.1em);
}

i.svgicon-check::after {
	background-image: url('/import/tenant_1/manara.jp/contents/shop/ru/images/common/icon-check.svg');
}

.p-search {
	margin: 40px 0 0;
}

.p-search__body {
	background-color: #F3F3F3;
	padding: 24px 20px;
}

.p-search__item {
	margin-bottom: 24px;
}

.p-search__button {
	border-top: 1px solid #DDDDDD;
	padding-top: 24px;
}

.p-search__button .c-button-container {
	margin: 0 auto;
	max-width: 287px;
}

@media (min-width: 768px) {
	.p-search {
		max-width: 1000px;
		margin: 64px auto 0;
	}
	.p-search__body {
		padding: 47px 32px 49px;
	}
	.p-search__item {
		margin-bottom: 30px;
	}
	.p-search__button {
		padding-top: 30px;
	}
	.p-search__button .c-button-container {
		max-width: 312px;
	}
}

.p-search-keyword__title {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.p-search-keyword__textarea input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.p-search-keyword {
		display: flex;
	}
	.p-search-keyword__title {
		min-width: 200px;
		margin-right: 20px;
		display: flex;
		align-items: center;
	}
	.p-search-keyword__textarea {
		width: calc(100% - 220px);
	}
}

.p-search-links__title {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.p-search-links__lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px;
}

.p-search-links__list {
	margin: 0 14px;
}

@media (min-width: 768px) {
	.p-search-links {
		display: flex;
	}
	.p-search-links__title {
		min-width: 200px;
		margin-right: 20px;
		display: flex;
		align-items: center;
	}
	.p-search-links__lists {
		width: calc(100% - 220px);
	}
}

.p-search-category__title {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.p-search-category__select label {
	display: block;
	position: relative;
}

.p-search-category__select label::before {
	height: 10px;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	color: #333;
}

.p-search-category__select select {
	display: block;
	width: 100%;
	height: 50px;
	padding: 14px 20px 16px;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-sizing: border-box;
	color: #333333;
}

@media (min-width: 768px) {
	.p-search-category {
		display: flex;
	}
	.p-search-category__title {
		min-width: 200px;
		margin-right: 20px;
		display: flex;
		align-items: center;
	}
	.p-search-category__select {
		width: 432px;
	}
	.p-search-category__select label::before {
		pointer-events: none;
	}
}

.p-searce-result-num {
	font-size: 14px;
	color: #333;
	padding-bottom: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.p-searce-result-num {
		margin-bottom: 48px;
	}
}

.p-search-no-results {
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 62px;
}

@media (min-width: 768px) {
	.p-search-no-results {
		font-size: 16px;
		margin-bottom: 80px;
	}
}
