@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #BFBDAE;
	padding-bottom: 50px;
	position: relative;
}
.top .top__img {
	position: relative;
	z-index: 2;
}
.top .top__img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: 50% 100%;
	vertical-align: top;
}
.top .top_head_wrap {
	position: relative;
}
.top .top__text-title {
	position: absolute;
	width: 771px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	top: calc(50% - 91px);
}
.top .top__text-title img {
	width: 100%;
	max-width: 771px;
	height: auto;
}
.top .top__text {
	position: relative;
	padding: 30px 0 20px;
}
.top .top__text p {
	text-align: center;
	color: #fff;
}
.top .top__text .top__text-right {
	width: 55%;
	max-width: 660px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.top .top__text::before {
	content: '';
	width: 458px;
	height: 120px;
	background-image: url(/images/yado/theme/highquality_cuisine/top_img01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 58%;
    left: -14%;
}
.top .top__text::after {
	content: '';
	width: 458px;
	height: 120px;
	background-image: url(/images/yado/theme/highquality_cuisine/top_img02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 24%;
    right: -23%;
}
.top .top__text .top__text-main img {
	width: 100%;
	max-width: 443px; 
	height: auto;
}
.top .top__text .top__text-sub {
	font-size: 16px;
	margin-top: 15px;
	font-weight: 300;
	text-align: left;
	line-height: 1.75;
}
.top .top__text .top__ranking {
	margin-top: 30px;
	text-align: center;
}
.top .top__text .top__ranking a {
	font-size: 15px;
	font-weight: 400;
	background: #687427;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 16px 0;
}
.top .areaSearchIcon {
    fill: #FFF;
}

/* エリア別で探す */
.area_search_pc .AreaBlock li a {
	color: #687427;
	background: #F8F5EA;
	border: 1px solid #687427;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #687427;
}
.area_search_pc .PrefectureBlock li a {
	color: #687427;
	background: #FFF;
	border: 1px solid #687427;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #687427;
}
.bottom .areaSearchIcon {
    fill: #687427;
}
.theme_scene .area_search_sp .AreaBlock li:not(.sub_list).active .alphabet {
	color: #687427;
}
/* 旅色編集部Pick up */
.theme_pickup  {
	background: #BFBDAE;
}
.theme_pickup .pickup__title  {
	background: #687427;
}
.theme_pickup .pickup__title img {
	max-width: 352px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	width: 160px;
	height: 64px;
	background: url(/images/yado/theme/highquality_cuisine/pickup_title_line.svg) no-repeat center/100%;
	position: absolute;
	top: calc(50% - 32px);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.theme_pickup .pickup__title::before {
	left: calc(50% - 288px);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 288px);
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #687427;
}
.theme_pickup .pickup__item::after {
	background-image: linear-gradient(to right, #687427, #687427 5px, transparent 5px, transparent 10px);
}
.theme_pickup .info__btn a {
    color: #687427;
    border: 1px solid #687427;
}

/* 宿のタイプ */
.theme_type_pc {
	padding-top: 0;
}
.theme_type_pc .theme_type-sub {
	border-radius: 20px;
	background: #FFF3E0;
	padding: 50px 60px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
}
.type-sub__item {
	display: flex;
	align-items: center;
	gap: 4.5%;
}
.theme_type_pc .theme_type-sub .type-sub__title img {
	width: 100%;
	max-width: 337px;
	height: auto;
}
.type-sub__item .item__text p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
	margin: 40px 0;
}
.type-sub__item .item__img {
	width: 100%;
	max-width: 380px;
	flex-shrink: 0;
}
.type-sub__item .item__img img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.theme_type_pc .theme_type-title_outer {
	background-color: #687427;
}
.theme_type_pc .theme_type-title {
	width: 92%;
	max-width: 1200px;
	text-align: left;
	padding-top: 18px;
    padding-bottom: 10px;
}
.theme_type_pc .theme_type-title img {
	max-width: 660px;
}
.theme_type_pc .type .type__title img {
	max-width: 546px;
    width: auto;
}
.theme_type_pc .type__title__sub {
	font-size: 14px;
	font-weight: 300;
    line-height: 1.75;
    color: #333;
	margin-top: 10px;
}
.theme_type_pc .theme_type-main .type:nth-child(2) .type__title img {
	margin-left: -22px;
}
.theme_type_pc .theme_type-main .type:nth-last-child(1) {
    padding-top: 12%;
}
.theme_type_pc .type .illust {
	max-width: 497px;
	margin: 0 auto;
}



/* シーン別特集 */
.theme_scene {
	background: -moz-linear-gradient(top, #F5EEDE, #FDE8A1 52%, #F5C6B8);
	background: -webkit-linear-gradient(top, #F5EEDE, #FDE8A1 52%, #F5C6B8);
	background: linear-gradient(to bottom, #F5EEDE, #FDE8A1 52%, #F5C6B8);
}
.theme_scene .theme_scene-title img {
	max-width: 735px;
}
.theme_scene .theme_scene-comment {
	font-size: 30px;
	font-weight: 400;
	color: #687427;
	text-align: center;
	margin-top: 40px;
}
.theme_scene .theme_scene-comment::after {
	content: '↓↓↓';
	display: block;
}
.theme_scene .theme_scene-nav {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 55px 0;
	margin: 0 auto;
	
}
.theme_scene .theme_scene-nav li {
	width: 28.5%;
	max-width: 275px;
	text-align: center;
}
.theme_scene .theme_scene-nav li span {
	color: #687427;
	font-size: 25px;
	font-weight: 400;
	font-family: "Jost", serif;
	display: block;
	height: 35px;
}
.theme_scene .theme_scene-nav li:last-child {
	margin-right: 0;
}
.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: 201px;
	-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);
}
.theme_scene .theme_scene-nav .nav__text {
	height: 80px;
	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: 100%;
	height: 2px;
	background: #687427;
	display: block;
	margin: 0 auto;
}
.theme_scene .theme_scene-nav li.theme_scene-nav02 a:hover span::after {
    width: 90%;
}
.theme_scene .theme_scene-nav li.theme_scene-nav03 a:hover span::after {
    width: 70%;
}
.theme_scene .theme_scene-nav li.theme_scene-nav04 a:hover span::after {
    width: 60%;
}
.theme_scene .top__text {
	width: 54%;
    max-width: 543px;
    margin-right: 5%;
	flex-shrink: 0;
}
.theme_scene .top__text-sub {
	line-height: 1.75;
}
.theme_scene #scene1 .top__text-sub {
	margin-top: 10px;
}
.theme_scene #scene2 .top__text-sub {
	margin-top: 24.3px;
}
.theme_scene #scene3 .top__text-sub {
	margin-top: 14.2px;
}
.theme_scene #scene4 .top__text-sub {
	margin-top: 23.4px;
}
.theme_scene .top__img {
	width: 41%;
}
.theme_scene .yado__text-main {
	color: #687427;
}
.theme_scene .yado__text-sub {
	margin-top: 10px;
	padding-bottom: 20px;
}
.theme_scene .yado__text-sub .more {
	color: #687427;
}
.theme_scene .search__text {
	color: #687427;
}
.theme_scene .top__title img {
	max-width: 514px;
}
.theme_scene .info__btn a {
    color: #687427;
    border: 1px solid #687427;
}
.theme_scene .info__btn .planLink {
	color: #fff;
    background: #687427;
}
.theme_scene .area_search_pc .area__list > li .alphabet,
.theme_scene .area_search_pc .area__list > li .prefList > li a,
.theme_scene .area_search_pc .area__list > li .prefList > li + li::before {
	color: #687427;
}
/* 下層 エリア別で探す */
.bottom .search__text {
	color: #687427;
}

