/* リード文 */

.lead_text {
  font-size: 1.1rem;
  text-align: center;
}

/* メニュー */

.menu_ttl {
  position: relative;
  color: #333;
  text-align: center;
}

.menu_ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(50% - 1px);
  left: 0;
  background: #333;
  z-index: -1;
}

.menu_ttl p {
  display: inline-block;
  margin-left: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #fff;
  transform: translateX(-5px);
  text-align: center;
}

.extstyle__linklist--4-2 {
  margin: -7.5px !important;
}

@media screen and (max-width: 767px) {
  .extstyle__linklist--4-2 {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
}

.extstyle__linklist--4-2 li {
  padding: 7.5px !important;
}

@media screen and (max-width: 767px) {
  .extstyle__linklist--4-2 li {
    padding: 7.5px !important;
  } 
}

.extstyle__linklist--4-2 li a {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  color: #333;
  transition: all 0.25s ease-in-out;
}

.extstyle__linklist--4-2 li a:hover {
  background: #fff;
  color: #333;
  /* transition: all 0.25s ease-in-out; */
}

.extstyle__linklist--4-2 li a img {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.extstyle__linklist--4-2 li a figure {
  background: #333 !important;
  overflow: hidden;
}

.extstyle__linklist--4-2 li a:hover img {
  opacity: 0.6;
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
}

.bland_name {
  /* background: #e5e5d9; */
  /* padding: 0.33rem 0.75rem 0.7rem; */
  margin-top: 6px;
  padding: 0;
  font-weight: bold;
  text-align: left;
  transition: all 0.25s ease-in-out;
  font-size: 0.9rem;
}

/* .extstyle__linklist--4-2 li a:hover .bland_name {
  background: #333;
  transition: all 0.25s ease-in-out;
} */

.extstyle__linklist--4-2 li a .bland_name > span {
  font-weight: normal;
}