@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #F2E7DC;
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: contain;
	object-position: center;
	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 img {
	width: 370px;
	height: auto;
}
.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/cafe/top_text_bg.jpg);
	background-size: 100%;
	background-position: center;
}
.top .top__text .top__text-sub {
	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: #453220;
	color: #FFFFFF;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 9px 0;
}

/* エリア別で探す */
.top_search {
	background: #F2E7DC;
	padding-top: 30px;
	padding-bottom: 70px;
	position: relative;
	z-index: 0;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #453220;
	border-left: 5px solid #453220;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #453220;
	background: #F5CFB3;
	border: 1px solid #453220;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #453220;
}
.area_search_pc .PrefectureBlock li a {
	color: #453220;
	background: #FFF;
	border: 1px solid #453220;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #453220;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #F2E7DC;
}
.theme_pickup .pickup__title  {
	background: #453220;
	z-index: 0;
}
.theme_pickup .pickup__title img  {
	max-width: 384px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	max-width: 379px;
	width: calc(50% - 220px);
	height: 100%;
	background: url(/images/gourmet/theme/cafe/pickup_title_deco.svg) no-repeat center left/auto 28px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 220px);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 220px);
	transform:scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #453220;
	border: 1px solid #453220;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #453220;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/cafe/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: 686px;
	width: 60%;
}
.theme_type_pc .theme_type-main {
	margin-top: 60px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 51px;
}
.theme_type_pc .type .type__title {
	margin-top: -13px;
}
.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: #F5CFB3;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.theme_type-sub .type-sub__title {
	width: 80%;
	max-width: 759px;
	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);
	background: #453220;
	border-radius: 30px;
}
.theme_type-sub .type-sub_item .item__img {
	max-width: 280px;
}
.theme_type-sub .type-sub_item .item__img img {
	display: block;
	border-radius: 30px 30px 0 0;
}
.theme_type-sub .type-sub_item .item__text {
	padding: 15px 15px 20px;
}
.theme_type-sub .type-sub_item .item__title {
	margin-bottom: 10px;
}
.theme_type-sub .type-sub_item .item__title img {
	width: auto;
	height: 24px;
	display: block;
	margin: auto;
}
.theme_type-sub .type-sub_item .item__text_p {
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 22px;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #CC7A47, #BF9C3D 52%, #2A6436);
	background: -webkit-linear-gradient(top, #CC7A47, #BF9C3D 52%, #2A6436);
	background: linear-gradient(to bottom, #CC7A47, #BF9C3D 52%, #2A6436);
}
.theme_scene .theme_scene-title img {
	max-width: 845px;
	width: 76%;
}
.theme_scene .theme_scene-nav {
	max-width: 1200px;
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}
.theme_scene .theme_scene-nav a {
	width: 16%;
	max-width: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	width: 100%;
	max-width: 160px;
	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: 24px;
	padding-top: 16px;
}
.theme_scene .theme_scene-nav .theme_scene-nav01 .nav__text {
	height: 50px;
}
.theme_scene-nav-group {
	display: flex;
	justify-content: center;
	gap: 0 7.5%;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.theme_scene-nav-group:nth-child(2) {
	margin-top: 23px;
	padding-top: 49px;
}
.theme_scene-group-title {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.theme_scene-group-title img {
	height: 29px;
	width: auto;
	margin: 0 30px;
}
.theme_scene-group-title::before,
.theme_scene-group-title::after {
	content: '';
    background-image: linear-gradient(to right, #F2E7DC, #F2E7DC 2px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: center;
    width: 100%;
}
.theme_scene-group-title::before {
	left: 0;
}
.theme_scene-group-title::after {
	right: 0;
}
.theme_scene .top__title img {
	max-width: 515px;
}
.theme_scene #scene4 .top__title { margin-right: -2.5%; }
.theme_scene #scene4 .top__title img { max-width: 530px; }
.theme_scene #scene5 .top__title { margin-right: -1.92%; }
.theme_scene #scene5 .top__title img { max-width: 527px; }
.theme_scene .top__text-sub {
	margin-top: 6.2%;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #453220;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #453220;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #453220
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #453220;
	border-left: 5px solid #453220;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #453220;
	border: 1px solid #453220;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #453220;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #F5CFB3;
}
.theme_scene .area_search_pc .AreaBlock li a:hover, .theme_scene .area_search_pc .PrefectureBlock li a:hover {
	background: #453220;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #453220;
	border-left: 5px solid #453220;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 235px;
	height: 470px;
	margin-right: calc(100% - 48% - 235px);
	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;
	white-space: nowrap;
}
.theme__top .theme__title {
	color: #453220;
}
.theme__top .theme__title span {
	color: #453220;
}
.theme__top .theme__ranking a {
	color: #453220;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	display: block;
	width: 121px;
	height: 146px;
}

@media screen and (max-width: 1380px) {
	.top .top__img img {
		object-fit: cover;
	}
}
@media screen and (max-width: 1220px) {
	.top .top__img img {
		height: 40vw;
	}
	.top .top__text-title {
		height: 40vw;
	}
	.top .top__text-title img {
		width: auto;
    	height: 92%;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 27%;
	}
	.theme_pickup .pickup__title::before {
		left: 4%;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 4%;
	}
}
@media screen and (max-width: 1024px) {
	.theme_pickup .pickup__title img {
		width: 38%;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 25%;
		background-size: auto 21%;
	}
}
@media screen and (max-width: 900px) {
	.theme_type-sub .type-sub_item .item__title img {
		height: 16px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 20px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav01 .nav__text {
		height: 38px;
	}
	.theme_scene-group-title img {
		height: 22px;
	}
	.search .search__text-title {
		width: 23vmax;
		margin-right: calc(100% - 48% - 23vmax);
	}
}
@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 .top_illust {
		position: absolute;
		width: 122px;
		height: 77px;
		right: 0;
		bottom: -22px;
		z-index: 2;
	}
	.top .top__text-title {
		width: 64vw;
		height: auto;
		top: 21.066667vw;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 30px;
		box-sizing: border-box;
	}
	.top .top__text::before {
		background-image: url('/images/gourmet/theme/cafe/top_text_bg_sp.jpg');
		background-size: cover;
	}
	.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: #F5CFB3;
	}
	.area_search_sp .AreaBlock li a {
		background: #F5CFB3;
	}
	.area_search_sp .AreaBlock .name {
		color: #453220;
	}
	.area_search_sp .AreaBlock .num {
		color: #453220;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #E3AA80;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #453220;
		border-right: 1px solid #453220;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		width: 63.466667vw;
		margin-bottom: 4px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 12.533334vw;
		background-size: auto 4vw;
	}
	.theme_pickup .pickup__title::before {
		left: 4%;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		right: 4%;
		left: auto;
	}
	.theme_pickup .info__name {
		color: #333333;
		border-color: #453220;
	}
	.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: 100%;
	}
	.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: 11px;
	}
	.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: #453220;
	}
	.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;
		background: none;
	}
	.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;
		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: 19px;
		width: auto;
		margin: 0;
		max-width: 100%;
	}
	.theme_type-sub .type-sub_item .item__img {
		width: 45%;
		max-width: 155px;
	}
	.theme_type-sub .type-sub_item .item__img img {
		border-radius: 30px;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		font-size: 14px;
		line-height: 22px;
		color: #333333;
	}

	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 255px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		margin: auto;
		padding: 46px 0 30px;
	}
	.theme_scene-nav-group {
		width: 100%;
		gap: 20px;
	}
	.theme_scene .theme_scene-nav a {
    	width: 29%;
		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: 17px;
		width: auto;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav01 .nav__text,
	.theme_scene .theme_scene-nav .theme_scene-nav03 .nav__text {
		height: 36px;
	}
	.theme_scene-group-title img {
		height: 20px;
		margin: 0 15px;
	}
	.theme_scene-nav-group:nth-child(2) {
		flex-wrap: wrap;
		column-gap: 60px;
		margin-top: 33px;
		padding: 36px 12.8% 0;
	}
	.theme_scene-nav-group:nth-child(2) a {
		width: 39%;
	}
	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 28px;
	}
	.theme_scene .top__title {
		margin: 0;
	}
	.theme_scene .top__title img {
		max-width: unset;
		width: auto;
		height: 77px;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 87px;
	}
	.theme_scene .top__text-sub {
		margin-top: 234px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
	.search .search__text-title {
		width: 156px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 13px;
		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: #453220;
	}
	.search .search__text-title img {
		width: 156px;
		margin: 0;
	}
	.search .search__text-title .search__text-key {
		margin-top: 3px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 90px;
		height: 110px;
	}
}

@media screen and (max-width: 374px) {
	.top .top__text .top__ranking a {
		width: 100%;
	}
	.theme_scene-nav-group {
		column-gap: 5.8%;
	}
	.theme_scene-nav-group:nth-child(2) {
		column-gap: 22%;
	}
	.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;
	}
}