@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
.jumbotron {
	background-image: url('../img/kuga_taiikukan01-s.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 66.6%;
	height: 600px;
}
.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
#sec2 .message {
	position: absolute;
	left: 0;
}
.map iframe {
	width: 100%;
	height: 450px;
}

.card {
	background-color: #ffffff99;
}

#sec10 table {
  width: 100%;
  cellspacing: 0;
  bgcolor: #CCC;
  font: 12px;
  color: #666;
  table-layout: fixed;
  border-collapse: collapse; }
#sec10 table th, #sec10 table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc; }
#sec10 table th {
    background-color: #002795;
    color: #fff; }
#sec10 table td {
    width: 14.2%; }



/* 小デバイス（横向きモバイル, 576px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
#sec2 .message {
	position: static;
}
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
.footer-logo {
	width: 100%;
}
} /* END */

/* 極小デバイス（縦向きモバイル, 576px 未満）
============================================== */
@media screen and (max-width: 575.98px) {
#sec2 .message {
	position: static;
}
} /* END */

============================================== */
/*.junior {
	background: #adff2f;
}
.glory {
	background: #98fb98;
}
.enjoy {
	background: #32cd32;
}*/

============================================== */

.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}

.grid {
  display: grid;
  grid-gap: 1em;
  grid: masonry / repeat(auto-fit, minmax(20em, 1fr));
}

.item { 
  background: silver;
  height: 5em;
}
