@charset "utf-8";
/* CSS Document */

/*----------------------------------------*/
/*  body
/*----------------------------------------*/
body {
  background-color: #ffffff;
	color: rgba(20,10,0,0.86);
  font-family: sans-serif;
  padding-top: 81px;
	position: relative;
}
body a {
	color: #0073ad;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}

/*----------------------------------------*/
/*  change color
/*----------------------------------------*/
.bg-primary {
  color: #fff;
  background-color: #337ab7 !important;
  border-color: #2e6da4; 
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; 
}


/*----------------------------------------*/
/*  Nav Bar
/*----------------------------------------*/
.secondrow {
  background-color: #fff;
	z-index: 10000;
}
.secondrow a {
  color: rgba(20,10,0,0.86) !important;
}
/* Dropdown on hover */
.dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar li a:hover, .dropdown a:hover {
	background-color: #3071a9;
	color: #fff !important;
	text-decoration: none;
}
/*----------------------------------------*/
/*  SHadow Carousel captions 
/*----------------------------------------*/
.carousel-caption > h2, .carousel-caption > h4, .carousel-caption > p {
	text-shadow: .15rem .15rem .1rem #000;
}
.carousel-inner img {
  display: block;
  max-height: 712px;
  object-fit: cover;
}

/* ---------------------------------
   Banner Area
------------------------------------ */
#banner-area {
	position: relative;
	text-align: center;
}
#banner-area:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(45, 62, 80, 0.6);
	z-index: 1;
}
#banner-area img {
  display: block;
  max-height: 500px;
  object-fit: cover;
	z-index: 3;
}
#banner-area h1 {
	position: absolute;
	color: #ffffff;
	line-height: 90%;
	text-shadow: .15rem .15rem .1rem #000;
	top: calc(50% - 1.3rem);
	width: 100%;
	z-index: 2;
}

 #overlapped-logo {
	margin-bottom: -255px;
	position: relative;
	z-index: 99;
	}

#closureVideo {
	width: 100% !important;
	height: auto !important;
}
/*----------------------------------------*/
/*  Main Contents
/*----------------------------------------*/
.hnybi {
	background: #3a6ea5; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #336699, #336699, #3a6ea5, #c2c79d, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #336699, #336699, #3a6ea5, #c2c79d, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #336699, #336699, #3a6ea5, #c2c79d, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #336699, #336699, #3a6ea5, #c2c79d, white); /* Standard syntax */
	color: #fff;
	border-radius: .4rem;
	padding: .4rem;
}

/*heading icon's opacity and mr*/
.header-icon {
	opacity: .7;
	margin-inline-end: .6rem;
}


/*color of light bulb icon*/
.lightbulb {
	color: #ffcc00;
}


/*----------------------------------------*/
/*  Top warning for Covid
/*----------------------------------------*/
/* @media (min-width: 769px) {
*/@media (min-width: 576px) {
 #top-warning {
	line-height: 1rem;
	margin-bottom: -1.5rem;
	margin-top: -1.5rem;
	position: relative;
	z-index: 9999 !important;
	}
}

#top-warning .my-auto {
	text-shadow:
    -1px -1px 0 #fff,
     0   -1px 0 #fff,
     1px -1px 0 #fff,
     1px  0   0 #fff,
     1px  1px 0 #fff,
     0    1px 0 #fff,
    -1px  1px 0 #fff,
    -1px  0   0 #fff;
}

/*adjust link position on schedule.html*/
a.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}


/* disable Accordion color change */
.accordion-button:not(.collapsed) {
	color: rgba(20,10,0,0.86) !important;
	background-color: #fff !important;
}
/* disable accordion border color */
.accordion-button:focus {
    border-color: rgba(0,0,0,.125);
    box-shadow: none !important;
}

/*covid protocols header color
#accordionCovid button {
	background-color: #fff;
}*/

/* disable bottom margin of h4 and h5 for the card header*/
.card-header h4,.card-header h5 {
	margin-bottom: 0 !important;
}

