@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #293A6F;
	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 {
	width: 100%;
	height: 490px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.top .top__text-title img {
	width: 576px;
	height: auto;
}
.top .top__text {
	width: 100%;
	position: relative;
	z-index: 2;
	background: url(/images/yado/theme/businesshotel/top_text_bg.svg) repeat left top/auto;
}
.top .top__text .wrap {
	padding: 40px 0;
	position: relative;
}
.top .top__text .top__illust img {
	position: absolute;
	display: block;
	bottom: 0;
	height: auto;
}
.top .top__text .top__illust .illust01 {
	width: 27.17%;
	left: -1%;
}
.top .top__text .top__illust .illust02 {
	width: 23.6%;
	right: -2.25%;
}
.top .top__text .top__text-sub {
	width: 100%;
	max-width: 660px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	color: #fff;
	text-align: justify;
}
.top .top__text .top__ranking {
	margin-top: 30px;
	text-align: center;
}
.top .top__text .top__ranking a {
	font-size: 15px;
	font-weight: 500;
	background: #FFFFFF;
	border: 1px solid #D8DCE8;
	color: #293A6F;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 12px 0;
}

/* エリア別で探す */
.top_search {
	padding: 40px 0 70px;
	position: relative;
	z-index: 2;
	background: #D8DCE8;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #293A6F;
	border-left: 5px solid #293A6F;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #293A6F;
	background: #C8D5FC;
	border: 1px solid #293A6F;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #293A6F;
}
.area_search_pc .PrefectureBlock li a {
	color: #293A6F;
	background: #FFF;
	border: 1px solid #293A6F;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #293A6F;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #D8DCE8;
}
.theme_pickup .pickup__title  {
	background: #293A6F;
}
.theme_pickup .pickup__title img  {
	max-width: 368px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: calc(50% - 210px);
	height: 100%;
	background: url(/images/yado/theme/businesshotel/pickup_title_deco.svg) repeat-x left center/auto 44px;
}
.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: #293A6F;
	border: 1px solid #293A6F;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #293A6F;
}
.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_type_pc {
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}
.theme_type_pc .theme_type-title img {
	max-width: 878px;
	width: 74%;
}
.theme_type_pc .theme_type-main {
	margin-top: 75px;
}
.theme_type_pc .type .type__title img {
	width: 100%;
	max-width: 504px;
}
.theme_type_pc .type .type__img {
	margin-top: 10px;
}
.theme_type_pc .theme_type-main .type,
.theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #C8D5FC;
}
.theme_type_pc .theme_type-main .type:nth-last-child(1) {
	display: flex;
	align-items: center;
	padding-left: 0;
}
.theme_type_pc .type .illust {
	width: 87%;
	max-width: 521px;
	margin: 0 auto;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.theme_type-sub .type-sub__title {
	width: 100%;
	margin: 0 auto 30px;
}
.theme_type-sub .type-sub__title img {
	width: 43.5%;
	max-width: 522px;
	margin: auto;
	display: block;
}
.theme_type-sub .type-sub_item {
	width: 32%;
	max-width: 380px;
	border: 3px solid #C8D5FC;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.theme_type-sub .type-sub_item .item__text {
	margin: 35px auto 20px;
}
.theme_type-sub .type-sub_item .item__text img {
	width: auto;
	height: 26px;
}
.theme_type-sub .type-sub_item .item__text_p {
	padding: 15px 50px 30px;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 1.6;
	margin: 0 auto;
	text-align: justify;
}

/* シーン別特集 */
.theme_scene {
	padding-top: 70px;
	background: -moz-linear-gradient(top, #71D6A3, #71D6D6 52%, #717DD6);
	background: -webkit-linear-gradient(top, #71D6A3, #71D6D6 52%, #717DD6);
	background: linear-gradient(to bottom, #71D6A3, #71D6D6 52%, #717DD6);
}
.theme_scene .theme_scene-title img {
	max-width: 1068px;
	width: 89%;
}
.theme_scene .theme_scene-nav {
	max-width: 82%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding: 60px 1% 60px;
	margin: auto;
	gap: 50px 12.5%;
}
.theme_scene .theme_scene-nav li {
	width: 25%;
	max-width: 247px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	max-width: 227px;
	-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: 32px;
	width: auto;
	padding-top: 20px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.theme_scene .theme_scene-nav li a:hover .nav__text {
	padding-bottom: 0;
}

.theme_scene .top__title img {
	display: block;
	max-width: 515px;
	width: 100%;
}
.theme_scene .top__text-sub {
	margin-top: 30px;
	line-height: 1.75;
	text-align: justify;
}
.theme_scene .yado__text-main {
	color: #293A6F;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .yado__text-sub .more {
	color: #293A6F
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #293A6F;
	border-left: 5px solid #293A6F;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .info__btn a {
	color: #293A6F;
	border: 1px solid #293A6F;
}
.theme_scene .info__btn .planLink {
	color: #fff;
	background: #293A6F;
}


/* 下層 エリア別で探す */
.bottom .search__text {
	color: #293A6F;
	border-left: 5px solid #293A6F;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 380px;
	height: 470px;
	margin-right: calc(100% - 48% - 380px);
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.search .search__text-title img {
	width: 100%;
	height: auto;
}
.search .search__text-title .search__text-key {
	margin-top: 15px;
}
.theme__top .theme__title {
	color: #293A6F;
}
.theme__top .theme__title span {
	color: #293A6F;
}
.theme__top .theme__ranking a {
	color: #293A6F;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
	overflow: hidden;
}
.top404 .top404__text-title img {
	width: auto;
	height: 145px;
	vertical-align: bottom;
}


@media screen and (max-width: 1120px) {
	.top .top__img img {
		height: 28vmax;
	}
	.top .top__text-title {
		height: 28vmax;
	}
	.top .top__text-title img {
		width: 45%;
	}
	.top .top__text .top__ranking a {
		width: 300px;
		padding: 10px 0;
	}
	.theme_pickup .pickup__title img {
		max-width: 34%;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: calc(50% - 19%);
		background-size: auto 18px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 26px;
	}
}
@media screen and (max-width: 900px) {
	.theme_type-sub .type-sub_item .item__text {
		margin: 25px 0 10px;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		padding: 10px 10px 20px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 20px;
	}
	/* 検索結果ページ */
	.search .search__text-title {
		width: 296px;
		margin-right: calc(100% - 48% - 296px);
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img img {
		height: 121.33334vw;
	}
	.top .top__text-title {
		height: 121.33334vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.top .top__text-title img {
		width: 313px;
		max-width: 100%;
	}
	.top .top__text {
		width: 100%;
		position: relative;
		background-size: 6px auto;
	}
	.top .top__text .wrap {
		padding: 25px 0 35px;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		font-size: 15px;
		line-height: 1.67;
	}
	.top .top__text .top__ranking {
		margin-top: 15px;
	}
	.top .top__text .top__ranking a {
		font-size: 16px;
		text-align: center;
		padding: 9px 0;
		width: 320px;
	}
	.top_search {
		padding-bottom: 30px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #C8D5FC;
	}
	.area_search_sp .AreaBlock li a {
		background: #C8D5FC;
	}
	.area_search_sp .AreaBlock .name {
		color: #293A6F;
	}
	.area_search_sp .AreaBlock .num {
		color: #293A6F;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #A0B3EB;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #293A6F;
		border-right: 1px solid #293A6F;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 230px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 53px;
		background-size: auto 19px;
	}
	.theme_pickup .pickup__title::before {
		left: 6px;
	}
	.theme_pickup .pickup__title::after {
		right: 6px;
	}
	.theme_pickup .info__name {
		border-color: #293A6F;
		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 {
		width: 336px;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 20px;
	}
	.theme_type_sp .theme_type-main img {
		max-width: 100%;
		display: block;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 22px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 10px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #293A6F;
	}
	.theme_type-sub {
		margin-top: 35px;
		flex-direction: column;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 5px;
	}
	.theme_type-sub .type-sub__title img {
		width: 345px;
	}
	.theme_type-sub .type-sub_item {
		width: 100%;
		border: none;
		margin-top: 20px;
	}
	.theme_type-sub .type-sub_item .item__text {
		width: 100%;
		margin: 0 0 15px;
	}
	.theme_type-sub .type-sub_item .item__text img {
		display: block;
		width: auto;
		height: 19px;
	}
	.theme_type-sub .type-sub_item .item__img img {
		width: 110px;
		height: 110px;
		object-fit: cover;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		width: calc(100% - 120px);
		padding: 0;
		margin: 0 0 0 10px;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 50px;
	}
	.theme_scene .theme_scene-title img {
		max-width: 293px;
	}
	.theme_scene .theme_scene-nav {
		width: 350px;
		max-width: 100%;
		justify-content: space-evenly;
		flex-wrap: wrap;
		padding: 30px 0 45px;
		gap: 35px 0;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 125px;
		width: 33%;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 86px;
	}
	.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: 15px;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 30px;
	}
	.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 .top__img img {
		max-width: 227px;
	}
	.theme_scene .top__text-sub {
		margin-top: 233px;
		line-height: 1.67;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
	.search .search__text-title {
		width: 100%;
		height: auto;
		top: 59px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		text-align: center;
		position: absolute;
	}
	.search .search__text-title img {
		width: 240px;
	}
	.search .search__text-title .search__text-key {
		width: 100%;
		font-size: 25px;
		margin-top: 5px;
	}

	/* 404ページ */
	.top404 .top404__text-title {
		width: 183px;
		height: 98px;
	}
	.top404 .top404__text-title img {
		width: 100%;
		height: auto;
	}
}