body.debug {
	/* visibility:visible; */
}
.box-layout-a .box-image:after {
	display:block;
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
}
.box-layout-a {
	box-shadow:inset 0 0 0 1px var(--color-lightgray-dark);
	background-color:#fff;
}
.box-layout-a-inner {
	padding-bottom:1.2rem;
}
.box-layout-a-inner-top {
	;
	flex:0 0 100%;
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:1rem;
	box-shadow:0 1px 0 0 var(--color-lightgray-dark);
}
.box-layout-a-image,
.box-layout-a-image img,
.box-layout-a-image-inner {
	border-radius:0;
}
.box-layout-a-nav {
	overflow:hidden;
	max-width:100%;
}
.box-layout-a-desc,
.box-layout-a-nav,
.box-layout-a-prodmonth {
	padding-left:1.2rem;
	padding-right:1.2rem;
	margin-left:auto;
	margin-right:auto;
}
.box-layout-a-subtitle {
	display:block;
	width:100%;
}
.box-layout-a-feature-list {
	list-style:none;
	display:block;
	padding:0;
	margin:0 -.15em;
	text-align:left;
}
.box-layout-a-feature-item {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	padding:.1em .15em;
	margin:0 auto;
}
.box-layout-a-desc-list {
	list-style:none;
	display:block;
	margin:0 auto;
	padding:0;
}
.box-layout-a-desc-item {
	display:block;
	margin:0 auto;
	padding:0 0 .75em 0;
}
.box-layout-a-transport-listwrap {
	overflow:hidden;
}
.box-layout-a-transport-list {
	list-style:none;
	display:block;
	margin:0 -.1rem;
	padding:0;
}
.box-layout-a-transport-item {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	margin:0 auto;
	padding:.1rem;
}
.box-layout-a-transport-item-inner {
	font-size:.875em;
	width:1.5em;
	height:1.5em;
	line-height:1.75;
	overflow:hidden;
	text-align:center;
	background-color:var(--color-midgray);
	color:#fff;
}
.box-layout-a-desc-item-key {
	display:none;
}
.box-layout-a-descdays-item {
	float:right;
}
.box-layout-a-desc-title-item,
.box-layout-a-desc-transport-item {
	display:inline-block;
	vertical-align:top;
	padding:0 .375em 0 0;
	margin:.2em auto 0 auto;
}
.box-layout-a-desc-title-item .box-layout-a-desc-item-inner {
	font-family:var(--font-family-heading);
	font-weight:var(--font-weight-heading);
	font-size:1em;
	line-height:1.25;
	letter-spacing:.01em;
	/* text-transform:uppercase; */
	padding:.1em 0;
}
.box-layout-a-desc-item-fromprice,
.box-layout-a-desc-item-price,
.box-layout-a-desc-title-item .box-layout-a-desc-item-inner {
	color:var(--color-text-body);
}
.searchresult-package .box-layout-a-desc-item-fromprice,
.searchresult-package .box-layout-a-desc-item-price,
.searchresult-package .box-layout-a-desc-title-item .box-layout-a-desc-item-inner {
	color:var(--color-darkgray-dark);
}
.box-layout-a-desc-duration,
.box-layout-a-desc-price {
	display:inline-block;
	vertical-align:top;
}
.box-layout-a-desc-duration {
	padding-right:.375em;
}
.box-layout-a-desc-text-item-inner {
	font-family:var(--font-family-body);
	font-weight:var(--font-weight-body);
	text-transform:var(--text-transform-body);
	font-size:var(--font-size-body);
	line-height:var(--line-height-body);
	letter-spacing:var(--letter-spacing-body);
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	color:var(--color-text-heading);
}
.box-layout-a-nav-list {
	list-style:none;
	display:block;
	padding:0;
	margin:0 -.187em;
}
.box-layout-a-nav-item {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	padding:0;
	margin:0 .187em;
}
.box-layout-a-nav-button:not(.button-inactive) {
	cursor:pointer;
}
.box-layout-a-prodmonth {
	overflow:hidden;
	margin-top:.9rem;
	padding-top:.9rem;
}
.box-layout-a-image,
.box-layout-a-image-img,
.box-layout-a-image img{
	background:transparent;
	box-shadow:none;
}
.box-layout-a-image {
	position:absolute;
	z-index:1;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;	
}
.box-layout-a-inner-top-inner {
	position:relative;
	z-index:2;
	width:100%;
	display:inline-block;
	vertical-align:bottom;
	line-height:1;
	padding:1rem 1.5rem;
}
.box-layout-a-desc-maintitle-item-inner,
.box-layout-a-title {
	font-family:var(--font-family-h2);
	font-weight:400;
	text-transform:var(--text-transform-h2);
	font-size: 1.5em;
	line-height:var(--line-height-h2);
	letter-spacing:var(--letter-spacing-h2);
	margin-top:0;
	padding-top:0.8rem;
	padding-bottom:0.8rem;
	margin-bottom:0;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	color:var(--color-text-heading);
}
.box-layout-a-title {
	padding-left:0;
	padding-right:0;
}
.box-layout-a-desc-maintitle-item-inner,
.box-layout-a-title-inner {
	display:block;
}
.box-layout-a-feature {
	line-height:1.3;
	color:#fff;
	text-shadow:1px 1px 3px rgba(0, 0, 0, .25);
}
.box-layout-a-inner-top:before {
	content:'';
	float:left;
	display:block;
	width:0;
	height:0;
	padding-top:100%;
}
.box-layout-a-image-inner {
	display:block;
	height:100%;
	width:100%;
	text-align:center;
}
.box-layout-a-image-img {
	position:relative;
	left:0;
	right:0;
	height:100%;
	width:auto;
	max-width:none;
	margin:auto;
}
@supports (object-fit:cover) {
	.box-layout-a-image-img,
	.box-layout-a-image img {
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:50% 100%;
		position:static;
	}
}
.box-layout-a-feature-value {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding:.4rem 1rem;
	margin:0 auto;
	border:1px solid transparent;
	font-family:var(--font-family-button);
	font-weight:400;
	text-transform:none;
	font-style:var(--font-style-button);
	font-size:var(--font-size-button);
	font-size:var(--font-size-button);
	line-height:var(--line-height-button);
	letter-spacing:var(--letter-spacing-button);
	text-shadow:none;
	box-shadow:none;
	background-image:none;
	color:#fff;
	background-color:var(--color-tag);
	background-color:rgba(var(--color-tag-rgb), .5);
	border-color:transparent;
	border-radius:var(--border-radius-button);
}
.box-layout-a-feature-value[href]:hover,
.box-layout-a-feature-value[onclick]:hover {
	text-shadow:none;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .24);
	background-image:none;
	color:#fff;
	background-color:var(--color-tag);
	border-color:transparent;
	text-decoration:none;
}
.box-layout-a-feature-value[href]:active,
.box-layout-a-feature-value[onclick]:active {
	text-shadow:none;
	box-shadow:none;
	background-image:none;
	color:#fff;
	background-color:var(--color-tag);
	border-color:transparent;
}
@media screen and (max-width:639px) {
	.box-layout-a-inner-top:before {
		padding-top:75%;
	}
}
@media screen and (min-width:640px) and (max-width:1199px) {
	.box-layout-a-inner-top:before {
		padding-top:80%;
	}
}
@media screen and (max-width:479px) {
	.box-layout-a .box-title{
		font-size:calc(2em  +  (1.75 - 1.4) * (100vw - 37.5em)/ (75 - 37.5));
	}
}