
#summer_horoyoi_b{
	background: url(../dinner/img/horoyoi2026_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.lc_btns{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lc_btns .lc_btn{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #4d1b11;
  font-size: 1.4rem;
  text-align: center;
  min-width: 200px;
  background: #fff;
  padding: 10px 25px;
  margin: 1em 1em 0;
  transition: all 0.5s ease 0s;
}
.lc_btns .lc_btn::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #4d1b11;
  border-right: 0;
  transform: translate(50%, -50%);
}
.lc_btns .lc_btn:hover {
  text-decoration: none;
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .ttl-image.sp-w80 img{
    width: 80%;
  }
}