@charset "UTF-8";
/*education */

.education_main{
	width: 74%;
	margin: 50px auto;
	padding:50px 5% 50px 5%;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
/*-----------(012)----------*/
.days_012{
	width: 91%;
	position:relative;
	margin: 30px auto;
	padding: 200px 0 60px 0;
	background-color: #fefae0;
	border-radius: 15px;
}
.days_012 img{
	width:100%;
}
.days_012_top{
	width: 100%;
	height: 110px;
	background-image:url("../img/days/age_012_topbg.png");
	background-repeat: repeat-x;
	position: absolute;	
	top:0;
	border-radius: 15px;
}
.days_012_top img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.days_012_top_ttl{
	width: 30%;
	padding: 15px 35%;
}

.days_012_main{
	width: 90%;
	margin: 0 5%;
	display: flex;
	flex-direction: row;
}
.days_012_time{
	width: 38%;
	display: flex;
	flex-direction: column;
}
.days_012_time_item{
	width: 100%;
	margin: 8px auto;
	display: flex;
	flex-direction: row;
	text-align: left;
	position: relative;
}
.days_012_clock{
	width: 40%;
	margin-bottom: 10px;
}
.days_012_action{
	width: 55%;
	padding-top: 10px;
	margin-left: 5%;
	font-size: 16px;
	color: #7e5728;
	line-height: 1.2em;
}
/*-----------(345)----------*/

.days_345{
	width: 91%;
	position:relative;
	margin: 30px auto;
	padding: 200px 0 60px 0;
	background-color:#F5FFE9;
	border-radius: 15px;
}
.days_345 img{
	width:100%;
}
.days_345_top{
	width: 100%;
	height: 110px;
	background-image:url("../img/days/age_345_topbg.png");
	background-repeat: repeat-x;
	position: absolute;	
	top:0;
	border-radius: 15px;
}
.days_345_top img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.days_345_top_ttl{
	width: 30%;
	padding: 15px 35%;
}

.days_345_main{
	width: 90%;
	margin: 0 5%;
	display: flex;
	flex-direction: row;
}
.days_345_time{
	width: 38%;
	display: flex;
	flex-direction: column;
}
.days_345_time_item{
	width: 100%;
	margin: 8px auto;
	display: flex;
	flex-direction: row;
	text-align: left;
	position: relative;
}
.days_345_clock{
	width: 40%;
	margin-bottom: 10px;
}
.days_345_action{
	width: 55%;
	padding-top: 10px;
	margin-left: 5%;
	font-size: 16px;
	color: #7e5728;
	line-height: 1.2em;
}
/*pohto*/
.days_photo_area{
	width: 62%;
	margin-left: 3%;
	display: flex;
	flex-direction:column;
}
.days_photo_area_ttl{
	width: 94%;
	margin: 0 auto 20px auto;
	font-size: 16px;
	color: #ce7f00;
	text-align: center;
}
.days_photo_area_ttl2{
	width: 94%;
	margin: 0 auto 20px auto;
	font-size: 16px;
	color: #1493a3;
	text-align: center;
}
.days_photo_box{
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 2em;
	color: #000;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
.days_photo{
	width: 48%;
	margin-bottom: 20px;
}
.days_photo img{
	border-radius: 12px;
}

/*--------------(special cont)--------------*/
.sp_cont{
	width: 80%;
	margin: 30px auto;
}
.sp_cont img{
	width:100%;
}
.sp_cont_ttl{
	width: 90%;
	margin: 20px auto;
}
.sp_cont_subttl{
	width: 40%;
	margin: 40px auto;
}
.sp_cont_photo{
	width: 100%;
	margin: 20px auto  auto40px;
}
.sp_cont_photo img{
	border-radius: 15px;
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    /*education */

.education_main{
	width: 80%;
	margin: 50px auto;
	padding:30px 5% 30px 5%;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
/*-----------(012)----------*/
.days_012{
	width: 95%;
	position:relative;
	margin: 30px auto;
	padding: 120px 0 40px 0;
	background-color: #fefae0;
	border-radius: 15px;
}

.days_012_top{
	width: 100%;
	height: 80px;
	background-image:url("../img/days/age_012_topbg.png");
	background-repeat: repeat-x;
	position: absolute;	
    background-size: contain;
	top:0;
	border-radius: 15px;
}

.days_012_top_ttl{
	width: 30%;
	padding: 15px 35%;
}

.days_012_main{
	width: 90%;
	margin: 0 5%;
	display: flex;
	flex-direction: row;
}
.days_012_time{
	width: 38%;
	display: flex;
	flex-direction: column;
}
.days_012_time_item{
	width: 100%;
	margin: 8px auto;
	display: flex;
	flex-direction: row;
	text-align: left;
	position: relative;
}
.days_012_clock{
	width: 40%;
	margin-bottom: 10px;
}
.days_012_action{
	width: 58%;
	padding-top: 10px;
	margin-left: 5%;
	font-size: 14px;
	color: #7e5728;
	line-height: 1.2em;
}
/*-----------(345)----------*/

.days_345{
	width: 95%;
	position:relative;
	margin: 30px auto;
	padding: 120px 0 40px 0;
	background-color:#F5FFE9;
	border-radius: 15px;
}

.days_345_top{
	width: 100%;
	height: 80px;
	background-image:url("../img/days/age_345_topbg.png");
	background-repeat: repeat-x;
	position: absolute;	
    background-size: contain;
	top:0;
	border-radius: 15px;
}

.days_345_top_ttl{
	width: 30%;
	padding: 15px 35%;
}

.days_345_main{
	width: 90%;
	margin: 0 5%;
	display: flex;
	flex-direction: row;
}
.days_345_time{
	width: 38%;
	display: flex;
	flex-direction: column;
}
.days_345_time_item{
	width: 100%;
	margin: 8px auto;
	display: flex;
	flex-direction: row;
	text-align: left;
	position: relative;
}
.days_345_clock{
	width: 40%;
	margin-bottom: 10px;
}
.days_345_action{
	width: 58%;
	padding-top: 10px;
	margin-left: 5%;
	font-size: 14px;
	color: #7e5728;
	line-height: 1.2em;
}
/*pohto*/
.days_photo_area{
	width: 62%;
	margin-left: 3%;
	display: flex;
	flex-direction:column;
}
.days_photo_area_ttl{
	width: 94%;
	margin: 0 auto 20px auto;
	font-size: 14px;
    line-height: 1.6em;
	color: #ce7f00;
	text-align: center;
}
    .days_photo_area_ttl img{
        padding-bottom: 20px;
    }
.days_photo_area_ttl2{
	width: 94%;
	margin: 0 auto 20px auto;
	font-size: 14px;
    line-height: 1.6em;
	color: #1493a3;
	text-align: center;
}
    .days_photo_area_ttl2 img{
        padding-bottom: 20px;
    }
.days_photo_box{
	width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
    font-weight: 500;
	color: #000;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
.days_photo{
	width: 48%;
	margin-bottom: 20px;
}


/*--------------(special cont)--------------*/
.sp_cont{
	width: 90%;
	margin: 30px auto;
}

.sp_cont_ttl{
	width: 90%;
	margin: 20px auto;
}
.sp_cont_subttl{
	width: 40%;
	margin: 40px auto;
}
.sp_cont_photo{
	width: 100%;
	margin: 20px auto  auto 40px;
}

}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.education_main{
	width: 80%;
	margin: 40px auto;
	padding:20px 5%;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
/*-----------(012)----------*/
.days_012{
	width: 95%;
	position:relative;
	margin: 30px auto;
	padding: 0;
	background-color: #fefae0;
	border-radius: 15px;
}

.days_012_top{
	width: 100%;
	height: 60px;
	background-image:url("../img/days/age_012_topbg.png");
	background-repeat: repeat-x;
	position: relative;	
    background-size: 20%;
	top:0;
	border-radius: 15px;
	text-align: center;
}

.days_012_top_ttl{
	width: 50%;
	padding: 10px 25%;
}

.days_012_main{
	width: 90%;
	margin: 0 5%;
	display: flex;
	flex-direction: column;
}
.days_012_time{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 10px auto;
}
.days_012_time_item{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	text-align: left;
	position: relative;
}
.days_012_clock{
	width: 50%;
	margin-bottom: 10px;
}
.days_012_action{
	width: 45%;
	padding-top: 10px;
	margin-left: 5%;
	font-size: 14px;
	color: #7e5728;
	line-height: 1.2em;
}
/*-----------(345)----------*/

.days_345{
	width: 95%;
	position:relative;
	margin: 30px auto;
	padding: 60px 0 40px 0;
	background-color:#F5FFE9;
	border-radius: 15px;
}

.days_345_top{
	width: 100%;
	height: 60px;
	background-image:url("../img/days/age_345_topbg.png");
	background-repeat: repeat-x;
	position: absolute;	
    background-size: 20%;
	top:0;
	border-radius: 15px;
}

.days_345_top_ttl{
	width: 50%;
	padding: 10px 25%;
}

.days_345_main{
	width: 90%;
	margin: 10px 5%;
	display: flex;
	flex-direction: column;
}
.days_345_time{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.days_345_time_item{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	text-align: left;
	position: relative;
}
.days_345_clock{
	width: 50%;
	margin-bottom: 10px;
}
.days_345_action{
	width: 45%;
	padding-top: 10px;
	margin-left: 5%;
	font-size: 14px;
	color: #7e5728;
	line-height: 1.2em;
}
/*pohto*/
.days_photo_area{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction:column;
}
.days_photo_area_ttl{
	width: 94%;
	margin: 0 auto 20px auto;
	font-size: 14px;
    line-height: 1.6em;
	color: #ce7f00;
	text-align: center;
}
.days_photo_area_ttl img{
        padding-bottom: 20px;
    }
.days_photo_area_ttl2{
	width: 94%;
	margin: 0 auto 20px auto;
	font-size: 14px;
    line-height: 1.6em;
	color: #1493a3;
	text-align: center;
}
    .days_photo_area_ttl2 img{
        padding-bottom: 20px;
    }
.days_photo_box{
	width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
    font-weight: 500;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}
.days_photo{
	width: 80%;
	margin: 10px auto;
}


/*--------------(special cont)--------------*/
.sp_cont{
	width: 90%;
	margin: 0 auto;
}

.sp_cont_ttl{
	width: 100%;
	margin: 0 auto;
}
.sp_cont_subttl{
	width:80%;
	margin: 20px auto;
}
.sp_cont_photo{
	width: 100%;
	margin: 20px auto;
}
}


/*box-shadow: 1px 1px 6px rgba(0,0,0,0.2);*/
