@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document wararhythm
--------------------------------------------------------- */

#wararhythm {
	padding: 50px 5vw 20vw;
	background: #fff;
}

#wararhythm .lead {
	margin-bottom: 50px;
	text-align: left;
}

#wararhythm .lead p {
	margin-bottom: 20px;
}

#wararhythm figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 594 / 526;
	object-fit: cover;
}

#wararhythm h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	color: var(--blue);
}

#wararhythm .article {
	text-align: left;
}

#wararhythm .article:not(:last-of-type) {
	margin-bottom: 50px;
	padding-bottom: 20px;
	background: url(../outline/line.svg) no-repeat left bottom / 100% auto;
}

#wararhythm li {
	margin-bottom: 30px;
	position: relative;
}

#wararhythm li .num {
	position: absolute;
	top: 0.4em;
	left: 0;
}

#wararhythm li .num img {
	width: auto;
	height: 24px;
	aspect-ratio: 40 / 30;
	object-fit: cover;
}

#wararhythm li strong {
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	font-weight: 700;
	font-size: 18px;
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document alohakids
--------------------------------------------------------- */

#alohakids {
	padding: 50px 5vw 20vw;
}

#alohakids .copy {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

#alohakids .lead {
	margin-bottom: 50px;
	text-align: left;
	color: #fff;
}

#alohakids .lead figure {
	margin-top: 40px;
}

#alohakids .photo3 img {
	width: 100%;
	height: auto;
	aspect-ratio: 572 / 398;
	object-fit: cover;
}

#alohakids .photo4 img {
	width: 100%;
	height: auto;
	aspect-ratio: 572 / 450;
	object-fit: cover;
}

#alohakids .about {
	padding: 10vw 5vw 5vw;
	border-radius: 20px;
	background: #fff;
	text-align: left;
}

#alohakids .about h3 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	color: var(--blue);
}

#alohakids .about .article:not(:last-of-type) {
	margin-bottom: 50px;
}

#alohakids .about p {
	margin-bottom: 25px;
}

#alohakids .about h4 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 1.5;
	color: var(--pink);
}

#alohakids .about h4 .num {
	display: block;
	margin-bottom: 10px;
}

#alohakids .about li {
	margin-bottom: 25px;
}

#alohakids .about li strong {
	font-weight: 600;
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document play
--------------------------------------------------------- */

#play {
	padding: 50px 5vw 5vw;
	background: #fff;
}

#play .article {
	margin-bottom: 60px;
	text-align: left;
}

#play h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.1;
	color: var(--blue);
}

#play .article p {
	margin-bottom: 1em;
}

#play figure {
	margin-top: 30px;
}

#play figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 594 / 526;
	object-fit: cover;
}

#play .lead {
	margin-bottom: 50px;
	text-align: left;
}

#play .lead p {
	margin-bottom: 20px;
}

#play figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 594 / 526;
	object-fit: cover;
}

#play .park h3 {
	margin-bottom: 40px;
}

#play .park .row {
	margin-bottom: 60px;
	text-align: left;
}

#play .park .row:not(:last-of-type) {
	margin-bottom: 60px;
}

#play .park .copy {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 4.1vw;
	line-height: 1.2;
	color: var(--blue);
}

#play .park p {
	margin-bottom: 40px;
}

#play .park dl {
	margin-top: 30px;
}

#play .park dl div {
	margin-bottom: 1em;
}

#play .park dt {
	font-weight: 600;
	line-height: 1.5;
	color: var(--orange);
}

#play .park table {
	width: 100%;
	margin-top: 30px;
	background: url(../outline/line.svg) no-repeat left top / 100% auto;
	text-align: left;
}

#play .park tr {
	background: url(../outline/line.svg) no-repeat left bottom / 100% auto;
}

#play .park th {
	vertical-align: top;
	width: 4em;
	padding: 5vw 0;
	font-weight: 600;
	line-height: 1.5;
	color: var(--blue);
	color: var(--orange);
}

#play .park td {
	vertical-align: top;
	padding: 5vw 0;
	line-height: 1.5;
}

