@charset "UTF-8";
body,p, .yado__slider .other__theme {
    font-family: 'Noto Sans TC', sans-serif;
}
/* TOPページ FV */
.top {
	background: #E3D9DC;
	position: relative;
	overflow: hidden;
}
.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 {
	position: absolute;
	left: 50%;
	top: 13px;
	transform: translateX(-50%);
	z-index: 3;
}
.top .top__text-title img {
	width: 100%;
	max-width: 494px;
	height: auto;
}
.top .top__text {
	width: 100%;
	padding: 40px 0 90px;
	position: relative;
	z-index: 2;
}
.top .top__text::before, .top .top__text::after {
	content: '';
	position: absolute;
	z-index: 1;
    width: 439px;
    height: 439px;
	top: 0%;
	z-index: -1;
}
.top .top__text::before {
	background: url(/images/yado/theme/hocance/top_img01.svg) no-repeat left top/100% auto;
	left: 0;
}
.top .top__text::after {
	background: url(/images/yado/theme/hocance/top_img02.svg) no-repeat right top/100% auto;
	right: 0;
}
.top .top__text .top__text-sub {
	max-width: 660px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}
.top .top__text .top__ranking {
	margin-top: 30px;
	text-align: center;
}
.top .top__text .top__ranking a {
	font-size: 15px;
	font-weight: 500;
	background: #C65278;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 12px 0;
}

/* エリア別で探す */
.top_search {
	padding-bottom: 90px;
	position: relative;
	z-index: 2;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #C65278;
	border-left: 5px solid #C65278;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #C65278;
	background: #F0ECE4;
	border: 1px solid #C65278;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #C65278;
}
.area_search_pc .PrefectureBlock li a {
	color: #C65278;
	background: #FFF;
	border: 1px solid #B1687E;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #B1687E;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #E3D9DC;
}
.theme_pickup .pickup__title  {
	background: #C65278;
}
.theme_pickup .pickup__title img  {
	max-width: 384px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: calc(50% - 219px);
	height: 100%;
	background: url(/images/yado/theme/hocance/pickup_title_line.svg) no-repeat center center/auto 42px;
}
.theme_pickup .pickup__title::before {
	left: 0;
	background-position-x: right;
}
.theme_pickup .pickup__title::after {
	right: 0;
	background-position-x: left;
}
.theme_pickup .info__btn a {
	color: #C65278;
	border: 1px solid #C65278;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #C65278;
}
.theme_pickup .item__name, .theme_pickup .item__text-area, .theme_pickup .item__text-main, .theme_pickup .item__text-sub, .theme_pickup .info__text dd {
	color: #333;
}
.theme_pickup .item__name {
	border-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: 40px;
	padding-bottom: 80px;
}

.theme_type-sub {
	margin-top: 50px;
	margin-bottom: 110px;
	/* border: 2px dashed #C65278; */
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='87' ry='87' stroke='%23C65278FF' stroke-width='4' stroke-dasharray='10%2c 30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 87px;
	padding: 50px 60px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 40px;
}
.theme_type-sub::before, .theme_type-sub::after {
	content: '';
	position: absolute;
	z-index: 2;
}
.theme_type-sub::before {
	background: url(/images/yado/theme/hocance/type_sub_illust01.svg) no-repeat left top / 100%;
	width: 186px;
	height: 199px;
	top: -28px;
	left: 0;
}
.theme_type-sub::after {
	background: url(/images/yado/theme/hocance/type_sub_illust02.svg) no-repeat right bottom / 100%;
	width: 192px;
	height: 193px;
	bottom: -27px;
	right: 0;
}
.theme_type-sub .type-sub__title {
	margin-bottom: 28px;
}
.theme_type-sub .type-sub__title img {
	display: block;
	width: 82%;
	max-width: 537px;
	margin: auto;
	height: auto;
}
.theme_type-sub .item__text p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
	margin: 0;
	text-align: justify;
}
.theme_type-sub .item__img {
	width: 36%;
	max-width: 382px;
	flex-shrink: 0;
}
.theme_type-sub .item__img img {
	width: 100%;
	height: auto;
	border-radius: 80px;
	vertical-align: bottom;
}

.theme_type_pc .theme_type-title img {
	max-width: 948px;
}
.theme_type_pc .theme_type-main {
	margin-top: 50px;
}
.theme_type_pc .type .type__title img {
	width: auto;
	height: 85px;
	max-width: 100%;
}
.theme_type_pc .type .type__text {
	text-align: justify;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #E3D9DC;
}
.theme_type_pc .type .type__img {
	margin-top: 20px;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) {
	padding-right: 1.5%;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) .type__img,
