@charset "utf-8";
/* CSS Document */

body {
	background-image: linear-gradient(90deg, rgb(255, 241, 226) 0%, rgb(255, 252, 228) 51%, rgb(255, 254, 243) 100%);
}
/* ------------------------------------------------- */
/* 共通ヘッダー */
/* ------------------------------------------------- */
.lower_page header {
}
.header_menu_wrap_pc {
	margin-bottom: 30px;
}
.head_line {
	position: relative;
	background-color: #c2a67e;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 24px;
}
h1 {
	line-height: 1;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.search_haeder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

/* 情報の順番エリア */
.order_wrap {
	margin-top: 20px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.order_wrap span {
	font-weight: normal;
	font-size: var(--top_font_m);
	line-height: 1;
}
.order_wrap strong {
	font-weight: bold;
}

.order_wrap button {
	font-size: var(--top_font_s);
	margin-left: 15px;
	border: 1px solid #8e8e8e;
	border-radius: var(--basic_radius);
	background-color: #ffe061;
	color: #5a3e3e;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	line-height: 1;
	cursor: pointer;
	font-weight: normal;
}
.order_wrap button:hover {
	opacity: 0.8;
}

@media screen and (max-width: 760px) {
	.order_wrap {
		margin: 0 0 1.4vw 0;
	}
	.order_wrap button {
		margin-left: 3vw;
		border-radius: 5px;
		padding: 1vw 3vw 1.4vw;
		font-size: 3.4vw;
	}
	.order_wrap strong {
		font-size: 3.8vw;
	}
	.order_wrap span {
		padding-left: 4vw;
		font-size: 3.4vw;
	}
	.search_modal_box.modal_order {
		width: 100%;
	}
	.search_modal_box.modal_order .description {
		width: 100%;
		font-size: 4vw;
		padding: 0 4vw;
	}
	.search_modal_box .order_ul {
		margin-top: 6vw;
	}

	.search_modal_box .order_ul li a {
		font-size: 4vw;
		padding: 3vw 3vw;
	}

	.head_line {
		padding: 4vw 0;
		font-weight: bold;
		margin-bottom: 4vw;
		font-size: 6vw;
	}
	h1 {
		margin-bottom: 2vw;
		font-size: 3.4vw;
	}

	.first_wrap {
		display: flex;
		flex-direction: column;
	}
	.first_wrap ._area_box1 {
		order: 1;
	}
	.first_wrap .search_haeder {
		order: 2;
	}
	.first_wrap .order_wrap {
		order: 3;
	}
	.first_wrap .view_count {
		order: 4;
	}

	.search_haeder {
		padding: 0 4vw;
		margin-bottom: 2vw;
		margin-top: 4vw;
	}
	.search_haeder._noresult {
		margin-top: 10vw;
	}
	.search_haeder._noresult h1 {
		margin-bottom: 0;
	}

	.search_haeder div p {
		line-height: 1;
	}
}

@media screen and (max-width: 760px) {
	.search {
		padding-bottom: 5vw;
	}
	.sp_search {
		padding: 0 4vw;
		margin-bottom: 4vw;
	}
	.sp_search button {
		border: none;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		color: #695c48;
		background-color: #ffe061;
		font-weight: bold;
		border-radius: 8px;
		padding: 3vw 0;
		font-size: 3.6vw;
		box-shadow: 0 2px 2px 0 rgb(0 0 0 / 18%);
		width: 100%;
	}
	.sp_search button::before {
		font-weight: normal;
		content: '\f002';
		font-family: FontAwesome;
		margin-right: 1.5vw;
	}
}

/* ------------------------------------ */
/* 表示件数 */
/* ------------------------------------ */
.view_count {
	/* margin-bottom: 20px; */
}
@media screen and (max-width: 760px) {
	.view_count {
		color: #525252;
		font-size: var(--top_font_s);
		padding: 0 4vw;
		/* padding: 0 4vw;
		margin-bottom: 0px;
		margin-top: 4vw; */
	}

	.search_list {
		margin-top: 4vw;
		padding: 0 4vw;
	}
}

/* ------------------------------------ */
/* 検索タイプ変更*/
/* ------------------------------------ */
.search_type {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.search_type ul {
	display: flex;
	border: solid 1px #8e8e8e;
	border-radius: 8px;
	overflow: hidden;
}
.search_type ul li {
	flex-grow: 1;
	text-align: center;
	font-size: 20px;
	transition: all 700ms 0s ease;
	border-right: solid 1px #8e8e8e;
	width: calc(570px / 3);
	background-color: #fff;
}
.search_type ul li:last-child {
	border-right: none;
}
.search_type ul li.active {
	background-color: #ffe061;
}
.search_type ul li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-weight: bold;
	color: #5a3e3e;
	padding: 15px 0;
	position: relative;
	line-height: 1;
	font-size: var(--top_font_m);
}
.search_type .pink_btn {
	background-color: #fff;
	color: #ff98b7;
	border: 1px solid #ff98b7;
	padding: 15px 25px;
	font-size: var(--top_font_m);
	font-weight: bold;
}
.search_type .pink_btn:after {
	font-family: 'FontAwesome';
	content: '\f08e';
	margin-left: 5px;
}
.search_type ul li a:hover {
	background-color: var(--color_btn_white_hover);
}
.search_type ul li.active a:hover {
	background-color: transparent;
}

@media screen and (max-width: 760px) {
	.search_type {
		padding: 0 4vw;
		margin-bottom: 5vw;
		flex-direction: column;
		margin-top: 5vw;
	}
	.search_type ul {
		width: 100%;
	}
	.search_type ul li {
		font-size: 4vw;
		display: flex;
	}
	.search_type ul li a {
		padding: 3vw 0;
	}

	.search_type > a {
		width: 100%;
		margin-top: 2vw;
		padding: 3vw 0;
	}
	.search_type > .pink_btn {
		padding: 3vw 0;
		margin-top: 3vw;
	}
	.search_type > .pink_btn:after {
		font-family: 'FontAwesome';
		content: '\f08e';
		margin-top: 0.5vw;
		margin-right: 2vw;
		margin-left: 1vw;
	}
}

/* ------------------------------------------------- */
/* こだわり検索 */
/* ------------------------------------------------- */

.search_main {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 120px;
}

.search_main aside {
	width: 300px;
	min-width: 300px;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
}
.search_main .search_body {
	flex-grow: 1;
	max-width: 860px;
}
.search_main > dl {
	background-color: #fff9e0;
	border: solid 1px #ffe061;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.search_main > dl > dt {
	background-color: #ff9e00;
	color: #fff;
	text-align: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 10px;
	line-height: 1;
}
.search_main > dl > dt::before {
	font-weight: normal;
	content: '\f002';
	font-family: FontAwesome;
	margin-right: 10px;
}
.search_main > dl > dd {
	padding: 0 10px;
}
.search_main > dl > dd > dl {
	margin-bottom: 30px;
}
.search_main > dl > dd > dl dt {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}
.genre_list {
	padding-top: 10px;
}
.genre_list li {
	margin-bottom: 5px;
}
.genre_list li a {
	font-size: 14px;
	display: block;
	padding: 5px;
	text-align: center;
	color: #695c48;
	background-color: #ffeda4;
	border-radius: 3px;
}

/* ------------------------------------------------- */
/* 左カラムのデザイン */
/* ------------------------------------------------- */
/* こだわり検索 */
.parent_area {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
	border: solid 1px #8e8e8e;
	padding: 10px;
	line-height: 1;
	background-color: #ffffff;
}
.parent_area strong {
	font-weight: bold;
}

.search_main > dl {
	background-color: #ffffff;
	border: solid 1px #514343;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.search_main > dl > dt {
	background-color: #514343;
	color: #fff;
	text-align: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 10px;
	line-height: 1;
}
.search_main > dl > dt::before {
	font-weight: normal;
	content: '\f002';
	font-family: FontAwesome;
	margin-right: 10px;
}
.search_main > dl > dd {
	padding: 0 10px;
}
.search_main > dl > dd > dl {
	margin-bottom: 30px;
}
.search_main > dl > dd > dl dt {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}
.search_main .parent_area a {
	color: #695c48;
}

.search_main .child_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_main .child_area li {
	width: 49%;
	margin-bottom: 2%;
}
.search_main .child_area li a {
	font-size: 14px;
	display: block;
	padding: 5px;
	text-align: center;
	color: #695c48;
	background-color: #ffeda4;
	border-radius: 3px;
}
.search_main .child_area li a:hover {
	background-color: #ffe061;
}

/*他リンク*/
.other_links {
	margin-top: 20px;
}
.other_links .lead_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-top: 5px;
}
.other_links .g_column_box,
.other_links ._link_box {
	padding: 10px;
	border: 1px solid #8e8e8e;
	border-radius: initial;
	margin-top: 10px;
}
.other_links ._link_box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	background-color: #fff;
}
.other_links .g_column_box ._head_img,
.other_links ._link_box ._head_img {
	width: 60px;
	height: 60px;
	border-radius: initial;
	box-shadow: initial;
	object-fit: cover;
	flex-shrink: 0;
}
.other_links .g_column_box ._info {
	margin-left: 10px;
	max-width: 75%;
}
.other_links .g_column_box .column_label {
	padding: 3px;
	font-size: 10px;
	margin-top: 0;
}
.other_links .g_column_box ._info ._lead_text {
	font-size: 14px;
	margin-top: 2px;
}
.other_links ._link_box > div {
	margin-left: 10px;
}

