@charset "utf-8";
/* CSS Document */

/*共通*/
*{
    margin: 0;
    padding: 0;
}
body{
	color:#333333;
	background-color:white;
}
p{
	color:rgb(86, 81, 65);
        font-size: 18px;
}
h1{
	font-size: 28px;
}
h2{
	font-size: 26px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 40px;
	font-family: serif;
	color: rgb(0, 29, 86);
}
h5{
	font-size: 18px;
	font-family: 游ゴシック;
}
h6{
	font-size: 30px;
	font-family: serif;
	color: rgb(0, 29, 86);
}
a{
        font-family: serif;
        font-size: 18px;
}
ul{
	list-style-type: none;
}
#pdf:before{
	content: " ";
	display: inline-block;
	width:45px;
	height: 30px;
	background: url(/images/pdficon.png) no-repeat;
        vertical-align: bottom;
}


.area_logo_header{
	display: flex;
	/*background-color: rgb(0,29,86);*/
        justify-content: center;
}
.area_logo_header p{
	margin: auto 0;
	color: white;
}
.logo_right{
	margin-left: auto;
}

@media screen and (min-width: 767px){
.header2{display: none}
}

/*ヘッダー pc用
-------------------------------------------------------------*/
.header1{
    background: #fff;
    border-bottom: 3px solid #001d56;
}
.header1 > .container{
    height: 80px;
    display: flex;
    align-items: center;
    max-width: none;
}

/*ロゴエリア*/
.area_logo_header .logo{
    display: block;
}
.area_logo_header .logo img{
    height: 45px;
    vertical-align: bottom;
    margin-left: 20px;
}

/*ナビゲーション*/
.area_nav_header{
    margin-left: auto;
}

/*ヘッドナブヘッダー*/
.head_nav_header_b{
    margin: 0 0 12px;
}

/*リストナビ_サブ*/
.list_nav_sub_header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list_nav_sub_header > li + li{
    margin-left: 10px;
}
.list_nav_sub_header li{
    float: left;
}
.list_nav_sub_header a{
    font: bold 16px/1em 'noto sans japanese',sans-serif;
    color: white;
}
.list_nav_sub_header .btn_call{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 18px;
    background:rgb(128, 127, 127);
    border-radius: 2px;
    position: relative;
}

.list_nav_sub_header .btn_contact{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 18px;
    background:rgb(0, 129, 99);
    border-radius: 2px;
    position: relative;
    text-decoration:none;
}
.list_nav_sub_header li :hover{
    color: rgb(22, 48, 100);
    text-decoration: none;
}

.list_nav_sub_header .btn_call_orange{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 18px;
    background:rgb(244, 163, 26);
    border-radius: 2px;
    position: relative;
}

.list_nav_sub_header .btn_contact_blue{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 18px;
    background:rgb(101, 181, 235);
    border-radius: 2px;
    position: relative;
}


/*リストナビ*/
.list_nav_header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list_nav_header li{
    float: left;
}
.list_nav_header li :hover{
    color: rgb(22, 48, 100);
    text-decoration: none;
}
.list_nav_header a{
    display: flex;
	text-align: center;	/*文字をセンタリング*/
    height: 5px;
	padding: 0 10px;	/*上下、左右へのボックス内の余白*/
	font: 300 14px/1em 'noto sans japanese',sans-serif;
	color: black;
}
/*現在のナビ*/
.current a{
    color: rgb(22, 48, 100);
}

/*日新館　中学校トップページ*/
.area_juniorhigh_top_view{
	background: url(/userfiles/page_contents/50fd468b33bcd785fc089bf014f09a13.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.area_juniorhigh_top_view p{
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px -2px 3px rgb(86, 81, 65);
	margin: 0;
    font-family: serif;
}
#nisshinkan_top_gold{
	margin: 0;
	padding: 10px 0;
	background: radial-gradient(white,rgb(238, 233, 215));
}
#nisshinkan_top_white{
	margin: 0;
	padding: 5px 0;
	background: white;
}
#juniorhigh_top_gray{
	margin: 0;
	padding: 3% 0;
	background-image: url(../images/j_back.jpg);
	background-repeat: repeat;
        background-size: cover;
}
.parallel_conteiner{
	margin: 0 auto;	
	position: absolute;
	bottom: -65px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	width: 540px;
	padding: 10px 0;
	background: radial-gradient(rgb(247,233,211),rgb(205, 179, 145));
}
.parallel_conteiner a{
	width: 50%;
}
.parallel_conteiner img{
	width: 270px;
	height: 110px;
	padding: 0 10px;
}

/*日新館　中学校トップページ　お知らせのとこ*/
.container_info{
	position: relative;
	padding: 15px;
	text-align: center;
}
#container_info_full_gray{
	max-width:800px;
	width:90%;
	margin:3% auto;
	border: solid 6px lightgray;
        background-color: white;
	padding:2% 1%;
}
.title{
	font-family: serif;
	font-size: 30px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 0;
}

#container_info_full_gray h2{
	font-family: serif;
	font-size: 30px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 0;
}


.compressed_title_border{
	width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 55px;
	margin: auto;
}
#container_info_full_gray h3 {
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 10px 0 0 0;
}

