@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #F5E4E4;
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 50% 50%;
	vertical-align: top;
}
.top .top__text-title {
	width: 700px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 90px;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	align-items: center;
}
.top .top__text-title img {
	width: 100%;
	height: auto;
}
.top .top__illust .illust {
	position: absolute;
	z-index: 1;
}
.top .top__illust .illust img {
	width: 100%;
	height: auto; 
	display: block;
}
.top .top__illust .illust01 { width: 383px; aspect-ratio: 383/358; top: 0; right: calc(50% + 429px); }
.top .top__illust .illust02 { width: 593px; aspect-ratio: 593/563; top: 0; left: calc(50% + 163px); }
.top .top__illust .illust03 { width: 266px; aspect-ratio: 266/430; top: 20px; left: calc(50% + 417px); }
.top .top__illust .illust04 { width: 480px; aspect-ratio: 480/366; bottom: 0; right: calc(50% + 203px); }
.top .top__illust .illust05 { width: 380px; aspect-ratio: 380/439; bottom: 0; left: calc(50% + 386px); }
.top .top__text {
	width: 100%;
	position: relative;
	padding: 40px 0;
	background: -moz-linear-gradient(45deg, #F5D9D9, #FAEED7 50%, #F4FFDB);
	background: -webkit-linear-gradient(45deg, #F5D9D9, #FAEED7 50%, #F4FFDB);
	background: linear-gradient(45deg, #F5D9D9, #FAEED7 50%, #F4FFDB);
}
.top .top__text .wrap {
	position: relative;
	z-index: 2;
}
.top .top__text .top__text-sub {
	max-width: 660px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.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: #D87676;
	color: #FFFFFF;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 9px 0;
}

/* エリア別で探す */
.top_search {
	background: #F5E4E4;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #D87676;
	border-left: 5px solid #D87676;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #D87676;
	background: #FAEED7;
	border: 1px solid #D87676;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #D87676;
}
.area_search_pc .PrefectureBlock li a {
	color: #D87676;
	background: #FFF;
	border: 1px solid #D87676;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #D87676;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #F5E4E4;
}
.theme_pickup .pickup__title  {
	background: #D87676;
}
.theme_pickup .pickup__title img  {
	max-width: 364px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/images/leisure/theme/date/pickup_title_deco.svg) no-repeat center right/ auto 44px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + (364px / 2 + 32px));
}
.theme_pickup .pickup__title::after {
	left: calc(50% + (364px / 2 + 32px));
	transform: scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #D87676;
	border: 1px solid #D87676;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #D87676;
}
.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: 75px;
	padding-bottom: 80px;
}
.theme_type_pc .theme_type-title img {
	max-width: 960px;
	width: 100%;
}
.theme_type_pc .theme_type-main {
	margin-top: 55px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 56px;
}
.theme_type_pc .theme_type-main .type:nth-last-child(-n+2) {
	padding-bottom: 0;
}
.theme_type_pc .type .type__title img {
    max-width: 100%;
	width: auto;
}
.theme_type_pc .type .type__img {
	margin-top: 12px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #FAEED7;
}

