@charset "utf-8";
/* CSS Document */

/*共通*/
*{
    margin: 0;
    padding: 0;
}
body{
	color:#333333;
	background-color:white;
}
p{
	font-family: serif;
	color:rgb(86, 81, 65);
        font-size: 18px;
}
h1{
	font-size: 28px;
}
h2{
	font-size: 26px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 22px;
        margin-top: 0;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
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;
	height: 70px;
	background-color: rgb(0, 129, 99);
}
.area_logo_header p{
	margin: auto 0;
	color: white;
}
.logo_right{
	margin-left: auto;
}

/*navbar
---------------------------------------------------------------------------*/
/*メニューブロック*/
#Navbar {
	overflow: hidden;
	width: auto;
	margin: 0px;
	padding: 0px 0px;
	border-top: 1px solid #d2d2d2;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#Navbar li {
	float: left;	/*左に回り込み*/
	line-height: 1.6;	/*行間*/
}
.nomal{
	width: 16%;	/*幅*/
}
.small{
	width: 14%;
}
.big{
	width: 19%;
}
#Navbar li a {
	display:  block;
	text-decoration: none;
	position: relative;
	text-align: center;	/*文字をセンタリング*/
	padding: 12px 0px;	/*上下、左右へのボックス内の余白*/
	border-left: 1px solid #d2d2d2;	/*左側の線の幅、線種、色*/
	font-weight: bold;	/*太字にする設定*/
	font-family: serif;
	font-size: 16px;
	color: black;
}

/*１つ目のメニューへの追加設定*/
#Navbar li:first-child {
	width: 17%;	/*幅。６個メニューなので、16.6で割り切れない分をここで再設定。*/
}
#Navbar li:first-child a {
	border-left: none;	/*左側の線を消す設定*/
}
/*英語表記（飾り文字）*/
#Navbar li a span {
	display: block;
	font-size: 9px;	/*文字サイズ*/
	color: #bababa;	/*文字色*/
	font-weight: normal;	/*太字を標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くする設定*/
	font-family: serif;
	color: darkgoldenrod;
}


.pc {display:none !important;}
.sp {display:block;}


/*日新館　トップページ*/
.area_top_view{
	background: url(../userfiles/page_contents/8b9ac2e306ee563b47a0b650bd83f8bd.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.area_top_view p{
	height: 600px;
	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: -80px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	width:800px;
	padding:0;
	text-align: center;
}
.parallel_conteiner a{
	width:49%;display:inline-block;
}
.parallel_conteiner a:hover{opacity:.8;}

.parallel_conteiner img{
	width: 310px;
}

/*日新館　トップページ　お知らせのとこ*/
.container_info{
	position: relative;
	background-color: white;
	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;
}
.compressed_title_border{
	width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 55px;
	margin: auto;
}
.title_sub{
	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;
	margin: auto 0;
	border-top: solid 6px rgb(176, 152, 43,.5);
	border-bottom: solid 6px rgb(176, 152, 43,.5);
	border-left: solid 6px rgb(176, 152, 43,.5);
	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;
	margin: auto 0;
	border-top: solid 6px rgb(176, 152, 43,.5);
	border-bottom: solid 6px rgb(176, 152, 43,.5);
	border-right: solid 6px rgb(176, 152, 43,.5);
	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;
}

/*ナビ＿フッター*/
.nav_footer{
    display: flex;
}
.list_nav_footer{
    display: flex;
    margin: 30px auto;
    border-left: 1px solid #ccc;
}
.list_nav_footer li{
    white-space: nowrap;
}
.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:#008163;}

/* index.html */
#annnai_img{
	position: relative;
	padding: 0;
}

#annnai_img img{
	width: 100%;
}

#top_left{
	position: absolute;
	top: 50px;
	left: 100px;
}

#top_left p{
	text-align: center;
	margin: 0;
}

#annnai_img .text1{
	font-family: serif;
	color: white;
	font-size: 36px;
}

#annnai_img .text2{
	font-family: serif;
	color: white;
	font-size: auto;
	letter-spacing: 0.15em;
}

