@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #fff;
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}
.top .top__img {
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 492px;
	object-fit: cover;
	object-position: 50% 100%;
	vertical-align: top;
}
.top .top__text {
	z-index: 3;
	box-sizing: border-box;
	background:#F5EFBE;
	display: flex;
	justify-content: center;
	gap: 0 4%;
	padding: 40px 4% 70px;
	align-items: flex-end;
}
.top .top__text .top__text-main {
	text-align: center;
	position: absolute;
	z-index: 4;
	top: -15%;
    left: -13%;
}
.top .top__text .top__text-main img {
	width: 100%;
	max-width: 184px;
	height: auto;
}
.top .top__text-title {
	position: absolute;
	z-index: 5;
	top: 140px;
	/*
	display: inline-block;
	position: absolute;
	top: 130px;
	margin: auto;
    z-index: 5;
	background-color:rgb(255, 255, 255,80%);
	padding: 35px 51px 30px 83px;
	padding-left: 0;
	width: 100%;
	margin-left: -50%;
	*/
}
.top .pc_only .top__text-title::before {
	content: "";
	display: block;
	height: 224px;
	width: calc(100vw - ((100vw - 1200px) / 2));;
	margin-left: -50%;
	background-color:rgb(255, 255, 255,80%);
	position: absolute;
	top: -39px;
	z-index: 1;
	max-width: 1200px;
}
.top .top__text-title img {
	width: 100%;
	max-width: 769px;
	height: auto;
	position: relative;
	z-index: 2;
}
.top .top__text p {
	color: #D9828D;
}
.top .top__text .top__text-sub {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	color: #333;
	width: 68%;
	max-width: 820px;
}
.top .top__text .top__ranking {
	text-align: center;
	max-width: 330px;
	width: 27%;
}
.top .top__text .top__ranking a {
	font-size: 18px;
	font-weight: 400;
	background: #D9828D;
	color: #fff;
	border-radius: 50px;
	display: block;
	margin: auto;
	padding: 12px 0;
}
.top::before {
	content: '';
	width: 391px;
	height: 391px;
	background-image: url(/images/yado/theme/family/top_img04.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 1%;
	left: 60px;
	z-index: 6;
}
.top::after  {
	content: '';
	width: 464px;
	height: 410px;
	background-image: url(/images/yado/theme/family/top_img05.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 3%;
	/*left: 941px;*/
	left: 61vw;
	z-index: 5;
}
.top .top_illust p {
	position: absolute;
	z-index: 4;
}
.top .top_illust p img {
	width: 100%;
	height: auto;
}
.top .top_illust p.illust01 {
	max-width: 435px;
	height: auto;
	top: -125px;
	right: -431px;

}
#breadcrumbs {
	z-index: 10;
}
/*特集ページTOPのパンくずのみ黒文字*/
#breadcrumbs .black li,
#breadcrumbs .black a,
#breadcrumbs .black span {
    color: #333!important;
}
/* エリア別で探す */
.top_search {
	padding-bottom: 90px;
	position: relative;
	z-index: 2;
	background-color: #F5EFBE;
}
.top .areaSearchIcon {
	fill: #D9828D;
}
.top_search .search__text {
	font-size: 34px;
	font-weight: 500;
	color: #D9828D;
	font-family: "Jost", serif;
	margin-top: 0;
}
.area_search_pc .AreaBlock li a {
	color: #D9828D;
	background: #FFFDEF;
	border: 1px solid #D9828D;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #D9828D;
}
.area_search_pc .PrefectureBlock li a {
	color: #D9828D;
	background: #FFF;
	border: 1px solid #D9828D;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #D9828D;
}
.area_search_pc .area__list > li .alphabet,
.area_search_pc .area__list > li .prefList > li a,
.area_search_pc .area__list > li .prefList > li + li::before {
	color: #D9828D;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #F5EFBE;
}
.theme_pickup .pickup__title  {
	background: #D6CC83;
}
.theme_pickup .pickup__title img  {
	max-width: 384px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 440px;
	height: 27px;
	background: url(/images/yado/theme/family/pickup_title_line.svg) no-repeat center center/100% auto;
	top: calc(50% - 13.5px);
}
.theme_pickup .pickup__title::before {
	left: calc(50% - 453px);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 453px);
	transform: translate(-50%, 0) scaleX(-1);
	-webkit-transform: translate(-50%, 0) scaleX(-1);
	-ms-transform: translate(-50%, 0) scaleX(-1);
}
.theme_pickup .pickup__item-num {
	color: #D9828D;
}
.theme_pickup .pickup__item-num span {
	color: #D9828D;
}
.theme_pickup .info__btn a {
	color: #D9828D;
	border: 1px solid #D9828D;
}
.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-num,.theme_pickup .pickup__item-num span {
	color: #D9828D;
}

