@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #FAF9ED;
	position: relative;
	overflow: hidden;
	padding-bottom: unset;
}
.top .top__img {
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: 50% 100%;
	vertical-align: top;
}
.top .wrap {
	position: relative;
}
.top .top__text-title {
	width: 100%;
	max-width: 665px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 3;
}
.top .top__text-title img {
	width: 100%;
	max-width: 665px;
	height: auto;
}
.top .top__text .wrap {
	display: flex;
}
.top .top__text {
	width: 100%;
	position: relative;
	padding: 77px 0;
	background-image: url(/images/leisure/theme/marine-activity/top_img01.svg), url(/images/leisure/theme/marine-activity/top_img02.svg);
	background-size: 284px 230px, 284px 230px;
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}
.top .top__text .top__text-sub {
	width: calc(100% - 380px);
	margin: auto;
	margin-right: 50px;
	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;
	flex-shrink: 0;
}
.top .top__text .top__ranking a {
	font-size: 15px;
	font-weight: 500;
	background: #2A8ECC;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 330px;
	margin: auto;
	padding: 15px 0;
}

/* エリア別で探す */
.top_search {
	background: #65C7CF;
	padding-top: 40px;
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
}
.top .areaSearchIcon {
    fill: #FFF;
}
.top_search .search__text {
	color: #FFF;
	margin-top: 0;
}
.area_search_pc .area__list > li .alphabet {
	color: #FFF;
}
.area_search_pc .area__list > li .prefList > li a {
	color: #FFF;
}
.area_search_pc .area__list > li .prefList > li + li::before {
    color: #FFF;
}


/* 旅色編集部Pick up */
.theme_pickup  {
	background: #65C7CF;
}
.theme_pickup .pickup__title  {
	background: #2A8ECC;
}
.theme_pickup .pickup__title img  {
	max-width: 342px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 153px;
	height: 100%;
}
.theme_pickup .pickup__title::before {
	background: url(/images/leisure/theme/marine-activity/pickup_title_img_l.svg) no-repeat center center/auto 44px;
	right: calc(50% + 181px);
	background-position-x: right;
}
.theme_pickup .pickup__title::after {
	background: url(/images/leisure/theme/marine-activity/pickup_title_img_r.svg) no-repeat center center/auto 44px;
	left: calc(50% + 181px);
	background-position-x: left;
}
.theme_pickup .info__btn a {
	color: #2A8ECC;
	border: 1px solid #2A8ECC;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #2A8ECC;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/leisure/theme/marine-activity/pickup_num_bg.png);
}

/* 宿のタイプ */
.theme_type_pc {
	position: relative;
	padding-bottom: 80px;
}
.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: #FFFDE0;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}
.theme_type_pc .theme_type-title img {
	max-width: 575px;
	width: 100%;
}
.theme_type_pc .theme_type-main {
	margin-top: 70px;
}
.theme_type_pc .type .type__title img {
	max-width: 505px;
}
.theme_type_pc .type .type__img {
	margin-top: 25px;
}

