/*
common

#3E518C
#F2C46D
#594940
#BFA393
#D93D04

#D76E2C

*/
body{
	font-family: 'NotoSansJP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Meiryo', "sans-serif";
	font-weight: 500;
	font-size: 16px;
	color:#000;
	padding-top:72px;
}

ul.list-group{
	margin:0;
	padding:0;
	margin-left: 1.4rem;
}
a{
	color: #594940;
	text-decoration: none;
}
a:hover{
	color: #D76E2C;
}
a.more-link{
	display: inline-flex;
	align-items: center;
	border-bottom:1px solid #594940;
	padding-bottom:2px;
}
	a.more-link span{
		margin-right: 6px;
	}

.btn-1{
	background-color:#3E518C;
	background-color: #F5821F;
	color: #FFF;
	font-weight: 600;
}
.btn-1:hover{
	color: #FFF;
	background-color:#BFA393;
}
.btn-2{
	background-color:#594940;
	color: #FFF;
	font-weight: 600;
}
.btn-2:hover{
	color: #FFF;
	background-color:#BFA393;
}

/*
1:お知らせ：生徒活動
2:お知らせ：部活動
13:お知らせ：学校
17:お知らせ：ミトヤノイチニチ
*/
.news_categorylabel_1{
	background-color:#D76E2C;
	color: #FFF;
	padding: 0.2rem 0.4rem;
	border-radius: 5%;
	font-size: 12px;
	font-weight: 400;
}
.news_categorylabel_2{
	background-color:#594940;
	color: #FFF;
	padding: 0.2rem 0.4rem;
	border-radius: 5%;
	font-size: 12px;
	font-weight: 400;
}
.news_categorylabel_13{
	background-color:#3E518C;
	color: #FFF;
	padding: 0.2rem 0.4rem;
	border-radius: 5%;
	font-size: 12px;
	font-weight: 400;
}
.news_categorylabel_17{
	background-color:#3E518C;
	color: #FFF;
	padding: 0.2rem 0.4rem;
	border-radius: 5%;
	font-size: 12px;
	font-weight: 400;
}

/*
youtube
*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*
midasi
*/
h2.midasi {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
	font-size: 18px;
	color: #594940;
	font-weight: 600;
}
h2.midasi::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}

/*
unit style
*/
.unit_img_container{
	text-align: center;
	margin-top:2rem;
	margin-bottom:2rem;
}








/*
navbar
*/
.navigation{
	background-color: #D76E2C;
}
.navbar-brand{
	max-width: 300px;
}
.navbar-menu{
	display: flex;
	color: #FFF;
	align-items: center;
}
.navbar-toggler{
	color: #FFF !important;
	border: none;
}
.navbar-toggler:focus{
	box-shadow: 0 0 0 0;
}
.navbar-toggler-btn{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #FFF;
	border-radius: 4px;
	margin-bottom:10px;
}
.navbar-toggler-btn_bottom{
	margin-bottom:0;
}

.side-nav{
	margin-bottom:20px;
}
.side-nav a.nav-item{
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding: .5em .75em;
  background-color: #CCC;
  border-left: 6px solid #F2C46D;
	text-decoration:none;
	color: #594940;
	font-size: 18px;
	font-weight: 700;
}
	.nav-item .material-icons{
		font-size:36px;
	}
.side-nav a.nav-item:hover{
	color: #D76E2C;
	background-color: #EEE;
	border-color: #3E518C;
}


.side_nav .nav_btn img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.nav_btn:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}



/*
top bg
*/
.top-bg {
    height: 100vh;
    background-position:center center;
    background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;    
}



/*
annivesary
*/
.anniversary{
	background-color: #D76E2C;
	color: #FFF;
	font-size: 36px;
	padding:16px 0;
}
	.anniversary div.container{
		text-align: center;
	}

