@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');

/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* 決まりごと
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px;
}
body {
  background-color: black;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
/* 動画
---------------------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 0px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
}
/* 説明文
---------------------------------------------------------- */
.train_txt_container {
  width: 85%;
  height: auto;
  margin: 0.8em auto 3em;
  padding: 0 1em 1em;
  border-radius: 15px;
  border: 3px solid #d9b65b;
}

.traingrid {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.train_name img {
	width: 30%;
}
.train_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #e5e5e5;
  padding: 0.5em 0 0 0;
}
.train_photo {
	width: 70%;
	vertical-align: baseline;
	padding: 3em 0.5em 0.5em;
}
/* テキスト
---------------------------------------------------------- */
.notice_color {
  color: aliceblue;
}
.copy_img {
  width: 20%;
  height: auto;
  margin: 30px 40%;
}
.copyright_txt {
  width: 80%;
  height: auto;
  margin: 30px 10%;
  font-family: "Zen Antique Soft", serif;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #999;
}
.ptp {
  width: 50%;
  height: auto;
  margin: 30px auto;
}