.hero-item .txt-header {
  font-size: 50px;
  letter-spacing: 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: initial;
  line-height: 60px;
}
.txt-heading {
  font-family: 'Cinzel', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 28px;
  display: block;
  color: #998676;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 90px;
}
.txt-subheading {
  padding-top:10px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
}
.view-link {
  margin-top: 25px;
  padding-right: 20px;
  text-align: right;
  position: relative;
  font-weight: bold;
}
.view-link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0;
  border-top: 6px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #998676;

}
hr {
  border-top: 1px solid #fff;
  margin: 10px auto;
}
.box-flex {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
#yawalog {
  margin-bottom: 70px;
}
.box-center {
  justify-content: center;
}
  .box-flex .box-about-item,
  .box-flex .box-menu-item,
  .box-flex .box-gallery-item {
    position: relative;
    background: #000;
  }

  .box-flex .box-staff-item,
  .box-flex .box-blog-item,
  .hero-item {
    position: relative;
  }
  .box-flex img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s ease;
    backface-visibility: hidden;
  }
  .box-flex .box-menu-item img {
    transition: none;
  }
  .box-flex .txt-middle {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }
    .box-about-item .txt-middle {
      text-align: center;
      border: 1px solid #fff;
      width: 196px;
      height: 196px;
      color: #fff;
      opacity: 1;
    }
    .box-about-item .txt-middle .inner {
      height: 70%;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
    }
      .box-about-item .txt-middle .inner hr {
        width: 25%;
        border-top: 1px solid #404040;
        opacity: 0;
      }
      .box-about-item .txt-middle p {
        font-family: 'Cinzel', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
        font-size: 20px;
        letter-spacing: 7px;
        align-self: center;
      }
      .box-about-item .txt-middle span {
        font-size: 14px;
        letter-spacing: -1px;
        display: block;
        margin-top: 10px;
        font-weight: 600;
      }
      .box-about-item:hover .txt-middle {
        background: rgba(255, 255,255, 0.7);
        color: #404040;
        border: 0;
      }
    .box-menu-item .btn-menu {
      border: 1px solid #fff;
      width: 200px;
      padding: 10px;
      text-align: center;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      color: #fff;
      opacity: 0;
    }
    .box-staff-item .txt-bottom {
      transition: .5s ease-out;
      opacity: 0;
      position: absolute;
      bottom: 0;
      text-align: center;
      color: #fff;
      background: #000;
      width: 100%;
    }
      .box-staff-item .txt-bottom span {
        line-height: 50px;
        font-size: 12px;
      }
    .box-blog-item {
      margin: 15px;
    }
    .box-menu-item a:hover > img,
    .box-gallery-item a:hover > img {
      opacity: 0.5;
    }
    .box-about-item:hover .txt-middle .inner hr,
    .box-gallery-item:hover .txt-middle,
    .box-staff-item:hover .txt-bottom,
    .box-menu-item:hover .btn-menu,
    .box-menu-item .txt-middle  {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter:alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      display:block;
    }
