@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #E8E5DB;
	position: relative;
	overflow: hidden;
}
.top .top__img {
	position: relative;
}
.top .top__img::before {
    content: '';
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    position: absolute;
}
.top .top__img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: 50% 100%;
	vertical-align: top;
}
.top .wrap {
	position: relative;
}
.top .top__text-title {
	width: 92%;
	max-width: 1040px;
	text-align: center;
	position: absolute;
	top: 54%;
    left: 50%;
    translate : -50% -50%;
	z-index: 3;
}
.top .top__text-title img {
	height: auto;
}
.top .top__text {
	width: 100%;
	padding: 60px 0 40px;
	position: relative;
}
.top .top__text::before, .top .top__text::after {
	content: '';
	position: absolute;
	background-image: url(/images/gourmet/theme/soba/top_img.svg), url(/images/gourmet/theme/soba/top_img.svg);
	background-size: 120px auto, 120px auto;
	background-repeat: no-repeat;
	background-position: left top, right bottom;
	width: 258px;
	height: 164px;
}
.top .top__text::before {
	top: 65px;
	left: calc(50vw - 660px);
}
.top .top__text::after {
	top: 20px;
	left: calc(50vw + 400px);
}
.top .top__text .top__text-sub {
	max-width: 975px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}
.top .top__text .top__ranking {
	margin-top: 20px;
	text-align: center;
}
.top .top__text .top__ranking a {
	font-size: 15px;
	font-weight: 500;
	background: #2E5375;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 12px 0;
}

/* エリア別で探す */
.top .areaSearchIcon {
    fill: #2E5375;
}
.top_search .search__text {
	color: #2E5375;
	margin-top: 0;
}
.area_search_pc .area__list > li .alphabet {
	color: #2E5375;
}
.area_search_pc .area__list > li .prefList > li a {
	color: #2E5375;
}
.area_search_pc .area__list > li .prefList > li + li::before {
    color: #2E5375;
}


/* 旅色編集部Pick up */
.theme_pickup  {
	background: #E8E5DB;
}
.theme_pickup .pickup__title  {
	background: #2E5375;
}
.theme_pickup .pickup__title img  {
	max-width: 332px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 94px;
	height: 100%;
	background: url(/images/gourmet/theme/soba/pickup_title_line.svg) no-repeat center center/auto 47px;
}
.theme_pickup .pickup__title::before {
	left: calc(50% - 290px);
	background-position-x: left;
}
.theme_pickup .pickup__title::after {
	right: calc(50% - 290px);
	background-position-x: right;
	transform:scaleX(-1);
}
.theme_pickup .item__name {
	border-color: #000;
}
.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: #333;
}
.theme_pickup .info__btn a {
	color: #2E5375;
	border: 1px solid #2E5375;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #1A2450;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/soba/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-bottom: 70px;
}
.theme_type_pc .theme_type-title {
    height: 111px;
    padding: 22px 0;
    position: relative;
    box-sizing: border-box;
	text-align: center;
}
.theme_type_pc .theme_type-title::before {
    content: '';
    width: 100vw;
    height: 111px;
    background: #2E5375;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}
.theme_type_pc .theme_type-title img {
    max-width: 626px;
}
.theme_type_pc .theme_type-main {
	margin-top: 40px;
}
.theme_type_pc .type .type__title img {
	width: auto;
	height: 116px;
	max-width: 100%;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #E3D6D6;
}
.theme_type_pc .type .type__img {
	margin-top: 16px;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) {
	padding-right: 1.5%;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) .type__img,
.theme_type_pc .theme_type-main .type:nth-child(odd) .type__text {
	padding-right: 8.44%;
}

.theme_type-sub {
	margin-top: 40px;
	background: #E8E5DB;
	border-radius: 20px;
	padding: 50px 60px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.theme_type-sub .type-sub__title {
	margin-bottom: 30px;
}
.theme_type-sub .type-sub__title img {
	display: block;
	width: 95%;
	max-width: 624px;
	margin: auto;
	height: auto;
}
.theme_type-sub .item__text {
	max-width: 660px;
	width: 62%;
}
.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: 36%;
	max-width: 380px;
	flex-shrink: 0;
}
.theme_type-sub .item__img img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	vertical-align: bottom;
}


