@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #D55544;
	position: relative;
}
.top .top__img {
	position: relative;
}
.top .top__img::before {
	content: '';
	background-image: url('/images/gourmet/theme/chinese-cuisine/top_border.svg');
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	top: 20px;
	height: 15px;
	left: 0;
	right: 0;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 50% 50%;
	vertical-align: top;
}
.top .top__text-title {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 87px;
	transform: translateX(-50%);
	z-index: 3;
	height: auto;
	display: flex;
	align-items: center;
}
.top .top__text-title img {
	width: 582px;
	height: auto;
}
.top .top__text {
	width: 100%;
	padding: 40px 0 80px;
	position: relative;
	z-index: 1;
}
.top .top__text::before {
	content: '';
	background-image: url('/images/gourmet/theme/chinese-cuisine/top_img01.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	z-index: -1;
	width: 559px;
    aspect-ratio: 559 / 276;
    right: 69.084%;
    top: 0;
}
.top .top__text::after {
	content: '';
	background-image: url('/images/gourmet/theme/chinese-cuisine/top_img02.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	z-index: -1;
	width: 551px;
    aspect-ratio: 551 / 278;
    bottom: -2px;
    left: 69.75%;
}
.top .top__text .top__text-sub {
	color: #FFFFFF;
	max-width: 660px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}
.top .top__text .top__ranking {
	margin-top: 30px;
	text-align: center;
}
.top .top__text .top__ranking a {
	font-size: 18px;
	font-weight: 500;
	background: #A31C46;
	color: #FFFFFF;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 9px 0;
}

/* エリア別で探す */
.top_search {
	background: #D55544;
	padding-top: 0px;
	padding-bottom: 70px;
	position: relative;
	z-index: 0;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	border-left: 5px solid #A31C46;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #A31C46;
	background: #E0D4B8;
	border: 1px solid #A31C46;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #A31C46;
}
.area_search_pc .PrefectureBlock li a {
	color: #A31C46;
	background: #FFF;
	border: 1px solid #A31C46;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #A31C46;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #D55544;
}
.theme_pickup .pickup__title  {
	background: #A31C46;
	z-index: 0;
}
.theme_pickup .pickup__title img  {
	max-width: 372px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: url(/images/gourmet/theme/chinese-cuisine/pickup_title_deco.svg) repeat-x center right/auto 15px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 186px + 44px);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 186px + 44px);
	transform:scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #A31C46;
	border: 1px solid #A31C46;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #A31C46;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/chinese-cuisine/pickup_num_bg.png);
}
/* .theme_pickup .pickup__item::after {
	background-image: linear-gradient(to right, #D1C9AE, #D1C9AE 5px, transparent 5px, transparent 10px);
} */
/* .theme_pickup .item__name {
	border-color: #333333;
} */
/* .theme_pickup .item__name,
.theme_pickup .item__text-area,
.theme_pickup .item__text-main,
.theme_pickup .item__text-sub,
.theme_pickup .info__text dd {
	color: #333333;
} */