.other_links ._link_box span {
	font-size: 12px;
	color: #525252;
}
.other_links ._link_box span._title {
	font-size: 14px;
	color: #7092d2;
}

/*サイドエリアーーーーーーーーーーーーーーーーーーーーーーー*/

.search_main ._area_box1 {
	display: none;
}
.aside_area {
	width: 300px;
}
.aside_area .arrow_icon2 {
	color: #525252;
	font-weight: 100;
}
.aside_area .search_box {
	margin: 0;
}

.aside_area .search_box .search_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-top: 5px;
}
.aside_area .search_box dd {
	background-color: #fff;
	margin-top: 15px;
	border: 1px solid #8e8e8e;
}
.aside_area ._each_box {
	display: flex;
	flex-direction: column;
}
.aside_area ._each_box .area_icon,
.aside_area ._each_box .station_icon,
.aside_area ._each_box .genre_icon {
	padding-left: 33px;
	position: relative;
}
.aside_area ._each_box .concept_icon {
	padding-left: 30px;
	position: relative;
}
.aside_area ._each_box .area_icon:before,
.aside_area ._each_box .station_icon:before,
.aside_area ._each_box .concept_icon:before,
.aside_area ._each_box .genre_icon:before {
	content: '';
	position: absolute;
	left: 0;
	background-size: contain;
}