/* no border for card list */
 .list-group-item {
	border: none !important; 
}


/*----------------------------------------*/
/* syllabus styles*/
/*----------------------------------------*/
#syllabus ul {
	list-style: none;
	padding: 0;
}
#syllabus li {
	padding-inline-start: 0;
}
#syllabus li:before {
	color: #0073ad;
	content: '\f518';
	dsiplay: inline-block;
	font-family: 'FontAwesome';
	margin-inline-start: -1.5rem;
	margin-inline-end: .6rem;
} 

/*----------------------------------------*/
/* check mark styles*/
/*----------------------------------------*/
.check-list ul {
	list-style: none;
}
.check-list li {
	padding-inline-start: 0;
}
.check-list li:before {
	color: #393;
	content: '\f00c';
	dsiplay: inline-block;
	font-family: 'FontAwesome';
	margin-inline-start: -1.5rem;
	margin-inline-end: .6rem;
} 


/*----------------------------------------*/
/*  accreditation
/*----------------------------------------*/
.accreditation {
	color: rgba(20,10,0,0.86);
	font-weight: bold;
	margin-top: 0rem;
	padding: .4rem 0 .4rem 1rem;
	border-inline-start: .45rem solid #2e6da4;
}

/*----------------------------------------*/
/*  h4, h5, h6
/*----------------------------------------*/
h4, h5, h6 {
/*	font-weight: bold;*/
}

/*----------------------------------------*/
/*  ol sessting
/*----------------------------------------*/
.alphabet {
	list-style-type: lower-alpha;
}


/*----------------------------------------*/
/*  ol sessting
/*----------------------------------------*/
.hidden {
	display: none;
}

/*----------------------------------------*/
/*  scrollspy settings
/*----------------------------------------*/
.scrollspy {
	padding-top: 85px;
}
.scrollspy a {
	color: rgba(20,10,0,0.86);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: rgba(20,10,0,0.86);
	background-color: inherit;
	border-inline-start: .45rem solid #2e6da4;
}

/*----------------------------------------*/
/*  table width etc.
/*----------------------------------------*/
.td40 {
    width: 40%;
}

.reserve-col {
	text-align: end;
	vertical-align: middle;
	width: 6rem;
}

/*.table-hover > tbody > tr.no-hover:hover {
	--bs-table-accent-bg: rgba(255,255,255,0.00) !important;
}*/

/*----------------------------------------*/
/*  back to top button
/*----------------------------------------*/
#topbutton {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: none;
}

/*----------------------------------------*/
/*  tabs on testimonials
/*----------------------------------------*/
.tab-content ul {
	padding-inline-start: 0;
}

.tab-content .list-group-item {
	border: none;
}

/*----------------------------------------*/
/*  Footer Widget Area
/*----------------------------------------*/
.footer-widget-area {
  background: #2d3e50 none repeat scroll 0 0;
  color: #fff;
}
.footer-widget-area a {
  color: #fff;
}
.footer-widget-area a:hover {
  color: #0073ad;
}
.footer-logo > a {
  display: inline-block;
}
.social-icons a {
  display: inline-block;
  font-size: 2rem;
  margin-inline-end: .65rem;
}
.single-footer-widget span {
	display: block;
}
.single-footer-widget span i {
  width: 1.5rem;
}

/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/
.footer-area, .footer-area a, .footer-area a:hover {
  background: #0073ad none repeat scroll 0 0;
  color: #fff;
	font-size: .8rem;
}

th {
　height: 30px;
　text-align: center;
}
td {
　height: 100px;
}
.today {
  background-color: lightsalmon !important;
}
/*--日付が今日の場合は背景オレンジ--*/

.holiday {
  color: red;
}
/*--祝日は赤--*/

th:nth-of-type(1), td:nth-of-type(1) {
  color: red;
}
/*--日曜日は赤--*/
th:nth-of-type(7), td:nth-of-type(7) {
  color: blue;
}
/*--土曜日は青--*/