/*
top corona
*/
.top-corona-baner{
	display: block;
	background-color: #D93D04;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}
	.top-corona-baner:hover{
		background-color: #EEE;
	}

/*
news-container
*/
.news-container{
	margin-top:20px;
}
	.list-group > li{
		margin-bottom: 16px;
	}

/*
top-nav-baner
*/
.top-nav-baner{
	display: block;
	width: 100%;
	height: 100%;
	border: 1.4px solid #666;
	border-radius: 3px;
	background-color: #BFA393;
	color: #FFF;
	padding:1rem 0.8rem;
	text-align:center;
	font-size:24px;
	font-weight: 600;
	letter-spacing: 0.4rem;
}
	.top-nav-baner:hover{
		background-color:#F2C46D; 
	}
	.top-nav-baner-sm{
		font-size: 20px;
		letter-spacing: 0;
	}

.top-nav-baner2{
	display: block;
	width: 100%;
	height: 100%;
	border: 1.4px solid #666;
	border-radius: 3px;
	background-color: #D76E2C;
	color: #FFF;
	padding:1rem 0.8rem;
	text-align:center;
	font-size:24px;
	font-weight: 600;
	letter-spacing: 0.4rem;
}
	.top-nav-baner2:hover{
		background-color:#F2C46D; 
	}
	.top-nav-baner-sm2{
		font-size: 20px;
		letter-spacing: 0;
	}

.top-kinkyu-container{
	margin-top:20px;
}
	.top-kinkyu-container h1{
		font-size:18px;
	}
	.top-kinkyu-container .kinkyu-attach{
		margin-top:20px;
	}
		.top-kinkyu-container .kinkyu-attach > .list-group{
			margin:0;
		}


/*
footer
*/
.footer{
	width: 100%;
	margin-top:100px;
	background-color:#3E518C; 
	background-color: #F5821F;
	color: #FFF;
}
	.footer .container{
		padding-top:40px;
		padding-bottom:40px;
	}
	.footer .footer-title{
		font-size:24px;
		font-weight: 700;
	}
	.footer .footer-text{
		line-height: 1.6rem;
	}
	.footer a.footer-link{
		display: inline-flex;
		align-items: center;
		padding-bottom:2px;
		color: #FFF;
	}
	.footer a.footer-link span{
		margin-right: 6px;
	}
	
	
	.footer .copyright{
		background-color: #FFF;
		padding: 15px;
		color: #594940;
		text-align: center;
	}


/*
-----------------------------------------------------------------------
page css
*/
.breadcrumb-container{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
	.breadcrumb-container .breadcrumb{
		margin-bottom: 0.4rem;
	}

.sub-navigation{
	display: block;
	width: 100%;
	padding: 0.4rem 0.8rem;
	border:1px solid #594940;
	border-radius: 0.4rem;
}
.sub-navigation{
	border-left:8px solid #3E518C;
}

.page-section{}
.page-section > div > h1.archive-title{
	display: inline-block;
	font-size: 20px;
	text-align: center;
	border: 1px solid #CCC;
	padding: 0.6rem 1rem;
}
.page-section h2{
	font-size:24px;
	font-weight: 700;
	letter-spacing: 0.2rem;
	position: relative;
	padding-left: 25px;
}
.page-section h2:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #594940;
	}
.page-section h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #594940;
}
.page-section h2:first-letter {
  font-size: 2em;
  color: #3E518C;
	color: #F5821F;
}
.page-section .date{
	text-align: right;
	margin:0.6rem;
	color: #3E518C;
	font-size: 18px;
	letter-spacing: 1px;
}
.page-body{
	margin-top:1rem;
	margin-bottom:1rem;
	padding:0.4rem 1rem;
}

.page-body h1 {
  position: relative;
  padding: 1rem .5rem;
	font-size: 18px;
	font-weight: 600;
	margin-bottom:1rem;
}

.page-body h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#8399DB), to(#6E89DB));
  background-image: -webkit-linear-gradient(right, #8399DB 0%, #6E89DB 100%);
  background-image: linear-gradient(to left, #8399DB 0%, #6E89DB 100%);
}

.page-section .list-date{
	font-size: 16px;
	color: #777;
	letter-spacing: 2px;
}
.page-section .list-title{
	font-size: 18px;
	color: #333;
	letter-spacing: 2px;
}

.pager-container_top{
	margin-bottom: 1rem;
}
.pager-container_bottom{
	margin-top: 1rem;
}

/*
news
*/
.news-list td{
	vertical-align: middle;
}
.news-date{
	width: 20%;
}
.news-category{
	
}
.news-title{
	margin-top:0.4rem;
}


/*
club ic
*/
.club-ic{
	width: 100%;
	height: 200px;
}


/*
unnankai
*/
.unnankai-report .card-img-top{
	height: 200px;
}
.unnankai-report a:hover{
	opacity: 0.8;
}