﻿.body-content {
  padding-bottom: 30px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
.navbar-nav {
  padding: 10px 0;
}
.navbar-nav li {
  padding: 7px 7px;
}
.navbar-nav li a {
  font-size: 1.2rem;
  color: #036EB7;
}
.navbar-brand img {
  max-height: 60px;
}
@media (max-width: 468px) {
  .navbar-brand img {
    max-width: 300px;
  }
}
@media (max-width: 386px) {
  .navbar-brand img {
    max-width: 220px;
  }
}
.navbar {
  border-bottom: solid 3px #8CC63F;
}
.navbar .tel img {
  max-height: 50px;
}
.navbar-toggler {
  border-color: #E4F3F9;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(3,102,199,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.kozuka-h {
  font-family: "kozuka-mincho-pr6n";
  font-weight: 900;
  font-style: normal;
}
.kozuka-b {
  font-family: "kozuka-mincho-pr6n";
  font-weight: 700;
  font-style: normal;
}
.kozuka-r {
  font-family: "kozuka-mincho-pr6n";
  font-weight: 400;
  font-style: normal;
}
h2,
.h2 {
  margin: 30px 0;
  padding: 10px 15px;
  background-color: #036EB7;
  color: #fff;
  font-family: "kozuka-mincho-pr6n";
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  .h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
h3 {
  padding-bottom: 3px;
  padding-left: 10px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #036EB7;
  border-bottom: solid 1px #036EB7;
  border-left: solid 6px #036EB7;
  font-family: "kozuka-mincho-pr6n";
  font-weight: 700;
  font-style: normal;
}
.btn-danger {
  color: #fff;
}
.btn-outline-danger:hover,
.btn-outline-danger:active {
  color: #fff;
}
.btn-outline-light:hover {
  color: #036EB7;
}
.badge-danger {
  color: #fff;
}
.cp_list {
  position: relative;
  padding: 0.5em;
  border: solid 2px #036EB7;
  list-style-type: none;
}
.cp_list li {
  padding: 0.5em 0 0.5em 1.6em;
  line-height: 1.5;
  border-bottom: 1px dashed #036EB7;
}
.cp_list li::before {
  position: absolute;
  content: "\002713";
  color: #036EB7;
  font-weight: bold;
  left: 0.8em;
}
.cp_list li:last-of-type {
  border-bottom: none;
}
table.shinryo th,
table.shinryo td {
  text-align: center;
  vertical-align: middle;
  height: 60px;
}
table.shinryo td {
  width: 10%;
}
table.shinryo th {
  color: #036EB7;
}
table.calendar th {
  color: #036EB7;
  background-color: #E4F3F9;
  text-align: center;
}
table.calendar td {
  text-align: center;
}
table.calendar td.other {
  color: #fff;
  background-color: #e51373;
}
table.calendar td.othermonth {
  color: #ccc;
  background-color: #f5f5f5;
}
table.calendar td.selected {
  background-color: #8CC63F;
}
footer {
  color: #fff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 120px !important;
  }
}
footer a {
  color: #fff;
  padding: 3px 0;
}
footer a:hover {
  color: #ddd;
  text-decoration: none;
}
#map {
  height: 500px;
  margin-bottom: 20px;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 10px;
  background: #006699;
  opacity: 0.6;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #page_top {
    bottom: 120px;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