.container_info_list{
	font-family: 游ゴシック;
	width: 100%;
	margin-top: 30px;
}
.container_info_list td{
	padding: 10px 5px;
	margin: 5px 0;
	text-align: left;
	border-bottom: solid 1px rgb(86, 81, 65);
}
.container_info_list th{
	text-align: center;
	padding: 10px 0px;
	font-weight: normal;
	border-bottom: solid 1px rgb(86, 81, 65);
}
.container_info_list a{
	color: rgb(86, 81, 65);
}
.info_list_date{
	width: 70px;
	text-align: center;
}
.info_list_icon_oshirase{
	color: white;
	background-color: rgb(80, 170, 179);
	text-align: center;
	padding: 0 5px;
}
.info_list_icon_shintyaku{
	color: white;
	background-color: rgb(234, 149, 104);
	text-align: center;
	padding: 0 5px;
}
.btn_info{
	width: 100px;
	margin: 30px auto;
}
.btn_info img{
	width: 100px;
	text-align: center;
	margin: 30px;
}




/*日新館中学校　トップページ　中学校　お知らせのとこ*/
.container_info_left{
	width: 700px;
	height: 430px;
	margin: auto 0;
	border-top: solid 6px rgb(192, 192, 129);
	border-bottom: solid 6px rgb(192, 192, 129);
	border-left: solid 6px rgb(192, 192, 129);
	vertical-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 5%;
}
.conteiner_info_juniorhigh{
	margin: 50px 0;
	position: relative;
	height: 500px;
}

/*日新館　中学校トップページ　お知らせのとこ*/
.container_info_right{
	width: 700px;
	height: 430px;
	margin: auto 0;
	border-top: solid 6px rgb(192, 192, 129);
	border-bottom: solid 6px rgb(192, 192, 129);
	border-right: solid 6px rgb(192, 192, 129);
	vertical-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 5%;
}

/*中学校　トップページ
-------------------------------------------------------*/
#life_creed{
	margin: 50px 0px 0px 0px;
	width: auto;
}
.life_creed1 img{
	width: 100%;
	padding: 30px 50px;
}
.life_creed2 img{
	margin-bottom: 30px;
	padding: 20px 40px;
    width: 100%;
}
.compressed_title_border_lifecreed{
    width: 200px;
	margin: -1.5% auto !important;
	text-align:center !important;

}
.container_info_school{
	position: relative;
	padding: 15px;
	text-align: center;
}
.container_silver_right{
	width: 550px;
	height: 260px;
	margin: auto 0;
	border-top: solid 6px rgb(192, 192, 129);
	border-bottom: solid 6px rgb(192, 192, 129);
	border-right: solid 6px rgb(154, 154, 153);
    border-Image:linear-gradient(to left,rgb(154, 154, 153),rgb(229, 229, 235));
    border-image-slice:1;
	vertical-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}
.container_educ{
    text-align: left;
    background-color: white;
    padding: 20px 1.3em;
    line-height: 2em;
}
.container_educ_title{
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
    color:rgb(86, 81, 65);
    margin: 10px 0;
	line-height: 2.5em;
}
.juniorhigh_top_gray_container{
	margin: 50px 14%;
	position: relative;
	height: 340px;
}
.juniorhigh_top_img_left{
	position: absolute;
	width: 560px;
	height: 340px;
	left: 0;
}
.container_silver_left{
	width: 550px;
	height: 260px;
	margin: auto 0;
	border-top: solid 6px rgb(192, 192, 129);
	border-bottom: solid 6px rgb(192, 192, 129);
	border-left: solid 6px rgb(154, 154, 153);
    border-Image:linear-gradient(to right,rgb(154, 154, 153),rgb(229, 229, 235));
    border-image-slice:1;
	vertical-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}
.juniorhigh_top_img_right{
	position: absolute;
	width: 560px;
	height: 340px;
	right: 0;
}


/*日新館　小学校トップページ
-----------------------------------------------------------*/
.area_elementary_top_view{
	background: url(../images/school_top.JPG) no-repeat center center;
	background-size: cover;
	position: relative;
}
.area_elementary_top_view p{
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px -2px 3px rgb(86, 81, 65);
	margin: 0;
    font-family: 游ゴシック;
}
.title_yellow{
    font-family: serif;
	font-size: 30px;
	font-weight: bold;
	color:rgb(176, 152, 43);
	text-align: center;
	margin: 0;
}
.nisshinkankyouiku{
	padding: 10px 50px;
}

/*日新館　小学校トップページ　お知らせエリア
------------------------------------------------------------*/
.container_info_elementary_full{
	width: 100%;
	height: 450px;
	margin: 90px auto;
    background-color: rgba(254, 254, 254, 0.8);
}
.info_list_icon_oshirase_yellow{
	color: rgb(176, 152, 43);
	text-align: center;
	padding: 0 5px;
    border: solid 1px rgb(176, 152, 43);
}
.info_list_icon_shintyaku_yellow{
	color: rgb(176, 152, 43);
	text-align: center;
	padding: 0 5px;
    border: solid 1px rgb(176, 152, 43);
}

/*日新館　小学校トップページ
-----------------------------------------------------------*/
.container_elementary_chara_right{
	width: 500px;
	height: 400px;
	margin: auto 0;
	vertical-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 3%;
}
.container_elementary_chara{
    text-align: left;
    background-color: white;
    padding: 20px 15px;
    line-height: 2em;
}
.container_elementary_chara{
    font-family: 游ゴシック;
    font-size: 16px;
    font-weight: bold;
}
.container_chara_title{
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
    color:rgb(86, 81, 65);
    margin: 10px 0;
}