.theme_type_pc .theme_type-main .type:nth-child(odd) .type__text {
	padding-right: 8.44%;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #F2E4B2, #EAC094 52%, #DEAABB);
	background: -webkit-linear-gradient(top, #F2E4B2, #EAC094 52%, #DEAABB);
	background: linear-gradient(to bottom, #F2E4B2, #EAC094 52%, #DEAABB);
}
.theme_scene .theme_scene-title img {
	max-width: 1090px;
}
/* .theme_scene .theme_scene-comment {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}
.theme_scene .theme_scene-comment::after {
	content: '↓↓↓';
	display: block;
} */
.theme_scene .theme_scene-nav {
	max-width: 90%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 60px 1% 50px;
	margin: auto;
	gap: 3%;
}
.theme_scene .theme_scene-nav li {
	width: 100%;
	max-width: 200px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li.theme_scene-nav04::before {
	content: '';
	position: absolute;
	background: url(/images/yado/theme/hocance/scene_nav04_pop.svg) no-repeat center top/auto 100%;
	width: 55%;
	height: 20px;
	top: -2%;
	left: -2%;
	transform: rotate(-19deg);
}
.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: 200px;
	-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);
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.theme_scene .theme_scene-nav .nav__text {
	height: 35px;
	width: auto;
	padding-top: 30px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.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: 50%;
	height: 2px;
	background: #C65278;
	display: block;
	margin: 0 auto;
}
.theme_scene .theme_scene-nav .theme_scene-nav02 a:hover span::after {width: 72%;}
.theme_scene .theme_scene-nav .theme_scene-nav03 a:hover span::after {width: 100%;}
.theme_scene .top__title img {
	max-width: 100%;
}
.theme_scene .yado__text-main {
	color: #C65278;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .top__text-sub {
	margin-top: 8px;
	line-height: 1.75;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .yado__text-sub .more {
	color: #C65278
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #C65278;
	border-left: 5px solid #C65278;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .info__btn a {
	color: #C65278;
	border: 1px solid #C65278;
}
.theme_scene .info__btn .planLink {
	color: #fff;
	background: #C65278;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #F4F2EA;
}
.area_search_pc .AreaBlock li a:hover {
	background: #C65278;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #C65278;
	border-left: 5px solid #C65278;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 456px;
	height: auto;
	margin-right: calc(100% - 48% - 456px);
	background: url(/images/yado/theme/hocance/search_title_bg.svg) no-repeat center top/100% auto;
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
	padding-top: 115px;
	padding-bottom: 76px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.search .search__text-title img {
	width: 100%;
	height: auto;
}
.search .search__text-title img {
	max-width: 293px;
}
.search .search__text-title .search__text-key {
	margin-top: 10px;
	font-size: 40px;
	color: #333;
}
.theme__top .theme__title {
	color: #C65278;
}
.theme__top .theme__title span {
	color: #C65278;
}
.theme__top .theme__ranking a {
	color: #C65278;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	width: auto;
	height: 155px;
	vertical-align: bottom;
}


@media screen and (max-width: 1280px) {
	.top .top__img img {
		height: 460px;
	}
	.top .top__text-title img {
		max-width: 465px;
	}
	.top .top__text::before, .top .top__text::after {
		width: 36%;
	}
}

@media screen and (max-width: 1120px) {
	.top .top__img img {
		height: 36vw;
	}
	.top .top__text-title img {
		max-width: 36vw;
	}
	.top .top__text::before, .top .top__text::after {
		width: 24%;
	}
	.top .top__text .top__text-sub {
		font-size: 15px;
	}
	.top .top__text .top__ranking a {
		width: 300px;
		padding: 10px 0;
	}
	.theme_pickup .pickup__title img {
		max-width: 32%;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: calc(50% - 19%);
	}
	.theme_type-sub {
		padding: 5% 5%;
		gap: 0 3%;
	}
	.theme_type-sub::before, .theme_type-sub::after {
		width: 16%;
		height: 160px;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}
	.theme_type_pc .theme_type-title img {
		max-width: 60%;
	}
	.theme_type_pc .type .type__title img {
		height: auto;
	}
	.theme_scene .theme_scene-title img {
		max-width: 91%;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 26px;
	}
	.theme_scene .theme_scene-nav li {
		max-width: 21%;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 40vw;
	}
	.top .top__text-title img {
		max-width: 40vw;
	}
	.top .top__text-title {
		width: 45vw;
	}
	.top .top__text .top__text-sub {
		max-width: 55%;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 16px;
	}
	.theme_type-sub .item__img img {
		border-radius: 55px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 20px;
	}
	.theme_scene .theme_scene-nav li.theme_scene-nav04::before {
		height: 14px;
	}
	/* 検索結果ページ */
	.search .search__text-title {
		width: 360px;
		margin-top: 60px;
		padding-top:  90px;
		margin-right: calc(100% - 48% - 360px);
	}
	.search .search__text-title img {
		max-width: 227px;
	}
	.search .search__text-title .search__text-key {
		width: 92%;
		font-size: 32px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img img {
		height: 89.336vw;
	}
	.top .top__text-title {
		width: 73.6vw;
		top: 10vw;
	}
	.top .top__text-title img {
		max-width: 100%;
	}
	.top .top__text {
		width: 100%;
		padding: 6.66667vw 0 17.333334vw;
		position: relative;
		background: none;
	}
	.top .top__text::before, .top .top__text::after {
		display: none;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.top .top__text .top__ranking {
		margin-top: 10.666667vw;
	}
	.top .top__text .top__ranking a {
		font-size: 16px;
		text-align: center;
		padding: 9px 0;
		width: 320px;
	}
	.top_search {
		padding-bottom: 50px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #F0ECE4;
	}
	.area_search_sp .AreaBlock li a {
		background: #F0ECE4;
	}
	.area_search_sp .AreaBlock .name {
		color: #C65278;
	}
	.area_search_sp .AreaBlock .num {
		color: #C65278;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #E2D9C9;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #C65278;
		border-right: 1px solid #C65278;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 64vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 15.733334vw;
		background-size: auto 7.466667vw;
	}
	.theme_pickup .info__name, .theme_pickup .item__topics {
		border-color: #333;
		color: #333;
	}
	.theme_pickup .info__name {
		border-color: #C65278;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 7.2vw;
		padding-bottom: 40px;
	}
	.theme_type-sub {
		flex-direction: column;
		background: none;
		padding: 17.86667vw 0 6.32vw;
		margin-top: 0;
		margin-bottom: 16vw;
	}
	.theme_type-sub::before {
		background-image: url(/images/yado/theme/hocance/type_sub_top.svg);
		width: 100%;
		height: 20.266667vw;
		top: 0;
	}
	.theme_type-sub::after {
		background-image: url(/images/yado/theme/hocance/type_sub_bottom.svg);
		width: 100%;
		height: 2px;
		bottom: 0;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 4vw;
	}
	.theme_type-sub .type-sub__title img {
		width: 100%;
	}
	.theme_type-sub .item__text {
		width: 92vw;
		margin: 0 auto 6.85vw;
	}
	.theme_type-sub .item__img {
		width: 100%;
		padding: 0;
	}
	
	.theme_type_sp .theme_type-title {
		width: 92vw;
	}
	.theme_type_sp .theme_type-title img {
		max-width: 100%;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 6.666667vw;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 6px;
	}
	.theme_type_sp .theme_type-main .type .type__text {
		text-align: justify;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #C65278;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		max-width: 100%;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		gap: 8vw 16vw;
		padding: 8vw 0 13.33334vw;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 100px;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 100px;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 15px;
		height: 19px;
	}
	.theme_scene .theme_scene-nav li.theme_scene-nav04::before {
		height: 10px;
		transform: rotate(27deg);
		left: auto;
		right: -10px;
		top: 0;
	}
	.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 {
	   display: none;
	}
	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
	}
	.theme_scene .scene:nth-child(5) .top__title {
		margin-top: -3vw;
	}
	.theme_scene .top__title {
		padding: 0;
	}
	.theme_scene .top__title img {
		max-width: 100%;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 21.6vw;
	}
	.theme_scene .top__img img {
		max-width: 60vw;
	}
	.theme_scene .top__text-sub {
		margin-top: 56.533334vw;
		line-height: 1.6;
		text-align: justify;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
	.search .search__text-title {
		width: 100%;
		max-width: 242px;
		margin: 0;
		padding: 60px 42px 42px;
		box-sizing: border-box;
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 10px;
	}
	.search .search__text-title img {
		max-width: 157px; 
	}
	.search .search__text-title .search__text-key {
		margin-top: 7px;
		width: 100%;
		font-size: 23px;
	}
	.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: #C65278;
	}

	/* 404ページ */
	.top404 .top404__text-title {
		width: 118px;
		height: 111px;
	}
	.top404 .top404__text-title img {
		width: 100%;
		height: auto;
	}
}