@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #F4EEE6;
	position: relative;
	overflow: hidden;
	padding-bottom: unset;
}
.top .top__img {
	position: relative;
	z-index: 0;
}
.top .top__img::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
	z-index: 1;
	position: absolute;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 50% 100%;
	vertical-align: top;
}
.top .top__illust {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 490px;
}
.top .top__illust .illust {
	position: absolute;
	z-index: 3;
}
.top .top__illust .illust01 {
	right: 290px;
	bottom: 1.5vmax;
	width: 17.25%;
}
.top .top__illust .illust01 img {
	max-width: 207px;
	width: 100%;
	height: auto;
}
.top .top__illust .illust02 {
	width: 21.6%;
	right: 0;
	top: 1.5vmax;
}
.top .top__illust .illust02 img {
	max-width: 259px;
	width: 100%;
	height: auto;
}
.top .wrap {
	position: relative;
}
.top .top__text-title {
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 3;
}
.top .top__text-title img {
	width: 623px;
	height: auto;
	margin-left: -25px;
	/* filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)); */
}
.top .top__text {
	width: 100%;
	padding: 40px 0 113px;
	position: relative;
	z-index: 1;
}
.top .top__text::after {
	content: '';
	position: absolute;
	background-image: url(/images/gourmet/theme/jizakana/top_img.svg);
	background-size: auto;
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	height: 146px;
	bottom: -30px;
	left: 0;
	z-index: -1;
}
.top .top__text .wrap {
	display: flex;
}
.top .top__text .top__text-sub {
	width: calc(100% - 380px);
	margin-left: 0;
	margin-right: 50px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}
.top .top__text .top__ranking {
	margin-top: 0;
	text-align: center;
	flex-shrink: 0;
	align-self: flex-end;
}
.top .top__text .top__ranking a {
	font-size: 18px;
	font-weight: 500;
	background: #102F6A;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 12px 0;
}

/* エリア別で探す */
.top_search {
	background-color: #41557C;
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
}
.top .areaSearchIcon {
    fill: #fff;
}
.top_search .search__text {
	color: #fff;
	margin-top: 0;
}
.area_search_pc .area__list > li .alphabet {
	color: #fff;
}
.area_search_pc .area__list > li .prefList > li a {
	color: #fff;
}
.area_search_pc .area__list > li .prefList > li + li::before {
    color: #fff;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #41557C;
}
.theme_pickup .pickup__title  {
	background: #102F6A;
}
.theme_pickup .pickup__title img  {
	max-width: 384px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: calc(50vw - 190px);
	height: 100%;
	background: url(/images/gourmet/theme/jizakana/pickup_title_line.svg) no-repeat center center/auto 100%;
}
.theme_pickup .pickup__title::before {
	right: calc(50vw + 210px);
	background-position-x: right;
}
.theme_pickup .pickup__title::after {
	left: calc(50vw + 210px);
	background-position-x: right;
	transform:scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #102F6A;
	border: 1px solid #102F6A;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #102F6A;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/jizakana/pickup_num_bg.png);
}

