@charset "UTF-8";
/* =========================
基本設定
========================= */

body{
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro",
"メイリオ",
Meiryo,
sans-serif;
	color: #d1d1d1;
	background: url(../image/bg01.gif);
	line-height: 1.7;
}

img{
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
}

#header {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	background-image : url(../image/hafu.gif);
	height: 51px;
	background-repeat: no-repeat;
}

#header .logo {
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 100px;
	text-align: left;
	float: left;
}

/* =========================
 パンくずリスト
========================= */
.topicpath {
	margin-right:1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-size: 90%;
	float: right;
}

.topicpath li {
	margin:0;
	padding:0;
	display: inline;
	list-style-type: none;
}

.topicpath li a {
	padding-right: 3px;

	text-decoration: none;
	color: aqua;/*リンクテキストの色*/
}

.topicpath li a:hover {
	font-weight : bold;
     color : #cc0000;
     
}

/* =========================
タイトル
========================= */

.kikou_logo{
	max-width: 400px;
	margin: 0px auto;
	text-align: center;
}

.sub_title{
	width: 95%;
	margin: auto;
}

h1,h2{
	font-family: "Noto Serif JP",serif;
}

h2{
	border-bottom: 2px solid #b40000;
	padding-bottom: 6px;
	position: relative;
        font-size:100%
}

h2::after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #ffd700;
}

.day{
	font-size: 100%;
}

.tiku{
	color: yellow;
	margin-left: 5px;
}

.sairei{
	color: yellow;
	font-size: 130%;
	margin-left: 5px;
}
/* =========================
コンテンツ
========================= */

.container{
	max-width: 1000px;
	margin: auto;
	background: #111;
	padding: 15px;
	border-radius: 10px;
}


.intro{
	width: 600px;
	max-width: 90%;
	font-size: 105%;
	line-height: 150%;
	color:yellow;
	text-align: left;
	border: 1px solid #575757;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}

.intro p{
	margin-top: 5px;
	color:yellow;
  	font-family: "Jun 201","UD デジタル 教科書体 NK-R","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*フォント種類*/
}

.red{
	color:red;
}



/* 写真ブロック */

.dashibox{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;/* これが重要 */
	content-visibility: auto;
	contain-intrinsic-size: 1000px;
}
/* 写真 */

.dashibox img{
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 28px auto 10px;
	display: block;
}


/* 動画ブロック */

.movie{
	max-width: 800px;
	margin: 45px auto;
	text-align: center;
	position: relative;
}
/* 動画 */

.video-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	background: #000;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(0,0,0,0.65);
}
/* iframe */

.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
/* YouTubeマーク */

.video-container::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 45px;
	height: 30px;
	background: url("../image/youtube01.png") no-repeat center/contain;
	opacity: 0.9;
	z-index: 2;
}
/* キャプション */

.movie-caption{
	margin-top: 8px;
	font-size: 90%;
	color: #ff4040;
}

/* =========================
ナビ
========================= */

.navi{
	max-width: 500px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	gap: 25px;
}

.navi a{
	display: block;
	min-width: 100px;
	padding: 12px 20px;
	text-align: center;
	background: #222;
	border: 1px solid #444;
	border-radius: 6px;
	color: #ddd;
	text-decoration: none;
	transition: .2s;
}

.navi a:hover{
	background: #b40000;
	border-color: #ff4040;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.6);
}

/*フッター設定
---------------------------------------------------------------------------*/
#footer {
	text-decoration: none;
	border-style: none;
	padding-top: 0px;
	margin-bottom: 10px;

	clear: both;
}

#copyright {
	font-size: 80%;
	font-family: "Times New Roman";
	color: silver;
	font-style: italic;
	text-align: left;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: red;
	margin-left: 10px;
margin-top:5px;
margin-bottom:4px;
}

#footer .logo {
	float: left;
}

#footer .modoru {
	font-size: 80%;
	font-weight: normal;
	}
#footer a{
  text-decoration: none;
  color: #9dceff;
}
#footer a:visited{
  color: #a4a4ff;
}
#footer a:hover{
  font-weight: normal;
  background-color: red;
  color: white;
}	


/* =========================
スマホ
========================= */
@media (max-width:480px){

.container{

padding:8px;

border-radius:0;
}

.kikou_logo{
	max-width: 280px;
	margin: 0px auto;
	text-align: center;
}






}
@media (min-width:700px){

.dashibox img{
	max-height:75vh;
width:auto;
}

}
