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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

#ouchi-gohan .mb_0 {
  margin-bottom: 0!important;
}

#ouchi-gohan .mt_20 {
  margin-top: 20px;
}
#ouchi-gohan #container .mb0 {
  margin-bottom: 0;
}

#ouchi-gohan #container p {
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#ouchi-gohan h1 {
  text-align: center !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 50px;
  letter-spacing: 0.09em;
}
#ouchi-gohan h1 div {
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  background-color: #000;
}
#ouchi-gohan h1 div:not(:last-child) {
  margin-bottom: 4px;
}
#ouchi-gohan ul li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
#ouchi-gohan .mainImg {
  width: 660px;
  margin: 0 auto 10px auto;
}
#ouchi-gohan .mainImg img {
  width: 100%;
}
#ouchi-gohan .boxWrap {
  padding: 30px 0;
}
#ouchi-gohan .index-heading {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 10px 15px;
  background-color: #F2F2EF;
}

#ouchi-gohan .index nav ul {
  padding-left: 1em;
}

#ouchi-gohan .index nav ul li {
  padding: 8px 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

#ouchi-gohan .index nav ul li.first-list {
      border-bottom: 1px solid #ccc;
}

#ouchi-gohan .index nav ul li.first-list:not(:last-child) {
  margin-bottom: 16px;
}

#ouchi-gohan .index nav ul li.second-list {
  margin-top: 16px;
  padding: 0;
}

#ouchi-gohan .index nav ul li a {
  color: #000;
}

#ouchi-gohan .index-title {
  margin-right: 4px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .8em;
}

#ouchi-gohan .index-sub-title {
  font-size: 14px;
  letter-spacing: .3em;
}

#ouchi-gohan .boxWrap h2 {
  font-size: 22px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px dashed #A5A0A3;
  padding-bottom: 10px;
  line-height: 1.6;
}
#ouchi-gohan .boxWrap h3 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
}

#ouchi-gohan .boxWrap p:last-of-type {
  margin-bottom: 0;
}
#ouchi-gohan .boxWrap .imgBox {
  width: 400px;
  margin: 0 auto 30px auto;
}
#ouchi-gohan #container .imgBox img {
  width: 100%;
}
#ouchi-gohan .boxWrap .imgBox2 {
  width: 270px;
  margin: 0 auto 30px auto;
}
#ouchi-gohan .boxWrap .imgBox2 img {
  width: 100%;
}
#ouchi-gohan #container .imgBox span,
#ouchi-gohan #container .imgBox2 span {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
#ouchi-gohan .btn {
  position: relative;
  background-color: #1D140A;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  padding: 10px 50px 10px 20px;
  margin: 5px 0;
  max-width: 350px;
}
#ouchi-gohan .btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 14px;
  font-weight: 700;
}
#ouchi-gohan .innerverita {
  border-bottom: none;
}
#ouchi-gohan .other {
  text-align: center;
  margin-top: 80px;
}
#ouchi-gohan .boxWrap .small {
  width: 660px;
  margin: 0 auto 30px auto;
  text-align: right !important;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  #ouchi-gohan .mainImg {
    width: 100%;
  }
  #ouchi-gohan .boxWrap .small {
    width: 100%;
  }
  #ouchi-gohan .boxWrap .imgBox,
  #ouchi-gohan .boxWrap .imgBox2 {
    width: 100%;
  }
  #ouchi-gohan #container .titleBox p {
    margin-bottom: 15px;
    line-height: 1;
  }
  #ouchi-gohan .index nav ul li {
    font-size: 14px;
  }
  #ouchi-gohan .index nav ul li.first-list:not(:last-child) {
    margin-bottom: 8px;
  }
  #ouchi-gohan #container p:last-of-type {
    margin-bottom: 0;
  }
  #ouchi-gohan .boxWrap:first-of-type {
    padding: 0 0 30px 0;
  }
  #ouchi-gohan .wrap .innerverita .boxWrap p {
    line-height: 1.6;
  }

  #ouchi-gohan h1 {
    font-size: 16px;
  }
  #ouchi-gohan .boxWrap h2 {
    font-size: 18px;
  }
}