.main-container{
	margin-top: 0px;
	width: 100%;
}
section{
	margin-top: 100px;
}
.card {
	margin-top: 30px;
}
.area{
	color: white;font-weight: bold;font-size: 18px;background-color: #0066cc;position: absolute;margin-top: -50px;width: 100%;text-align: center;
}

/*生活信条部分*/
#life_creed{
	margin: 50px 0px 0px 0px;
	width: auto;
}

.life_creed1 img{
	width: 70%;
	padding: 30px 50px;
}

.life_creed2 img{
	margin-bottom: 30px;
	padding: 20px 40px;
}

.life_title img{
	margin: 10px;
}



/*Characteristics of education 部分*/
.col-lg-6 img{
	width: 100%;
}

#characteristics{
	background-color: rgb(238, 233, 215);
	padding: 50px 0px;
	margin: 0;
}

.characteristics_title img{
	width: 400px;
	margin-bottom: 10px;
}

.container_text{
	font-family: serif;
	font-size: 30px;
	color:rgb(86, 81, 65);
	margin: 20px 0px;
	text-align: center;
	font-weight: bold;
}

.sita{
	margin: 0;
}

.characteristics5{
	margin: 0 auto;
}

.position_relative{
	position: relative;
}

#text_border{
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	margin: auto;
	/*left: 50px;*/
	background-color: transparent;
	width: 440px;
	height: 141px;
	border-right: solid 1px rgb(86, 81, 65);
	border-bottom: solid 1px rgb(86, 81, 65);
	padding: 20px 0 0 20px;
}

.characteristics_text1{
	font-family: serif;
	color: rgb(86, 81, 65);
	font-size: 14px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3), white);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), white);
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 90%, white);
	padding: 3px 10px;
	margin-bottom: 0px;
	text-align: left;
	height: 120px;
	font-weight: bold;	/*太字にする設定*/
}

.characteristics_text1 span{
	font-size: 20px;
	font-weight: bold;	/*太字にする設定*/
	margin-bottom: 100px;
}

.characteristics_bottom{
	margin-bottom: 40px;
}

.characteristics_text5 span{
	font-size: 20px;
	font-weight: bold;	/*太字にする設定*/
	margin-bottom: 100px;
}

.ul_left{
	float: left;
	width: 50%;
	padding: 0 10px;
	position: absolute;
	top: 90px;
	left: 15px;
	background-color: transparent;
	font-size: 13px;
}

.ul_right{
	float: right;
	width: 50%;
	padding-left: 5px;
	position: absolute;
	top: 90px;
	right: 0px;
	background-color: transparent;
	font-size: 13px;
}

.characteristics_text5{
	font-family: serif;
	color: rgb(86, 81, 65);
	font-size: 14px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3), white);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), white);
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 90%, white);
	padding: 3px 10px 3px 10px;
	margin: 18px 0 0 0;
	text-align: left;
	height: 150px;
	font-weight: bold;	/*太字にする設定*/
}

#text_border5{
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: transparent;
	width: 490px;
	height: 190px;
	border-right: solid 1px rgb(86, 81, 65);
	border-bottom: solid 1px rgb(86, 81, 65);
	padding: 20px 0 0 20px;
}

#text_border5 p{
	font-weight: bold;
}

/*施設紹介部分*/
#school_facility{
	margin-top: 40px;
}

.full img{
	width: 100%;
	padding: 0 0 10px 0;
}

.full .position_relative{
	position: relative;
}

#picture_right_top{
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: white;
	width: 230px;
}

#picture_left_top{
	position: absolute;
	top: 20px;
	left: 10px;
	background-color: white;
	width: 180px;
}

.school_facility_text1{
	font-family: serif;
	color: rgb(86, 81, 65);
	font-size: 20px;
	background-color: white;
	padding: 3px 10px 0;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;	/*太字にする設定*/
}

.school_facility_text2{
	font-family: serif;
	color: rgb(86, 81, 65);
	font-size: 10px;
	background-color: white;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	font-weight: bold;	/*太字にする設定*/
}


/*messageページ
------------------------------------------------------------------------------*/
#message_img{
	position: relative;
	padding: 0;
}

