@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #FFEEBF;
	position: relative;
}
.top .wrap {
	position: relative;
}
.top .top__text-title {
	position: absolute;
	left: 50%;
	top: 45px;
	transform: translateX(-50%);
	z-index: 3;
	height: auto;
	display: flex;
	align-items: center;
}
.top .top__text-title img {
	width: 718px;
	height: auto;
}
.top .top__text-title-sub {
	position: absolute;
	right: 5%;
	top: 0;
	z-index: 4;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 50% 50%;
	vertical-align: top;
}
.top .top__text {
	width: 100%;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}
.top .top__text::before,
.top .top__text::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 142px;
	height: 153px;
	background-image: url(/images/gourmet/theme/konamono/top_img01.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top .top__text::before {
	left: 0;
	top: -61px;
}
.top .top__text::after {
	right: 0;
	bottom: -13.5px;
}
.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: #ED7B17;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 9px 0;
}

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

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #FADF97;
}
.theme_pickup .pickup__title  {
	background: #ED7B17;
	z-index: 0;
}
.theme_pickup .pickup__title img  {
	max-width: 376px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/images/gourmet/theme/konamono/pickup_title_deco.svg) repeat-x center right/ auto 9px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 218px);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 218px);
	transform: scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #ED7B17;
	border: 1px solid #ED7B17;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #ED7B17;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/konamono/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: 742px;
	width: 62%;
}
.theme_type_pc .theme_type-main {
	margin-top: 45px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 51px;
}
.theme_type_pc .type .type__title img {
	max-width: 100%;
}
.theme_type_pc .type .type__img {
	margin-top: 23px;
}
.theme_type_pc .theme_type-main .type:nth-last-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme_type_pc .type .illust {
	width: 91%;
	max-width: 456px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #FFEEBF;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.theme_type-sub .type-sub__title {
	width: 100%;
	max-width: 814px;
	margin: 0 auto 30px;
}
.theme_type-sub .type-sub__wrap {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.theme_type-sub .type-sub_item {
	background-color: #FFEEBF;
	box-sizing: border-box;
	padding: 30px 0 30px 30px;
	position: relative;
	width: calc(50% - 20px );
}
.theme_type-sub .type-sub_item .item__text {
	display: flex;
	align-items: center;
	column-gap: 30px;
	padding-right: 30px;
}
.theme_type-sub .type-sub_item .item__title {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 3px solid #FADF97;
}
.theme_type-sub .type-sub_item .item__title img {
	width: auto;
	height: 28px;
}
.theme_type-sub .type-sub_item .item__img {
	max-width: 250px;
	width: 49%;
	position: relative;
	z-index: 1;
}
.theme_type-sub .type-sub_item .item__img::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-color: #FADF97;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
}
.theme_type-sub .type-sub_item .item__text_p {
	max-width: 240px;
	width: 47%;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 22px;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #2B744A, #E0BF38 52%, #E37D32);
	background: -webkit-linear-gradient(top, #2B744A, #E0BF38 52%, #E37D32);
	background: linear-gradient(to bottom, #2B744A, #E0BF38 52%, #E37D32);
}
.theme_scene .theme_scene-title img {
	max-width: 1011px;
	width: 86%;
}
.theme_scene .theme_scene-nav {
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 55px 0 60px;
	box-sizing: border-box;
	row-gap: 23px;
	align-items: flex-start;
}
.theme_scene .theme_scene-nav a {
	text-align: center;
	width: 30%;
	max-width: 174px;
	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: 140px;
	width: 100%;
	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: 16px;
}
.theme_scene .theme_scene-nav .theme_scene-nav02 .nav__text {
	padding-bottom: 26px;
}
.theme_scene-nav-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 3%;
	width: calc(50% - 20px);
}
.theme_scene-group-title {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;
}
.theme_scene-group-title img {
	height: 31px;
	width: auto;
	margin: 0 20px;
}
.theme_scene-group-title::before,
.theme_scene-group-title::after {
	content: '';
    background: #FFEEBF;
    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 img {
	max-width: 515px;
}
.theme_scene #scene3 .top__title { margin-right: -5.8%; }
.theme_scene #scene3 .top__title img { max-width: 547px; }
.theme_scene #scene5 .top__title { margin-right: -5.01%; }
.theme_scene #scene5 .top__title img { max-width: 534px; }
.theme_scene .top__text-sub {
	margin-top: 48px;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #ED7B17;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #ED7B17;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #ED7B17
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #ED7B17;
	border-left: 5px solid #ED7B17;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #ED7B17;
	border: 1px solid #ED7B17;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #ED7B17;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #FFEEBF;
}
.theme_scene .area_search_pc .AreaBlock li a:hover, .theme_scene .area_search_pc .PrefectureBlock li a:hover {
	background: #ED7B17;
}

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

/* 検索結果ページ */
.search .search__text-title {
	width: 396px;
	height: 470px;
	margin-right: calc(100% - 48% - 396px);
	margin-left: 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 56px;
}
.search .search__text-title img {
	width: 100%;
	height: auto;
	background-image: url('/images/gourmet/theme/konamono/search_title_bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.search .search__text-title .search__text-key {
	margin-top: 5px;
	color: #fff;
}
.theme__top .theme__title {
	color: #ED7B17;
}
.theme__top .theme__title span {
	color: #ED7B17;
}
.theme__top .theme__ranking a {
	color: #ED7B17;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	width: 226px;
	height: 133px;
	vertical-align: bottom;
	background-image: url('/images/gourmet/theme/konamono/404_title_bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1120px) {
	.top .top__img img {
		height: 425px;
	}
	.top .top__text-title img {
		width: 600px;
	}
	.theme_scene-group-title img {
		height: 26px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 22px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 48vmax;
	}
	.top .top__text-title img {
		width: 65vmax;
	}
	.top .top__text::before, .top .top__text::after {
		width: 13vmax;
		height: 14vmax;
	}
	.top .top__text::before {
		top: -8vmax;
	}
	.top .top__text::after {
		bottom: -2vmax;
	}
	.theme_type-sub .type-sub_item .item__title img {
		height: 3vmax;
	}
	.theme_scene-group-title img {
		height: 3vmax;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 2.05vmax;
	}
	.search .search__text-title {
		width: 41vmax;
		margin-right: calc(100% - 48% - 41vmax);
		padding-top: 18vmax;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img, .top .top__img img {
		height: 120vw;
		width: 100%;
	}
	.top .top__text-title {
		width: 92vw;
		top: 34.93334vw;
	}
	.top .top__text-title img {
		width: 100%;
		height: auto;
	}
	.top .top__text-title-sub {
		right: 5.866667vw;
		width: 15.2vw;
	}
	.top .top__text-title-sub img {
		width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 30px;
		box-sizing: border-box;
	}
	.top .top__text::before, .top .top__text::after {
		width: 84px;
		height: 90px;
	}
	.top .top__text::before {
		top: -75.5px;
		left: 4%;
	}
	.top .top__text::after {
		bottom: 0;
		right: 4%;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		width: 100%;
		line-height: 1.6;
	}
	.top .top__text .top__ranking {
		margin-top: 15px;
	}
	.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: #FFEEBF;
	}
	.area_search_sp .AreaBlock li a {
		background: #FFEEBF;
	}
	.area_search_sp .AreaBlock .name {
		color: #ED7B17;
	}
	.area_search_sp .AreaBlock .num {
		color: #ED7B17;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #FFD96F;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #ED7B17;
		border-right: 1px solid #ED7B17;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 64.26667vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 14.933334vw;
		background-size: auto 1.2vw;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		right: 0;
		left: auto;
	}
	.theme_pickup .info__name {
		border-color: #ED7B17;
		color: #333333;
	}
	.theme_pickup .item__topics {
		color: #333333;
		border-color: #333333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.theme_type_sp .theme_type-title {
		margin: 0 -2vw;
	}
	.theme_type_sp .theme_type-title img {
		width: 100%;
		max-width: 96vw;
	}
	.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: 22px;
	}
	.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: #ED7B17;
	}
	.theme_type-sub {
		flex-direction: column;
		margin-top: 30px;
	}
	.theme_type-sub .type-sub__title {
		max-width: 249px;
		width: 100%;
		margin-bottom: 20px;
	}
	.theme_type-sub .type-sub__wrap {
		flex-direction: column;
		row-gap: 0;
	}
	.theme_type-sub .type-sub_item {
		width: 100%;
		padding: 15px 0 15px 15px;
	}
	.theme_type-sub .type-sub_item .item__title {
		margin-bottom: 15px;
		padding-bottom: 3px;
	}
	.theme_type-sub .type-sub_item .item__title img {
		height: 21px;
	}
	.theme_type-sub .type-sub_item .item__text {
		column-gap: 10px;
		align-items: flex-start;
		justify-content: space-between;
		padding-right: 15px;
	}
	.theme_type-sub .type-sub_item .item__img {
		width: 42.25%;
	}
	.theme_type-sub .type-sub_item .item__img::after {
		display: none;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		font-size: 13px;
		width: 53.15%;
		flex: 1;
		line-height: 20px;
	}
	.theme_type-sub .type-sub_item:nth-child(2) {
		padding: 15px 15px 15px 0;
	}
	.theme_type-sub .type-sub_item:nth-child(2) .item__title {
		padding-left: 15px;
	}
	.theme_type-sub .type-sub_item:nth-child(2) .item__text {
		flex-direction: row-reverse;
		padding-right: 0;
		padding-left: 15px;
	}

	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 100%;
		max-width: 345px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		margin: auto;
		gap: 23px 0;
		padding: 30px 0 30px;
	}
	.theme_scene-nav-group {
		width: 100%;
	}
	.theme_scene-group-title {
		margin-bottom: 17px;
	}
	.theme_scene-group-title img {
		height: 20px;
		margin: 0 15px;
	}
	.theme_scene .theme_scene-nav a {
    	width: auto;
	}
	.theme_scene .theme_scene-nav .nav__img {
		width: 100%;
		max-width: 80px;
	}
	.theme_scene .theme_scene-nav a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 10px;
		height: 16px;
		width: auto;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav02 .nav__text {
		padding-bottom: 0;
	}
	.theme_scene-nav-group:nth-child(1) {
		column-gap: 47px;
	}
	.theme_scene-nav-group:nth-child(2) {
		column-gap: 13px;
	}
	.theme_scene-nav-group:nth-child(2) a {
		width: 26%;
	}
	.theme_scene-nav-group:nth-child(3) {
		width: 42.5%;
	}
	.theme_scene-nav-group:nth-child(4) {
		width: 50.2%;
		column-gap: 15px;
	}
	.theme_scene-nav-group:nth-child(3) .theme_scene-group-title img,
	.theme_scene-nav-group:nth-child(4) .theme_scene-group-title img {
		margin: 0 10px;
	}
	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 23px;
	}
	.theme_scene .top__title {
		padding: 0;
	}
	.theme_scene .top__title img {
		max-width: unset;
		width: auto;
		height: 77px;
		margin: 0 auto;
		display: block;
	}
	.theme_scene #scene1 .top__title { margin-right: 0; }
	.theme_scene #scene1 .top__title img { max-width: unset; }
	.theme_scene #scene2 .top__title { margin-right: 0; }
	.theme_scene #scene2 .top__title img { max-width: unset; }
	.theme_scene #scene4 .top__title { margin-right: 0; }
	.theme_scene #scene4 .top__title img { max-width: unset; }
	.theme_scene #scene7 .top__title { margin-right: 0; }
	.theme_scene #scene7 .top__title img { max-width: unset; }
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 92px;
	}
	.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: 255px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 46px;
		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: #ED7B17;
	}
	.search .search__text-title img {
		width: 255px;
		margin: 0;
	}
	.search .search__text-title .search__text-key {
		margin-top: 5px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 164px;
		height: 96px;
	}
}