@charset "UTF-8";
/* CSS Document */

/*---------------------
全体
---------------------*/
.humptei-top-slider, .humptei-slider { height: 375px; }
div.slider_bg {
  height: 375px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.humptei-block h6 { font-weight: bold; margin-bottom: 1rem; }

.item-block h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  padding-bottom: 3rem;
}
.item-block h4::after {
  position: absolute;
  display: block;
  width: 218px;
  height: 1px;
  content: '';
  background-color: #C9C9C9;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.25rem;
}

@media screen  and (max-width: 767px) {
  .humptei-top-slider, .humptei-slider {
    height: 375px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .thumb-item-nav {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .humptei-grill-img {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