#message_img img{
	width: 100%;
}

#message_img .text1{
	font-family: serif;
	color: darkgoldenrod;
	font-size: 35px;
}

#message_img .text2{
	font-family: serif;
	color: darkgoldenrod;
	font-size: auto;
	letter-spacing: 0.6em;
}

#message{
	margin: 0;
	padding: 10px 220px;
	background: radial-gradient(white,rgb(238, 233, 215));
}

#message img{
	position: relative;
}

.rijichou{
	padding: 2% 8% 2% 20%;
}

.kouchou{
	padding: 2% 20% 2% 8%;
}

.chou{
	text-align: center;
	font-family: sans-serif;
	font-size: 28px;
	bottom: -25px;
	right: 0;
	left: 0;
	background-color: transparent;
}

.chou_span{
	border-bottom: solid gray;
	text-align: center;
	font-family: serif;
	font-size: 20px;
	margin: 0;
}

.text_message p{
	columns: 2;
	column-gap: 2em;
}

.text_message{
	padding-bottom: 25px;
}

#message img{
	width: 100%;
}


/*校歌ページ
---------------------------------------------------------------*/
#song{
	margin: 0;
	padding: 10px 150px;
	background: radial-gradient(white,rgb(238, 233, 215));
}

.kashi_border{
	margin: 0px auto 40px auto;
	border-left: solid 2px rgb(86, 81, 65);
	min-width: 300px;
}

.kashi_border_right{
	border-right: solid 2px rgb(86, 81, 65);
}

.kouka_title{
	margin: 40px auto 10px auto;
	width: 60%;
	border-bottom: solid 3px rgb(86, 81, 65);
}

.schoolsong_bottom{
	margin: 10px 0;
	text-align: center;
}

.kashi{
	padding: 0px 18px;
	min-width: 320px;
	font-weight: bold;
	font-family: serif;
}

.center_only{
	margin: 40px auto;
	text-align: center;
}

.JASRAC img{
	width: 70px;
}

.PDF img{
	width: 70px;
}

.MP3 img{
	width: 400px;
}

/* お問合せページ
-------------------------------------------------*/
#contact_page{
	margin: 0;
	padding: 10px 40px;
	background: radial-gradient(white,rgb(238, 233, 215));
}

.contact_text p{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 6px;
}

.contact_text span{
	font-size: 15px;
	letter-spacing: 6.5px;
	padding: 0px;
}

.contact_text_left{
	text-align: right;
	border-right: solid 3px rgb(86, 81, 65);
	height: 80px;
	line-height: 25px;
	padding: 10px 20px 10px 0;
}

.contact_call p{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	height: 80px;
	line-height: 25px;
	padding: 10px 0 10px 30px;
}

.contact_call span{
	font-family: monospace;
	font-size: 30px;
	letter-spacing: 5px;
	font-weight: normal;
	border-top: solid 0.5px rgb(86, 81, 65);
	border-bottom: solid 0.5px rgb(86, 81, 65);
	padding: 5px;
	width: 100%;
}

.contact_padding{
	padding: 0;
}

.contact_mail p{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 6px;
}

.contact_mail span{
	font-size: 14px;
	letter-spacing: 0px;
	padding: 0px;
}

.contact_form{
	margin: 20px auto;
	max-width: 670px;
}

.contact_form table{
	display: table;
	border-collapse: separate;
	box-sizing: border-box;
	text-indent: initial;
	border-spacing: 2px;
	border-color:rgb(238, 233, 215);
	margin: 0 auto;
	width: 100%;
	font-family: serif;
	color:rgb(86, 81, 65);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px rgb(238, 233, 215);
	border-collapse: collapse;
}

.contact_form table tr th{
	background: lightgray;
	padding: 15px;
	width: 150px;
	border: solid 1px rgb(238, 233, 215);
	border-collapse: collapse;
}

.contact_form table tr td{
	border: solid 1px rgb(238, 233, 215);
	border-collapse: collapse;
	padding: 10px;
	text-align: left;
}

