@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #222627;
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 50% 50%;
	vertical-align: top;
}
.top .wrap {
	position: relative;
	z-index: 0;
}
.top__illust {
	position: absolute;
	display: block;
	height: 490px;
	width: 100%;
}
.top__illust .illust01, .top__illust .illust02 {
	position: absolute;
	display: block;
	z-index: 3;
	height: auto;
	width: 177px;
}
.top__illust .illust01 {
	bottom: 17px;
	right: 67%;
}
.top__illust .illust02 {
	top: 22px;
	left: 65.5%;
    transform: scaleX(-1);
}
.top .top__text-title {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	align-items: center;
}
.top .top__text-title img {
	width: auto;
	height: 490px;
}
.top .top__text {
	width: 100%;
	padding: 40px 0 50px;
	position: relative;
	z-index: 1;
}
.top .top__text::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url(/images/gourmet/theme/high-class-restaurant/top_text_bg.jpg);
	background-size: 100%;
	background-position: center;
}
.top .top__text .top__text-sub {
	max-width: 660px;
	margin: auto;
	color: #FFFFFF;
	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: #FFFFFF;
	border: 1px solid #195464;
	color: #195464;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 9px 0;
}

/* エリア別で探す */
.top_search {
	background: #222627;
	padding-top: 30px;
	padding-bottom: 70px;
	position: relative;
	z-index: 0;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #195464;
	background: #E0DBCA;
	border: 1px solid #195464;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #195464;
}
.area_search_pc .PrefectureBlock li a {
	color: #195464;
	background: #FFF;
	border: 1px solid #195464;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #195464;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #222627;
}
.theme_pickup .pickup__title  {
	background: #195464;
	z-index: 0;
}
.theme_pickup .pickup__title img  {
	max-width: 386px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	max-width: 380px;
	width: calc(50% - 220px);
	height: 100%;
	background: url(/images/gourmet/theme/high-class-restaurant/pickup_title_deco.svg) no-repeat center left/ 100% auto;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 220px);
	background-position-x: right;
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 220px);
	transform:scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #195464;
	border: 1px solid #195464;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #195464;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/high-class-restaurant/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: 898px;
	width: 100%;
}
.theme_type_pc .theme_type-main {
	margin-top: 70px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 51px;
}
.theme_type_pc .type .type__title img {
	max-width: 525px;
}
.theme_type_pc .type .type__img {
	margin-top: 13px;
}
.theme_type_pc .type:nth-of-type(1) .type__title {
	margin-right: -7.81%;
}
.theme_type_pc .type:nth-of-type(1) .type__title img {
	max-width: 572px;
}
.theme_type_pc .type:nth-of-type(4) .type__title {
	margin-top: -9px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #E0DBCA;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px;
	background: #195464;
}
.theme_type-sub .type-sub__title {
	width: 110%;
	max-width: 541px;
	margin: -15px -16px 30px 0;
}
.theme_type-sub .type-sub__title img {
	display: block;
}
.theme_type-sub .item__text {
	width: 49.5%;
	max-width: 525px;
    margin-right: 7%;
}
.theme_type-sub .item__text p {
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 28px;
	margin: 0 auto;
}
.theme_type-sub .item__img {
	width: 43.5%;
	max-width: 465px;
}
.theme_type-sub .item__img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 83px;
	background: -moz-linear-gradient(top, #121840, #1B396A 52%, #195464);
	background: -webkit-linear-gradient(top, #121840, #1B396A 52%, #195464);
	background: linear-gradient(to bottom, #121840, #1B396A 52%, #195464);
}
.theme_scene .theme_scene-title img {
	max-width: 714px;
	width: 80%;
}
.theme_scene .theme_scene-nav {
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 47px 0 16px;
	box-sizing: border-box;
	align-items: flex-start;
}
.theme_scene .theme_scene-nav a {
	text-align: center;
	width: 36.75%;
	max-width: 180px;
	display: flex;
	flex-direction: column;
	align-items: center
}
.theme_scene .theme_scene-nav a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	width: 100%;
	max-width: 180px;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}
.theme_scene .theme_scene-nav 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: 30px;
	padding-top: 20px;
}
.theme_scene-nav-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px 5%;
	width: calc((100% - 74px) / 2);
	padding: 81px 0 44px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.theme_scene-group-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	height: 36px;
	box-sizing: border-box;
}
.theme_scene-group-title img {
	height: 36px;
	width: auto;
	margin: 0 30px;
}
.theme_scene-group-title::before,
.theme_scene-group-title::after {
	content: '';
    background: #E0DBCA;
    height: 1px;
    width: 100%;
    display: inline-block;
    position: relative;
	top: calc(50% - 1px);
}
.theme_scene-group-title::before {
	left: 0;
}
.theme_scene-group-title::after {
	right: 0;
}
.theme_scene-nav-group:nth-child(1) {
	width: 100%;
}
.theme_scene-nav-group:nth-child(1) a {
	width: 15%;
}
.theme_scene-nav-group:nth-child(2) {
	padding-left: 6%;
	column-gap: 12.3%;
}
.theme_scene-nav-group:nth-child(2) .theme_scene-group-title {
	padding-left: 12.79%;
}
.theme_scene-nav-group:nth-child(2) .theme_scene-group-title::before {
	margin-left: -14.5%;
    width: 162.4%;
}
.theme_scene-nav-group:nth-child(3) {
	padding-right: 6%;
	column-gap: 12.3%;
}
.theme_scene-nav-group:nth-child(3) .theme_scene-group-title {
	padding-right: 12.79%;
}
.theme_scene-nav-group:nth-child(3) .theme_scene-group-title::after {
	margin-right: -14.5%;
	width: 128.8%;
}

