@charset "UTF-8";
/* TOPページ FV */
.top {
	position: relative;
	background: url('/images/leisure/theme/taiken/fv_bg.jpg') no-repeat center top/cover;
	z-index: 0;
}
.top .top__img {
	position: relative;
	z-index: 2;
	margin-bottom: -72px;
}
.top .top__img img {
	width: 100%;
	height: 562px;
	object-fit: cover;
    object-position: center top;
}
.top .top__text-title {
	width: 668px;
	height: 490px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	align-items: center;
	/* filter: drop-shadow(rgba(0,0,0,0.6) 0 0 8px); */
}
.top .top__text-title img {
	width: 100%;
	height: auto;
}
.top .top__text {
	width: 100%;
	position: relative;
	padding: 40px 0;
	background-image: url('/images/leisure/theme/taiken/top_img01.svg'), url('/images/leisure/theme/taiken/top_img02.svg');
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.top .top__text::before {
	content: '';
	position: absolute;
	background-color: #006D93;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.top .top__text .top__text-sub {
	max-width: 660px;
	margin: auto;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	position: relative;
	z-index: 3;
}
.top .top__text .top__ranking {
	margin-top: 30px;
	text-align: center;
	position: relative;
	z-index: 3;
}
.top .top__text .top__ranking a {
	font-size: 18px;
	font-weight: 500;
	background: #FFFFFF;
	color: #006D93;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 9px 0;
}

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

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #B1DBEA;
}
.theme_pickup .pickup__title  {
	background: #006D93;
}
.theme_pickup .pickup__title img  {
	max-width: 412px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: calc(50% - 235px);
	max-width: 656px;
	height: 100%;
	background: url(/images/leisure/theme/taiken/pickup_title_deco.svg) repeat-x center right/ auto 100%;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 235px);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 235px);
	transform: scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #006D93;
	border: 1px solid #006D93;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #006D93;
}
.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_type_pc {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

.theme_type_pc .theme_type-title img {
	max-width: 774px;
	width: 65%;
}
.theme_type_pc .theme_type-main {
	margin-top: 70px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 47px;
}
.theme_type_pc .type .type__title img {
    max-width: 525px;
}
.theme_type_pc .type .type__img {
	margin-top: 20px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #FFEDE3;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	background-color: #FFEDE3;
	padding: 68px 20px 53px;
	border-radius: 20px;
	z-index: 0;
}
.theme_type-sub::before {
	content: '';
	position: absolute;
	z-index: -1;
	background-image: url('/images/leisure/theme/taiken/type_sub_bg.svg'), url('/images/leisure/theme/taiken/type_sub_bg.svg');
	background-repeat: no-repeat;
	background-position: left top, left bottom;
	background-size: 100%;
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
}
.theme_type-sub .type-sub__title {
	width: 70%;
	max-width: 710px;
	margin: 0 auto 30px;
}
.theme_type-sub .type-sub__text {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #333;
	line-height: 1.6;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 42px;
}
.theme_type-sub .type-sub__wrap {
	display: flex;
	justify-content: space-between;
	gap: 25px;
}
.theme_type-sub .type-sub_item {
	background-color: #FFFFFF;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	width: calc((100% - 25px * 2 ) / 3);
}
.theme_type-sub .type-sub_item img {
	display: block;
}
.theme_type-sub .type-sub_item .item__tab {
	width: 72px;
	height: 72px;
	position: absolute;
	top: -10px;
	left: -10px;
}
.theme_type-sub .type-sub_item .item__text {
	margin: 15px 5px 5px;
}
.theme_type-sub .type-sub_item .item__title {
	margin-bottom: 15px;
}
.theme_type-sub .type-sub_item .item__title img {
	width: auto;
	height: 25px;
}
.theme_type-sub .type-sub_item .item__img img {
	border-radius: 10px;
}
.theme_type-sub .type-sub_item .item__text_p {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 22px;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #F8BA97, #F8F497 52%, #97F8AA);
	background: -webkit-linear-gradient(top, #F8BA97, #F8F497 52%, #97F8AA);
	background: linear-gradient(to bottom, #F8BA97, #F8F497 52%, #97F8AA);
}
.theme_scene .theme_scene-title img {
	max-width: 897px;
	width: 78%;
}
.theme_scene .theme_scene-nav {
	max-width: 1156px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 38px 0 60px;
	margin: auto;
}
.theme_scene .theme_scene-nav li {
	width: 20%;
	max-width: 214px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 28px;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	width: 84%;
	max-width: 160px;
	-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 {
	width: auto;
	height: 27px;
	max-width: 100%;
	padding-top: 22px;
}
.theme_scene .theme_scene-nav .theme_scene-nav03 .nav__text {
	height: 62px;
}
.theme_scene .theme_scene-nav .theme_scene-nav05 a::before {
    content: '';
    width: 100%;
    height: 23px;
    background-image: url(/images/leisure/theme/taiken/scene_nav05_text_pop.svg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    position: absolute;
	z-index: 3;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.theme_scene .theme_scene-nav .theme_scene-nav05 a:hover::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(-14px);
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
}

.theme_scene .top__title img {
	display: block;
	width: 100%;
	max-width: 399px;
	margin: 0 auto;
}
.theme_scene .top__text-sub {
	margin-top: 31px;
	line-height: 1.75;
	color: #333333;
}
.theme_scene .yado__text-main {
	color: #006D93;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .leisure__text-main {
	color: #006D93;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #006D93
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #006D93;
	border-left: 5px solid #006D93;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .leisure__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #006D93;
	border: 1px solid #006D93;
}
.theme_scene .info__btn a:nth-child(3) {
	color: #fff;
	background: #006D93;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #FFEDE3;
}
.area_search_pc .AreaBlock li a:hover {
	background: #006D93;
}

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

/* 検索結果ページ */
.search .search__text-title {
    width: 382px;
    height: 470px;
    margin-right: calc(100% - 48% - 382px);
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.search .search__text-title img {
    width: 100%;
    max-width: 382px;
    height: auto;
	display: block;
}
.search .search__text-title .search__text-key {
    margin-top: 5px;
}
.theme__top .theme__title {
    color: #006D93;
}
.theme__top .theme__title span {
    color: #006D93;
}
.theme__top .theme__ranking a {
    color: #006D93;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
}
.top404 .top404__text-title img {
    width: 210px;
    height: 155px;
	display: block;
}

@media screen and (max-width: 1120px) {
	.top .top__text-title {
		width: 590px;
		height: 440px;
	}
	.top .top__img {
		margin-bottom: -48px;
	}
	.top .top__img img {
		height: 484px;
	}
	.top .top__text {
		background-position: -7% bottom, 115% bottom;
		background-size: auto 80%, auto 100%;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 22px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav03 .nav__text {
		height: 54px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__text-title {
		width: 63vmax;
		height: 47vmax;
	}
	.top .top__img {
		margin-bottom: -5vmax;
	}
	.top .top__img img {
		height: 52vmax;
	}
	.top .top__text {
		background-position: -3% bottom, 139% bottom;
		background-size: auto 57%, auto 100%;
	}
	.theme_pickup .pickup__title img {
		max-width: 338px
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: calc(50% - 190px);
	}
	.theme_pickup .pickup__title::before {
		right: calc(50% + 190px);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 190px);
	}
	.theme_type-sub .type-sub_item .item__title img {
		height: 2.45vmax;
	}
	.theme_type-sub .type-sub_item .item__tab {
		width: 55px;
		height: 55px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 2.2vmax;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav03 .nav__text {
		height: 5vw;
	}
	.search .search__text-title {
		width: 41vmax;
		margin-right: calc(100% - 48% - 41vmax);
	}
	.search .search__text-title img {
		width: 41vmax;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top {
		background: #006D93;
	}
	.top .top__img {
		margin-bottom: 0;
		height: 120vw;
	}
	.top .top__img img {
		height: 120vw;
		width: 100%;
	}
	.top .top__text::before {
		display: none;
	}
	.top .top__text-title {
		width: 92vw;
		height: auto;
		top: 26.933334vw;
	}
	.top .top__text-title img {
		max-width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 30px;
		background: none;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.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-top: 30px;
		padding-bottom: 30px;
	}
	.top_search .search__text {
		font-size: 18px;
	}
	.area_search_sp .AreaBlock .noLink {
		background: #FFEDE3;
	}
	.area_search_sp .AreaBlock li a {
		background: #FFEDE3;
	}
	.area_search_sp .AreaBlock .name {
		color: #006D93;
	}
	.area_search_sp .AreaBlock .num {
		color: #006D93;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #F7DDCF;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #006D93;
		border-right: 1px solid #006D93;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 62.133334vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 16vw;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 0;
		transform: scaleX(-1);
	}
	.theme_pickup .info__name {
		border-color: #006D93;
		color: #333;
	}
	.theme_pickup .item__topics {
		border-color: #333;
		color: #333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.theme_type_sp .theme_type-title {
		max-width: 345px;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 30px;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 25px;
	}
	.theme_type_sp img {
		display: block;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 12px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #006D93;
	}
	.theme_type-sub {
		margin-top: 35px;
		padding: 50px 15px;
		border-radius: 0;
	}
	.theme_type-sub::before {
		background-image: url('/images/leisure/theme/taiken/type_sub_bg_sp.svg');
		top: 0;
		height: 20px;
	}
	.theme_type-sub::after {
		content: '';
		position: absolute;
		z-index: -1;
		background-image: url('/images/leisure/theme/taiken/type_sub_bg_sp.svg');
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100%;
		bottom: 0;
		height: 20px;
		left: 0;
		right: 0;
		transform: scaleY(-1);
	}
	.theme_type-sub .type-sub__title {
		width: 100%;
		max-width: 345px;
		margin-bottom: 20px;
	}
	.theme_type-sub .type-sub__text {
		margin-bottom: 25px;
		text-align: left;
	}
	.theme_type-sub .type-sub__wrap {
		flex-direction: column;
		row-gap: 15px;
	}
	.theme_type-sub .type-sub_item {
		width: 100%;
		display: flex;
		align-items: flex-start;
	}
	.theme_type-sub .type-sub_item .item__tab {
		width: 50px;
		height: 50px;
		top: -5px;
		left: 0;
	}
	.theme_type-sub .type-sub_item .item__img img {
		width: 135px;
		height: 168px;
		object-fit: cover;
		object-position: center;
		border-radius: 5px;
	}
	.theme_type-sub .type-sub_item .item__text {
		margin: 0 0 0 10px;
	}
	.theme_type-sub .type-sub_item .item__title {
		margin-bottom: 10px;
	}
	.theme_type-sub .type-sub_item .item__title img {
		height: 18px;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		line-height: 20px;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 100%;
	}
	.theme_scene .theme_scene-nav {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		padding: 30px 0 40px;
		gap: 19px 4.5%;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 106px;
		width: 30.3%;
	}
	.theme_scene .theme_scene-nav li a {
		padding-top: 0;
	}
	.theme_scene .theme_scene-nav li:nth-last-child(-n+2) {
    	max-width: 122px;
		width: 35%;
		margin: 0 2.15%;
	}
	.theme_scene .theme_scene-nav li:nth-last-child(-n+2) a {
		padding-top: 19px;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 90px;
	}
	.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 .theme_scene-nav .theme_scene-nav03 .nav__text {
		height: 30px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav05 a::before {
		height: 15px;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 21px;
	}
	.theme_scene .top__title img {
		max-width: 278px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 94px;
	}
	.theme_scene .top__text-sub {
		margin-top: 240px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
    .search .search__text-title {
		width: 100%;
		height: auto;
		margin-right: 0;
		padding-top: 0;
		padding-left: 10px;
		position: absolute;
		left: 0;
		top: 19px;
	}
	.search .search__text-title img {
		max-width: 251px;
	}
	.search .search__text-title .search__text-key {
		margin-top: 3px;
		font-size: 25px;
	}
	.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: #006D93;
	}

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