@charset "UTF-8";
/* TOPページ FV */
.top {
	position: relative;
	background-color: #2A6E7E;
}
.top .top__img {
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 50% 100%;
	vertical-align: top;
}
.top .top__text-title {
	width: 444px;
	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 0;
}
.top .top__text::before, .top .top__text::after {
	content: '';
	position: absolute;
	background: url(/images/leisure/theme/shuzo/top_text_bg.svg) no-repeat left bottom / 100%;
	height: 100%;
	width: 20.5%;
	top: 0;
	bottom: 0;
}
.top .top__text::before {
	left: 0;
}
.top .top__text::after {
	transform: scaleX(-1);
	right: 0;
}
.top .wrap {
	position: relative;
}
.top .top__illust img {
	position: absolute;
	display: block;
	bottom: 0;
	height: auto;
}
.top .top__illust .illust01 {
	width: 9.75%;
	left: 3%;
	bottom: 69.4%;
}
.top .top__illust .illust02 {
	width: 13%;
	right: -2.25%;
	bottom: 0;
}
.top .top__text .top__text-sub {
	color: #fff;
	max-width: 660px;
	margin: auto;
	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: #ADA386;
	color: #FFFFFF;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 9px 0;
}

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

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #2A6E7E;
}
.theme_pickup .pickup__title  {
	background: #ADA386;
}
.theme_pickup .pickup__title img  {
	max-width: 388px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: calc(50% - 230px);
	max-width: 702px;
	height: 100%;
	background: url(/images/leisure/theme/shuzo/pickup_title_deco.svg) repeat-x center right/ auto 57px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 230px);
}
.theme_pickup .pickup__title::after {
	transform: scaleX(-1);
	left: calc(50% + 230px);
}
.theme_pickup .info__btn a {
	color: #ADA386;
	border: 1px solid #ADA386;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #ADA386;
}

/* 宿のタイプ */
.theme_type_pc {
	position: relative;
	padding-top: 60px;
	padding-bottom: 80px;
}

.theme_type-intro {
	background-color: #FFFAE2;
	border-radius: 30px;
	padding: 50px 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 6%;
	margin-bottom: 80px;
	background-image: url(/images/leisure/theme/shuzo/type_intro_bg.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) calc(100% - 20px);
	background-size: auto;
}
.theme_type-intro .type-intro__text {
	width: 52%;
	max-width: 500px;
}
.theme_type-intro .type-intro__title {
	width: 100%;
	max-width: 496px;
	margin: 0 0 30px;
}
.theme_type-intro .type-intro__text .item__text {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
	margin: 0;
}
.theme_type-intro .item__img {
	width: 44%;
	max-width: 410px;
}
.theme_type-intro .item__img img {
	border-radius: 30px;
}