/* 宿のタイプ */
.theme_type_pc {
	position: relative;
	padding-bottom: 80px;
}
.theme_type_pc .theme_type-title {
    height: 105px;
    padding: 16px 0;
    position: relative;
    box-sizing: border-box;
	text-align: left;
}
.theme_type_pc .theme_type-title::before {
    content: '';
    width: 100vw;
    height: 105px;
    background: #BC8C53;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}
.theme_type_pc .theme_type-title img {
	max-width: 710px;
}
.theme_type_pc .theme_type-main {
	margin-top: 40px;
}
.theme_type_pc .type .type__title img {
	width: 100%;
	max-width: 525px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #EDE8D2;
}
.theme_type_pc .type .type__img {
	margin-top: 25px;
} 

.theme_type-sub {
	margin-top: 60px;
	background-image: url(/images/gourmet/theme/jizakana/type_sub_bg01.svg), url(/images/gourmet/theme/jizakana/type_sub_bg02.svg);
	background-repeat: no-repeat;
	background-position: right top, right bottom;
	background-size: 100% auto, 100% auto;
	padding: 80px 60px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.theme_type-sub .type-sub__title {
	margin-bottom: 20px;
}
.theme_type-sub .type-sub__title img {
	display: block;
	width: 100%;
	max-width: 580px;
	height: auto;
}
.theme_type-sub .item__text {
	max-width: 693px;
	width: 65%;
}
.theme_type-sub .item__text p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
	margin: 0;
}
.theme_type-sub .item__img {
	width: 32%;
	max-width: 340px;
	flex-shrink: 0;
}
.theme_type-sub .item__img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	vertical-align: bottom;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #E6D8C6, #C6E6DD 52%, #C6D7E6);
	background: -webkit-linear-gradient(top, #E6D8C6, #C6E6DD 52%, #C6D7E6);
	background: linear-gradient(to bottom, #E6D8C6, #C6E6DD 52%, #C6D7E6);
}
.theme_scene .theme_scene-title img {
	max-width: 809px;
	width: 100%;
	height: auto;
}
.theme_scene .theme_scene-nav {
	max-width: 1143px;
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 50px 0 60px;
	margin: auto;
}
.theme_scene .theme_scene-nav li {
	width: 17%;
	max-width: 200px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: block;
	padding-top: 30px;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	max-width: 184px;
	-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);
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.theme_scene .theme_scene-nav li a span {
    display: block;
    height: 38px;
    font-family: "Jost", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #102F6A;
}
.theme_scene .theme_scene-nav .nav__text {
	height: 30px;
	width: auto;
	padding-top: 20px;
	padding-bottom: 2px;
}
.theme_scene .theme_scene-nav li.theme_scene-nav04 .nav__text {
	height: 57px;
}
.theme_scene .theme_scene-nav li a:hover .nav__text {
	padding-bottom: 0;
}
.theme_scene .theme_scene-nav li a:hover span::after {
	content: '';
	width: 31%;
	height: 2px;
	background: #102F6A;
	display: block;
	margin: 0 auto;
}
.theme_scene .theme_scene-nav li.theme_scene-nav01 a:hover span::after {width: 70%;}
.theme_scene .theme_scene-nav li.theme_scene-nav02 a:hover span::after {width: 40%;}
.theme_scene .theme_scene-nav li.theme_scene-nav03 a:hover span::after {width: 56%;}
.theme_scene .theme_scene-nav li.theme_scene-nav04 a:hover span::after {width: 75%;}
.theme_scene .theme_scene-nav li.theme_scene-nav05 a:hover span::after {width: 85%;}
.theme_scene .theme_scene-nav .theme_scene-nav05 a {
	position: relative;
}
.theme_scene .top__title img {
	max-width: 515px;
	width: 100%;
	display: block;
}
.theme_scene #scene1 .top__title img {
	width: 103%;
	max-width: 530px;
}
.theme_scene .yado__text-main {
	color: #102F6A;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .top__text-sub {
	margin-top: 30px;
	line-height: 1.75;
}
.theme_scene #scene1 .top__text-sub,
.theme_scene #scene3 .top__text-sub {
	margin-top: 50px;
}
.theme_scene #scene4 .top__text-sub,
.theme_scene #scene5 .top__text-sub {
	margin-top: 20px;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #102F6A;
}
.theme_scene .yado__text-sub .more {
	color: #102F6A
}
.theme_scene .search__text {
	color: #102F6A;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #102F6A;
	border: 1px solid #102F6A;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #102F6A;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #F4EEE6;
}
.area_search_pc .AreaBlock li a:hover {
	background: #102F6A;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #102F6A;
}
.bottom .areaSearchIcon {
    fill: #102F6A;
}

