@import url("pc.css");
/*@import url("css/tablet.css") screen and (min-width:520px) and (max-width: 959px);*/
@import url("sp.css") screen and (min-width:420px) and (max-width: 640px);

/* 全体フォントとリセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Courier New", Courier, monospace;
}

/* トップ画像セクション */
#top_1 {
  text-align: center;
  padding-top: 40px;
  width: 80%;
  margin: 0 auto;
}

/* ニュースリスト */
dl.sample05 {
  width: 95%;
  height: 120px;
  overflow: scroll;
  padding: 10px;
  border: 1px solid #242424;
  color: mistyrose;
  margin: 0 auto 20px;
  font-size: 95%;
  line-height: 1.2em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
dl.sample05 dt {
  float: right;
  margin-left: 10px;
  padding: 5px 0;
  text-align: right;
}
dl.sample05 dd {
  padding: 5px 150px 5px 15px;
  border-bottom: 1px dotted #999;
  background: url(./img/list_mark_news.gif) no-repeat 2px .9em;
  text-align: left;
}
dl.sample05 dd a {
  font-weight: bold;
  color: white;
}

/* 動画セクション（全画面） */
.video-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.video-wrapper video {
  width: auto;
  max-width: 90%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.video-wrapper p.catch-copy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max-content;
  text-align: center;
  font-size: calc(22px + 4vw);
  text-shadow: 1px 1px 20px #000;
  color: #fff;
  margin: auto;
}

/* 動画セクション（小型） */
.video-wrap {
  max-width: 180px;
  height: 190px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-wrap p {
  font-size: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

/* メニューリンク */
.menu {
  text-align: center;
  font-size: 0.9em;
  color: #bb070e;
  line-height: 1.2;
  height: auto;
}
.menu a {
  display: inline-block;
  width: 40%;
	min-height: 25px;
  font-weight: bold;
  color: #bb070e;
  margin: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
padding:10px 0 7px 0;
}
.menu a:hover {
  color: #fff;
}
/* メニュー背景色 */
a:link.drop,
a:visited.drop,
.menu:hover a:hover.drop,
a:link.fruit,
a:visited.fruit,
.menu:hover a:hover.fruit {
  background-color: #232323;
}

/* スマホ用調整 */
@media screen and (max-width: 768px) {
  #img_contents_2 {
    width: 100% !important;       /* PCの700pxを解除 */
    min-height: auto !important;
    display: flex !important;     /* inline-blockを上書き */
    flex-direction: column;       /* 縦並びに切り替え */
    align-items: center;
    text-align: center;
  }

  #imgc2_left, #imgc2_right {
    float: none !important;       /* float解除 */
    width: 100% !important;
    text-align: center;
    padding: 0 !important;
  }

  #imgc2_left img {
    max-width: 90%;
    height: auto;
  }

  #imgc2_right h1 {
    font-size: 16px;
    margin: 10px 0;
    text-align: center !important;
  }

  #imgc2_right a {
    display: block;               /* 縦並びにする */
    margin: 0;
    padding: 0;
    color: #c8a24a;               /* 金色で見やすく */
    text-decoration: none;
    font-size: 14px;
  }
}


#img_contents_2{
    width:auto;
    z-index: 888;
    color: #69111a;
    text-shadow: 1px 1px 1px #000000;
    font-size: 110%;
    display:inline-block;
    text-align:center;
}
#img_contents_2 #imgc2_left{ float:left; text-align:center; min-width:200px; }
#img_contents_2 #imgc2_left img{ width:150px; height:auto; }
#img_contents_2 #imgc2_right{ min-width: 20px; padding: 20px 0 0 0; }
#img_contents_2 #imgc2_right h1{ font-size: 130%; padding-top:20px; text-align:left; }
#img_contents_2 #imgc2_right p{ text-align:left; font-size: 90%; padding-top:20px; }

