@charset "UTF-8";
/* TOPページ FV */
.top {
	position: relative;
	background-color: #CAD7EA;
}
.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: 446px;
	height: 490px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	align-items: center;
}
.top .top__text-title img {
	width: 100%;
	height: auto;
}
.top .top__text {
	width: 100%;
	position: relative;
	padding: 40px 0 45px;
	background-image: url("/images/leisure/theme/cruising/top_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.top .top__text::before {
	content: '';
	background-color: #465783;
	opacity: 0.5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.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: #FFFFFF;
	color: #465783;
	border: 1px solid #465783;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 9px 0;
}

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

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #CAD7EA;
}
.theme_pickup .pickup__title  {
	background: #465783;
}
.theme_pickup .pickup__title img  {
	max-width: 374px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 374px;
	height: 100%;
	background: url(/images/leisure/theme/cruising/pickup_title_deco.svg) no-repeat center right/ 100%;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 228px);
}
.theme_pickup .pickup__title::after {
	transform: scaleX(-1);
	left: calc(50% + 228px);
}
.theme_pickup .info__btn a {
	color: #465783;
	border: 1px solid #465783;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #465783;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/leisure/theme/cruising/pickup_num_bg.png);
}
.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 .pickup__item::after {
	background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
} */

/* 宿のタイプ */
.theme_type_pc {
	position: relative;
	padding-top: 80px;
	padding-bottom: 0px;
}
.theme_type_pc .theme_type-title img {
	max-width: 378px;
	width: 32%;
}
.theme_type_pc .theme_type-main {
	margin-top: 75px;
}
.theme_type_pc .type .type__title {
	margin-left: 0;
}
.theme_type_pc .type .type__title img {
	max-width: 100%;
	display: block;
}
.theme_type_pc .type .type__img {
	margin-top: 20px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 20px;
}