.contact_form table tr span{
	color: #fff;
	padding: 3px;
	margin: 0 10px;
	background-color: rgb(255, 86, 86);
	border: red;
}

.form_control{
	border: solid 1px lightgray;
	margin: 0 auto 0 0;
	width: 70%;
}

.botton{
	text-align: center;
	margin: 10px;
}

.botton a{
	height: 25px;
	width: 80px;
	font-size: 12px;
	padding: 3px;
}

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;
}


/*中学校カリキュラムページ
--------------------------------------------------------------------*/
#school_text{
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: white;
	width: 230px;
}


#bottom{
	background-color: rgb(0, 129, 99);
	margin: 0;
	padding: 15px;
}

.footer_left img{
	float: left;
	width: 30%;
}

.footer_right img{
	float: right;
	width: 18%;
}

footer p{
	text-align: center;
	font-size: 15px;
	margin: 10px;
}




@media screen and (max-width:992px) {
#top_left{
	position: absolute;
	top: 20px;
	left: 50px;
}

#top_left p{
	text-align: center;
}

#annnai_img .text1{
	font-family: serif;
	color: white;
	font-size: 20px;
}

#annnai_img .text2{
	font-family: serif;
	color: white;
	font-size: auto;
}

#message_img .text1{
	font-family: serif;
	color: darkgoldenrod;
	font-size:20px;
}

#message_img .text2{
	font-family: serif;
	color: darkgoldenrod;
	font-size: auto;
}

.life_title img{
	width: 35%;
}

.life_creed1 img{
	padding: 0px 70px 0px;
	margin: 0px;
}

.life_creed2 img{
	margin-bottom: 30px;
	padding: 0px;
}

#picture_right_top{
	position: absolute;
	top: 20px;
	left: 10px;
	background-color: white;
	width: 180px;
}

.characteristics_title img{
	width: 330px;
	margin-bottom: 10px;
}

.position_relative{
	position: relative;
}

#text_border{
	position: absolute;
	bottom: -20px;
	left: 25px;
	background-color: transparent;
	width: 440px;
	height: 141px;
	border-right: solid 1px rgb(86, 81, 65);
	border-bottom: solid 1px rgb(86, 81, 65);
	padding: 20px 0 0 20px;
}

.characteristics_text1{
	font-family: serif;
	color: rgb(86, 81, 65);
	font-size: 14px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3), white);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), white);
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 90%, white);
	padding: 3px 10px;
	margin-bottom: 0px;
	text-align: left;
	height: 120px;
	font-weight: bold;	/*太字にする設定*/
}

.characteristics_text5{
	font-family: serif;
	color: rgb(86, 81, 65);
	font-size: 14px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3), white);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), white);
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 90%, white);
	padding: 3px 10px 3px 10px;
	margin: 18px 0 0 0;
	text-align: left;
	height: 150px;
	font-weight: bold;	/*太字にする設定*/
}

#text_border5{
	position: absolute;
	bottom: -50px;
	left: -5px;
	background-color: transparent;
	width: 490px;
	height: 190px;
	border-right: solid 1px rgb(86, 81, 65);
	border-bottom: solid 1px rgb(86, 81, 65);
	padding: 20px 0 0 20px;
}

/*メッセージページ
-----------------------------------------------------------------*/
#message{
	margin: 0;
	padding: 10px 40px;
	background: radial-gradient(white,rgb(238, 233, 215));
}

#message img{
	position: relative;
	width: 100%;
}

.rijichou{
	margin: 0 auto;
}

.kouchou{
	margin: 0 auto;
}

.text_message p{
	columns: 1;
}

/* 校歌ページ
-------------------------------------------------------*/
#song{
	padding: 10px o;
}

.kashi_border{
	border-left: none;
	letter-spacing: 2px;
	padding: 0 100px;
}

.kashi_border_right{
	border-right: none;
}

.kouka_title{
	margin: 40px auto 10px auto;
	width: 60%;
	border-bottom: solid 3px rgb(86, 81, 65);
}

.schoolsong_bottom{
	margin: 10px 0;
	text-align: center;
}

.kashi{
	padding: 0px 29px;
	min-width: 320px;
	font-weight: bold;
	font-family: serif;
}