.rainbow_img{
    vertical-align: middle;
    text-align: center;
    padding: 25px;
    vertical-align: middle;
    right: 0;
    width: 100%;
}
.container_smile_table img{
    width: 80px;
}
.container_smile_table{
    display: block;
    width: 750px;
    padding: 30px 0;
    font-family: 游ゴシック;
    font-size: 16px;
}
.container_smile th{
    padding: 0;
    width: 95px;
    height: 95px;
    display: table-cell;
    text-align: center;
}
.elementary_top_container{
	margin: 50px 14%;
	position: relative;
	height: 450px;
}
.green_text{
    color: green;
    font-weight: bold;
    font-size: 40px;
    font-family: 游ゴシック;
    text-align: center;
}
.elementary_top_img_left{
	position: absolute;
	width: 650px;
	height: 450px;
	left: 0;
}
.title_yellow_left{
    font-family: serif;
	font-size: 30px;
	font-weight: bold;
	color:rgb(176, 152, 43);
	text-align: left;
	margin: 10px 0;
}
.container_elementary_top_yellow{
    padding: 30px 0;
    background-color: rgb(249, 240, 179)
}




/*トップ写真部分
------------------------------------------------------*/
#school_img img{
    width: 100%;
    position: relative;
}
#school_text{
    position: absolute;
	top: 100px;
	right: 0px;
	background-color: white;
	width: 240px;
}
.school_head_text{
    font-size: 28px;
    padding-left: 10px;
    margin-bottom: 0;
}
.school_bottom_text{
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 0;
}


/* main_container 部分
--------------------------------------------------------*/
#main_container{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.3vw;
    font-family: sans-serif;
}

.main_container_title{
    font-size: 2vw;
    font-family: serif;
    text-align: center;
    margin: 0;
    bottom: 0;
    min-width: 100%;
    font-weight: bold;
}

.container_center{
    text-align: center;
    margin-bottom: 22px;
    top: 0;
}

.container_title_border img{
    height: 1.1vw;
    width: auto;
    margin: 0;
    bottom: 0;
    transform: translate(0, -60%);
}
.bold{
    font: bold 1.5vw/1em 'noto sans japanese',sans-serif;
}
.container_white{
    display: block;
    padding: 30px 15%;
    background-color: white;
}
.container_gray{
    display: block;
    padding: 30px 15%;
    background-color: rgb(242, 242, 242);
}
.container_yellow{
    display: block;
    padding: 30px 15%;
    background-color: rgb(249, 240, 179);
}
.schedule_of_year{
    width: 100%;
}
.time_table{
    width: 60%;
}
.komejirusi{
    font-size: 1.3vw;
    text-align: right;
}
.text_center{
    text-align: center;
}
.container_container{
    margin-bottom: 8%;
}

/*juniorhigh_info.html
----------------------------------------------------*/
.hexagon{
    background-color: rgb(86, 81, 65);
    color: #ffffff;
    font-family: serif;
    display: inline-block;
    font-size: 1.5vw;
    line-height: 0.1rem;
    margin: 0 1rem;
    padding: 1rem 3rem;
    position: relative;
    top: 0;
    right: 0;
}
.hexagon:before{
    background: linear-gradient(to bottom right, transparent 50%, rgb(86, 81, 65) 50.1%) top left/ 100% 50% no-repeat, linear-gradient(to top right, transparent 50%, rgb(86, 81, 65) 50.1%) bottom left/ 100% 50% no-repeat;
    bottom: 0;
    content: "";
    display:inline-block;
    height: 100%;
    left: -1rem;
    position:absolute;
    top:0;
    width: 1rem;  
}
.hexagon:after{
    background: linear-gradient(to bottom left, transparent 50%, rgb(86, 81, 65) 50.1%) top left/ 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, rgb(86, 81, 65) 50.1%) bottom left / 100% 50% no-repeat;
    bottom:0;
    content: "";
    display:inline-block;
    height: 100%;
    position:absolute;
    right: -1rem;
    top:0;
    width: 1rem;
}
.main_container_hexagon{
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.hexagon_border{
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 0px;

    padding: 30px 15%;
    
    font-size: 2vw;
    font-family: serif;
    text-align: center;
    margin: 0;
    bottom: 0;
    min-width: 100%;
}
.hexagon_border:before, .hexagon_border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 20vw;
    height: 2px;
    background-color: rgb(86, 81, 65);
}
.hexagon_border:before {
    left:0;
}
.hexagon_border:after {
    right: 0;
}





.main_container_table_top{
    width: 100%;
    margin: 20px 0;
    font-size: 1.3vw;
    font-family: serif;
}
.main_container_table_top tr{
    text-align: center;
    text-align: left;
    vertical-align: top;
}
.main_container_table_top th{
    padding: 10px;
}
.main_container_table_top td{
    padding: 10px;
}
.btn_table_download{
	text-align: left;
	margin: 0;
}
.btn_table_download a{

	font-size: 1.3vw;
	padding: 5px 10px;
}

a.btn--blue{
	color: #fff;
	background-color: blue;
	border: darkblue;
	font-family: serif;
}
a.btn--blue:hover{
	margin-top: 3px;
	color: #fff;
	background: rgb(66, 136, 240);
	border-bottom: 0.5px solid blue;
}

.main_container_table_middle{
    width: 100%;
    margin: 30px 0;
    font-size: 1.3vw;
    font-family: serif;
    border: black 1px;
}
.main_container_table_middle tr{
    text-align: center;
}
.main_container_table_middle th{
    background-color: rgb(240, 240, 220);
    padding: 5px 10px;
    width: 25%;
}
.main_container_table_middle td{
    padding: 5px 10px;
}
.main_container_table_middle_td_mensetsu{
    width: 25%;
}

