@import url(destyle.css);

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

#wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.top {
  background-color: #f6cecd;
}
/* .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: #f6cecd;
  margin-top: 10px;
  z-index: 4;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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 {
  background-color: #f6cecd;
  padding-bottom: 1vh;
  margin-top: -1vh;
}
.titlo {
  display: flex;
  justify-content: center;
  gap: 6%;
  flex-wrap: wrap;
}

.titlo P {
  font-size: 18px;
  line-height: 1.3;
  color: #196a14;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  padding-top: 2vh;
  text-align: center;
}
p.mini a {
  font-size: 15px;
  color: #fff;
  background-color: #196a14;
  padding: 2px 4px;
  border-radius: 8px;
}
p.mini a:hover {
  opacity: 0.5;
}
.coment {
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 2vh 0;
}
.live {
  text-align: justify;
  padding-bottom: 2vh;
  margin-top: -1vh;
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
}
.live p {
  line-height: 1.5;
  margin: 1.5vh 3%;
  /* padding: 0 3%; */
}

.live a {
  text-decoration: underline;
  color: blue;
}

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;
}

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;
  }
}

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