@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #20871D;
	position: relative;
}
.top .wrap {
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 512px;
	object-fit: cover;
	object-position: 50% 50%;
	vertical-align: top;
}
.top .top__text-title {
	width: 442px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 69px;
	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;
	z-index: 0;
}
.top .top__text .wrap {
	padding: 18px 0 40px;
}
.top .top__text::before {
	content: '';
	position: absolute;
	background: url('/images/leisure/theme/athletic/top_text_bg.png') no-repeat top center / auto 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: -62px;
}
.top .top__text .top__text-sub {
	max-width: 660px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #FFFFFF;
}
.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;
	border: 1px solid #58483F;
	color: #58483F;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 9px 0;
}
.top .top__illust .illust {
	position: absolute;
	z-index: 3;
}
.top .top__illust .illust img {
	width: 100%;
	height: auto;
	display: block;
}
.top .top__illust .illust01 {
	width: 365px;
	bottom: 2px;
	left: -66px;
}
.top .top__illust .illust02 {
	width: 313px;
	bottom: 0;
	right: -43px;
}

/* エリア別で探す */
.top_search {
	background: #FDB365;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #58483F;
	border-left: 5px solid #58483F;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #58483F;
	background: #FFE2C4;
	border: 1px solid #58483F;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #58483F;
}
.area_search_pc .PrefectureBlock li a {
	color: #58483F;
	background: #FFF;
	border: 1px solid #58483F;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #58483F;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #FDB365;
}
.theme_pickup .pickup__title  {
	background: #58483F;
}
.theme_pickup .pickup__title img  {
	max-width: 390px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 373px;
	height: 100%;
	background: url(/images/leisure/theme/athletic/pickup_title_deco.svg) repeat-x center right/ auto 35px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 225px);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 225px);
	transform: scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #58483F;
	border: 1px solid #58483F;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #58483F;
}
.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: 110px;
}
.theme_type_pc .theme_type-title img {
	max-width: 1200px;
	width: 100%;
}
.theme_type_pc .theme_type-main {
	margin-top: 38px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 42px;
}
.theme_type_pc .theme_type-main .type:nth-last-child(-n+2) {
	padding-bottom: 0;
}
.theme_type_pc .type .type__title img {
    max-width: 525px;
}
.theme_type_pc .type:nth-of-type(1) .type__title {
    margin-right: -9.31%;
}
.theme_type_pc .type:nth-of-type(1) .type__title img {
    max-width: 580px;
}
.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: #FFE2C4;
}

.theme_type-sub {
	margin-top: 80px;
	padding: 17px 45px 18px 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: space-between;
	column-gap: 7.5%;
	border-top: 5px solid #20871D;
	border-bottom: 5px solid #20871D;
}
.theme_type-sub .type-sub__text {
	width: 52%;
	max-width: 540px;
}
.theme_type-sub .type-sub__title {
	width: 124.64%;
	max-width: 673px;
	margin: 0 0 8px;
}
.theme_type-sub .type-sub__text .item__text_p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
}
.theme_type-sub .type-sub__img {
	width: 44.8%;
	max-width: 465px;
	display: flex;
	align-items: center;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #4BB960, #39CBAF 52%, #5089D6);
	background: -webkit-linear-gradient(top, #4BB960, #39CBAF 52%, #5089D6);
	background: linear-gradient(to bottom, #4BB960, #39CBAF 52%, #5089D6);
}
.theme_scene .theme_scene-title img {
	max-width: 906px;
	width: 80%;
}
.theme_scene .theme_scene-nav {
	max-width: 954px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 50px 0 62px;
	margin: auto;
}
.theme_scene .theme_scene-nav li {
	width: 20.5%;
	max-width: 195px;
	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 {
	width: 100%;
	max-width: 195px;
	-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: 90%;
	max-width: 174px;
	padding-top: 19px;
}
.theme_scene .theme_scene-main .scene {
	padding-top: 71px;
}
.theme_scene .top__title {
	/* max-width: 515px; */
	margin: 0;
}
.theme_scene .top__title img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
	margin: auto;
}
.theme_scene #scene1 .top__title {
	margin-right: -0.57%;
}
.theme_scene #scene1 .top__title img {
	max-width: 520px;
}
.theme_scene .top__text-sub {
	margin-top: 43px;
	line-height: 1.75;
	color: #333333;
}
.theme_scene .yado__text-main {
	color: #58483F;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .leisure__text-main {
	color: #58483F;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #58483F
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #58483F;
	border-left: 5px solid #58483F;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .leisure__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #58483F;
	border: 1px solid #58483F;
}
.theme_scene .info__btn a:nth-child(3) {
	color: #fff;
	background: #58483F;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #FFE2C4;
}
.theme_scene .area_search_pc .AreaBlock li a:hover {
	color: #FFF;
    background: #58483F;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #58483F;
	border-left: 5px solid #58483F;
}

