@charset "UTF-8";
/* 検索用css */
.search-pr {
	font-size: 14px;
	color: #fff;
	background-color: #D14F4F;
	border-radius: 5px;
	padding: 5px 17px;
	margin-left: 10px;
	font-weight: 400;
}
.search_form_wrap {
	margin: 56px 0 275px;
}
.search_text {
	margin-bottom: 14px;
}
.search_text p {
	font-size: 16px;
	line-height: 1.875;
}
.genre_wrap {
	background-color: #FFFEE8;
	border-radius: 20px;
	padding: 28px 0 36px;
	margin-bottom: 69px;
}
.genre_wrap h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 33px;
	margin-left: 30px;
}
.genre_content_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.genre_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	background-color:#FFFFFF;
	box-shadow: 0px 0px 3px rgba(0,0,0,.16);
	margin-left: 10px;
	margin-bottom: 20px;
}
.genre_item img {
	margin-bottom: 10px;
}
.item_gourmand img {
	width: 42px;
}
.item_beauty img,
.item_stay img,
.item_home img{
	width: 56px;
}
.item_medical img {
	width: 34px;
}
.item_health img,
.item_living img {
	width: 53px;
}
.item_study img,
.item_play img{
	width: 51px;
}
.item_shopping img {
	width: 40px;
}
.item_car img {
	width: 60px;
}
.genre_item span {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
}
.hide-area{
	display: none;
}
.modaal-container {
	border-radius: 33px;
}
.modaal-content-container {
	padding: 0;
	border-radius: 33px;
}
.search_conditions {
	border-top-left-radius: 33px;
	border-top-right-radius: 33px;
	background-color: #FAF7F2;
	font-size: 26px;
	font-weight: 700;
	padding:30px 0;
	text-align: center;
}
.search_conditions img {
	width: 27px;
	margin-right: 10px;
}
.search_flex_wrap {
	max-width: 685px;
	margin: 18px auto 30px;
}
.search_flex {
	display: flex;
	padding-bottom: 5px;
	border-bottom: 1px dashed #707070;
	margin-bottom: 8px;
}
.search_flex .ttl {
	font-size: 16px;
	font-weight:700;
	min-width: 22.4%;
	max-width: 154px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search_flex:nth-of-type(even) .ttl {
	background-color: #FAF7F2;
}
.search_flex ul {
	margin-left: 22px;
	min-width: 45%;
}
.award_search {
	width: 100%;
}
.search_flex ul.search_flex_list {
	display: flex;
	flex-wrap: wrap;
}
.search_flex ul li {
	margin-left: 14px;
	margin-bottom: 10px;
}
.search_flex ul.half li {
  margin-left: 14px;
  margin-bottom: 10px;
  min-width: 35%;
}
.search_flex ul li label {
	font-size: 16px;
	line-height: 1.875;
}
.search_flex ul li label input {
	vertical-align: baseline;
	margin-right: 10px;
}
.search_btn {
	text-align: center;
	margin-bottom: 33px;
}
.search_btn .input_btn_org {
	font-weight: 700;
	font-size: 20px;
	padding: 15px 0;
	min-width: 333px;
	max-width: 333px;
	color: #fff;
	background-color: #E57A7A;
	border-radius: 37px;
}
.stay_search_btn {
	margin-top: 33px;
}
.ranking_search_wrap {
	background-color: #FAF7F2;
	border-radius: 20px;
	padding: 35px 30px;
}
.ranking_search_wrap h2 {
	margin-bottom: 30px;
}
.ranking_search_wrap h2 span {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.384615;
	margin-left: 16px;
}
.ranking_search_wrap h2 .crown {
	width: 37px;
	vertical-align: text-bottom;
}
.ranking_search_wrap h2 .arrow {
	width: 49px;
	margin-left: 16px;
	vertical-align: middle;
}
.ranking_search {
	padding-bottom: 25px;
	border-bottom: 1px dashed #707070;
	margin-bottom: 25px;
}
.ranking_search_wrap div:nth-last-of-type(2) {
	border-bottom: 0;
}
.ranking_search_wrap h3 {
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: bold;
}
.ranking_search_wrap h3 img {
	width: 24px;
	vertical-align: bottom;
	margin-left: 10px;
}
.search_more_btn {
	text-align: right;
}
.search_more_btn a {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	background-color: #E57A7A;
	width: 176px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	border-radius: 50px;
}
.ranking_search_more_btn {
	max-width: 567px;
	margin: 0 auto;
}
.ranking_search_more_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 20px 0;
	border: 1px solid #E57A7A;
	border-radius: 10px;
}
.ranking_search_more_btn a img {
	width: 37px;
}
.ranking_search_more_btn a span {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	margin-left: 8px;
}
.ranking_search_content_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.ranking_search_content {
	width: 29%;
	max-width: 274px;
	max-height: 228px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #E5E5E5;
	padding: 20px 0;
	position: relative;
}
.ranking_search_content::before {
	position: absolute;
	content: '';
	display: block;
	width: 55px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 20px;
	left: 25px;
}
.ranking_search_content:first-of-type::before {
	background-image: url(../img/no1.png);
}
.ranking_search_content:nth-of-type(2)::before {
	background-image: url(../img/no2.png);
}
.ranking_search_content:nth-of-type(3)::before {
	background-image: url(../img/no3.png);
}
.search_ranking_shop_img {
	height: 148px;
	width: 100%;
	padding: 0 25px;
}
.search_ranking_shop_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.search_ranking_shop_title {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 18px;
	color: #707070;
	white-space: nowrap;
	text-align: center;
}

