@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #E0D2EA;
	position: relative;
}
.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: 0;
	transform: translateX(-50%);
	z-index: 3;
	height: 490px;
	display: flex;
	align-items: center;
}
.top .top__text-title::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: -moz-linear-gradient(left, rgba(2,2,0,0), #020200 50%, rgba(2,2,0,0));
	background: -webkit-linear-gradient(left, rgba(2,2,0,0), #020200 50%, rgba(2,2,0,0));
	background: linear-gradient(to right, rgba(2,2,0,0), #020200 50%, rgba(2,2,0,0));
}
.top .top__text-title img {
	width: 467px;
	height: auto;
}
.top .top__text {
	width: 100%;
	padding: 40px 0;
	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/bar/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;
	color: #3612AD;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 9px 0;
}

/* エリア別で探す */
.top_search {
	background: #160746;
	padding-top: 40px;
	padding-bottom: 70px;
	position: relative;
	z-index: 0;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	border-left: 5px solid #3612AD;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #3612AD;
	background: #E0D2EA;
	border: 1px solid #3612AD;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #3612AD;
}
.area_search_pc .PrefectureBlock li a {
	color: #3612AD;
	background: #FFF;
	border: 1px solid #3612AD;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #3612AD;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #160746;
}
.theme_pickup .pickup__title  {
	background: #3612AD;
	z-index: 0;
}
.theme_pickup .pickup__title img  {
	max-width: 390px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	max-width: 307px;
	width: calc(50% - 228px);
	height: 100%;
	background: url(/images/gourmet/theme/bar/pickup_title_deco.svg) no-repeat center left/auto 31px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 228px);
	background-position-x: right;
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 228px);
	transform:scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #3612AD;
	border: 1px solid #3612AD;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #3612AD;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/bar/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: 1012px;
	width: 100%;
}
.theme_type_pc .theme_type-main {
	margin-top: 64px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 51px;
}
.theme_type_pc .type .type__title {
	margin-top: -28px;
}
.theme_type_pc .type .type__title img {
	max-width: 100%;
}
.theme_type_pc .type .type__img {
	margin-top: 20px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #E0D2EA;
}