.center_only{
	margin: 40px auto;
	text-align: center;
}

.JASRAC img{
	width: 70px;
}

.PDF img{
	width: 70px;
}

.MP3 img{
	width: 400px;
}


/* お問合せページ
-------------------------------------------------*/
#contact_page{
	margin: 0;
	padding: 10px 40px;
	background: radial-gradient(white,rgb(238, 233, 215));
}









	
#bottom{
	background-color: rgb(0, 129, 99);
	margin: 0;
	padding: 15px;
}

.footer_left img{
	float: left;
	width: 40%;
}

.footer_right img{
	float: right;
	width: 24%;
}

footer p{
	text-align: center;
	font-size: 10px;
	margin: 10px;
}

@media screen and (max-width:767px) {
#header1{display: none!important;}
#Navbar{display: none;}
}

p{
        font-size: 16px;
}
a{
        font-size: 16px;
}

#header2{
	width: 100%;
	margin: 0;
	background-color:  rgb(0, 129, 99);
}

/*#header2 img{
	height: 46px;
}*/

/*ハンバーガーメニュー
--------------------------------------------------*/
/* navボタンクリック前 */
.nav_toggle{
	display: block;
	position: relative;
	right: 0.5rem;
	width: 1.75rem;
	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: white;
	border-radius: 8px;
}
.nav_toggle i:nth-child(1){
	top: 11.5px;
}
.nav_toggle i:nth-child(2){
	top: 23px;
}
.nav_toggle i:nth-child(3){
	bottom: -11.5px;
}

/* navボタンクリック後 */
.nav_toggle.show i:nth-child(1){
	transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2){
	opacity: 0;
}
.nav_toggle.show i:nth-child(3){
	transform: translateY(-12px) rotate(45deg);
}

/* メニューリストクリック前 */
.nav{
	position: absolute;
	z-index: 1;
	top: 46px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s;
}

.nav li{
	background-color: rgba(176,152,43,0.8);
	width: 100%;
}

.nav ul{
	width: 100%;
}

/* メニューリストクリック後 */
.nav.show{
	opacity: 1;
	visibility: visible;
	padding: 0;
	top: 46px;
}

.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_top_view{
	background: url(../userfiles/page_contents/8b9ac2e306ee563b47a0b650bd83f8bd.jpg) no-repeat center ;
	background-size: cover;
	position: relative;
	height: 430px;
}
.area_top_view p{
	height: 430px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 38px;
	text-align: center;
	margin: 0;
}
.parallel_conteiner{
	margin: 0 auto;	
	position: absolute;
	bottom: -65px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px 0;
	background:url(../images/top_img_back.png) no-repeat;
}
.parallel_conteiner a{
	width: 49%;
	text-align: center;
}
.parallel_conteiner img{
	width: 100%;
	height: auto;
	max-width: 270px;
	padding: 0 10px;
}

/*日新館　トップページ　お知らせのとこ*/
.container_info{
	position: relative;
	background-color: white;
	padding: 15px;
	text-align: center;
}
.container_info_full{
	width: 90%;
	height: 450px;
	margin: 90px auto;
	border: solid 6px rgb(192, 192, 129);
}
.title{
	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_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_info_left{
	width: 90%;
	top: 650px;
	margin: 90px auto;
	border-left: solid 6px rgb(192, 192, 129);
	border-bottom: solid 6px rgb(192, 192, 129);
	border-right: solid 6px rgb(192, 192, 129);
	border-top: none;
	left: 0%;
}


/*日新館　トップページ　小学校　お知らせのとこ*/
.container_info_right{
	width: 90%;
	top: 950px;
	margin: 90px auto;
	border-left: solid 6px rgb(192, 192, 129);
	border-bottom: solid 6px rgb(192, 192, 129);
	border-right: solid 6px rgb(192, 192, 129);
	border-top: none;
	right: 0%;
}
.black_img_left{
	top: 300px;
        right: 0;
        left: auto;
}
#nisshinkan_top_white{
	margin-bottom: 630px;
}