.main_container_table_bottom{
    width: 100%;
    margin: 30px 0;
    font-size: 1.3vw;
    font-family: serif;
    border: black 1px;
}
.main_container_table_bottom tr{
    text-align: center;
}
.main_container_table_bottom th{
    background-color: rgb(240, 240, 220);
    padding: 5px 10px;
}
.main_container_table_bottom td{
    padding: 5px 10px;
}

/*juniorhigh_life
---------------------------------------------------------*/
.main_container_title_underline{
    border-bottom: solid 1px black;
    font-size: 2vw;
    font-family: serif;
    text-align: center;
    margin: 0;
    bottom: 0;
    min-width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}
.fontfamily_serif{
    font-family: serif;
}
.img_width_100{
    width: 100%;
    padding: 10px 40px 40px 40px;
}

.juniorhigh_img_border{
    border: solid 2px black;
    width: 90%;
    text-align: center;
}
.img_center_wear{
    text-align: center;
    margin: 0px 0;
}
.img_center_wear p{
    font-family: serif;
}

.juniorhigh_img_center{
    text-align: center;
}
.juniorhigh_img_center img{
    width: 70%;
}
.sub_title{
    font-size: 1.8vw;
    font-family: serif;
    text-align: center;
    margin: 0;
    bottom: 0;
    margin-bottom: 10px;
}

.kendo_table{
    width: 100%;
    margin: 3vh 0;
    font-size: 1vw;
    font-family: serif;
}
.kendo_table th{
    text-align: left;
    vertical-align: top;
    padding: 3px;
    font-weight: 400;
    font-size: 1vw;
}
.kendo_table td{
    padding: 1px;
}
.juniorhigh_life_flex{
display: flex;
flex-wrap: wrap;
}

/*elementary_cur
----------------------------------------------------*/
/*title_egg*/
.egg{
    background-color: rgb(86, 81, 65);
    color: #ffffff;
    font-family: serif;
    display: inline-block;
    font-size: 1.5vw;
    line-height: 0.1rem;
    margin: 0 1rem;
    padding: 1rem 3rem;
    position: relative;
    top: 0;
    right: 0;
    border-radius: 25px;
    width: 60%;
    text-align: center;
}

.main_container_egg{
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.egg_border{
    position: absolute;
    display: inline-block;
    top: -7px;
    left: 0px;

    padding: 30px 15%;
    
    font-size: 2vw;
    font-family: serif;
    text-align: center;
    margin: 0;
    bottom: 0;
    min-width: 100%;
    text-decoration: dotted;
}
.egg_border:before, .egg_border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 20vw;
    height: 2px;
    border-bottom: dotted 5px rgb(86, 81, 65);
}
.egg_border:before {
    left:0;
}
.egg_border:after {
    right: 0;
}

/*smile とは*/
.elementary_cur_img{
    display: block;
    text-align: center;
}
.elementary_cur_img img{
    text-align: center;
    width: 30%;
}
.main_container_four{
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
}
.main_container_four_area{
    position: relative;
    background-color: rgb(249, 240, 179);
    height: 19vw;
    width: 50%;
    padding: 0.5vw;
}
.main_container_four_area img{
    position: absolute;
    width: 5vw;
    height: 5vw;
    top: 0.5vw;
    left: -5vw;
}
.main_container_one_area{
    position: relative;
    padding: 5px;
    margin: 0 0 0 5vw;
}
.main_container_four_area_title{
    font-family: sans-serif;
    font-size: 1.1vw;
    margin: 0;
}
.main_container_four_area_text{
    font-family: serif;
    font-size: 1.4vw;
    margin-bottom: 10px;
    font-weight: bold;
}
.main_container_one_area li{
    font-family: serif;
    font-size: 1.1vw;
    font-weight: bold;
    color: rgb(86, 81, 65);
}
.main_container_one_area ul{
    list-style-type: disc;
    display: inline-block;
    padding: 0 15px;
}
.main_container_four_purple{
    color: rgb(141, 144, 192);
}
.main_container_four_pink{
    color: rgb(222, 164, 176);
}
.main_container_four_yellow{
    color: rgb(234, 187, 66);
}
.main_container_four_blue{
    color: rgb(144, 200, 232);
}
.border_bottom{
    border-bottom: solid 1px rgb(86, 81, 65);
}
.border_left{
    border-left: solid 1px rgb(86, 81, 65);
}

/*年間授業時数*/
.col1_table{
    width: 100%;
    font-family: serif;
    text-align: center;
    font-weight: bold;
    margin: 3vh 0px;
}
.col1_table th{
    font-size: 1.4vw;
    padding: ののpx;
    background-color: rgb(245, 245, 245);
    letter-spacing: 0.2em;
}
.col1_table td{
    font-size: 1.4vw;
    padding: 5px 10px;
    vertical-align: middle;
    letter-spacing: 0.1em;
}
.table_bottom_text{
    font-size: 1vw;
    font-family: serif;
    font-weight: bold;
}
.col1_table_red{
    color: red;
}

.main_container_egg p{
    font-family: serif;
}

/*elementary_info
----------------------------------------------*/
.main_container_table_transfertest{
    font-family: serif;
}
.main_container_table_transfertest td{
    padding: 5px;
}


