h1.c-pageTitle__main::before {
	content: "Daily life";
}
.life_text01 {
    padding-bottom: 64px;
}
.arkb-tabBody {
	padding: 0;
}
.daily-schedule,
.daily-schedule *,
.daily-schedule *::before,
.daily-schedule *::after {
	box-sizing: border-box;
}
.daily-schedule {
	--schedule-main: #c1dd5c;
	--schedule-point: #e34444;
	--schedule-text: #323232;
	--schedule-heading: #111;
	--schedule-bg: #fffded;
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
	padding: 40px;
	background: #fff;
	border: 1.6px solid var(--schedule-main);
	border-radius: 0 0 24px 24px;
	color: var(--schedule-text);
}
.daily-schedule__timeline {
	width: 100%;
}
.daily-schedule__item > div {
	display: grid;
	grid-template-columns: 80px 20px minmax(0, 1fr);
	column-gap: 40px;
	align-items: stretch;
	width: 100%;
}
.daily-schedule__time {
	grid-column: 1;
	grid-row: 1;
	position: relative;
	z-index: 2;
	width: 80px;
	background: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	color: var(--schedule-heading);
	white-space: nowrap;
}
.daily-schedule__axis {
	grid-column: 2;
	grid-row: 1;
	position: relative;
	align-self: stretch;
	width: 20px;
}
.daily-schedule__axis::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	border-left: 1px dashed rgba(227, 68, 68, 0.3);
	transform: translateX(-50%);
}
.daily-schedule__dot {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	display: block;
	width: 28px;
	height: 28px;
	background: var(--schedule-point);
	border-radius: 50%;
	transform: translateX(-50%);
}
.daily-schedule__body > div {
	grid-column: 3;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	gap: 32px;
	min-width: 0;
	padding-bottom: 80px;
}
.daily-schedule__title {
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: var(--schedule-text);
}
.daily-schedule__images {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}
.daily-schedule__image-row > div {
	display: flex;
    flex-wrap: wrap;
	gap: 16px;
	width: 100%;
}
.daily-schedule__image {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	aspect-ratio: 1280 / 853;
	overflow: hidden;
}
.daily-schedule__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
figure.wp-block-image {
    width: calc(50% - 10px);
}
.g-ds1200 .daily-schedule__images .wp-block-group__inner-container {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 16px;
}
.g-ds1200 .daily-schedule__images .wp-block-group__inner-container > .wp-block-image {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	margin: 0 !important;
}
.g-ds1200 .daily-schedule__images .wp-block-group__inner-container > .wp-block-image img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
}
.daily-schedule__image--kg-play04 img {
	top: -12.45%;
	left: -0.06%;
	width: 112.49%;
	height: 112.55%;
}
.daily-schedule__bus {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
	padding: 32px;
	background: var(--schedule-bg);
	border-radius: 24px;
}
.daily-schedule__bus-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: 100%;
}
.daily-schedule__bus-title {
	margin: 0;
	padding: 0 4px 8px;
	border-bottom: 2px dashed var(--schedule-point);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
	line-height: 32px;
	color: var(--schedule-heading);
}
.daily-schedule__bus-lead {
	width: 100%;
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: var(--schedule-heading);
}
.daily-schedule__bus-routes {
	width: 100%;
}
.daily-schedule__bus-route {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 60px;
	border-bottom: 1px solid var(--schedule-main);
}
.daily-schedule__bus-route-name {
	display: flex;
	align-items: flex-start;
	flex: 0 0 160px;
	width: 160px;
	padding: 16px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: var(--schedule-heading);
	white-space: nowrap;
}
.daily-schedule__bus-route-content {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	padding: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: var(--schedule-heading);
}
@media screen and (max-width: 999px) {
	.daily-schedule {
		display: flex;
		flex-direction: column;
		gap: 40px;
		padding: 40px;
	}
	.daily-schedule__item > div {
		display: grid;
		grid-template-columns: 20px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 16px;
		row-gap: 8px;
		width: 100%;
	}
	.daily-schedule__axis {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 20px;
	}
	.daily-schedule__dot {
		width: 20px;
		height: 20px;
	}
	.daily-schedule__time {
		grid-column: 2;
		grid-row: 1;
		width: 80px;
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 0;
	}
	.daily-schedule__body > div {
		grid-column: 2;
		grid-row: 2;
		gap: 24px;
		padding-bottom: 40px;
	}
	.daily-schedule__title {
		font-size: 16px;
		line-height: 28px;
	}
	.daily-schedule__images {
		gap: 16px;
	}
	.daily-schedule__image-row > div {
		gap: 16px;
	}
	.daily-schedule__image--play02 img {
		top: -23.09%;
		left: -23.06%;
		width: 171.93%;
		height: 172%;
	}
	.daily-schedule__image--play04 img {
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.daily-schedule__bus {
		display: flex;
		flex-direction: column;
		gap: 24px;
		width: 100%;
		padding: 24px;
		background: #fffded;
		border-radius: 24px;
	}
	.daily-schedule__bus__header {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		width: 100%;
	}
	.daily-schedule__bus__title {
		margin: 0;
		padding: 0 4px 8px;
		border-bottom: 2px dashed #e34444;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 20px;
		font-weight: 900;
		line-height: 28px;
		color: #111;
	}
	.daily-schedule__bus__lead {
		width: 100%;
		margin: 0;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 28px;
		color: #111;
	}
	.daily-schedule__bus__routes {
		width: 100%;
	}
	.daily-schedule__bus__route {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		width: 100%;
		padding: 16px;
		border-bottom: 1px solid #c1dd5c;
	}
	.daily-schedule__bus__route:last-child {
		border-bottom: none;
	}
	.daily-schedule__bus__route-name {
		width: 160px;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 28px;
		color: #111;
		white-space: nowrap;
	}
	.daily-schedule__bus__route-content {
		width: 100%;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 28px;
		color: #111;
	}
}
@media screen and (max-width: 599px) {
	.daily-schedule {
		gap: 40px;
		padding: 16px;
	}
	.daily-schedule__item {
		width: calc(100% - 16px);
	}
	.daily-schedule__image-row {
		gap: 16px;
	}
	.daily-schedule__bus {
		padding: 16px;
	}
	.daily-schedule__bus-route {
		flex-direction: column;
		padding: 16px;
	}
	.daily-schedule__bus-route-name {
		flex: 0;
		padding: 0;
	}
	.daily-schedule__bus-route-content {
		padding: 0;
	}
}
.annual-events {
	width: 100%;
}
.annual-events > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	padding-bottom: 120px;
}
.annual-events h2 {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	width: fit-content;
	margin: 0 auto;
	padding: 0 4px 8px 0;
	border-bottom: 2px dashed #e34444;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 40px;
	color: #111;
}
.annual-events > .wp-block-group__inner-container > .wp-block-columns {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 40px;
	width: min(100%, 1000px);
	margin: 0;
}
.annual-events > .wp-block-group__inner-container > .wp-block-columns:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.annual-events .wp-block-column {
	flex: 1 1 0 !important;
	min-width: 0;
}
.annual-events .wp-block-columns > .wp-block-column:first-child {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.annual-events .season {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	margin: 0;
	border: 1.6px solid #111;
	border-radius: 50%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	color: #111;
	text-align: center;
}
.annual-events .season.spring {
	background: #fdb0d5;
}
.annual-events .season.summer {
	background: #cce178;
}
.annual-events .season.autumn {
	background: #eab903;
}
.annual-events .season.winter {
	background: #ceeafc;
}
.annual-events .events {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.annual-events .events li {
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 16px;
	border-bottom: 1px solid #c1dd5c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #111;
}
.annual-events .wp-block-columns > .wp-block-column:last-child {
	display: flex;
	align-self: stretch;
}
.annual-events .wp-block-image {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 24px;
}
.annual-events .wp-block-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width: 999px) {
	.annual-events {
		box-sizing: border-box;
		width: 100%;
		padding-bottom: 88px;
		background: #fff;
	}
	.annual-events > .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		gap: 40px;
		padding-bottom: 0;
	}
	.annual-events > .wp-block-group__inner-container > .wp-block-columns {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch;
		gap: 40px;
		width: 100%;
		max-width: none;
		margin: 0;
	}
	.annual-events > .wp-block-group__inner-container > .wp-block-columns + .wp-block-columns {
		margin-top: 64px;
	}
	.annual-events > .wp-block-group__inner-container > .wp-block-columns:nth-of-type(odd) {
		flex-direction: column !important;
	}
	.annual-events .wp-block-column {
		flex: none !important;
		width: 100%;
		min-width: 0;
		margin: 0;
	}
	.annual-events .wp-block-columns > .wp-block-column:first-child {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		order: 1;
	}
	.annual-events .wp-block-columns > .wp-block-column:last-child {
		display: block;
		width: 100%;
		order: 2;
	}
	.annual-events .season {
		flex: 0 0 100px;
		width: 100px;
		height: 100px;
		margin: 0;
		font-size: 24px;
		line-height: 32px;
	}
	.annual-events .events {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.annual-events .events li {
		display: flex;
		align-items: flex-start;
		box-sizing: border-box;
		width: 100%;
		height: 60px;
		min-height: 60px;
		padding: 16px;
		font-size: 16px;
		line-height: 28px;
	}
	.annual-events .wp-block-image {
		width: 100%;
		height: 320px;
		margin: 0;
		overflow: hidden;
		border-radius: 24px;
	}
	.annual-events .wp-block-image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 24px;
	}
	.annual-events > .wp-block-group__inner-container > .wp-block-columns:last-child .wp-block-image img {
		object-position: center 69%;
	}
}
@media screen and (max-width: 599px) {
	.life_text01 {
		padding-bottom: 40px;
	}
}