@charset "UTF-8";
video {
    width: 100%;
    height: auto;
  }

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


section#video {/*動画配置*/
	width:100%;
	max-width:100%;
	margin:120px auto 100px auto;
	
	
}

section#video article {
	 display:block;
	 width:100%;
	 max-width:99%;
}




section#video article h1{/* 動画 タイトル */
	   margin:0 auto 30px auto;
   
  font-family:"Shippori Mincho" , serif;
   font-size:1.19em;
   text-align:center;
   line-height:150%;
   
   color:black;

}


section#video article span br {
	display:inline-block ;
}



@media only screen and (min-width:568px) {/* スマホ横 568から740 */



section#video {/* 動画配置 */
	width:100%;
	max-width:95%;
	text-align:center;
	
}


section#video article {
	
	 width:100%;
	max-width:90%;
	margin:15px auto 35px auto;
	 
}

}



@media only screen and (min-width:741px) {


section#video {/* 動画配置 */
	
	margin:200px auto 100px auto;
}

section#video article {
	  width:100%;
	 max-width:700px;/*youtube横幅*/

	
}




section#video article h1{/*動画 タイトル*/
	   font-size:18px;

}



section#video article span br {
	display:none;
}

}


@media only screen and (min-width:1020px) {


section#video article {
	 
	 max-width:800px;/*youtube横幅*/

	
}


}
