/* Common */
html,
body {
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  scroll-behavior: smooth;
}

body {
  background-color: #F5F5F5 !important;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.btn-info {
  background-color: #7cbf98 !important;
  border-color: #7cbf98 !important;
}

.bg-info{
  background-color: #7cbf98 !important;
}

@media screen and (min-width: 576px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 576px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* Header */
.mh-header {
  height: 40px;
  position: fixed;
}
.mh-header .logo {
  height: 25px;
}

/* Hero Image */
.mh-hero {
  background-image: url(../img/hero.jpg);
  background-position: center;
  background-size: cover;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mh-hero-title-block{
  z-index: 99;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .mh-hero-title-block {
    text-align: left;
  }
}

.mh-hero-title {
  font-family: 'Sofia', cursive;
  color: #ffffff;
  text-shadow: 1px 3px 4px #808080;
}

.mh-hero-sub-title{
  color: #ffffff;
  text-shadow: 1px 3px 4px #808080;
}

.mh-hero-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .05);
}

.mh-hero-button {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .mh-hero-button {
    text-align: left;
  }
}

/* Container */
.mh-sub-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mh-sub-bg-color-light {
  background-color: #EFEFEF;
}

.mh-sub-bg-color-dark {
  background-color: #DDDDDD;
}

.mh-sub-container h3 {
  font-size: 1.3rem;
  border-left: solid 4px #7cbf98;
  padding-left: 10px;
  margin-bottom: 10px;
}

.mh-sub-title {
  font-family: 'Sofia', cursive;
  margin-bottom: 20px;
  text-align: center;
}

.mh-sub-title h2 {
  display: inline;
  margin-right: 15px;
  vertical-align: middle;
}

.mh-sub-title p {
  display: inline;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 2rem;
}

.mh-sub-title p:before {
  content: "||";
  padding-right: 15px;
}

/* Try it */
.mh-try-it-button-area {
  text-align: right;
}

@media screen and (max-width: 576px) {
  .mh-try-it-button-area {
    margin-top: 30px;
    text-align: center;
  }
}

/* FAQ */
.mh-faq-button {
  width: 100%;
  text-align: left;
  color: #000;
  text-decoration: none;
  border: none;
  position: relative;
  padding-right: 2rem;
}

.mh-faq-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.mh-faq-button:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.4rem;
}

/* Footer */
.mh-footer {
  margin-top: auto;
  font-size: 0.8rem;
  color: #ffffff;
}

.mh-soraku-logo{
  width: 150px;
  height: 146px;
}
.mh-footer a{
  color: #ffffff;
  text-decoration-line: underline;
}

.mh-company-info p {
  margin: 0px;
  width: 100%;
  display: block;
}

.mh-footer-menu-links ul li a:hover {
  opacity: 0.5;
}

/* h2 */

#about,
#items,
#recipes,
#faq {
  margin-top: -70px;
  padding-top: 70px;
}

.kaisha {
  width: 100%;
  }
  
  .kaisha th,
  .kaisha td {
  border: 1px solid #ccc;
  padding: 20px;
  }
  
  .kaisha th {
  font-weight: bold;
  background-color: #dedede; 
  }
  
  @media screen and (max-width: 767px) {
  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {display:block;}
  .kaisha th {width:auto;}
  }