/* 検索結果ページ */
.search__text-wrap {
	padding-top: 60px;
}
.search .search__text-title {
    box-sizing: border-box;
}
.search .search__text-title img {
    width: 100%;
    max-width: 560px;
    height: auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.search .search__text-title .search__text-key {
	margin-top: 20px;
}
.search .search__img .search__text-right {
	margin-top: 10px;
}
.theme__top .theme__title {
	color: #102F6A;
}
.theme__top .theme__title span {
	color: #102F6A;
}
.theme__top .theme__ranking a {
	color: #102F6A;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	width: auto;
	vertical-align: bottom;
}


@media screen and (max-width: 1120px) {
	.top .top__illust .illust01 {
		width: 16%;
		right: 22%;
		bottom: 3.5vmax;
	}
	.top .top__illust .illust02 {
		width: 22%;
		top: unset;
		bottom: 14.5vmax;
	}
	.top .top__text .top__text-sub {
		font-size: 15px;
	}
	.top .top__text .top__ranking a {
		width: 300px;
		padding: 10px 0;
	}
	.theme_type_pc .type .type__title img {
		height: auto;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 26px;
	}
	.theme_scene .theme_scene-nav li.theme_scene-nav04 .nav__text {
		height: 54px;	
	}
}
@media screen and (max-width: 900px) {
	.top .top__text-title {
		top: 145px;
	}
	.top .top__text-title img {
		width: 400px;
	}
	.top .top__text .top__ranking a {
		font-size: 16px;
	}
	.top .top__text::after {
		background-size: auto 14vw;
	}
	.top .top__text .top__text-sub {
		max-width: 86%;
	}
	.theme_type-sub {
		padding: 8% 4%;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}
	.theme_scene .theme_scene-nav li a span {
		font-size: 18px;
	}

}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img img {
		height: 445px;
	}
	.top .top__text-title {
		width: 350px;
		top: 40px;
		left: 4%;
	}
	.top .top__text-title img {
		width: 355px;
		max-width: 100%;
		margin-left: unset;
	}
	.top .top__illust {
		height: 445px;
	}
	.top .top__illust .illust01 {
		width: 104px;
		right: 118px;
		bottom: 13px;
	}
	.top .top__illust .illust02 {
		width: 128px;
		right: -12px;
		bottom: 88px;
	}
	.top .top__text .wrap {
		flex-wrap: wrap;
	}
	.top .top__text .top__text-sub {
		width: 100%;
		margin-right: unset;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 30px;
		position: relative;
	}
	.top .top__text::after {
		background-size: auto 128px;
		bottom: 0;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.top .top__text .top__ranking {
		margin: 20px auto 0;
	}
	.top .top__text .top__ranking a {
		font-size: 16px;
		text-align: center;
		padding: 12px 0;
		width: 320px;
	}
	.top_search {
		padding-top: 35px;
		padding-bottom: 40px;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
        background: #F4EEE6;
    }
    .area_search_sp .AreaBlock li a {
        background: #F4EEE6;
    }
    .area_search_sp .AreaBlock li,
    .area_search_sp .AreaBlock .noLink .alphabet,
	.area_search_sp .AreaBlock .num {
        color: #102F6A;
    }
    .area_search_sp .AreaBlock .sub_list ul li a {
        color: #102F6A;
        background: #EADFD0;
    }
    .area_search_sp .AreaBlock li:not(.sub_list)::after {
        border-top: 1px solid #102F6A;
        border-right: 1px solid #102F6A;
    }


	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 62.4vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 17.06667vw;
		background-size: auto 8.8vw;
	}
	.theme_pickup .pickup__title::before {
		right: calc(50vw + 33vw);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50vw + 33vw);
	}
	.theme_pickup .info__name {
		border-color: #102F6A;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-bottom: 40px;
	}
	.theme_type_sp .theme_type-title {
		height: 110px;
		text-align: left;
	}
    .theme_type_sp .theme_type-title::before {
        height: 110px;
        background: #BC8C53;
    }
	.theme_type_sp .theme_type-title img {
		max-width: 322px;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 20px;
	}
	.theme_type_sp .theme_type-main .type {
		padding: 30px 5%;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 10px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #102F6A;
	}
	.theme_type-sub {
		flex-direction: column;
		padding: 75px 0;
		margin-top: 30px;
		background-size: auto 54px;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 20px;
	}
	.theme_type-sub .type-sub__title img {
		max-width: 242px;
		width: 100%;
	}
	.theme_type-sub .item__text {
		width: 100%;
	}
	.theme_type-sub .item__text p {
		line-height: 1.6;
	}
	.theme_type-sub .item__img {
		width: 100%;
		margin-bottom: 10px;
		max-width: 315px;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 254px;
	}
	.theme_scene .theme_scene-nav {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 2%;
		padding: 20px 0 30px;
	}
	.theme_scene .theme_scene-nav li {
    	width: 32%;
		max-width: 115px;
	}
	.theme_scene .theme_scene-nav li a {
		padding-top: 20px;
	}
	.theme_scene .theme_scene-nav .nav__img {
		width: 100px;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav li a span {
		font-size: 16px;
		height: 25px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 15px;
		height: 16px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav01 a:hover span::after,
	.theme_scene .theme_scene-nav .theme_scene-nav02 a:hover span::after,
	.theme_scene .theme_scene-nav .theme_scene-nav03 a:hover span::after,
	.theme_scene .theme_scene-nav .theme_scene-nav04 a:hover span::after,
	.theme_scene .theme_scene-nav .theme_scene-nav05 a:hover span::after {
	   display: none;
	}
	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
	}
	.theme_scene .top__title {
		padding: 0;
	}
	.theme_scene .top__title img {
		max-width: 315px;
		margin: auto;
	}
	.theme_scene #scene1 .top__title img {
		max-width: 322px;
		margin-top: -8px;
		margin-right: -7px;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 108px;
	}
	.theme_scene #scene2 .top__img {
		top: 94px;
	}
	.theme_scene #scene3 .top__img {
		top: 87px;
	}
	.theme_scene #scene4 .top__img {
		top: 75px;
	}
	.theme_scene #scene5 .top__img {
		top: 84px;
	}
	.theme_scene .top__text-sub {
		margin-top: 275px;
		line-height: 1.6;
	}
	.theme_scene #scene1 .top__text-sub,
	.theme_scene #scene3 .top__text-sub,
	.theme_scene #scene4 .top__text-sub,
	.theme_scene #scene5 .top__text-sub {
		margin-top: 275px;
	}

	/* 検索結果ページ */
	.search .search__text-title {
		width: 100%;
		max-width: 285px;
		height: 145px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 40px;
		background: none;
	}
	.search .search__text-title img {
		max-width: 285px; 
	}
	.search .search__text-title .search__text-key {
		margin-top: 15px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 100%;
		height: auto;
	}
}