/*ナビ＿フッター*/
.nav_footer{
    display: flex;
}
.list_nav_footer{
    display: flex;
    margin: 36px;
    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;
}
.area_logo_header{
	flex-direction: column;
	text-align: center;
	height: 160px;
}

















/* index.html
----------------------------------------------------*/
#top_left{
	position: absolute;
	top: 15px;
	left: 30px;
}

#top_left p{
	text-align: center;
	margin: 0px;
}

#annnai_img .text1{
	font-family: serif;
	color: white;
	font-size: 15px;
}

#annnai_img .text2{
	font-family: serif;
	color: white;
	font-size: 12px;
}

#message_img .text1{
	font-family: serif;
	color: darkgoldenrod;
	font-size:15px;
}

#message_img .text2{
	font-family: serif;
	color: darkgoldenrod;
	font-size: 12px;
}

.life_title img{
	width: 28%;
}

.life_creed1 img{
	padding: 0px 80px 0px;
	margin: 0px;
}

.life_creed2 img{
	margin-bottom: 30px;
	padding: 0px 40px;
}

.container_text{
	font-size: 18px;
	font-weight: bold;
}

#picture_right_top{
	position: absolute;
	top: 20px;
	left: 10px;
	background-color: white;
	width: 180px;
}

.characteristics_title img{
	width: 250px;
	margin-bottom: 5px;
}

.position_relative{
	position: relative;
}

#text_border{
	position: absolute;
	bottom: -20px;
	background-color: transparent;
	width: 350px;
	height: 110px;
	border-right: none;
	border-bottom: none;
	padding: 0px 0 0 0px;
	left: 0px;
	margin: 0 auto;
}

.characteristics_text1{
	font-family: serif;
	color: rgb(86, 81, 65);
	font-size: 11px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3), white);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), white);
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 90%, white);
	padding: 3px 10px;
	margin-bottom: 0px;
	text-align: left;
	height: 88px;
	font-weight: bold;	/*太字にする設定*/
	border: solid 1px rgb(86, 81, 65);
}

.characteristics_text1 span{
	font-size: 14px;
	font-weight: bold;
}

.characteristics_text5{
	font-family: serif;
	color: rgb(86, 81, 65);
	font-size: 11px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3), white);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), white);
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 90%, white);
	padding: 3px 10px 3px 10px;
	margin: 10px 0 0px 0;
	text-align: left;
	height: 105px;
	font-weight: bold;	/*太字にする設定*/
	border: solid 1px rgb(86, 81, 65);
}

.characteristics_text5 span{
	font-size: 14px;
	margin-bottom: 0;
}

#text_border5{
	position: absolute;
	bottom: -70px;
	background-color: transparent;
	width: 370px;
	height: 136px;
	border-right: none;
	border-bottom: none;
	padding: 0px 0 0 0px;
	left: 0px;
	margin: 0 auto;
}

.ul_left{
	font-size: 10px;
	padding-right: 0;
	top: 40px;
}

.ul_right{
	font-size: 10px;
	padding-left: 0;
	top: 40px;
}

#picture_right_top{
	position: absolute;
	top: 10px;
	right: 0px;
	background-color: white;
	width: 168px;
}

#picture_left_top{
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: white;
	width: 168px;
}

.school_facility_text1{
	font-size: 14px;
}

.school_facility_text2{
	font-size: 10px;

}

/*messageページ
-------------------------------------------------------------------------*/
#message{
	margin: 0;
	padding: 10px 40px;
	background: radial-gradient(white,rgb(238, 233, 215));
}

#message img{
	position: relative;
	width: 100%;
}

.rijichou{
	margin: 0 auto;
	padding: 30px;
}

.kouchou{
	margin: 0 auto;
	padding: 30px;
}

.text_message p{
	columns: 1;
	font-size: 10px;
}

.chou{
	font-size: 20px;
}

.chou_span{
	border-bottom: solid 1px gray;
	font-size: 18px;
}


/* 校歌ページ
-------------------------------------------------------*/
#song{
	padding: 10px 0;
	font-size: 10px;
}

.kashi_border{
	border-left: none;
	letter-spacing: 2px;
	padding: 0;
}

