@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #AF281A;
	position: relative;
	overflow: hidden;
}
.top .top__img img {
	width: 100%;
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
.top .top__img {
	width: 100%;
	height: auto;
	background-color:#AF281A;
	text-align: center;
}
.top .top__img img {
	width: 100%;
	max-height: unset;
	max-width: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1550px) {
	.top .top__img img {
		width: 1366px;
		height: auto;
		max-height: 490px;
		max-width: unset;
		max-width: 1366px;
	}
}
.top__text {
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}
.top .top__text .top__text-sub {
	max-width: 756px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	color: #fff;
	text-align: center;
}
.top .top__text .top__ranking {
	margin-top: 40px;
	text-align: center;
}
.top .top__text .top__ranking a {
	font-size: 16px;
	font-weight: 500;
	background: #C99D4D;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 8px 0;
}
.top .top__text .top__illust img {
	position: absolute;
	display: block;
	height: auto;
	pointer-events: none;
	top: 0;
}
.top .top__text .top__illust .illust01 {
	left: 0;
	width: 25.84%;
	max-width: 353px;
}
.top .top__text .top__illust .illust02 {
	right: 0;
	width: 25.4%;
	max-width: 347px;
}
/* エリア別で探す */
.top_search {
	background: #AF281A;
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	border-left: 5px solid #B97419;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #B97419;
	background: #FBEDD9;
	border: 1px solid #B97419;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #C99D4D;
}
.area_search_pc .PrefectureBlock li a {
	color: #B97419;
	background: #FFF;
	border: 1px solid #B97419;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #B97419;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #AF281A;
}
.theme_pickup .pickup__title  {
	background: #B97419;
}
.theme_pickup .pickup__title img  {
	max-width: 382px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: calc(50% - 219px);
	height: 100%;
	background: url(/images/gourmet/theme/autumn/pickup_title_deco.svg) repeat-x left center/auto 16px;
	background-position-x: right;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 219px);
	background-position-x: right;
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 219px);
	background-position-x: left;
}
.theme_pickup .info__btn a {
	color: #B97419;
	border: 1px solid #B97419;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #B97419;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/sushi/pickup_num_bg.png);
}
/* .theme_pickup .pickup__item::after {
	background-image: linear-gradient(to right, #D1C9AE, #D1C9AE 5px, transparent 5px, transparent 10px);
} */

/* 宿のタイプ */
.theme_type_pc {
	position: relative;
	padding-top: 80px;
	padding-bottom: 0;
}
.theme_type_pc .wrap {
	padding-bottom: 40px;
}
.theme_type_pc .theme_type-title img {
	max-width: 684px;
	width: 100%;
}
.theme_type_pc .theme_type-main {
	margin-top: 40px;
}
.theme_type_pc .type .type__title img {
	max-width: 524px;
	width: 100%;
}
.theme_type_pc .type .type__img {
	margin-top: 23px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 32px;
}
.theme_type_pc .theme_type-main .type:nth-child(3) {
	padding-right: 2.12%;
}

.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #F4F2E9;
}