/* シーン別特集 */
.theme_scene {
	background: -moz-linear-gradient(top, #D1BF98, #A9BA87 52%, #518A9F);
	background: -webkit-linear-gradient(top, #D1BF98, #A9BA87 52%, #518A9F);
	background: linear-gradient(to bottom, #D1BF98, #A9BA87 52%, #518A9F);
}
.theme_scene .theme_scene-title img {
	max-width: 1165px;
	width: 94%;
}
.theme_scene .theme_scene-nav {
	max-width: 1000px;
	width: 84%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 40px 0;
	margin: auto;
}
.theme_scene .theme_scene-nav li {
	width: 100%;
	max-width: 195px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: block;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	max-width: 113px;
	-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: #84714A;
}
.theme_scene .theme_scene-nav .nav__text {
	height: 30px;
	width: auto;
	padding-top: 10px;
	padding-bottom: 2px;
}
.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: 82%;
	height: 2px;
	background: #84714A;
	display: block;
	margin: 0 auto;
}
.theme_scene .theme_scene-nav li.theme_scene-nav01 a:hover span::after {
	width: 57%;
}
.theme_scene .theme_scene-nav li.theme_scene-nav02 a:hover span::after {
	width: 95%;
}
.theme_scene .theme_scene-nav li.theme_scene-nav03 a:hover span::after {
	width: 65%;
}
.theme_scene .theme_scene-nav li.theme_scene-nav04 a:hover span::after {
	width: 30%;
}
.theme_scene .top__title img {
	max-width: 513px;
	width: 100%;
}
.theme_scene .yado__text-main {
	color: #2E5375;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .top__text-sub {
	margin-top: 22px;
	line-height: 1.75;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #2E5375;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #2E5375
}
.theme_scene .search__text {
	color: #2E5375;
}
.theme_scene .area_search_pc .area__list > li .prefList > li a {
    color: #2E5375;
}
.theme_scene .area_search_pc .area__list > li .prefList > li + li::before {
    color: #2E5375;
}

.bottom .area_search_pc .area__list > li .alphabet {
    color: #2E5375;
}
.bottom .area_search_pc .area__list > li .prefList > li a {
    color: #2E5375;
}
.bottom .area_search_pc .area__list > li .prefList > li + li::before {
    color: #2E5375;
}

.theme_scene .info__btn a {
	color: #2E5375;
	border: 1px solid #2E5375;
}
.theme_scene .info__btn .hpLink {
	color: #fff;
	background: #2E5375;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #2E5375;
}
.bottom .areaSearchIcon {
    fill: #2E5375;
}

/* 検索結果ページ */
.search .search__text-title {
    box-sizing: border-box;
}
.search .search__text-title img {
    width: 100%;
    max-width: 1043px;
    height: auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.theme__top .theme__title {
	color: #2E5375;
}
.theme__top .theme__title span {
	color: #2E5375;
}
.theme__top .theme__ranking a {
	color: #2E5375;
}



@media screen and (max-width: 1120px) {
	.top .top__text::before, .top .top__text::after {
		background-size: 100px auto, 100px auto;
		width: 210px;
		height: 120px;
	}
	.top .top__text::before {
		left: calc(50vw - 540px);
    	top: 70px;
	}
	.top .top__text::after {
		left: calc(50vw + 350px);
		top: 30px;
	}
	.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_type-sub {
		padding: 5% 4%;
		gap: 0 3%;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 26px;
	}
}
@media screen and (max-width: 1010px) {
	.theme_scene .theme_scene-nav li {
		width: 25%;
	}
	.theme_scene .theme_scene-nav li a span {
		font-size: 20px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__text::before, .top .top__text::after {
		background-size: 10vw auto, 10vw auto;
		width: 23vw;
		height: 17vw;
	}
	.top .top__text::before {
		left: calc(50vw - 53vw);
		top: 8vw;
	}
	.top .top__text::after {
		left: calc(50vw + 31vw);
		top: 4vw;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 16px;
	}
	.theme_type-sub .type-sub__title img {
		width: 100%;
	}
	.theme_scene .theme_scene-nav li {
		width: 20%;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 82px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img>img {
		height: 450px;
	}
	.top .top__img::before {
		height: 450px;
	}
	.top .top__text-title {
		max-width: 345px;
		height: 235px;
		top: 58%;
	}
	.top .top__text-title img {
		max-width: 100%;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0;
		position: relative;
	}
	.top .top__text::before, .top .top__text::after {
		background-image: url(/images/gourmet/theme/soba/top_img.svg);
		background-size: 100%;
		width: 69px;
		height: 15px;
	}
	.top .top__text::before {
		top: 61%;
		left: 0;
		right: auto;
	}
	.top .top__text::after {
		top: 4%;
		left: auto;
		right: 0;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		line-height: 1.6;
	}
	.top .top__text .top__ranking {
		margin-top: 20px;
	}
	.top .top__text .top__ranking a {
		font-size: 15px;
		text-align: center;
		padding: 15px 0;
		width: 345px;
	}
	.top_search {
		padding-top: 15px;
		padding-bottom: 15px;
	}

    /* エリア別で探す */
    .area_search_sp .AreaBlock .noLink {
        background: #EDE8D2;
    }
    .area_search_sp .AreaBlock li a {
        background: #EDE8D2;
    }
    .area_search_sp .AreaBlock li,
    .area_search_sp .AreaBlock .noLink .alphabet,
	.area_search_sp .AreaBlock .num {
        color: #2E5375;
    }
    .area_search_sp .AreaBlock .sub_list ul li a {
        color: #2E5375;
        background: #E6DDBD;
    }
    .area_search_sp .AreaBlock li:not(.sub_list)::after {
        border-top: 1px solid #2E5375;
        border-right: 1px solid #2E5375;
    }
    

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 224px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 61px;
		background-size: auto 30px;
	}
	.theme_pickup .pickup__title::before {
		left: 5px;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 5px;
	}
	.theme_pickup .info__name {
		border-color: #2E5375;
		color: #333;
	}
	.theme_pickup .item__topics {
		border-color: #000;
		color: #333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-bottom: 40px;
	}
	.theme_type_sp .theme_type-title {
		height: 114px;
	}
    .theme_type_sp .theme_type-title::before {
        height: 114px;
        background: #2E5375;
    }
	.theme_type_sp .theme_type-title img {
		max-width: 243px;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 20px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 10px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #2E5375;
	}
	.theme_type-sub {
		flex-direction: column;
		padding: 40px 15px;
		margin-top: 30px;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 20px;
	}
	.theme_type-sub .type-sub__title img {
		max-width: 235px;
	}
	.theme_type-sub .item__text {
		width: 100%;
	}
	.theme_type-sub .item__text p {
		line-height: 1.6;
	}
	.theme_type-sub .item__img {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.theme_type-sub .item__img img {
		border-radius: 15px;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 96%;
		max-width: 309px;
	}
	.theme_scene .theme_scene-nav {
		width: 100%;
		max-width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 4%;
		padding: 30px 0 40px;
		box-sizing: border-box;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 152px;
		width: 48%;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 88px;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav li a span {
		height: 30px;
		font-size: 20px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 12px;
		height: 23px;
	}
	.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 {
	   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;
		width: 100%;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 74px;
	}
	.theme_scene #scene2 .top__img {
		top: 97px;
	}
	.theme_scene #scene3 .top__img {
		top: 97px;
	}
	.theme_scene #scene4 .top__img {
		top: 71px;
	}
	.theme_scene .top__text-sub {
		margin-top: 275px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		border-left: 5px solid #2E5375;
	}

	/* 検索結果ページ */
	.search .search__text-title {
		width: 100%;
	}

	/* 404ページ */
	.top404 .top404__text-title {
		height: 47px;
	}
}