@import url(destyle.css);

* body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  /* background-color: rgb(215, 185, 17); */
  background-color: rgb(215, 185, 17);
}

#wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1250px;
}

.top {
  background-color: rgb(173, 222, 249);
}
/* .pc_top {
  left: 0;
  z-index: 3;
} */

/* .pc_top img {
  width: 100%;
  margin-top: -30px;
} */

.title_bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #196a14;
  width: 100%;
}

.title_bar p {
  font-size: 18px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  padding: 10px 0 6px 8px;
  color: #fff;
  width: 100%;
}

.header_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /* margin-top: 20px; */
  margin-bottom: 0px;
  padding-bottom: 6px;
  /* background-color: rgb(242, 226, 226); */
  margin-top: 10px;
  z-index: 4;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* color: #fff; */
  column-gap: 6px;
  list-style: none;
  /* margin-top: 30px; */
  /* margin-bottom: 0; */
  width: 98%;
  margin: 0 auto;
}

.header_nav ul li a {
  display: inline-block;
  flex-grow: 0;
  /* レスポンシブ化 */
  /* color: white; */
  background-color: rgb(215, 185, 17);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  width: 135px;
  height: 27px;
  text-align: center;
  outline: none;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 5px 3px;
}

.header_nav ul li a:hover {
  opacity: 0.7;
}

.pale2 {
  display: inline-block;
  flex-grow: 0;
  opacity: 0.4;
  /* レスポンシブ化 */
  background-color: rgb(215, 185, 17);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  width: 135px;
  height: 27px;
  text-align: center;
  outline: none;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 5px 3px;
}

.block {
  display: flex;
  flex-direction: column;
  /* position: relative; */
  background-color: rgb(173, 222, 249);
  margin-bottom: -3.9vh;
}

.title p {
  font-size: 22px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 5vh 2%;
}

.honbun {
  line-height: 1.6;
  padding: 0 3%;
  text-align: justify;
  line-height: 1.8;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.honbun p {
  font-size: 16px;
  /* line-height: 1.6; */
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 5px;
  /* margin: 0px 2% 10px 2%; */
}
.coment {
  line-height: 1.6;
  padding: 0 3%;
  text-align: justify;
}

.coment p {
  font-size: 14px;
  /* line-height: 1.6; */
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 5px;
  /* margin: 0px 2% 10px 2%; */
}
.foto {
  text-align: center;
  margin-top: 2vh;
}

.foto img {
  margin-bottom: 20px;
  width: 94%;
}

.audio_bar {
  margin: 0 auto 30px auto;
  text-align: center;
}

footer {
  background-color: #196a14;
  width: 100%;
  font-size: 12px;
  font-weight: lighter;
  font-family: sans-serif;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
  margin-top: 30px;
}

footer p {
  padding: 15px 8px 18px 8px;
}

/* ↓先頭に戻るボタンのデザイン */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #f81eb3;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (min-width: 500px) {
  .title_bar p {
    font-size: 22px;
  }
  /* 動画全体の横幅を指定するためのdiv */
  .video-wrap {
    max-width: 500px; /* ここに動画の横幅を指定 */
  }
  /* .item-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px !important;
    height: 270px !important;
  } */
}

@media (min-width: 600px) {
  .title_bar p {
    font-size: 24px;
    padding-top: 10px;
  }
  .foto img {
    width: 576px;
  }
}

@media (min-width: 800px) {
  .pro_title {
    font-size: 20px;
  }
}
/* @media (min-width: 862px) {
  .block {
    width: 862px;
    margin: 0 auto;
  }
} */

@media (min-width: 1000px) {
  /* .pro_block {
    display: flex;
    justify-content: space-around;
    gap: 2.5%;
    margin-bottom: -20px;
  }
  .left1 {
    flex-basis: 45%;
  }
  .right1 {
    flex-basis: 46%;
    margin-right: 26px;
    margin-top: 4px;
    height: 370px !important;
  }
  .left2 {
    flex-basis: 45%;
  }
  .right2 {
    flex-basis: 46%;
    margin-right: 26px;
    margin-top: 4px;
  }
  .video-wrap {
    width: 500px;
  } */

  .pro_title {
    font-size: 22px;
  }
}

@media (min-width: 1250px) {
  body {
    max-width: 1250px;
  }
  .title_bar {
    width: 1250px;
    height: 44px;
    position: relative;
  }
}