@media (max-width: 999px) {
	.ranking_search {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.search_more_btn {
		text-align: center;
	}
	.ranking_search_more_btn {
		max-width: 335px;
		min-width: 335px;
	}
	.search_more_btn a {
		font-size: 18px;
		width: 335px;
		padding: 14px 0;
	}
	.ranking_search_more_btn a img {
		width: 30px;
	}
	.ranking_search_more_btn a span {
		font-size: 18px;
		line-height: 2;
	}
	.search_ranking_shop_img {
		height: 181px;
		padding: 0 32px;
	}
	.search_ranking_shop_title {
		font-size: 19px;
		line-height: 1.894737;
		margin-top: 22px;
	}
	.ranking_search_content_wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.ranking_search_content {
		width: 100%;
		max-width: 335px;
		max-height: 279px;
		padding: 25px 0;
		margin-bottom: 20px;
	}
}
.change_search {
	margin: 20px auto 60px;
	text-align: center;
}
.change_search a {
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 16px 0;
	border: 1px solid #707070;
	border-radius: 33px;
}

@media (max-width:768px) {
	.search_form_wrap {
		margin: 24px 10px 40px;
	}
	.search_text {
		margin-bottom: 20px;
	}
	.genre_wrap {
		padding: 20px 10px 30px;
		margin-bottom: 50px;
	}
	.genre_wrap h2 {
		font-size: 24px;
		margin-bottom: 28px;
		margin-left: 10px;
	}
	.genre_item {
		width: 105px;
		height: 105px;
	}
	.genre_item img {
		margin-bottom: 5px;
	}
	.item_gourmand img {
		width: 37px;
	}
	.item_beauty img,
	.item_home img{
		width: 44px;
	}
	.item_stay img {
    width: 51px;
	}
	.item_medical img,
	.item_shopping img{
		width: 32px;
	}
	.item_health img,
	.item_living img {
		width: 46px;
	}
	.item_study img {
		width: 48px;
	}
	.item_play img{
		width: 42px;
	}
	.item_car img {
		width: 54px;
	}
	.genre_item span {
		font-size: 13px;
	}
	.search_conditions {
		padding: 20px 0;
	}
	.search_flex_wrap {
		width: 89.6%;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.search_flex {
		flex-wrap: wrap;
	}
	.search_flex .ttl,
	.search_flex ul {
		min-width: 100%
	}
	.search_flex .ttl {
		height: 40px;
	}
	.search_flex ul {
		margin-left: 0;
	}
	.search_btn {
		margin-bottom: 20px;
	}
	.stay_search_btn {
		margin-top: 20px;
	}
	.ranking_search_wrap {
		padding: 18px 10px;
	}
	.ranking_search_wrap h2 {
		margin-bottom: 20px;
	}
	.ranking_search_wrap h2 span {
		font-size: 24px;
		line-height: 1.5;
		margin-left: 0;
		letter-spacing: -.05em;
	}
	.ranking_search_wrap h2 .crown {
		display: block;
		margin: 0 auto 15px;
	}
	.ranking_search_wrap h2 .arrow {
		margin-left: 0;
	}
	.ranking_search {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.ranking_search_wrap h3 {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.ranking_search_wrap h3 img {
		width: 20px;
		margin-left: 6px;
	}
	.change_search {
		margin: 20px auto 30px;
	}
}