.kashi_border_right{
	border-right: none;
}

.kouka_title{
	margin: 40px auto 10px auto;
	width: 60%;
	border-bottom: solid 3px rgb(86, 81, 65);
	font-size: 20px;
}

.kashi{
	padding: 0px 100px;
	min-width: 320px;
	font-weight: bold;
	font-family: serif;
}

.JASRAC img{
	width: 40px;
}

.PDF img{
	width: 40px;
}

.MP3 img{
	width: 270px;
}

/*お問合せページ
--------------------------------------------------*/
#contact_page{
	margin: 0;
	padding: 10px 0px;
	background: radial-gradient(white,rgb(238, 233, 215));
}

#contact{
	margin: 30px 0px;
}

.contact_text p{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
}

.contact_text span{
	font-size: 9px;
	letter-spacing: 0px;
	padding: 0px;
}

.contact_text_left{
	text-align: center;
	border-right: none;
	height: 60px;
	line-height: 25px;
	padding: 0;
}

.contact_text_left p{
	margin: 0;
}

.contact_call p{
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	height: 80px;
	line-height: 25px;
	padding: 10px 0;
}

.contact_call span{
	font-family: monospace;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: normal;
	border-top: solid 0.5px rgb(86, 81, 65);
	border-bottom: solid 0.5px rgb(86, 81, 65);
	padding: 4px;
	width: 100%;
}

.contact_padding{
	padding: 0;
}

.contact_mail p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}

.contact_mail span{
	text-align: center;
	font-size: 9px;
	letter-spacing: 0px;
	padding: 0px;
}

.contact_form{
	margin: 20px auto;
}

.contact_form table{
	display: table;
	border-collapse: separate;
	box-sizing: border-box;
	text-indent: initial;
	border-spacing: 2px;
	border-color:rgb(238, 233, 215);
	margin: 0 auto;
	width: 100%;
	font-family: serif;
	color:rgb(86, 81, 65);
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border: solid 1px rgb(238, 233, 215);
	border-collapse: collapse;
}

.contact_form table tr th{
	background: lightgray;
	padding: 10px;
	width: 100px;
	border: solid 1px rgb(238, 233, 215);
	border-collapse: collapse;
}

.contact_form table tr td{
	border: solid 1px rgb(238, 233, 215);
	border-collapse: collapse;
	padding: 10px;
	text-align: left;
}

.contact_form table tr span{
	color: #fff;
	padding: 3px;
	margin: 0 10px;
	background-color: rgb(255, 86, 86);
	border: red;
}

.form_control{
	border: solid 1px lightgray;
	margin: 0 auto 0 0;
	width: 70%;
}

.botton{
	text-align: center;
	margin: 10px;
}

.botton a{
	height: 20px;
	width: 70px;
	font-size: 9px;
	padding: 2px;
}

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;
}



#bottom{
	background-color: rgb(0, 129, 99);
	margin: 0;
	padding: 15px 20px 70px;
}

.footer_left img{
	float: left;
	width: 30%;
	margin-top:-.5%;
}

.footer_right img{
	float: right;
	width: 18%;
	margin-top:-.5%;
}

footer p{
	text-align: center;
	font-size: 15px;
	margin: 10px;
}








}









@media screen and (min-width:768px) {
.pc {display:block !important;}
.sp {display:none;}
.fl-r{float: right;}
.fl-l{float: left;}
#header2{display:none;}
}

.area{
	font-size: 22px;
	margin-top: -70px;}

.main-container{
	max-width: 1040PX;
	width: 90%;
}

#container_info_full_gray{
	max-width:800px;
	width:90%;
	margin:6% auto 3%;
	border: solid 6px rgb(176, 152, 43,.5);
        background-color: white;
	padding:2% 1%;
}


#container_info_full_gold{
	width:98%;
	margin:auto;
	padding:2% 1%;
}

#container_info_full_gray h2{
	font-family: serif;
	font-size: 30px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 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_full_gold h2{
	font-family: serif;
	font-size: 30px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 0;
}

#container_info_full_gold h3 {
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 10px 0 0 0;
}

