@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #EAF4F4;
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}
.top .top__img {
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: 50% 100%;
	vertical-align: top;
}
.top .top__img::before {
	content: '';
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    position: absolute;
}
.top .wrap {
	position: relative;
}
.top .top__text-title {
	width: 100%;
	max-width: 1014px;
	position: absolute;
	left: 50%;
	top: 80px;
	transform: translateX(-50%);
	z-index: 3;
}
.top .top__text-title img {
	width: 100%;
	max-width: 1014px;
	height: auto;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.top .top__text {
	width: 100%;
	position: relative;
	padding: 40px 0;
}
.top .top__text::before, 
.top .top__text::after {
	content: '';
	position: absolute;
	z-index: 1;
}
.top .top__text::before {
	width: 235px;
	height: 143px;
	top: 30px;
	left: -15px;
	background-image: url(/images/leisure/theme/higaeri_onsen/top_img01.svg), url(/images/leisure/theme/higaeri_onsen/top_img02.svg);
	background-size: 40px 24px, 215px 63px;
	background-position: right top, left bottom;
	background-repeat: no-repeat;
}
.top .top__text::after {
	width: 269px;
	height: 160px;
	top: 50px;
	right: 0;
	background-image: url(/images/leisure/theme/higaeri_onsen/top_img03.svg), url(/images/leisure/theme/higaeri_onsen/top_img01.svg), url(/images/leisure/theme/higaeri_onsen/top_img01.svg);
	background-size: 147px 71px, 40px 24px, 40px 24px;
	background-position: 70% top, left 60%, right bottom;
	background-repeat: no-repeat;
}
.top .top__text .top__text-sub {
	max-width: 660px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	position: relative;
	z-index: 2;
}
.top .top__text .top__ranking {
	margin-top: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.top .top__text .top__ranking a {
	font-size: 15px;
	font-weight: 500;
	background: #C7641C;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 15px 0;
}

/* エリア別で探す */
.top .areaSearchIcon {
    fill: #C7641C;
}
.top_search {
	background: #D4F2EF;
	padding-top: 40px;
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
}
.top_search .search__text {
	color: #C7641C;
}
.area_search_pc .area__list > li .alphabet {
	color: #C7641C;
}
.area_search_pc .area__list > li .prefList > li a {
	color: #C7641C;
}
.area_search_pc .area__list > li .prefList > li + li::before {
    color: #C7641C;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #D4F2EF;
}
.theme_pickup .pickup__title  {
	background: #C7641C;
}
.theme_pickup .pickup__title img  {
	max-width: 460px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 51px;
	height: 100%;
	background: url(/images/leisure/theme/higaeri_onsen/pickup_title_line.svg) no-repeat center center/auto 30px;
}
.theme_pickup .pickup__title::before {
	left: calc(50% - 318px);
	background-position-x: right;
}
.theme_pickup .pickup__title::after {
	right: calc(50% - 318px);
	background-position-x: left;
}
.theme_pickup .item__name,
.theme_pickup .item__text-sub,
.theme_pickup .item__text-main,
.theme_pickup .item__text-area,
.theme_pickup .info__text dd {
	color: #333;
	border-bottom-color: #333;
}
.theme_pickup .info__btn a {
	color: #C7641C;
	border: 1px solid #C7641C;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #C7641C;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/leisure/theme/higaeri_onsen/pickup_num_bg.png);
}
.theme_pickup .pickup__item::after {
	background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
}

/* 宿のタイプ */
.theme_type_pc {
	position: relative;
	padding-bottom: 80px;
}
.theme_type_pc .theme_type-title img {
	max-width: 614px;
	width: 100%;
}
.theme_type_pc .theme_type-title {
    height: 60px;
    padding: 16px 0;
    position: relative;
    box-sizing: border-box;
}
.theme_type_pc .theme_type-title::before {
    content: '';
    width: 100vw;
    height: 60px;
    background: #C7641C;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}
.theme_type_pc .theme_type-main {
	margin-top: 50px;
}
.theme_type_pc .type .type__img {
	margin-top: 20px;
}
.theme_type_pc .theme_type-main .type:nth-last-child(1) {
	display: flex;
	align-items: center;
	padding-left: 3%;
}
.theme_type_pc .type .illust {
	max-width: 443px;
	width: 80%;
	margin: 0 auto;
}

.theme_type-sub {
	margin-top: 40px;
	background: #EAF4F4;
	padding: 60px 60px 40px 40px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
}
.theme_type-sub .type-sub__title {
	margin-bottom: 15px;
}
.theme_type-sub .type-sub__title img {
	display: block;
	max-width: 666px;
	width: 100%;
	height: auto;
}
.theme_type-sub .item__text {
	max-width: 680px;
	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%;
	border-radius: 15px;
	height: auto;
	vertical-align: bottom;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #F7DEC4, #F4F2D6 52%, #CAEFE6);
	background: -webkit-linear-gradient(top, #F7DEC4, #F4F2D6 52%, #CAEFE6);
	background: linear-gradient(to bottom, #F7DEC4, #F4F2D6 52%, #CAEFE6);
}
.theme_scene .theme_scene-title img {
	max-width: 1110px;
	width: 92.5%;
}
.theme_scene .theme_scene-nav {
	max-width: 96.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding: 60px 1.75%;
	margin: auto;
	gap: 40px 0;
}
.theme_scene .theme_scene-nav li {
	width: 33.3%;
	max-width: 386px;
	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: 225px;
	-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 li a span {
    display: block;
    height: 35px;
    font-family: "Jost", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #C7641C;
	margin-top: 20px;
}
.theme_scene .theme_scene-nav .nav__text {
	max-width: 100%;
	padding-top: 25px;
	padding-bottom: 2px;
	margin-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: #C7641C;
	display: block;
	margin: 0 auto;
}
.theme_scene .theme_scene-nav .theme_scene-nav01 a:hover span::after {width: 70%;}
.theme_scene .theme_scene-nav .theme_scene-nav02 a:hover span::after {width: 34%;}
.theme_scene .theme_scene-nav .theme_scene-nav03 a:hover span::after {width: 50%;}
.theme_scene .theme_scene-nav .theme_scene-nav04 a:hover span::after {width: 35%;}
.theme_scene .theme_scene-nav .theme_scene-nav06 a:hover span::after {width: 37%;}

.theme_scene .top__title img {
	max-width: 508px;
	width: 100%;
}
.theme_scene .yado__text-main {
	color: #C7641C;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .top__text-sub {
	margin-top: 30px;
	line-height: 1.75;
}
.theme_scene #scene4 .top__text-sub,
.theme_scene #scene5 .top__text-sub {
	margin-top: 0;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .leisure__text-main {
	color: #C7641C;
}
.theme_scene .yado__text-sub .more {
	color: #C7641C
}
.theme_scene .search__text {
	color: #C7641C;
}
.theme_scene .leisure__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #C7641C;
	border: 1px solid #C7641C;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #C7641C;
}
.theme_scene .area_search_pc .area__list > li .prefList > li a {
    color: #C7641C;
}
.theme_scene .area_search_pc .area__list > li .prefList > li + li::before {
    color: #C7641C;
}
.theme_scene .area_search_pc .area__list > li .alphabet {
	color: #C7641C;
}
.bottom .area_search_pc .area__list > li .alphabet {
    color: #C7641C;
}
.bottom .area_search_pc .area__list > li .prefList > li a {
    color: #C7641C;
}
.bottom .area_search_pc .area__list > li .prefList > li + li::before {
    color: #C7641C;
}


/* 下層 エリア別で探す */
.bottom .search__text {
	color: #C7641C;
}
.bottom .areaSearchIcon {
    fill: #C7641C;
}

/* 検索結果ページ */
.search .search__text-title {
    box-sizing: border-box;
}
.search .search__text-title img {
    width: 100%;
    max-width: 870px;
    height: auto;
}
.theme__top .theme__title {
    color: #C7641C;
}
.theme__top .theme__title span {
    color: #C7641C;
}
.theme__top .theme__ranking a {
    color: #C7641C;
}



@media screen and (max-width: 1120px) {
	.top .top__img img {
		height: 380px;
	}
	.top .top__img::before {
		height: 380px;
	}
	.top .top__text-title {
		max-width: 720px;
		top: 65px;
	}
	.top .top__text::before {
		left: -13%;
	}
	.top .top__text::after {
		right: -12%;
	}
	.top .top__text .top__text-sub {
		font-size: 15px;
	}
	.theme_pickup .pickup__title img {
		max-width: 374px;
	}
	.theme_pickup .pickup__title::before {
		left: calc(50% - 267px);
	}
	.theme_pickup .pickup__title::after {
		right: calc(50% - 267px);
	}
	.theme_type_pc .type .type__text {
		font-size: 15px;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 41vw;
	}
	.top .top__img::before {
		height: 41vw;
	}
	.top .top__text-title {
		max-width: 82vw;
		top: 7vw;
	}
	.top .top__text::before {
		left: -24vw;
	}
	.top .top__text::after {
		right: -20vw;
	}
	.top .top__text .top__text-sub {
		width: 100%;
	}
	.theme_type_pc .type .type__img {
		margin-top: 10px;
	}
	.theme_scene .theme_scene-nav li a span {
		font-size: 20px;
		margin-top: 10px;
	}
	
}
@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: 385px;
		top: 130px;
		filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
	}
	.top .top__text-title img {
		max-width: 100%;
	}
	.top .top__text {
		width: 100%;
		padding: 40px 0;
	}
	.top .top__text::before {
		width: 139px;
		height: 277px;
		top: 3.5%;
		left: -64px;
		background-size: 29px 17px, 139px 41px;
		background-position: 70% top, right bottom;
	}
	.top .top__text::after {
		width: 154px;
		height: 121px;
		top: 55.7%;
		right: -23px;
		background-image: url(/images/leisure/theme/higaeri_onsen/top_img03.svg), url(/images/leisure/theme/higaeri_onsen/top_img01.svg);
		background-size: 120px 58px, 29px 17px;
		background-position: right top, left bottom;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.top .top__text .top__ranking a {
		text-align: center;
		width: 345px;
	}
	.top_search {
		padding-top: 20px;
		padding-bottom: 35px;
	}
	.top_search .search__text {
		color: #333;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #FCF5E5;
	}
	.area_search_sp .AreaBlock li a {
		background: #FCF5E5;
	}
	.area_search_sp .AreaBlock .name {
		color: #C7641C;
	}
    .area_search_sp .AreaBlock li,
    .area_search_sp .AreaBlock .noLink .alphabet,
	.area_search_sp .AreaBlock .num {
        color: #C7641C;
    }
	.area_search_sp .AreaBlock .sub_list ul li a {
		color: #C7641C;
		background: #FFEED3;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #C7641C;
		border-right: 1px solid #C7641C;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 250px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 38px;
		background-size: auto 22px;
	}
	.theme_pickup .pickup__title::before {
		left: 15px;
	}
	.theme_pickup .pickup__title::after {
		right: 15px;
	}
	.theme_pickup .info__name {
		color: #333;
		border-color: #C7641C;
	}
	.theme_pickup .item__topics {
		color: #333;
		border-color: #333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-bottom: 60px;
	}
	.theme_type_sp .theme_type-title {
		height: 80px;
	}
    .theme_type_sp .theme_type-title::before {
        height: 80px;
        background: #C36A29;
    }
	.theme_type_sp .theme_type-title img {
		max-width: 315px;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 18px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 10px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #D4F2EF;
	}
	.theme_type-sub {
		flex-direction: column;
		padding: 30px 15px 40px;
		margin-top: 20px;
		border: none;
	}
	.theme_type-sub::before, .theme_type-sub::after {
		display: none;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 20px;
	}
	.theme_type-sub .type-sub__title img {
		width: 319px;
		margin: auto;
	}
	.theme_type-sub .item__text {
		width: 100%;
	}
	.theme_type-sub .item__img {
		width: 100%;
		margin-bottom: 15px;
	}
	.theme_type-sub .item__img img {
		display: block;
		width: 307px;
		margin: auto;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 345px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		flex-wrap: wrap;
		gap: 18px 0;
		padding: 40px 0;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 168px;
		width: 50%;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 134px;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav li a span {
        height: 43px;
        font-size: 16px;
    }
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 20px;
		height: 20px;
	}
	.theme_scene .theme_scene-nav li.theme_scene-nav01 .nav__text,
	.theme_scene .theme_scene-nav li.theme_scene-nav05 .nav__text {
		height: 44px;
	}
	.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,
	.theme_scene .theme_scene-nav .theme_scene-nav06 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 {
		width: 100%;
	}
	.theme_scene .scene:nth-child(1) .top__text { background-size: auto 117px; }
	.theme_scene .scene:nth-child(2) .top__text { background-size: auto 157px; }
	.theme_scene .scene:nth-child(3) .top__text { background-size: auto 130px; }
	.theme_scene .scene:nth-child(4) .top__text { background-size: auto 136px; }
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 122px;
	}
	.theme_scene #scene2 .top__img {
		top: 101px;
	}
	.theme_scene #scene4 .top__img,
	.theme_scene #scene5 .top__img {
		top: 81px;
	}
	.theme_scene #scene6 .top__img {
		top: 99px;
	}
	.theme_scene .top__text-sub {
		margin-top: 275px;
		line-height: 1.6;
	}
	.theme_scene #scene4 .top__text-sub,
	.theme_scene #scene5 .top__text-sub {
		margin-top: 275px;
	}
	.theme_scene .search__text {
		border-left: 5px solid #C7641C;
	}
	.theme_scene .area_search_sp .AreaBlock li:not(.sub_list).active .alphabet {
		color: #C7641C;
	}
}