@charset "UTF-8";
/* ACTION */
.action_top{
	width: 80%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.action_top img{
	width: 90%;
	margin: 0 auto 30px auto;
}
.action_top_copy{
    width: 80%;
    margin: 20px auto;
}

.action_main{
	width: 80%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
    font-size: 15px;
}
.action_schedule{
    width: 100%;
    display: flex;
	flex-direction: row;
	text-align: left;
    align-items: stretch;
    justify-content: space-between;
    margin: 10px 0;
}
.schedule_1{
	width: 20%;
    margin: 0 20px 0 0;
	
}
.schedule_2{
	width: 77%;
	display: flex;
	flex-direction: row;
	text-align: left;
	padding-bottom: 30px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.schedule_2_item{
    width: 48%;
    margin-bottom: 30px;
}
.schedule_2_item_ttl{
    width: 100%;
    font-size: 18px;
    color: #649D1E;
    font-weight: 600;
    margin: 10px 0 0 0 ;
}
.schedule_2_item_ttlB{
    width: 100%;
    font-size: 24px;
    color: #0681a4;
    font-weight: 600;
    margin: 10px 0 0 0 ;
}
.schedule_2_item img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}

/*特別指導*/
.sp_base{
    width: 80%;
    padding: 50px 10%;
    background-color: #D6F4FF;
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border-top: 2px solid #164EA5;
    border-bottom: 2px solid #164EA5;
    margin-bottom: 80px;
}
.sp_base_ttl{
    width: 20%;
}
.sp_base_item{
    width: 76%;
    font-size: 14px;
}
.sp_base_item img{
    width: 40%;
    margin: 20px 0 10px 0;
}
.sp_photo{
    display: flex;
	flex-direction: row;
    justify-content: space-between;
}
.sp_photo_item{
    width: 48%;
    margin: 0;
}
.sp_photo_item img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}

/*years*/

.seazon{
    position: relative;
    width: 80%;
    margin: 40px auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    text-align: left;
    align-items: stretch;
}

.seazon_ttl{
    width: 25%;
}
.seazon_list{
    width: 71%;
    padding: 15px 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 10px;
    color: #666;
    margin-top: 20px;
}
.seazon_list_item{
    margin-right: 15px;
}

.bg_spring{
    background-color: #FBE2E2;
}
.bg_summer{
    background-color: #FAE1D0;
}
.bg_autumn{
    background-color:#E3D8D5;
}
.bg_winter{
    background-color: #E3F0F4;
}
.bg_birth{
    background-color: #E5EED6;
}
.bg_evacuation{
    background-color: #FFE7ED;
}
.bg_diet{
    background-color: #FFEBD0;
}
.bg_music{
    background-color: #DAEAFF;
}
.spring{
    color: #F2A6A5;
}
.summer{
    color: #F3AC7F;
}
.autumn{
    color: #BDA198;
}
.winter{
    color: #7EB2BE;
}

.seazon2{
    position: relative;
    width: 80%;
    margin: 50px auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    text-align: left;
    align-items: stretch;
}
.seazon_list2{
    width: 71%;
    padding: 15px 2%;
    border-radius: 10px;
    color: #666;
    margin-top: 5px;
}
/*行事写真*/