.aside_area ._each_box .search_name {
	line-height: 1;
	font-size: 18px;
	font-weight: normal;
}

.aside_area ._each_box .sp_icon_img {
	display: none;
	/* spでは表示 */
}
.aside_area ._each_box .term_text {
	text-align: left;
}
.aside_area ._each_box .term_text .choiced {
	font-size: 16px;
	color: #5a3e3e;
	font-weight: 100;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 175px;
	display: block;
}

.aside_area .area {
	padding: 20px;
	border-bottom: 1px solid #8e8e8e;
}

.search_box dd > div > span {
	margin: 0 0 10px 0;
}
.aside_area .area .area_icon:before {
	width: 25px;
	height: 25px;
	top: -4px;
	background-image: url('/assets/img/global/icon/area_icon.webp');
}
.aside_area .area .station_icon:before {
	width: 25px;
	height: 25px;
	top: -4px;
	background-repeat: no-repeat;
	background-image: url('/assets/img/global/icon/station_icon.webp');
}
.aside_area .genre {
	padding: 20px;
	border-bottom: 1px solid #8e8e8e;
}

.aside_area .genre .genre_icon:before {
	width: 25px;
	height: 21px;
	top: -4px;
	background-image: url('/assets/img/global/icon/genre_icon.webp');
}
.aside_area .concept {
	padding: 20px;
}
.aside_area .concept .concept_icon:before {
	width: 23px;
	height: 24px;
	top: -4px;
	background-image: url('/assets/img/global/icon/concept_icon.webp');
}
.aside_area .result_hit {
	display: flex;
	flex-direction: column;
	padding: 15px 20px 20px 20px;
}
.aside_area .result_hit span {
	font-size: 18px;
	text-align: center;
	line-height: 1;
	color: #525252;
}
.aside_area .result_hit span strong {
	padding-left: 3px;
	font-size: 24px;
	font-weight: bold;
}
.aside_area .result_hit button {
	transition: 0.5s;
	cursor: pointer;
}
.aside_area .result_hit button.disactive {
	transition: 0.5s;
	background-color: #e5e5e5;
	color: #666666;
}
.select_term_box {
	padding: 10px 15px 10px 18px;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border: 1px solid #8e8e8e;
	background-color: #ffe061;
}
.select_term_box._in_search {
	text-align: center;
	color: #514343;
	font-weight: bold;
	font-size: var(--top_font_m);
	justify-content: center;
}