/* 検索結果ページ */
.search .search__text-title {
    width: 310px;
    height: 470px;
    margin-right: calc(100% - 48% - 310px);
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
}
.search .search__text-title img {
    width: 100%;
    max-width: 310px;
    height: auto;
	display: block;
}
.search .search__text-title .search__text-key {
    margin-top: 10px;
	white-space: nowrap;
}
.theme__top .theme__title {
    color: #58483F;
}
.theme__top .theme__title span {
    color: #58483F;
}
.theme__top .theme__ranking a {
    color: #58483F;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
}
.top404 .top404__text-title img {
    width: 169px;
    height: 143px;
	display: block;
}

@media screen and (max-width: 1280px) {
	.top .top__illust .illust01 {
		width: 30.42%;
		left: -5.5%;
	}
	.top .top__illust .illust02 {
		width: 26.1%;
		right: -3.6%;
	}
	.theme_pickup .pickup__title img {
		width: 32%;
	}
	.theme_pickup .pickup__title::before,
	.theme_pickup .pickup__title::after {
		width: 27.35%;
		background-size: auto 2.57vw;
	}
	.theme_pickup .pickup__title::before {
		left: 4%;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		right: 4%;
		left: auto;
	}
}
@media screen and (max-width: 900px) {
	.theme_pickup .pickup__title img {
		width: 45%;
	}
	.theme_pickup .pickup__title::before,
	.theme_pickup .pickup__title::after {
		width: 21.35%;
		background-size: auto 3.62vw;
	}
	.theme_type-sub {
		padding: 3% 5%;
	}
	.search .search__text-title {
		width: 260px;
		margin-right: calc(100% - 48% - 260px);
		padding-top: 90px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img {
		height: 124.8vw;
		position: relative;
	}
	.top .top__img img {
		height: 124.8vw;
		width: 100%;
	}
	.top .top__text-title {
		width: 84.533334vw;
		height: auto;
		top: 24.26667vw;
	}
	.top .top__text-title img {
		max-width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
	}
	.top .top__text::before {
		background-image: url('/images/leisure/theme/athletic/top_text_bg_sp.png');
		top: -14.4vw;
	}
	.top .top__text .wrap {
		padding: 6px 0 30px;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.top__text .top__illust .illust05 {
		width: 59.2vw;
		right: 0;
		bottom: 0;
	}
	.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: #FFE2C4;
	}
	.area_search_sp .AreaBlock li a {
		background: #FFE2C4;
	}
	.area_search_sp .AreaBlock .name {
		color: #58483F;
	}
	.area_search_sp .AreaBlock .num {
		color: #58483F;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #F7CA9B;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #58483F;
		border-right: 1px solid #58483F;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		width: 63.466667vw;
	}
	.theme_pickup .pickup__title::before,
	.theme_pickup .pickup__title::after {
		background-image: url('/images/leisure/theme/athletic/pickup_title_deco_sp.svg');
		background-size: auto 4vw;
		width: 14.66667vw;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
	}
	.theme_pickup .pickup__title::after {
		right: 0;
	}
	.theme_pickup .info__name {
		border-color: #58483F;
		color: #333;
	}
	.theme_pickup .item__topics {
		border-color: #333;
		color: #333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.theme_type_sp .theme_type-title {
		max-width: 345px;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 6px;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 14px;
	}
	.theme_type_sp .theme_type-main .type .type__title img {
		width: 101.27%;
	}
	.theme_type_sp .theme_type-main .type .type__title img[src*=type_text04_sp] {
		width: 103.495%;
	}
	.theme_type_sp img {
		display: block;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 13px;
	}
	.theme_scene .theme_scene-nav a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #58483F;
	}
	.theme_type-sub {
		margin-top: 30px;
		padding: 30px 0;
		flex-direction: column;
		position: relative;
		z-index: 0;
	}
	.theme_type-sub .type-sub__title {
		width: 100%;
		max-width: 345px;
		margin: 0 auto 10px;
	}
	.theme_type-sub .type-sub__img {
		width: 100%;
		margin-bottom: 15px;
	}
	.theme_type-sub .type-sub__text {
		width: 100%;
	}
	.theme_type-sub .type-sub__text .item__text_p {
		font-size: 15px;
		line-height: 1.67;
	}

	/* シーン別特集 */
	.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: 34px 37px;
	}
	.theme_scene .theme_scene-nav li {
		width: 36.6%;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 100%;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 4px;
		width: 82.8%;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 32px;
	}
	.theme_scene .top__title img {
		max-width: unset;
		width: auto;
		height: 68px;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 83px;
	}
	.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: 200px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 22px;
		left: 50%;
        transform: translateX(-50%);
	}
	.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: #58483F;
	}
	.search .search__text-title img {
		max-width: 200px;
	}
	.search .search__text-title .search__text-key {
		margin-top: 10px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 127px;
		height: 107px;
	}
}
@media screen and (max-width: 374px) {
	.theme_type_sp .theme_type-main .type .type__title img {
		max-width: 100%;
	}
	.theme_scene .top__title img {
		max-width: 100%;
		height: auto;
	}
}