<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.boatFlow {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto 10%;
	font-size: calc(16vw / 13.68);
}
.boatFlow&gt;hgroup {
	width: 100%;
	margin: 0 auto 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #c59d62;
	line-height: 1;
	text-align: center;
}
.boatFlow&gt;hgroup h3 {
	color: #c59d62;
	font-size: 1.25em;
	letter-spacing: .25em;
	margin-bottom: .5em;
}
.boatFlow&gt;hgroup p {
	text-align: center;
}
.boatFlow section {
	width: 48.5% !important;
	margin: 0 !important;
}
.boatFlow section&gt;hgroup {
	width: 100%;
	aspect-ratio: 5/2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.boatFlow section.michigan&gt;hgroup {
	background: url(../_img/_special/_boat_wedding/_mic/mic_night.webp) no-repeat center/cover;
}
.boatFlow section.bianca&gt;hgroup {
	background: url(../_img/_special/_boat_wedding/_bia/0004.webp) no-repeat center/cover;
}
.boatFlow section&gt;hgroup h4 {
	background: #95cac5;
	color: #fff;
	font-size: 1.25em;
	padding: .125em 1em .25em 2em;
	border-radius: 0 9999px 9999px 0;
}
.boatFlow section&gt;hgroup p {
	background: #0008;
	color: #fff;
	padding: .25em .5em .375em 1em;
	border-radius: 9999px 0 0 9999px;
}
.boatFlow section ol {
	display: flex;
	flex-flow: column;
	gap: 2em;
	margin: 5%;
}
.boatFlow section ol li {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.boatFlow section ol li:nth-child(even) {
	flex-flow: row-reverse;
}
.boatFlow section ol li:nth-child(even)::before {
	content: '';
	display: block;
	background: radial-gradient(closest-side,#95cac544,transparent);
	width: 100%;
	aspect-ratio: 5/2;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transform-origin: right top;
	rotate: 30deg;
}
.boatFlow section ol li:not(:last-child)::after {
	content: '';
	display: block;
	border-top: 1em solid #95cac5;
	border-left: .5em solid transparent;
	border-right: .5em solid transparent;
	position: absolute;
	left: calc(50% - .5em);
	top: calc(100% + .5em);
}
.boatFlow section ol li hgroup {
	width: 45%;
}
.boatFlow section ol li hgroup h5 {
	font-size: 1.125em;
	padding-bottom: .375em;
	margin-bottom: .375em;
	text-align: right;
	position: relative;
}
.boatFlow section ol li:nth-child(even) hgroup h5 {
	text-align: left;
}
.boatFlow section ol li hgroup h5::after {
	content: '';
	display: block;
	background: #95cac5;
	width: 110%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.boatFlow section ol li:nth-child(even) hgroup h5::after {
	left: auto;
	right: 0;
}
.boatFlow section ol li hgroup p {
	font-size: .875em;
	line-height: 1.5;
}
.boatFlow section ol li hgroup p span {
	font-size: .875em;
}
.boatFlow section ol li figure {
	width: 52.5%;
	aspect-ratio: 3/2;
}
.boatFlow section ol li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1em 0 0 0;
}
.boatFlow section ol li:nth-child(even) figure img {
	border-radius: 0 1em 0 0;
}
/*********** max 750px **********************************************************/
@media (max-width: 750px) {
	.boatFlow {
		flex-flow: column;
		font-size: calc(16vw / 7.5);
		margin: 0 auto;
	}
	.boatFlow section {
		width: 100% !important;
		margin: 0 auto 10% !important;
	}
}
/*********** max 480px **********************************************************/
@media (max-width: 480px) {
	.boatFlow {
		font-size: calc(16vw / 4.5);
		margin-top: 10%;
	}
	.boatFlow&gt;hgroup {
	}
	.boatFlow&gt;hgroup h3 {
		color: #c59d62;
		font-size: 1.25em;
		letter-spacing: .25em;
		margin-bottom: .5em;
	}
	.boatFlow&gt;hgroup p {
		line-height: 1.5;
		text-align: justify;
	}
	.boatFlow section ol li,
	.boatFlow section ol li:nth-child(even) {
		flex-flow: column;
	}
	.boatFlow section ol li hgroup {
		width: 100%;
	}
	.boatFlow section ol li hgroup h5,
	.boatFlow section ol li:nth-child(even) hgroup h5 {
		text-align: center;
	}
	.boatFlow section ol li hgroup h5::after {
		width: 100%;
	}
	.boatFlow section ol li:nth-child(even) hgroup h5::after {
		left: 0;
		right: auto;
	}
	.boatFlow section ol li figure {
		width: 100%;
		aspect-ratio: 3/2;
		margin-top: .75em;
	}
	.boatFlow section ol li figure img {
		aspect-ratio: 3/2;
		border-radius: 0;
	}
	.boatFlow section ol li:nth-child(even) figure img {
		border-radius: 0;
	}
}</pre></body></html>