.aside_area .search_type_box {
	margin-top: 20px;
}
.aside_area .search_type_box .feature {
	margin-top: 15px;
}

.feature_list {
	padding: 20px;
	line-height: 1;
}
.feature_list._cast {
	border-bottom: none;
	padding-bottom: 0;
}
.cast_title {
	font-size: 18px;
	color: #525252;
	padding-top: 20px;
	padding-left: 20px;
	display: block;
}
.cast_title + .feature_list {
	padding-top: 10px;
}

.feature_list .feature_checkbox {
	margin-top: 15px;
	position: relative;
}
.feature_list .feature_checkbox:first-child {
	margin-top: 0;
}
.feature_list .feature_checkbox input[type='checkbox'] {
	display: none;
}
.feature_list .feature_checkbox input[type='checkbox']:checked label:after {
	opacity: 1;
}
.feature_list .feature_checkbox input[type='checkbox']:checked + label:after {
	opacity: 1;
}
.feature_list .feature_checkbox label {
	padding-left: 35px;
	font-size: 16px;
	cursor: pointer;
	color: #525252;
}
.feature_list .feature_checkbox label:before {
	content: '';
	display: block;
	background-color: #fffef9;
	border: solid 1px #8e8e8e;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -3px;
	transition: all 0.3s ease;
}
.feature_list .feature_checkbox label:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 3px;
	width: 15px;
	height: 8px;
	border-left: 4px solid var(--color_attention);
	border-bottom: 4px solid var(--color_attention);
	transform: rotate(-45deg);
	opacity: 0;
	transition: all 0.3s ease;
}
.feature_list .feature_checkbox label:hover {
	opacity: 0.8;
}