/* 宿のタイプ */
.theme_type_pc {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.theme_type_pc .theme_type-title img {
	max-width: 822px;
	width: 72%;
}
.theme_type_pc .theme_type-main {
	margin-top: 60px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 53px;
}
.theme_type_pc .type .type__title img {
	max-width: 502px;
}
.theme_type_pc .type .type__img {
	margin-top: 15px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #E0D4B8;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	background: #FFF8E6;
	border-radius: 20px;
	padding: 40px 45px;
}
.theme_type-sub::before, .theme_type-sub::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-image: url('/images/gourmet/theme/chinese-cuisine/type_sub_deco.svg');
	background-repeat: no-repeat;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.theme_type-sub::after {
	transform: scale(-1);
}
.theme_type-sub .type-sub__title {
	width: 70%;
	max-width: 490px;
	margin: 0 auto 30px;
}
.theme_type-sub .type-sub__wrap {
	display: flex;
	justify-content: space-between;
	gap: 27px;
}
.theme_type-sub .type-sub_item {
	box-sizing: border-box;
	position: relative;
	width: calc((100% - 30px * 2) / 3);
}
.theme_type-sub .type-sub_item .item__img {
	max-width: 100%;
}
.theme_type-sub .type-sub_item .item__img img {
	display: block;
	border-radius: 20px;
}
.theme_type-sub .type-sub_item .item__text {
	padding: 16px 0 12px;
}
.theme_type-sub .type-sub_item .item__title {
	margin-bottom: 10px;
}
.theme_type-sub .type-sub_item .item__title img {
	width: auto;
	height: 25px;
	display: block;
	margin: auto;
}
.theme_type-sub .type-sub_item .item__text_p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #819820, #B19729 52%, #B14829);
	background: -webkit-linear-gradient(top, #819820, #B19729 52%, #B14829);
	background: linear-gradient(to bottom, #819820, #B19729 52%, #B14829);
}
.theme_scene .theme_scene-title img {
	max-width: 967px;
	width: 82%;
}
.theme_scene .theme_scene-nav {
	max-width: 1120px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 48px 0 60px;
	margin: auto;
}
.theme_scene .theme_scene-nav li {
	width: 16%;
	max-width: 160px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 28px;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	width: 100%;
	max-width: 160px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.theme_scene .theme_scene-nav li a:hover .nav__img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px);
}
.theme_scene .theme_scene-nav .nav__text {
	width: auto;
	height: 24px;
	padding-top: 20px;
}
.theme_scene .theme_scene-nav .theme_scene-nav06 a {
	position: relative;
}
.theme_scene .theme_scene-nav .theme_scene-nav06 a::before {
    content: '';
    width: 100%;
    height: 18px;
    background-image: url(/images/gourmet/theme/chinese-cuisine/scene_nav06_text_pop.svg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    position: absolute;
	z-index: 3;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.theme_scene .theme_scene-nav .theme_scene-nav06 a:hover::before {
    transform: translate(-50%, -14px);
    -webkit-transform: translate(-50%, -14px);
    -ms-transform: translate(-50%, -14px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme_scene .top__text {
    width: 51.1%;
    max-width: 515px;
    margin-right: 5.94%;
}
.theme_scene .top__img {
    width: 42.96%;
}
.theme_scene .top__img img {
    width: 100%;
    max-width: 433px;
}
.theme_scene .top__title img {
	max-width: 487px;
	display: block;
	margin: 0 auto;
}

.theme_scene .top__text-sub {
	margin-top: 7.77%;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #A31C46;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #A31C46;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #A31C46
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #A31C46;
	border-left: 5px solid #A31C46;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #A31C46;
	border: 1px solid #A31C46;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #A31C46;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #E0D4B8;
}
.theme_scene .area_search_pc .AreaBlock li a:hover, .theme_scene .area_search_pc .PrefectureBlock li a:hover {
	background: #A31C46;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #A31C46;
	border-left: 5px solid #A31C46;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 320px;
	height: 470px;
	margin-right: calc(100% - 48% - 320px);
	margin-left: 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
}
.search .search__text-title img {
	width: 100%;
	max-width: 320px;
	height: auto;
}
.search .search__text-title .search__text-key {
	margin-top: 10px;
	white-space: nowrap;
}
.theme__top .theme__title {
	color: #A31C46;
}
.theme__top .theme__title span {
	color: #A31C46;
}
.theme__top .theme__ranking a {
	color: #A31C46;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	display: block;
	width: 198px;
	height: 143px;
}

@media screen and (max-width: 1380px) {
	.top .top__img img {
		object-fit: cover;
	}
}
@media screen and (max-width: 1220px) {
	.top .top__img::before {
		top: 1.5vw;
		height: 1.233vw;
	}
	.top .top__img img {
		height: 40vw;
	}
	.top .top__text-title {
		top: 7vw;
	}
	.top .top__text-title img {
		width: 48vw;
	}
}
@media screen and (max-width: 1024px) {
	.theme_pickup .pickup__title img {
		width: 38%;
	}
	.theme_pickup .pickup__title::before {
		right: calc(50% + 19% + 30px);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 19% + 30px);
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 20px;
	}
}
@media screen and (max-width: 960px) {
	.search .search__text-title {
		width: 30vmax;
		margin-right: calc(100% - 48% - 30vmax);
	}
}
@media screen and (max-width: 900px) {
	.theme_type-sub .type-sub_item .item__title img {
		height: 20px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 15px;
	}
	.theme_scene-group-title img {
		height: 22px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img, .top .top__img img {
		height: 120vw;
		width: 100%;
	}
	.top .top__img {
		position: relative;
	}
	.top .top__img::before {
		display: none;
	}
	.top .top__text-title {
		width: 100vw;
		max-width: 375px;
		height: auto;
		top: 30.13334vw;
	}
	.top .top__text-title img {
		width: 100%;
	}
	.top .top__text {
		width: 100%;
		padding: 24px 0 60px;
		box-sizing: border-box;
	}
	.top .top__text::before {
		width: 68.53334vw;
		top: -14.4vw;
		left: -19.46667vw;
		right: auto;
	}
	.top .top__text::after {
		width: 66.4vw;
		bottom: -4.53334vw;
		right: -20.53334vw;
		left: auto;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		width: 100%;
		line-height: 1.67;
		font-size: 15px;
	}
	.top .top__text .top__ranking {
		margin-top: 20px;
	}
	.top .top__text .top__ranking a {
		font-size: 16px;
		text-align: center;
		width: 320px;
	}
	.top_search {
		padding-bottom: 35px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #E0D4B8;
	}
	.area_search_sp .AreaBlock li a {
		background: #E0D4B8;
	}
	.area_search_sp .AreaBlock .name {
		color: #A31C46;
	}
	.area_search_sp .AreaBlock .num {
		color: #A31C46;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #D0C09A;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #A31C46;
		border-right: 1px solid #A31C46;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		width: 61.866667vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 17.7146667vw;
		background-size: auto 2vw;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		right: 0;
		left: auto;
	}
	.theme_pickup .info__name {
		/* color: #333333; */
		border-color: #A31C46;
	}
	/* .theme_pickup .item__topics {
		color: #333333;
		border-color: #333333;
	} */

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.theme_type_sp .theme_type-title img {
		max-width: 255px;
	}
	.theme_type_sp .type .type__title img {
		width: auto;
		display: block;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 30px;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 25px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 6px;
	}
	.theme_type_sp .theme_type-main .type .type__text {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #A31C46;
	}
	.theme_type-sub {
		flex-direction: column;
		margin-top: 30px;
		padding: 40px 15px 47px;
		border-radius: 0;
	}
	.theme_type-sub::before, .theme_type-sub::after {
		background-size: 76px;
		top: 5px;
		bottom: 5px;
		left: 5px;
		right: 5px;
	}
	.theme_type-sub .type-sub__title {
		max-width: 345px;
		width: 100%;
		margin-bottom: 30px;
	}
	.theme_type-sub .type-sub__wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.theme_type-sub .type-sub_item {
		width: 100%;
		display: flex;
		justify-content: center;
		column-gap: 10px;
		background: none;
	}
	.theme_type-sub .type-sub_item:nth-child(even) {
		flex-direction: row-reverse;
	}
	.theme_type-sub .type-sub_item .item__text {
		width: 56%;
		max-width: 190px;
		padding: 0;
		margin: 0;
	}
	.theme_type-sub .type-sub_item .item__title {
		margin-bottom: 10px;
	}
	.theme_type-sub .type-sub_item .item__title img {
		height: 22px;
		width: auto;
		margin: 0;
		max-width: 100%;
	}
	.theme_type-sub .type-sub_item .item__img {
		width: 42.5%;
		max-width: 145px;
	}
	.theme_type-sub .type-sub_item .item__img img {
		border-radius: 20px;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		font-size: 13px;
		line-height: 22px;
		color: #333333;
	}

	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 297px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		gap: 38px 20px;
		padding: 20px 0 30px;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 100px;
		width: 28.6%;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 100px;
	}
	.theme_scene .theme_scene-nav li a {
		padding-top: 0;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 10px;
		height: 16px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav06 a::before {
		top: -18px;
		height: 12px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav06 .nav__text {
		height: 33px;
	}
	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 42px;
	}
	.theme_scene .top__title {
		margin: 0;
	}
	.theme_scene .top__title img {
		max-width: unset;
		width: auto;
		height: 58px;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 73px;
	}
    .theme_scene .top__img img {
        max-width: 225px;
    }
	.theme_scene .top__text-sub {
		margin-top: 239px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
	.search .search__text-title {
		width: 200px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		left: 50%;
        transform: translateX(-50%);
	}
	.search__text-wrap::before {
        content: '';
        width: 10px;
        height: calc(100% - 30px);
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        left: 0;
		background: #A31C46;
	}
	.search .search__text-title img {
		width: 200px;
		margin: 0;
	}
	.search .search__text-title .search__text-key {
		margin-top: 10px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 135px;
		height: 98px;
	}
}

@media screen and (max-width: 374px) {
	.top .top__text .top__ranking a {
		width: 100%;
	}
	.theme_type_sp .type .type__title img {
		max-width: 100%;
	}
	.theme_scene .theme_scene-nav .nav__text {
		max-width: 100%;
	}
	.theme_scene .top__title img {
		max-width: 100%;
		height: auto;
	}
	.theme_scene .top__img {
		top: 23.2vw;
	}
}
@media screen and (max-width: 269px) {
	.theme_scene .top__text-sub {
		margin-top: 85.4vw;
	}
}