/* ==========================================
   Reset CSS
========================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-feature-settings:"palt";
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	min-height: 100vh;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}

img,
picture,
svg,
video,
canvas {
	display: block;
	max-width: 100%;
}

iframe {
	display: block;
	border: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
textarea,
select {
	font: inherit;
	color: inherit;
	border: none;
	background: none;
	outline: none;
}
/* CSS Document */
img {
	border: 0;
}
address {
	font-style:normal;
}
.mb2 {
	margin-bottom: 2em!important;
}
body {
	background: white;
}
.pageContent {
	position: relative;
	z-index: 2;
}
.Contents {
	background-image: url("../img/back.jpg");
	background-size: 100% auto;
	/*background-size: cover;
	background-position: top;*/
	background-repeat: no-repeat;
	padding-top:  1em;
}
.dechauheaderWrapper {
	width: 100%;
	position:sticky;
	top: 0;
	left: 0;
	z-index: 1;
}
.dechauheader {
	width: 100%;
	background: #00ffff;
}
.dechauheader img {
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 400px;
}
.dechauheader a {
	display: block;
	padding: 10px;
}
.dechauheaderContentsWrapper {
	background: #4d4d4d;
}
.dechauheaderContents {
	margin: 0 auto;
	width: 90%;
	max-width: 600px;
	display: flex;
	justify-content: space-between;
}
.dechauheaderContents a {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 0.9em;
	line-height: normal;
	display: block;
	padding: 0.5em;
	color: white;
}
.mainVisu{
	display: flex;
	justify-content: center;
}
.mainVisu img {
	width: 100%;
    max-width:	2000px;
}
.body1 {
	width: calc(100% - 2em);
	max-width: 772px;
	margin: 0 auto;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.mainTitle {
	width: 100%;
	margin-bottom: 2em;
}
.mainTitle h1 {
	font-family: "M PLUS 1p", serif;
	letter-spacing: 0em;
	color: black;
	text-align: center;
	font-weight: 800;
	font-size: 1.4em;
	line-height: 1.3em;
	filter:
		drop-shadow(0 0 2px #fff)
        drop-shadow(0 0 4px #fff)
        drop-shadow(0 0 6px #fff)
		drop-shadow(0 0 8px rgba(255,255,255,.8));
	margin-bottom: 20px;
}
.mainTitle p {
	text-align: center;
	width: 95%;
	margin: 0 auto;
	color: black;
	font-weight: 300;
	text-shadow: 2px 2px 8px white;
}
.embeddedWrap {
	display: flex;
	justify-content: center;
	background: white;
	border: 2px solid gray;
	border-radius: 10px;
	margin-bottom: 2em;
}
.embedded1 {
	width: 100%;
	max-width: 812px;
	height: 85svh;
	border-radius: 10px;
	border: 0;
}
.decharepoAnnai {
	margin: 0 auto 2em;	
	max-width: 500px;
}
.decharepoAnnai img { 
	margin-top: 2em;
	width: 100%; 
}
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 5s;
}
.copyright {
	font-size: 0.5em;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: black;
}
/*メディアクエリ ----------------------------------------------------------- */
@media (min-width:600px) {
.mainTitle h1 {
			font-size: 2.5em;
		}
.mainTitle p {
			font-size: 1.2em;
		}
	}
	@media (max-width: 767px) {

	body {
		background-attachment: scroll;
	}

}