.search_result_hit span strong {
	color: var(--color_attention);
}
.search_result_hit button {
	color: #5a3e3e;
	margin-top: 10px;
	padding: 15px 0px;
	background-color: var(--color_btn_bg);
	border-radius: var(--basic_radius);
	border: 1px solid #8e8e8e;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}

.page_nation_nav li {
	margin: 0 4px;
	font-size: 16px;
}
.no_search_result {
	margin-top: 10px;
}

@media screen and (max-width: 760px) {
	.select_term_box._in_search {
		border-width: 2px;
		padding: 2vw;
	}

	.search_main {
		flex-direction: column;
	}

	.search_main .search_body {
		flex-grow: 1;
		max-width: 100%;
	}

	.search_main aside {
		width: 100%;
		padding: 0 4vw;
	}

	.search_main ._area_box1 {
		display: block;
	}

	.search_main ._area_box2 {
		margin-top: 8vw;
	}

	.aside_area .search_box .search_title {
		display: none;
	}

	.aside_area .search_box dd {
		border-radius: 8px;
		margin-top: 0;
	}

	.aside_area ._each_box {
		padding: 0;
		position: relative;
		cursor: pointer;
	}
	.aside_area ._each_box .search_name {
		padding: 0 3vw 0 13vw;
		font-size: 4.6vw;
		height: 12vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: 1;
		font-weight: 100;
	}

	.aside_area ._each_box .search_name .choiced_name {
		display: flex;
		flex-direction: column;
		width: 75%;
	}
	.aside_area ._each_box .search_name .choiced_name span {
		font-weight: 100;
	}
	.aside_area ._each_box .search_name .choiced_name span:nth-child(2) {
		font-size: 3vw;
		margin-top: 1vw;
		color: #ff7949;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.aside_area ._each_box .select_term_box {
		display: none;
	}
	.aside_area .area::before,
	.aside_area .station::before,
	.aside_area .genre::before,
	.aside_area .concept::before,
	.aside_area .feature::before {
		left: 3vw;
		width: 7vw;
		height: 7vw;
		content: '';
		position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.aside_area .area::before {
		background-image: url('/assets/img/global/icon/area_icon_sp.webp');
		top: 2.7vw;
	}

	.aside_area .station::before {
		background-image: url('/assets/img/global/icon/station_icon.webp');
		top: 2.7vw;
	}

	.aside_area .genre::before {
		background-image: url('/assets/img/global/icon/genre_icon_sp.webp');
		top: 2.4vw;
	}

	.aside_area .concept {
		border-bottom: 1px solid #8e8e8e;
	}

	.aside_area .concept::before {
		background-image: url('/assets/img/global/icon/concept_icon_sp.webp');
		top: 2.4vw;
	}

	.aside_area .feature::before {
		background-image: url('../../../assets/img/global/icon/feature_icon_sp.webp');
		top: 2.4vw;
	}

	.aside_area .area .area_icon::before,
	.aside_area .genre .genre_icon::before,
	.aside_area .concept .concept_icon::before,
	.aside_area .feature .feature_icon::before {
		content: initial;
	}

	.aside_area ._each_box .chang_txt {
		position: relative;
		font-size: 3.6vw;
		line-height: 1;
		font-weight: 100;
		padding-right: 4vw;
	}

	.aside_area ._each_box .chang_txt:after {
		content: '';
		position: absolute;
		font-family: 'FontAwesome';
		content: '\f105';
		font-weight: 400;
		font-size: 5.2vw;
		font-style: normal;
		right: 0.4vw;
		top: -0.8vw;
		color: #525252;
	}

	.feature_list._cast {
		border-bottom: none;
		padding-bottom: 0;
		padding-top: 10vw;
	}
	.cast_title._first {
		display: block;
	}
	.cast_title._first + .feature_list._cast {
		padding-top: 0;
	}
	.cast_title {
		text-align: left;
		font-size: 5vw;
		padding: 7vw 0 0 4vw;
	}
	.cast_title + .feature_list {
		padding-top: 0;
	}

	.lists_info_bottom {
		margin-top: 8vw;
	}
	.page_nation_nav {
		margin-top: 4vw;
	}
	.page_nation_nav li {
		font-size: 4.8vw;
		padding: 2vw 0;
		height: auto;
		margin: 0 2.4vw 0 0;
		line-height: 1;
		background-color: #fff;
		min-width: initial;
		width: 9vw;
	}
	.page_nation_nav li a {
		padding: 0;
	}
	.page_nation_nav li.now {
		background-color: #ffe061;
		padding: 2vw 0 2.2vw;
		width: 9vw;
	}
	.page_nation_nav li.next,
	.page_nation_nav li.prev {
		width: 13vw;
	}

	.no_search_result {
		font-size: 3.4vw;
		padding: 0 4vw;
		margin-top: 0;
	}
}

/* 閲覧履歴・キープ共通 */
.keep-history .search_main {
	justify-content: center;
}
.keep-history .search_type {
	display: flex;
}
.keep-history .search_type ul li {
	overflow: hidden;
}
.keep-history .search_type ul li a {
	padding: 10px 10px;
	height: 100%;
}
.keep-history .search_type ul li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 auto;
	background-color: #5a3e3e;
	color: #ffffff;
	line-height: 1;
	height: 30px;
	width: 30px;
	border-radius: 200px;
}
.keep-history .search_type a.active {
	background-color: #ffe061;
}
.keep-history .search_type i {
	font-style: normal;
	font-weight: bold;
}
.keep-history .keep_icon,
.keep-history .history_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	border-radius: 6px;
	overflow: hidden;
	padding: 0 10px;
	color: #5a3e3e;
	font-weight: bold;
}
.keep-history .history_icon:hover {
	background-color: var(--color_btn_white_hover);
}
.keep-history .keep_icon::before,
.keep-history .history_icon::before {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	min-width: 18px;
	margin: 0 4px 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
}
.keep-history .keep_icon::before {
	background-image: url(/assets/img/global/icon/star_active.svg);
}
.keep-history .history_icon::before {
	background-image: url(/assets/img/global/icon/history.svg);
}