.theme_type-sub {
	margin-top: 100px;
	padding: 20px 22px 60px 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: -moz-linear-gradient(45deg, #F5D9D9, #FAEED7 50%, #F4FFDB);
	background: -webkit-linear-gradient(45deg, #F5D9D9, #FAEED7 50%, #F4FFDB);
	background: linear-gradient(45deg, #F5D9D9, #FAEED7 50%, #F4FFDB);
}
.theme_type-sub .type-sub__text {
	width: 49%;
	max-width: 546px;
}
.theme_type-sub .type-sub__title {
	width: 100%;
	max-width: 546px;
	margin: 0 auto 20px;
}
.theme_type-sub .type-sub__text .item__text_p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
	padding-right: 21px;
}
.theme_type-sub .item__illust {
	width: 173px;
	position: absolute;
	top: 0;
	left: 44%;
	z-index: -1;
}
.theme_type-sub .type-sub__img {
	width: 50%;
	max-width: 530px;
	margin-top: -65px;
	margin-bottom: -88px;
}

.theme_type-col {
	margin-top: 80px;
	box-sizing: border-box;
}
.theme_type-col .type-col__title {
	width: 100%;
	max-width: 908px;
	margin: 0 auto 37px;
}
.theme_type-col .type-col__wrap {
	display: flex;
	justify-content: space-between;
}
.theme_type-col .type-col__wrap .col_item {
	width: calc((100% - 30px * 2) / 3);
}
.theme_type-col .type-col__wrap .col_item .col_img img {
	display: block;
	max-width: 100%;
	border-radius: 20px;
}
.theme_type-col .type-col__wrap .col_item .col_item_title {
	margin: 16px auto 15px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
}
.theme_type-col .type-col__wrap .col_item .col_item_title img {
	height: 25px;
	width: auto;
}
.theme_type-col .type-col__wrap .col_item .col_item_title::before,
.theme_type-col .type-col__wrap .col_item .col_item_title::after {
	content: '';
	background-image: url('/images/leisure/theme/date/type_col_deco.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 24px;
	height: 25px;
}
.theme_type-col .type-col__wrap .col_item .col_text {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 28px;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #F5EFE4, #F4DECE 52%, #F4CED1);
	background: -webkit-linear-gradient(top, #F5EFE4, #F4DECE 52%, #F4CED1);
	background: linear-gradient(to bottom, #F5EFE4, #F4DECE 52%, #F4CED1);
}
.theme_scene .theme_scene-title img {
	max-width: 1200px;
	width: 100%;
}
.theme_scene .theme_scene-nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px auto;
}
.theme_scene .theme_scene-nav-group01 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
	gap: 40px 11%;
	padding: 0 5%;
}
.theme_scene .theme_scene-nav a {
	width: calc((100% - 11% * 3) / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	width: 100%;
	max-width: 180px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.theme_scene .theme_scene-nav 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: 30px;
	padding-top: 20px;
}
.theme_scene .theme_scene-nav .theme_scene-nav02 .nav__text,
.theme_scene .theme_scene-nav .theme_scene-nav04 .nav__text {
	height: 60px;
}
.theme_scene .theme_scene-nav-group02 {
	width: 55.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 0;
	gap: 0 15%;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 70px 5.6% 28px;
	margin: 0 -5.5%;
}
.theme_scene-group02-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 15px;
	width: 108px;
}
.theme_scene .theme_scene-nav-group02 a {
	width: calc((100% - 15% * 2) / 3);
	max-width: 110px;
}
.theme_scene .theme_scene-nav-group02 .nav__text {
	height: 24px;
}

.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 .top__text {
	background: url('/images/leisure/theme/date/scene_text_bg.svg') no-repeat left top/100% auto;
}
.theme_scene .top__text-sub {
	margin-top: 30px;
	line-height: 1.75;
	color: #333333;
}
.theme_scene .yado__text-main {
	color: #D87676;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .leisure__text-main {
	color: #D87676;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #D87676
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #D87676;
	border-left: 5px solid #D87676;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .leisure__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #D87676;
	border: 1px solid #D87676;
}
.theme_scene .info__btn a:nth-child(3) {
	color: #fff;
	background: #D87676;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #FAEED7;
}
.theme_scene .area_search_pc .AreaBlock li a:hover {
	color: #FFF;
    background: #D87676;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #D87676;
	border-left: 5px solid #D87676;
}

/* 検索結果ページ */
.search .search__text-title {
    width: 423px;
    height: 470px;
    margin-right: calc(100% - 48% - 423px);
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
}
.search .search__text-title img {
	width: 100%;
    max-width: 423px;
    height: auto;
	display: block;
}
.search .search__text-title .search__text-key {
    margin-top: 10px;
	white-space: nowrap;
}
.theme__top .theme__title {
    color: #D87676;
}
.theme__top .theme__title span {
    color: #D87676;
}
.theme__top .theme__ranking a {
    color: #D87676;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
}
.top404 .top404__text-title img {
    width: 282px;
    height: 121px;
	display: block;
}

@media screen and (max-width: 1280px) {
	.theme_type-col .type-col__wrap .col_item .col_item_title img {
		height: 22px;
	}
	.theme_type-col .type-col__wrap .col_item .col_item_title::before, .theme_type-col .type-col__wrap .col_item .col_item_title::after {
		height: 22px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 25px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav02 .nav__text, .theme_scene .theme_scene-nav .theme_scene-nav04 .nav__text {
		height: 50px;
	}
}
@media screen and (max-width: 1120px) {
	.top .top__img img {
		height: 45vw;
	}
	.top .top__text-title {
		width: 62vw;
		top: 8vw;
	}
	.top .top__illust .illust01 { width: 31%; right: auto; left: -16%; }
	.top .top__illust .illust02 { width: 52%; left: auto; right: -15%; }
	.top .top__illust .illust03 { width: 16%; left: auto; right: -5%; }
	.top .top__illust .illust04 { width: 45%; right: auto; left: -14%; }
	.top .top__illust .illust05 { width: 34%; left: auto; right: -15%; }
	.theme_pickup .pickup__title img {
		max-width: 36%;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		background-size: contain;
		width: 26%;
	}
	.theme_pickup .pickup__title::before {
		left: 4%;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 4%;
	}
	.theme_type-sub {
		padding: 1% 1% 3% 4%;
	}
	.theme_type-col .type-col__wrap .col_item .col_item_title img {
		height: 20px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 22px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav02 .nav__text, .theme_scene .theme_scene-nav .theme_scene-nav04 .nav__text {
		height: 44px;
	}
}
@media screen and (max-width: 960px) {
	.search .search__text-title {
		width: 305px;
		margin-right: calc(100% - 48% - 305px);
		padding-top: 90px;
	}
	.search .search__text-title img {
		max-width: 305px;
	}
}
@media screen and (max-width: 900px) {
	.theme_type-col .type-col__wrap .col_item .col_item_title img {
		height: 18px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 20px;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav02 .nav__text, .theme_scene .theme_scene-nav .theme_scene-nav04 .nav__text {
		height: 40px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img img {
		height: 120vw;
		width: 100%;
	}
	.top .top__text-title {
		width: 92vw;
		height: auto;
		top: 31.2vw;
	}
	.top .top__text-title img {
		max-width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 24px 0 30px;
	}
	.top .top__text::before {
		background-image: url('/images/leisure/theme/date/top_text_bg_sp.svg');
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		width: 100%;
		font-size: 15px;
		line-height: 1.67;
	}
	.top .top__illust .illust04 {
		width: 81.6%;
        right: auto;
        left: -16.27%;
        bottom: 120px;
	}
	.top .top__illust .illust05 {
		width: 55.47%;
        left: auto;
        right: -14.4%;
        bottom: 6px;
	}
	.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: #FAEED7;
	}
	.area_search_sp .AreaBlock li a {
		background: #FAEED7;
	}
	.area_search_sp .AreaBlock .name {
		color: #D87676;
	}
	.area_search_sp .AreaBlock .num {
		color: #D87676;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #FCE6BB;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #D87676;
		border-right: 1px solid #D87676;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 64.53334vw;
	}
	.theme_pickup .pickup__title::before,
	.theme_pickup .pickup__title::after {
		background-image: url('/images/leisure/theme/date/pickup_title_deco_sp.svg');
		background-size: auto 4.8vw;
		width: 14.933334vw;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		right: 0;
		left: auto;
	}
	.theme_pickup .info__name {
		border-color: #D87676;
		color: #333;
	}
	.theme_pickup .item__topics {
		border-color: #333;
		color: #333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.theme_type_sp .theme_type-title img {
		max-width: 345px;
		margin: auto;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 30px;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 20px;
	}
	.theme_type_sp .theme_type-main .type .type__title img {
		width: 100%;
	}
	.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: #D87676;
	}
	.theme_type-sub {
		margin-top: 35px;
		padding: 30px 0 0;
		flex-direction: column;
		position: relative;
		z-index: 0;
	}
	.theme_type-sub .type-sub__title {
		width: 100%;
		max-width: 249px;
		margin: 0 auto 20px;
	}
	.theme_type-sub .type-sub__text {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.theme_type-sub .type-sub__text .item__text_p {
		font-size: 14px;
		line-height: 22px;
		padding: 0;
	}
	.theme_type-sub .type-sub__img {
		width: 100%;
		margin: 0 0 -33px;
		box-sizing: border-box;
	}
	.theme_type-col {
		margin-top: 70px;
	}
	.theme_type-col .type-col__title {
		margin-bottom: 30px;
	}
	.theme_type-col .type-col__wrap {
		flex-direction: column;
		gap: 20px;
	}
	.theme_type-col .type-col__wrap .col_item {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.theme_type-col .type-col__wrap .col_item .col_item_title {
		width: 100%;
		gap: 4px;
		justify-content: flex-start;
		margin:0 0 15px;
	}
	.theme_type-col .type-col__wrap .col_item .col_item_title img {
		margin: 0;
		height: 23px;
	}
	.theme_type-col .type-col__wrap .col_item .col_item_title::before, .theme_type-col .type-col__wrap .col_item .col_item_title::after {
		height: 25px;
	}
	.theme_type-col .type-col__wrap .col_item .col_item_title::after {
		display: none;
	}
	.theme_type-col .type-col__wrap .col_item .col_img img {
		width: 145px;
		height: auto;
	}
	.theme_type-col .type-col__wrap .col_item .col_text {
		width: calc(100% - 145px - 15px);
		font-size: 14px;
		line-height: 22px;
	}

	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 100%;
	}
	.theme_scene .theme_scene-nav {
		margin: 40px 0 40px;
	}
	.theme_scene .theme_scene-nav-group01 {
		width: 100%;
		justify-content: center;
		gap: 30px 6%;
		padding: 0;
	}
	.theme_scene .theme_scene-nav a {
		width: calc((100% - 6% * 2) / 3);
		max-width: 100px;
		padding-top: 0;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 100px;
	}
	.theme_scene .theme_scene-nav 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-nav01 .nav__text,
	.theme_scene .theme_scene-nav .theme_scene-nav02 .nav__text,
	.theme_scene .theme_scene-nav .theme_scene-nav04 .nav__text {
		height: 36px;
	}
	.theme_scene .theme_scene-nav-group02 {
		width: 85.8%;
		padding: 46px 0 0;
		border: none;
		border-radius: 0;
		gap: 10%;
	}
	.theme_scene-group02-title {
		width: 92vw;
		display: flex;
		align-items: center;
		justify-content: center;
		top: -10px;
	}
	.theme_scene-group02-title img {
		height: 36px;
		width: auto;
		margin: 0 10px;
	}
	.theme_scene-group02-title::before,
	.theme_scene-group02-title::after {
		content: '';
		background-color: #FFFFFF;
		background-repeat: repeat-x;
		background-position: center;
		height: 2px;
		width: 100%;
	}
	.theme_scene-group02-title::before {
		left: 0;
	}
	.theme_scene-group02-title::after {
		right: 0;
	}
	.theme_scene .theme_scene-nav-group02 a {
		width: calc((100% - 10% * 2) / 3);
		max-width: 80px;
	}
	.theme_scene .theme_scene-nav-group02 .nav__text {
		height: 16px;
	}
	
	.theme_scene .theme_scene-main .scene {
		padding-top: 36px;
	}
	.theme_scene .top__title img {
		max-width: 315px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 79px;
	}
	.theme_scene #scene2 .top__img, .theme_scene #scene4 .top__img {
		top: 100px;
	}
	.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: 275px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 42px;
		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: #D87676;
	}
	.search .search__text-title img {
		max-width: 275px;
		margin-right: 0;
	}
	.search .search__text-title .search__text-key {
		margin-top: 20px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 203px;
		height: 88px;
	}
}
@media screen and (max-width: 374px) {
	.theme_type-col .type-col__wrap .col_item .col_img {
		width: 42%;
	}
	.theme_type-col .type-col__wrap .col_item .col_text {
		width: calc(100% - 42% - 15px);
	}
	.theme_scene .top__text-sub {
		margin-top: 63.733334vw;
	}
	.theme_scene .top__img img {
		width: 73%;
	}
	.theme_scene .top__img {
		top: 20vw;
	}
	.theme_scene #scene2 .top__img, .theme_scene #scene4 .top__img {
		top: 26.6vw;
	}
}