@charset "UTF-8";
/* ============= color ============== */
.contents {
  text-align: center;
  padding-bottom: 60px;
}

.contents h1 {
  margin-bottom: 20px;
}

.contents h3 {
  color: #615431;
}

.contents h3 span {
  background: inherit;
}

.nohkai4 {
  width: 92%;
  margin: 30px 4%;
}

.nohkai4intro .header {
  position: relative;
  padding: 52px 16px 16px;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  background: #042814;
}

.nohkai4intro .header .h-note1 {
  position: absolute;
  text-align: left;
  margin-bottom: 0;
  width: 92%;
  height: 50px;
  top: 0;
  padding: 20px 0 0 8px;
}

.nohkai4intro .header .h-note1 p {
  display: inline-block;
  position: absolute;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.04em;
  z-index: 5;
}

.nohkai4intro .header .h-note1::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 55px;
  position: absolute;
  top: -8px;
  left: -28px;
  margin: auto;
  background-image: url(../images/ougi-kasumi.png);
  background-size: 80px auto;
  background-position: 0 2px;
  background-repeat: no-repeat;
  z-index: 0;
}

.nohkai4intro .header h2 {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 2.36rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nohkai4intro .header h2::before {
  display: none;
}

.nohkai4intro .header .h-note2, .nohkai4intro .header .h-note3 {
  text-align: right;
}

.nohkai4intro .p2 {
  padding-bottom: 4px;
  text-align: left;
}

.btn {
  margin: 20px auto 40px;
  width: 85%;
  background: #3B4E43;
}

.btn a {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.btn a::before {
  background-image: url(../images/icon/newwindow-wh.png);
}

.btn a:hover {
  opacity: 0.85;
}

.btn-gallery {
  margin: 20px auto 20px;
  background: #615431;
}

.btn-gallery a:hover {
  opacity: 0.85;
}

.txt-h-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-h-line:before, .txt-h-line:after {
  border-top: 1px solid #D8C89E;
  content: "";
  width: 16%;
}

.txt-h-line:before {
  margin-right: 24px;
}

.txt-h-line:after {
  margin-left: 24px;
}

.chirashi {
  display: flex;
  margin-bottom: 8px;
}

.chirashi a {
  display: inline-block;
  margin: auto 2%;
}

.chirashi a img {
  border: 1px solid #D8C89E;
}

.dl {
  margin-bottom: 30px;
}

.dl a {
  color: #615431;
}

.seat, .map, .mail {
  color: #615431;
}

.note {
  text-align: left;
  margin: 16px auto;
  font-size: 75%;
}

.note li {
  padding-left: 1em;
  text-indent: -1em;
}

.contact {
  margin: 40px auto 50px;
}

.contact dl dt {
  margin: 12px auto;
  font-size: 1.7rem;
  font-weight: bold;
}

.contact dl dd {
  padding-bottom: 8px;
}

.contact dl dd.pt1, .contact dl dd.pt2 {
  display: inline-block;
  padding-bottom: 4px;
}

.contact dl dd.pt1 {
  margin-right: 1em;
}

.area-past {
  position: relative;
}

.area-past .fog3 {
  top: -50px;
}

hr {
  width: 92%;
  margin: auto auto 30px;
  height: 1px;
  border-style: none;
  background: #B5A26B;
}

h2.past {
  width: 92%;
  margin: auto;
  text-align: left;
}

/*==================================================
PC
===================================*/
@media screen and (min-width: 900px) {
  .contents {
    padding-bottom: 0;
  }
  h2.h2-l {
    font-size: 2.4rem;
    padding-left: 56px !important;
  }
  h2.h2-l::before {
    width: 54px;
    height: 34px;
    background-size: 48px auto;
  }
  .nohkai4intro {
    width: 85%;
    margin: auto;
  }
  .nohkai4intro .header {
    position: relative;
    padding: 62px 16px 16px;
    margin-bottom: 12px;
  }
  .nohkai4intro .header .h-note1 {
    padding: 20px 0 0 70px;
    font-weight: 500;
  }
  .nohkai4intro .header .h-note1 p {
    font-size: 1.8rem;
  }
  .nohkai4intro .header .h-note1::before {
    width: 120px;
    height: 86px;
    top: -16px;
    left: -35px;
    background-size: 120px auto;
  }
  .nohkai4intro .header h2 {
    padding-bottom: 8px;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 4rem;
  }
  .nohkai4intro .p2 {
    width: 98%;
    margin: auto;
  }
  .btn {
    margin: 30px auto 60px;
    width: 60%;
    background: #3B4E43;
    padding: 16px;
    border-radius: 10px;
  }
  .btn-gallery {
    margin: 20px auto 40px;
    background: #615431;
    font-size: 2.4rem;
  }
  .chirashi {
    width: 70%;
    margin: auto auto 12px;
  }
  h3 {
    font-size: 2.4rem;
  }
  .note {
    width: 100%;
  }
  .contact {
    margin: 40px auto 100px;
  }
  .contact dl dt {
    font-size: 2.2rem;
  }
  .txt-h-line:before, .txt-h-line:after {
    width: 16%;
  }
  .area-past .fog6 {
    top: -80px;
  }
  .fog2 {
    bottom: -50px;
  }
}