/* 宿のタイプ */
.theme_type_pc {
	position: relative;
	padding-top: 0;
}
.theme_type_pc .theme_type-title {
	position: relative;
	padding-top: 18px;
	padding-bottom: 10px;
	text-align: left;
}
.theme_type_pc .theme_type-title::before {
    content: '';
    width: 100vw;
    height: 59px;
    background: #D6CC83;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}
.theme_type_pc .theme_type-title img {
	max-width: 435px;
}
.theme_type_pc .type .type__title img {
	max-width: 553px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #F5EFBE;
}
.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_type_pc .theme_type-main {
	margin-top: 55px;
}
.theme_type-sub {
	margin-top: 50px;
	border-radius: 20px;
	background: #FFFDEF;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 7%;
}
.theme_type-sub .type-sub__title img {
	display: block;
	width: 100%;
	max-width: 666px;
	height: auto;
}
.theme_type-sub .item__text {
	width: 62%;
	max-width: 670px;
}
.theme_type-sub .item__text p {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 1.714;
	margin-top: 20px;
}
.theme_type-sub .item__img {
	width: 36%;
	max-width: 395px;
	flex-shrink: 0;
}
.theme_type-sub .item__img img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

/* シーン別特集 */
.theme_scene {
	background: -moz-linear-gradient(top, #E3AFB5, #E3C3AF 52%, #DFE3AF);
	background: -webkit-linear-gradient(top, #E3AFB5, #E3C3AF 52%, #DFE3AF);
	background: linear-gradient(to bottom, #E3AFB5, #E3C3AF 52%, #DFE3AF);
}
.theme_scene .theme_scene-title img {
	max-width: 1107px;
}
.theme_scene .theme_scene-comment {
	font-size: 30px;
	font-weight: 400;
	color: #D9828D;
	text-align: center;
	margin-top: 40px;
}
.theme_scene .theme_scene-comment::after {
	content: '↓↓↓';
	display: block;
}
.theme_scene .theme_scene-nav {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 70px 15px;
	margin: auto;
	/* gap: 3%; */
}
.theme_scene .theme_scene-nav li {
	width: 28.5%;
	max-width: 240px;
	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 li a span {
    display: block;
    height: 56px;
    font-family: "Jost", sans-serif;
    font-size: 25px;
    font-weight: 400;
	line-height: 1.1;
    color: #fff;
}
.theme_scene .theme_scene-nav .nav__img {
	width: auto;
	height: 218px;
	-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: auto;
	height: 82px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.theme_scene .theme_scene-nav li a:hover .nav__text {
	padding-bottom: 0;
}
.theme_scene .theme_scene-nav .theme_scene-nav05 .nav__text {
	height: 42px;
}
.theme_scene .theme_scene-nav li a:hover span::after {
	content: '';
	width: 76%;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0 auto;
}
.theme_scene .theme_scene-nav .theme_scene-nav03 a:hover span::after {width: 55%;}
.theme_scene .theme_scene-nav .theme_scene-nav05 a:hover span::after {width: 70%;}
.theme_scene .top__title {
	text-align: center;
}
.theme_scene .top__title img {
	max-width: 549px;
}
.theme_scene .top__text-sub {
	margin-top: 20px;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #D9828D;
}
.theme_scene .yado__text-sub {
	margin-top: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #D9828D
}
.theme_scene .search__text {
	color: #D9828D;
}
.theme_scene .info__btn a {
	color: #D9828D;
	border: 1px solid #D9828D;
}
.theme_scene .info__btn .planLink {
	color: #fff;
	background: #D9828D;
}
.theme_scene .area_search_pc .area__list > li .alphabet,
.theme_scene .area_search_pc .area__list > li .prefList > li a,
.theme_scene .area_search_pc .area__list > li .prefList > li + li::before {
	color: #D9828D;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #D9828D;
}

/* 検索結果ページ */
.search .search__text-title {
	width: 100%;
	box-sizing: border-box;
}
.search .search__text-title img {
	width: 100%;
	height: auto;
	max-width: 627px;
}
.search .search__text-title .search__text-key {
	color: #333;
	margin-top: 15px;
}
.search .search__img .search__text-right {
	margin-bottom: 0;
}
.theme__top .theme__title {
	color: #D9828D;
	font-family: "Jost", serif;
}
.theme__top .theme__title span {
	color: #D9828D;
	font-family: "Jost", serif;
	font-size: 22px;
}
.theme__top .theme__text {
    line-height: 1.563;
}
.theme__top .theme__ranking a {
	color: #D9828D;
}
.search .search__text-title .search__text-key {
    display: inline-block;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    color: #FFF;
    margin-top: 50px;
    padding: 7px 8px 11px;
    border: 1px solid #FFF;
    position: relative;
}
.search .search__text-title .search__text-key::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 12px);
    border: 1px solid #FFF;
    position: absolute;
    top: -6px;
    left: -0.9px;
}
/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
}
.top404 .top404__text-title {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.top404 .top404__text-title img {
	width: 100%;
	height: auto;
	max-width: 565px;
}
@media screen and (min-width: 1500px) {
	.top::after {
		left: calc(50% - -130px);
	}
}
@media screen and (max-width: 1280px) {
	.top:before {
		width: 25%;
		top: 3vh;
	}
	.top::after {
		left: 61%;
		top: 4%;
		width: 33vw;
		height: 30vw;
	}
	.top .top__img img {
		height: 480px;
	}
	.top .top__text-title {
		width: 66%;
	}
	.top .top__text .top__text-main img {
		max-width: 140px;
	}
	.top .top_illust p.illust01 {
		width: 36%;
    	right: -27%;
		top: -8vw;
	}
	.top_search::before {
		background-size: 110%;		
	}
	.theme_scene .theme_scene-title img {
		max-width: 80%;
	}
}
@media screen and (max-width: 1200px) {
	.top::after {
		left: 68%;
		top: 6%;
	}
	.top .top_illust p.illust01 {
		right: -19vw;
	}
}
@media screen and (max-width: 1120px) {
	.top .pc_only .top__text-title::before {
		height: 16vw;
		max-width: 83vw;
	}
	.top::before {
		left: 6vw;
    	width: 22vw;
		top: 6vh;
	}
	.top::after {
		left: 54vw;
		height: 31vw;
		top: 3vw;
	}
	.top .top__img img {
		height: 45vw;
	}
	.top .top__text-title {
		width: 54vw;
	}
	.top .top__text .top__text-main img {
		max-width: 13vw;
	}
	.top .top_illust p.illust01 {
		top: -51%;
		right: -19vw;
	}
	.top .top__text .top__ranking a {
		font-size: 14px;
		padding: 10px 0;
	}
	.top_search::before {
		background-size: 150%;
	}
	.theme_scene .theme_scene-nav .nav__img {
		height: 14.5vw;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 6vw;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav05 .nav__text {
		height: 2.8vw;
	}
}
@media screen and (max-width: 900px) {
	.top::before {
		top: 6vw;
		width: 26vw;
	}
	.top::after {
		left: 54vw;
		top: 7vw;
	}
	.top .top__img img {
		height: 50vw;
	}
	.top_search::before {
		background-size: 165%;
		top: -39%;
	}
	.theme_pickup .pickup__title::before {
		left: 7%;
	}
	.theme_pickup .pickup__title::after {
		left: 93%;
	}
	.theme_scene .theme_scene-nav li a span {
		font-size: 20px;
	}
}
@media screen and (max-width: 889px) {
	.ranking__text {
		display: none;
	}
}
@media screen and (max-width:694px) {
	.top::before {
		top: 9vw;
	}
	.top::after {
		top: 9vw;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top {
		padding-bottom: 35px;
		background: #F5EFBE;
	}
	.top .top__text-title::before {
		content: none;
	}
	.top::before {
		background: url(/images/yado/theme/family/top_img06.svg) no-repeat center top/100%;
		width: 100vw;
		height: 75vw;
		top: 5vw;
		left: 0;
		pointer-events: none;
	}
	.top::after {
		background: url(/images/yado/theme/family/top_img07.svg) no-repeat center top/100%;
		width: 18vw;
		height: 18vw;
		top: 63vw;
		top: 0;
		right: 0;
		pointer-events: none;
	}
	.top .top__img img {
		height: 455px;
	}
	.top .top_illust p.illust01 {
		width: 27.3vw;
		top: 200px;
		left: 10px;
	}
	.top .top_illust p.illust01 img {
		width: 100%;
		max-width: 106px;
		height: auto;
	}
	.top p.illust02 {
		position: absolute;
		z-index: 4;
		right: -25px;
		top: -24px;
	}
	.top .top_illust p.illust02 img {
		width: 100%;
		max-width: 157px;
		height: auto;
	}
	.top .top_illust p.illust03 {
		width: 19vw;
		top: 16vw;
		right: -3vw;
	}
	.top .top_illust p.illust03 img {
		max-width: 87px;
		height: auto;
	}
	.top .top__text-title {
		background-color: rgb(255, 255, 255,80%);
		position: absolute;
		left: 50%;
		z-index: 3;
    	transform: translateX(-50%);
		width: 100%;
		max-width: unset;
		top: 7%;
		height: 216px;
		padding-top: 34px;
		padding-bottom: 30px;
		padding-left: 23px;
		box-sizing: border-box;
	}
	.top .top__text-title img {
		max-width: 318px;
	}
	.top .wrap {
		position: relative;
	}
	.top .top__text {
		width: 100%;
		padding: 0;
		position: relative;
		background: none;
		flex-direction: column;
		align-items: center;
		display: block;
	}
	.top .top__text p {
		width: 100%;
	}
	.top .top__text .top__text-sub {
		font-size: 15px;
		margin-top: 25px;
		line-height: 1.6;
		width: 100%;
		max-width: unset;
	}
	.top .top__text .top__ranking {
		margin-top: 15px;
		width: 100%;
		max-width: unset;
	}
	.top .top__text .top__ranking a {
		font-size: 16px;
		text-align: center;
	}
	.top .search__text {
		font-size: 30px;
		color: #D9828D;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #FFFDEF;
	}
	.area_search_sp .AreaBlock li a {
		background: #FFFDEF;
	}
	.area_search_sp .AreaBlock .name {
		color: #D9828D;
	}
	.area_search_sp .AreaBlock .num {
		color: #D9828D;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #F0ECD0;
		color: #D9828D;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #D9828D;
		border-right: 1px solid #D9828D;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img  {
		max-width: 57vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 17vw;
		background-image: url(/images/yado/theme/family/pickup_title_line_sp.svg);
		top: calc(50% - 3vw);
		height: 6vw;
	}
	.theme_pickup .pickup__title::before {
		left: calc(50% - 40vw);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 40vw);
	}
	.theme_pickup .info__name {
		color: #D9828D;
		border-left: 3px solid #D9828D;
	}
	.theme_pickup .item__topics {
		color: #333333;
		border-color: #333333;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-bottom: 0;
	}
	.theme_type_sp .theme_type-title {
		padding-top: 14px;
		padding-bottom: 16px;
	}
	.theme_type_sp .theme_type-title::before {
		background-color: #D6CC83;
		height: 80px;
	}
	.theme_type_sp .theme_type-title img {
		max-width: 250px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #D9828D;
	}
	.theme_type-sub {
		flex-direction: column;
		padding: 10vw 5vw;
	}
	.theme_type-sub .type-sub__title img {
		width: 100%;
	}
	.theme_type-sub .item__img {
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	.theme_type-sub .item__text {
		width: 100%;
		max-width: unset;
	}
	.theme_type-sub .item__text p {
		font-size: 14px;
		line-height: 1.6;
	}

	/* シーン別特集 */
	.theme_scene .theme_scene-title img {
		max-width: 324px;
	}
	.theme_scene .theme_scene-comment {
		font-size: 14px;
		margin-top: 20px;
	}
	.theme_scene .theme_scene-nav {
		flex-wrap: wrap;
		gap: 5vw 0;
		padding: 6vw 5vw;
	}
	.theme_scene .theme_scene-nav li {
		width: 38.5vw;
    	max-width: 100%;
	}
	.theme_scene .theme_scene-nav li a span {
		font-size: 16px;
		line-height: 1.2;
		max-width: 140px;
		margin: 5px auto 0;
		height: 35px;
	}
	.theme_scene .theme_scene-nav .nav__img {
		height: 36vw;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 2vw;
		height: 4.8vw;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav03 {
		width: 100%;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav05 .nav__text {
		height: 4.8vw;
	}
	.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 {
	   display: none;
	}
	.theme_scene .top__text {
		width: 100%;
		margin-right: 0;
	}
	.theme_scene .top__title img {
		max-width: 100%;
	}
	.theme_scene .top__title {
		padding: 0;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 105px;
	}
	.theme_scene #scene2 .top__img,
	.theme_scene #scene3 .top__img {
		top: 110px;
	}
	.theme_scene #scene4 .top__img {
		top: 101px;
	}
	.theme_scene #scene5 .top__img {
		top: 116px;
	}
	.theme_scene .top__text-sub {
		margin-top: 275px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		border-left: 5px solid #D9828D;
	}
	.theme_scene .area_search_sp .AreaBlock li:not(.sub_list).active .alphabet {
		color: #D9828D;
	}

	/* 検索結果ページ */
	.search__text-wrap {
		height: 100%;
		padding: 50px 0;
	}
	.search .search__text-title {
		width: 100%;
	}
	.search .search__text-title img {
		max-width: 318px; 
	}
	.search .search__text-title .search__text-key {
		margin-top: 6px;
		font-size: 20px;
		font-weight: 300;
	}
	.search .search__img .search__text-right {
		padding-left: 17px;
	}
	.search .search__text-title .search__text-key::before {
		height: calc(100% + 7px);
		top: -4.5px;
	}
	.theme__top .theme__title {
		font-size: 25px;
	}
	.theme__top .theme__title span {
		font-size: 16px;
	}

	/* 404ページ */
	.top404 .top404__text-wrap {
		display: flex;
		justify-content: flex-start;
    	align-items: center;
		padding-top: 5px;
	}
	.top404 .top404__text-title {
		width: 335px;
		height: auto;
	}
	.top404 .top404__text-title img {
		display: block;
	}
}
/*ランキング*/
.ranking .ranking__title .small,
.ranking .ranking__title .large {
    font-weight: 500;
    font-family: "Jost", serif;
}
.ranking .ranking__text {
	line-height: 1.563;
}
.ranking .ranking__img .ranking__date {
	font-size: 12px;
	font-weight: 300;
	border: none;
	padding: 0;
	top: auto;
	bottom: 24px;
}
.bottom .areaSearchIcon {
	fill: #D9828D;
}
.bottom .area_search_pc .area__list > li .alphabet, 
.bottom .area_search_pc .area__list > li .prefList > li a,
.area_search_sp .AreaBlock .noLink .alphabet,
.bottom .area_search_pc .area__list > li .prefList > li + li::before {
    color: #D9828D;
}