.keep-history .keep_icon span,
.keep-history .history_icon span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 auto;
	background-color: #5a3e3e;
	color: #ffffff;
	line-height: 1;
	height: 30px;
	width: 30px;
	border-radius: 200px;
	margin: 0 0 0 20px;
}
.keep-history .history_info {
	margin: 0 0 15px 0;
}
.keep-history .search_haeder > div {
	width: 100%;
}
.keep-history .head_line {
	width: 100%;
}
@media screen and (max-width: 760px) {
	.keep-history .search_haeder {
		padding: 0 0;
		margin-bottom: 2vw;
		margin-top: 0;
	}
	.keep-history .history_info {
		margin: 0 4vw;
	}
	.keep-history .head_line {
		padding: 4vw;
		margin-bottom: 2vw;
		font-size: 6vw;
	}
	.keep-history .search_type {
		margin: 0 0 4vw 0;
		display: flex;
		flex-direction: row;
	}
	.keep-history .search_type ul li {
		font-size: 4vw;
		display: flex;
		width: auto;
		flex-grow: 1;
	}
	.keep-history .search_type ul li a {
		padding: 2vw;
		font-size: 3.2vw;
	}
	.keep-history .search_type ul li a span {
		height: 5vw;
		width: 5vw;
	}
	.keep-history .search_type > a.keep_icon,
	.keep-history .search_type > a.history_icon {
		flex-direction: column;
		width: 20vw;
		font-size: 3.4vw;
		margin: 0 0 0 3vw;
		padding: 1.5vw 0;
	}
	.keep-history .keep_icon::before,
	.keep-history .history_icon::before {
		width: 5vw;
		height: 5vw;
	}
	.keep-history .keep_icon span,
	.keep-history .history_icon span {
		display: none;
	}
}