@media screen and (max-width:1160px) {
#container_info_full_gray{
	margin: 10% auto 5% !important;
}
}

@media screen and (max-width:767px) {
.area_top_view p{
	height: 430px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 6vw;
	text-align: center;
	margin: 0;
}
#container_info_full_gray{
	width: 90%;
	margin: 15% auto 5% !important;
}

#container_info_full_gray h2{
	font-family: serif;
	font-size: 24px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 0;
}

#container_info_full_gray h3{
	font-family: serif;
	font-size:13px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 10px 0 0 0;
}

#container_info_full_gold h2{
	font-family: serif;
	font-size: 24px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 0;
}

#container_info_full_gold h3{
	font-family: serif;
	font-size: 13px;
	font-weight: bold;
	color:rgb(86, 81, 65);
	text-align: center;
	margin: 10px 0 0 0;
}

}


#container_info_full_gray ul, #container_info_full_gold ul {font-size:16px;font-family: 游ゴシック;width:100% !important;padding:3%;margin:auto !important; }
#container_info_full_gray li, #container_info_full_gold li  {color:#333333;}
#container_info_full_gray dl, #container_info_full_gold dl {text-align:left;border-bottom: 1px solid rgb(86, 81, 65);padding:-.2em 1em 1.17em;}

#container_info_full_gray li a {color:#333333;}
#container_info_full_gray li a:hover { color:#008163;}

#container_info_full_gold li a {color:#333333;}
#container_info_full_gold li a:hover { color:#008163;}


#container_info_full_gray li dt , #container_info_full_gold li dt {font-weight:300;margin-right:5px;}
#container_info_full_gray dl, #container_info_full_gold dl {display:block;position:relative;padding-right:3%;}
#container_info_full_gray li dd{padding-top:.2em;}



 #container_info_full_gold dl dt,#container_info_full_gray dl dt { display: inline-block !important;}
 #container_info_full_gold dl dd,#container_info_full_gray dl dd { display: inline-block !important;}


@media screen and (min-width:768px) {
#container_info_full_gray ul, #container_info_full_gold ul {padding: 2% 3%;margin:2% auto -1.5% !important;}
}

.next {
display: inline-block;
position: relative;
height: 25px;
line-height: 25px;
vertical-align: middle;
text-align: center;
padding: 0 15px 0 20px;
font-size: 16px;
background: rgb(176, 152, 43,.5);
color: #fff;
box-sizing: border-box;
}


.next:before, .next::after{
position: absolute;
content: '';
width: 0px;
height: 0px;
z-index: 1;
}

.next::before{
top: 0;
left: 0;
border-width: 12.5px 0px 12.5px 10px;
border-color: transparent transparent transparent #fff;
border-style: solid;
}

.next::after{
	right: -20px;
	width: 0;
	height: 0;
	border-top: 12.5px solid transparent;
	border-bottom: 12.5px solid transparent;
	border-left: 20px solid rgb(176, 152, 43,.5);
}
nav ul li+li{
        margin: 0 30px;
}

.next a {color:#fff !important; font-weight:bold;}
.next a:hover {text-decoration: none;}

nav ul {text-align:center !important; }

#container_info_full_gray h2, #container_info_full_gold h2 {background:url(../images/compressed_title_border.png) bottom no-repeat;
background-size: 200px;padding-bottom: 12px;}

@media screen and (max-width:767px) {
#container_info_full_gray h2,#container_info_full_gold h2 {background:url(../images/compressed_title_border.png) bottom no-repeat;
background-size: 150px;padding-bottom: 14px;}

.conteiner_info_elementary {margin:140px 0 80px !important;
}

@media screen and (max-width:472px) {
 .nav_footer{margin-top: 100px}
}
}

/* header */
#header1{
background-color: rgb(0, 129, 99);
height:76px;
display: flex;
}



#header1 p{
margin: auto 0;
width: 100%;
}

.header_left img{
margin-left: 40px;
width: 25%;
min-width: 150px;
}

.header_right img{
margin-right: 40px;
float: right;
width: 25%;
min-width: 150px;
}