  /* common */
.table-blue {
  width: 100%;
  margin-bottom: 20px;
}
.table-blue th {
  font-weight: normal;
  text-align: center;
  color: #fff;
  padding: 10px;
  background: #478cb4;
}
.table-blue td {
  padding: 10px;
}

.mb-0 {
  margin-bottom: 0!important;
}

/* kurashiki */
.slider-wrap {
  margin: 20px 0;
  position: relative;
}
.slider-wrap h2 {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  z-index: 2;
  background: none;
}
.contents-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contents-menu-list {
  width: 15%;
  min-height: 1px;
}
.title-blue {
  font-size: 16px;
  color: #23429a;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contents-menu {
    flex-wrap: wrap;
  }
  .contents-menu-list {
    width: 31%;
    margin-bottom: 13px;
  }
}
.contents-menu-title {
  padding: 5px;
  color: #fff;
  background: #23429a;
  text-align: center;
  font-size: 14px;
}
.contents-menu-list a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.contents-menu-list a:hover .contents-menu-title {
  opacity: 0.7;
}


/* fukuyama */
.information {
  padding: 20px;
  border-radius: 20px;
  background: #fbe1cd;
}
.information p {
  background: #fbe1cd;
}
.information-title {
  font-weight: bold;
  padding: 0 3px 3px;
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 3px solid #ffa056;
}
.box-green {
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  border: 3px solid green;
}
.box-red {
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 3px solid red;
}
.rounded {
  border-radius: 20px;
}