@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #BAE3E5;
	position: relative;
	overflow: hidden;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 50% 100%;
	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;
	max-width: 405px;
	width: 28%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top .top__img::before {
	background-image: url(/images/gourmet/theme/breakfast/top_img01.svg);
	background-position: left top;
	left: 0;
	top: 0;
}
.top .top__img::after {
	background-image: url(/images/gourmet/theme/breakfast/top_img02.svg);
	background-position: right bottom;
	right: 0;
	bottom: 0;
}
.top .top__text-title {
	position: absolute;
	left: 50%;
	top: 32px;
	transform: translateX(-50%);
	z-index: 3;
	height: auto;
	display: flex;
	align-items: center;
}
.top .top__text-title img {
	width: 678px;
	height: auto;
}
.top .top__text {
	width: 100%;
	padding: 40px 0 0;
	position: relative;
	z-index: 1;
}
.top .top__text::before, 
.top .top__text::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top .top__text::before {
	background-image: url(/images/gourmet/theme/breakfast/top_illus01.svg);
	background-position: left bottom;
	max-width: 244px;
	width: 20.5%;
	aspect-ratio: 244 / 146;
	bottom: 0;
	left: 0;
}
.top .top__text::after {
	background-image: url(/images/gourmet/theme/breakfast/top_illus02.svg);
	background-position: right bottom;
	max-width: 259px;
	width: 21.6%;
	aspect-ratio: 259 / 156;
	bottom: 0;
	right: 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: #F98958;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 9px 0;
}

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

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #BAE3E5;
}
.theme_pickup .pickup__title  {
	background: #F98958;
	z-index: 0;
}
.theme_pickup .pickup__title img  {
	max-width: 373px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
    content: '';
    background-image: linear-gradient(to right, #FFF, #FFF 33px, transparent 33px, transparent 44px);
    background-size: 44px 2px;
    background-repeat: repeat-x;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 100%;
    z-index: -1;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 207px);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 207px);
	transform:scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #F98958;
	border: 1px solid #F98958;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #F98958;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/gourmet/theme/breakfast/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: 716px;
	width: 70%;
}
.theme_type_pc .theme_type-main {
	margin-top: 48px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 34px;
}
.theme_type_pc .type .type__title img {
	max-width: 100%;
	height: 99px;
}
.theme_type_pc .type:nth-of-type(odd) .type__title {
	margin-right: -7.5%;
}
.theme_type_pc .type .type__img {
	margin-top: 12px;
}
.theme_type_pc .theme_type-main .type:nth-last-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.theme_type_pc .type .illust {
	width: 72%;
	max-width: 423px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #FFF4E0;
}