/* “食欲の秋”といわれているのはなぜ？ */
.top__point {
	width: 100%;
	background: url(/images/gourmet/theme/autumn/type_sub_bg.svg) repeat;
	padding: 40px 0;
	background-color: #fff;
	box-sizing: border-box;
}
.top__point .wrap {
	width: 93%;
	max-width: 1200px;
	border-radius: 30px;
	background-color: #fff;
	display: flex;
    justify-content: space-between;
    align-items: center;
	align-items: center;
	box-sizing: border-box;
}
.top__point .text {
	max-width: 660px;
	width: 55.67%;
	margin: 0 auto;
	align-items: center;
}
.top__point .text h2 {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: clamp( 24px, calc( 9.8128078817734px + 1.477832512315271vw ), 30px );
	line-height: 1;
	color: #B97419;
	position: relative;
}
.top__point .text h2::after {
	content: "";
	display: inline-block;
	background: url(/images/gourmet/theme/autumn/column_illust.svg) no-repeat;
	background-size: contain;
	width: 79px;
	height: 60px;
	margin-left: 5px;
	vertical-align: middle;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.top__point .text h2 span {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #B97419;
	display: block;
	margin-bottom: 19px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.top__point .text p {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.7;
	width: 100%;
}
.top__point .img {
	max-width: 460px;
	width: 38.33%;
	flex-shrink: 0;
	height: 100%;
	overflow: hidden;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.top__point .img img {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	height: 100%;
	vertical-align: middle;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: linear-gradient(179.31deg, #E3DBBF 0.58%, #F1B168 50.68%, #EE8666 99.41%);
}
.theme_scene .wrap {
	position: relative;
}
.theme_scene .scene__illust {
	width: 96%;
	max-width: 1366px;
    margin: 0 auto;
	position: relative;
}
.theme_scene .scene__illust img {
	position: absolute;
	display: block;
	height: auto;
	pointer-events: none;
}
.theme_scene .scene__illust .illust01 {
	top: -40px;
	left: 0;
	width: 16.18%;
	max-width: 221px;
}
.theme_scene .scene__illust .illust02 {
	top: -24px;
	right: 0;
	width: 14.2%;
	max-width: 194px;
}
.theme_scene .theme_scene-title img {
	max-width: 1048px;
	width: 88%;
}
.theme_scene .theme_scene-nav {
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 64px 2% 55px;
	box-sizing: border-box;
	column-gap: 4.5%;
	row-gap: 35px;
}
.theme_scene .theme_scene-nav li {
	text-align: center;
	max-width: 324px;
	width: 29%;
}
.theme_scene .theme_scene-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav li .nav__img {
	max-width: 268px;
	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 li 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: 20px;
}
/* .theme_scene .theme_scene-nav li a:hover span::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0 auto;
} */
.theme_scene .theme_scene-nav .theme_scene-nav05 a {
	position: relative;
}
.theme_scene .theme_scene-nav .theme_scene-nav05 a::before {
    content: '';
    width: 128px;
    height: 69px;
    background-image: url(/images/gourmet/theme/sushi/scene_nav05_text_pop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
	z-index: 3;
    top: 0;
    right: -19%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.theme_scene .theme_scene-nav .theme_scene-nav05 a:hover::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(-14px);
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
}

.theme_scene .top__title img {
	display: block;
	max-width: 515px;
	width: 100%;
}
.theme_scene #scene2 .top__title {
	margin-right: -4.25%;
}
.theme_scene #scene2 .top__title img {
	max-width: 538px;
}
.theme_scene .top__text-sub {
	margin-top: 30px;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #B97419;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #B97419;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #B97419
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #B97419;
	border-left: 5px solid #B97419;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #B97419;
	border: 1px solid #B97419;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #B97419;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #F4F2E9;
}
.theme_scene .area_search_pc .AreaBlock li a:hover, .theme_scene .area_search_pc .PrefectureBlock li a:hover {
	background: #B97419;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #B97419;
	border-left: 5px solid #B97419;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 451px;
	height: 470px;
	margin-right: calc(100% - 48% - 451px);
	margin-left: 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	padding-top: 85px;
}
.search .search__text-title img {
	width: 100%;
	height: auto;
}
.search .search__text-title .search__text-key {
	margin-top: 0;
	color: #fff;
}
.theme__top .theme__title {
	color: #B97419;
}
.theme__top .theme__title span {
	color: #B97419;
}
.theme__top .theme__ranking a {
	color: #B97419;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	width: 230px;
	height: 118px;
	vertical-align: bottom;
}

@media screen and (max-width: 1120px) {
	.top .top__text .top__text-sub {
		font-size: 15px;
	}
	.top .top__text .top__ranking a {
		font-size: 15px;
	}
	.theme_type-sub {
		padding: 0 40px;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 15px;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 23px;
	}
	/* 食欲の秋 */
	.top__point .img {
		flex-shrink: 5;
	}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	/* 食欲の秋 */
	.top__point .text {
		max-width: unset;
		width: 100%;
		padding: 30px 3rem 27px;
	}
	.top__point .img {
		display: none;
	}
}
@media screen and (max-width: 900px) {
	.top h1 {
		height: auto;
	}
	.theme_type-sub {
		padding: 25px;
		text-align: left;
	}
	.theme_type-sub .item__text p {
		font-size: 13px;
	}
	.theme_type-sub::after {
		background-size: 50% auto;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 16px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav05 a::before {
		width: 12vmin;
	}
	/* 食欲の秋 */
	.top__point .text {
		padding: 30px 1.5rem 27px;
	}
	.top__point .text span {
		text-align: center;
	}
	/* 検索結果ページ */
	.search .search__text-title {
		width: 42vmin;
		margin-right: calc(100% - 48% - 42vmin);
		padding-top: 16vmin;
	}
	.search .search__text-title .search__text-key {
		font-size: 32px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__text-title img {
		width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 50px;
		box-sizing: border-box;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		line-height: 1.7;
		text-align: left;
	}
	.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: 0;
		padding-bottom: 25px;
	}
	.top_search .search__text {
		font-size: 18px;
	}
	.top .wrap {
		position: relative;
	}
	.top .top__text .top__illust .illust01 {
		top: unset;
		bottom: 0;
		width: 35.38%;
		max-width: 138px;
	}
	.top .top__text .top__illust .illust02 {
		right: 0;
		width: 25%;
		max-width: 89px;
	}

	/* pick up */
	.theme_pickup .pickup__title img {
		height: 30px;
		width: auto;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #FBEDD9;
	}
	.area_search_sp .AreaBlock li a {
		background: #FBEDD9;
	}
	.area_search_sp .AreaBlock .name {
		color: #B97419;
	}
	.area_search_sp .AreaBlock .num {
		color: #B97419;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #FBEDD9;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #B97419;
		border-right: 1px solid #B97419;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title {
		height: 50px;
	}
	.theme_pickup .pickup__title img {
		max-width: 232px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		background-size: auto 18px;
		width: calc(50% - 72px);
	}
	.theme_pickup .pickup__title::before {
		right: calc(50% + 111px);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 109px);
	}
	.theme_pickup .info__name {
		border-color: #B97419;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.theme_type_sp .theme_type-title img {
		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 .type__img {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #B97419;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 20px;
	}
	.theme_type_sp .theme_type-main .swiper-container {
		padding-bottom: 74px;
	}
	.theme_type_sp .theme_type-main .swiper-container-horizontal>.swiper-pagination-bullets, 
	.theme_type_sp .theme_type-main .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 42px;
	}
	.theme_type-sub {
		flex-direction: column;
		margin-top: 30px;
		padding: 40px 15px;
	}
	.theme_type-sub .type-sub__title {
		max-width: 250px;
		margin-bottom: 23px;
	}
	.theme_type-sub .type-sub__title img {
		margin: auto;
		width: 100%;
	}
	.theme_type-sub .item__img {
		width: 100%;
	}
	.theme_type-sub .item__text {
		width: 100%;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}
	.theme_type-sub::after {
		background-size: 100% auto;
	}

	/* 食欲の秋 */
	.top__point {
		padding: 30px 0;
	}
	.top__point .wrap {
		width: 92.5%;
		display: block;
		padding: 30px 15px 15px;
	}
	.top__point .text {
		max-width: unset;
		width: 100%;
		padding: 0;
	}
	.top__point .text h2 {
		font-size: clamp( 22px, calc( 2px + 6.666666666666667vw ), 28px );
		line-height: 1.4;
		text-align: center;
	}
	.top__point .text h2::after {
		width: 68px;
		height: 51px;
		top: -59%;
        transform: none;
        right: -3%;
	}
	.top__point .text p {
		margin-top: 20px;
		font-size: 15px;
	}
	.top__point .img {
		max-width: unset;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.top__point .img img {
		border-radius: 15px;
		width: 100%;
        max-width: 100%;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 100%;
		max-width: 293px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 390px;
		width: 100%;
		margin: 0 auto;
		justify-content: space-between;
		align-items: flex-start;
		gap: 40px 0;
		padding: 35px 0;
	}
	.theme_scene .theme_scene-nav li {
		width: 31%;
		max-width: 107px;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 12px;
		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 .theme_scene-nav .theme_scene-nav05 a::before {
		width: 80px;
		height: 43px;
		transform: none;
		top: -25%;
        right: -50%;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav05 a:hover::before {
		transform: none;
	}

	.theme_scene .top__text {
		width: 100%;
		padding-top: 0;
		margin-right: 0;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 15px;
	}
	.theme_scene .top__title {
		padding: 0;
	}
	.theme_scene .top__title img {
		max-width: 315px;
		width: 100%;
		margin: 0 auto;
	}
	.theme_scene #scene2 .top__title {
		margin-right: 0;
	}
	.theme_scene #scene2 .top__title img {
		max-width: 315px;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 100px;
	}
	.theme_scene .top__text-sub {
		margin-top: 244px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}
	.theme_scene .scene__illust {
        width: 100%;
        max-width: unset;
    }
    .theme_scene .scene__illust .illust01 {
        max-width: 86px;
        width: 22.05%;
        height: auto;
        top: -25px;
    }
    .theme_scene .scene__illust .illust02 {
        max-width: 74px;
        width: 18.97%;
        height: auto;
        top: -6px;
    }

	/* 検索結果ページ */
	.search .search__text-title {
		width: 277px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 43px;
		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: #C99D4D;
	}
	.search .search__text-title img {
		width: 277px;
		margin: 0;
	}
	.search .search__text-title .search__text-key {
		margin-top: 0;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 181px;
		height: 104px;
	}
}