@charset "UTF-8";
body,p, .yado__slider .other__theme {
    font-family: 'Noto Sans TC', sans-serif;
}
/* TOPページ FV */
.top {
	background: #F4F2EA;
	position: relative;
}
.top .top__img {
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 650px;
	object-fit: cover;
	object-position: 50% 100%;
	vertical-align: top;
}
.top .top__text {
	position: absolute;
	top: 66%;
	left: 50%;
	transform: translateX(-50%);
}
.top .top__text p {
	color: #fff;
	text-align: center;
}

.top .top__text .top__text-right {
	width: 100%;
	max-width: 700px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.top .top__text-title {
	position: absolute;
	width: 658px;
	top: 10%;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	box-sizing: border-box;
}
.top .top__text-title img {
	width: 100%;
	height: auto;
}
.top .top__text .top__text-main img {
	width: 100%;
	max-width: 540px; 
	height: auto;
}
.top .top__text .top__text-sub {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	text-align: left;
	filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.9));
}
.top .top__text .top__ranking {
	margin-top: 40px;
	text-align: center;
}
.top .top__text .top__ranking a {
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	color: #000082;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 16px 0;
}

/* エリア別で探す */
.area_search {
	background: #FAFAF7;
	padding: 50px 0;
	position: relative;
}
.area_search .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #000082;
	border-left: 5px solid #000082;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #000082;
	background: #F4F2EA;
	border: 1px solid #000082;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #6AB7CE;
	border-color: #6AB7CE;
}
.area_search_pc .PrefectureBlock li a {
	color: #000082;
	background: #FFF;
	border: 1px solid #000082;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #6AB7CE;
	border-color: #6AB7CE;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #000082;
}
.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: #000082;
}
.theme_pickup .item__name {
	border-color: #000082;
}
.theme_pickup .pickup__item::after {
	background-image: linear-gradient(to right, #6AB7CE, #6AB7CE 5px, transparent 5px, transparent 10px);
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #FAFAF7;
}
.theme_pickup .pickup__title  {
	background: #6AB7CE;
}
.theme_pickup .pickup__title::before {
	content: '';
	width: 100px;
	height: 2px;
	background-image: linear-gradient(to right, #FFF, #FFF 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
	position: absolute;
	top: 50%;
	left: calc(50% - 243px);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.theme_pickup .pickup__title::after {
	content: '';
	width: 100px;
	height: 2px;
	background-image: linear-gradient(to right, #FFF, #FFF 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
	position: absolute;
	top: 50%;
	left: calc(50% + 253px);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.theme_pickup .info__btn a {
	color: #000082;
	border: 1px solid #000082;
}

/* 宿のタイプ */
.theme_type_pc .theme_type-title img {
	max-width: 764px;
}
.theme_type_pc .type .type__title img {
	max-width: 577px;
}
.theme_type_pc .theme_type-main .type:nth-of-type(1) .type__title img {
	width: calc(100% + 38px);
}
.theme_type_pc .theme_type-main .type:nth-of-type(2) .type__title img {
	margin: -44px 0 -16px;
}
.theme_type_pc .theme_type-main .type:nth-of-type(3) .type__title img {
	width: calc(100% + 54px);
}
.theme_type_pc .type .illust {
	max-width: 445px;
	margin: 0 auto;
}
.theme_type_pc .theme_type-sub {
	border-radius: 20px;
	background: #FDFBF0;
	margin-top: 100px;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}
.type-sub__item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.theme_type_pc .theme_type-sub .type-sub__title img {
	width: 100%;
	max-width: 560px;
	height: auto;
}
.type-sub__item .item__text p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
	margin-top: 20px;
}
.type-sub__item .item__img {
	width: 100%;
	max-width: 380px;
	flex-shrink: 0;
	padding: 20px;
}
.type-sub__item .item__img img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}


/* シーン別特集 */
.theme_scene {
	background: -moz-linear-gradient(top, #D2F5FC, #EDF8E4 52%, #C7E0FA);
	background: -webkit-linear-gradient(top, #D2F5FC, #EDF8E4 52%, #C7E0FA);
	background: linear-gradient(to bottom, #D2F5FC, #EDF8E4 52%, #C7E0FA);
}
.theme_scene .theme_scene-comment {
	font-size: 30px;
	font-weight: 400;
	color: #000082;
	text-align: center;
	margin-top: 40px;
}
.theme_scene .theme_scene-comment::after {
	content: '↓↓↓';
	display: block;
}
.theme_scene .theme_scene-nav {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 55px 0;
	gap: 1.5%;
}
.theme_scene .theme_scene-nav li {
	width: 19%;
	max-width: 225px;
	text-align: center;
}
.theme_scene .theme_scene-nav li:last-child {
	margin-right: 0;
}
.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: 171px;
	-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 {
	max-width: 225px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.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: 66%;
	height: 2px;
	background: #000082;
	display: block;
	margin: 0 auto;
}
.theme_scene .yado__text-main {
	color: #000082;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub {
	margin-top: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #000082;
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #000082;
	border-left: 5px solid #000082;
	padding-left: 10px;
}
.theme_scene .top__title img {
	max-width: 516px;
}
.theme_scene .top__text-sub {
	margin-top: 20px;
	line-height: 1.75;
}
.theme_scene .scene__main {
	margin-bottom: 40px;
}
.theme_scene .info__btn a {
	color: #000082;
	border: 1px solid #000082;
}
.theme_scene .info__btn .planLink {
	color: #fff;
	background: #000082;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #000082;
	border-left: 5px solid #000082;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 476px;
	height: 470px;
	margin-right: calc(100% - 48% - 476px);
	padding: 115px 0 0;
	box-sizing: border-box;
	text-align: center;
	background: url(/images/yado/theme/pool/top_title_page_bg.svg) no-repeat center/100%;
}
.search .search__text-title img {
	width: 100%;
	max-width: 404px;
	height: auto;
}
.search .search__text-title .search__text-key {
	color: #000082;
	margin-top: 10px;
}
.theme__top .theme__title {
	color: #000082;
}
.theme__top .theme__title span {
	color: #000082;
}
.theme__top .theme__ranking a {
	color: #000082;
}

/* 404ページ */
.top404 .top404__text-title {
	position: relative;
	width: 259px;
	height: 155px;
	padding: 36px 0;
	box-sizing: border-box;
	text-align: center;
	background: #000082;
	background: url(/images/yado/theme/pool/top_title_404_bg.svg) no-repeat center/100%;
	
}
.top404 .top404__text-title img {
	width: 100%;
	max-width: 180px;
	height: auto;
}


@media screen and (max-width: 1280px) {
	.top .top__text-title {
		width: 46%;
	}
	.top .top__img img {
		height: 590px;
	}
	.top .top__text {
		top: 63%;
	}
	.type-sub__item {
		gap: 4%;
	}
	.theme_type_pc .theme_type-sub .type-sub__title img {
		width: 450px;
	}
	.theme_type_pc .theme_type-main .type:nth-of-type(-n+3) .type__title img {
		width: 100%;
	}
}
@media screen and (max-width: 1120px) {
	.top .top__img img {
		height: 530px;
	}
	.top .top__text-title {
		width: 45%;
	}
	.top .top__text {
		top: 57%;
	}
	/* 検索結果ページ */
	.search .search__text-title {
		width: 400px;
		margin-right: calc(100% - 48% - 400px);
		padding: 120px 0;
	}
	.search .search__text-title img {
		max-width: 330px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 490px;
	}
	.top .top__text {
		top: 50%;
	}
	.top .top__text .top__ranking {
		margin-top: 30px;
	}
	/* 検索結果ページ */
	.search .search__text-title {
		width: 300px;
		margin-right: calc(100% - 48% - 300px);
		padding: 154px 0;
	}
	.search .search__text-title img {
		max-width: 226px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img img {
		height: 146.7vw;
	}
	.top .top__text {
		top: 68vw;
	}
	.top .top__text .top__text-right {
		width: 100%;
		margin-left: 0;
	}
	.top .top__text-title {
		width: 98vw;
		height: auto;
		padding: 0;
		top: 16vw;
	}
	.top .top__text .top__text-sub {
		font-size: 4vw;
		line-height: 1.75;
		margin-top: 0px;
		text-align: justify;
	}

	.top .top__text .top__ranking{
		margin-top: 17vw;
	}
	.top .top__text .top__ranking a {
		width: 92vw;
	}
	.top .search__text {
		font-size: 18px;
		border-left: 5px solid #000082;
		padding-left: 10px;
	}

	/* エリア別で探す */

	.top_search .area_search_sp .AreaBlock .noLink {
		background: #FFF;
	}
	.top_search .area_search_sp .AreaBlock li a {
		background: #FFF;
	}
	.area_search {
		padding: 15px 0;
		background: #F4F2EA;
	}
	.area_search_sp .AreaBlock .noLink {
		background: #fff;
	}
	.area_search_sp .AreaBlock li a {
		background: #fff;
	}
	.area_search_sp .AreaBlock .name {
		color: #000082;
	}
	.area_search_sp .AreaBlock .num {
		color: #000082;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #6AB7CE;
	}
	.area_search_sp .AreaBlock .sub_list .name,
	.area_search_sp .AreaBlock .sub_list .num {
		color: #fff;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #000082;
		border-right: 1px solid #000082;
	}
	.area_search_sp .AreaBlock li.sub_list li::after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.theme_pickup .item__text-sub, .theme_pickup .info__text dd {
		color: #333333;
	}
	.theme_pickup .info__name {
		color: #333333;
		border-color: #000082;
	}
	.theme_pickup .item__topics {
		color: #333333;
		border-color: #333333;
	}

	/* 旅色編集部Pick up */
	.theme_pickup  {
		background: #F4F2EA;
	}
	.theme_pickup .pickup__title::before {
		left: calc(50% - 165px);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 171px);
	}
	
	/* 宿のタイプ */
	.theme_type_sp {
		padding-bottom: 60px;
	}
	.theme_type_sp .theme_type-title img {
		max-width: 86vw;
	}
	.theme_type_sp .theme_type-sub {
		width: 92vw;
		border-radius: 20px;
		background: #FDFBF0;
		margin: 10vw auto 0;
		padding: 8vw 4vw;
		box-sizing: border-box;
		position: relative;
	}
	.type-sub__item {
		display: block;
	}
	.theme_type_sp .theme_type-sub .type-sub__title img {
		width: 100%;
		max-width: 84vw;
		height: auto;
	}
	.type-sub__item p {
		padding-top: 4vw;
		font-size: 4vw;
		font-weight: 300;
		color: #333;
		line-height: 1.75;
	}
	.type-sub__item .item__img {
		max-width: 100%;
		margin-top: 5vw;
		padding: 0;
	}
	.type-sub__item .item__img img {
		border-radius: 15px;
	}

	/* シーン別特集 */
	.theme_scene .theme_scene-comment {
		font-size: 14px;
		margin-top: 20px;
	}
	.theme_scene .theme_scene-nav {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 5vw 9vw;
		padding: 18px 3.7% 38px;
	}
	.theme_scene .theme_scene-nav li {
		width: 38.4vw;
		max-width: none;
		margin-right: 0;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 132px;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 6px;
		max-width: 144px;
	}
	.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__title {
		text-align: left;
		padding: 0 5vw 0 0;
	}
	.theme_scene .top__img {
		top: 120px;
	}
	.theme_scene .top__text-sub {
		margin-top: 247px;
		line-height: 1.5;
		text-align: justify;
	}
	.theme_scene .scene:nth-of-type(1) .top__img,
	.theme_scene .scene:nth-of-type(2) .top__img {
		top: 92px;
	}
	.theme_scene .theme_scene-main .search__text {
		font-size: 15px;
		border-left: 3px solid #000082;
	}
	.theme_scene .area_search_sp .AreaBlock li a, .theme_scene .area_search_sp .AreaBlock .noLink {
		background: #F4F2EA;
	}
	.bottom .area_search_sp .AreaBlock li a, .bottom .area_search_sp .AreaBlock .noLink {
		background: #F4F2EA;
	}
	

	/* 検索結果ページ */
	.search .search__text-title {
		width: 251px;
		max-width: 251px;
		height: 179px;
		margin-right: 0;
		padding:  27px 0 0;
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 30px;
	}
	.search .search__text-title img {
		max-width: 212px; 
	}

	.search .search__text-title .search__text-key{
		color: #000082;
		margin-top: 2px;
	}


	/* 404ページ */
	.top404 .top404__text-title {
		width: 47vw;
		height: 24vw;
		padding: 4.5vw 0 0;
	}
	.top404 .top404__text-title img {
		max-width: 33.07vw;
	}
}