@charset "UTF-8";

/* common */
.cmn_heading img{
	max-width: 350px;
}

/* ===========================================
一日の流れ Page
   =========================================== */

.schedule{
	max-width: 1089px;
	margin-left: auto;
	margin-right: auto;
}
.sc_dl dt{
	font-weight: 700;
	color: #c21a4c;
}
.sc_list li{
	display: inline-block;
	margin-right: 1em;
}
.sc_list li:before{
	position: relative;
	top: -2px;
	content: "●";
	margin-right: 3px;
	font-size: 1rem;
	color: #ff6b99;
}
.sc_list .sc_orange:before{
	color: #e2802a;
}
.sc_list .sc_blue:before{
	color: #33729c;
}
.sc_memo li{
	margin-top: 10px;
	padding-left: 1.5em;
	text-indent: -1.3em;
	line-height: 1.5;
}
@media (max-width: 767px){
	.schedule{
		padding: 5px 5% 60px;
	}
	.sc_imgsp{
		margin-top: 65px;
	}
	.sc_table{
		margin-top: 45px;
	}
	.sc_dl dt{
		margin-top: 22px;
	}
}
@media (min-width: 768px){
	.schedule{
		padding-bottom: 170px;
	}
	.sc_container{
		display: flex;
		justify-content: center;
		margin-top: 75px;
	}
	.sc_table{
		width: 433px;
	}
	.sc_datail{
		width: 433px;
		padding: 22px 40px 0 50px;
	}
	.sc_dl dt{
		float: left;
		width: 6em;
	}
	.sc_dl dd{
		margin-left: 6em;
		margin-bottom: 10px;
	}
}