@charset "UTF-8";
/* CSS Document */


body {
	background-color:black;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 100%;
}

.button{
	font-size: 1.375rem;
	background: #0bd;
	color: #fff;
	border-radius: 5px;
	padding: 18px 32px;
}
.button:hover{
	background: #0090aa;
}

#zentai{
	max-width: 1000px;
	width:100%;
	height: auto;
	margin: auto;
	border: 1px solid gray;
	background: #dddddd;
}
h1.orei{
	font-family: 'Noto Serif JP', serif;
	text-align:center;
}
.nenmatsu img{
	max-width:1000px;
	width: 100%;
	margin: auto;
}
.txt_01 {
	width:600px;
	margin:1rem auto;
	padding: 0 2em;
	font-size: 1.2rem;
	background: white;
	border-style: outset;
	border-width: medium;
	border-color: #fffac2;
}
.txt_02{
	margin: 2em;
}
.btn-navi3{
	color: white;
}
.speech video{
	width:1000px;
	height:auto;
}
@media (max-width:480px){
	#zentai{
		width: 100%;
	   }
h1.orei{
	font-size: 1.2rem;
}
	.txt_01{
		width:90%;
		margin: 0 1rem;
		padding: 0 0;
		font-size: 1rem;
	}
	.txt_02{
		font-size: 80%;
	}
	.speech video{
		width:100%;
	}
    }
