@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: minmoji;
  src: url('https://minmoji.ucda.jp/fontseot/http%3A__www.hachise.jp');
  src: local('minmoji'), url('https://minmoji.ucda.jp/fontswoff/http%3A__www.hachise.jp') format('woff'), url('https://minmoji.ucda.jp/fonts/http%3A__www.hachise.jp') format('opentype');
}
article {
  color: #404040;
  font-family: "minmoji", sans-serif;
  background-image: url(../../img/back.jpg);
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
/*スマホ表示*/
@media (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
.content a {
  text-decoration: underline !important;
  font-weight: bold;
}
article .content {
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  article .content {
    width: 95%;
  }
}
article .title {
  background-color: #d8bd5a;
  color: #fff;
  font-size: 20px;
  padding: 3px 0 3px 10px;
  max-width: 300px;
  margin-bottom: 10px;
}
article .title2 {
  background-color: #d8bd5a;
  color: #fff;
  font-size: 20px;
  padding: 3px 0 3px 10px;
  max-width: 300px;
  margin-bottom: 10px;
}
article .attention {
  color: #A80002;
}
article #top_photo {
  margin-bottom: 80px;
  text-align: center;
  line-height: 2;
  font-family: "kozuka-mincho-pro" !important;
}
article #top_photo h2 {
  font-size: 2.1rem;
  letter-spacing: 0.2em;
}
article #top_concept {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
article #top_photo a {
  text-decoration: none;
}
article > section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
article #top, article #photo_box {
  width: 50%;
  margin: 0 auto;
}
article #photo_box {
  border-left: 1px #555 double;
}
article figure figucaption {
  font-size: 1.3rem;
}
article #photo_box .photo {
  position: relative;
  margin-top: 0;
}
article #photo_box .photo .photo_text {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
}
article .storyContentin {
  width: 95%;
  margin: 0 auto;
}
@media all and (max-width:767px) {
  article #top, article #photo_box {
    width: 100%;
  }
  article #photo_box {
    border-left: none;
  }
  article .storyContentin {
    width: 100%;
  }
  article #photo_box .photo {
    margin-top: 2rem;
  }
}
article .content p {
  margin-top: 2rem;
  color: #404040;
  line-height: 1.8;
}
article .content figure {
  margin-top: 2rem;
}
article .content h5 {
  font-size: 120%;
}
article .content ul {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
article .content li {
  margin-bottom: 10px;
}
article .noble {
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 0;
}
article .img {
  width: 100%;
  height: auto;
}
article .wh {
  color: #fff;
}
article .photo {
  position: relative;
  line-height: 0;
}
article .photo img {
  line-height: 0;
}
article h1 {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  clear: both;
}
article .content .yomi {
  font-size: 1.1rem;
}
article .content h5 {
  font-size: 1.8rem;
  line-height: 1.2;
}
.photo_box h2, .content h2 {
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-family: "kozuka-mincho-pro";
  margin-top: 30px;
}
.photo_box h2 span, .content h2 span {
  border-bottom: 7px double #d8bd5a;
}
.photo_box h3, .content h3 {
  font-size: clamp(1.8rem, 0.962rem + 1.75vw, 2rem);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 50px;
  color: #fff;
  font-family: "kozuka-mincho-pro";
}
.content h4 {
  font-size: clamp(2rem, -2.191rem + 8.74vw, 3rem);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 50px;
  color: #d8bd5a;
  font-family: "kozuka-mincho-pro";
}
.marker_water {
  background: linear-gradient(transparent 60%, #66ccff 60%);
}
/*引用*/
blockquote {
  position: relative;
  padding: 5px 15px 5px 55px;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  background: #f5f5f5;
  width: 95%;
  margin: 20px auto;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 38px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  content: "''";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  background: #ff785b;
}
blockquote:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 30px;
  height: 0;
  width: 0;
  border-left: 19px solid #ff785b;
  border-right: 19px solid #ff785b;
  border-bottom: 10px solid transparent;
}
.quote23 blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.innyou {
  font-style: italic;
  padding-left: 0px !important;
}
#gFooter {
  margin-top: 0;
}