@charset "utf-8";
/* CSS Document */
.sendbutton{
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 16pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 16px 27px;   /* 余白       */
  background    : #008163;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #008163;    /* 枠の指定 */
}
.sendbutton:hover {
  color         : #008163;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
table.preview{
    margin: 0 auto;
}
.submit{
    text-align: center;
    padding: 30px;
}
.otoiawasekakunin{
    margin-top: 40px;
}

/*共通*/
*{
    margin: 0;
    padding: 0;
}
body{
	color:#333333;
	background-color:white;
}
p{
	font-family: serif;
	color:rgb(86, 81, 65);
}
h1{
	font-size: 28px;
}
h2{
	font-size: 26px;
}
h3{
	font-size: 24px;
        font-family: serif;
}
h4{
	font-size: 22px;
        margin-top: 0;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
ul{
	list-style-type: none;
}


.area_logo_header{

}
.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;}
.sp {display:block;}


#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%;
}

.life_creed2 img{
	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;
}

.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: 18px;
	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%;
        height: 30px;
}
.form_control_message{
	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: 18px;
	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{
	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;
}

.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;}
#Navbar{display: none;}

#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(128,128,128,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;
}



/*ナビ＿フッター*/
.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;
}








#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{
	margin: 0px;
}


.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;
	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: 5px 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;}
.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 ul li dt span.genre_1, #container_info_full_gold ul li dt span.genre_1 {
  font-size: 14px;
  background-color: rgb(234, 149, 104);
  color: #fff;
  padding: 0.2em 1em;
  margin-right: 1em;
margin-left: 1em;
font-weight:bold;
}
#container_info_full_gray ul li dt span.genre_2, #container_info_full_gold ul li dt span.genre_2 {
  font-size: 14px;
  background-color: rgb(80, 170, 179);
  color: #fff;
  padding: 0.2em 1em;
  margin-right: 1em;
margin-left: 1em;
font-weight:bold;
}
#container_info_full_gray ul li dt span.genre_17, #container_info_full_gold ul li dt span.genre_17 {
  font-size: 14px;
  background-color: rgb(198, 3, 3);
  color: #fff;
  padding: 0.2em 1.5em;
  margin-right: 1em;
margin-left: 1em;
font-weight:bold;
}
#container_info_full_gray ul li dt span.genre_18, #container_info_full_gold ul li dt span.genre_18 {
  font-size: 14px;
  background-color: rgb(252, 178, 80);
  color: #fff;
  padding: 0.2em 0.6em;
  margin-right: 1em;
margin-left: 1em;
font-weight:bold;
}

/*---------------------------------------
	ボタン
----------------------------------------*/
.contents-2row-container{
  text-align: center;
}
.contents-2row-container a{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  background-color: #FFA500;
  color: #FFFFFF;
  border-radius: 0.5rem;
}

/*---------------------------------------
	罫線
----------------------------------------*/
.line line02{
  margin-bottom: 20px;
}

/*---------------------------------------
	表組み
----------------------------------------*/
.contents-table-container table{
  text-align: center;
  margin: 0 auto;
}
.contents-table-container tr, .contents-table-container th, .contents-table-container td{
  border: 1px solid;
  padding: 10px 20px;
}
.contents-table-container tr{
  background: #BAD3FF;
}
.contents-table-container td:nth-child(2n){
  background: #eee;
}
.contents-table-container td:nth-child(2n+1){
  background: #fff;
}

/*---------------------------------------
	ファイル
----------------------------------------*/
.conetnts-file-container, .pdf{
  border-bottom: 1px dotted;
}

/*---------------------------------------
.contents-link-container, .u-align-l{
  border-bottom: 1px dotted;
}
----------------------------------------*/

/*---------------------------------------
	enkaku
----------------------------------------*/
#enkaku {
	width:100%;
	margin:5% auto 10% !important;
	text-align:center;
}
#enkaku dl {
	display: table;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9e9f;
	padding:1em;
	margin-bottom: -0.1rem;

}
#enkaku dl:first-child {
	border-top: 1px solid #9e9e9f;
}

#enkaku dt {
	display: table-cell;
	width:35% !important;
	vertical-align: middle;
	text-align: center;
	padding: 0.2em 1em;
	border-right:1px solid  #9e9e9f;
}
#enkaku dd {
	display: table-cell;
	width:450px !important;
	padding:0.2em 1em 0.2em 1.5em;
	text-align:left;
}

@media screen and (min-width:768px) {
	#enkaku dt {
		width: 25% !important;
	}
	#enkaku dd {
		width:700px !important;
	}
}

@media screen and (min-width:1025px) {
	#enkaku dd {
		width:800px !important;
	}
}



.pp_btn_container {
flex-wrap: nowrap;
justify-content: center;
}

.pp_btn_container a {
    color: #565141;
padding: 3px 5px;
}

.pp_btn_container .e_pp_btn {
   text-align: center;
   border: 4px #008163 solid;
   border-radius: 10px;
   max-width: 300px;
   padding: 3px 32px;
   transition: background-color 0.5s;
}

.pp_btn_container .e_pp_btn:hover{
    color: #fff;
    background-color:#008163;
    transition:all 0.3s ease ;
}
.pp_btn_container :hover{
    color: #fff;
}
.pp_btn_container .j_pp_btn {
    text-align: center;
   border: 4px #0045f2 solid;
   border-radius: 10px;
   max-width: 300px;
   padding: 3px;
}
.pp_btn_container a {
padding: 3px 5px;
}


@media screen and (max-width:1000px) {
.pp_btn_container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10%;
}
.pp_btn_container .e_pp_btn {
    margin-bottom:20px;
}
}

@media screen and (max-width:768px) {
.pp_btn_container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10%;
}
.pp_btn_container .e_pp_btn {
    margin-bottom:20px;
}
}
.main_container_title {
    border-bottom: 3px #008163 solid;
    padding-bottom: 2%;
    max-width: 700px;
    margin: 0 auto 2%;
}


.pp_btn_container .j_pp_btn {
   text-align: center;
   border: 4px #1d0092 solid;
   border-radius: 10px;
   max-width: 300px;
   padding: 3px 32px;
transition: background-color 0.5s;
}

.pp_btn_container .j_pp_btn:hover{
    color: #fff;
    background-color:#0045f2;
    transition:all 0.3s ease ;
}
.pp_btn_container :hover{
    color: #fff;
}
.pp_btn_container .j_pp_btn {
    text-align: center;
   border: 4px #0045f2 solid;
   border-radius: 10px;
   max-width: 300px;
   padding: 3px 32px;
}
.pp_btn_container a {
padding: 3px 5px;
}


@media screen and (max-width:1000px) {
.pp_btn_container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10%;
}
.pp_btn_container .j_pp_btn {
    margin-bottom:20px;
}
}

@media screen and (max-width:768px) {
.pp_btn_container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10%;
}
.pp_btn_container .j_pp_btn {
    margin-bottom:20px;
}
}
.pp_btn_container a {
   padding:3px;
}
.main_container_title2 {
    border-bottom: 3px #0045f2 solid;
    padding-bottom: 2%;
    max-width: 700px;
    margin: 0 auto 2%;
}