/* 検索結果ページ */
.search .search__text-title {
	max-width: 966px;
	width: 100%;
	height: auto;
	margin-right: calc(100% - 48% - 550px);
	padding: 0;
	box-sizing: border-box;
	text-align: left; 
}
.search .search__text-title img {
	width: 100%;
	max-width: 966px;
	height: auto;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.theme__top .theme__title {
	color: #687427;
	font-family: "Jost", serif;
}
.theme__top .theme__title span {
	color: #687427;
	font-size: 22px;
}
.theme__top .theme__text {
	line-height: 1.563;
}
.theme__top .theme__ranking a {
	color: #687427;
	font-size: 16px;
}
.search .search__text-title .search__text-key {
	margin-top: 100px;
	padding: 7px 34px 11px;
}
/* 404ページ */
.top404 .top404__text-title {
	width: 653px;
	padding: 18px 0;
	box-sizing: border-box;
	text-align: center;
}
.top404 .top404__text-title img {
	width: 100%;
	max-width: 653px;
	height: auto;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
/* Search by Area */
.bottom .area_search_pc .area__list > li .alphabet {
	color: #687427;
}
.bottom .area_search_pc .area__list > li .prefList > li a,
.bottom .area_search_pc .area__list > li .prefList > li + li::before {
	color: #687427;
}
@media screen and (max-width: 599px) {
	.area_search_sp .AreaBlock .noLink .alphabet,
	.area_search_sp .AreaBlock .sub_list ul li a  {
		color: #687427;
	}
}
@media screen and (max-width: 1280px) {
	.top .top__text {
		margin-top: 0;
	}
	.type-sub__item .item__text p {
		margin: 30px 0;
	}
}
@media screen and (max-width: 1120px) {
	.top .top__text-title {
        width: 92%;
		max-width: 700px;
		top: calc(50% - 80px);
	}
	.top .top__text::before {
		width: 358px;
    	height: 94px;
		top: 60%;
		left: -14%;
	}
	.top .top__text::after {
		width: 356px;
		height: 94px;
		top: 24%;
		right: -19%;
	}
	/* .theme_type_pc .theme_type-title img {
		max-width: 78vw;
	} */
	.top .top__text .top__text-right {
		width: 92%;
	}
	.theme_type_pc .theme_type-sub {
		padding: 2vw 3vw;
		margin-top: 6vw;
	}
	.theme_type_pc .type .type__title img {
		max-width: 100%;
	}
	.theme_type_pc .theme_type-main .type:nth-child(2) .type__title img {
		margin-left: 0;
	}
	.theme_scene .theme_scene-nav li span {
		font-size: 20px;
		height: 60px;
	}
	/* 検索結果ページ */
	.search .search__text-title {
		margin-right: calc(100% - 48% - 410px);
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		/* height:249px; */
	}
	.top .top__text::before {
		width: 250px;
    	height: 219px;
	}
	.top .top__text::after {
		width: 206px;
		height: 206px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 54px;
	}
	/* 検索結果ページ */
	.search .search__text-title {
		margin-right: calc(100% - 48% - 350px);
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top {
		padding-bottom: 35px;
	}
	.top .top__img img {
		height: 120vw;
	}
	.top .top__text {
		padding: 40px 0 20px;
	}
	.top .top__text .top__text-right {
		width: 100%;
		margin-left: 0;
	}
	.top .top__text::before {
		width: 65%;
		height: 16vw;
		top: 86%;
		left: -24%;
	}
	.top .top__text::after {
		width: 65%;
		height: 16vw;
		top: 70%;
		right: -30%;
	}
	.top .top__text-title {
		height: auto;
		width: 360px;
		top:50%;
  		left:50%;
 		transform: translate(-50%, -50%);
	}
	.top .top__text-title img {
		display: block;
		max-width: 360px;
		height: auto;
	}
	.top .top__text .top__text-sub {
		font-size: 15px;
		margin-top: 0px;
	}
	.top .top__text .top__ranking {
		margin-top: 46px;
	}
	.top .top__text .top__ranking a {
		font-size: 15px;
		width: 100%;
	}
	.top .search__text {
		font-size: 30px;
	}
	.theme_type_sp .theme_type-title::before {
		background-color: #687427;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #F8F5EA;
	}
	.area_search_sp .AreaBlock li a {
		background: #F8F5EA;
	}
	.area_search_sp .AreaBlock .name {
		color: #687427;
	}
	.area_search_sp .AreaBlock .num {
		color: #687427;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #F2EBD1;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #687427;
		border-right: 1px solid #687427;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .info__name {
		border-color: #687427;
	}
	.theme_pickup .pickup__title img {
		max-width: 67%;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 87px;
		height: 34px;
		top: calc(50% - 17px);
	}
	.theme_pickup .pickup__title::before {
		left: calc(50% - 184px);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 184px);
	}
	.theme_pickup .item__topics {
		color: #333;
		border-color: #333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-bottom: 40px;
	}
	.theme_type_sp .theme_type-title img {
		max-width: 345px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 10px;
	}
	.theme_type_sp .theme_type-sub {
		width: 92vw;
		border-radius: 20px;
		background: #FFF3E0;
		margin: 10vw auto;
		padding: 8vw 4vw;
		box-sizing: border-box;
		position: relative;
	}
	.type-sub__item {
		display: block;
	}
	.theme_type_sp .theme_type-sub .type-sub__title img {
		width: 100%;
		max-width: 68vw;
		height: auto;
	}
	.theme_type_sp .type__title__sub {
		font-size: 3.2vw;
		font-weight: 300;
		color: #333;
		margin-top: 2vw;
	}
	.type-sub__item .item__text p {
		padding-top: 4vw;
		font-size: 4vw;
		font-weight: 300;
		color: #333;
		line-height: 1.75;
		margin: 0;
	}
	.type-sub__item .item__img {
		max-width: 100%;
		margin-top: 5vw;
		padding: 0;
	}
	.type-sub__item .item__img img {
		border-radius: 15px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #687427;
	}
	.theme_scene .top__title img {
		max-width: 325px;
	}

	/* シーン別特集 */
	.theme_scene .theme_scene-title img {
		max-width: 342px;
	}
	.theme_scene .theme_scene-comment {
		font-size: 14px;
		margin-top: 20px;
	}
	.theme_scene .theme_scene-nav {
		flex-wrap: wrap;
		max-width: 360px;
		padding: 20px 0;
		margin: auto;
		row-gap: 20px;
		margin-bottom: 20px;
	}
	.theme_scene .theme_scene-nav li a span {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.4;
		height: 20px;
		margin-top: 10px;
	}
	.theme_scene .theme_scene-nav li {
		width: 48%;
		max-width: unset;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 33.5vw;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 2vw;
		height: 12.6vw;
	}
	.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__title {
		text-align: center;
	}
	.theme_scene .top__text {
		width: 100%;
	}
    .theme_scene .top__text-sub {
        font-size: 15px;
    }
	.theme_scene .top__img {
		top: 70px;
		width: 100%;
		text-align: center;
	}
	.theme_scene #scene2 .top__img,
	.theme_scene #scene3 .top__img,
	.theme_scene #scene4 .top__img {
		top: 98px;
	}
	.theme_scene .search__text {
		border-left: 5px solid #687427;
	}
	.theme_scene .yado__text-sub  {
		padding-bottom: 0;
	}
	.theme_scene .yado__text-sub .more {
		padding-top: 5px;
	}
	.theme_scene .top__text-sub {
		font-size: 16px;
		line-height: 1.438;
	}
	.theme_scene #scene1 .top__text-sub,
	.theme_scene #scene2 .top__text-sub,
	.theme_scene #scene3 .top__text-sub,
	.theme_scene #scene4 .top__text-sub {
		margin-top: 270px;
	}
	/* 検索結果ページ */
	.search__text-wrap {
		padding-left: 0;
		padding: 29px 0;
	}
	.search .search__text-title {
		width: 100%;
		box-sizing: border-box
	}
	.search .search__text-title img {
		max-width: 100%; 
	}
	.search .search__text-title .search__text-key {
		margin-top: 10px;
		padding: 4px 20px;
	}
	.search .search__img .search__text-right {
		padding-left: 17px;
	}
	.theme__top .theme__title {
		font-size: 25px;
	}
	.theme__top .theme__title span {
		font-size: 16px;
	}

	/* 404ページ */
	.top404 .top404__text-title {
		width: 348px;
		height: auto;
		top: 50%;
		left: 50%;
		padding: 0;
	}
	.top404 .top404__text-title img {
		max-width: 348px;
	}
}
@media screen and (max-width: 390px) {
	.top .top__text-title {
		width: 90vw;
		max-width: 100%;
	}
}
/*ランキングページ*/
.ranking .ranking__title .small,
.ranking .ranking__title .large {
	font-weight: 500;
	font-family: "Jost", serif;;
}
.ranking .ranking__text {
	line-height: 1.563;
}
.ranking .ranking__img .ranking__date {
	font-size: 12px;
	font-weight: 300;
	border: none;
	padding: 0;
	top: auto;
	bottom: 24px;
}