.theme_type-sub {
	margin-top: 70px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.theme_type-sub .type-sub__title {
	width: 100%;
	max-width: 565px;
	margin: 0 auto 40px;
}
.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(25% - 20px);
}
.theme_type-sub .type-sub_item .item__img {
	max-width: 280px;
}
.theme_type-sub .type-sub_item .item__text {
	margin-top: 15px;
}
.theme_type-sub .type-sub_item .item__title {
	margin-bottom: 7px;
}
.theme_type-sub .type-sub_item .item__title img {
	width: 100%;
	height: auto;
	display: block;
}
.theme_type-sub .type-sub_item .item__text_p {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 22px;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #512E6F, #1C2B7C 52%, #1D85BC);
	background: -webkit-linear-gradient(top, #512E6F, #1C2B7C 52%, #1D85BC);
	background: linear-gradient(to bottom, #512E6F, #1C2B7C 52%, #1D85BC);
}
.theme_scene .theme_scene-title img {
	max-width: 1082px;
	width: 100%;
}
.theme_scene .theme_scene-nav {
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 60px 0;
	box-sizing: border-box;
	align-items: flex-start;
}
.theme_scene .theme_scene-nav a {
	text-align: center;
	width: 47%;
	max-width: 230px;
	display: flex;
	flex-direction: column;
	align-items: center
}
.theme_scene .theme_scene-nav a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	max-width: 124px;
	width: 55%;
	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 {
	padding-top: 15px;
}
.theme_scene-nav-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px 3%;
	width: calc(50% - 20px);
	background-color: #653F86;
	padding: 77px 3.75% 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.theme_scene-nav-group:nth-child(2)::after {
	content: '';
	display: inline-block;
	width: calc(50% - 20px);
}
.theme_scene-nav-group:nth-child(2)::before {
	content: '';
	position: absolute;
	width: 33%;
	height: 40%;
	right: 30px;
	bottom: 21px;
	background: url('/images/gourmet/theme/bar/scene_nav_illust.svg') no-repeat center / 100%;
	opacity: 0.5;
	z-index: -1;
}
.theme_scene-group-title {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 21px;
	z-index: 0;
	height: 25px;
}
.theme_scene-group-title img {
	height: 25px;
	width: auto;
	margin: 0 25px;
}
.theme_scene-group-title::before,
.theme_scene-group-title::after {
	content: '';
    background: #E0D2EA;
    height: 2px;
    width: 100%;
    display: inline-block;
    position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.theme_scene-group-title::before {
	left: 0;
}
.theme_scene-group-title::after {
	right: 0;
}
.theme_scene .top__title {
	margin-top: -12px;
}
.theme_scene .top__title img {
	max-width: 515px;
}
.theme_scene .top__text-sub {
	margin-top: 9.5%;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #3612AD;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #3612AD;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #3612AD
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #3612AD;
	border-left: 5px solid #3612AD;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #3612AD;
	border: 1px solid #3612AD;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #3612AD;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #E0D2EA;
}
.theme_scene .area_search_pc .AreaBlock li a:hover, .theme_scene .area_search_pc .PrefectureBlock li a:hover {
	background: #3612AD;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #3612AD;
	border-left: 5px solid #3612AD;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 368px;
	height: 470px;
	margin-right: calc(100% - 48% - 368px);
	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: 318px;
	height: auto;
}
.search .search__text-title .search__text-key {
	margin-top: 10px;
	color: #fff;
}
.theme__top .theme__title {
	color: #3612AD;
}
.theme__top .theme__title span {
	color: #3612AD;
}
.theme__top .theme__ranking a {
	color: #3612AD;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	display: block;
	width: 178px;
	height: 141px;
}

@media screen and (max-width: 1120px) {
	.theme_scene-group-title,
	.theme_scene-group-title img {
		height: 26px;
	}
	.theme_scene-nav-group {
		padding: 77px 1.75% 30px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 18px;
	}
}
@media screen and (max-width: 900px) {
	.theme_type-sub .type-sub_item .item__title img {
		height: 18px;
	}
	.theme_scene-group-title,
	.theme_scene-group-title img {
		height: 22px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 1.7vmax;
	}
	.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 {
		height: 120vw;
		width: 100%;
	}
	.top .top__text-title {
		width: 100vw;
		height: auto;
		top: 23.466667vw;
		padding: 4.8vw 0;
		justify-content: center;
		filter: drop-shadow(rgba(0,0,0,0.4) 0 0 6px);
	}
	.top .top__text-title img {
		width: 80vw;
	}
	.top .top__text-title::before {
		opacity: 0.45;
		background: -moz-linear-gradient(top, rgba(2,2,0,0), #020200 50%, rgba(2,2,0,0));
		background: -webkit-linear-gradient(top, rgba(2,2,0,0), #020200 50%, rgba(2,2,0,0));
		background: linear-gradient(to bottom, rgba(2,2,0,0), #020200 50%, rgba(2,2,0,0));
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 30px;
		box-sizing: border-box;
	}
	.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: #E0D2EA;
	}
	.area_search_sp .AreaBlock li a {
		background: #E0D2EA;
	}
	.area_search_sp .AreaBlock .name {
		color: #3612AD;
	}
	.area_search_sp .AreaBlock .num {
		color: #3612AD;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #D0B6E3;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #3612AD;
		border-right: 1px solid #3612AD;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 65.06667vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 14.933334vw;
		background-size: auto 4vw;
	}
	.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: #3612AD;
	}
	/* .theme_pickup .item__topics {
		color: #333333;
		border-color: #333333;
	} */

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.theme_type_sp .theme_type-title img {
		max-width: 301px;
	}
	.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: 12px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 13px;
	}
	.theme_type_sp .theme_type-main .type .type__text {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #3612AD;
	}
	.theme_type-sub {
		flex-direction: column;
		margin-top: 30px;
	}
	.theme_type-sub .type-sub__title {
		max-width: 345px;
		width: 100%;
		margin-bottom: 25px;
	}
	.theme_type-sub .type-sub__wrap {
		flex-direction: column;
		row-gap: 25px;
	}
	.theme_type-sub .type-sub_item {
		width: 100%;
		display: flex;
		justify-content: center;
		column-gap: 20px;
	}
	.theme_type-sub .type-sub_item:nth-child(even) {
		flex-direction: row-reverse;
	}
	.theme_type-sub .type-sub_item .item__text {
		width: 49%;
		max-width: 170px;
		margin: 0;
	}
	.theme_type-sub .type-sub_item .item__title {
		margin-bottom: 10px;
	}
	.theme_type-sub .type-sub_item .item__title img {
		height: 20px;
		width: auto;
	}
	.theme_type-sub .type-sub_item:nth-child(4) .item__title {
		margin-right: -8px;
	}
	.theme_type-sub .type-sub_item .item__img {
		width: 45%;
		max-width: 155px;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		font-size: 14px;
		line-height: 20px;
	}

	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 275px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		margin: auto;
		gap: 30px 0;
		padding: 46px 0 30px;
	}
	.theme_scene-nav-group {
		width: 100%;
		background: none;
		gap: 30px 6%;
		padding: 41px 0 0;
	}
	.theme_scene-group-title {
		top: 0;
	}
	.theme_scene-group-title img {
		margin: 0 15px;
	}
	.theme_scene .theme_scene-nav a {
    	width: 41%;
		max-width: 138px;
	}
	.theme_scene .theme_scene-nav .nav__img {
		width: 100%;
		max-width: 72px;
	}
	.theme_scene .theme_scene-nav a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 10px;
		height: 15px;
		width: auto;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav05 .nav__text {
		height: 36px;
	}
	.theme_scene-nav-group:nth-child(2)::before,
	.theme_scene-nav-group:nth-child(2)::after {
		display: none;
	}
	.theme_scene  .theme_scene-nav .theme_scene-nav-group:nth-child(2) {
		gap: 0 4%;
	}
	.theme_scene  .theme_scene-nav .theme_scene-nav-group:nth-child(2) a {
		max-width: 105px;
		width: 30.5%;
	}
	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 35px;
	}
	.theme_scene .top__title {
		margin: 0;
	}
	.theme_scene .top__title img {
		max-width: unset;
		width: auto;
		height: 65px;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 80px;
	}
	.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: 210px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 32px;
		left: 50%;
        transform: translateX(-50%);
		filter: drop-shadow(rgba(0,0,0,0.4) 0 0 6px);
	}
	.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: #3612AD;
	}
	.search .search__text-title img {
		width: 210px;
		margin: 0;
	}
	.search .search__text-title .search__text-key {
		margin-top: 5px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 138px;
		height: 110px;
	}
}
@media screen and (max-width: 374px) {
	.theme_scene .top__title img {
		max-width: 100%;
		height: auto;
	}
}