#contents_mainimg {
  background-image: url(../images/pualani.jpg);
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: -100;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

img {
  width: 70%;
  height: auto;
}

.menu-introduce_contents {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
}

.menu-introduce_contents_item {
  width: 30%;
  padding: 20px;
}

.business-hours {
  background-color: #f9f9f9;
  padding: 5% 0 5% 0;
}

.business-hours ul {
  list-style: none;
  padding: 0;
}

.business-hours ul li {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin-bottom: 10px;
}

.business-hours ul li strong {
  color: #5d0606;
}

/* .contacts img {
  width: 9%;
  height: auto;
  margin-right: 1%;
} */

/* .contact {
  width: 50%;
  display: flex;
  justify-content: center;
  vertical-align: middle;
} */

@media only screen and (max-width: 600px) {
  #contents_mainimg {
    width: 100%;
    height: 44vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  img {
    width: 100%;
    height: auto;
  }

  .menu-introduce_contents {
    display: inline-block;
    margin-top: 50px;
  }
  .menu-introduce_contents_item {
    width: 100%;
    padding: 20px;
  }
  .main-statement_eng {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 1200px) {
}