.theme_type-sub {
	margin: 50px 10px 10px;
	background: #65C7CF;
	padding: 35px 40px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #fff;
}
.theme_type-sub::after {
	content: '';
	position: absolute;
	z-index: -1;
	background: #65C7CF;
	top: -11px;
	bottom: -11px;
	left: -11px;
	right: -11px;
	pointer-events: none;
}
.theme_type-sub .type-sub__title {
	margin: 0 auto 20px;
	max-width: 646px;
	width: 100%;
}
.theme_type-sub .item__text {
	max-width: 680px;
	width: 62%;
}
.theme_type-sub .item__text p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	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%;
	height: auto;
	vertical-align: bottom;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 70px;
	background: -moz-linear-gradient(top, #F4F3E7, #D6F4F1 52%, #B6E5ED);
	background: -webkit-linear-gradient(top, #F4F3E7, #D6F4F1 52%, #B6E5ED);
	background: linear-gradient(to bottom, #F4F3E7, #D6F4F1 52%, #B6E5ED);
}
.theme_scene .theme_scene-title img {
	max-width: 920px;
	width: 100%;
}
.theme_scene .theme_scene-nav {
	max-width: 94%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding: 60px 3%;
	margin: auto;
	gap: 30px 5%;
}
.theme_scene .theme_scene-nav li {
	width: 27.5%;
	max-width: 330px;
	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: 250px;
	-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: 38px;
    font-family: "Jost", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #2A8ECC;
}
.theme_scene .theme_scene-nav .nav__text {
	width: auto;
	height: 71px;
	padding-top: 20px;
	padding-bottom: 2px;
}
.theme_scene .theme_scene-nav li.theme_scene-nav05 .nav__text,
.theme_scene .theme_scene-nav li.theme_scene-nav06 .nav__text {
	height: 36px;
}
.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: 86%;
	height: 2px;
	background: #2A8ECC;
	display: block;
	margin: 0 auto;
}
.theme_scene .theme_scene-nav .theme_scene-nav02 a:hover span::after {width: 62%;}
.theme_scene .theme_scene-nav .theme_scene-nav03 a:hover span::after {width: 65%;}
.theme_scene .theme_scene-nav .theme_scene-nav04 a:hover span::after {width: 42%;}
.theme_scene .theme_scene-nav .theme_scene-nav05 a:hover span::after {width: 26%;}
.theme_scene .theme_scene-nav .theme_scene-nav06 a:hover span::after {width: 30%;}

.theme_scene .top__title img {
	max-width: 515px;
	width: 100%;
}
.theme_scene .top__text-sub {
	margin-top: 20px;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #2A8ECC;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .leisure__text-main {
	color: #2A8ECC;
}
.theme_scene .yado__text-sub .more {
	color: #2A8ECC
}
.theme_scene .search__text {
	color: #2A8ECC;
}
.theme_scene .info__btn a {
	color: #2A8ECC;
	border: 1px solid #2A8ECC;
}
.theme_scene .info__btn a:nth-child(2) {
	color: #fff;
	background: #2A8ECC;
}
.theme_scene .area_search_pc .area__list > li .prefList > li a {
    color: #2A8ECC;
}
.theme_scene .area_search_pc .area__list > li .prefList > li + li::before {
    color: #2A8ECC;
}
.theme_scene .area_search_pc .area__list > li .alphabet {
	color: #2A8ECC;
}
.bottom .area_search_pc .area__list > li .alphabet {
    color: #2A8ECC;
}
.bottom .area_search_pc .area__list > li .prefList > li a {
    color: #2A8ECC;
}
.bottom .area_search_pc .area__list > li .prefList > li + li::before {
    color: #2A8ECC;
}


/* 下層 エリア別で探す */
.bottom .search__text {
	color: #2A8ECC;
}
.bottom .areaSearchIcon {
    fill: #2A8ECC;
}

/* 検索結果ページ */
.search__text-wrap {
	padding: 57px 0;
}
.search .search__text-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.search .search__text-title img {
    width: 100%;
    max-width: 410px;
    height: auto;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.search .search__img .search__text-right {
	margin-top: 10px;
}
.search .search__text-title .search__text-key {
	margin-top: 35px;
}
.theme__top .theme__title {
    color: #2A8ECC;
}
.theme__top .theme__title span {
    color: #2A8ECC;
}
.theme__top .theme__ranking a {
    color: #2A8ECC;
}

/* 404ページ */
.top404 .top404__text-title img {
    width: 100%;
    max-width: 272px;
    height: auto;
}


@media screen and (max-width: 1120px) {
	.top .top__text .top__text-sub {
		font-size: 15px;
	}
	.theme_pickup .pickup__title img {
		max-width: 300px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		background-size: auto 38px;
	}
	.theme_pickup .pickup__title::before {
		right: calc(50% + 160px);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 160px);
	}
	.theme_type_pc .type .type__text {
		font-size: 15px;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}
	.theme_scene .theme_scene-nav li a span {
		font-size: 20px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 52px;
	}
	.theme_scene .theme_scene-nav li.theme_scene-nav05 .nav__text,
	.theme_scene .theme_scene-nav li.theme_scene-nav06 .nav__text {
		height: 27px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__text-title img {
		height: 500px;
		object-fit: contain;
	}
	.top .top__text {
		background-size: 21vmin 17vmin, 21vmin 17vmin;
	}
	.theme_type_pc .type .type__img {
		margin-top: 15px;
	}
	.theme_type_pc .type .type__text {
		margin-top: 15px;
	}
	.theme_type-sub {
		padding: 35px 25px;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 16px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 5vmin;
	}
	.theme_scene .theme_scene-nav li.theme_scene-nav05 .nav__text,
	.theme_scene .theme_scene-nav li.theme_scene-nav06 .nav__text {
		height: 2.4vmin;
	}
	
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img img {
		height: 120vw;
	}
	.top .top__text-title {
		max-width: 100%;
		top: 25.33334vw;
	}
	.top .top__text-title img {
		max-width: 100%;
		height: auto;
	}
	.top .top__text .wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.top .top__text {
		width: 100%;
		padding: 40px 0;
		background-size: 122px 99px, 188px 153px;
	}
	.top .top__text::after {
		content: '';
		opacity: 0.6;
		background: #FAF9ED;
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		pointer-events: none;
	}	
	.top .top__text .top__text-sub {
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
		margin-right: unset;
	}
	.top .top__text .top__ranking a {
		text-align: center;
		width: 320px;
        padding: 10px 0;
	}
	.top_search {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
        background: #FCF5E5;
    }
    .area_search_sp .AreaBlock li a {
        background: #FCF5E5;
    }
    .top .area_search_sp .AreaBlock .noLink {
        background: #FCF5E5;
    }
    .top .area_search_sp .AreaBlock li a {
        background: #FCF5E5;
    }
    .area_search_sp .AreaBlock li,
    .area_search_sp .AreaBlock .noLink .alphabet,
	.area_search_sp .AreaBlock .num {
        color: #2A8ECC;
    }
    .area_search_sp .AreaBlock .sub_list ul li a {
        color: #2A8ECC;
        background: #FFFDE0;
    }
    .area_search_sp .AreaBlock li:not(.sub_list)::after {
        border-top: 1px solid #2A8ECC;
        border-right: 1px solid #2A8ECC;
    }

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 246px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 43px;
		background-size: auto 30px;
	}
	.theme_pickup .pickup__title::before {
		background-image: url(/images/leisure/theme/marine-activity/pickup_title_img_l_sp.svg);
		left: 15px;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		background-image: url(/images/leisure/theme/marine-activity/pickup_title_img_r_sp.svg);
		left: auto;
		right: 15px;
	}
	.theme_pickup .info__name {
		border-color: #fff;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-bottom: 60px;
	}
    .theme_type_sp .theme_type-title {
		height: 80px;
	}
    .theme_type_sp .theme_type-title::before {
        height: 80px;
        background: #FFFDE0;
    }
	.theme_type_sp .theme_type-title img {
		max-width: 308px;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 30px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 10px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #65C7CF;
	}
	.theme_type-sub {
		flex-direction: column;
		padding: 30px 15px;
		margin: 35px auto 10px;
		border-left: none;
		border-right: none;
	}
	.theme_type-sub::after {
		left: 0;
		right: 0;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 25px;
	}
	.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: 315px;
		margin: auto;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 358px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		flex-wrap: wrap;
		gap: 10px 1%;
		padding: 30px 0;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 173px;
		width: 49.5%;
	}
	.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 li a span {
        height: 43px;
        font-size: 16px;
		margin-top: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
    }
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 10px;
		height: 36px;
	}
	.theme_scene .theme_scene-nav li.theme_scene-nav05 .nav__text,
	.theme_scene .theme_scene-nav li.theme_scene-nav06 .nav__text {
		height: 19px;
	}
	.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 .top__img {
		width: 100%;
		text-align: center;
		top: 85px;
	}
	.theme_scene #scene3 .top__img {
		top: 97px;
	}
	.theme_scene #scene4 .top__img,
	.theme_scene #scene5 .top__img {
		top: 110px;
	}
	.theme_scene #scene6 .top__img {
		top: 104px;
	}
	.theme_scene .top__text-sub {
		margin-top: 275px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		border-left: 5px solid #2A8ECC;
	}
	.theme_scene .area_search_sp .AreaBlock li:not(.sub_list).active .alphabet {
        color: #65C7CF;
    }

	/* 検索結果ページ */
	.search__text-wrap {
		padding: 30px 0;
	}
    .search .search__img-wrap {
        height: 350px;
		position: relative;
    }
    .search .search__text-title img {
        max-width: 285px; 
    }
	.search .search__img .search__img-wrap img {
		height: 350px;	
	}
	.search .search__img-wrap::before {
		height: 350px;
	}

    /* 404ページ */
	.top404 .top404__text-title img {
        max-width: 238px;
	}
}