.theme_type-sub {
	margin-top: 80px;
	position: relative;
	padding: 50px 0;
	z-index: 0;
	background-image: url("/images/leisure/theme/cruising/type_sub_bg.jpg");
	background-size: cover;
	background-position: center;
}
.theme_type-sub::before {
	content: '';
	background-color: #465783;
	opacity: 0.5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.theme_type-sub::after {
    content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-image: url("/images/leisure/theme/cruising/type_sub_border.svg") 86 round;
	border-width: 86px;
	border-style: solid;
    z-index: 3;
}
.theme_type-sub .wrap {
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.theme_type-sub .type-sub__title {
	margin-bottom: 50px;
	width: 100%;
}
.theme_type-sub .type-sub__title img {
	display: block;
	max-width: 540px;
	margin: 0 auto;
}
.theme_type-sub .type-sub__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 46.75%;
}
.theme_type-sub .type-sub__text {
	max-width: 340px;
	width: 61%;
}
.theme_type-sub .type-sub__item-title {
	margin-bottom: 25px;
}
.theme_type-sub .type-sub__text p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #FFFFFF;
}
.theme_type-sub .item__img {
	margin-left: 30px;
	flex-shrink: 0;
}
.theme_type-sub .item__img img {
	max-width: 191px;
	height: 191px;
	object-fit: cover;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.theme_type-sub .type-sub__item:nth-of-type(1) .item__img img {
	object-position: 73%;
}
.theme_type-sub .type-sub__item:nth-of-type(2) .item__img img {
	object-position: 50%;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #9CCFD8, #9CB1D8 52%, #D89CC1);
	background: -webkit-linear-gradient(top, #9CCFD8, #9CB1D8 52%, #D89CC1);
	background: linear-gradient(to bottom, #9CCFD8, #9CB1D8 52%, #D89CC1);
}
.theme_scene .theme_scene-title img {
	max-width: 1116px;
	width: 93%;
}
.theme_scene .theme_scene-nav {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding: 48px 0 60px;
	margin: auto;
	gap: 30px 2.25%;
}
.theme_scene .theme_scene-nav li {
	width: 17.75%;
	max-width: 213px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 40px;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	max-width: 186px;
	-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: 90.3%;
    height: 24px;
    background-image: url(/images/leisure/theme/cruising/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-nav05 a::before {
    content: '';
    width: 67%;
    height: 24px;
    background-image: url(/images/leisure/theme/cruising/scene_nav05_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,
.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;
	max-width: 405px;
	width: 100%;
	margin: auto;
}
.theme_scene .top__text-sub {
	margin-top: 36px;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #465783;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .leisure__text-main {
	color: #465783;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #465783
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #465783;
	border-left: 5px solid #465783;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .leisure__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #465783;
	border: 1px solid #465783;
}
.theme_scene .info__btn a:nth-child(3) {
	color: #fff;
	background: #465783;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #E7ECF4;
}
.area_search_pc .AreaBlock li a:hover {
	background: #465783;
}

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

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

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

@media screen and (max-width: 1120px) {
	.theme_pickup .pickup__title img {
		width: 326px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: calc(50% - 233px);
	}
	.theme_pickup .pickup__title::before {
		right: calc(50% + 190px);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 190px);
	}
	.theme_type-sub .item__img {
		margin-left: 15px;
	}
	.theme_type-sub .item__img img {
		max-width: 155px;
		height: 155px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 25px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 48vw;
	}
	.top .top__text-title {
		width: 42vw;
		height: 48vw;
	}
	.theme_type-sub .type-sub__text p {
		font-size: 12px;
	}
	.theme_type-sub .item__img {
		margin-left: 10px;
	}
	.theme_type-sub .item__img img {
		max-width: 15vw;
		height: 15vw;
	}
	.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: 240px;
	}
}
@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: 73.86667vw;
		height: auto;
		top: 29.33334vw;
	}
	.top .top__text-title img {
		max-width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 35px;
		background-image: url("/images/leisure/theme/cruising/top_bg_sp.jpg");
	}
	.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: 25px;
		padding-bottom: 30px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

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

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 216px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		background-image: url("/images/leisure/theme/cruising/pickup_title_deco_sp.svg");
		width: calc(50vw - 117px);
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 0;
	}
	.theme_pickup .info__name {
		border-color: #465783;
		color: #333;
	}
	.theme_pickup .item__topics {
		border-color: #333;
		color: #333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.theme_type_sp .theme_type-title {
		width: 100%;
	}
	.theme_type_sp .theme_type-title {
		max-width: 260px;
	}
	.theme_type_sp .theme_type-title img,
	.theme_type_sp .type__title img {
		display: block;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 30px;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 17px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #465783;
	}
	.theme_type-sub {
		padding: 40px 0;
		margin-top: 35px;
	}
	.theme_type-sub::after {
		display: none;
	}
	.theme_type-sub .wrap {
		flex-direction: column;
		row-gap: 30px;
	}
	.theme_type-sub .type-sub__title {
        margin-bottom: 0;
	}
	.theme_type-sub .type-sub__title img {
		max-width: 230px;
		width: 67%;
	}
	.theme_type-sub .type-sub__item {
		flex-direction: column;
		align-items: unset;
		width: 100%;
	}
	.theme_type-sub .type-sub__text {
		width: 100%;
		max-width: 100%;
		display: flex;
	}
	.theme_type-sub .type-sub__item-title {
		margin-bottom: 10px;
	}
	.theme_type-sub .type-sub__text p {
		font-size: 14px;
	}
	.theme_type-sub .item__img img {
		max-width: 120px;
		height: 174px;
	}
	.theme_type-sub .type-sub__item:nth-of-type(2) .item__img {
		margin-left: 0;
		margin-right: 10px;
	}
	.theme_type-sub .type-sub__item:nth-of-type(1) .item__img img {
		object-position: 65%;
	}
	.theme_type-sub .type-sub__item:nth-of-type(2) .item__img img {
		object-position: 63%;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 100%;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 4%;
		padding: 10px 0 40px;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 105px;
		width: 30.5%;
	}
	.theme_scene .theme_scene-nav li:nth-last-of-type(-n+2) {
		margin: 0 12.5px;
	}
	.theme_scene .theme_scene-nav li a {
		padding-top: 24px;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 130px;
	}
	.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: 16px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav04 a:hover::before,
	.theme_scene .theme_scene-nav .theme_scene-nav05 a:hover::before {
		transition: none;
		transform: unset;
	}
	.theme_scene .top__text {
		width: 100%;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 15px;
	}
	.theme_scene .top__title img {
		max-width: 298px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 105px;
	}
	.theme_scene .top__text-sub {
		margin-top: 238px;
		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: 24px;
	}
	.search .search__text-title img {
		max-width: 205px;
	}
	.search .search__text-title .search__text-key {
		margin-top: 5px;
		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: #465783;
	}

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