@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#daily-schedule {
	position: relative;
}
#daily-schedule .txt {
	line-height : 30px;
	font-weight: 500;
}
#daily-schedule .txt.lh40 {
	line-height: 40px;
}
#daily-schedule .box .bg,#daily-schedule .box .bg02 {
	position: relative;
}
#daily-schedule .box .bg::before {
	background: url("../img/daily-schedule/bg01.png") no-repeat top left/10%;
	top: -50px;
}
#daily-schedule .box .bg02::before {
	background: url("../img/daily-schedule/bg01.png") no-repeat top left/10%;
	top: 30%;
}
#daily-schedule .box .bg::after {
	background:url("../img/daily-schedule/bg02.png") no-repeat bottom right/10%;
	top: auto;
	bottom: -175px;
	right: 0;
}
#daily-schedule .box dl {
	margin-bottom: 50px;
	display: flex;
	align-items: flex-start;
	column-gap: 50px;
	position: relative;
}
#daily-schedule .box dl::before {
	content: "";
	background: rgba(149,203,77,0.2);
	width: 5px;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 70px;
	z-index: -1;
}
#daily-schedule .box .bg02 dl::before {
	display: none;
}
#daily-schedule .box dt {
	width: 150px;
	background: #fff;
	border-radius: 20px;
	font-weight : bold;
	font-size : 28px;
	line-height : 30px;
	color : #ED99A3;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
}
#daily-schedule .box dd {
	font-size : 24px;
	line-height : 30px;
	font-weight: 500;
	margin-top: 20px;
}
#daily-schedule .box dd .ttl a span {
	font-size : 20px;
	line-height : 26px;
	color : #95CB4D;
	margin-left: 1.5em;
	position: relative;
}
#daily-schedule .box dd .ttl a span::before {
	content: "";
	background: url("../img/arrow03.png") no-repeat center/100%;
	width: 17px;
	height: 15px;
	position: absolute;
	top: 9px;
	right: -25px;
}
#daily-schedule .box dd .txt {
	font-size: 75%;
	line-height : 40px;
}
#daily-schedule .box dd .img_box {
	margin: 30px 0;
}
#daily-schedule .box dd .img_box img,#daily-schedule .box dd .img_box .txt {
	width: 48%;
	border-radius: 20px;
}
#daily-schedule .box dd .img_box .txt img {
	width: 100%;
}
#daily-schedule .js-mascot {
	position: absolute;
}
#daily-schedule .js-mascot.mascot01 {
	left: 50%;
	top: 80px;
}
#daily-schedule .js-mascot.mascot01 img {
	width: 100px;
}
#daily-schedule .js-mascot.mascot02 {
	right: 35px;
	top: 0;
}
#daily-schedule .js-mascot.mascot03 {
	right: 105px;
	top: 0;
}
#daily-schedule .js-mascot.mascot04 {
	right: 170px;
	top: 0;
}
#daily-schedule .js-mascot.mascot02 img,#daily-schedule .js-mascot.mascot03 img,#daily-schedule .js-mascot.mascot04 img {
	width: 60px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#daily-schedule .txt {
		font-size: 98%;
		line-height: 1.8em;
	}
	#daily-schedule .box .bg::before,#daily-schedule .box .bg02::before {
		background-size: 15%;
	}
	#daily-schedule .box .bg::after {
		background-size: 15%;
		bottom: -50px;
	}
	#daily-schedule .box dl {
		margin-bottom: 30px;
		column-gap: 20px;
	}
	#daily-schedule .box dl::before {
		left: 38px;
	}
	#daily-schedule .box dt {
		font-size: 98%;
		padding: 10px;
		width: 80px;
	}
	#daily-schedule .box dd {
		font-size: 115%;
		line-height: 1.8em;
		margin-top: 15px;
		width: calc(100% - 80px);
	}
	#daily-schedule .box dd .txt {
		font-size: 85%;
		line-height: 1.8em;
	}
	#daily-schedule .box dd .ttl a span {
		font-size: 98%;
	}
	#daily-schedule .box dd .ttl a span::before {
		top: 6px;
	}
	#daily-schedule .js-mascot.mascot01 {
		left: auto;
		right: 5%;
	}
	#daily-schedule .js-mascot.mascot01 img {
		width: 12vw;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#daily-schedule .box .bg::before, #daily-schedule .box .bg02::before {
		background-size: 22%;
	}
	#daily-schedule .box .bg::after {
		background-size: 22%;
	}
	#daily-schedule .box dl::before {
		left: 27px;
		top: 35px;
	}
	#daily-schedule .box dt {
		font-size: 115%;
		padding: 5px;
		width: 65px;
		border-radius: 10px;
	}
	#daily-schedule .box dd {
		margin-top: 5px;
		width: calc(100% - 75px);
		font-size: 120%;
	}
	#daily-schedule .box dd .img_box img, #daily-schedule .box dd .img_box .txt {
		width: 100%;
	}
	#daily-schedule .box dd .img_box {
		margin: 15px 0;
	}
	#daily-schedule .box dd .txt {
		font-size: 3.8vw;
	}
	#daily-schedule .js-mascot.mascot02 img, #daily-schedule .js-mascot.mascot03 img, #daily-schedule .js-mascot.mascot04 img {
		width: 10vw;
	}
	#daily-schedule .js-mascot.mascot02 {
		right: 0;
	}
	#daily-schedule .js-mascot.mascot03 {
		right: 40px;
	}
	#daily-schedule .js-mascot.mascot04 {
		right: 80px;
	}
}