/* 共通見つかりませんでしたの表示 */
.info_not_fond {
	display: flex;
	align-items: center;
	margin: 0 0 30px 0;
}
.info_not_fond dl {
	margin: 0 30px 0 0;
}
.info_not_fond dt {
	font-weight: bold;
	font-size: 28px;
	margin: 0 0 10px 0;
}
.info_not_fond dd {
	font-size: 18px;
}
.contents_block.not_fond {
	align-items: center;
	padding: 20px;
}
.not_fond_btn {
	padding: 0 0 30px 0;
}
.not_fond h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #ff7949;
	line-height: 1;
	margin: 0 0 30px 0;
}
.not_fond h3.emphasis::before,
.not_fond h3.emphasis::after {
	content: '';
	display: block;
	width: 30px;
	height: 44px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.not_fond h3.emphasis::before {
	background-image: url(/assets/img/global/emphasis_left.svg);
	margin: 0 10px 0 0;
}
.not_fond h3.emphasis::after {
	background-image: url(/assets/img/global/emphasis_right.svg);
	margin: 0 0 0 10px;
}
@media screen and (max-width: 760px) {
	.info_not_fond dl {
		margin: 0 4vw 0 0;
	}
	.info_not_fond dt {
		font-weight: bold;
		font-size: 4vw;
		margin: 0 0 2vw 0;
	}
	.info_not_fond dd {
		font-size: 3.4vw;
	}
	.info_not_fond figure {
		width: 16vw;
		min-width: 16vw;
		height: 27vw;
	}
	.info_not_fond figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.explanation_image img {
		max-width: 100%;
		height: auto;
	}
	.not_fond h3 {
		font-size: 3.5vw;
		margin: 0 0 3vw 0;
	}
	.not_fond h3.emphasis::before,
	.not_fond h3.emphasis::after {
		width: 4.5vw;
		height: 6vw;
	}
	.not_fond h3.emphasis::before {
		margin: 0 1.5vw 0 0;
	}
	.not_fond h3.emphasis::after {
		margin: 0 0 0 1.5vw;
	}
	.not_fond_btn {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0 0 5vw 0;
	}
}

/* 他の人気店舗 */
.other_popular_shops {
	margin-top: 60px;
}
.other_popular_shops .lead_line {
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	color: #664c4c;
	line-height: 1;
}
.other_popular_shops ul {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other_popular_shops ul li {
	width: calc((100% - 20px) / 2);
	margin-top: 20px;
}
.other_popular_shops ul li:first-child,
.other_popular_shops ul li:nth-child(2) {
	margin-top: 0;
}
.other_popular_shops ul a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 20px;
	border: 1px solid #e8dece;
	background-color: #fff;
}
.other_popular_shops ul a:hover {
	background-color: #fff7e3;
}
.other_popular_shops ._head_img {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}
.other_popular_shops ._head_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.other_popular_shops ._info {
	margin-left: 20px;
}
.other_popular_shops ._info .head {
	font-size: 12px;
	color: #525252;
	overflow: hidden;
	line-height: 1;
	padding-top: 5px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.other_popular_shops ._info .bottom {
	font-size: 16px;
	color: #9b6565;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 3px;
}

@media screen and (max-width: 760px) {
	.other_popular_shops {
		margin-top: 10vw;
		padding: 0 4vw;
	}
	.other_popular_shops .lead_line {
		font-size: 4.4vw;
	}
	.other_popular_shops ul {
		margin-top: 3vw;
	}
	.other_popular_shops ul li {
		width: 100%;
		margin-top: 0;
	}
	.other_popular_shops ul a {
		padding: 3vw 10vw 3vw 3vw;
		border-bottom: initial;
		position: relative;
	}
	.other_popular_shops ul li:last-child a {
		border-bottom: 1px solid #e8dece;
	}

	.other_popular_shops ul a:after {
		content: '\f104';
		position: absolute;
		top: 50%;
		right: 4vw;
		font-family: FontAwesome;
		font-size: 8vw;
		line-height: 1;
		color: #9b6565;
		transform: translateY(-50%) rotate(180deg);
	}
	.other_popular_shops ._head_img {
		width: 13vw;
		height: 13vw;
	}
	.other_popular_shops ._info {
		margin-left: 2.4vw;
	}
	.other_popular_shops ._info .head {
		padding-top: 2vw;
		font-size: 3vw;
	}
	.other_popular_shops ._info .bottom {
		font-size: 3.8vw;
		margin-top: 1vw;
		-webkit-line-clamp: 1;
	}
}