.theme_type_pc .theme_type-title img {
	max-width: 678px;
	width: 56.5%;
}
.theme_type_pc .theme_type-main {
	margin-top: 65px;
}
.theme_type_pc .type .type__title {
	margin-left: 0;
}
.theme_type_pc .type .type__title img {
	max-width: 525px;
	width: 100%;
	display: block;
}
.theme_type_pc .type:nth-of-type(1) .type__title {
	margin-right: -3.67%;
}
.theme_type_pc .type:nth-of-type(1) .type__title img {
	max-width: 550px;
}
.theme_type_pc .type .type__img {
	margin-top: 16px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #F8F1CC;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.theme_type-sub .type-sub__title {
	width: 100%;
	margin: 0 auto 40px;
}
.theme_type-sub .type-sub__title img {
	width: 36.5%;
	max-width: 433px;
	margin: auto;
	display: block;
}
.theme_type-sub .type-sub_item {
	width: 30%;
	max-width: 350px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.theme_type-sub .type-sub_item .item__img img {
	border-radius: 30px;
}
.theme_type-sub .type-sub_item .item__text {
	margin-top: 20px;
	margin-bottom: 15px;
	width: 100%;
}
.theme_type-sub .type-sub_item .item__text img {
	display: block;
	width: auto;
	margin: auto;
	height: 26px;
}
.theme_type-sub .type-sub_item .item__text_p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #243A6C, #9CD8CF 52%, #9AC950);
	background: -webkit-linear-gradient(top, #243A6C, #9CD8CF 52%, #9AC950);
	background: linear-gradient(to bottom, #243A6C, #9CD8CF 52%, #9AC950);
}
.theme_scene .theme_scene-title img {
	max-width: 812px;
	width: 70%;
}
.theme_scene .theme_scene-nav {
	max-width: 1030px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 44px 0 62px;
	margin: auto;
	gap: 30px 2%;
}
.theme_scene .theme_scene-nav li {
	width: 23.5%;
	max-width: 240px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	max-width: 240px;
	-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: 34px;
	padding-top: 20px;
	max-width: 100%;
}
.theme_scene .theme_scene-nav .theme_scene-nav04 a::before {
    content: '';
    width: 100%;
    height: 33px;
    background-image: url(/images/leisure/theme/shuzo/scene_nav04_text_pop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    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-nav04 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%;
	margin: auto;
}
.theme_scene .top__text-sub {
	margin-top: 12px;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #ADA386;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .leisure__text-main {
	color: #ADA386;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #ADA386
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #ADA386;
	border-left: 5px solid #ADA386;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .leisure__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #ADA386;
	border: 1px solid #ADA386;
}
.theme_scene .info__btn a:nth-child(3) {
	color: #fff;
	background: #ADA386;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #FFFAE2;
}
.area_search_pc .AreaBlock li a:hover {
	background: #ADA386;
}

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

/* 検索結果ページ */
.search .search__text-title {
    width: 345px;
    height: 470px;
    margin-right: calc(100% - 48% - 345px);
	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: 272px;
    height: auto;
	display: block;
}
.search .search__text-title .search__text-key {
    margin-top: 13px;
}
.theme__top .theme__title {
    color: #ADA386;
}
.theme__top .theme__title span {
    color: #ADA386;
}
.theme__top .theme__ranking a {
    color: #ADA386;
}

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

@media screen and (max-width: 1120px) {
	.theme_type-intro {
		padding: 4% 10%;
	}
	.theme_type-intro .type-intro__title {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 48vw;
	}
	.top .top__text-title {
		width: 38vw;
		height: 48vw;
	}
	.top .top__illust .illust01 {
		left: -1vw;
	}
	.top .top__illust .illust02 {
		right: -2vw;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		font-size: 14px;
	}
	.theme_scene .theme_scene-nav .nav__text {
        height: 20px;
    }
	.search .search__text-title {
		width: 240px;
		margin-right: calc(100% - 48% - 240px);
	}
	.search .search__text-title img {
		width: 200px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img, .top .top__img img {
		height: 121.33334vw;
		width: 100%;
	}
	.top .top__text-title {
		width: 80.8vw;
		height: auto;
		top: 22.4vw;
	}
	.top .top__text-title img {
		max-width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 0;
	}
	.top .top__text::before, .top .top__text::after {
		display: 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: 40px;
	}
	.top .top__text .top__ranking a {
		font-size: 16px;
		text-align: center;
		width: 320px;
	}
	.top_search {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

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

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 63.2vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 17.3vw;
		background-size: auto 8vw;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 0;
	}
	.theme_pickup .info__name {
		border-color: #ADA386;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.theme_type-intro {
		flex-direction: column;
		padding: 30px 15px;
		background-position: calc(100% - 4px) calc(100% - 6px);
		background-size: 77px auto;
		margin-bottom: 50px;
	}
	.theme_type-intro .type-intro__text {
		width: 100%;
	}
	.theme_type-intro .type-intro__title {
		max-width: 100%;
	}
	.theme_type-intro .item__img {
		width: 100%;
	}
	.theme_type-intro .type-intro__text {
		margin-top: 15px;
	}
	.theme_type-intro .type-intro__text .item__text {
		font-size: 15px;
		line-height: 1.67;
	}

	.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: 18px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 10px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #ADA386;
	}

	.theme_type-sub {
		margin-top: 35px;
		flex-direction: column;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 32px;
	}
	.theme_type-sub .type-sub__title img {
		width: 290px;
	}
	.theme_type-sub .type-sub_item {
		width: 100%;
		margin-bottom: 22px;
	}
	.theme_type-sub .type-sub_item:last-of-type {
		margin-bottom: 0;
	}
	.theme_type-sub .type-sub_item .item__text {
		margin: 0 0 10px;
	}
	.theme_type-sub .type-sub_item .item__text img {
		height: 23px;
		margin: 0;
	}
	.theme_type-sub .type-sub_item .item__img img {
		border-radius: 20px;
		width: 120px;
		height: 107px;
		object-fit: cover;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		width: calc(100% - 120px - 15px);
		margin-left: 15px;
		font-size: 13px;
		line-height: 1.7;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 293px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 88%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 30px;
		padding: 12px 0 30px;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 144px;
		width: 41.5%;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 144px;
	}
	.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: 20px;
	}
	.theme_scene .top__text {
		width: 100%;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 38px;
	}
	.theme_scene .top__title img {
		max-width: 315px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 77px;
	}
	.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: 100%;
		height: auto;
		margin-right: 0;
		padding-top: 0;
		padding-left: 10px;
		position: absolute;
		left: 0;
		top: 17px;
	}
	.search .search__text-title img {
		max-width: 193px;
	}
	.search .search__text-title .search__text-key {
		margin-top: 0px;
		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: #ADA386;
	}

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