/*elementary_life
----------------------------------------------*/
/*日新館っ子の一日*/
.margin_topbottom{
    display: block;
    margin: 5% 0;
}
.img_100{
    width: 70%;
    margin: 0 auto;
    padding: 15px;
}
.img_center{
    display: block;
    text-align: center;
}
.main_container_smile{
    display: block;
    height: 250px;
    text-align: center;
}
.main_container_smile p{
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 0 0 80px;
    position: relative;
}
.main_container_smile_su:before{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../images/elementary_life_smile_su.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.main_container_smile_ma:before{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../images/elementary_life_smile_ma.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.main_container_smile_i:before{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../images/elementary_life_smile_i.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.main_container_smile_ru:before{
    content: "";
    display: block;
    width: 69px;
    height: 70px;
    background-image: url(../images/elementary_life_smile_ru.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.main_container_smile_su span{
    color: rgb(141, 144, 192);
}
.main_container_smile_ma span{
    color: rgb(222, 164, 176);
}
.main_container_smile_i span{
    color: rgb(234, 187, 66);
}
.main_container_smile_ru span{
    color: rgb(144, 200, 232);
}

.elementary_timetable{
    font-family: serif;
    margin: auto 0;
    table-layout: fixed;
    text-align: center;
}
.elementary_timetable td{
    padding: 5px;
    font-size: 1.2vw;
}
.elementary_timetable th{
    padding: 5px; 
    font-size: 1.2vw;
    width: 33%;
    text-align: center;
}

/*年間行事*/
.main_container_flex{
    padding: 2.5% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.main_container_flex p{
    border: 1px solid #aaa;
    border-radius: 1.5em;
    box-shadow: 0 0 1em 0.5em rgba(0,0,0,0.5) inset;
    width: 24%;
    font-family: serif;
    font-size: 1.3vw;
    padding: 2%;
    min-height: 150px;
}
.main_container_flex span{
    font-size: 1.8vw;
    font-weight: bold;
}
.main_container_flex_orange{
    background-color: rgb(255, 199, 69);
}
.main_container_flex_yellow{
    background-color: rgb(255, 237, 46);
}
.main_container_flex_lightyellow{
    background-color: rgb(233, 255, 46);
}
.main_container_flex_green{
    background-color: rgb(159, 255, 92);
}
.main_container_flex_lightgreen{
    background-color: rgb(139, 255, 175);
}
.main_container_flex_lightblue{
    background-color: rgb(92, 255, 226);
}
.main_container_flex_blue{
    background-color: rgb(92, 222, 255);
}
.main_container_flex_darkblue{
    background-color: rgb(139, 206, 255);
}
.main_container_flex_purple{
    background-color: rgb(186, 185, 255);
}
.main_container_flex_pink{
    background-color: rgb(242, 208, 255);
}
.main_container_flex_lightpink{
    background-color: rgb(255, 234, 246);
}
.main_container_flex_gray{
    background-color: rgb(238, 233, 238);
}

/*日新館小学校　制服*/
.uniform img{
    width: 70%;
    margin: 5%;
}
.uniform{
    display: block;
    text-align: center;
}







/*フッター
----------------------------------------------------*/
#footer_backgroundcolor_yellow{
    display: block;
    background-color: rgb(249, 240, 179);
}

/*入学案内、進学実績、いじめ防止*/
.footer_bottom_left, .footer_bottom_middle,.footer_bottom_right {
    border: 1px solid #d9d9d9;
    padding: 0;
    width: 100%;
    margin-bottom: 5px;
    position: block;
    vertical-align: middle;

}

.footer_bottom_left img, .footer_bottom_middle img,.footer_bottom_right img {width: 100%;}


.footer_bottom_left a{
    text-decoration: none;
    color: black;
    font: 400 2vw/1em 'noto sans japanese',serif;
    margin: 0 auto;
}
.footer_bottom_middle a{
    text-decoration: none;
    color: black;
    font: 400 2vw/1em 'noto sans japanese',serif;
}
.footer_bottom_right a{
    text-decoration: none;
    color: black;
    font: 400 1.5vw/1em 'noto sans japanese',serif;

}

/*日新館小学校Q&A、いじめ防止*/
.footer_bottom_left, .footer_bottom_middle, .footer_bottom_right{
    width: 100%;
    margin-bottom: 5px;
    position: block;
}
.footer_bottom_left_elementary img, .footer_bottom_right_elementary img{
    width: 100%;
    border: 3px solid lightgray;
    max-width: 300px;
}

/*ナビ＿フッター*/
.nav_footer{
    display: flex;
}
.list_nav_footer{
    display: flex;
    margin: 30px auto;
    border-left: 1px solid #ccc;
    flex-wrap: wrap;
}

.list_nav_footer a{
    color: black;
    text-align: center;
    padding: 0 10px;
    height: 0px;
    font: 300 14px 'noto sans japanese',sans-serif;
    border-right: 1px solid #ccc;
}

.list_nav_footer a:hover {text-decoration: none;color:#001d56;}

.footer_img{
    margin: 0;
    padding: 0;
}
.footer_img img{
    width: 100%;
}
footer{
    text-align: center;
}










@media screen and (max-width:992px) {

p{
        font-size: 16px;
}
a{
        font-size: 16px;
}

/*小学校　トップページ
-------------------------------------------------*/
.rainbow_img{
    text-align: center;
    padding: 25px;
    vertical-align: middle;
    width: 60%;
}
.container_rainbow_img{
    text-align: center;
}
.container_smile_table img{
    width: 80px;
}
.container_smile_table{
    width: 650px;
    margin: 0 auto;
}
.containre_smile_table_container{
    width: 85%;
}
.container_bottom{
    padding: 30px 30%;
}
}


@media screen and (max-width:767px) {
.header1{display: none;}

.header2{
    width: 100%;
    margin: 0;
    background-color:white;
    padding:2% .4%;
    height: 50px;
    border-bottom: 3px solid #001d56;
}

/*.header2 img{
    height: 30px;
}*/

h4{
	font-size: 5.208vw;
	font-family: serif;
	color: rgb(0, 29, 86);
}
h5{
	font-size: 2.344vw;
	font-family: 游ゴシック;
}
h6{
	font-size: 3.906vw;
	font-family: serif;
	color: rgb(0, 29, 86);
}

/*ハンバーガーメニュー
--------------------------------------------------*/
/* navボタンクリック前 */
.nav_toggle{
    display: block;
    position: relative;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: auto 0 auto;
    float: right;
}
.nav_toggle i{
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    transition: transform .5s, opacity .5s;
    background-color:black;
    border-radius: 8px;
}
.nav_toggle i:nth-child(1){
    top: 7.5px;
}
.nav_toggle i:nth-child(2){
    top: 15px;
}
.nav_toggle i:nth-child(3){
    top: 22.5px;
}

/* navボタンクリック後 */
.nav_toggle.show i:nth-child(1){
    transform: translateY(7.5px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2){
    opacity: 0;
}
.nav_toggle.show i:nth-child(3){
    transform: translateY(-7.5px) rotate(45deg);
}

/* メニューリストクリック前 */
.nav{
    position: absolute;
    z-index: 1;
    top: 31px;
    right: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

.nav li{
    background-color: rgba(0,129,99,0.8);
    width: 100%;
}

.nav ul{
    width: 100%;
}

/* メニューリストクリック後 */
.nav.show{
    opacity: 1;
    visibility: visible;
    padding: 0;
    top: 50px;
}

.nav.show ul{
    width: 100%;
}

.nav.show li{
    border-bottom: solid 1px #fff;
}

.nav li a {
    display:  block;
    text-decoration: none;
    position: relative;
    text-align: center;	/*文字をセンタリング*/
    padding: 15px 0px;	/*上下、左右へのボックス内の余白*/
    border-left: 1px solid #d2d2d2;	/*左側の線の幅、線種、色*/
    font-weight: bold;	/*太字にする設定*/
    font-family: serif;
    font-size: 17px;
    color: white;
}

.nav li a span {
    display: block;
    font-size: 12px;	/*文字サイズ*/
    font-weight: normal;	/*太字を標準に戻す設定*/
    letter-spacing: 0.2em;	/*文字間隔を少し広くする設定*/
    font-family: serif;
    color: white;
}

/*日新館　中学校トップページ
--------------------------------------------------*/
.area_juniorhigh_top_view{
	background: url(/userfiles/page_contents/72667258e825526bd6146582b37724b2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	height: 430px;
}


.area_juniorhigh_top_view p{
    font-size: 6vw;
}

/*日新館　中学校トップページ　お知らせのとこ
--------------------------------------------------------------*/
.container_info{
	position: relative;
	padding: 15px;
	text-align: center;
}
#container_info_full_gray{
	width: 90%;

	margin: 5% auto;
	border: solid 6px rgb(197,197,196);
}
.title{
	font-family: serif;
	font-size: 20px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 0;
}

#container_info_full_gray h2{
	font-family: serif;
	font-size: 20px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 0;
}


.compressed_title_border{
	width: 150px;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	margin: auto;
}



.title_sub{
	font-family: serif;
	font-size: 2.5vw;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 10px 0 0 0;
}




#container_info_full_gray h3{
	font-family: serif;
	font-size: 2.5vw;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 10px 0 0 0;
}


.container_info_list{
	font-family: 游ゴシック;
	font-size: 2.5vw;
	width: 100%;
	margin-top: 30px;
}
.container_info_list td{
	padding: 10px 5px;
	margin: 5px 0;
	text-align: left;
	border-bottom: solid 1px rgb(86, 81, 65);
}
.container_info_list th{
	text-align: center;
	padding: 10px 0px;
	font-weight: normal;
	border-bottom: solid 1px rgb(86, 81, 65);
}
.container_info_list a{
	color: rgb(86, 81, 65);
}
.info_list_date{
	width: 70px;
	text-align: center;
}
.info_list_icon_oshirase{
	color: white;
	background-color: rgb(80, 170, 179);
	text-align: center;
	padding: 0 5px;
}
.info_list_icon_shintyaku{
	color: white;
	background-color: rgb(234, 149, 104);
	text-align: center;
	padding: 0 5px;
}
.btn_info{
	width: 100px;
	margin: 30px auto;
}
.btn_info img{
	max-width: 100px;
	text-align: center;
	margin: 30px;
}





/* container_silver_right
-----------------------------------------------------------------*/
.container_silver_right{
	width: 90%;
    top: 350px;
	margin: 90px auto;
	border-top: none;
	border-bottom: solid 6px;
	border-right: solid 6px;
    border-left: solid 6px;
    border-Image:linear-gradient(to left,rgb(154, 154, 153),rgb(229, 229, 235));
    border-image-slice: 1;
	left: 0;
}
.container_silver_right p{
    font-size: 2.5vw;
    font-family: 游ゴシック;
}
.juniorhigh_top_img_left{
    width: 100%;
    top: 20px;
}
/* container_silver_left
-----------------------------------------------------------------*/
.container_silver_left{
	width: 90%;
    top: 350px;
	margin: 90px auto;
	border-top: none;
	border-bottom: solid 6px;
	border-right: solid 6px;
    border-left: solid 6px;
    border-Image:linear-gradient(to left,rgb(154, 154, 153),rgb(229, 229, 235));
    border-image-slice:1;
	right: 0;
}
.container_silver_left p{
    font-size: 2.5vw;
    font-size: 游ゴシック;
}
.juniorhigh_top_img_right{
    width: 100%;
    top: 20px;
}
.container_educ_title{
    font-size: 5vw;
}
/* 横余白調整用
----------------------------------------------------------------*/
.juniorhigh_top_gray_container{
	margin: 20px 2% 300px 2%;
	position: relative;
	height: 340px;
}


/* 日新館　小学校トップページ
-----------------------------------------------------------------*/
.area_elementary_top_view p{
    font-size: 6vw;
}
.container_elementary_chara_right{
	width: 90%;
    top: 450px;
	margin: 90px auto;
	left: 0;
    right: 0;
}
.elementary_top_img_left{
    width: 100%;
    top: 20px;
    height: auto;
}
.elementary_top_container{
    margin: 20px 0 400px 0;
	position: relative;
	height: 340px;
}
.container_smile{
    display: block;
}
.rainbow_img img{
    width: 50%;
    padding: 30px 50px;
}
.container_smile_table{
    width: 100%;
    padding-left: 10%;
    font-size: 2.5vw;
}
.container_smile_table img{
    width: 12vw;
}
.green_text{
    font-size: 6vw;
}
.title_yellow_left{
    font-size: 5vw;
}
.container_elementary_chara{
    font-size: 2.5vw
}



/*トップ写真部分*/
#school_text{
    position: absolute;
	top: 50px;
	right: 0px;
	background-color: white;
	width: 26vw;
}
.school_head_text{
    font-size: 2.4vw;
    padding-left: 3vw;
    margin-bottom: 0;
}
.school_bottom_text{
    font-size: 2.2vw;
    padding-left: 3vw;
    margin-bottom: 0;
}

.juniorhigh_life_flex{
display: flex;
flex-wrap: nowrap;
}

/* main_container 部分
--------------------------------------------------------*/
.main_container_title{
    font-size: 2.4vw;
    font-family: serif;
    text-align: center;
    margin: 0;
    bottom: 0;
    min-width: 100%;
}
.bold{
    font: bold 1.5vw/2em 'noto sans japanese',sans-serif;
}
.komejirusi{
    font-size: 1px;
    text-align: right;
}
.container_white{
    display: block;
    padding: 15px 5px;
    background-color: white;
}
.container_gray{
    display: block;
    padding: 15px 5px;
    background-color: rgb(242, 242, 242);
}
.container_yellow{
    display: block;
    padding: 15px 5px;
    background-color: rgb(249, 240, 179);
}
/*title_egg*/
.egg{
    background-color: rgb(86, 81, 65);
    color: #ffffff;
    font-family: serif;
    display: inline-block;
    font-size: 1.5vw;
    line-height: 0.1rem;
    margin: 0 1rem;
    padding: 1rem 1.5rem;
    position: relative;
    top: 0;
    right: 0;
    border-radius: 25px;
    width: 70%;
    text-align: center;
}

.main_container_egg{
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.egg_border{
    position: absolute;
    display: inline-block;
    top: -7px;
    left: 0px;

    padding: 30px 15%;
    
    font-size: 2vw;
    font-family: serif;
    text-align: center;
    margin: 0;
    bottom: 0;
    min-width: 100%;
    text-decoration: dotted;
}
.egg_border:before, .egg_border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 20vw;
    height: 2px;
    border-bottom: dotted 5px rgb(86, 81, 65);
}
/*elementary_cur
-------------------------------------------------------*/
/*smile　とは*/
.main_container_four{
    display: flex;
    flex-wrap: wrap;

}
.main_container_four_area{
    position: relative;
    background-color: rgb(249, 240, 179);

    width: 100%;
    padding: 0.5vw;
}
.main_container_four_area img{
    position: absolute;
    width: 6vw;
    height: 6vw;
    top: 0.5vw;
    left: -6vw;
}
.main_container_one_area{
    position: relative;
    display: block;
    padding: 5px;
    width: 260px;
    margin: 0 auto;/*効かない*/
}
.main_container_four_area_title{
    font-family: sans-serif;
    font-size: 1.3vw;
    margin: 0;
}
.main_container_four_area_text{
    font-family: serif;
    font-size: 1.6vw;
    margin-bottom: 10px;
    font-weight: bold;
}
.main_container_one_area li{
    font-family: serif;
    font-size: 1.3vw;
    font-weight: bold;
    color: rgb(86, 81, 65);
}
.main_container_one_area ul{
    list-style-type: disc;
    display: inline-block;
    padding: 0 15px;
}
.border_bottom{
    border-bottom: none;
}
.border_left{
    border-left: none;
}

/*elementary_life
-----------------------------------------------------------*/
.img_100{
    width: 50%;
    margin: 0 auto;
    padding: 15px;
}
.main_container_smile{
    display: block;
    margin: 0 auto;
    width: 270px;
}
.elementary_timetable{
    margin: 0 auto;
}
.main_container_smile_su:before{
    width: 50px;
    height: 50px;
}
.main_container_smile_ma:before{
    width: 50px;
    height: 50px;
}
.main_container_smile_i:before{
    width: 50px;
    height: 50px;
}
.main_container_smile_ru:before{
    width: 50px;
    height: 50px;
}
.main_container_smile p{
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 0 0 60px;
    position: relative;
}




/*フッター*/
.footer{
    margin: 0;
    padding: 0;
}
.footer img{
    width: 100%;
}
footer{
    text-align: center;
    font: 14px 'noto sans japanese',sans-serif;
}
.footer_bottom_left_elementary img, .footer_bottom_right_elementary img{
    width: 80%;
    border: 3px solid lightgray;
    max-width: 300px;
}
.area_logo_header{
	display: flex;
	height: 105px;
	background-color: rgb(0,29,86);
    flex-direction: column;
}
.container_bottom{
    padding: 30px 30%;
    min-width: 300px;
}
}



@media screen and (min-width:768px) {
    .pc {display:block;}
    .sp {display:none;}
    .fl-r{float: right;}
    .fl-l{float: left;}
    #header2{display:none;}
    
    .area{font-size: 22px;margin-top: -70px}

    /*日新館中学校　トップページ*/
.area_top_view{
	background: url(../images/compressed_1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.area_top_view p{
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px -2px 3px rgb(86, 81, 65);
	margin: 0;
}
#nisshinkan_top_gold{
	margin: 0;
	padding: 10px 0;
	background: radial-gradient(white,rgb(238, 233, 215));
}
#nisshinkan_top_white{
	margin: 0;
	padding: 5px 0;
	background: white;
}
.parallel_conteiner{
	margin: 0 auto;	
	position: absolute;
	bottom: -65px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	width: 540px;
	padding: 10px 0;
	background: radial-gradient(rgb(247,233,211),rgb(205, 179, 145));
}
.parallel_conteiner a{
	width: 50%;
}
.parallel_conteiner img{
	width: 270px;
	height: 110px;
	padding: 0 10px;
}

/*日新館中学校　トップページ　お知らせのとこ*/
.container_info{
	position: relative;
	padding: 15px;
	text-align: center;
}
.container_info_full{
	width: 750px;
	height: 430px;
	margin: 90px auto;
	border: solid 6px rgb(192, 192, 129);
}
.title{
	font-family: serif;
	font-size:30px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 0;
}


#container_info_full_gray h2{
	font-family: serif;
	font-size: 30px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 0;
}

.compressed_title_border{
	width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	bottom:45px !important;
	margin: auto !important;
}
.title_sub{
	font-family: serif;
	font-size: 15px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 10px 0 0 0;
}



#container_info_full_gray h3{
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;

	margin: 10px 0 0 0;
}


.container_info_list{
	font-family: 游ゴシック;
	width: 100%;
	margin-top: 30px;
}
.container_info_list td{
	padding: 10px 5px;
	margin: 5px 0;
	text-align: left;
	border-bottom: solid 1px rgb(86, 81, 65);
}
.container_info_list th{
	text-align: center;
	padding: 10px 0px;
	font-weight: normal;
	border-bottom: solid 1px rgb(86, 81, 65);
}
.container_info_list a{
	color: rgb(86, 81, 65);
}
.info_list_date{
	width: 70px;
	text-align: center;
}
.info_list_icon_oshirase{
	color: white;
	background-color: rgb(80, 170, 179);
	text-align: center;
	padding: 0 5px;
}
.info_list_icon_shintyaku{
	color: white;
	background-color: rgb(234, 149, 104);
	text-align: center;
	padding: 0 5px;
}
.btn_info{
	width: 100px;
	margin: 30px auto;
}
.btn_info img{
	width: 100px;
	text-align: center;
	margin: 30px;
}

/*日新館中学校　トップページ　中学校　お知らせのとこ*/
.container_info_left{
	width: 700px;
	height: 430px;
	margin: auto 0;
	border-top: solid 6px rgb(192, 192, 129);
	border-bottom: solid 6px rgb(192, 192, 129);
	border-left: solid 6px rgb(192, 192, 129);
	vertical-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 5%;
}
.conteiner_info_juniorhigh{
	margin: 50px 0;
	position: relative;
	height: 500px;
}
.black_img_right{
	position: absolute;
	width: 800px;
	height: 500px;
	right: 0;
}

/*日新館中学校　トップページ　小学校　お知らせのとこ*/
.container_info_right{
	width: 700px;
	height: 430px;
	margin: auto 0;
	border-top: solid 6px rgb(192, 192, 129);
	border-bottom: solid 6px rgb(192, 192, 129);
	border-right: solid 6px rgb(192, 192, 129);
	vertical-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 5%;
}
.conteiner_info_elementary{
	margin: 50px 0;
	position: relative;
	height: 500px;
}
.black_img_left{
	position: absolute;
	width: 800px;
	height: 500px;
	left: 0;
}

      
    }


@media screen and (min-width:1200px) {
.container_silver_right{
	left:45%;
}
.container_silver_left{
left:10%;
}


}

/* footer 修正 */
.area_logo_footer{
	display: flex;
	background-color: #001d56;
        justify-content: center;
        height: 100px;
}

.area_logo_footer img{
        height: auto;
        width: 50%;
    min-width: 260px;
}

.area_logo_footer p{
	margin: auto 0;
	color: white;
    font-size:14px;
}

@media screen and (max-width: 767px){
.area_logo_footer{
display: block;
padding-top:15px;
padding-bottom: 120px;
}
.area_logo_footer img{
margin-bottom: 15px;
}
@media screen and (min-width: 992px){
.row{
display: flex;
flex-wrap: nowrap;
}
}
}

@media screen and (max-width: 767px){
.area_juniorhigh_top_view{
	background: url(/userfiles/page_contents/72667258e825526bd6146582b37724b2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	height: 430px;
}
}

.app-banner {
display: block;
margin: 15%;
}

.app-banner a img {
width: 400px;
}
