@charset "utf-8";
/*　ヘッダー検索エリア　*/
.h_search_pc {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.h_search_area input[type="radio"] {
	display: none;
}

.h_search_area label {
	font-size: 1.4rem;
	font-weight: bold;
}

.h_search_area form {
	align-items: center;
	background: #fff;
	display: flex;
	height: 50px;
	border: 1px solid #333;
	width: 80%;
}

.h_search_area input[type="text"] {
	appearance: none;
	border: none;
	border-right: none;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: calc( 100% - 60px );
	padding: 10px 20px;
	letter-spacing: 0.03em;
	height: 100%;
	transition: .3s;
}

.h_search_area input[type="text"]:focus {
	outline: none;
	background: #fcf6f6;
}

@media screen and (min-width: 769px) {
	
	.h_search_area input[type="text"]:focus {
		background: #fff;
	}

}

.h_search_area input[type="text"]::placeholder {
	color: #b4b3b3;
}

.h_search_area input[type="image"] {
	width: 60px;
	height: 100%;
	background: #fff;
	border: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 14px 10px;
}

@media screen and (min-width: 769px) {
	
	.h_search_area input[type="image"] {
		padding: 12px 20px;
	}
	
}

.ex-search-menu {
	position: absolute;
	display: none;
	top: 60px;
	width: 740px;
	right: 20px;
}

.ex-search-menu .ex-search-menu-inner {
	background: #fff;
	padding: 10px 20px 25px 20px;
	border-radius: 20px;
	border: 5px solid #f6dede;
}

.ex-search-menu .ex-search-hot {
	display: flex;
	flex-wrap: wrap;
}

.ex-search-menu .cmn-hot a {
	font-size: 1.5rem;
	padding: 8px 12px;
}

.ex-search-menu .ex-search-ttl i {
	margin: 0 3px 0 0;
}

.ex-search-menu .ex-close {
	align-items: center;
	color: #ea0113;
	cursor: pointer;
	display: flex;
	font-size: 1.7rem;
	top: 20px;
	right: 40px;
	position: absolute;
	line-height: 1;
}

.ex-search-menu .ex-close i {
	margin: 3px 5px 0 0;
}




@media screen and (max-width: 768px) {
	
	/*　search_area　*/
	.h_search_area {
		
	}
	
	.form_page .h_search_area ul, .ecssol_page .h_search_area ul {
		position: static;
		right: auto;
		top: auto;
	}
	
	/*　中　*/
	.h_search_area form {
		width: 100%;
		height: 60px;
	}
	
	.h_search_area input[type="text"] {
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		width: calc( 100% - 51px );
		padding: 14px 11px;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
		vertical-align: middle;
	}
	
	.h_search_area input[type="image"] {
		width: 51px;
		height: 51px;
		padding: 14px;
		border: none;
		vertical-align: middle;
	}
	
	.fixed .h_search_area input[type="image"] {
		padding: 14px;
	}
	
	.h_search {
		visibility: hidden;
		float: none;
		position: fixed;
		top: 0;
		z-index: 50;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 0;
		padding: 80px 20px 20px;
		right: -120vw;
		left: auto;
		transition: right .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	
	.h_search.open {
		right: 0;
	}
	
	.search_inner {
		overflow-y: scroll;
		padding: 70px 20px 30px;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
	
	.h_search_pc {
		display: block;
	}
	
	.sp_search_title {
		font-size: 1.6rem;
		font-weight: bold;
		color: #222;
		padding: 0 0 10px 0;
		display: block;
	}
	
	.search_inner .btn {
		width: 100%;
		margin: 0 auto;
		padding: 70px 0 0 0;
		text-align: center;
		font-size: 1.5rem;
	}
	
	.search_inner .btn a {
		color: #fff;
		width: 100%;
		padding: 15px 0;
		border: 1px #DDD solid;
		display: block;
		letter-spacing: 0;
		font-weight: bold;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
	
	.search_inner .btn a::after {
		display: inline-block;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.8rem;
		color: #FFF;
		position: absolute;
		right: 10px;
		vertical-align: middle;
	}
	
	/*　外　*/
	.ecssol_page .h_search_btn {
		position: absolute;
		top: 12px;
		right: 50px;
	}

	.form_page .h_search_btn {
		position: absolute;
		top: 12px;
		right: 20px;
	}
	
	.h_search_btn::before {
		color: #e30214;
		content: "\f002";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 2.5rem;
	}
	
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	
	.h_search_btn {
		appearance: none;
		background: transparent;
		border: none;
		outline: none;
		right: 15px;
		position: absolute;
		top: 11px;
	}
	
	.fixed .h_search_btn {
		right: 20px;
		z-index: 100;
		position: fixed;
	}
	
	.fixed .h_search_btn::before {
		content: "\f00d";
		font-size: 3.5rem;
	}
	
	.open {
		opacity: 1;
		visibility: visible;
	}

	.ex-search-menu {
		display: block!important;
		margin: 15px 0 0 0;
	}
	
	.ex-search-menu .ex-search-ttl {
		text-align: center;
	}
	
	.ex-search-hot {
		display: flex;
		flex-wrap: wrap;
	}
	
	.ex-search-menu {
		position: static;
		width: 100%;
	}
	
	.ex-search-menu .ex-search-menu-inner {
		padding: 10px 10px 25px 10px;
	}
	
	.ex-search-menu .ex-close {
		display: none;
	}
	
}







/* -----------------------------------------------------------
    page-search
-------------------------------------------------------------- */
.page-search .topcontents {
	padding: 80px 0;
}

.page-search .cmn-filter-area .cmn-filter-item.active label {
	background: #B19363;
	color: #fff;
}



/* -----------------------------------------------------------
    page-search-cmn
-------------------------------------------------------------- */
.page-search-cmn .topcontents {
	padding: 40px 0;
	min-height: 500px;
}

.page-search-cmn .cmn-filter-area .cmn-filter-item.active label {
	background: #B19363;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.page-search-cmn .topcontents {
		min-height: auto;
	}
}







