@charset "UTF-8";
.days_top_cp{
	width: 70%;
	margin:1px auto;
	font-size: 1.2rem;
}
.time_area{
	width: 65%;
	margin: 30px 35% 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.time{
	width: 28%;
}
.time_cont{
	width: 68%;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	margin: 15px auto;
	padding: 5px 30px;
	background-color: #FE9D14;
	border-radius: 40px;
}
.days_photo{
	width: 90%;
	margin: 10px 0 10px 10%;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.days_photo_item{
	width: 48%;
}
.days_photo_item img{
	width: 100%;
	border-radius: 12px;
}
.sp_area{
	width: 100%;
	margin: 40px auto 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.sp_ttl{
	width: 20%;
}
.sp_cont{
	width: 75%;
	font-size: 1.1rem;

}
.sp_col1{
	color: #00A332;
}
.sp_col2{
	color: #F0793B;
}
@media screen and (max-width:900px){
.days_top_cp{
	width: 80%;
	margin:1px auto;
	font-size: 1.2rem;
}
.time_area{
	width: 80%;
	margin: 30px 20% 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.time{
	width: 28%;
}
.time_cont{
	width: 68%;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	margin: 15px auto;
	padding: 5px 30px;
	background-color: #FE9D14;
	border-radius: 40px;
}
.days_photo{
	width: 90%;
	margin: 10px 0 10px 10%;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.days_photo_item{
	width: 48%;
}
.days_photo_item img{
	width: 100%;
	border-radius: 12px;
}
.sp_area{
	width: 100%;
	margin: 40px auto 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.sp_ttl{
	width: 20%;
}
.sp_cont{
	width: 75%;
	font-size: 1.1rem;

}
}

@media screen and (max-width:480px){
.days_top_cp{
	width: 90%;
	margin:1px auto;
	font-size: 1.2rem;
}
.time_area{
	width: 90%;
	margin: 20px auto 10px; 
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.time{
	width: 40%;
}
.time_cont{
	width: 100%;
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
	margin: 10px auto;
	padding: 5px 20px;
	background-color: #FE9D14;
	border-radius: 40px;
}
.days_photo{
	width: 90%;
	margin: 10px auto;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.days_photo_item{
	width: 90%;
	margin: 10px auto;
}
.days_photo_item img{
	width: 100%;
	border-radius: 12px;
}
.sp_area{
	width: 90%;
	margin: 20px auto 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.sp_ttl{
	width: 35%;
	margin: 10px auto;
}
.sp_cont{
	width: 100%;
	font-size: 1.1rem;

}
}
