@charset "utf-8";


/* -----------------------------------------------------------
	ひのきスタンド
----------------------------------------------------------- */

#hinokistand{
	width: 100%;
	height: auto;
}


#hinokistand .main{
	width: 92%;
	height:auto;
	margin:0 auto
}

#hinokistand h2{
	font-weight: 400;
	margin:20px auto;
	font-size: 1.4em;
}

#hinokistand .cen{
	text-align: center;
}

#hinokistand h3{
	font-weight: 400;
	margin:20px auto;
	font-size: 1.4em;
}

#hinokistand .movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
#hinokistand .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}






