/* CSS Document */
*{
	margin:0;padding:0;
	font-feature-settings: "palt";
	box-sizing: border-box;
}

img {border:0;}
address {font-style:normal;}
a{text-decoration:none;}
.m0auto{margin: 0 auto;}
.mb1{margin-bottom: 1em!important;}
.mb1-5{margin-bottom: 1.5em!important;}
.mb2{margin-bottom: 2em!important;}
.mb2-5{margin-bottom: 2.5em!important;}
.mb3{margin-bottom: 3em!important;}
.red {color: red;}
.yelllow {color: yellow;}
.white{color:white;}
.blue{color:blue;}
.green{color:green;}
.DechauOrange{color:#FF4200;}
.clear {clear:both;}
.copyright {
	color:white;
	font-size: 0.5em;
	padding: 20px 0;
	text-align: center;
	}

body {
		background: black;
}

.back{
	background: black;

}
.body1 {
	width: calc(100% - 2em);
	max-width: 700px; /** デザインの最大幅 **/
	margin: 0 auto;
	/*font-family: 'M PLUS 1p', sans-serif;*/
	font-family: "Helvetica Neue",Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.dechauheaderWrapper {
	width: 100%;
	position:sticky;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.dechauheader {
	width: 100%;
	background: #ff4200;
}

.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;
	display: block;
	padding: 0.5em;
	color: white;
}
.decharepoAnnai {
	margin: 0 auto 2em;
	max-width: 500px
}
	
.decharepoAnnai img { 
	margin-top: 2em;
	width: 100%;
	border: none;
}
	
.shrink-btn {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;	
	}

.img100per {
	width: 100%;
	display: flex;
	justify-content: center;
}

.img100per img {
		width: 100%;
}

.mainVisu {
	display: flex;
	justify-content: center;
	align-items: center;
		padding :clamp(40px,40vw,800px) 0 clamp(10px,10vw,200px);
			background-image: url("../img/back.jpg");
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
		background-repeat: no-repeat;
}
	
.mainVisu img{
	width: clamp(40%, 100vw, 1800px);
		height: auto;
}
.mainTitle{
	width: 100%;
}
	
.mainTitle h1{
    color: white;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 1.6em;
	margin-bottom: 0.5em;
	text-shadow: 2px 2px 3px black;
}
	
.mainTitle p{
	color: white;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	text-shadow: 1px 1px 2px black;
}
	
.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: 85vh;
	border-radius: 10px;
}

.content {
		flex: 1;
}
footer {
	position: fixed;
  width: 100%;
  background: #44aa33;
}
/*FlexBoxの設定---------------------------------------------------------- */
/*コンテナ*/
.flexContainer{
	display:flex;
	justify-content: flex-start; /*水平方向の揃え設定*/
	align-items: stretch; /*垂直方向の揃え設定*/
}

/*アイテム*/
.flexItem{
	width: calc(100%/2 - 0.3em); /*分割数を指定*/
}

/*要素の真ん中に配置*/
.mannaka{
	display: flex;
	justify-content: center;
	align-items: center;
}
/*フェイドインクラス----------------------------------------------------------- */
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 2s ease-out;
	}
	body.is-resizing * {
  transition: none !important;
}
.btn {
  display:block;
  text-align:center;
  background-color:#ff4200;
  border-radius:15px;
  padding:10px;
  font-weight:900;
  margin:40px auto;
}
	
.btn img{
  width:100%;
	}

/*メディアクエリ ----------------------------------------------------------- */

@media (min-width:600px){
		.mainTitle h1{
		font-size: 2.6em;
}
		
	.mainTitle p{
	font-size: 1.5em;
	}
}
	
@media (max-width:380px){
		.mainTitle h1{
			letter-spacing: -0.05em;
		}
	}

@media (max-width:600px){
		body{
			background-attachment: scroll;
	.mainTitle p{
		letter-spacing: -0.05em;
	}
		}
.mt10 {
		text-align: center;
		font-size: 1.5em;
		color: black;
		background-color: #ff4200;
		border: none;
		border-radius: 15px;
		font-weight: 900;
		padding: 10px;"
}	