.theme_type-sub {
	margin-top: 80px;
	background: #FFF4E0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	align-items: center;
	z-index: 0;
	border-radius: 30px;
	overflow: hidden;
}
.theme_type-sub .type-sub__title {
	margin-bottom: 25px;
}
.theme_type-sub .type-sub__title img {
	display: block;
	width: 100%;
	max-width: 616px;
}
.theme_type-sub .item__text {
	padding: 50px 30px 50px 60px;
	width: 61.7%;
	box-sizing: border-box;
}
.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 {
	position: absolute;
	right: 0;
	width: 38.5%;
	max-width: 460px;
	height: 100%;
}
.theme_type-sub .item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #F8F8D7, #DFFAD8 52%, #D3F5F4);
	background: -webkit-linear-gradient(top, #F8F8D7, #DFFAD8 52%, #D3F5F4);
	background: linear-gradient(to bottom, #F8F8D7, #DFFAD8 52%, #D3F5F4);
}
.theme_scene .theme_scene-title img {
	max-width: 756px;
	width: 70%;
}
.theme_scene .theme_scene-nav {
	max-width: 100%;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 60px;
	box-sizing: border-box;
}
.theme_scene .theme_scene-nav li {
	text-align: center;
	max-width: 228px;
	width: 19%;
}
.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: 228px;
	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 {
	width: auto;
	padding-top: 20px;
}
.theme_scene .theme_scene-nav li a:hover .nav__text {
	padding-bottom: 0;
}

.theme_scene .top__title img {
	display: block;
	max-width: 433px;
	width: 100%;
	margin: auto;
}
.theme_scene .top__text-sub {
	margin-top: 40px;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #F98958;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .gourmet__text-main {
	color: #F98958;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #F98958
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #F98958;
	border-left: 5px solid #F98958;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .gourmet__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #F98958;
	border: 1px solid #F98958;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #F98958;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #FFF4E0;
}
.theme_scene .area_search_pc .AreaBlock li a:hover, .theme_scene .area_search_pc .PrefectureBlock li a:hover {
	background: #F98958;
}

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

/* 検索結果ページ */
.search .search__text-title {
	width: 368px;
	height: 470px;
	margin-right: calc(100% - 48% - 368px);
	margin-left: 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 70px;
}
.search .search__text-title img {
	width: 100%;
	height: auto;
}
.search .search__text-title .search__text-key {
	margin-top: 10px;
	color: #fff;
}
.theme__top .theme__title {
	color: #F98958;
}
.theme__top .theme__title span {
	color: #F98958;
}
.theme__top .theme__ranking a {
	color: #F98958;
}

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


@media screen and (max-width: 1280px) {
	.theme_scene .theme_scene-nav .nav__text {
		height: 28px;
	}
}
@media screen and (max-width: 1120px) {
	.top .top__img img {
		height: 420px;
	}
	.top .top__text-title img {
		width: 570px;
	}
	.theme_type_pc .type .type__title img {
		height: 79px;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 15px;
	}
	.theme_type-sub .item__text {
		padding: 30px 20px 30px 40px;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 46vmin;
	}
	.top .top__text-title {
		top: 4vmin;
	}
	.top .top__text-title img {
		width: 58vmin;
	}
	.theme_pickup .pickup__title img {
		max-width: 38vmin;
	}
	.theme_pickup .pickup__title::before {
		right: calc(50% + 21vmin);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 21vmin);
	}
	.theme_type_pc .type .type__title img {
        height: 7.5vmin;
    }
	.theme_type-sub .item__text {
		padding: 3vmin 2vmin 3vmin 3.5vmin;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 10px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 3vmin;
	}
	/* 検索結果ページ */
	.search .search__text-title {
		width: 36vmin;
		margin-right: calc(100% - 48% - 36vmin);
		padding-top: 14vmin;
	}
	.search .search__text-title .search__text-key {
		font-size: 36px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img, .top .top__img img {
		height: 120vw;
		width: 100%;
	}
	.top .top__img::before, .top .top__img::after {
		display: none;
	}
	.top .top__text-title {
		width: 92.8%;
		top: 30.133334vw;
	}
	.top .top__text-title img {
		width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 0;
		box-sizing: border-box;
	}
	.top .top__text::before, .top .top__text::after {
		display: none;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		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: 60px;
		padding-bottom: 35px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

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

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 59.733334vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 16.26667vw;
		background-image: linear-gradient(to right, #FFF, #FFF 16px, transparent 16px, transparent 22px);
    	background-size: 22px 2px;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		right: 0;
		left: auto;
	}
	.theme_pickup .info__name {
		border-color: #F98958;
		color: #333333;
	}
	.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 {
		width: 100%;
		max-width: 100%;
	}
	.theme_type_sp .type .type__title img {
		width: 100%;
		display: block;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 26px;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 23px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .type .type__text {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #F98958;
	}
	.theme_type-sub {
		flex-direction: column;
		margin-top: 30px;
		padding: 40px 15px 15px;
	}
	.theme_type-sub .type-sub__title {
		max-width: 315px;
		margin-bottom: 20px;
	}
	.theme_type-sub .type-sub__title img {
		margin: auto;
		width: 100%;
	}
	.theme_type-sub .item__text {
		padding: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.theme_type-sub .item__img {
		width: 100%;
		max-width: 100%;
		position: unset;
	}
	.theme_type-sub .item__img img {
		border-radius: 15px;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 100%;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		margin: auto;
		justify-content: center;
		gap: 10px 2%;
		padding: 20px 0 30px;
	}
	.theme_scene .theme_scene-nav li {
    	width: 32%;
	}
	.theme_scene .theme_scene-nav li .nav__img {
		width: 100%;
	}
	.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: 18px;
	}
	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 30px;
	}
	.theme_scene .top__title {
		padding: 0;
	}
	.theme_scene .top__title img {
		max-width: 260px;
		width: 100%;
		margin: 0 auto;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 85px;
	}
	.theme_scene .top__text-sub {
		margin-top: 239px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
	.search .search__text-title {
		width: 285px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 26px;
		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: #F98958;
	}
	.search .search__text-title img {
		width: 285px;
		margin: 0;
	}
	.search .search__text-title .search__text-key {
		margin-top: 15px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 185px;
		height: 118px;
	}
}