* {}

body {
  font-size: 16px !important;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {}

h2 {
  border-top: 2px solid green;
  border-bottom: 2px solid green;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}

#history h2 {
  border: none;
}

h3 {
  color: green;
  border-bottom: 2px solid green;
  font-size: 1.25rem;
  margin-top: 1rem;
  text-align: center;
}

h4 {}

h5 {}

ul {
  list-style: none !important;
}

ul li {
  list-style: none !important;
}

a {}

a:link {
  border: none;
  text-decoration: none;
}

a:visited {}

a:hover {}

a:active {}

/*--bootstrap------------*/
nav {
  margin-top: 5rem;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

#header {
  margin-top: -5rem;
}

.main_image {
  width: 100px;
}

.bg-body-tertiary {
  background-color: rgba(226, 66, 31, 0.75) !important;
}

.dropdown-menu {
  --bs-dropdown-min-width: 18rem !important;
}

.item {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.item img {
  position: absolute;
  width: 100%;
  ;
  height: 100%;
}

.text-gray {
  color: #999;
}

.name_waku {
  border: 1px solid #fff;
  padding: 0.05rem 0.25rem;
}

.navbar-brand {
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.nav-link {
  color: #fff;
}

li.nav-item a {
  background-clip: padding-box;
  border-bottom: 2px solid rgba(226, 66, 31, 0);
}

li.nav-item a:hover {
  border-bottom: 2px solid #fff;
}

#information_news {
  width: 100%;
  margin: -18rem 0 15rem 0;
  padding: 10rem 0;
  position: relative;
  top: 200px;
}

#information_news p {
  width: 65%;
  margin: 0 auto;
}

#information_news::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/information_news_back.png);
  background-size: cover;
  transform: skewY(-2deg);
  z-index: -1;
}

#introduction {
  width: 100%;
  margin: -18rem 0 15rem 0;
  padding: 10rem 0;
  position: relative;
  top: 200px;
}

#introduction p {
  width: 65%;
  margin: 0 auto;
}

#introduction::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/d136.jpg);
  background-size: cover;
  transform: skewY(2deg);
  z-index: -1;
}

#history {
  width: 100%;
  margin: -18rem 0 15rem 0;
  padding: 10rem 0;
  position: relative;
  top: 200px;
}

#history p {
  width: 65%;
  margin: 0 auto;
}

#history::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/d137.jpg);
  background-size: cover;
  transform: skewY(-2deg);
  z-index: -1;
}

.taisyo {
  font-size: 0.75rem;
  display: inline;
}

li.taisyo button {
  font-size: 0.75rem;
}

img.img_fit {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#other_header {
  margin-top: -10rem !important;
}

#other_header .row>* {
  padding: 0 !important;
}

.event_bg:nth-child(2n-1) {
  background-color: #eee;
}

.event_bg dl {
  margin-bottom: 0.15rem;
}

.fs-7 {
  font-size: 0.95rem;
}

.fs-8 {
  font-size: 0.9rem;
}

.fs-9 {
  font-size: 0.85rem;
}

.fs-10 {
  font-size: 0.8rem;
}

/*ticker*/
/*------------------------------------------news*/
/*--telop news---------------------*/
#telop_news ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0!important;
}

#telop_news ul li {
  font-size: 1.25rem;
}

.horizontalFlowing {
  padding: 15px 0;
  align-items: center;
  overflow: hidden;
  background: #eee;
  margin-top: -1rem;
}

.horizontalFlowing_content.-right-to-left {
  display: flex;
  padding-left: 100%;
  white-space: nowrap;
  animation-name: flows-from-right-to-left;
  animation-duration: 20s;
  /* アニメーションのスピード */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-fill-mode: both;
}

@keyframes flows-from-right-to-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-150%);
  }
}

.horizontalFlowing:hover .horizontalFlowing_content.-right-to-left {
  animation-play-state: paused;
}

#another_link {
  background: #EEEEEE;
  background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#another_link dl{}
#another_link dl dt{ margin: 0!important; padding: 0!important;}
#another_link dl dd{margin: 0!important; padding: 0!important;}


#another_link .link_waku {}

a.button {
  border-radius: 20px !important;
  border: none !important;
  background-color: green !important;
  color: #fff !important;
  padding: 0.25rem 1.5rem !important;
  text-decoration: none !important;
}

a.button:hover {
  background: black !important;
  color: #fff;
}