.seazon_photo_area{
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.seazon_photo1{
    width:31.3%;
    margin: 10px 1%;
    text-align: center;
    font-size: 90%;
    color: #676767;
}
.seazon_photo1 img{
    width: 94%;
    border:1px solid #ddd;
    padding: 3%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}
.seazon_photo2{
    width:31.3%;
    padding: 0.5%;
    margin: 10px 0;
    
}
.seazon_photo2 img{
    width: 100%;    
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
/* ACTION */
.action_top{
	width: 80%;
	text-align: center;
	margin: 20px auto;
}
.action_top img{
	width: 100%;
	margin: 0 auto 30px auto;
}
.action_top_copy{
    width: 80%;
    margin: 20px auto;
    font-size: 15px;
}

.action_main{
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
    font-size: 14px;
}
.action_schedule{
    width: 100%;
    display: flex;
	flex-direction: row;
	text-align: left;
    align-items: stretch;
    justify-content: space-between;
    margin: 10px 0;
}
.schedule_1{
	width: 20%;
    margin: 0 20px 0 0;
	
}
.schedule_2{
	width: 77%;
	display: flex;
	flex-direction: row;
	text-align: left;
	padding-bottom: 30px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.schedule_2_item{
    width: 48%;
    margin-bottom: 30px;
}
.schedule_2_item_ttl{
    width: 100%;
    font-size: 18px;
    color: #649D1E;
    font-weight: 600;
    margin: 10px 0 0 0 ;
}
.schedule_2_item_ttlB{
    width: 100%;
    font-size: 24px;
    color: #0681a4;
    font-weight: 600;
    margin: 10px 0 0 0 ;
}
.schedule_2_item img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}

/*特別指導*/
.sp_base{
    width: 90%;
    padding: 50px 5%;
    background-color: #D6F4FF;
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border-top: 2px solid #164EA5;
    border-bottom: 2px solid #164EA5;
    margin-bottom: 80px;
}
.sp_base_ttl{
    width: 20%;
}
.sp_base_item{
    width: 76%;
    font-size: 14px;
}
.sp_base_item img{
    width: 40%;
    margin: 20px 0 10px 0;
}
.sp_photo{
    display: flex;
	flex-direction: row;
    justify-content: space-between;
}
.sp_photo_item{
    width: 48%;
    margin: 0;
}
.sp_photo_item img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}

/*years*/

.seazon{
    position: relative;
    width: 90%;
    margin: 40px auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    text-align: left;
    align-items: stretch;
    font-size: 15px;
}

.seazon_ttl{
    width: 25%;
}
.seazon_list{
    width: 71%;
    padding: 15px 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 10px;
    color: #666;
    margin-top: 20px;
}
.seazon_list_item{
    margin-right: 15px;
}



.seazon2{
    position: relative;
    width: 90%;
    margin: 50px auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    text-align: left;
    align-items: stretch;
    font-size: 15px;
}
.seazon_list2{
    width: 71%;
    padding: 15px 2%;
    border-radius: 10px;
    color: #666;
    margin-top: 5px;
}
/*行事写真*/

.seazon_photo_area{
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.seazon_photo1{
    width:31.3%;
    margin: 10px 1%;
    text-align: center;
    font-size: 80%;
    color: #676767;
}
.seazon_photo1 img{
    width: 94%;
    border:1px solid #ddd;
    padding: 3%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}
.seazon_photo2{
    width:31.3%;
    padding: 0.5%;
    margin: 10px 0;
    
}
.seazon_photo2 img{
    width: 100%;    
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/* ACTION */
.action_top{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.action_top img{
	width: 100%;
	margin: 0 auto;
}
.action_top_copy{
    width: 80%;
    margin: 20px auto;
    font-size: 14px;
}

.action_main{
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
    font-size: 14px;
}
.action_schedule{
    width: 100%;
    display: flex;
	flex-direction: column;
	text-align: left;
    align-items: stretch;
    justify-content: space-between;
    margin: 10px 0;
}
.schedule_1{
	width: 50%;
    margin: 10px 0;
	
}
.schedule_2{
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
	padding-bottom: 20px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.schedule_2_item{
    width: 90%;
    margin: 10px auto;
}
.schedule_2_item_ttl{
    width: 100%;
    font-size: 14px;
    color: #649D1E;
    font-weight: 600;
    margin: 10px 0 0 0 ;
}
.schedule_2_item_ttlB{
    width: 100%;
    font-size: 24px;
    color: #0681a4;
    font-weight: 600;
    margin: 10px 0 0 0 ;
}
.schedule_2_item img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}

/*特別指導*/
.sp_base{
    width: 90%;
    padding: 50px 5%;
    background-color: #D6F4FF;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border-top: 2px solid #164EA5;
    border-bottom: 2px solid #164EA5;
    margin-bottom: 80px;
}
.sp_base_ttl{
    width: 50%;
}
.sp_base_item{
    width: 100%;
    font-size: 14px;
}
.sp_base_item img{
    width: 60%;
    margin: 20px 0 10px 0;
}
.sp_photo{
    display: flex;
	flex-direction: column;
    justify-content: space-between;
}
.sp_photo_item{
    width: 80%;
    margin: 0 auto;
}
.sp_photo_item img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}

/*years*/

.seazon{
    position: relative;
    width: 90%;
    margin: 40px auto 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    text-align: left;
    align-items: stretch;
    font-size: 14px;
}

.seazon_ttl{
    width: 60%;
}
.seazon_list{
    width: 80%;
    padding: 15px 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 10px;
    color: #666;
    margin: 20px auto;
    font-size: 14px;
}
.seazon_list_item{
    margin-right: 15px;
}



.seazon2{
    position: relative;
    width: 90%;
    margin: 50px auto 20px;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-self: flex-start;
    text-align: left;
    align-items: stretch;
    font-size: 14px;
}
.seazon_list2{
    width: 80%;
    padding: 15px 5%;
    border-radius: 10px;
    color: #666;
    margin: 5px auto;
}
/*行事写真*/

.seazon_photo_area{
    width: 80%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.seazon_photo1{
    width:90%;
    margin: 10px 5%;
    text-align: center;
    font-size: 13px;
    color: #676767;
}
.seazon_photo1 img{
    width: 94%;
    border:1px solid #ddd;
    padding: 3%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}
.seazon_photo2{
    width:80%;
    padding: 0.5%;
    margin: 10px auto;
    
}
.seazon_photo2 img{
    width: 100%;    
}
}

