@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #F4F2E9;
	position: relative;
	overflow: hidden;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 50%;
	vertical-align: top;
}
.top .top__img {
	position: relative;
	z-index: 1;
}
.top .top__img::before,
.top .top__img::after {
	content: '';
	position: absolute;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top .top__text-title {
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	z-index: 3;
	height: auto;
	display: flex;
	align-items: center;
}
.top .top__text-title img {
	width: 388px;
	height: auto;
}
.top .top__text {
	width: 100%;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}
.top .top__text::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-image: url(/images/gourmet/theme/sushi/top_txtbg.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	width: 100%;
	height: 155px;
	bottom: 0;
}
.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: #185367;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 8px 0;
}

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

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #5D98AD;
}
.theme_pickup .pickup__title  {
	background: #185367;
}
.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/sushi/pickup_title_deco.svg) repeat-x center left/auto 18px;
}
.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: #185367;
	border: 1px solid #185367;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #185367;
}
.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: 80px;
}
.theme_type_pc .theme_type-title img {
	max-width: 933px;
	width: 80%;
}
.theme_type_pc .theme_type-main {
	margin-top: 70px;
}
.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) .type__title {
	margin-right: -1.59%;
}
.theme_type_pc .theme_type-main .type:nth-child(3) .type__title img {
	max-width: 539px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #F4F2E9;
}

.theme_type-sub {
	margin-top: 80px;
	background: #F4F2E9;
	padding: 0 60px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 0;
}
.theme_type-sub::after {
	content: '';
	background: url(/images/gourmet/theme/sushi/type_sub_bg.svg) no-repeat right bottom / auto;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.theme_type-sub .type-sub__title {
	margin-bottom: 20px;
}
.theme_type-sub .type-sub__title img {
	display: block;
	width: 100%;
	max-width: 441px;
}
.theme_type-sub .item__text {
	max-width: 630px;
	width: 50%;
}
.theme_type-sub .item__text p {
	max-width: 630px;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
	margin: 0;
}
.theme_type-sub .item__img {
	width: 45%;
	max-width: 402px;
	flex-shrink: 0;
}
.theme_type-sub .item__img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #244C83, #90589D 52%, #E86A6A);
	background: -webkit-linear-gradient(top, #244C83, #90589D 52%, #E86A6A);
	background: linear-gradient(to bottom, #244C83, #90589D 52%, #E86A6A);
}
.theme_scene .theme_scene-title img {
	max-width: 911px;
	width: 80%;
}
.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%;
	margin-top: -28px;
}
.theme_scene .top__text-sub {
	margin-top: 46px;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #185367;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #185367;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #185367
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #185367;
	border-left: 5px solid #185367;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #185367;
	border: 1px solid #185367;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #185367;
}
.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: #185367;
}

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

/* 検索結果ページ */
.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: #185367;
}
.theme__top .theme__title span {
	color: #185367;
}
.theme__top .theme__ranking a {
	color: #185367;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	width: 255px;
	height: 155px;
	vertical-align: bottom;
}

@media screen and (max-width: 1120px) {
	.top .top__img img {
		height: 450px;
	}
	.top .top__text-title img {
		width: 340px;
	}
	.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;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 44vmin;
	}
	.top .top__text-title {
		top: 2.5vmin;
	}
	.top .top__text-title img {
		width: 34vmin;
	}
	.theme_pickup .pickup__title img {
		max-width: 34vmin;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 30vmin;
		background-size: auto 11px;
	}
	.theme_pickup .pickup__title::before {
		right: auto;
		left: 0;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 0;
	}
	.theme_type-sub {
		padding: 25px;
	}
	.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: 2.28vmin;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav05 a::before {
		width: 12vmin;
	}
	/* 検索結果ページ */
	.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__img, .top .top__img img {
		height: 121.33334vw;
		width: 100%;
	}
	.top .top__img::before, .top .top__img::after {
		display: none;
	}
	.top .top__text-title {
		width: 78.133334vw;
		top: 14.933334vw;
	}
	.top .top__text-title img {
		width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 35px;
		box-sizing: border-box;
	}
	.top .top__text::after {
		height: 76px;
	}
	.top .top__text .top__text-sub {
		max-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: 25px;
		padding-bottom: 25px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #F4F2E9;
	}
	.area_search_sp .AreaBlock li a {
		background: #F4F2E9;
	}
	.area_search_sp .AreaBlock .name {
		color: #185367;
	}
	.area_search_sp .AreaBlock .num {
		color: #185367;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #F2EDD8;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #185367;
		border-right: 1px solid #185367;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 238px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 15.46667vw;
		background-size: auto 1.7vw;
	}
	.theme_pickup .info__name {
		border-color: #185367;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.theme_type_sp .theme_type-title img {
		width: 302px;
	}
	.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: #185367;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 10px;
	}
	.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;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 100%;
		max-width: 293px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		justify-content: center;
		align-items: flex-start;
		gap: 40px 4%;
		padding: 35px 0;
	}
	.theme_scene .theme_scene-nav li {
		width: 31%;
		max-width: 107px;
	}
	.theme_scene .theme_scene-nav li .nav__img {
		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: 10px;
		height: 14px;
	}
	.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-nav02 .nav__text,
	.theme_scene .theme_scene-nav .theme_scene-nav03 .nav__text {
		height: 33px;
	}
	.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%;
		margin-right: 0;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 17px;
	}
	.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: 94px;
	}
	.theme_scene .top__text-sub {
		margin-top: 245px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
	.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: #185367;
	}
	.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;
	}
}