.theme_scene .top__title img {
	max-width: 525px;
	display: block;
	margin: auto;
}
.theme_scene #scene5 .top__title {
	margin-left: -12px;
	margin-right: -12px;
}
.theme_scene #scene5 .top__title img {
	max-width: 539px;
}
.theme_scene .top__text-sub {
	margin-top: 5.9%;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #195464;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #195464;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #195464
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #195464;
	border-left: 5px solid #195464;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #195464;
	border: 1px solid #195464;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #195464;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #E0DBCA;
}
.theme_scene .area_search_pc .AreaBlock li a:hover, .theme_scene .area_search_pc .PrefectureBlock li a:hover {
	background: #195464;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #195464;
	border-left: 5px solid #195464;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 345px;
	height: 470px;
	margin-right: calc(100% - 48% - 345px);
	margin-left: 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
}
.search .search__text-title img {
	width: 100%;
	max-width: 319px;
	height: auto;
}
.search .search__text-title .search__text-key {
	margin-top: 20px;
	color: #fff;
}
.theme__top .theme__title {
	color: #195464;
}
.theme__top .theme__title span {
	color: #195464;
}
.theme__top .theme__ranking a {
	color: #195464;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	display: block;
	width: 158px;
	height: 121px;
}

@media screen and (max-width: 1365px) {
	.top__illust .illust01 {
		right: 67%;
	}
	.top__illust .illust02 {
		left: 65.5%;
	}
}
@media screen and (max-width: 1280px) {
	.theme_pickup .pickup__title img {
		width: 29%;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 29%;
	}
	.theme_pickup .pickup__title::before {
		left: 4%;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		right: 4%;
		left: auto;
	}
}
@media screen and (max-width: 1120px) {
	.top .top__img img, .top .top__text-title img, .top__illust {
		height: 39vmax;
	}
	.top__illust .illust01, .top__illust .illust02 {
		width: 142px;
	}
	.theme_scene-group-title,
	.theme_scene-group-title img {
		height: 30px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 22px;
	}
}
@media screen and (max-width: 900px) {
	.theme_type-sub {
		padding: 4%;
	}
	.theme_scene-group-title,
	.theme_scene-group-title img {
		height: 2.6vmax;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 1.9vmax;
	}
	.search .search__text-title {
		width: 28vmax;
		margin-right: calc(100% - 48% - 28vmax);
		padding-top: 8vmax;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img, .top .top__img img, .top__illust {
		height: 120vw;
		width: 100%;
	}
	.top .top__text-title {
		width: 65.6vw;
		height: auto;
		top: 27.2vw;
		justify-content: center;
	}
	.top .top__text-title img {
		width: 80vw;
		height: auto;
	}
	.top__illust .illust01, .top__illust .illust02 {
		width: 30.133334vw;
	}
	.top__illust .illust01 {
		bottom: 15.786667vw;
		right: auto;
		left: 0;
	}
	.top__illust .illust02 {
		top: 16vw;
		left: auto;
		right: 0;
	}
	.top .top__text {
		width: 100%;
		padding: 24px 0 30px;
		box-sizing: border-box;
	}
	.top .top__text::before {
		background-image: url(/images/gourmet/theme/high-class-restaurant/top_text_bg_sp.jpg);
		background-size: 100%;
	}
	.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-top: 30px;
		padding-bottom: 35px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #E0DBCA;
	}
	.area_search_sp .AreaBlock li a {
		background: #E0DBCA;
	}
	.area_search_sp .AreaBlock .name {
		color: #195464;
	}
	.area_search_sp .AreaBlock .num {
		color: #195464;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #D0C49C;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #195464;
		border-right: 1px solid #195464;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 62.4vw;
		width: 100%;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 16.266667vw;
		background-size: auto 2.66667vw;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		right: 0;
		left: auto;
		background-position-x: right;
	}
	.theme_pickup .info__name {
		border-color: #195464;
	}
	/* .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: 345px;
	}
	.theme_type_sp .type .type__title img {
		width: 100%;
		display: block;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 30px;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 21px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .type .type__text {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #195464;
	}
	.theme_type-sub {
		flex-direction: column;
		margin-top: 30px;
		padding: 40px 15px;
	}
	.theme_type-sub .type-sub__title {
		max-width: 345px;
		width: 100%;
		margin: 0 0 20px;
	}
	.theme_type-sub .item__img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.theme_type-sub .item__text {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
		line-height: 25px;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 309px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		margin: auto;
		gap: 30px 0;
		padding: 30px 0 40px;
	}
	.theme_scene-nav-group {
		width: 100%;
		background: none;
		gap: 20px 6%;
		padding: 36px 0 0;
	}
	.theme_scene-nav-group:nth-of-type(1) a:nth-last-child(-n+2) {
		margin: 0 4.2%;
	}
	.theme_scene-nav-group:nth-child(2) {
		gap: 20px 14%;
		padding-left: 0;
	}
	.theme_scene-nav-group:nth-child(2) .theme_scene-group-title {
		padding-left: 0;
	}
	.theme_scene-nav-group:nth-child(2) .theme_scene-group-title::before {
		margin-left: 0;
		width: 100%;
	}
	.theme_scene-nav-group:nth-child(3) {
		gap: 20px 14%;
		padding-right: 0;
	}
	.theme_scene-nav-group:nth-child(3) .theme_scene-group-title {
		padding-right: 0;
	}
	.theme_scene-nav-group:nth-child(3) .theme_scene-group-title {
		padding-right: 0;
	}
	.theme_scene-nav-group:nth-child(3) .theme_scene-group-title::after {
		margin-right: 0;
		width: 100%;
	}
	.theme_scene-group-title, .theme_scene-group-title img {
		height: 20px;
	}
	.theme_scene-group-title {
		top: 0;
	}
	.theme_scene-group-title img {
		margin: 0 20px;
	}
	.theme_scene .theme_scene-nav a {
    	width: 26%;
		max-width: 100px;
	}
	.theme_scene .theme_scene-nav .nav__img {
		width: 100%;
		max-width: 100px;
	}
	.theme_scene .theme_scene-nav a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 10px;
		height: 19px;
		width: auto;
	}
	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 36px;
	}
	.theme_scene .top__title {
		margin: 0;
	}
	.theme_scene .top__title img {
		max-width: unset;
		width: auto;
		height: 63px;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 79px;
	}
	.theme_scene .top__text-sub {
		margin-top: 240px;
		line-height: 1.67;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
	.search .search__text-title {
		width: 189px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 30px;
		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: #195464;
	}
	.search .search__text-title img {
		width: 189px;
		margin: 0;
	}
	.search .search__text-title .search__text-key {
		margin-top: 10px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 129px;
		height: 102px;
	}
}
@media screen and (max-width: 374px) {
	.theme_scene .top__title img {
		max-width: 100%;
		height: auto;
	}
}