@charset "UTF-8";
/* TOPページ FV */
.top {
	background-image: url('/images/gourmet/theme/ramen/top_bg.jpg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F8F7F4;
	position: relative;
	z-index: 0;
}
.top .top__text-title {
	width: 100%;
	max-width: 1200px;
	display: flex;
	padding-top: 100px;
	box-sizing: border-box;
	position: relative;
}
.top .top__text-title img {
	display: block;
	width: 100%;
	height: auto;
}
.top .top__text-title .top__text-sub {
	position: absolute;
	z-index: 4;
	width: 16.67%;
    top: 31.85%;
    left: 15%;
}
.top .top__img {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 1200px;
}
.top .top__img .top__img-left,
.top .top__img .top__img-right {
	width: 450px;
	position: absolute;
}
.top .top__img .top__img-left {
	left: -9.5vw;
}
.top .top__img .top__img-right {
	right: -9.5vw;
}
.top .top__text {
	width: 100%;
	padding: 40px 0 50px;
}
.top .top__text::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
}
.top .top__text .top__text-sub {
	color: #333333;
	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: #222222;
	color: #FFFFFF;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 9px 0;
}

/* エリア別で探す */
.top_search {
	background: #F8F7F4;
	padding-top: 30px;
	padding-bottom: 70px;
	position: relative;
	z-index: 0;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	border-left: 5px solid #222222;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #222222;
	background: #EAE6D8;
	border: 1px solid #222222;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #222222;
}
.area_search_pc .PrefectureBlock li a {
	color: #222222;
	background: #FFF;
	border: 1px solid #222222;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #222222;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #F8F7F4;
}
.theme_pickup .pickup__title  {
	background: #222222;
	z-index: 0;
}
.theme_pickup .pickup__title img  {
	max-width: 398px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/images/gourmet/theme/ramen/pickup_title_deco.svg) repeat-x center right/ auto 100%;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + (398px / 2 + 31px));
}
.theme_pickup .pickup__title::after {
	left: calc(50% + (398px / 2 + 31px));
	transform: scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #222222;
	border: 1px solid #222222;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #222222;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/ramen/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: 896px;
	width: 75%;
}
.theme_type_pc .theme_type-main {
	margin-top: 60px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 48px;
}
.theme_type_pc .type .type__title img {
	max-width: 520px;
}
.theme_type_pc .type .type__img {
	margin-top: 15px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #EAE6D8;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.theme_type-sub .type-sub__title {
	width: 70%;
	max-width: 738px;
	margin: 0 auto 60px;
}
.theme_type-sub .type-sub__wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.theme_type-sub .type-sub_item {
	box-sizing: border-box;
	position: relative;
	width: calc((100% - 30px * 2) / 3);
}
.theme_type-sub .type-sub_item .item__cat {
	position: absolute;
	top: -20px;
	left: 0;
}
.theme_type-sub .type-sub_item .item__img {
	max-width: 100%;
}
.theme_type-sub .type-sub_item .item__img img {
	display: block;
}
.theme_type-sub .type-sub_item .item__title {
	margin: 11px 0 10px;
	position: relative;
	z-index: 0;
}
.theme_type-sub .type-sub_item .item__title img {
	width: auto;
	height: 28px;
	display: block;
	margin: auto;
}
.theme_type-sub .type-sub_item .item__text_p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #131B48, #203C98 52%, #206E98);
	background: -webkit-linear-gradient(top, #131B48, #203C98 52%, #206E98);
	background: linear-gradient(to bottom, #131B48, #203C98 52%, #206E98);
}
.theme_scene .theme_scene-title img {
	max-width: 1012px;
	width: 100%;
}
.theme_scene .theme_scene-nav {
	max-width: 1200px;
	width: 100%;
	padding: 0 0 50px;
	box-sizing: border-box;
}
.theme_scene .theme_scene-nav a {
	width: calc((100% - 120px * 3) / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	width: 100%;
	max-width: 180px;
	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 {
	width: auto;
	height: 35px;
	padding-top: 20px;
}
.theme_scene-nav-group {
	display: flex;
	justify-content: center;
	gap: 0 7.5%;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	margin-top: 40px;
	padding-top: 75px;
}
.theme_scene-group-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.theme_scene-group-title img {
	height: 44px;
	width: auto;
	margin: 0 40px;
}
.theme_scene-group-title::before,
.theme_scene-group-title::after {
	content: '';
    background-color: #EAE6D8;
	background-repeat: repeat-x;
	background-position: center;
	height: 1px;
    width: 100%;
}
.theme_scene-group-title::before {
	left: 0;
}
.theme_scene-group-title::after {
	right: 0;
}

.theme_scene .top__title img {
	max-width: 515px;
	display: block;
	margin: 0 auto;
}
.theme_scene .top__text {
	background: url('/images/gourmet/theme/ramen/scene_text_bg.svg') no-repeat right 15%/auto;
}
.theme_scene .top__text-sub {
	margin-top: 1.935%;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #222222;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #222222;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #222222
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	border-left: 5px solid #222222;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #222222;
	border: 1px solid #222222;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #222222;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #EAE6D8;
}
.theme_scene .area_search_pc .AreaBlock li a:hover, .theme_scene .area_search_pc .PrefectureBlock li a:hover {
	background: #222222;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #222222;
	border-left: 5px solid #222222;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 445px;
	height: 470px;
	margin-right: calc(100% - 48% - 445px);
	margin-left: 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
}
.search .search__text-title img {
	width: 100%;
	max-width: 445px;
	height: auto;
}
.search .search__text-title .search__text-key {
	margin-top: 16px;
	white-space: nowrap;
}
.theme__top .theme__title {
	color: #222222;
}
.theme__top .theme__title span {
	color: #222222;
}
.theme__top .theme__ranking a {
	color: #222222;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	display: block;
	width: 300px;
	height: 127px;
}

@media screen and (max-width: 1366px) {
	.top .top__img .top__img-left,
	.top .top__img .top__img-right {
		width: 33.5%;
	}
}
@media screen and (max-width: 1280px) {
	.top {
		background-size: 100%;
	}
	.top .wrap {
		width: 100%;
	}
	.top .top__text-title {
		padding-top: 8vmax;
	}
	.top .top__img img {
		width: 100%;
		height: auto;
	}
	.theme_pickup .pickup__title img {
		width: 30%;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 32%;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 0;
	}
	.theme_scene-group-title img {
		height: 30px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 28px;
	}
}
@media screen and (max-width: 1120px) {
	.top .top__text .top__text-sub {
		max-width: 56%;
	}
	.theme_type-sub .type-sub_item .item__cat {
		width: 27%;
	}
	.search .search__text-title {
		width: 33vmax;
		margin-right: calc(100% - 48% - 33vmax);
	}
}
@media screen and (max-width: 960px) {
	.theme_scene .theme_scene-nav .nav__text {
		height: 23px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top {
		background-image: url('/images/gourmet/theme/ramen/top_sp_bg.jpg');
	}
	.top .wrap {
		width: 92%;
	}
	.top .top__img, .top .top__img img {
		height: 124.266667vw;
		width: 100%;
	}
	.top .top__img {
		position: relative;
	}
	.top .top__text-title {
		position: absolute;
		width: 100vw;
		height: 42.666667vw;
		top: 40.266667vw;
		padding-top: 0;
		z-index: 3;
	}
	.top .top__text-title img {
		width: 100%;
	}
	.top .top__text-title::before {
		height: 34.66667vw;
        top: 19%;
        width: 100vw;
		background: -webkit-linear-gradient(0deg,rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 25%, #FFFFFF 40%, #FFFFFF 60%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,0) 100%);
		background: -moz-linear-gradient(0deg,rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 25%, #FFFFFF 40%, #FFFFFF 60%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,0) 100%);
		background: linear-gradient(0deg,rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 25%, #FFFFFF 40%, #FFFFFF 60%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,0) 100%);
	}
	.top .top__text {
		width: 100%;
		padding: 8px 0 30px;
		box-sizing: border-box;
	}
	.top .top__text::before {
		background-image: url('/images/gourmet/theme/ramen/top_text_bg_sp.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		width: 100%;
		line-height: 1.67;
		font-size: 15px;
	}
	.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-bottom: 35px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #EAE6D8;
	}
	.area_search_sp .AreaBlock li a {
		background: #EAE6D8;
	}
	.area_search_sp .AreaBlock .name {
		color: #222222;
	}
	.area_search_sp .AreaBlock .num {
		color: #222222;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #E0D7B8;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #222222;
		border-right: 1px solid #222222;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		width: 62.933334vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 16.266667vw;
		background-size: auto 100%;
	}
	.theme_pickup .info__name {
		color: #333333;
		border-color: #222222;
	}
	.theme_pickup .item__topics {
		color: #333333;
		border-color: #333333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.theme_type_sp .theme_type-title img {
		max-width: 345px;
	}
	.theme_type_sp .type .type__title img {
		width: auto;
		display: block;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 22px;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 24px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 13px;
	}
	.theme_type_sp .theme_type-main .type .type__text {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #222222;
	}
	.theme_type-sub {
		flex-direction: column;
		margin-top: 35px;
		padding: 0 4%;
	}
	.theme_type-sub .type-sub__title {
		max-width: 345px;
		width: 100%;
		margin-bottom: 30px;
	}
	.theme_type-sub .type-sub__wrap {
		flex-direction: column;
		row-gap: 15px;
	}
	.theme_type-sub .type-sub_item {
		width: 100%;
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	.theme_type-sub .type-sub_item .item__title {
		margin-top: 0;
		margin-bottom: 14px;
		width: calc(100% - 65px);
	}
	.theme_type-sub .type-sub_item .item__title img {
		height: 19px;
		margin: 0;
		display: block;
	}
	.theme_type-sub .type-sub_item .item__cat {
		position: unset;
		width: 65px;
	}
	.theme_type-sub .type-sub_item .item__img {
		width: 145px;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		width: calc(100% - 145px - 15px);
		font-size: 14px;
		line-height: 22px;
		color: #333333;
	}

	
	/* シーン別特集 */
	.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;
		padding: 0 0 30px;
	}
	.theme_scene-nav-group {
		width: 100%;
		flex-wrap: wrap;
		padding-top: 42px;
		margin-top: 30px;
		gap: 20px 60px;
	}
	.theme_scene-group-title img {
		height: 21px;
		margin: 0 18px;
	}
	.theme_scene .theme_scene-nav a {
    	width: 29%;
		max-width: 100px;
	}
	.theme_scene .theme_scene-nav .nav__img {
		width: 100%;
		max-width: 100px;
	}
	.theme_scene .theme_scene-nav a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 10px;
		height: 18px;
		width: auto;
	}

	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
		background-size: 157px auto;
		background-position: right 20px;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 36px;
	}
	.theme_scene .top__title {
		margin: 0;
	}
	.theme_scene .top__title img {
		max-width: unset;
		width: auto;
		height: 71px;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 78px;
	}
    .theme_scene .top__img img {
        max-width: 225px;
		display: block;
		margin: 0 auto;
    }
	.theme_scene .top__text-sub {
		margin-top: 231px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
	.search .search__text-title {
		width: 227px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		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: #222222;
	}
	.search .search__text-title img {
		width: 227px;
		margin: 0;
	}
	.search .search__text-title .search__text-key {
		margin-top: 20px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 207px;
		height: 86px;
	}
}

@media screen and (max-width: 374px) {
	.top .top__text .top__ranking a {
		width: 100%;
	}
	.theme_type_sp .type .type__title img {
		max-width: 100%;
	}
	.theme_type-sub .type-sub_item .item__img {
		width: 42.03%;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		width: calc(100% - 42.03% - 15px);
	}
	.theme_scene .top__title img {
		max-width: 100%;
		height: auto;
	}
	.theme_scene .top__img {
		top: 21.4vw;
	}
}
@media screen and (max-width: 269px) {
	.theme_scene .top__text-sub {
		margin-top: 85.4vw;
	}
}